Ok here I go,
I installed Android Revoultion 82, the main problem is its stuck >->
Its a phone of a friend because he had some rom installed with like 0 apps option or anything at all...
I can'T access the SD card anymore... he told me it was rooted already and stuff.. so I checked it up on the fastboot
ITs Tampered and Unlocked
M7_UL PVT SHIP S-ON RH
HBOOT-1.57.000
RADIO-4T.27.3218.14
OPENDSP-V32.120.274.0909
OS-
eMMC-boot 2048MB
ok this is little info there.. the usb is probly not in debugging mode.. *sigh*
I tried to delete cache/dalvik and so on.. but it still doesnt want to load, the recovery is CWM
So my question is Is it possible to enable usb debugging somehow? as Its stuck at the loading screen
also HTC one Toolkits don't work it doesn'T find the device.. but it finds my Htc one... for some odd reason
ADB doesn't work, I can't slideload and so on... help please D:
oh and the USB Hardware ID is USB\VID_18D1&PID_D001&REV_0228
but i can'T find anything for it as it works on my other HTC one but not on this one.. >->
Edit: oh wow.. when I reboot from CWM into bootloader it says Root access is missing. Root device?
Yes - Root device (/system/xbin/su)
no nothing there
dialgeta16 said:
Ok here I go,
I installed Android Revoultion 82, the main problem is its stuck >->
(...)
the recovery is CWM
Click to expand...
Click to collapse
You must use TWRP 2.6.3.3 to flash ARHD 82, not CWM!
the usb is probly not in debugging mode.. *sigh*
Click to expand...
Click to collapse
It doesn't matter, debug mode is only to enable adb access when the phone is booted in the OS. You can still use adb from custom recovery and fastboot from bootloader mode.
I tried to delete cache/dalvik and so on.. but it still doesnt want to load
Click to expand...
Click to collapse
It will not load unless you reflash it using twrp 2.6.3.3
So my question is Is it possible to enable usb debugging somehow? as Its stuck at the loading screen
Click to expand...
Click to collapse
not needed
also HTC one Toolkits don't work it doesn'T find the device..
Click to expand...
Click to collapse
don't use toolkit, use adb and fastboot directly from the command prompt
ADB doesn't work, I can't slideload and so on... help please D:
oh and the USB Hardware ID is USB\VID_18D1&PID_D001&REV_0228
Click to expand...
Click to collapse
Looks like driver issue, install HTC drivers then you'll have adb wokring from custom recovery (TWRP)
Edit: oh wow.. when I reboot from CWM into bootloader it says Root access is missing. Root device?
Yes - Root device (/system/xbin/su)
Click to expand...
Click to collapse
Not needed, ARHD is pre-rooted
so flash twrp 2.6.3.3
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
then flash arhd again
if arhd is not on your phone memory anymore, use adb push or adb sideload then install from twrp. (adb push and sideload will only work if HTC drivers are installed and with adb version 1.0.29 and up)
alray said:
You must use TWRP 2.6.3.3 to flash ARHD 82, not CWM!
It doesn't matter, debug mode is only to enable adb access when the phone is booted in the OS. You can still use adb from custom recovery and fastboot from bootloader mode.
It will not load unless you reflash it using twrp 2.6.3.3
not needed
don't use toolkit, use adb and fastboot directly from the command prompt
Looks like driver issue, install HTC drivers then you'll have adb wokring from custom recovery (TWRP)
Not needed, ARHD is pre-rooted
so flash twrp 2.6.3.3
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
then flash arhd again
if arhd is not on your phone memory anymore, use adb push or adb sideload then install from twrp. (adb push and sideload will only work if HTC drivers are installed and with adb version 1.0.29 and up)
Click to expand...
Click to collapse
thanks now it doest atleast something but it enters always back to recovery mode now...
dialgeta16 said:
thanks now it doest atleast something but it enters always back to recovery mode now...
Click to expand...
Click to collapse
flash twrp 2.6.3.3:
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
from twrp recovery (this will wipe your phone):
wipe everything
format data
reboot in recovery mode
then use adb to push the rom to your phone:
make sure your phone is booted in twrp main menu
make sure your rom in the same folder where you have adb and fastboot
Code:
adb push arhd.zip /sdcard/
the command prompt will be unresponsive for a few minutes.
when the push is completed, in twrp select "install" then select your arhd.zip and swipe to flash.
reboot your phone normally.
make sure the MD5 value of both the rom and the recovery are correct before flashing.
Related
I tried it install a new ROM and something went wrong. When it went wrong it went wrong. I lost all my backups and everything. I can get into TWRP right now. If I try and reboot with out going to TWRP I am just stuck at the white HTC screen. So I think the boot is messed up.
In searching looks like I will need to sideload via TWRP a new ROM to load. I can not find a good DIY for the sideload. I turn on sideloading and my PC sees my phone and loads it as a E drive. I an not get into my phone. I am searching through a lot of posts but with out luck. Just people saying they did it with out saying how.
Thank you for any help.
veener79 said:
I tried it install a new ROM and something went wrong. When it went wrong it went wrong. I lost all my backups and everything. I can get into TWRP right now. If I try and reboot with out going to TWRP I am just stuck at the white HTC screen. So I think the boot is messed up.
In searching looks like I will need to sideload via TWRP a new ROM to load. I can not find a good DIY for the sideload. I turn on sideloading and my PC sees my phone and loads it as a E drive. I an not get into my phone. I am searching through a lot of posts but with out luck. Just people saying they did it with out saying how.
Thank you for any help.
Click to expand...
Click to collapse
What rom did you flashed? What TWRP version are you using?
alray said:
What rom did you flashed? What TWRP version are you using?
Click to expand...
Click to collapse
RENOVATE | Milestone 8.1 | Sense 5.5 | 4.19.401.8
TWRP 2.5.0.0
Thank you
veener79 said:
RENOVATE | Milestone 8.1 | Sense 5.5 | 4.19.401.8
TWRP 2.5.0.0
Thank you
Click to expand...
Click to collapse
4.4 roms need latest twrp to be flashed correctly
either twrp 2.6.6.3 or 2.6.6.4
So download and flash latest version and flash the rom again.
alray said:
4.4 roms need latest twrp to be flashed correctly
either twrp 2.6.6.3 or 2.6.6.4
So download and flash latest version and flash the rom again.
Click to expand...
Click to collapse
OK how do I get the files over. I just found my OTG cable!!! Going to see if I can load on a zip. If not is there a good DIY for how to sideload.
veener79 said:
OK how do I get the files over. I just found my OTG cable!!! Going to see if I can load on a zip. If not is there a good DIY for how to sideload.
Click to expand...
Click to collapse
http://goo.im/devs/OpenRecovery/m7/
http://techerrata.com/browse/twrp2/m7ul
From fastboot
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
in custom recovery, either
adb push <name of rom>.zip /sdcard/
or
adb sideload <name of rom>.zip
Set the device into ADB sideload mode. In TWRP you do this by going to Advanced then ADB Sideload.
From the command line, type adb sideload rom.zip
veener79 said:
OK how do I get the files over. I just found my OTG cable!!! Going to see if I can load on a zip. If not is there a good DIY for how to sideload.
Click to expand...
Click to collapse
flash latest twrp (I assume here you hame the m7_u or m7_ul not a wls variant):
http://techerrata.com/browse/twrp2/m7
Code:
fastboot flash recovery <name_of_file>.img
fastboot erase cache
fastboot reboot-bootloader
then push the rom:
Code:
adb push <name_of_file>.zip /sdcard/
and install from twrp
or adb sideload it:
select sideload in twrp
Code:
adb sideload <name_of_file>.zip
OK nothing wants to work today!!!!!
Opened up the comand promp in the fastboot folder. My phone states Fastboot USB in red.
Getting "Error can not load twrp.img"
veener79 said:
OK nothing wants to work today!!!!!
Opened up the comand promp in the fastboot folder. My phone states Fastboot USB in red.
Getting "Error can not load twrp.img"
Click to expand...
Click to collapse
is the file in your adb/fastboot folder?
veener79 said:
OK nothing wants to work today!!!!!
Opened up the comand promp in the fastboot folder. My phone states Fastboot USB in red.
Getting "Error can not load twrp.img"
Click to expand...
Click to collapse
are you drivers installed correctly ?
what does fastboot devices return ?
alray said:
is the file in your adb/fastboot folder?
Click to expand...
Click to collapse
Yes
clsA said:
are you drivers installed correctly ?
what does fastboot devices return ?
Click to expand...
Click to collapse
How can I tell if something is off? When I plug in my phone it will state Fastboot and then after I hear it conect to my laptop it will go back to fastboot USB in red.
Typed in fastbood devices and get ht344w910402 fastboot
veener79 said:
Yes
How can I tell if something is off? When I plug in my phone it will state Fastboot and then after I hear it conect to my laptop it will go back to fastboot USB in red.
Typed in fastbood devices and get ht344w910402 fastboot
Click to expand...
Click to collapse
can you post a screanshot of your cmd prompt when it fail plz
alray said:
can you post a screanshot of your cmd prompt when it fail plz
Click to expand...
Click to collapse
Will do. I have to get something done this morning and I am running way late. So I have to get going. Thank goodness I have a old phone laying around. When I get home in about 5 hours will post back up. Thank you all so much for your help!!!!!!
alray said:
4.4 roms need latest twrp to be flashed correctly
either twrp 2.6.6.3 or 2.6.6.4
So download and flash latest version and flash the rom again.
Click to expand...
Click to collapse
clsA said:
http://goo.im/devs/OpenRecovery/m7/
http://techerrata.com/browse/twrp2/m7ul
From fastboot
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
in custom recovery, either
adb push <name of rom>.zip /sdcard/
or
adb sideload <name of rom>.zip
Set the device into ADB sideload mode. In TWRP you do this by going to Advanced then ADB Sideload.
From the command line, type adb sideload rom.zip
Click to expand...
Click to collapse
alray said:
flash latest twrp (I assume here you hame the m7_u or m7_ul not a wls variant):
http://techerrata.com/browse/twrp2/m7
Code:
fastboot flash recovery <name_of_file>.img
fastboot erase cache
fastboot reboot-bootloader
then push the rom:
Code:
adb push <name_of_file>.zip /sdcard/
and install from twrp
or adb sideload it:
select sideload in twrp
Code:
adb sideload <name_of_file>.zip
Click to expand...
Click to collapse
veener79 said:
OK nothing wants to work today!!!!!
Opened up the comand promp in the fastboot folder. My phone states Fastboot USB in red.
Getting "Error can not load twrp.img"
Click to expand...
Click to collapse
veener79 said:
Yes
How can I tell if something is off? When I plug in my phone it will state Fastboot and then after I hear it conect to my laptop it will go back to fastboot USB in red.
Typed in fastbood devices and get ht34xxxxxxxxx fastboot
Click to expand...
Click to collapse
Sorry guys ( @clsA and @alray), I don't know why I keep getting the urge to bug in
M7U/UL TWRP:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
verify MD5, that site does not play nice with download managers
Typed in fastbood devices and get ht34xxxxxxxxx fastboot
Click to expand...
Click to collapse
-> means your device is in fastboot
go ahead, as suggested
Code:
fastboot flash recovery <name_of_file>.img
fastboot erase cache
fastboot reboot-bootloader
-> enter recovery
then as suggested
Code:
adb push <name_of_file>.zip /sdcard/
and install from twrp
or use sideload, whatever makes you happy
sorry again guys
i'll bug out now
PS: "cannot load" = the filename is wrong!! that's all
Ok got home and I tried a different USB port. I did a sideload of a older version on the ROM that I knew was good and phone is back up and working. Thank you all! Thanks are given out!
Ok i have an T-Mobile HTC One and the other day i unlocked the bootloader and rooted it. I went into my apps after everything was done and tried to install super su and it didnt work so i thought i did something wrong with rooting my phone so i went back to the team win recovery and advanced wipe my device thinking it would let me do a new install and it didnt. now when i power on my devices it goes str8 to team win recovery 2.6.1.0 and doesnt boot the OS. when i try leaving twrp it says no OS installed, how do i fix this i done a gang of searches and nothing works. anyone know how to fix this???
Have to tried relocking the bootloader through fastboot and running an RUU?
FuTuRisTiC Zo3 said:
Ok i have an T-Mobile HTC One and the other day i unlocked the bootloader and rooted it. I went into my apps after everything was done and tried to install super su and it didnt work so i thought i did something wrong with rooting my phone so i went back to the team win recovery and advanced wipe my device thinking it would let me do a new install and it didnt. now when i power on my devices it goes str8 to team win recovery 2.6.1.0 and doesnt boot the OS. when i try leaving twrp it says no OS installed, how do i fix this i done a gang of searches and nothing works. anyone know how to fix this???
Click to expand...
Click to collapse
Morencyam said:
Have to tried relocking the bootloader through fastboot and running an RUU?
Click to expand...
Click to collapse
Yes you can RUU back to stock if your on an older version than the last RUU.
You can also update your recovery to TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
After this go into TWRP / Advanced / Sideload
and from you PC adb / fastboot folder / command prompt here
adb sideload <name of rom>.zip
just download the rom you want to use to the same folder as adb / fastboot first.
I would choose a stock rooted one from here
http://forum.xda-developers.com/showthread.php?t=2353812
clsA said:
Yes you can RUU back to stock if your on an older version than the last RUU.
You can also update your recovery to TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
After this go into TWRP / Advanced / Sideload
and from you PC adb / fastboot folder / command prompt here
adb sideload <name of rom>.zip
just download the rom you want to use to the same folder as adb / fastboot first.
I would choose a stock rooted one from here
http://forum.xda-developers.com/showthread.php?t=2353812
Click to expand...
Click to collapse
Thanks for the help guys i got it back up and running i did it a few days ago. but im having the same exact problem but with an AT&T galaxy S3
Hi all,
Recently I accidentally wiped every partition on my htc one device, including the system partition, thus deleting my OS. My One has lost its ability to be recognised by any computer i plug it into, however it still charges fine. I have tried plugging in my USB-OTG cable with a Sense Rom, hoping to install it.(I dont actually know if that is what I should do with no OS) No Rom I try to install has worked. Any help is appreciated
Thanks in advance
PS I am on TWRP Recovery v2.6.3.0
Thanks again.
AtheosArts said:
Hi all,
Recently I accidentally wiped every partition on my htc one device, including the system partition, thus deleting my OS. My One has lost its ability to be recognised by any computer i plug it into, however it still charges fine. I have tried plugging in my USB-OTG cable with a Sense Rom, hoping to install it.(I dont actually know if that is what I should do with no OS) No Rom I try to install has worked. Any help is appreciated
Thanks in advance
PS I am on TWRP Recovery v2.6.3.0
Thanks again.
Click to expand...
Click to collapse
try to flash your rom.zip from recovery with OTG cable
or push it to your SD card and install from recovery :
adb push rom.zip /sdcard/
or you can sideload your rom.zip :
boot to recovery mode > advanced > ADB sideload > swipe
adb sideload rom.zip
wait for complete > reboot to recovery mode > install your rom.zip
if not, flash it from RUU mode :
fastboot oem rebootRUU
fastboot flash zip rom.zip
fastboot flash zip rom.zip
fastboot reboot
if not, be sure your rom.zip meet your phone CID & MID
be sure your phone is LOCKED
try to flash rom.zip with HBoot version higher than your 1.44 ( e.x 1.54)
Also to add. Your TWRP is out of date. Install 2.6.3.3 or newer
http://goo.im/devs/OpenRecovery/m7//openrecovery-twrp-2.6.3.3-m7.img
http://goo.im/devs/OpenRecovery/m7//openrecovery-twrp-2.7.0.0-m7.img
Sent from my HTC One using XDA Premium 4 mobile app
bored_stupid said:
Also to add. Your TWRP is out of date. Install 2.6.3.3 or newer
http://goo.im/devs/OpenRecovery/m7//openrecovery-twrp-2.6.3.3-m7.img
http://goo.im/devs/OpenRecovery/m7//openrecovery-twrp-2.7.0.0-m7.img
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Dear, you always learning me, thank you
moha_moha20106 said:
Dear, you always learning me, thank you
Click to expand...
Click to collapse
We are all learning.
Sent from my HTC One using Xparent Skyblue Tapatalk 2
bored_stupid said:
Also to add. Your TWRP is out of date. Install 2.6.3.3 or newer
Click to expand...
Click to collapse
I would recommend 2.6.3.3 (or .4)... seems 2.7.0.0+ is still having issues.
Assuming the phone is an m7_u or m7_ul model!!! if it's not, then i would reconsider.
we all know what they say about assumption right
moha_moha20106 said:
try to flash your rom.zip from recovery with OTG cable
or push it to your SD card and install from recovery :
adb push rom.zip /sdcard/
or you can sideload your rom.zip :
boot to recovery mode > advanced > ADB sideload > swipe
adb sideload rom.zip
wait for complete > reboot to recovery mode > install your rom.zip
if not, flash it from RUU mode :
fastboot oem rebootRUU
fastboot flash zip rom.zip
fastboot flash zip rom.zip
fastboot reboot
if not, be sure your rom.zip meet your phone CID & MID
be sure your phone is LOCKED
try to flash rom.zip with HBoot version higher than your 1.44 ( e.x 1.54)
Click to expand...
Click to collapse
OTG -> okay
adb push -> okay
adb sideload -> okay
you cannot flash a custom ROM using ruu mode!!
.
nkk71 said:
I would recommend 2.6.3.3 (or .4)... seems 2.7.0.0+ is still having issues.
Assuming the phone is an m7_u or m7_ul model!!! if it's not, then i would reconsider.
we all know what they say about assumption right
OTG -> okay
adb push -> okay
adb sideload -> okay
you cannot flash a custom ROM using ruu mode!!
.
Click to expand...
Click to collapse
Thanks Dear
Hi,
After searching much through out the forum, I'm still unable to restore my phone.
I had Android Revolution HD 53.0 ROM installed and wanted to upgrade it to version 71.1.
At the end of the installation, something failed and the phone is now stuck in either recovery mode (red triangle with exclamation mark) or I can boot it in fastboot.
I have wiped most partitions, re-installed the recovery partition, but I'm always unable to boot the cell properly.
I think I need to re-install stock rom, but I have tried and I always get an error about when verifying the zip file.
my cid is TELUS001 and my version-main is 1.29.661.17
hboot is 1.44
<edit> forgot to add that the cell is S-ON, I can't get it to s-off, adb always return device not found </edit>
I'm pretty much at lost with what I can do, I hope I haven't bricked my phone
Can one of you help me fix it.
Thanks a lot,
Xyaran
Update: have installed twrp, but still stuck
Like the title says, I was able to install twrp recovery, but I'm still stuck. fastboot works, but adb doesn't and my pc doesn't recognize the phone.
I don't know how to copy a rom to the phone so I can use it.
Help would be very welcome!
Xyaran
Xyaran said:
Like the title says, I was able to install twrp recovery, but I'm still stuck. fastboot works, but adb doesn't and my pc doesn't recognize the phone.
I don't know how to copy a rom to the phone so I can use it.
Help would be very welcome!
Xyaran
Click to expand...
Click to collapse
are you trying adb while in TWRP ?
what version of twrp ? 2.6.3.3 ? anything else is wrong
hboot 1.44 is the easiest to get s-off ..try harder ..try rumrunner
start over from scratch
from fastboot USB
Flash recovery TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_31.6.zip
TWRP / Advanced / ADB Sideload - swipe to sideload
From PC adb / fastboot folder
you use
adb sideload name-of-rom.zip
make sure the rom is in the same folder as adb / fastboot
Click to expand...
Click to collapse
install this driver when your in TWRP if ADB still fails
http://www.mediafire.com/download/j55vk6qbbr6250c/HTCDriver_4.8.0.002.exe
you may have to unplug the phone and plug it back in once
If you hboot 1.44 and on windows 8.1 fastboot would not work aether ... fun huh
Solved
Hi,
Thanks a lot clsA. I was using the wrong version of TWRP.
I also uninstalled HTC Sync and with both those changes, I was able to sideload a ROM.
My phone is now back, thanks again.
Xyaran
Hi, I've seem to have soft bricked my One M7, but can't seem to find or load any stock roms back onto the device! Tried ADB, Sideload, Push, RUUs and none seem to work!
My CIDNUM is TELST001
My Model ID is PN0714000
My version-main is 6.11.841.7
Does anybody have a stock ROM for this model, that I can fastboot flash to my phone please?
Thanks in advance!
are you S-OFF? can you detail more abt what you did to brick your device? also can you boot to fastboot?
Im S On unfortunately and I dont know how to S off, because my hboot is version 1.57...
A friend tried to install CM but once booted it kept on the CM logo at startup and wouldnt do anything else. Shouldnt have let him done it in the first place lol.
And any ROM I tried to sideload or push wont work probably because I realised that it wasnt rooted apparently.
And I cant seem to find the right stock ROM with TELST001. And becaise im not S off, I cant use SuperID thingy..
nztechblog said:
And any ROM I tried to sideload or push wont work probably because I realised that it wasnt rooted apparently.
And I cant seem to find the right stock ROM with TELST001. And becaise im not S off, I cant use SuperID thingy..
Click to expand...
Click to collapse
Here you go start from scratch
Unlock the bootloader at HTCDEV
then from fastboot USB
Flash recovery TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_71.1.zip
TWRP / Advanced / ADB Sideload - swipe to sideload
From PC adb / fastboot folder
you use
adb sideload name-of-rom.zip
make sure the rom is in the same folder as adb / fastboot
clsA said:
Here you go start from scratch
Unlock the bootloader at HTCDEV
then from fastboot USB
Flash recovery TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_71.1.zip
TWRP / Advanced / ADB Sideload - swipe to sideload
From PC adb / fastboot folder
you use
adb sideload name-of-rom.zip
make sure the rom is in the same folder as adb / fastboot
Click to expand...
Click to collapse
Hi, thanks for that. That ROM should work on my phone's version right?
Also, the link is dead.
clsA said:
Here you go start from scratch
Unlock the bootloader at HTCDEV
then from fastboot USB
Flash recovery TWRP 2.6.3.3
http://techerrata.com/browse/twrp2/m7
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then sideload this Rom to your phone
http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_71.1.zip
TWRP / Advanced / ADB Sideload - swipe to sideload
From PC adb / fastboot folder
you use
adb sideload name-of-rom.zip
make sure the rom is in the same folder as adb / fastboot
Click to expand...
Click to collapse
Oh and should I download TWRP 2.6.3.3 instead of the newest one?
Thanks.
nztechblog said:
Oh and should I download TWRP 2.6.3.3 instead of the newest one?
Thanks.
Click to expand...
Click to collapse
Yes !!
New link > http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_81.0.zip
clsA said:
Yes !!
New link > http://www.androidrevolution.org/downloader/download.php?file=Android_Revolution_HD-One_81.0.zip
Click to expand...
Click to collapse
Thanks a lot! Working again!
nztechblog said:
Thanks a lot! Working again!
Click to expand...
Click to collapse
Great !!