Sunday, May 11, 2014

Android x86 install apk via USB flash drive

Assuming the apk is in the root directory of USB flash drive and named test.apk

Connect USB flash drive. Press left Alt and F1 to go to console, then run ls /mnt/media_rw to list all probable locations of USB disk, you need to test it yourself to find out what location is for your USB disk, mine is usb0, and run ls /mnt/media_rw/usb0 to make sure if the content is your USB disk.


Use adb install command to install apk.


If the install progress won't continue for a period of time, go to GUI by pressing left Alt and F7, you'll see a dialog, press Accept to continue.


Press left Alt and F1 to go to console, you see Success(bottom left corner in the following image) indicates apk is installed successfully.

No comments:

Post a Comment