Jump to content

Ubuntu noob needs help!


Guest StrongOneX

Recommended Posts

Guest StrongOneX

HELP! I've never touched ubuntu before and im so confused

i have tried for so long now, it doesnt even recognise the adb command

im in the right folder in terminal but nothing seems to work

adb not recognised... :huh:

ps: im trying to get root using pauls guide..

Link to comment
Share on other sites

Guest mmeikelinen
HELP! I've never touched ubuntu before and im so confused

i have tried for so long now, it doesnt even recognise the adb command

im in the right folder in terminal but nothing seems to work

adb not recognised... :huh:

ps: im trying to get root using pauls guide..

Best solution is to add the SDK directory to yout $PATH

open your .bashrc file with any text editor

and add following. Replace the last part with your path.

export PATH=${PATH}:~/workspace/android-sdk-linux_86/tools

After you have done it open new shell and you should be able to run sdb command frmo any directory.

If you don't want to add it to $PATH then run it from the folder with ./

./adb

Link to comment
Share on other sites

Guest scotch whisky

Me too............

First time I have ever used Linux. I've loaded it on an old laptop. Copied the "pushfiles" to the desktop.

What do I do next? I am a real noob...................

That last post might as well have been writted in Chinese! Sorry.

Edited by scotch whisky
Link to comment
Share on other sites

Guest magicpie1980
Me too............

First time I have ever used Linux. I've loaded it on an old laptop. Copied the "pushfiles" to the desktop.

What do I do next? I am a real noob...................

That last post might as well have been writted in Chinese! Sorry.

Im with you guys, i get right up to the linux part, and it does not see the abd-linux file??????????

Link to comment
Share on other sites

Guest magicpie1980

Guys, found out my problem was that i was running 64bit linux and you need 32;)) You can find the solution on the rooting board if you have 64 bit linux;)

Link to comment
Share on other sites

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.