Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2012-03-28 00:53:16
Size: 386
Editor: SamatJain
Comment:
Revision 7 as of 2013-02-24 10:22:04
Size: 764
Editor: SamatJain
Comment: Linux filesystem on SD card
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Linux filesystem on SD card ==

[[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
}}}
Line 3: Line 11:
 * Native, hardware Theora decoding. Current devices can do H.264 baseline profile decoding.  * Native, hardware Theora/VP8 decoding. Current devices can do H.264 baseline profile decoding.
Line 13: Line 21:
 * Backup database for My Coffee Card

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

Features I want in my next Android device

  • Native, hardware Theora/VP8 decoding. Current devices can do H.264 baseline profile decoding.

Backup

  • Export tracks from OSMTracker, Google My Tracks
  • Export data from Mileage
  • Export settings from K9 Mail
  • Export data for Key Ring
  • Backup passwords from Secrets
  • Backup private/public key from ConnectBot

  • Backup database for My Coffee Card

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