Google has released the official Jelly Bean 4.2 images to its servers. If you can’t wait for the OTA like me then the manual method will get you 4.2 now. See how below,
I’m doing this on Fedora 17
NOTICE: Do this at your own risk. There is a chance of things going wrong and you might end up with a brick.
install adb and fastboot
yum install android-tools
Download the Jelly Bean 4.2 (JOP40C) factory image. Link
wget https://dl.google.com/dl/android/aosp/nakasi-jop40c-factory-6aabb391.tgz
Extract the downloaded file.
tar -zxvf nakasi-jop40c-factory-6aabb391.tgz<br /> cd nakasi-jop40c/
Make the install scripts executable.
chmod +x flash-all.sh<br /> chmod +x flash-base.sh
flash-all.sh will erase all data and flash everything.
flash-base.sh will only flash the bootloader and radio.Make user USB debugging is on for your Nexus 7.
Settings -> Developer Options -> “On” -> USB Debugging -> “On”
- Boot into fastboot
power off -> power on (hold power + volume down)till you get into the fastboot screen.
Unlock the boot loader.
fastboot oem unlock
confirm on your Nexus 7 screen.Run the install script.
./flash-all.sh