> Attention!

We strongly recommend to readRules section "Android - firmware"

New threads need to be created only inroot partition! In the future, they will be processed by moderators.



Google Nexus One - Unofficial Firmware



Rep: (1310)
FirmwareGoogle Nexus One (OS 2.3)
PictureGoogle nexus one
Description | Discussion пїЅ | FAQ пїЅ | Official firmware пїЅ | Informal firmware (custom) пїЅ | Google Nexus One - Firmware (OS 4.0) пїЅ | Purchase пїЅ | Accessories пїЅ

Instructions
В© 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:http: //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 archivehttp: //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

Rollback to the original ERE27 firmware and subsequent Android 2.2 firmware (Froyo)
Modified firmware recovery RA-nexus-vX.X.X
Getting S-OFF
Install Busybox
Getting Root rights
Unlocking bootloader'a
Video instructions

Drivers and Utilities :

Unofficial firmware OS 2.3


Need help writing reviews on the firmware from this post:Google Nexus One - Firmware (OS 2.3) (Post # 12697515)

K
There is no curator in the subject. If there is a user in the subject who wants to become a Curator and the correspondingRequirements for candidates, he can apply in the topicI want to be curator(after having studied the topic header and all materials for curators).
Prior to the appointment of the curator, on filling caps, please contactmoderatorssection through the "Complaint" button under the messages to which you want to add links.


Post has been editedmeat_hooligan - 27.12.14, 22:55



Rep: (1094)
Getting Root rights
Video installationshttp://www.youtube.com/watch?v=CTDuFc5vzUg
Download the files we need
Superboot


And drivers for the device or herehttp://developer.android.com/sdk/win-usb.htmlor herehttp://narod.ru/disk/14806687000/usb_driver.rar.html

We connect the phone in Fastboot mode - (turn on the phone with the trackball clamped before entering the bootloader) to the computer.
Use the above drivers and the device should be defined as "ABD Interface".

Unzip 1.0-EPExxx-nexusone-superboot.zip to a separate folder.

- WINDOWS -
Just click on install-superboot-windows.bat twice, the boot process of boot.img should run.

- MAC -
Open a terminal, go to the folder in which the files from the archive are located and enter
'chmod + x install-superboot-mac.sh' followed by './install-superboot-mac.sh'


- LINUX -
Open a terminal, go to the folder in which the files from the archive are located and enter
'chmod + x install-superboot-linux.sh' followed by './install-superboot-linux.sh'


All actions you do at your own peril and risk!
When carrying out these actions, cut off WI-FI, and then it will fall and will not work, until a subsequent flashing
You may need to unlock the bootloader manual below.
Video installationshttp://www.youtube.com/watch?v=5c0-MvOSAII

Original articlehttp://android.modaco.com/content/google-n...-the-nexus-one/

Post has been editedjunoreaktor - 05.07.10, 18:12



Rep: (1094)
Unlocking bootloader'aAttention, after this operation, you lose your Google guarantee
Download the file:Attached filefastboot.zip(372.61 KB)


We connect the device to the computer, translate into the bootloader - ("Volume down" + Turn on)

Unzip the files
Open a terminal, go to the folder where the archive files are located and enter
'fastboot-windows oem unlock' or './fastboot-mac oem ​​unlock' or './fastboot-linux oem unlock' (it all depends on your operating system)


Wait for the process to complete.

Original article -http://android.modaco.com/content/google-n...your-nexus-one/

Post has been editedjunoreaktor - 07.03.10, 13:13



Rep: (9)
Those who are going to get root rights:
A warning:
Please note that the phone after receiving the root, my phone began to work more slowly - just animation, and graphics (much slower), now I don’t know how to get it back)

Request to those who receive the root to unsubscribe as they went through it.

Post has been editedasdx - 19.01.10, 15:01



Rep: (101)
asdx
What was the purpose of getting the root? I now do not see the need. Although already thinking, to get support for Java.

How to get back to readHEREandHERE(eng)



Rep: (9)
dron3d
dron3d @ 19.1.10, 22:27*
What was the purpose of getting the root? I now do not see the need. Although already thinking, to get support for Java.


Ruth was set for the market of the supplier, the possibility of using the phone as a wifi access point, flash control program for use as a flashlight, etc.

I also tried to bring it back - I made it. firmware, everything remains the same, and thank God, so it was necessary to check for verification and install firmware from modaco 1,2,2 - the result: everything flies, and there is a root. (now I am satisfied with the device).

Post has been editedasdx - 20.01.10, 13:09



Rep: (1094)
asdx
Can you make a manual? :)



Rep: (0)
asdx @ 20.1.10, 13:07*
I also tried to bring it back - I made it. firmware, everything remains the same, and thank God, so it was necessary to check for verification and install firmware from modaco 1,2,2 - the result: everything flies, and there is a root. (now I am satisfied with the device).


asdx
comment, please. I correctly understood that you found the firmware on MoDaCo, where all features are included and there is root?
If so, can it be somewhere in the file?



Rep: (1094)
elin67,
http://forum.xda-developers.com/showthread.php?t=614186
http://android.modaco.com/content/google-n...aco-custom-rom/



Rep: (0)
junoreactor ,
Ok, thank you very much. I will try at home - at work the sites are filtered.
I'll write what happened.



Rep: (4)
Do you have a Russian language in the firmware?



Rep: (9)
Keruxa_90,
yes, I join the question



Rep: (31)
Posted on 01/22/2010 at 15:56 PM:

Keruxa_90 @ 21.1.10, 21:03*
Do you have a Russian language in the firmware?

dozor6666 @ 22.1.10, 12:55*
Keruxa_90, yes, I join the question

There is...

Post has been editedm3ta - 22.01.10, 15:56



Rep: (31)
Beta of MoDaCo Custom ROM 1.4 for the Nexus One

Changelog
Changes since Beta 1

Added compcache option for an automatic 128MB Compcache. THIS IS CURRENTLY IN TEST - if you use this option, please report your experiences

Changes since 1.3

Includes Cyanogen's multitouch browser


Who would reload ....



Rep: (9)
junoreaktor
Junoreaktor @ 20.1.10, 13:06*
Can you make a manual?

Not. If I could, I would not contact you at one in the morning for help ..: blush:
And I did not understand half of what I was doing ...

As proof that I am not lazy, and I would like to help people explain how I did:
root first:http://www.youtube.com/watch?v=5c0-MvOSAII
then firmware:http://www.youtube.com/watch?v=V5U6dVetUBU...feature=channel
principle: play ->pause ->repeat actions - etc.
in the end: not understanding what you are doing, it is possible to get custom firmware with root
besides, the installation of recoveries was done by handjunoreaktor for which he thanks and please remove this manual, in order to preserve user devices.

Post has been editedasdx - 22.01.10, 23:16



Rep: (31)
1. Unlocking the bootloader

2. Firmware mod. recovery
Copy recovery-RA-nexus-v1.5.3.img to a location where fastboot can find it.
Boot your phone into fastboot mode (power for while pressing the trackball)
Connect your phone via usb to your pc / mac / ...
fastboot devices (to make sure that fastboot "sees" your phone)
fastboot flash recovery recovery-ra-nexus-v1.5.3.img
Attached filerecovery_RA_nexus_v1.5.3.img(3.47 MB)


3. MCR Firmware


And you will be Root, Java ....

Post has been editedm3ta - 23.01.10, 17:58
Reason for editing: Filled recovery_RA_nexus_v1.5.3.img



Rep: (9)
asdx @ 22.1.10, 22:59*
Please remove this manual in order to save user devices.

and what is wrong with this manual? I would do the same - on video

m3ta @ 23.1.10, 12:33*
MCR Firmware

what is MCR?)



Rep: (1094)
dozor6666 @ 23.1.10, 17:16*
what is MCR?)

Modaco Custom Rom - custom firmware



Rep: (9)
asdx @ 22.1.10, 22:59*
Please remove this manual in order to save user devices.

asdx and what's wrong with this manual? I would do the same - on video



Rep: (9)
dozor6666 @ 24.1.10, 21:20*
asdx , and what is wrong in this manual? I would do the same - on video

everything seems to be so, there is simply no desire to bear responsibility if someone kills and says that he did everything according to the manual. After all, there are manuals from people who understand, and I repeat - I do not rummage.
By the way, I managed to launch Google navigation thanks to the manual from xda.

Post has been editedasdx - 25.01.10, 13:37



Rep: (31)
HOORAY!!!! Syanogen took NexusCyanogenMod 5.0 for Nexus One (EXPERIMENTAL) 5.0-beta2]

Firmware
Google addon

Post has been editedm3ta - 26.01.10, 14:51


Full version    

Help     rules

Now: 07/01/19 21:31