Wednesday, April 23, 2014
How to Run Ubuntu on an Android Phone
Rooting the Android Phone
1. Download the Super One Click Root archive and extract it anywhere on your hard disk drive. The 'SuperOneClick.exe' executable file will appear.
2. Take the SD card out of the Android phone and connect the phone to your computer by using the USB cable.
3. Go to 'Settings,' select 'Applications,' tap 'Development' and enable 'USB Debugging.'
4. Double-click the SuperOneClick.exe file to run it. Click the 'Universal' tab in the SuperOneClick window and click the 'Root' button. This will root your Android phone.
5. Select 'Allow Non Market Apps' in case you want to install third party applications later.
Running Ubuntu
6. Open the Web browser on your computer and download the 'ubuntu.zip' archive. Save the archive anywhere on your hard disk drive.
7. Connect your Android phone to the computer by using a USB data transfer cable.
8. Extract the archive and copy the resulting 'ubuntu' folder to the phone's SD card. Note that the folder must be in the root of the SD card, so do not put it in any other folder.
9. Go to 'Settings' on your phone, select 'Applications' and tap 'Development.' Turn on the 'USB Debugging' feature.
10. Start the Windows Command Prompt and navigate to the SDK platform tools folder by running these commands:
cd /sdk
cd /platform-tools
11. Run the 'adb shell' command to enter the Android shell. Connect in super user mode and enter the ubuntu folder on the SD card by running these commands:
su
cd /sdcard
cd ubuntu
12. Run the script that configures Ubuntu to run on your Android phone by running this command:
sh ubuntu.sh
13. Run this command to boot Ubuntu on top of the Android operating system:
bootubuntuIf you don't get any errors, it means that your Android OS supports loop devices and Ubuntu is successfully running on top of it. You can now install Ubuntu applications and run them on your Android phone.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment