Google Nexus One - Official firmware



Rep: (53)
Official firmware forGoogle nexus one and amendments to them
PictureGoogle nexus one
Description | Discussion пїЅ | FAQ пїЅ | Official firmware пїЅ | Not the official firmware (custom) пїЅ | Purchase пїЅ | Accessories пїЅ

Android Gingerbeard (2.3.4) Meet

    System Applications (installation) Internet, Communication Contacts Multimedia Other
    В© Jiwan
    WhatBusybox?
    Busybox - He's the same bizybox. This is a program / add-on for the system kernel that extends the basic functionality.

    WhatRootthe rights ?
    Root rights are the same root. Simply put, this administrator privilege allows you to do what your heart desires with your operating system. It happens full, temporary, permanent, etc.
    Previously, in order to get the rights of the root, you had to unlock the bootloader, now, when a bunch of holes in the android came out, a bunch of different methods of getting the root without unlocking appeared.
    The easiest way to get root is SuperOneClick.
    It uses a vulnerability in ADB, so it works on any firmware of any version.

    WhatBootloader?
    bootloader - he is the same Hboot, he is the same bootloader, he is the same bootloader. Roughly speaking, this is the BIOS of the phone, this is the firmware that launches your device and is a connected bridge between the OS and Radio.
    If the firmware fails, the chance to get a non-working brick is nearing 99%.It is not treated.
    Stitch the bootloader from the amole nexus to the nexusCATEGORICALLY CANNOT.

    WhatHboot?
    see bootloader

    How to unlockBootloader?
    1) Download this file://savagemessiahzine.com/forum/dl/post/392144/fastboot.zip
    2) Enter the fastboot (You need to turn on the phone with the trackball clamped)
    3) Open the command line, go to the folder where the files from the archive are located (CD command. For example, cd C: \ Temp \ sdk will drag you to the C: \ Temp \ sdk folder)
    4) Enter fastboot-windows oem unlock

    How to enterBootloader?
    How to enter the bootloader - turn on the device with the "volume down" button pressed. Navigation through the bootloader is done with the volume buttons. To confirm, use the button "Turn off"

    WhatRadio?
    Radio - It is the same Radio. This is a separate OS that manages the entire periphery on the phone (Camera, sound, etc.). Works on a separate processor and is protected from user intervention. The operation of the cellular module and other wireless communication modules depends entirely on both Radio itself and the compatibility of the “radio-bootloader-firmware” bundle
    If the firmware fails, the chance to get a non-working brick is nearing 99%.It is not treated.

    WhatRecovery?
    Recovery - it's the same recovery. This is special. The bootloader that is loaded from the bootloader, the essence of which is to make changes to the system, since these changes cannot be made while the OS is running, and by the standard, the user simply does not have the right to modify the system (Root rights do not count because they are Initially, the user does not have).
    The original purpose of the recovery: install updates for the phone or completely remove user settings
    There are modified recovery, also referred to as custom recovery that significantly
    increase the chances of recovery. They allow, for example, to flash custom firmware, give access to the memory card without booting the OS, clean the Dalvik cache, etc.

    AmonRA, the creator of custom recovery, strongly discourages updating the bootloader if you have custom recovery, because When updating the bootloader, changes are made to the recovery, which leads to glitches in the latter.

    How to enterRecovery?
    Log recovery is possible through the bootloader. Either through ADB, adb shell commands, reboot recovery.
    Navigation about the recovery is carried out by the trackball.

    What's thatAdb?
    ADB - he is an adb. (ADB - Android Debug Bus) This is a special interface designed for debugging devices based on the Android OS. Included in the SDK. Gives access to the phone through a computer, even without a loaded / broken OS.
    To access the phone while the OS is running, you need to enable debugging mode (USB debugging) in the phone properties.

    WhatSdk?
    The SDK is the same. (SDK - Software development kit) Developer kit for OS Android. It contains various tools for creating programs, including ADB debugging interface. Also contains USB drivers for phones on Android OS.

    Where can I downloadSdk?
    WhatFastboot?
    Fastboot is the same fastboot. This is the bootloader protocol, which allows you to flash any part of the OS-based phone android regardless of the region or signature. Initially, this feature is blocked, but it can be unlocked. Unlocking the phone automatically removes the warranty. Block back unlocked fastbootDO NOT. When the bootboot is unlocked, an open lock is drawn at the bottom of the screen, and the bootloader itself says * UNLOCKED *

    I want to note that it is safer to flash a bootloader or radio through a fastboot than through a recovery, because F
    Stut conducts integrity testing but this does not guarantee the absence of problems during the firmware.

    How to enter modeFastboot?
    You can enter through the bootloader, or turn on the device with the trackball clamped.

    WhatWipe?
    Wipe - it's the same wipe. Cleaning is performed in recovery. Clears the selected partition. Possible options:
    Wipe ALL userdata - Clears all sections listed below except for the last two.
    Wipe / data - Clears the / data section where user data is stored.
    Wipe / sd-ext - Clears the EXT section on the memory card (in case it is present)
    Wipe /sdcard/.android_secure - Clears programs installed on a memory card. (Froyo app2sd)
    Wipe / Cache - Clears the / cache partition where the cache is stored.
    Wipe / Dalvik-Cache - Clears partitions in which Dalvik cache can be stored.
    Wipe battery stats - Clears battery usage statistics
    Wipe rotate settings - Clears the phone's sensor settings.

    It is often said that wipe is an analogue of Hard-reset in WM, but since WM, in contrast to android, uses ROM memory-image - in case of OS crashes as a result of picking, full-wipe will not restore the system. it will just clean the broken system, and it will still not boot.
    Wipe should be done when moving from one firmware to another, it is done BEFORE flashing. Otherwise, you will get a dump from 2 firmware, which at best will be buggy, at worst it will not load.

    When switching to a similar firmware, for example, from the old version to the new one, it is enough to make a wipe cache and a wipe of the dalwick cache.
    When switching to a new kernel, it is enough to make a wipe cache and davick cache

    How to flash customRecovery?
    Method number 1* Need unlocked bootloader*:
    1) Download the recovery you liked and throw it into the folder where you have adb and fastboot
    2) Enter the phone in fastboot mode.
    3) In the command line, enter fastboot flash recovery "here the name of the recovery without quotes"

    Method number 2, unlocked bootloader is not needed:
    1) You will need root explorer, root and terminal rights (Instead of the terminal, ADB will come down)
    2) Download this archive//savagemessiahzine.com/forum/dl/post/737671/Archive.rar
    3) Throw the file nexus2.img in the root of the memory card.
    4) Using root explorer, throw the flash_image file into the / system / bin / folder
    5) In order in the terminal, enter the following commands:
    su
    flash_image recovery /sdcard/nexus2.img
    reboot recovery

    5a) If you are using ADB, enter the following commands in order:
    adb shell
    su
    flash_image recovery /sdcard/nexus2.img
    reboot recovery

    How to get rightsRoot?
    1) Download the super-one-click-root program from here:
    http://forum.xda-developers.com/showthread.php?t=803682
    2) Make sure that the setting mode is enabled and the drivers for the phone are installed.
    3) Connect the phone to the computer
    4) Run the program and poke root.

    How to flash custom firmware
    1) Install custom recovery
    2) Download the firmware and shove it on the memory card
    3) Go to the recovery
    4) Select the Flash from zip item, then select your firmware and the firmware process will begin.DO NOT FORGET BEFORE THE FIRMWARE MAKE A WIPE
    P.S. For some firmware you need to disable signature verification. This is done there in the same recovery, point other, then Toggle Signature Verify.
    __________________________
    Nexus are of 2 types: Camera and original. AMOLED and SLCD.
    The original Nexus - delivered only with AMOLED screens, sold and maintained by Google itself. Since the summer of 2010 there are no sales, support has been transferred to the manufacturer of HTC.
    Get updates from Google itself.

    Camera nexus are the same as nexus, but unlike ordinary nexus, operators support them. These are Korea Telecom, Vodafone, Videotron, etc.
    Since summer 2010, only SLCD screens are installed on camera Nexus.
    Unlike the usual nexus, on the operator nexus there are firmware supplied from the operators, with various additions / differences such as the presence of a Chinese or Korean keyboard, a dictionary, etc.

    How to determine the type of nexus:
    In the bootloader version of microp:
    0b15 - AMOLED Nexus.
    0c15 - SLCD nexus.

    Note: On SLCD nexus, firmware in which there is no SLCD support will not work. These include any version of Android 2.1 and some others.
    Some XDA users also say that the original FRF91 from the amoled nexus does not work for them.
    Also, custom recovery will not work if the version is lower than 1.8.0.0 in AmonRA recovery
    Instructions :
  • Official and leakage of firmware based on android 2.2
  • Installing the original firmware
  • Firmware for Google nexus one based androyd 2.1
  • firmware updates at the official way to the presence of the modified stitched rekaveri
  • Rollback to the original ERE27 firmware and subsequent Android 2.2 firmware (Froyo)
  • Modified firmware recovery RA-nexus-vX.X.X
  • Install Busybox
  • Getting Root rights
  • Unlocking bootloader'a
  • Video instructions
    Program for your phone :
  • Nexus unlock program
  • ROM Manager
  • Keyboard with Russian input from HTC desire with a bunch of changes
    Official firmware
  • ATTENTION. ALL WRITTEN BELOW YOU DO AT YOUR OWN RISK
    PASSIMG firmware contains all of the system partitions, so that after the installation of all data will be erased, including recovery. In addition to the flash card.
    1. Download the correct firmware. rename it in PASSIMG.zip and put it in the root of the flash card.
    2. Turn off your phone.
    2. boot into bootloader (when the phone is switched off, hold the Volume Down key and the power key and hold)
    3. The phone will start to scan for updates on a USB flash drive. and when you find PASSIMG.zip will scan the file and will tell which sections in it and there are 2 options pridolzhit
    install the firmware - the volume up key and stuvit firmware - Volume Down key.
    press the volume up keyOr turn off the phone before installing the firmware(As long as it does not prompt you to restart it by pressing the Volume Up key).

    If after installing superboot you broke wifi. install or boot.img stock of your firmware or install superboot with himem also for your firmware version. 1 option should definitely help.

  • ERD79 , Mirror on the people . The first version of the firmware. Release Date 2009.12.19. insecure boot , superboot , Superboot with himem
    ERE36B, Mirror on the people. Version 7 beta. Release Date 2010.02.06.insecure boot, superboot, superboot with himem
    EPE54B, Mirror on the people. Version 9 beta. Release Date 2010.02.25.insecure boot, superboot, superboot with himem
    EPE68, Mirror on the people. Version 10 Release Date 2010.03.13. insecure boot, superboot, superboot with himem (Suitable from EPE54B)
    EPE76, Mirror on the people. Version 11 Release Date 2010.03.18.insecure boot, superboot, superboot with himem

    There is also a firmware ERE27 it is updated over the air firmware ERD79
    It also exists in the form of a manual update ERD79 with the original firmware. The complete file is not found.
    ERE27release date approximately 2009.12.25.insecure boot, superboot, superboot with himem

    insecure boot - no root (su) and superuser.apk but with the possibility of installing it. And with adb remount access (You can record in the system directories).
    superboot - With root (su) and the application to access adb remount (You can record in the system directories)
    superboot with himem - With root (su) and the application to access adb remount (You can record in the system directories) + increased memory capacity for applications.

  • Official and leakage of firmware based on android 2.2
    FRF50 first firmware based on android 2.2 is available via OTA only for phones by Google poderennyh Release date approximately 2010.05.22 FRF72 vtoroya firmware based on android 2.2 is available via OTA only poderennyh by Google phones FRF83 third version of firmware based on android 2.2 is available via OTA only poderennyh by Google phones FRF85B The fourth version of the firmware based on android 2.2 is available via OTA and manual updates FRF91 fifth based on the firmware version of the android 2.2 is available via OTA and manual updates FRG33 latest leaked firmware based on android 2.2 FRG83 firmware update based on android 2.2.1. is available via OTA and manual updating firmware over FRF91 FRG83D latest firmware update based on android 2.2.1 FRG83G latest firmware update based on android 2.2.2

    Instructions for the firmware update via the native rekaveri with already stitched modified
    • native rekaverior stock rekaveri included in the drain firmware.
    • Modified Recoverystitched separatelyby instrukitsii
    • insecure boot - no root (su) and superuser.apk but with the possibility of installing it. And with adb remount access (You can record in the system directories).
    • superboot - With root (su) and the application to access adb remount (You can record in the system directories)

  • Official and leakage of firmware based on android 2.3
    • HBOOT 0.35.0017 You need to install the firmware on the basis androjda 2.3
    GRI40 firmware based on android 2.3.3 is available via OTA and manual updates GRJ22 firmware based on android 2.3.4 is available via OTA and manual updates

With the emergence of will append here.

Post has been editedSadowplay - 08.01.19, 02:41



Rep: (168)
Urya first ... I zastolblyu yourself first message will be here, too, make all sorts of useful ideas.

mini FAQ on Android 2.2
Why does not the installation on SD card? / Program transfer to the SD card?
- Installation of the card should be supported by the manufacturer of the program, not all programs are updated for the opportunity.

The 2.2 was promised that the trackball will flash different colors.
- The 2.2 actually included this possibility, but there is no default color settings, as long as it is only possible for third-party programs, again, not all programs are able to use the trackball to change its color.

I sews signed-passion-FRF50-from-ERE27.zip file (an example), renamed it PASSIMG.zip and I did not get that wrong?
- All files are two names in the title containing the firmware (FRF50-from-ERE27 example), you must rename to update.zip, on how to install them, see below.

I set / I updated to 2.2 but the flash (flash) does not play in the browser.
- Flash Player is a standalone program, it is necessary to install a convenience store, or from a phone browser go to adobe.com ->install flash player

Will my data be in your phone when re firmware?
- First you need to understand how you are going to put a new version if the file through PASSIMG.zip the firmware in time erased everything on your phone and installed OS "from the ground" (for android 2.2 like these official images not). If you are using update.zip is happening correctly update the system files, all your settings and programs are stored. And in the case of installation through PASSIMG.zip the case through update.zip - your personalthe data stored on the SD card are stored.


Rolling back to the old "factory firmware" ERD79 (Android 2.1), without unlocking the phone (only for non unlocked only with firmware 2.2)
1) Downloading official firmware "Factory Restore Image"[here] or [HERE]
2) Rename the file to PASSIMG.zip
3) Make a factory reset.
4) Reboot, load in "bootloader" (when the phone is switched off, hold the Volume Down key and the power key and derite), choose clear storage.
5)
a) Turn off the phone and get a map konekt to a computer (via cards riader example)
b) or reboot, load in "bootloader" and connects to a computer via USB, whatever the card was visible.
- Format the card to FAT32 (the entire Old can be copied temporarily on a computer). After formatting the card, copy only the previously downloaded PASSIMG.zip
6) Reboot is loaded into the "bootloader", after checking agree to re-flash.

Enjoy the "virgin" phone.


how to flash the update.zip
Throws update.zip to the root of the memory card.
Turn off the phone
Includes a bootloader mode (keep the button "on." + Button "Volume down")
Then select recovery
We are waiting for the download, when we see the exclamation point /! \
Hold down the button "on." and press the "Volume Up"
Will rekaveri mode in which select the item "apply update.zip" and look forward to completion of the operation.


Existing versions of Android Froyo 2.2 (via update)


Unlocking bootloader, pullback ERD79 followed upgrade to FRF83
We will need infa[Here]and[Here]
1) To work correctly, Android SDK, current version of Java (v6.x must be installed on your computer)[Check Java version] [download]
1.1) Downloading from off siteAndroid SDK (File android-sdk_r06-windows.zip), unzip the folder on the C: drive (get C: \ android-sdk-windows). At the root folder, run the SDK Setup.exe and download and install all components (there only need to be run, the rest will be held in the machine).
2) download thefastboot.zip , Copy "fastboot-windows.exe" from the archive in the folder "C: \ android-sdk-windows \ tools".
3) The firmware first swingERD79 eg [Here] , Took out her files "userdata.img, boot.img, system.img, recovery.img" and also copy them to a folder "C: \ android-sdk-windows \ tools".
- Preparations on the computer over.

4) is reset to set up your phone to "factory settings", are transferred from entering the bootloader, potklyuchaem via USB to a computer, the computer detects the new device and ask the driver refuse to automatically search for and specify a folder with firewood "C: \ android-sdk-windows \ usb_driver ".
5) directly hacking bootloader (Phone must be connected via USB and to be in bootloader) - run on a computer, "CMD" (type of line "execute"), type in the command prompt "cd C: \ android-sdk-windows \ tools", and enteritis (go to the folder). further recruit " fastboot-windows oem unlock "(This is the launch of unlock) if everything is OK on the phone screen will appear with the choice to unlock yes \ no warning and select Yes and wait for the completion, if everything is OK you will see this logo and below." Lock "- all unlocked bootloader.

6) We make a sweep and return to the firmware ERD79 - Boot into bootloader (poklyuchaemsya for USB), go to the CMD, back into the folder "cd C: \ android-sdk-windows \ tools" and further:
copy the first line, and blunt (right mouse button, "insert" in the CMD), entry, waiting for completion of the process, enter (insert) the second line, and so on all rows 6
fastboot erase cache
fastboot flash userdata userdata.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot reboot

6th after the phone reboots, check the options in the phone that we now "ERD79".

7) further along the guide rolls updateERE27 -> FRF50 -> FRF83


Set the USB drivers for your phone Attached fileusb_driver.rar (6.39 MB)


Set "Beginner"
(Purely my personal choice, please do not discuss.)
EStrongs File Explorer - free file manager that allows you to ... install software from the SD card, work with network resources, FTP, bluetooth, etc ...
Smart keyboard - Keyboard with a much greater capacity than the standard, correct support for many languages ​​(including Russian). T9 support.
Handcent SMS - Replaces native softinu for SMS / MMS, convenient and nice staff, makes it very flexible to configure it for themselves. But the main thing after its installation, a very flexible and convenient way to manage all rinktonami contacts, messages and other system operations.
Beautiful widgets - Very beautiful clock widget and weather (with different skins and flexible settings) + set of small widgets.
Extended controls - Multi-widget (much better than the standard) for easy on / off / change various options.
Audiomanager widget handy widget to adjust the volume of all modes from a single location.
Folderorganizer - Allows you to search and organize your installed applications, bookmarks, contacts, and create desktop shortcuts to categories, greatly simplifies access to applications.

- I just gave the links to the most necessary software (my personal opinion)Any questions regarding this application, you need to ask only about these applications themes. but not in this thread.


Post has been editedalfafiles - 30.06.10, 13:30



Rep: (0)
Swoo
Well I have also turned back from 2.2 to 2.1 ERD79 nerazlochenom on the phone ... and I understand, ERD79 this is the first official firmware 2.1?

Post has been editedfcak - 22.06.10, 18:57



Rep: (185)
GPSFORZA @ 22.6.10, 20:06*
as I understand, this feature is only open in the 2.2 Bethke to be able to return without crap back to 2.1


Maybe in EPE76 also something there, just do not flaunt it?



Rep: (54)
And there are options to roll with ERE76 on ERD79 no unlocks, etc.?
Or there is an option to upgrade ERE76 doo Froy?



Rep: (0)
alfafiles,
And as described possible to revert to 2.1?
worth frf50 2.2



Rep: (168)
sameon @ 23.6.10, 11:40*
alfafiles,
And as described possible to revert to 2.1?
worth frf50 2.2

do not quite understand ... according to the instructions you revert to an"ERD79" but This is the first firmware of Android 2.1 series

Post has been editedalfafiles - 23.06.10, 11:28



Rep: (1095)
as I understand it here -http://forum.xda-developers.com/showthread.php?t=708123
method of rutovaniyu with Lochen Booth



Rep: (1095)
maectpo @ 23.6.10, 11:34*
And there are options to roll with ERE76 on ERD79 no unlocks, etc.?
Or there is an option to upgrade ERE76 doo Froy?

ERE76 so on - must also FRF50 up



Rep: (168)
Comments (from 22.06.10), the representative of Google supportry Guy on the release of 2.2, and in particular about the firmware FRF72
the original text:
Hey guys

Just dropping in to let you know that the FRF72 build that is floating aroundis not the official update . The Android team is feverishly working to get a final version out the door, but like passion-ate has mentioned this will only happen once a release candidate meets our quality criteria.

Since today is the Summer Solstice, we know things will be heating up a bit so hopefully Froyo will be on its way shortly. Thanks for your continued patience!

-Ry Guy


a source:http: // www.google.com / Support / forum / p / android /

Post has been editedalfafiles - 23.06.10, 13:14



Rep: (54)
Quote (maectpo @ 23.6.10, 11:34) *
And there are options to roll with ERE76 on ERD79 no unlocks, etc.?
Or there is an option to upgrade ERE76 doo Froy?

ERE76 so on - must also FRF50 up


So that's the point that does not rise over ERE76 and as I read in the internet is not just me. there are those who were able to put the top ERE76?



Rep: (1)
application on the card is still not put in FRF72, yes and no updates have not seen

When installing renamed to update.zip

Attached files

Attached filesigned_passion_FRF72_from_FRF50.bc033f9e.zip(1.86 MB)


Post has been editedvyglyskr - 23.06.10, 16:30



Rep: (4)
I for some reason it does not attempt to update the 50th to FRF72, bottles unlocked, have root privileges, in what could be the problem? When an update gives here is such a log
E: No signature (172 files)
E: Vertification failed
Installation aborted



Rep: (1095)
nail_90,
Sews probably through a modified rekaveri?
If yes, then this update is only for native.



Rep: (1095)
M
Please do not flood.



Rep: (3)
An interesting observation!
Yesterday set igrulinu Speed ​​3D. In the management of applications it became possible to transfer the game to the memory card. In other prog transfer button is not active. Just above the game.
Firmware FRF50, 2.2, not rutovany.
It turns out that the possibility of transferring to the card over the same depends on the software author and not the firmware version? Correct me if I'm wrong.



Rep: (198)
Kirsan,
In 2.2 the opportunity to transfer programs / games on the memory card, butonlyif the author of the program / game added this capability in their product.



Rep: (10)
came OFFICIALLYREGISTERED 2.2?


GIZMODO



Rep: (198)
leon69,
In my opinion it became available sources 2.2. Probably, he will soon become available for the N1.



Rep: (1139)
TracerO,
On modaka some have already unsubscribed to have received the update over the air ... If I'm not mistaken, a new build FRF83.



Rep: (20)
Kirsan @ 23/06/10, 21:16*
It turns out that the possibility of transferring to the card over the same depends on the software author and not the firmware version?

The ability to install software on the memory card came with the release of Android 2.2 Froyo, but still not all the software converted into a new system. I have on the card can also transfer you mentioned game program and Android System Info. On other application, this button is not active. We will wait for the software developed will correct the manifest.


Full version    

Help     rules

Time is now: 09/03/20, 2:45