Skip to content

Instantly share code, notes, and snippets.

@shriduttkothari
Created August 22, 2013 14:29
Show Gist options
  • Save shriduttkothari/6307924 to your computer and use it in GitHub Desktop.
Save shriduttkothari/6307924 to your computer and use it in GitHub Desktop.
Typical RC commands which may be supplied in the /cache/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
* --just_exit - do nothing; exit
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment