Difference between revisions of "Android"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with "<hide> page type::article thing type::operating system </hide> ==About== {{seed}} ==How To== Moving applications to the internal SD card: * [http://www.howtogeek.com/1...")
 
(official issue tracker)
Line 17: Line 17:
 
===Official===
 
===Official===
 
* [http://developer.android.com/sdk/index.html Android SDK]
 
* [http://developer.android.com/sdk/index.html Android SDK]
 +
* [https://code.google.com/p/android/issues/list Issue Tracker]

Revision as of 14:59, 25 March 2015

About

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

How To

Moving applications to the internal SD card:

  • How to Install Android Apps to the SD Card by Default & Move Almost Any App to the SD Card: these instructions were mostly correct
    • Under Android 4.0.4, the debugging options are under Settings -> Developer Options, not Settings -> Applications
    • The correct adb command (at least under Ubuntu) is "set-install-location", not "SetInstallLocation".
    • Location 2 is the correct location for internal SDRAM. There's no indication of what location 1 is.
    • There were still a lot of applications (especially, but not exclusively, Google apps) which could neither be moved nor uninstalled.

As for why Android abandoned the USB Mass Storage protocol for data transfer -- this article says that under USBMS, "When you connected the storage to the computer, it was disconnected from the Android operating system running on the device." but does not explain why this is necessary (given that no other data transfer protocol in existence requires a permanent lock on the storage device at either end).

Links

Official