User Tools

Site Tools


linux:android-source-compile-galaxy-nexus

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
Next revisionBoth sides next revision
linux:android-source-compile-galaxy-nexus [2012/08/08 23:25] – [fastboot] percylinux:android-source-compile-galaxy-nexus [2012/10/17 22:11] – [Recovery] percy
Line 52: Line 52:
 ===== Install su/Superuser.apk ===== ===== Install su/Superuser.apk =====
  
 +<code>
 +  adb root
 +  adb remount
 +  adb push su /system/bin
 +  adb push Superuser.apk /system/app
 +  adb shell chmod 06755 /system/bin/su
 +  adb shell chmod 06755 /system/app/Superuser.apk
 +</code>
 ===== Enter fastboot mode ===== ===== Enter fastboot mode =====
  
Line 69: Line 77:
  
  
 +===== Recovery =====
 +  fastboot flash recovery recovery-clockwork-6.0.1.0-maguro.img
  
-  +  Root step: 
 +  1.boot to fastboot mode. 
 +  2.flash the recovery 
 +  3.push su&Superuser.apk,add execute permission. 
 +  4.reboot.
/var/www/dokuwiki/wiki/data/pages/linux/android-source-compile-galaxy-nexus.txt · Last modified: 2016/05/05 13:07 by 127.0.0.1