• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Android tablet

I have a tablet that I can't turn on adb I use to turn it on like this adb shell setprop persist.sys.usb.config adb but now its not working is there any other way to turn adb on
 
what tablet do you have? most likely the update closed up the dev option. was it there before the update? and it was enabled?

curious, can you post a screen shot when you try to run adb commands?
 
I have a jp5 tablet and before this update that was put on adb stop working!

Given that this is a secure tablet designed for use in prisons, running a rather customised Android version, that's very likely why there's no Developer Mode in it. ADB may have been disabled/removed by the Jpay update, to increase security against unauthorized modifications?
 
I have a jp5 tablet and before this update that was put on adb stop working!

also do getprop persist.sys.usb.config and see what return you get. ideally you should see mass_storage,adb
if adb is showing then it is enabled and you are facing a different issue.
 
Back
Top Bottom