Guest StrongOneX Posted April 28, 2010 Report Posted April 28, 2010 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..
Guest mmeikelinen Posted April 28, 2010 Report Posted April 28, 2010 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
Guest scotch whisky Posted April 28, 2010 Report Posted April 28, 2010 (edited) 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 April 28, 2010 by scotch whisky
Guest magicpie1980 Posted April 28, 2010 Report Posted April 28, 2010 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??????????
Guest magicpie1980 Posted April 28, 2010 Report Posted April 28, 2010 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;)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now