Install an OS on your PC using Drivedroid - Android General

Are you trying to install a new OS on your PC?
Don't have access to a USB or a CD-ROM?
Never fear, drivedroid is here!
In this tutorial I will use Ubuntu 16.04 LTS as an example.
[size=+8]Requirements[/size]
USB cable
Root access
[size=+5]Steps To Install[/size]
Step 1: Download the OS .iso disk image ubuntu-16.04-desktop-amd64.iso
Step 2: Copy the file into the /sdcard/Download/images/ (if it doesn't exist, create it)
Step 3: Download Drivedroid
Step 4: Grant Drivedroid root access
Step 5: Host image. A list of all the iso/img files in the/sdcard/Download/images directory will be displayed click on your .iso image and then pick read/write/CD-ROM the choices available depend on your kernel (Don't worry about this).
Step 6: Reboot yor PC and go to UEFI/BIOS settings and change boot order (if you don't have an operating system installed, it should automatically boot from your phone. Now configure and install your OS.

Related

Boot UBCD

Boot UBCD (Ultimate Boot CD) from your Android phone (T-Mobile G1)
Step 1:
Get a microSD or SDHC card that is at least 500Mb and install it in your G1. For newbies: the slot flips open just below the green call button, you’ll have to put the keyboard up to see it.
Step 2:
Get a USB cable and hook your G1 into your computer. Slide the notification pane down and select the item named ‘USB Connected’ then choose ‘Mount’ from the popup options.
Step 3:
Download and install UBCDfix2.exe which I have re-hosted on this blog here. If you don’t trust me, an alternate location is listed on the pendrivelinux.com post. Run the EXE and extract the files to a folder named UBCD on your desktop.
Step 4:
Download the most current UBCD image. Here’s a link. Move it into the root of the UBCD folder you created on your desktop and pout the UBCDfix2 files in.
Step 5:
From the UBCD folder on your desktop, click fixubcd2.bat and follow the onscreen instructions.
DONE! You should now be able to reboot into your thumb drive. Be sure your motherboard both supports booting from a USB device and has the priority for that set above the normal hard drive. On a newer Dell, you can hit F12 to directly choose what to boot off of. Not only can you still save data to your thumbdrive from your G1 like usual, but you can get to all the stuff on your G1 via the UBCD you boot off of too.
Click to expand...
Click to collapse
Now, can you boot Ubuntu from your android device?
skyred said:
Now, can you boot Ubuntu from your android device?
Click to expand...
Click to collapse
Of course, it supports USB mass storage. There is nothing new to see here, really.
Yup. the latest version of Ubuntu even includes a utility to do the dirty work for you. It can install to any USB media.

Developing Android on Windwos

Attached is what was my missing link to full Android development in Windows.
1. For Android Java or C++ cpde I use Win + Eclipse + Android SDK+NDK
2. For Android System.img editing and building Entire Android system I use the following:
Developemnt Overview and purpose of this utility
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
a. You do not need to install anything on your windows
machine, if you like you can just copy it to a USB drive and
run it from there.
b. You can use this to build an entire android system and images,
or just modify system.img if you like.
1. Download QEMU for Windows. (google for it Aprox 3Mb)
2. Download QEMU Debian Image. (google for it Arox 150Mb)
3. Run QEMU and use aptitude to download g++, make and other
Android build requirements as mentioned on the dev site.
4. Build Android system or just edit system.img.
By transfering files to/from host windows system....
This is where this Utility is used as ftp'ing from
QEMU to the host system will not work with a regular
ftp server.
To transfer files from QEMU to Host do the following:
Windows: Run Ftpd.exe
QEMU: $ pftp 10.0.2.2 and log in as ian
Now you can use ftp command to send and recieve files to/from
QEMU and Windows.
5. Transfer system.img or entire adriod build image to Device and
follow device flashing procedure.

Move ALMOST ALL the APPS to SD (for Non-Rotted DevicesONLY )

Hello!
this guide will allow all of you to move you applications to SD!
For EG : You are not allowed to the facebook app or HTC sync to ur sd card but after you follow this tutorial you will be allow to move them
before you start of you need these things
1.Your Phone :silly:
2.the adb utility Files(if you have SDK MANAGER INSTALLED you can find these under plat-form tools folder) and if you DONT ( you can download them, link are given BELOW )
3.USB CABLE
4.Your USB DRIVERS SHOULD BE INSTALLED
----(This tweak requires Android 2.2 or later)-----
Steps:
1.Enable USB DEBUGGING first..
(Open the Settings screen, tap Applications, and select Development,USB Debugging)
2.Connect Your Phone
(connect your Android device to your computer. Windows should locate the device and install the appropriate drivers automatically. If it doesn’t, you may have to download and install the appropriate drivers from your Android device’s manufacturer. Do not mount the device after connecting it – just plug it in.) ---- (FOR HTC USERS -- SELECT HTC SYNC )
3.if you have downloaded the files from the below link , extract them and open a command window there ( BY HOLDING SHIFT AND RIGHT CLICK >> OPEN COMMAND WINDOW HERE ) . if you already have the SDK MANAGER and Android SDK Platform-tools package installed , browse to the platform tools folder and open a command window there
4.Run the adb devices command and you should see your connected Android device.
5.Type the following command to set the default install location to your SD card:
adb shell pm setInstallLocation 2
6.If you want to revert this change later and install apps to the internal storage by default, just retype the above command and replace 2 with 0
0-Default
1-Internal
2-External
7.Disconnect the Phone .. Enjoy
ADB UTILITY - http://www.mediafire.com/?hovackomfaxbso3
ENJOY :victory:
Next time please search http://forum.xda-developers.com/showthread.php?t=1924054
shortyoko said:
Next time please search http://forum.xda-developers.com/showthread.php?t=1924054
Click to expand...
Click to collapse
REAL SORRY MAN! Didnt Search MY MISTAKE

[GUIDE][LOGCAT][4.2+] How to force enable adb

This is how I logcat on 4.3:
First off, you're going to need a WORKING android device running 4.2+
Now:
1. Plug the device into your PC
2. Go to Settings>Development and enable adb
3. When the dialogue comes up asking to trust the computer tap yes. If it doesn't appear run "adb devices" on your PC.
4. Get a root file explorer app
5. In the explorer, go to \data\misc\adb and copy adb_keys to your PC. (Copy adb_keys to your Sdcard, mount phone storage, then copy to PC.)
6. Download THIS and extract all files on your PC
7. Open up the extracted directory.
8. Place adb_keys in \data\misc\adb and then run the "Run_to_build_zip.bat" file.
9. Download THIS and flash in recovery on the device you're going to logcat.
10. Copy the zip that was just created on your PC to your sdcard and flash in recovery. (Zip will be named "adb_hack_step2_**.**.**@**_**.zip" )
Reboot, adb should now be enabled and work on the PC you used.

System Image Flasher (Requires Windows PC)

I made a program that allows you to flash system images more easily. It can also unlock your bootloader if it isn't already (doesn't work on all devices). It will walk you through all of the steps, all you have to do is plug your device into your computer and enable adb debugging. All you have to do is download the system image files and do what it tells you. Download from Google Drive

Categories

Resources