• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


RSS
Rev. 日時 作者
5f4b051 2009-08-27 06:46:18 Mike Lockwood

adb: add "adb reboot" command.

This will allow rebooting the device via adb on any build, including user builds.
An optional argument can be provided
(for example, "adb reboot bootloader" or adb reboot recovery")

Signed-off-by: Mike Lockwood <lockwood@android.com>

3969080 2009-08-27 06:46:18 Mathias Agopian

get rid of utils/executablepath.h, which now lives in the simulator

22048ef 2009-08-27 06:46:18 Nick Pelly

Allow adb to use ANDORID_SERIAL env variable to specify the device to talk to.

Overridden by -s.

c1f4626 2009-08-27 04:58:34 Mike Lockwood

am 0f832535: am a3e8a6ad: adb: Fix emulator support.

Merge commit '0f83253596e7c23c98c141224238841a3102e5f6'

* commit '0f83253596e7c23c98c141224238841a3102e5f6':
adb: Fix emulator support.

0f83253 2009-08-27 04:56:58 Mike Lockwood

am a3e8a6ad: adb: Fix emulator support.

Merge commit 'a3e8a6ad56d60d2ad6c580004f86920d73acc62c' into eclair-plus-aosp

* commit 'a3e8a6ad56d60d2ad6c580004f86920d73acc62c':
adb: Fix emulator support.

a3e8a6a 2009-08-27 04:50:22 Mike Lockwood

adb: Fix emulator support.

Signed-off-by: Mike Lockwood <lockwood@android.com>

1e07084 2009-08-27 01:26:46 Chuck Tuffli

Fix incorrect check for LOG_UEVENTS

LOG_UEVENTS is a boolean value as defined in system/core/init/init.h.
Therefore, code should use an #if check and not an #ifdef check as the
macro will always be defined.

7acf338 2009-08-26 19:51:04 Hiroshi Takekawa

init.rc: Fixes typo: sytem -> system.

43492e4 2009-08-26 16:02:15 Xavier Ducrohet

am 15e37df0: am 1bba53f7: Fix broken \'adb root\' command.

Merge commit '15e37df00d4480a51500f7cdc26181db08238c7f'

* commit '15e37df00d4480a51500f7cdc26181db08238c7f':
Fix broken 'adb root' command.

15e37df 2009-08-26 15:59:57 Xavier Ducrohet

am 1bba53f7: Fix broken \'adb root\' command.

Merge commit '1bba53f7c851068c127d16ba160cd3074d6027db' into eclair-plus-aosp

* commit '1bba53f7c851068c127d16ba160cd3074d6027db':
Fix broken 'adb root' command.

1bba53f 2009-08-26 12:16:14 Xavier Ducrohet

Fix broken 'adb root' command.

Change-Id: I75bf01863e82967a7214d3e31b8db792690716c1

9534696 2009-08-26 08:34:27 Mike Lockwood

am 5f642969: am 968c8f07: Merge change 22503 into eclair

Merge commit '5f64296995844981fdfebebdd4b5d84044df3c28'

* commit '5f64296995844981fdfebebdd4b5d84044df3c28':
adb: Improved support for running adb over TCP/IP

5f64296 2009-08-26 08:32:35 Mike Lockwood

am 968c8f07: Merge change 22503 into eclair

Merge commit '968c8f07031c881dbb2e27b308d88f76e2917121' into eclair-plus-aosp

* commit '968c8f07031c881dbb2e27b308d88f76e2917121':
adb: Improved support for running adb over TCP/IP

968c8f0 2009-08-26 08:31:38 Android (Google) Code Review

Merge change 22503 into eclair

* changes:
adb: Improved support for running adb over TCP/IP

bcb9b1f 2009-08-26 07:56:57 Robert Greenwalt

am ba298801: am e2e89382: Merge change 22636 into eclair

Merge commit 'ba2988015fd34b3f51c7a11bc65ef4548045f9ad'

* commit 'ba2988015fd34b3f51c7a11bc65ef4548045f9ad':
Allow radio to modify net.ppp* properties for dns

ba29880 2009-08-26 07:54:45 Robert Greenwalt

am e2e89382: Merge change 22636 into eclair

Merge commit 'e2e89382d675dee0b3dc2db981064c3d14fa8ac7' into eclair-plus-aosp

* commit 'e2e89382d675dee0b3dc2db981064c3d14fa8ac7':
Allow radio to modify net.ppp* properties for dns

e2e8938 2009-08-26 07:52:22 Android (Google) Code Review

Merge change 22636 into eclair

* changes:
Allow radio to modify net.ppp* properties for dns

0ab3a93 2009-08-26 05:55:57 Robert Greenwalt

Allow radio to modify net.ppp* properties for dns

The radio bringup script was changed from operating as root to operating as radio. This is
preventing it from adding the "net.ppp0.dns0" and "net.ppp0.dns1" properties that
ConnectivityService needs to correctly set dns.

bug: 2077628

11e1c42 2009-08-26 05:00:11 Jay Freeman (saurik)

completed implementation of "trigger" for init

79dce87 2009-08-26 04:29:09 Jack Palevich

am 87d8ccb0: am c0f25335: Make pointer casting work.

Merge commit '87d8ccb07ed0aa4ee55dd473c36191892cbcdd6e'

* commit '87d8ccb07ed0aa4ee55dd473c36191892cbcdd6e':
Make pointer casting work.

87d8ccb 2009-08-26 04:27:16 Jack Palevich

am c0f25335: Make pointer casting work.

Merge commit 'c0f253359f11c087a3ffc92b46755c6c96f57899' into eclair-plus-aosp

* commit 'c0f253359f11c087a3ffc92b46755c6c96f57899':
Make pointer casting work.

c0f2533 2009-08-26 04:23:43 Jack Palevich

Make pointer casting work.

4d03dd0 2009-08-26 04:01:12 Jack Palevich

am 67132d9d: am 0f400c59: Add runtime check for whether or not the OTCC-output tests can be run.

Merge commit '67132d9d27dcf892fe8113c567f2ae75350b2db1'

* commit '67132d9d27dcf892fe8113c567f2ae75350b2db1':
Add runtime check for whether or not the OTCC-output tests can be run.

67132d9 2009-08-26 03:59:33 Jack Palevich

am 0f400c59: Add runtime check for whether or not the OTCC-output tests can be run.

Merge commit '0f400c59b815c94cd925a843e8529240e6ca7535' into eclair-plus-aosp

* commit '0f400c59b815c94cd925a843e8529240e6ca7535':
Add runtime check for whether or not the OTCC-output tests can be run.

0f400c5 2009-08-26 03:57:13 Jack Palevich

Add runtime check for whether or not the OTCC-output tests can be run.

This means we don't have to manually specify the --norunotcc flag.

ff19670 2009-08-25 08:05:58 Mike Lockwood

adb: Improved support for running adb over TCP/IP

Added new commands:

adb connect <host>:<port> (to connect to a device via TCP/IP)
adb tcpip <port> (to restart adbd on the device to listen on TCP/IP)
adb usb (to restart adbd on the device to listen USB)

Signed-off-by: Mike Lockwood <lockwood@android.com>

41ced02 2009-08-22 06:50:15 Android Code Review

Merge change 11205

* changes:
Fix bug of mmc.c not checking read_file result. This bug causes segment fault when reading name node of SDIO mmc device's /sys file, which is not existed at all.

884a1d7 2009-08-22 03:14:32 Doug Zongker

am b8ebbcc8: am 90b06ac7: only use faster SHA-1 code on machines with good libc

Merge commit 'b8ebbcc88cdab8b0c8d96feca4507dcae11607f4'

* commit 'b8ebbcc88cdab8b0c8d96feca4507dcae11607f4':
only use faster SHA-1 code on machines with good libc

b8ebbcc 2009-08-22 03:13:13 Doug Zongker

am 90b06ac7: only use faster SHA-1 code on machines with good libc

Merge commit '90b06ac786f859895ac503cf42759c2706205700' into eclair-plus-aosp

* commit '90b06ac786f859895ac503cf42759c2706205700':
only use faster SHA-1 code on machines with good libc

90b06ac 2009-08-22 03:08:25 Doug Zongker

only use faster SHA-1 code on machines with good libc

Macs don't have byteswap.h or endian.h. Change conditionals to only
use the faster SHA-1 code on little-endian machines with byteswap.h.