User Tools

Site Tools


android

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
android [2016/03/23 08:11] michaelandroid [2021/04/25 07:58] (current) mduersch
Line 17: Line 17:
 # in case it returns "no permissions fastboot" # in case it returns "no permissions fastboot"
   fastboot oem unlock   fastboot oem unlock
 +
 +# flash an image file to the mobile
 +  fastboot flash recovery your_recovery_image.img
  
 # problems connecting a device? restart adb server # problems connecting a device? restart adb server
   adb kill-server   adb kill-server
   adb start-server   adb start-server
 +  
 +# sony install images:
 +  EMMA
  
android.1458720692.txt.gz · Last modified: 2021/04/24 07:38 (external edit)