Page 1 of 3 123 LastLast
Results 1 to 15 of 44
  1. #1
    offline So I Hear You Can Mod
    Join Date
    May 2010
    Location
    USA
    Posts
    104
    Thanks
    25
    Thanked 28 Times in 16 Posts
    Downloads
    9
    Uploads
    0

    Get Live Wallpapers On your 2.1 ROM

    UPDATE: opencliq has made a patch to add live wallpapers.

    I found this guide that helped me get live wallpapers working, and thought I'd share it. Motorola Milestone Australia

    DO NOT FOLLOW THE GUIDE FROM THE LINK I POSTED it involves unnecessary steps. Instead download LiveWallpapers.rar, Extract the folder “livewallpaper” and place it on the root of your SD card, and use the following commands:

    Code:
    ADB shell
    $ su
    # mount -o remount,rw -t yaffs2 /dev/block/mtdblock6 /system
    # cp /sdcard/livewallpaper/LiveWallpapers.apk /system/app/LiveWallpapers.apk
    # cp /sdcard/livewallpaper/LiveWallpapersPicker.apk /system/app/LiveWallpapersPicker.apk
    # cp -f /sdcard/livewallpaper/framework.jar /system/framework/framework.jar
    # cp -f /sdcard/livewallpaper/lib/libRS.so /system/lib/libRS.so
    # cp -f /sdcard/livewallpaper/lib/librs_jni.so /system/lib/librs_jni.so
    # reboot

    Most of the default wallpapers wont load, but all of the others I've installed have worked well without slowing down the phone.





    Last edited by one5; 08-06-2010 at 11:32 AM. Reason: Added Screen shots

  2. The Following User Says Thank You to one5 For This Useful Post:

    esposito (07-26-2010)

  3. #2
    offline Of Mice and Modders
    Join Date
    Jul 2010
    Posts
    52
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Downloads
    5
    Uploads
    0
    didnt work for me

  4. #3
    offline So I Hear You Can Mod
    Join Date
    May 2010
    Location
    USA
    Posts
    104
    Thanks
    25
    Thanked 28 Times in 16 Posts
    Downloads
    9
    Uploads
    0
    Are you sure your phone is rooted, and did you get any errors during install?

  5. #4
    offline Of Mice and Modders
    Join Date
    Jul 2010
    Posts
    52
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Downloads
    5
    Uploads
    0
    Quote Originally Posted by one5 View Post
    Are you sure your phone is rooted, and did you get any errors during install?
    explain how u did it and ill try again

  6. #5
    offline So I Hear You Can Mod
    Join Date
    May 2010
    Location
    USA
    Posts
    104
    Thanks
    25
    Thanked 28 Times in 16 Posts
    Downloads
    9
    Uploads
    0
    I forgot to mention that I skipped the steps that involve build.prop.
    Copy the files to your sd card

    then do this

    Code:
    ADB shell
    $ su
    # mount -o remount,rw -t yaffs2 /dev/block/mtdblock6 /system
    # cp /sdcard/livewallpaper/LiveWallpapers.apk /system/app/LiveWallpapers.apk
    # cp /sdcard/livewallpaper/LiveWallpapersPicker.apk /system/app/LiveWallpapersPicker.apk
    # cp -f /sdcard/livewallpaper/framework.jar /system/framework/framework.jar
    # cp -f /sdcard/livewallpaper/lib/libRS.so /system/lib/libRS.so
    # cp -f /sdcard/livewallpaper/lib/librs_jni.so /system/lib/librs_jni.so
    # reboot

  7. #6
    offline Of Mice and Modders
    Join Date
    Jul 2010
    Posts
    52
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Downloads
    5
    Uploads
    0
    Quote Originally Posted by one5 View Post
    I forgot to mention that I skipped the steps that involve build.prop.
    Copy the files to your sd card

    then do this

    Code:
    ADB shell
    $ su
    # mount -o remount,rw -t yaffs2 /dev/block/mtdblock6 /system
    # cp /sdcard/livewallpaper/LiveWallpapers.apk /system/app/LiveWallpapers.apk
    # cp /sdcard/livewallpaper/LiveWallpapersPicker.apk /system/app/LiveWallpapersPicker.apk
    # cp -f /sdcard/livewallpaper/framework.jar /system/framework/framework.jar
    # cp -f /sdcard/livewallpaper/lib/libRS.so /system/lib/libRS.so
    # cp -f /sdcard/livewallpaper/lib/librs_jni.so /system/lib/librs_jni.so
    # reboot
    copy paste that into cmd?
    Last edited by cliqcliqpow; 07-25-2010 at 07:10 PM. Reason: Automerged Doublepost

  8. #7
    offline So I Hear You Can Mod
    Join Date
    May 2010
    Location
    USA
    Posts
    104
    Thanks
    25
    Thanked 28 Times in 16 Posts
    Downloads
    9
    Uploads
    0
    One line at a time. w/o symbols.

    it would go like this

    adb shell

    su

    mount -o remount,rw -t yaffs2 /dev/block/mtdblock6 /system

    So on and so forth

  9. #8
    offline Of Mice and Modders
    Join Date
    Jul 2010
    Posts
    52
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Downloads
    5
    Uploads
    0
    ok gimme a few mins

  10. #9
    offline So I Hear You Can Mod
    Join Date
    May 2010
    Location
    USA
    Posts
    104
    Thanks
    25
    Thanked 28 Times in 16 Posts
    Downloads
    9
    Uploads
    0
    Also make sure you unrar the file before you put it on your sd card.

  11. #10
    offline Of Mice and Modders
    Join Date
    Jul 2010
    Posts
    52
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Downloads
    5
    Uploads
    0
    yea i keep gettin no directory found

  12. #11
    offline So I Hear You Can Mod
    Join Date
    May 2010
    Location
    USA
    Posts
    104
    Thanks
    25
    Thanked 28 Times in 16 Posts
    Downloads
    9
    Uploads
    0
    Quote Originally Posted by cliqcliqpow View Post
    yea i keep gettin no directory found
    did you use winrar or 7zip to unrar the file first?

  13. #12
    offline Of Mice and Modders
    Join Date
    Jul 2010
    Posts
    52
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Downloads
    5
    Uploads
    0
    Quote Originally Posted by one5 View Post
    did you use winrar or 7zip to unrar the file first?
    7zip
    then i put the file on the sdcard and tried it
    no luck
    try winrar?

  14. #13
    offline So I Hear You Can Mod
    Join Date
    May 2010
    Location
    USA
    Posts
    104
    Thanks
    25
    Thanked 28 Times in 16 Posts
    Downloads
    9
    Uploads
    0
    7zip is fine, just make sure you chose "extract here" not "extract to".
    You should have one file called livewallpaper, with no sub directorys

  15. #14
    offline Of Mice and Modders
    Join Date
    Jul 2010
    Posts
    52
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Downloads
    5
    Uploads
    0
    Quote Originally Posted by one5 View Post
    7zip is fine, just make sure you chose "extract here" not "extract to".
    You should have one file called livewallpaper, with no sub directorys
    yea and i still get the same error

  16. #15
    offline So I Hear You Can Mod
    Join Date
    May 2010
    Location
    USA
    Posts
    104
    Thanks
    25
    Thanked 28 Times in 16 Posts
    Downloads
    9
    Uploads
    0
    That's weird, what step/command is it on, and that is the exact error?

Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •