• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [HOW-TO] Live Wallpapers on Huawei Fusion 2

Radiance

Well-Known Member
Ha, so I saw that someone had gotten this already, and then decided to look around on how to do it.

If you're not rooted, this won't work! And just as another cautionary warning, some Live Wallpapers MIGHT lag on you, especially the most complex ones.

So you need these three files. You can easily get them from another Gingerbread based phone with Live Wallpapers enabled, or a package from most other guides detailing this same thing will work:

librs_jni.so
libRS.so
LiveWallpapersPicker.apk

I attached a zip of the ones I used.

You want to save these to the root of the internal sdcard.

I use ADB because it's much easier to work with the phone, especially since it's so small. But you can also do this on something like Terminal Emulator.

Step 1 - After you save those files to the sdcard, you want to enter the ADB shell with SuperSU privileges. You're going to get a message on your phone after you type this, so remember to grant it! Type in your terminal:

[HIGH]adb shell su[/HIGH]

It should change from yourusername$ to a single #.

Step 2 - Mount the /system folder as writable:

[HIGH]mount -o remount rw /system[/HIGH]

Step 3 - And then push the files to the correct folders:

[HIGH]cat /sdcard/LiveWallpapersPicker.apk > /system/app/LiveWallpapersPicker.apk
cat /sdcard/libRS.so > /system/lib/libRS.so
cat /sdcard/librs_jni.so > /system/lib/librs_jni.so[/HIGH]

Step 4 - Reboot!

[HIGH]reboot[/HIGH]

You will have to push the APKs manually or get them from another store since you can't get them on Google Play. But it should work. I'm using Plasticine jungle myself.
 

Attachments

Lol ik how to do that but it won't matter for long I have a loose release date for cm7.2 for either the end of this month or begining of next
 

Attachments

  • uploadfromtaptalk1363810412988.jpg
    uploadfromtaptalk1363810412988.jpg
    34.4 KB · Views: 89
Was just now thinking about getting one of those live wallpapers. Glad this was posted. and yeah - cyanogenmod - I WANT IT.
 
Glad to hear I have a lot of support from the community

AT&T have such ugly GoPhone options, I think you will find more and more people are going to pick this one up this summer because it is the most simplest cheap smartphone they have that doesn't have a stupid pop out keyboard. I don't get why we can't have prettier pre-paid phones like the rest. My grandma has an amazing 4" MetroPCS Gingerbread with nice mid-range specs, and I had an awesome looking yellow and silver Samsung T-Mobile feature phone a few years ago.
 
Back
Top Bottom