Currently it just registers a receiver for all Bluetooth intents,
and prints them to logcat. For example:
BTDEBUG : a.b.device.a.FOUND
BTDEBUG : a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG : a.b.device.e.RSSI = -35
BTDEBUG : a.b.device.e.CLASS = 200404
BTDEBUG : a.b.adapter.a.DISCOVERY_FINISHED
BTDEBUG : a.b.device.a.BOND_STATE_CHANGED
BTDEBUG : a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG : a.b.device.e.BOND_STATE = 11
BTDEBUG : a.b.device.e.PREVIOUS_BOND_STATE = 10
BTDEBUG : a.b.device.a.ACL_CONNECTED
BTDEBUG : a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG : a.b.device.a.NAME_CHANGED
BTDEBUG : a.b.device.e.DEVICE = 00:18:13:F2:CC:33
BTDEBUG : a.b.device.e.NAME = "HBH-IV840"
This application is built by default, but is not installed. Use
mmm development/apps/BluetoothDebug
adb install -r $OUT/system/app/BluetoothDebug.apk
to install it. Logging will begin immediately.
Change-Id: I582e6415fc1c856a6a4581ecf52eda11818601cf
Merge commit '89f0e50a4cbb3086ab8441540e495150d1838e44'
* commit '89f0e50a4cbb3086ab8441540e495150d1838e44':
Add new application for the SDK to let developers build their own gestures
Merge commit '07c07c2e685d2d7bd1901432d694bd8bddb84e15'
* commit '07c07c2e685d2d7bd1901432d694bd8bddb84e15':
Define a new activity that lists permissions and apps using that permission with some additional details as well
SDK Updater: provide a "force http" setting.
SDK Updater: SettingsController that handles the settings.
- Moved the build variants descriptions into build_system
Previously the enter key only worked after the trackball had been
clicked at least once. Fixed by calling setFocibleInTouchMode.
Fix bug where control keys didn't work with the soft keyboard.
Fix some warnings reported by Eclipse IDE. (Missing @Overrides, needless
imports, unused variables.)
Merge commit '20576189bddb5cd87707c2f726341cad11fcf490'
* commit '20576189bddb5cd87707c2f726341cad11fcf490':
Add new text display attribute for gles version number
SDK Updater: Add optional license elements to XML schema.
LocationManagerService now listens for changes to settings,
making LocationManager.updateProviders() unnecessary.
Removed LocationManager.updateProviders()
Added Settings.Secure.setLocationProviderEnabled(), which is a thread-safe way
of enabling or disabling a single location provider.
This is safer than reading, modifying and writing the LOCATION_PROVIDERS_ALLOWED directly.
BUG=1729031
Original author: lockwood
Automated import of CL 144415
*** Reason for rollback ***
Roll back US Spanish import because it made the build too big.
*** Original change description ***
Import US Spanish translations, and a few Japanese changes.
Automated import of CL 144355
LocationManagerService now listens for changes to settings,
making LocationManager.updateProviders() unnecessary.
Removed LocationManager.updateProviders()
Added Settings.Secure.setLocationProviderEnabled(), which is a thread-safe way
of enabling or disabling a single location provider.
This is safer than reading, modifying and writing the LOCATION_PROVIDERS_ALLOWED directly.
BUG=1729031
Automated import of CL 144372
Explain how it's different than ProcessBuilder
Explain that you have to call close when you're done with the pty's file
descriptor.
Note in the doc comment that the implementation relies on a private
FileDescriptor API.
Also remove an unused method.
Automated import of CL 144152
+ Makes the "Enter" key work again.
+ Makes the "Delete" key delete just one character each time you press it
instead of two.
Original author: jackpal
Merged from: //branches/cupcake/...
Automated import of CL 143272