Quantcast
Channel: xda-developers - Nexus 7 Android Development
Viewing all articles
Browse latest Browse all 308

[FLASH][ROOT]Android 4.3 Stock[Nexus 7 grouper/nakasi]

$
0
0
How to Flash Android 4.3 on your Nexus 7 nakasi/grouper (wifi only)

Code:

/*
 * I am not responsible for bricked devices
 * or something else you do with this toturial
 *
 * Every 60 Seconds In Africa A Minute Passes.
 * Even for that I'm not responsible!!
 */

Needed:
Android SDK
Factory Image from Google
ChainFire SuperSU
ChainFire SuperSU [Uploaded.net Mirror]
TWRP Recovery
TWRP Touch Recovery v2.2.1 [Uploaded.net Mirror]
or
CWM Recovery
CWM Touch Recovery v6.0.3.1 [Uploaded.net Mirror]

Attention: Bootloader MUST be unlocked.

Step by Step Instructions flashing Rom without loosing Data:
  1. Download the Stuff up there.
  2. Unzip the Factory Image "nakasi-jwr66v-....tgz". In there you will find another Archive named like this "image-nakasi-jwr66v.zip". Unzip it.
  3. Open file explorer on computer and change to the "Android SDK" directory and change to platform-tools folder
  4. Press [SHIFT] + Right Click and click "Open Command Window Here", then Commandline should appear
  5. Be sure all your data is backed up. If you don't have done already, do it NOW!!
  6. Switch to the device and shut it down.
  7. Press [POWER]+[VOL-] button to start into bootloader
  8. Now switch to the PC again and in the command line type:
    Code:

    fastboot flash bootloader <path_to_bootloader-grouper-4.2.3>
    But instead the <...> type the path to the bootloader!!
  9. After that you can run following command
    Code:

    fastboot reboot-bootloader
    Your device will reboot now with new bootloader.
  10. After it write following commands
    Code:

    fastboot flash system <path_to_system.img>
    fastboot flash boot <path_to_boot.img>
    fastboot flash userdata <path_to_userdata.img>

    Now you have flashed your Devices System, Kernel and Userdata partition.
  11. Then
    Code:

    fastboot reboot
    for rebooting your device into System (this could take a couple of minutes)

Step by Step Instructions Rooting Android 4.3:
  1. Copy the ChainFire SuperSU (.zip) to the root of your sdcard
  2. Shutdown device and boot into bootloader again. ([Power]+[Vol-] Buttons)
  3. In Command Line now Type following command
    Code:

    fastboot flash recovery <path_to_TWRP.img_or_CWM.img
    for flashing the Recovery.
  4. After flashing the Recovery navigate to the "Start Recovery" Section with the Vol Up/Down keys.
  5. Now the Recovery sould start.
  6. For CWM Recovery do following steps:
    1. Switch to the "Flash ZIP from sdcard" item and press power button one time in case you have the CWM Recovery without touch.
    2. After that switch to "Select zip from sdcard" and press power button again.
    3. Now select the ChainFire SuperSU zip file in the root of your sdcard, which you copied in step one.
    4. The Recovery will now flash the .zip file. After flashing has finished, reboot into system.
  7. For TWRP Recovery do following steps:
    1. Tap the "Install" Button in the Recovery
    2. After that you have to select the ChainFire SuperSU zip file in the root of your sdcard, which you copied in step one.
    3. After that swipe to flash the zip file
    4. The zip will be flashed and after that you can reboot into system again

Now you are done.
Have Fun ;)

Viewing all articles
Browse latest Browse all 308

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>