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 20:58] – [Install su/Superuser.apk] 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 =====
  
 Volume UP+DOWN+Power Volume UP+DOWN+Power
  
 +===== gapps download =====
 +http://goo.im/gapps/
 +
 +jb:http://goo.im/gapps/gapps-jb-20120726-signed.zip
 +===== fastboot =====
 +USAGE:http://wiki.cyanogenmod.com/wiki/Fastboot
 +
 +  1. fastboot flash system system.img 
 +  2. fastboot flash boot boot.img
 +  3. fastboot -w
 +NOTICE:it will format the sdcard,so need backup the data on sdcard first.
 +
 +
 +===== 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.1344430739.txt.gz · Last modified: 2016/05/05 13:06 (external edit)