-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master #296
Open
htapia
wants to merge
121
commits into
damonkohler:master
Choose a base branch
from
kuri65536:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Master #296
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The issue is described in https://groups.google.com/forum/#!topic/python-for-android/EZ3gddVIooU and fixed in https://code.google.com/r/olapaola-android-scripting/ It is also possibly related to issue #584: http://code.google.com/p/android-scripting/issues/detail?id=584
Since it's supposed to be public, why not bind on all interfaces? I'm having a problem connecting to a server that is getting an ipv6 address, but my tools can't reach it. Since there is no configuration to this on the server side, just bind to all interfaces and let the user figure out which ips the device has.
- to make apk: ./gradlew assembleDebug - not tested.
- to make apk: ./gradlew assembleDebug - not tested.
- to make apk: ./gradlew assembleDebug (or assembleRelease) - not tested.
- this method will work in GB or earlier. - PIC binary is work too. - interpreters must be compiled with:: CFLAGS += -fvisibility=default -fPIE LDFLAGS += -rdynamic -fPIE -pie
- forgot in 1259 (a3e5cb9bcb0a)
From 75dc79a06c15dae01b07f09cfda374c828b45b4b Mon Sep 17 00:00:00 2001 From: Joseph Pirozzo <[email protected]> Date: Thu, 18 Aug 2016 14:01:39 -0700 Subject: [PATCH] MAP MCE SL4A Add testing code to SL4A to enable testing of Message Access Profile client side code via a facade. Bug: 30467210 Change-Id: I8180529266cd64826cf59f91f77d6e6d5a3dad81 (cherry picked from commit 41e625b5cb7cc955b903a5da67d05e7d67bb2488)
From 9a632371bf1ace747eb6fde291eb0f8a0c28c215 Mon Sep 17 00:00:00 2001 From: Ram Periathiruvadi <[email protected]> Date: Thu, 22 Sep 2016 21:49:10 -0700 Subject: [PATCH] Adding more test coverage for Bluetooth Media (Avrcp/A2dp). Adding infra to support tests like 1. Verify Metadata on both ends match on various playback commands 2. Disconnect in the middle of audio playing via bluetooth 3. Connect when the source is in the middle of playing 4. Look at the Active Media Sessions Bug: b/29100401 Test: Tested on Mojave bat_car and Angler Change-Id: I9a60c1f57d190fd5c336d2de862988e6b3d5f42e (cherry picked from commit f0b675b6d55296c07e28bdc681a9300eb208684d)
From 42ef337b1976d1cbd7b71d531d8cc4365df29471 Mon Sep 17 00:00:00 2001 From: tturney <[email protected]> Date: Fri, 4 Nov 2016 16:00:58 -0700 Subject: [PATCH] Cleanup print statements and bypass MAP prompt Test: BtCarMapMceTest Change-Id: Ie488d94579ce960fdb44143af0c5181419a287dd
From f0a094f3709187319222e64d8434f168ad8ffac9 Mon Sep 17 00:00:00 2001 From: Jack He <[email protected]> Date: Tue, 1 Nov 2016 18:12:29 -0700 Subject: [PATCH] Allow BluetoothPairingHelper to wait for passkey confirmation BluetoothPairingHelper used to blindly confirm pairing passkey. This change adds an optional flag that allows it to wait for passkey confirmation from the test computer. Test: manual Bug: 31381715 Change-Id: I98489201b511dc42926cc8d789316665ee25748f
From fc6e4af002e75301e13ddf524c0317e3a52be858 Mon Sep 17 00:00:00 2001 From: tturney <[email protected]> Date: Mon, 14 Nov 2016 16:54:56 -0800 Subject: [PATCH] Add SL4A api to monitor Bluetooth state changes Test: manual - execution of automation Change-Id: I42774ff8da76226e954ccba26d116b1402590a2c
From 64411e619873b4a96baf5758f27e81dd21ce3082 Mon Sep 17 00:00:00 2001 From: tturney <[email protected]> Date: Fri, 6 Jan 2017 16:18:51 -0800 Subject: [PATCH] Make GattClientFacade java-code compliant Bug: 34132039 Test: Build code Change-Id: I2ee22a1b6f1a5ebe8a4248bbe053cd81637c6d8b
From b9e8c5b48b55a19e1e0ca2231a99afd570d0e441 Mon Sep 17 00:00:00 2001 From: tturney <[email protected]> Date: Tue, 10 Jan 2017 15:47:19 -0800 Subject: [PATCH] Make GattServerFacade java-code compliant Bug: 34131467 Test: Build code Change-Id: Ia42905b64a95456d63dffdc67738b6e343397eff
From f8d95d380b318208815ac6b94ca4d6593a6648ae Mon Sep 17 00:00:00 2001 From: tturney <[email protected]> Date: Tue, 10 Jan 2017 16:02:41 -0800 Subject: [PATCH] Make BluetoothA2dpFacade java-code compliant Bug: 34132608 Test: Build code Change-Id: Id3812d130783e02bd9df524efb0dcccb89996efb
From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001 From: Xin Li <[email protected]> Date: Tue, 9 Feb 2016 11:04:53 -0800 Subject: [PATCH] Move sl4a to its own project.
- change copylight year - append license statement to files which miss it. - remove trailing spaces. From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001 From: Xin Li <[email protected]> Date: Tue, 9 Feb 2016 11:04:53 -0800 Subject: [PATCH] Move sl4a to its own project.
- some modification, but build succeed. - append license statement to files which miss it. - remove trailing spaces. From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001 From: Xin Li <[email protected]> Date: Tue, 9 Feb 2016 11:04:53 -0800 Subject: [PATCH] Move sl4a to its own project.
- narrow column flag removed. - replace tabs to spaces. From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001 From: Xin Li <[email protected]> Date: Tue, 9 Feb 2016 11:04:53 -0800 Subject: [PATCH] Move sl4a to its own project.
- remain backward API: - FILL_PARENT. - setBackgroundDrawable - remove analytics comments. - remove trailing spaces. - change indent 2 to 4. From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001 From: Xin Li <[email protected]> Date: Tue, 9 Feb 2016 11:04:53 -0800 Subject: [PATCH] Move sl4a to its own project.
- missing import. - overriding problem.
- some functions called by generics: connect/disconnect, get/setPriority. - commented Undefined classes.
handle exceptions at scan barcode. From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001 From: Xin Li <[email protected]> Date: Tue, 9 Feb 2016 11:04:53 -0800 Subject: [PATCH] Move sl4a to its own project.
From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001 From: Xin Li <[email protected]> Date: Tue, 9 Feb 2016 11:04:53 -0800 Subject: [PATCH] Move sl4a to its own project.
- setLatestEventInfo deprecated in SDK 23, but we still need API 9. so it remain in source. From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001 From: Xin Li <[email protected]> Date: Tue, 9 Feb 2016 11:04:53 -0800 Subject: [PATCH] Move sl4a to its own project.
- change parameter from bytearray to string. - fix indent and wrap. - remain gattClientClose and connectGatt transport parameter.
but many functions were included this time. From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001 From: Xin Li <[email protected]> Date: Tue, 9 Feb 2016 11:04:53 -0800 Subject: [PATCH] Move sl4a to its own project.
choose from preferences.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.