Difference between revisions of "Tablets"

141 bytes added ,  21:24, 11 April 2023
no edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
fixing mystery android "tablet pc" tablets that are locked out for some weird previous purpose.
fixing mystery android "tablet pc" tablets that are locked out for some weird previous purpose.
not to be confused with [[EXOPC]] tablets appearing in 2023


https://gist.github.com/substack/1935262a09d2bf4542e5
https://gist.github.com/substack/1935262a09d2bf4542e5
Line 25: Line 27:


20080411413fc082 device  
20080411413fc082 device  


If the tablet shows up, run this command to perform a factory reset:  
If the tablet shows up, run this command to perform a factory reset:  
   
   
$ adb shell  "su -c 'am broadcast -a android.intent.action.MASTER_CLEAR'"
$ adb shell  "su -c 'am broadcast -a android.intent.action.MASTER_CLEAR'"
This will reboot the tablet, and when it boots back up it will be ready to use.