Android 4.2.2 OTA Update

Search This thread

Rodeojones

Senior Member
Aug 6, 2010
866
313
Bloomer, WI
Popped up on my daughter's stock, unrooted N7 about 5 minutes ago. I assume because I'm running a custom ROM with a custom recovery OTAs will be blocked on my N10 (that's how it was on my OG Droid and LTE GNexus).
 

styckx

Senior Member
Sep 15, 2010
2,844
1,466
47
I might have been excited about this a few months ago but now it's just meh.. I'll just wait for Rascarlo to update RasBean... My tablet is rock solid stable right now.. I'm in no rush to beta test another one of Googles messes.
 
  • Like
Reactions: nightfox11

onemandivision

Senior Member
Jun 10, 2011
79
30
And with stock rom and stock recovery? Update from zip?
you should have adb in stock recovery aswell. just boot to stock recovery, make sure that you've configured the drivers and use the above command to install the update via adb

I've never tried that procedure though, but I guess it should work
 

antonusklesk

Senior Member
Oct 14, 2011
97
1
I'm rooted but with stock recovery. Can I just use OTA root-keeper to temp-unroot, install update and then re-root?
 

onemandivision

Senior Member
Jun 10, 2011
79
30
Can this get me into a soft brick and the comment over this one says?
heres what i did:
1) download the latest stock factory image from google: https://developers.google.com/android/nexus/images#mantaray (JOP40C)
2) download the ota update JP40C->JOP40D http://android.clients.google.com/p...gned-mantaray-JOP40D-from-JOP40C.07ac4f5d.zip
3) download the ota update JOP40D->JDQ39 http://android.clients.google.com/p...igned-mantaray-JDQ39-from-JOP40D.eaef1443.zip
4) download the latest team win recovery .img file: http://techerrata.com/browse/twrp2/manta

5) reboot into bootloader mode
6) unzip the stock firmware from step 1)
7) open command line window, cd to folder where image-mantaray-jop40c.zip is, type fastboot update image-mantaray-jop40c.zip (add option -w if you want to clear userdata aswell, this will wipe your sdcard)
8) wait for reboot and get back into bootloader
9) open command line window, cd to folder where the team win recovery image file is, type fastboot flash recovery openrecovery-twrp-2.4.1.0-manta.img (filename can be different depending on the version you downloaded)
10) reboot into bootloader, select reboot recovery, open command line window, cd to where ota updates are, type adb push *filename* /sdcard for each ota update (replace *filename* by actual filename)
11) select install in team win recovery, install update from step 2) first, then update from step 3)

reboot.

you might lose all your data including your files stored on your tablet. this is probably the must reliable way to update because everything is set back to stock and then updated. so no customization whatsoever should interfere

heres the result:
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 13
    Nexus 10 4.2.2 OTA URL

    Hi all,

    You can download 4.2.2 OTA from below link. Have a fun!! :fingers-crossed:
    MD5:ed637878ccba20ba9d44e62685ac67e9

    http://android.clients.google.com/p...igned-mantaray-JDQ39-from-JOP40D.eaef1443.zip
    6
    Thanks! I tried it but got stuck in the same situation. The update was downloaded but not installed properly.

    Thanks for helping. I'm all done with the setting up the variables. Whats next now?

    Awesome... Assuming you backed up your loot. The following will wipe your tablet clean and install a fresh stock unrooted, Jellybean 4.2.2

    Download the 4.2.2 factory image: https://dl.google.com/dl/android/aosp/mantaray-jdq39-factory-d79f489e.tgz

    Unzip that.. Inside that is a tar file you need to unzip which contains a folder named "mantaray-jdq39". For tutorial purposes I'm going to assume we unzipped it into the root of C:\

    Unzip the image-mantaray-jdq39.zip that is sitting in that directory (mantaray-jdq39). It will contain 5 img files.. They should all be sitting in the same directory

    Power down the device and boot into the bootloader of your device.. Unplug the usb from PC and hold BOTH Vol Up-Down and the power button until you get into the bootloader. You'll know it's the right one if you can use the volume keys to switch between start, recovery etc... Plug your Nexus into your PC now..

    Open a command prompt and change directories to where you unzipped the tar and zip file earlier.. ie: C:\manataray-jdp39

    (if your bootloader is still locked you need to type "fastboot oem unlock" and then follow the instructions on your screen first)

    Now type flash-all

    Wait it out until your device reboots on its own..

    You're done..

    If you want to root after this ask here.. Me, or someone else will tell you how to do using the programs provided in the SDK you installed.. This way you will know the exact processes taking place as you yourself will be running each command to install recovery etc.. Then in the event something goes wrong in the future you will most likely be able to fix it yourself.. Also, you'll be more prepared to help others out in similar situations.

    * - I'm assuming you already had the USB drivers installed and thus skipped all that jazz.
    4
    I don't care about the data. I have backed up everything. Just wanted to make sure it will work with just one file with flash-all command.

    Sent from my Nexus 10 using Tapatalk HD

    ---------- Post added at 11:40 PM ---------- Previous post was at 11:09 PM ----------

    Nailed it.! The problem was Internet Download Manager. What I downloaded was .tgz file and IDM (i don't know why) converted it to .tar and that was the reason of not showing the contents properly.

    ---------- Post added 18th February 2013 at 12:02 AM ---------- Previous post was 17th February 2013 at 11:40 PM ----------



    Yes, finally I am on 4.2.2 :D Thanks a lot for everything. Really you have helped a lot. Now the final part, Rooting. The way you described, I would like to do the same way.

    Congrats!

    This is easy also..

    First we need to download the Flashable SuperSU.
    Go to this thread: http://xdaforums.com/showthread.php?t=1538053
    In the first post download the flashable zip by clicking the link following the text "CWM / TWRP / MobileODIN installable ZIP: "

    Place it in a spot on your device.. Doesn't matter where.. Just as long as you know where it is at.

    Download TWRP (what will be your new recovery): http://teamw.in/project/twrp2

    Type in "Nexus 10" click link for it that appears, then click "Download the newest .img file from here" (you want openrecovery-twrp-2.4.x.0-manta.img whatever is the newest at the time of reading this)" on the next page.

    Reboot to bootloader - Hold both Vol Up/Down + Power

    Connect your device to the PC

    Now we are going to instruct fastboot to flash openrecovery-twrp-2.4.x.0-manta.img to the recovery partition of your device

    Open a command prompt where you have the TWRP openrecovery-twrp-2.4.x.0-manta.img file you downloaded

    Type: fastboot flash recovery openrecovery-twrp-2.4.x.0-manta.img

    Once you get the a-ok.. You can now use the volume key to choose "recovery" then the power button to boot into recovery.

    TWRP should load.. Now you want to touch "install".. Browse to where you placed the SuperSU zip, choose it, swipe to flash and you should be done at that point and can reboot.
    4
    Good call on the platform tools being outdated. I had downloaded it all today, but I just ran SDK Manager and it said there was an update available. After installing that, everything seems to work OK. It was definitely using an old fastboot as there are more options for it now. Not sure why.

    Anyway, everything works perfect now! Thanks so much. I really owe you one.

    Woohoo! So awesome.. Look at it this way.. You just got a lot of trouble shooting experience in and have a much better understanding how these things work.. The toolkits just can't replace hands on experience. :) Glad you're updated.. Now go install some games and relax. :good:
    3
    If anyone is not rooted and has upgraded to 4.2.2 here for rooting and installing CWM! :cowboy:
    http://xdaforums.com/showthread.php?t=2144831