Skip to content
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

poplar: use persistent property to disable or enable adb over usb function #6

Open
wants to merge 1 commit into
base: v1.1
Choose a base branch
from

Conversation

jianguocn
Copy link

@jianguocn jianguocn commented May 29, 2018

For the requirement of using usb2 port as host mode permanently, it uses
persistent property to disable or enable adb over usb function:

  • disable adb over usb: setprop persist.adb.over.usb 0
  • enable adb over usb: setprop persist.adb.over.usb 1

Signed-off-by: Jianguo Sun sun_jianguo@hoperun.com

…ction

For the requirement of using usb2 port as host mode permanently, it uses
persistent property to disable or enable adb over usb function:
  - disable adb over usb: setprop persist.adb.over.usb 0
  - enable adb over usb: setprop persist.adb.over.usb 1

Signed-off-by: Jianguo Sun <sun_jianguo@hoperun.com>
@jianguocn jianguocn changed the title poplar: use persitent property to disable or enable adb over usb function poplar: use persistent property to disable or enable adb over usb function May 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant