Change default usb mode setting

vetteman72

Member
Jun 14, 2011
21
0
I have an 8024, does anyone know how to have the usb boot up in host mode by default? I have my tablet in a case with a built in keyboard which is always connected via usb so everytime I boot up, I'm always having to go into settings and change the usb to host mode to recognize the keyboard.'

Sent from my CFW-MID8024 using Android Tablet Forum
 

lfom

Senior Member
Developer
Sep 12, 2011
1,386
239
No need to go to navigate inside Settings: add Power Control widget to one of your workplace screens. Here in my MID1024 the second button from right to left alternates USB between host/device mode, just one tap is needed. Probably it's the same with 8024.
 
Last edited:

vetteman72

Member
Jun 14, 2011
21
0
Thanks for the tip! I added the widget. It's not automated but at least provides a one step solution - thanks again!
 

lfom

Senior Member
Developer
Sep 12, 2011
1,386
239
I have just found this:

Code:
# set default usb mode as usb mass storage
ro.default_usb_mode=2

It goes in build.prop. Valid values are 0-4. As it's "ro" (read only), probably you will have to reboot after changing the value in build.prop to test. If you do, please report the results. Thanks.
 
Top