Jump to content

14/Jun r6 riskfreeroot - HTC Desire rooting guide - now with HBOOT 0.80 and OS to 1.21 support


Recommended Posts

Guest twistywizard
Posted
OK, A2SD works. Apps are installed in /system/sd, but with root I can see everything via adb...

Good.

But anyway, why does Settings->SDCARD bla say the internal memory gets lower? Hmm... :huh:

I believe from reading that it still uses it as a kind of cache hence it goes down slightly. I just banged 10-12 programs on there and it only dropped about 2mb on the Internal storage.

Guest mieszkovsky
Posted

Could somebody write what languages are included in it

Guest neowl
Posted
Im actually on ubuntu 9 32bit and says it cant see the files, does anyone have a clue what this means?

root@ubuntu:/home/magic/pushfiles# bash recovery-linux.sh

recovery-linux.sh: line 2: ./adb-linux: No such file or directory

recovery-linux.sh: line 3: ./adb-linux: No such file or directory

root@ubuntu:/home/magic/pushfiles# recovery-linux.sh: line 4: ./adb-linux: No such file or directory

do i need sdk installed on linux to run this recovery-linux.sh?

It appears that you haven't put the pushfiles folder anywhere

Put the pushfiles folder in the user folder (the one with pictures, music etc), open up terminal and use these commands:

cd pushfiles

./adb-linux kill-server

sudo ./adb-linux start-server

sudo ./recovery-linux.sh

Posted
But you work on it? And you have the .80 Bootloader?

My Thought was:

.75 -> rooting -> .80 update = works

.80 -> Rooting =! works

Or?

And why don'T you reply me on twitter? :huh: Wanna see my german translation?

No, avoid .80 update altogether. Besides, why do you want to update your bootloader? There's no point.

If you have .80, we can't root currently.

I don't speak German very well. :P

P

Guest magicpie1980
Posted

i am completly stuck guys on the final part, for the life of me i cant get the recovery-linux.sh to work. when i click on it and run it nothing happens, also when i run it fro terminal i just have this pop up

root@ubuntu:/home/magic/pushfiles# ./recovery-linux.sh

./recovery-linux.sh: line 2: ./adb-linux: No such file or directory

./recovery-linux.sh: line 3: ./adb-linux: No such file or directory

./recovery-linux.sh: line 4: ./adb-linux: No such file or directory

every file extracted is in the folder in question, but its not working;(

Is it because i dont hae the sdk installed on linux? Does anybody have any insight into what this could be?

Thanks,

Bill

Guest magicpie1980
Posted (edited)
It appears that you haven't put the pushfiles folder anywhere

Put the pushfiles folder in the user folder (the one with pictures, music etc), open up terminal and use these commands:

cd pushfiles

./adb-linux kill-server

sudo ./adb-linux start-server

sudo ./recovery-linux.sh

i did this and did not get anywhere, just got this output,

magic@ubuntu:~$ cd pushfiles

magic@ubuntu:~/pushfiles$ ./adb-linux kill server

bash: ./adb-linux: No such file or directory

magic@ubuntu:~/pushfiles$ sudo ./adb-linux start server

[sudo] password for magic:

sudo: unable to execute ./adb-linux: No such file or directory

magic@ubuntu:~/pushfiles$ sudo ./recovery-linux.sh

./recovery-linux.sh: 2: ./adb-linux: not found

./recovery-linux.sh: 3: ./adb-linux: not found

./recovery-linux.sh: 4: ./adb-linux: not found

magic@ubuntu:~/pushfiles$

could the problem be that i dont have sdk installed on linux?

Edited by magicpie1980
Guest mrshark
Posted
Im actually on ubuntu 9 32bit and says it cant see the files, does anyone have a clue what this means?

root@ubuntu:/home/magic/pushfiles# bash recovery-linux.sh

recovery-linux.sh: line 2: ./adb-linux: No such file or directory

recovery-linux.sh: line 3: ./adb-linux: No such file or directory

root@ubuntu:/home/magic/pushfiles# recovery-linux.sh: line 4: ./adb-linux: No such file or directory

do i need sdk installed on linux to run this recovery-linux.sh?

in unix (and as such, linux, too), the path looked for finding executables does NOT include CURRENT dir (.)

so, if a binary is in path (check with: echo $PATH), you could call it simply by name: adb-linux

on the other hand, if a command is in a directory not in path, you can call it in 2 ways:

absolute path: /home/user/adb/adb-linux

or using dot-slash preceeding the binary name, from THE DIR containing it:

cd /home/user/adb

./adb-linux

in ubuntu, you need to preceed all these commands with sudo:

sudo ./adb-linux for example...

or, become super user and than use commands without repeating sudo every line:

sudo -s

then you are root user, and commands are usable as is, without sudo

Guest rassha
Posted
I believe from reading that it still uses it as a kind of cache hence it goes down slightly. I just banged 10-12 programs on there and it only dropped about 2mb on the Internal storage.

Please could you explain me how to install app2sd. I created ext3 filesystem, and then go to recovery menu, and than what?

What to choose next?

Guest Richard Trip
Posted
I will remove the requirement for a Windows machine tomorrow...

P

No problem, just rename the rom.zip to PB99IMG.zip . Did it without windows (to lazy to reboot).

Guest DarkMio
Posted
No, avoid .80 update altogether. Besides, why do you want to update your bootloader? There's no point.

If you have .80, we can't root currently.

I don't speak German very well. :huh:

P

I thought you had updated... :P

So my really really last question is:

Will we get root-access with the .80 Bootloader?

I can't update, because I have this one... :blink: O2 is strange.

They have on all 02-Desires and old Baseband with a Laggy-Browser, but have a new Bootrom! ... Strange.

Guest ssozonoff
Posted
Can I use VMware for ubuntu installation?

Yes Ubuntu + VMWare works just fine.

Serge

Guest magicpie1980
Posted
in unix (and as such, linux, too), the path looked for finding executables does NOT include CURRENT dir (.)

so, if a binary is in path (check with: echo $PATH), you could call it simply by name: adb-linux

on the other hand, if a command is in a directory not in path, you can call it in 2 ways:

absolute path: /home/user/adb/adb-linux

or using dot-slash preceeding the binary name, from THE DIR containing it:

cd /home/user/adb

./adb-linux

in ubuntu, you need to preceed all these commands with sudo:

sudo ./adb-linux for example...

or, become super user and than use commands without repeating sudo every line:

sudo -s

then you are root user, and commands are usable as is, without sudo

]

i did this and did not get anywhere, just got this output,

magic@ubuntu:~$ cd pushfiles

magic@ubuntu:~/pushfiles$ ./adb-linux kill server

bash: ./adb-linux: No such file or directory

magic@ubuntu:~/pushfiles$ sudo ./adb-linux start server

[sudo] password for magic:

sudo: unable to execute ./adb-linux: No such file or directory

magic@ubuntu:~/pushfiles$ sudo ./recovery-linux.sh

./recovery-linux.sh: 2: ./adb-linux: not found

./recovery-linux.sh: 3: ./adb-linux: not found

./recovery-linux.sh: 4: ./adb-linux: not found

magic@ubuntu:~/pushfiles$

could the problem be that i dont have sdk installed on linux?

Posted
I thought you had updated... :huh:

So my really really last question is:

Will we get root-access with the .80 Bootloader?

I can't update, because I have this one... :P O2 is strange.

They have on all 02-Desires and old Baseband with a Laggy-Browser, but have a new Bootrom! ... Strange.

Will you? Maybe, maybe not, only time will tell.

P

Guest neowl
Posted

Paul, is it correct that the superuser app just goes to black screen right now, as I haven't installed anything other than the root itself?

Guest waterc00l
Posted

anyone rooted with a mac? please help, do you need usb drivers for mac? Nothing happens after recovery-mac.sh :huh:

Guest magicpie1980
Posted

i did this and did not get anywhere, just got this output,

magic@ubuntu:~$ cd pushfiles

magic@ubuntu:~/pushfiles$ ./adb-linux kill server

bash: ./adb-linux: No such file or directory

magic@ubuntu:~/pushfiles$ sudo ./adb-linux start server

[sudo] password for magic:

sudo: unable to execute ./adb-linux: No such file or directory

magic@ubuntu:~/pushfiles$ sudo ./recovery-linux.sh

./recovery-linux.sh: 2: ./adb-linux: not found

./recovery-linux.sh: 3: ./adb-linux: not found

./recovery-linux.sh: 4: ./adb-linux: not found

magic@ubuntu:~/pushfiles$

could the problem be that i dont have sdk installed on linux?

Guest DarkMio
Posted (edited)
Would you? Maybe, maybe not, only time will tell.

P

:huh: Will you work on it?

Can't believe that my 509€ expensive phone doesn't get root.

Edited by DarkMio
Guest rassha
Posted
anyone rooted with a mac? please help, do you need usb drivers for mac? Nothing happens after recovery-mac.sh :huh:

you must enter in recovery mode, than type

sudo ./recovery-mac.sh

enter your password and recovery menu will appear on phone

Guest sucramco
Posted

Anyone live close, want to do mine?

Ok, silly question.

Seeing lots of people having problems and my self not ever having used linux, I am scared of doing this.

I am a total uber noob, if there is such a thing, I was able to do load the generic rom using the gold card method, even though it nearly wiped my brain.

They say don't root for the sake of it, but I am sick of no space on the phone, so the A2SD would be fantastic.

My question is, will this be made easier to do, or will it be possible to do through Windows 7 eventually? Maybe a guide for for dummies will help.

Oh what to?

Guest dreamdealer
Posted (edited)

finaly rooted.. and lov'in it.

1. do not use virtual box it does not work.

2. get the 32 bit version of ubuntu (install off live cd) not the 64 bit version.

3. give paul your thanks and

4. enjoy.

Edited by dreamdealer
Guest Silvake
Posted
i did this and did not get anywhere, just got this output,

magic@ubuntu:~$ cd pushfiles

magic@ubuntu:~/pushfiles$ ./adb-linux kill server

bash: ./adb-linux: No such file or directory

magic@ubuntu:~/pushfiles$ sudo ./adb-linux start server

[sudo] password for magic:

sudo: unable to execute ./adb-linux: No such file or directory

magic@ubuntu:~/pushfiles$ sudo ./recovery-linux.sh

./recovery-linux.sh: 2: ./adb-linux: not found

./recovery-linux.sh: 3: ./adb-linux: not found

./recovery-linux.sh: 4: ./adb-linux: not found

magic@ubuntu:~/pushfiles$

could the problem be that i dont have sdk installed on linux?

check ./adb-linux attributes. It should have the executable bit. Set it if it's not:

sudo chmod +x ./adb-linux

Guest waterc00l
Posted (edited)

ok got it, i had to type in the commands manually @ console, otherwise my mac just opens the recovery-mac.sh as a text file (sry, first time working on mac or linux..)

@rassha

edit: ah, ok with sudo.. i unterstand... perfect THANKS A LOT!

Edited by waterc00l
Guest Sh@dy
Posted

Just to be sure... Can I delete/replace some files from rootedupdate.zip? I want to remove annoying startup sound. It is in /sytem/media/android_audio.mp3 or /system/customize/resources/android_audio.mp3? Also in some zip archives I found Thumbs.db file :huh: .

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.