[Q] Braincapped

Search This thread

Smileyz0r

Senior Member
May 5, 2012
64
1
Bulgaria
Hey guys i have this old HTC Tattoo i would like to use for a while i need to test things on.

HTC Tattoo (Orange)
S-on
1.6.61.43 custom firmware
rooted

But i have a problem, i need to get a custom ROM on it.
so far:
1. Would not accept sim unlock code
1. Rooted it once
2. used RUU_Click_Orange_UK_1.67.61.43_release_signed_NoDriver becouse it was needed to accept the simunlock code
3. Lost root, rooted it again with Universal root becouse old method didn't work anymore.
4. Everytime i tried to open recovery menu, it shows a picture with a orange triangle and the phone next to it
5. Installed ROM manager and put Clockwork, nothing.
6. Tried to back up, install rom from ROM Manager, still nothing =(


HELP D:!
Question: How do i fix it so i don't get this trinagle thing and i can go into the recovery menu


EDIT: I forgot to add, i THINK i made the SDCard a Goldcard, but i'm not sure... how do i cheak?
 

Shaumaaa

Senior Member
Jun 3, 2011
206
81
29
Belgrade
answer

1. That triangle is stock recovery which isn't useful for installing custom roms.
2. You need custom recovery.
3. You need adb.
4 You can install recovery like this one click http://xdaforums.com/showthread.php?t=950759 or manualy using cmd(adb needed).
If installing manualy: You need flash_image and recovery.img .
For cmd, commands are:



adb push recovery.img /sdcard/recovery.img
adb shell
su
flash_image recovery /sdcard/recovery.img
exit
exit


Hope this was helpful for you :D
Sorry if you waited too much, I didn't have time to answer you. :)
 
Last edited:
  • Like
Reactions: Smileyz0r

Smileyz0r

Senior Member
May 5, 2012
64
1
Bulgaria
1. That triangle is stock recovery which isn't useful for installing custom roms.
2. You need custom recovery.
3. You need adb.
4 You can install recovery like this one click http://xdaforums.com/showthread.php?t=950759 or manualy using cmd(adb needed).
If installing manualy: You need flash_image and recovery.img .
For cmd, commands are:



adb push recovery.img /sdcard/recovery.img
adb shell
su
flash_image recovery /sdcard/recovery.img
exit
exit


Hope this was helpful for you :D
Sorry if you waited too much, I didn't have time to answer you. :)

I followed the instructions it didn't help, still same problem
no errors with the .exe, but no dice either

flashpermission denied with manual cmd
not enough memory on the device

in rom manager it says i have clockworkmod 5.0.2.0, might be the the problem that my phone is on orange or that it is S-on ? becouse i'm pretty sure it has custom recovery and it is rooted

i was able to root with this method before i used "RUU_Click_Orange_UK_1.67.61.43_release_signed_NoDriver" update

Now i am not able to use that root method, maybe it would have worked before i used it...
How do i downgrade or whatever from this RUU ?
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    I am going to help you

    I am going to help you when I come home from school :) I know what you have to do and how.
    1
    answer

    1. That triangle is stock recovery which isn't useful for installing custom roms.
    2. You need custom recovery.
    3. You need adb.
    4 You can install recovery like this one click http://xdaforums.com/showthread.php?t=950759 or manualy using cmd(adb needed).
    If installing manualy: You need flash_image and recovery.img .
    For cmd, commands are:



    adb push recovery.img /sdcard/recovery.img
    adb shell
    su
    flash_image recovery /sdcard/recovery.img
    exit
    exit


    Hope this was helpful for you :D
    Sorry if you waited too much, I didn't have time to answer you. :)