经过大量的挖掘后,我终于下载了Android的恢复部分的源代码。事实证明,你实际上可以发送命令到恢复。
* 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 an OTA package file
* --wipe_data - erase user data (and cache), then reboot
* --wipe_cache - wipe cache (but not user data), then reboot
* --set_encrypted_filesystem=on|off - enables/diasables encrypted fs
这些都是你可以根据使用的一个,我发现了命令,但可能是改装成不同的文件。因此,使用亚行,你可以这样做:
adb shell
recovery --wipe_data
使用--wipe_data似乎做什么,我一直在寻找这是方便的,虽然我还没有完全测试,这是呢。
编辑:
仍然使用这个话题的人,这些命令可基于您正在使用的恢复。如果您正在使用时钟恢复,这些命令应该仍然有效。你可以在/缓存/恢复/命令