Android 4.1.1 Jelly Bean: OTA Update wird heute verteilt

androidwissen

androidwissen

Dauergast
564
Der Source Code von Jelly Bean wurde heute (dem 10.07.12) veröffentlicht und steht den Entwicklern nun zur Verfügung.
Die Binaries kann man sich hier und das Factory Image hier runterladen.
Weiter unten gibt es auch eine Anleitung.

Jelly Bean (4.1.1) wird ab heute (dem 11.07.12) auf alle Galaxy Nexus HSPA+ Geräte verteilt. Denkt bitte daran, dass es bis zu vier Wochen dauern kann, bis man das Update erhält!



Wie man das Update evtl. beschleunigen kann:
  1. In den Einstellungen > Apps > "Google Dienste Framework" - Daten löschen
  2. In den Einstellungen > Über das Telefon > Systemupdates auf neue Updates prüfen lassen.

Dies öfters probieren. Evtl. hilft auch mal ein Reboot zwischendurch.


Die Downloads (XDA-Thread)


Alles geschieht auf eigener Gefahr! Wenn du keine Ahnung von der Materie hast, beschaffe dir welche oder lass es lieber.

Wie man das Update auf 4.1.1 manuell einspielt:
Zitat aus dem XDA-Thread

Notes:
1) Methods 2 & 3 assume that you have the correct drivers installed on your computer and your computer recognizes your device.
2) Method 3b assumes that you have busybox already installed on your device.
3) I have not tried method 3a, but it should work (it certainly won't mess anything up).
4) Method 3 can also be done with a terminal emulator on your device instead of using ADB.
5) For those of you that don't know, every OTA update places two files on your system (that are not there on a non-update stock ROM) that re-flash the stock recovery on EVERY boot. The two files are /system/recovery-from-boot.p and /system/etc/install-recovery.sh. You need to make sure that these files are either deleted or renamed, or else CWM will disappear when you reboot. These files serve no purpose other than re-flashing the stock recovery on every boot. So, if you've recently gotten an OTA and applied it, your CWM is gone... Use something like Root Explorer, delete them, and re-flash your CWM recovery.
6) As with all stock updates from Google, these updates will change the permissions on the su binary so, in effect, you will lose root (for those who have it). Install supercurio's OTA Rootkeeper BEFORE you do all this, or, for those with an unlocked bootloader or CWM installed, just re-flash ChainsDD's Superuser zip file found here in CWM, or manually change the permission via ADB (mount the system and chmod 4755 /system/bin/su) while booted in CWM.
7) For those that have flashed a different radio from what was supplied in the Google stock images, you either have to flash back the original radio before the update, or remove the assert and the patch/flash lines from the updater-script file in the update zip and remove the radio image or patch (if there is one). The later should only be done by advanced users who understand what I just said.
8) CDMA/LTE users: I have made note of the differences for any of the methods.
9) Non-yakju builds are updated MUCH later (i.e., weeks to months) than yakju, so if you are running a non-yakju build and are expecting an update shortly after the yakju build gets updated, you will be very disappointed.
10) For those methods below that require CWM, do NOT use the touch version - use the one in the link provided.


Method 1 - CWM recovery installed
1) Download the correct update for your build on to your computer;
2) Open the archive and delete the recovery folder; EDIT: Some users are having issues with the update installing when they deleted this. If you are having issues, just flash the update file as is -- do NOT delete the folder.
3) Copy the file to /sdcard on your device;
4) Reboot into CWM;
5) Select "install zip from sdcard";
6) Select "choose zip from sdcard";
7) Select the update the you just copied to your device;
8) Wait until it completes. Reboot. Done.

Method 2 - Stock recovery installed, Unlocked bootloader
1) Download the correct update for your build on to your computer;
2) Copy the file to /sdcard on your device;
3) Download CWM from here and place it on your computer in the same directory as your fastboot binary. For CDMA/LTE devices, use this version;
4) Rename the CWM image to cwm.img
5) Reboot into fastboot mode;
6) Open a command prompt in the same directory;
7) Type fastboot devices to make sure your device is recognized;
8) Type fastboot boot cwm.img
9) Select "install zip from sdcard";
10) Select "choose zip from sdcard";
11) Select the update the you just copied to your device;
12) Wait until it completes. Reboot. Done.

Method 3a - Stock recovery installed, Locked bootloader, with root;
1) Download the correct update for your build and place it in /sdcard;
2) Open a command prompt in the same directory as your ADB binary;
3) Type adb devices to make sure that your device is recognized;
4) Type adb shell
5) Type su
6) Type cat /sdcard/name-of-zip-here.zip > /cache/name-of-zip-here.zip
7) Type exit
8) Type exit
9) Reboot into recovery;
10) Hold the volume up key and press the power button;
11) Select apply update or whatever the menu item is (I don't have a stock recovery installed, but it should be easy to identify);
12) Wait until it completes. Reboot. Done.

Method 3b - Stock recovery installed, Locked bootloader, with root (use this method only if you have to -- use 3a or 3c first);
1) Download the correct update for your build and place it in /sdcard;
2) Download CWM from here (CDMA/LTE devices, use this version) and place it in /sdcard;
3) Rename the CWM image to cwm.img;
4) Open a command prompt in the same directory as your ADB binary;
5) Type adb devices to make sure that your device is recognized;
6) Type adb shell
8) Type su
9) Type dd if=/data/media/cwm.img of=/dev/block/platform/omap/omap_hsmmc.0/by-name/recovery
10) Type exit
11) Type exit
12) Reboot into recovery;
13) Select "install zip from sdcard";
14) Select "choose zip from sdcard";
15) Select the update the you just copied to your device;
16) Wait until it completes. Reboot. Done.

Method 3c - Stock recovery installed, Locked bootloader, with root;
1) Install ROM Manager from the market;
2) Flash CWM using ROM Manager;
3) Reboot into CWM;
4) Select "install zip from sdcard";
5) Select "choose zip from sdcard";
6) Select the update the you just copied to your device;
7) Wait until it completes. Reboot. Done.

Method 4 - Stock recovery installed, Locked bootloader, no root;

You need to either: 1) root or 2) unlock your bootloader or 3) wait until you get the update pushed to you OTA.

If you are running 4.0.1 or 4.0.2, follow the steps here to root without unlocking your bootloader. Then you can follow method 3a or 3c above.




FAQ:
1.) Wann ist das Factory Image verfügbar?
Nachdem das OTA Update verteilt wurde!

2.) Wann wird das OTA Update ausgerollt?
Heute (11.07.12). Kann bis zu 4 Wochen dauern, bis es jeder hat!



Quelle:
https://plus.google.com/u/0/112773496741623034196/posts/QLETQNekJ6D
https://groups.google.com/forum/#!topic/android-building/XBYeD-bhk1o
https://plus.google.com/u/0/117962666888533781522/posts/aRVWBbuWQar
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: cl4y, Analoggrütze, Schotti und 26 andere
EDIT: Sorry, da war Androidwissen wohl schneller :)

------------------

Hallo zusammen!

Soeben wurde der Source Code von Jelly Bean für unser Nexus veröffentlicht!

------------------

https://developers.google.com/android/nexus/drivers

Android 4.1.1 (JRO03C)

------------------

Wie man sieht hat sich die Buildnummer verglichen mit der Vorabversion doch geändert.

Jetzt können die Custom ROM Teams endlich Hand anlegen und in den nächsten Wochen/Tagen werden wir sicherlich die ersten richtigen auf Jelly Bean basierenden ROMs sehen.

Ein OTA Update und damit ein Factory Image stehen noch aus, werde aber Bescheid geben sobald sich hier was ändert!


Jelly Bean Status:

  • AOSP Source Code veröffentlicht: ->JA, 10.07.2012
  • OTA- Update wird aus gerollt:
    ->JA, 11.07.2012
  • Factory Image verfügbar:
    ->NEIN, noch nicht...


Liebe Grüße!

via Google Galaxy Nexus
 
Zuletzt bearbeitet von einem Moderator:
  • Danke
Reaktionen: Crapshit und Elting
Dann kann es ja nicht mehr lange dauern mit dem OTA.
Google veröffentlicht ja nur, wenn sie "zufrieden" sind.
Sind sie zufrieden => Update :)

Hoffe es kommt gegen ende der Woche offiziell! :D

Gruß
 
Wie Ende der Woche!? Wenn JB fertig ist, sollen sie gefälligst jetzt auch die ROM fürs Nexus rausgeben :D

Gesendet von meinem Galaxy Nexus mit Tapatalk 2
 
Weiß noch wer wie es bei ICS war? Also wie lang der Roll-Out nach der Source gedauert hat?
 
Freue mich auch schon riesig auf 4.1.1 :)
Eine kleine Offtopic Frage dazu, nach dem Update ist mein Root wieder weg, oder?

Bootloader bleibt aber geöffnet?
Also einfach nur rooten & fertig?

Verschwinden irgendwelche Daten?


Tut mir leid für diese mit Sicherheit schon 10000x gestellte Fragen.
 
moinmoin666 schrieb:
Weiß noch wer wie es bei ICS war? Also wie lang der Roll-Out nach der Source gedauert hat?

Für das Gnex ist das, glaube ich schwer zu sagen, den das kam ja schon mit vorinstallierten ICS.
 
beef schrieb:
Freue mich auch schon riesig auf 4.1.1 :)
Eine kleine Offtopic Frage dazu, nach dem Update ist mein Root wieder weg, oder?

Bootloader bleibt aber geöffnet?
Also einfach nur rooten & fertig?

Verschwinden irgendwelche Daten?


Tut mir leid für diese mit Sicherheit schon 10000x gestellte Fragen.

Richtig. Root ist dann wieder weg, aber der Bootloader bleibt geöffnet. Wenn Du dann das Telefon nur rodest, gehen auch keine Daten verloren.
 
  • Danke
Reaktionen: AkkiMoto
Der Code ist nun laut News auf diversen Seiten (auch hier) verfügbar :thumbsup:

Da bin ich ja mal gespannt *hrhrhrhrhr*
 
Dann sollen die das OTA Roll Out starten :D
 
Überprüfe schon ganz hektisch die Systemupdates. Bisher leider noch nichts :(

Gesendet von meinem Galaxy Nexus mit der Android-Hilfe.de App
 
ich auch aber ich denke das dauert noch :(
 
Habs manuell geflasht. Läuft sehr gut wie die Beta aber Google Now geht immer noch net :-/

Gesendet von meinem Galaxy Nexus mit Tapatalk 2
 
Ich trau mich das net kein plan wie sowas geht...
Ich warte auf das OTA 4.1.1 :)
 
ShOoNuFf schrieb:
ich auch aber ich denke das dauert noch :(

Joa, denke auch das es noch ein paar Tagen evtl. sogar Wochen dauern wird. :confused2:
Aber wer weiß das schon. :)


Mehr als warten können wir eh nicht.
 
beef schrieb:
Mehr als warten können wir eh nicht.

Das wurde ich nicht so verallgemeinern... :) ausser man hat Lust zu warten bis man an der Reihe ist.

563841ba-efde-f92f.jpg
 
Punisher schrieb:
Habs manuell geflasht. Läuft sehr gut wie die Beta aber Google Now geht immer noch net :-/

hi hast du ein Link für mich...? :cool2:
 
Ich denke da der Code drausen ist das die das OTA auch starten werden (Hoffe SEHR bald) aber wie du sagst mehr wie warten geht nicht :( :(

Der ursprüngliche Beitrag von 11:03 Uhr wurde um 11:04 Uhr ergänzt:

@Keti
ich und beef meinten auf das OTA können wir nicht mehr wie warten :)
Schön für dich das du schon 4.1.1 drauf hast :) ich warte auf den sicheren weg (OTA)
 
Keti schrieb:
Das wurde ich nicht so verallgemeinern... :) ausser man hat Lust zu warten bis man an der Reihe ist.

563841ba-efde-f92f.jpg

Ja warten oder manuell Flashen. :)
 

Ähnliche Themen

wwallace1979
Antworten
0
Aufrufe
1.077
wwallace1979
wwallace1979
schnueppi
Antworten
4
Aufrufe
3.147
schnueppi
schnueppi
H
Antworten
2
Aufrufe
2.316
Hammy
H
Zurück
Oben Unten