Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2009-08-20 02:50:23
Size: 614
Editor: SamatJain
Comment:
Revision 8 as of 2010-12-06 21:27:28
Size: 941
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Android applications I use: ## page was renamed from Android
Line 3: 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 34: Line 5:
== Applications I use ==
Line 35: Line 7:
 * UrbanKite
 * nru
A more up-to-date [[http://www.appbrain.com/user/tamasrepus/|list of Android applications on my phone]] is over on my [[http://www.appbrain.com/|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 (aka HTC Dream) and T-Mobile MyTouch 3G (aka HTC Sapphire/Magic). However, if you've rooted your phone, you can remove the 3D version of the app and replace it with the 2D one, which is significantly faster.

{{{#!highlight sh
adb shell rm /system/app/Gallery3D.apk
adb push Gallery.apk /system/app/
}}}

Download the 2D version of Gallery: [[attachment:Gallery.apk]]

Applications I use

A more up-to-date list of Android applications on my phone is over on my AppBrain.com profile.

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 (aka HTC Dream) and T-Mobile MyTouch 3G (aka HTC Sapphire/Magic). However, if you've rooted your phone, you can remove the 3D version of the app and replace it with the 2D one, which is significantly faster.

   1 adb shell rm /system/app/Gallery3D.apk
   2 adb push Gallery.apk /system/app/

Download the 2D version of Gallery: Gallery.apk

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