summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-07add free space on system and cache to free_storage_left log eventandroid-sdk-1.6_r2android-1.6_r2donut-releaseDoug Zongker
2009-10-02Make AudioPara4 world-readableJean-Baptiste Queru
This way adb pull can get to it on user builds. BUG=1869158
2009-08-21system/core: vold: Change permission of external storage device nodesandroid-sdk-tools_r2android-sdk-1.6_r1android-sdk-1.6-docs_r1android-1.6_r1.4android-1.6_r1.3android-1.6_r1.2android-1.6_r1.1android-1.6_r1San Mehat
Signed-off-by: San Mehat <san@google.com>
2009-08-11BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDKRaphael
2009-08-10DO NOT MERGE adb: Remove adbd from simulator build.Mike Lockwood
It no longer compiles without recent kernel headers. Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-08-10DO NOT MERGE cherry-pick "adb reboot" from master: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>
2009-08-07Merge change 20354 into donutAndroid (Google) Code Review
* changes: strip comments from event-log-tags on device
2009-08-06strip comments from event-log-tags on deviceDoug Zongker
This saves about 8k from the system image. Bug: 2036961
2009-08-06rootdir: init.rc: Bump up background cpu shares to 5.0%San Mehat
Signed-off-by: San Mehat <san@google.com>
2009-07-30adb: Another attempted workaround for the adb disconnect problem.Mike Lockwood
For adb shell commands (as well as shell based commands like logcat and bugreport) we now batch USB writes into 4K chunks instead of sending small packets of data as they come in. A timeout prevents us from blocking for more than 100ms when our 4K buffer is partially full. Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-24Add support for Samsung and Motorola devices.Xavier Ducrohet
Also update the linux code. Some devices have more complex USB descriptors which can't be parsed with the simple assumption of just skipping the endpoint descriptors.
2009-07-23install recovery image using patch mechanismDoug Zongker
With the corresponding change in build/tools, the recovery image is installed via a shell script that is emitted by the OTA builder.
2009-07-16vold: If we're bootstrapping, don't automatically mount the SD card. Also ↵San Mehat
fixes some error display bugs (our printf doesnt support %m) Signed-off-by: San Mehat <san@google.com>
2009-07-16vold: vfat: Run up to 3 passes of the disk checker when the checkerSan Mehat
indicates the FS has been modified. Also create LOST.DIR if it doesn't exist on mount. Signed-off-by: San Mehat <san@google.com>
2009-07-16vold: Allow a damaged volume to be re-evaluated for mountingSan Mehat
Signed-off-by: San Mehat <san@google.com>
2009-07-12Merge change 6738 into donutAndroid (Google) Code Review
* changes: rootdir: Remove ip-up-vpn script, which is replaced by an executable.
2009-07-10rootdir: Remove ip-up-vpn script, which is replaced by an executable.Chia-chi Yeh
2009-07-09adb: Increment ADB_SERVER_VERSIONMike Lockwood
It was pointed out that we should have done this when we added the "adb root" command. And doing this will also force people to pick up the recent Linux USB serial number fix. Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-08init.rc: Fix commands for allowing the system_server to access ↵Mike Lockwood
wpa_supplicant.conf The touch command does not exist, and the chown commands are unnecessary because the system_server is in the WIFI group. Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-08Fix typo in adb commandline helpKenny Root
Android developers are not expected to have PDP-11s.
2009-07-08adb: Use correct language ID when retrieving USB serial number.Mike Lockwood
Fixes http://code.google.com/p/android/issues/detail?id=2609 Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-06vold: Change the disk formatter we use + fix commandline argument creationSan Mehat
Signed-off-by: San Mehat <san@google.com>
2009-07-06toolbox: mkdosfs: Imported new 'newfs_msdos' updated disk formatterSan Mehat
Signed-off-by: San Mehat <san@google.com>
2009-07-02Set the permissions of wifi supplicant file so that system can access it.Amith Yamasani
Create the required directories and set the correct owner and permissions.
2009-06-30Merge change 5852 into donutAndroid (Google) Code Review
* changes: rootdir: Modify init.rc to run mtpd/racoon as a non-root user.
2009-06-30vold: Kill logspamSan Mehat
Signed-off-by: San Mehat <san@google.com>
2009-07-01rootdir: Modify init.rc to run mtpd/racoon as a non-root user.Chia-chi Yeh
Note that this change requires a new prebuilt kernel for AID_NET_ADMIN.
2009-06-29toolbox: Fix uninitalized stack variable in mount.Dima Zavin
Signed-off-by: Dima Zavin <dima@android.com>
2009-06-29Merge change 5662 into donutAndroid (Google) Code Review
* changes: toolbox: Revise route utility.
2009-06-30toolbox: Revise route utility.Chia-chi Yeh
Add copyright header. Returns errno when something goes wrong. Otherwise returns 0. When the route entry exists, treat it as a success.
2009-06-29init: Enable sched_yield() compatability mode on boot.San Mehat
In CFS, the (somewhat undefined) behavior of sched_yield() changed. See: http://kerneltrap.org/Linux/CFS_and_sched_yield This change enables 'compat' mode for sched_yield() Signed-off-by: San Mehat <san@google.com>
2009-06-27vold: Force formatting of cards to FAT32San Mehat
Signed-off-by: San Mehat <san@google.com>
2009-06-27rootdir: Obsolete ppp/peers/common and racoon/racoon.conf.Chia-chi Yeh
2009-06-26Merge change 4728 into donutAndroid (Google) Code Review
* changes: Add device, property, directory, and file permissions for VPN.
2009-06-26Merge change 4592 into donutAndroid (Google) Code Review
* changes: rootdir: Remove gprs/pppd related scripts.
2009-06-25Merge change 5455 into donutAndroid (Google) Code Review
* changes: Add new PPP IPCP script for VPN.
2009-06-26Add new PPP IPCP script for VPN.Hung-ying Tyan
2009-06-25vold: Logging to catch when the disk checker crashesSan Mehat
(could happen due to a really messed up card) Signed-off-by: San Mehat <san@google.com>
2009-06-25vold: Fix bug where logwrapper would pass data to LOG() in the format field,San Mehat
which caused vsprintf to process format characters in the string. Signed-off-by: San Mehat <san@google.com>
2009-06-24vold: Switch vfat fsck toolsSan Mehat
Signed-off-by: San Mehat <san@google.com>
2009-06-22nexus: Rename onInterfaceStarted -> onInterfaceConnected and add Dhcp ↵San Mehat
start/stop control Signed-off-by: San Mehat <san@google.com>
2009-06-22nexus: Add skeleton for DhcpClientSan Mehat
Signed-off-by: San Mehat <san@google.com>
2009-06-19Add device, property, directory, and file permissions for VPN.Chia-chi Yeh
2009-06-18rootdir: Remove gprs/pppd related scripts.Chia-chi Yeh
vpn related scripts will be updated in the next change.
2009-06-16init: Bump up the max cpu bandwidth shares ratio for background.San Mehat
New ratio is 1024/16 (1.5625% for background when cpu is under load) Signed-off-by: San Mehat <san@google.com>
2009-06-16nexus: Fix SupplicantStatus decodingSan Mehat
Signed-off-by: San Mehat <san@google.com>
2009-06-16nexus: Less verbosity in TiwlanEventListener for nowSan Mehat
Signed-off-by: San Mehat <san@google.com>
2009-06-16nexus: Add TiwlanEventListener to makefileSan Mehat
Signed-off-by: San Mehat <san@google.com>
2009-06-16nexus: Initialize frequency in SupplicantAssociatingEvent constructorSan Mehat
Signed-off-by: San Mehat <san@google.com>
2009-06-16nexus: Add some logging output to WifiControllerSan Mehat
Signed-off-by: San Mehat <san@google.com>