PRESO DIRETTAMENTE DA XDA VE LO RIPORTO TALE E QUALE PERCHE IL MIO INGLESE E PESSIMOOVVIAMENTE IN CASO LO TRADUCIATE POTETE ANCHE CHIUDERE QUESTO TOPIC
Ok Guys after a bunch of us walked Argenist through pulling the files we now have the bootloader and the recovery from the Google Edition One.
All props go to Argenist for working with us to make sure we get the files needed
Thanks to everyone that helped!
Bootloader insturctions taken from Sneakyghost's thread:
If device is booted into Android, reboot into bootloader by running:
Code:
adb reboot bootloader
Or else, if your device is in a different state or you just prefer the button method:
Press Power for 15 seconds and hold Vol Down at the same time, when the screen and charging LED go dark immediately release Power but keep holding Vol Down until you see the bootloader screen.
--> then place the GEBootloader.zip into your adb/fastboot folder
Now run:
Code:
fastboot oem rebootRUU
Followed by:
Code:
fastboot flash zip GEBootloader.zip
Bootloader Link: http://Dev-Host - GEBootloader.zip -...haring Service
To back up your current Bootloader:
open up an ADB command window
type in adb shell
then make sure the prompt is a # if it's a $ type:
su
then type this to back up your current bootloader
dd if=/dev/block/mmcblk0p12 of=/sdcard/MyBLBackup.img
your backed up bootloader will be on your phone's SD card
(you can also run the DD command from the terminal emulator app)
just type su then the dd command
it is a good idea to copy the backed up bootloader to your computer.
You can do this by connecting your computer to your phone and copying the backed up bootloader from your sdcard to your computer or you can use the following adb command to copy it over
exit the adb shell by typing exit and then enter:
adb pull /sdcard/MyBLBackup.img MyBLBackup.img
For recovery boot into bootloader and type:
fastboot flash recovery mmcblk0p34.bin
Recovery Link: http://Dev-Host - mmcblk0p34.bin - T...haring Service
To get a fully stock, unrooted, unaltered system package go here:
Full RUU ZIP courtesy of uncon to be flashed in RUU Mode
Originally Posted by uncon View Post
Here is the full RUU (including SBL images). This will wipe everything, but you'll end up with a factory-fresh GE. Of course, there's still no support, warranty or responsibility implied or otherwise.
MD5 (RUU-HTC_One_GE-2.14.1700.15.zip) = bb2a949df1d287596260a4bb4320383d
This RUU contains all GE images (adsp, boot, hboot, sbl1, sbl2, sbl3, radio, recovery, rpm, sp1, system, tp, tz) from a GE dump.
You must be S-OFF, either SuperCID or GOOGL001 and know what you are doing. (Don't blindly run these commands.)
adb reboot bootloader
fastboot oem rebootRUU
fastboot flash zip RUU-HTC_One_GE-2.14.1700.15.zip
fastboot flash zip RUU-HTC_One_GE-2.14.1700.15.zip
fastboot reboot