Without this patch, "adb devices" will say "no permissions" when it sees
a device it can't write to, but "fastboot devices" will silently ignore it.
This is confusing to n00bs, especially since it doesn't seem to be widely
known that a device's USB id might be different in the bootloader (meaning
two udev rules are needed). It can also be confusing if you're sshed in,
when you can't access the device because you won't be in the "plugdev"
group, but "fastboot devices" won't make this clear.
I'm not sure about the Mac OS and Windows changes. AIUI, devices are always
writable on those platforms, but I don't use either, so I can't test this.
This patch shouldn't alter the behavior on either of those platforms.
* changes:
Add back missing libdl in linker command. The executables here contain call to function defined in libdl.so but the library is missing the linker commands. Currently, the library is linked via dependency of another library. While this works, it is not the right thing to do.
to function defined in libdl.so but the library is missing the linker commands.
Currently, the library is linked via dependency of another library. While this
works, it is not the right thing to do.
Merge commit 'e76eacac590ab1f9f5a08da0a92b0b1acac5037b'
* commit 'e76eacac590ab1f9f5a08da0a92b0b1acac5037b':
Add a new event log tag for corrupted database files.
add O_TRUNC flag in open(), which will truncate the target file,
otherwise, copy will keep the old content of the target file.
Signed-off-by: Tom Zhu <ling.zhu@motorola.com>
Signed-off-by: San Mehat <san@google.com>
Merge commit '9e42da45cf8de612107fb14660763eeca7582b8f' into eclair-plus-aosp
* commit '9e42da45cf8de612107fb14660763eeca7582b8f':
Add a new event log tag for corrupted database files.
Merge commit '78e7e400a8bb49bffaa312c856bd9e948b1a7ba3'
* commit '78e7e400a8bb49bffaa312c856bd9e948b1a7ba3':
Print code around PC and LR in the inline log.
Merge commit '09e713789e31f640a80af1cddb2fc40cbeb02ad5' into eclair-plus-aosp
* commit '09e713789e31f640a80af1cddb2fc40cbeb02ad5':
Print code around PC and LR in the inline log.
Added the "total" line, which makes it easy to answer questions like,
"how the hell much space am I wasting on /data/dalvik-cache?".
Also fixed the -s filename output, which was showing mostly-full paths
when a simple filename was called for.
Merge commit '6b4e9ebc4cab1dab3b8769a27868addd202a29b5'
* commit '6b4e9ebc4cab1dab3b8769a27868addd202a29b5':
Ensure -user builds can run the dex preopt pass in the emulator.
Merge commit '3afe20b0beb7e274eee195de436211a3e8d1b0ce' into eclair-plus-aosp
* commit '3afe20b0beb7e274eee195de436211a3e8d1b0ce':
vold: Add support for /dev/block/mmcblk1
Merge commit 'ff7d5835d91b979836b66dc42fac69adf2c6c3a3' into eclair-plus-aosp
* commit 'ff7d5835d91b979836b66dc42fac69adf2c6c3a3':
Add NOTICE file and license tag for adb
Merge commit 'a0c98ef01a4c5a859fdde35fed7977b1eb919007' into eclair-plus-aosp
* commit 'a0c98ef01a4c5a859fdde35fed7977b1eb919007':
Ensure -user builds can run the dex preopt pass in the emulator.
Merge commit '5864a8c9021240e061ce2e4e76c95e2b3d3daa9e'
* commit '5864a8c9021240e061ce2e4e76c95e2b3d3daa9e':
Add event parameter for the restore set (device id) data is being restored from
This is done by ensuring that /init.goldfish.rc and /system/etc/init.goldfish.sh
are part of the system image, even if it lacks other emulator related bits.
Merge commit '79aedbee8ff9d9c37ae063fc970632faa3f90227' into eclair-plus-aosp
* commit '79aedbee8ff9d9c37ae063fc970632faa3f90227':
Add support for Acer devices
Merge commit 'b92174db6d93521656893a2c5108950417532c1d' into eclair-plus-aosp
* commit 'b92174db6d93521656893a2c5108950417532c1d':
Add event parameter for the restore set (device id) data is being restored from
Merge commit '02f315068e02aa82bc7846b58c4ae959c4b97a24'
* commit '02f315068e02aa82bc7846b58c4ae959c4b97a24':
Add event log tag for server-prompted reset of backup data
Merge commit '061b6de7b350a03a969a82b273a4d585ffbd086c' into eclair-plus-aosp
* commit '061b6de7b350a03a969a82b273a4d585ffbd086c':
Add event log tag for server-prompted reset of backup data
Merge commit '88003b0de2d1d9c24ef4542473e6eabca79d0bd7' into eclair-plus-aosp
* commit '88003b0de2d1d9c24ef4542473e6eabca79d0bd7':
add account field to the sync log event
Merge commit '6ae9256322053354c7d2badccc0ce5c24b37c243' into eclair-plus-aosp
* commit '6ae9256322053354c7d2badccc0ce5c24b37c243':
adb: Add USB Vendor IDs for LG and Huawei