Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2011-02-21 02:29:49
Size: 142
Editor: SamatJain
Comment:
Revision 8 as of 2014-07-18 09:05:13
Size: 333
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Features I want in my next Android device == == Linux filesystem on SD card ==
Line 3: Line 3:
Native, hardware Theora decoding. Current devices can do H.264 baseline profile decoding. [[http://forum.powerampapp.com/index.php?/topic/4365-support-for-ext4-formatted-external-sd-cards/|Support for ext4 formatted external sd cards]] describes writing an init.d script that:

{{{#!highlight sh numbers=off
mount -o rw,UID=1000 -t ext4 /dev/block/mmcblk1p1 /storage/extSdCard
}}}

Linux filesystem on SD card

Support for ext4 formatted external sd cards describes writing an init.d script that:

mount -o rw,UID=1000 -t ext4 /dev/block/mmcblk1p1 /storage/extSdCard

SamatsWiki: Android (last edited 2017-10-27 07:31:21 by SamatJain)