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
linux:android-source-compile-galaxy-nexus [2012/08/08 23:22] – [gapps download] percylinux:android-source-compile-galaxy-nexus [2016/05/05 13:07] (current) – external edit 127.0.0.1
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 61: Line 69:
 jb:http://goo.im/gapps/gapps-jb-20120726-signed.zip jb:http://goo.im/gapps/gapps-jb-20120726-signed.zip
 ===== fastboot ===== ===== fastboot =====
 +USAGE:http://wiki.cyanogenmod.com/wiki/Fastboot
 +
   1. fastboot flash system system.img    1. fastboot flash system system.img 
   2. fastboot flash boot boot.img   2. fastboot flash boot boot.img
Line 67: 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.
 +  
 +  Now use SuperSU to manager the root list:
 +  
 +  http://forum.xda-developers.com/showthread.php?t=1538053
      
 +  NOTICE:click the above link to get the zip package,just install the zip package in recovery mode is OK.
/var/www/dokuwiki/wiki/data/attic/linux/android-source-compile-galaxy-nexus.1344439361.txt.gz · Last modified: 2016/05/05 13:06 (external edit)