So I'm having a hard time unlocking my phone. I can't figure out what the problem is, but I can't even get the shell commands to run in the terminal window.
Method I'm using:
http://wiki.cyanogenmod.org/w/Doc:_fastboot_intro
My first problem:
Well, my terminal doesn't support that GEDIT command. So I thought I could work around that by using CD. I think it's working, since my command prompt is:
peter grimes
latform-tools petergrimes$
~platform-tools is the directory that contains the binaries "adb" and "fast boot"
But when I type in adb I still get the "command not found" error.
Any suggestions?
Method I'm using:
http://wiki.cyanogenmod.org/w/Doc:_fastboot_intro
My first problem:
Edit the "hidden" (starting with a period) file ~/.bashrc -- If your version of Linux supports the gedit editor, simply type gedit ~/.bashrc
Next, add this line to the bottom: export PATH=${PATH}:<sdk>/tools:<sdk>/platform-tools (Change <sdk> to the actual path to the SDK's /platform-tools directory. For example: export PATH=${PATH}:/home/user/android-sdk-linux/platform-tools/)
Save the file. Then open a new Terminal. The adb command should now be available.
Well, my terminal doesn't support that GEDIT command. So I thought I could work around that by using CD. I think it's working, since my command prompt is:
peter grimes

~platform-tools is the directory that contains the binaries "adb" and "fast boot"
But when I type in adb I still get the "command not found" error.
Any suggestions?