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
(official issue tracker)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
==About==
 
==About==
 
{{seed}}
 
{{seed}}
 +
==Pages==
 +
* [[/alternatives]]
 
==How To==
 
==How To==
 +
===Move apps===
 
Moving applications to the internal SD card:
 
Moving applications to the internal SD card:
 
* [http://www.howtogeek.com/114667/how-to-install-android-apps-to-the-sd-card-by-default-move-almost-any-app-to-the-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
 
* [http://www.howtogeek.com/114667/how-to-install-android-apps-to-the-sd-card-by-default-move-almost-any-app-to-the-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
Line 14: Line 17:
  
 
As for why Android abandoned the [[USB Mass Storage]] protocol for data transfer -- [http://www.howtogeek.com/192732/android-usb-connections-explained-mtp-ptp-and-usb-mass-storage/ 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).
 
As for why Android abandoned the [[USB Mass Storage]] protocol for data transfer -- [http://www.howtogeek.com/192732/android-usb-connections-explained-mtp-ptp-and-usb-mass-storage/ 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).
 +
===Run Android on a PC===
 +
* '''2017-04-26''' [http://www.ubuntuvibes.com/2017/04/how-to-install-and-run-full-android-os.html How to Install and Run Full Android OS Natively on Linux PC] ([https://mastodon.technology/users/schestowitz/updates/25659 via])
 
==Links==
 
==Links==
 
===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]
 
* [https://code.google.com/p/android/issues/list Issue Tracker]

Latest revision as of 11:20, 26 July 2017

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!

Pages

How To

Move apps

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).

Run Android on a PC

Links

Official