Differences between revisions 3 and 4
Revision 3 as of 2009-08-21 08:07:27
Size: 1019
Editor: SamatJain
Comment:
Revision 4 as of 2009-10-02 00:10:50
Size: 1100
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 52: Line 52:
This appears to be done automatically if you use apps2sd with Cyanogen's ROM.

Android applications I use:

  • AK Notepad
  • aTrackDog
  • Backup for root users
  • Barcode Scanner
  • Beelicious
  • Brain Genius Deluxe
  • ConnectBot

  • CrowdPleazer

  • Finance
  • Google Maps
  • Google Voice
  • K-9 Mail
  • NewsRob

  • NYC Subway Map
  • Opera Mini
  • OI Notepad
  • Phonalyzer
  • Proxoid
  • Key Ring Reward Cards
  • Rings Extended
  • Secrets for Android
  • TuneWiki

  • T-Mobile My Account
  • T-Mobile HotSpot Connect

  • Twidroid
  • Toggle Settings
  • Weatherbug
  • Weather Widgets
  • Wikitude World Browser
  • Wireless Tether for Root Users
  • UrbanKite

  • nru

Move Dalvik Cache to another partition

   1 cd /cache
   2 mkdir dalvik-cache
   3 chown 1000 dalvik-cache
   4 chgrp 1000 dalvik-cache
   5 chmod 771 dalvik-cache
   6 cd /data
   7 mv dalvik-cache dalvik-cache-orig
   8 ln -s /cache/dalvik-cache dalvik-cache

This appears to be done automatically if you use apps2sd with Cyanogen's ROM.

Source: Quick Hack: Save Tons of Space

SamatsWiki: DotFiles/Android (last edited 2023-04-19 19:32:06 by SamatJain)