Fatasaurus
Well-known member
- Nov 8, 2009
- 280
- 4
- 0
Any pics of the new gallery?
im working on getting a screen capture app but it basically looks like a yellow version of windows gallery or the zune desktop with very fluid transitions
Any pics of the new gallery?
Any pics of the new gallery?
You have the full 2.1? Rooted?video playback is real choppy. Even when I used the old gallery to play it. had to uninstall. Video back normal. Anyone else getting this?
do both galleries show u for anyone else besides me?
Installed, looks good to me. But I never had a problem with the old one.
You have the full 2.1? Rooted?
I dont video is fine for me
here you go... this will delete your old one if you have a rooted phone.
To remove the old gallery, (busybox required):
Code:
adb shell
$ su
# mount -o remount,rw /dev/block/mtdblock4 /system
# /path/to/busybox mv /system/app/Gallery.apk /system/app/Gallery.bak
# sync
# exit
$ exit