Differences between revisions 7 and 9 (spanning 2 versions)
Revision 7 as of 2010-12-06 21:22:03
Size: 796
Editor: SamatJain
Comment:
Revision 9 as of 2010-12-06 21:30:52
Size: 930
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
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. A more up-to-date [[http://www.appbrain.com/user/tamasrepus/|list of Android applications on my phone]] is over on [[http://www.appbrain.com/|AppBrain.com]].
Line 13: Line 13:
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. Unfortunately, it's painfully slow on devices like the T-Mobile G1 (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.
Line 19: Line 19:

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 AppBrain.com.

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 G1 (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)