Skip to content

Instantly share code, notes, and snippets.

@luca020400
Created September 10, 2015 09:49
Show Gist options
  • Save luca020400/586cb0c8429eb9c99dcf to your computer and use it in GitHub Desktop.
Save luca020400/586cb0c8429eb9c99dcf to your computer and use it in GitHub Desktop.
usage: fastboot oem sp_test [options]
options:
add <name> <size> add a new SP block
remove <name> remove a SP block
help show usage
usage: fastboot oem regex [options]
match <pattern> <string> match <patten> against <string>
help show usage
usage: fastboot oem wptest [options]
enable enable writeprotect
disable disable writeprotect
test <number> run a test
1 - display system image info
2 - enable write protect
3 - reset eMMC
4 - hash system image
5 - enable enhance erase
6 - check if system partition is writable
7 - enable hw_test (OTP) and print error code
<sector> - check if specified sector is writable
help show usage
usage: fastboot oem backlight [options]
on turn on backlight
off turn off backlight
<number> set backlight level
help show usage
usage: fastboot oem display [options]
on turn on display
off turn off display
info show display info
Latest Motorola fastboot required, download from: http://goo.gl/7fS50o
usage: fastboot oem ramdump [options]
(none given) show status
enable enable RAM dumping
disable disable RAM dumping
clear clear existing RAM dumps
pull [<all>|<name>] pull RAM dump files
help usage
usage: fastboot oem partition [options]
(none given) list all partitions
<name> list a partition
dump <name> [<offset> [size]] dump a partition
md5 <name> [<offset> [size]] md5 of a partition
help show usage
usage: fastboot oem config [options]
(none given) list all utags
<name> <value> set a utag
<name> query a utag
<name> "" unset a utag
clear unset all utags
protect <name> mark utag as read-only
unprotect <name> unmark utag as read-only
help show usage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment