Wipe data/Factory reset through ADB [closed]
After a lot of digging around I finally ended up downloading the source code of the recovery section of Android. Turns out you can actually send commands to the recovery. * The arguments which may be supplied in the recovery.command file: * –send_intent=anystring – write the text out to recovery.intent * –update_package=path – verify install … Read more