Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #flashing Stock Firmware on Android Motorola
- #get firmware for device
- #https://mirrors.lolinet.com/firmware/
- #after unzipping use flashfile.xml to get a list of partitions and images to flash
- grep '"flash"' flashfile.xml|cut -d\" -f4,8|tr '"' ' '|awk '{print "fastboot flash " $2 " " $1}'
- #clear data
- fastboot erase carrier
- fastboot erase userdata
- fastboot erase metadata
- fastboot erase ddr
- fastboot oem fb_mode_clear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement