Size: 1100
Comment:
|
Size: 796
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
Android applications I use: | |
Line 4: | Line 3: |
* 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 |
<<TableOfContents>> |
Line 35: | Line 5: |
== Applications I use == | |
Line 36: | Line 7: |
* UrbanKite * nru |
A more up-to-date list of [Android applications on my phone](http://www.appbrain.com/user/tamasrepus/) is over on my AppBrain.com profile. |
Line 39: | Line 9: |
=== Move Dalvik Cache to another partition === | == Replacing Gallery3D with Gallery (2D version) == Android 2.0 and above (and their respective Cyanogen ports) replace the Android's original 2D Gallery application with a fancy one (known as Gallery 3D) with whiz-bang 3D graphics. Unfortunately, it's painfully slow on devices like the T-Mobile G2 (HTC Dream) and T-Mobile MyTouch 3G (HTC Sapphire/Magic). However, with a rooted ROM, you can remove the 3D version of the app and replace it with the 2D one. |
Line 42: | Line 16: |
cd /cache mkdir dalvik-cache chown 1000 dalvik-cache chgrp 1000 dalvik-cache chmod 771 dalvik-cache cd /data mv dalvik-cache dalvik-cache-orig ln -s /cache/dalvik-cache dalvik-cache |
adb shell rm /system/app/Gallery3D.apk adb push Gallery.apk /system/app/ |
Line 51: | Line 19: |
This appears to be done automatically if you use apps2sd with Cyanogen's ROM. Source: [[http://andblogs.net/2009/05/quick-hack-save-tons-of-space/|Quick Hack: Save Tons of Space]] |
Applications I use
A more up-to-date list of [Android applications on my phone](http://www.appbrain.com/user/tamasrepus/) is over on my AppBrain.com profile.
Replacing Gallery3D with Gallery (2D version)
Android 2.0 and above (and their respective Cyanogen ports) replace the Android's original 2D Gallery application with a fancy one (known as Gallery 3D) with whiz-bang 3D graphics.
Unfortunately, it's painfully slow on devices like the T-Mobile G2 (HTC Dream) and T-Mobile MyTouch 3G (HTC Sapphire/Magic). However, with a rooted ROM, you can remove the 3D version of the app and replace it with the 2D one.