What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

MIUI 3D Gallery

  • Thread starter Thread starter treym
  • Start date Start date
How can I do this using terminal emulator? what command do I type in after I put the file on the root of my sd card.

Code:
busybox mount -o remount,rw /system
chmod 644 /system/app/Gallery3D.apk
busybox mount -o remount,ro /system

I used the above method of install and have lockscreen gallery function.

Those instructions do not install the gallery. They only change the permissions of the executable.

Here's a corrected version assuming the MIUI 3D Gallery is on your sdcard:

Code:
su
mount -o remount,rw /system
mv /system/app/Gallery3D.apk /sdcard/Gallery3D.bak
mv /sdcard/Gallery3D.apk /system/app/Gallery3D.apk
chmod 644 /system/app/Gallery3D.apk
mount -o remount,ro /system
reboot
Melissa
 
lol no wonder they had gallery lockscreen. It was still stock. Talk about placebo!
 
Actually I applied this code in terminal(the original suggestion):

busybox mount -o remount,rw /system
chmod 644 /system/app/Gallery3D.apk
busybox mount -o remount,ro /system

I still had my regular gallery but I can't switch lockscreen wallpaper. Is there anyway to get it back?
 
Actually I applied this code in terminal(the original suggestion):

busybox mount -o remount,rw /system
chmod 644 /system/app/Gallery3D.apk
busybox mount -o remount,ro /system

I still had my regular gallery but I can't switch lockscreen wallpaper. Is there anyway to get it back?

I am not sure, I have the new gallery without able to use for the lockscreen. If you kept the original gallery by changing name to .bak, I would think if you remove the new gallery and change back to the old gallery and reboot you should be ok. Haven't tried it though, I was just going to wait on this new release and see if gallery will work .
 
i feel like this easily could have never seen the light of day. the speed, compared to any other gallery.apk i've used, is unbelievable. amazing find.
 
I was just wondering if this passed under the radar?

MIUI 3D Gallery

UPDATE: I installed this and saw a VERY big speed improvement with image loading times. VERY NICE! Below I am providing a link to the file for those who do not have miui.com accounts. So far as I can tell, there is no need to translate. BTW folks don't be fooled like I was in thinking that they skinned Galler3D. LOL @ me... they didn't. The pic below is just a screencap of a blue image the has been opened up in gallery.

Gallery3D.apk <---(you need to push this to /system/app to overwrite the old Gallery3D.apk)

101114111519476e231f7e641b.png



Sent from my DROIDX using DroidForums App
 
It still doesn't allow you to change the lockscreen to anything in gallery 12.3, I just tried it. Looks like if you want to change your lockscreen wallpaper you will have to copy your old gallery3d.apk back over, change your wallpaper, and copy the new gallery3d.apk back again. Unless someone knows a fix?
I used
Code:
su
mount -o remount,rw /system
mv /system/app/Gallery3D.apk /sdcard/Gallery3D.bak
mv /sdcard/Gallery3D.apk /system/app/Gallery3D.apk
chmod 644 /system/app/Gallery3D.apk
mount -o remount,ro /system
reboot
 
Good find. I'm on 12.3 and was able to change the lockscreen wallpaper from something in the gallery (also - didn't notice any speed problems when opening the gallery)
 
Back
Top