Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Android Devices > enTourage eDGe

Notices

Reply
 
Thread Tools Search this Thread
Old 11-16-2011, 09:49 AM   #1
cajunseo
Zealot
cajunseo began at the beginning.
 
Posts: 105
Karma: 10
Join Date: Sep 2011
Device: pocket edge
Arrow Live Wallpapers

Are there any live wallpapers that will work on the Pocket Edge? If so, list your favorite working ones here..........
cajunseo is offline   Reply With Quote
Old 11-17-2011, 08:18 PM   #2
tarvoke
Dog Dentist
tarvoke began at the beginning.
 
tarvoke's Avatar
 
Posts: 108
Karma: 18
Join Date: Sep 2011
Device: PE, GT540, VM670, GOGHVMU, Qualcomm 1600
you need the LiveWallpapersPicker.apk (and possibly livewallpapers.apk too) for it to show up in
home->menu->wallpaper->livewallpapers

I tried installing ones from xda supposedly for nexus one, but it wouldn't even install.

then tried copying and installing the ones from my Optimus V - installed successfully, and gets me to the menu of available live wallpapers (google maps, plus 4 additional live wallpapers I installed (2 from market, 2 from downloading)) - but no matter which of the 5 I select, it crashes / force close.

read that it may have to be installed as system app not user, so I'll try that next, but really not holding out much hope for it...
tarvoke is offline   Reply With Quote
Advert
Old 11-17-2011, 09:11 PM   #3
tarvoke
Dog Dentist
tarvoke began at the beginning.
 
tarvoke's Avatar
 
Posts: 108
Karma: 18
Join Date: Sep 2011
Device: PE, GT540, VM670, GOGHVMU, Qualcomm 1600
to my surprise, it works - only need the picker app (attached - sorry, you'll have to unzip the file, forum wouldn't allow me uploading the apk without zipping it) plus install some actual live wallpapers (see below)

- unzip this apk onto your sdcard or extsdcard
- get a root shell (adb or terminal)
- make system writeable
- copy the apk to system app directory
- make sure permissions are rw-r-r (or at least rwx-r-r) - may not be necessary but I think it is
- remount system read only
- quit

Code:
su -
busybox mount -o remount,rw /system
busybox cp /mnt/sdcard/LiveWallpapersPicker.apk /system/app
busybox chmod go-wx /system/app/LiveWallpapersPicker.apk
busybox mount -o remount,ro /system
exit
exit

works (a little slow but not bad) with "nightfall live free" and "sun rise free" from the market. tried using it with google maps - works ok in preview but crashes when try to set permanent.
Attached Files
File Type: zip LiveWallpapersPicker.zip (24.2 KB, 419 views)

Last edited by tarvoke; 11-17-2011 at 09:13 PM. Reason: oops had wrong apk name in code block lol
tarvoke is offline   Reply With Quote
Old 11-18-2011, 12:15 AM   #4
mint121
Member
mint121 began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Nov 2011
Device: Pocket Edge
Do we have to use adb or terminal?
I use Rootexplorer, copy the apk to system/app,change permission and install Thor live wallpaper.
Check menu-wallpaper but no livewallpaper menu to choose.
Tried to install LiveWallpapersPicker.apk in my system/app, but it said "Parse Error".
And yes, i already unzip it.
Can you help me?
Thx
mint121 is offline   Reply With Quote
Old 11-18-2011, 12:52 AM   #5
tarvoke
Dog Dentist
tarvoke began at the beginning.
 
tarvoke's Avatar
 
Posts: 108
Karma: 18
Join Date: Sep 2011
Device: PE, GT540, VM670, GOGHVMU, Qualcomm 1600
using root explorer to copy and change permissions should be the same (for some reason, on my PE, neither root explorer nor ES file explorer could ever successfully write to /system or even remount it, etc. - which is only reason I use terminal app or adb shell for stuff like that)

installing the apk normally puts it in /data/app, which was what I tried at first and didn't work. but if it said parse error then sounds like it's corrupt somehow.

I have allmine applied, that could make a difference? if live wallpaper app needs device/framework to believe it's a phone.

or, just realized: in my build.prop I have fingerprint set as optimus V (and the picker app is copied from my optimus V) - that could possibly make a difference? so in case of vanilla allmine install, try the picker apk from nexus one (xda forums has it)
(can apk be valid/not per-device? when I originally tried the nexus one picker apk, it told me parse error)

sorry so many unknown variables... I'm still surprised it works at all for me.
tarvoke is offline   Reply With Quote
Advert
Old 11-18-2011, 12:55 AM   #6
tarvoke
Dog Dentist
tarvoke began at the beginning.
 
tarvoke's Avatar
 
Posts: 108
Karma: 18
Join Date: Sep 2011
Device: PE, GT540, VM670, GOGHVMU, Qualcomm 1600
yeah, according to google, one of the reasons for "parse error" is the apk has a higher api level than the device - which might make sense given, again, the apk is from my optimus V, and my build.prop settings are a hybrid of ones from the OV and the original, rather than the settings from a default allmine install.
(probably also explains why I got parse error trying to install the nexus one picker I found on xda)

Last edited by tarvoke; 11-18-2011 at 01:18 AM. Reason: new info
tarvoke is offline   Reply With Quote
Old 11-18-2011, 02:44 AM   #7
mint121
Member
mint121 began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Nov 2011
Device: Pocket Edge
I downloaded LiveWallpapersPicker.apk from another source,succesfully installed it. And new menu,that is live wallpaper,show up in my wallpaper menu.
Choose my live wallpaper,and...crash...

Well..since you managed to run it, probably i missing some libraries somewhere.
btw, i run ermine beta.
mint121 is offline   Reply With Quote
Old 11-18-2011, 02:54 AM   #8
tarvoke
Dog Dentist
tarvoke began at the beginning.
 
tarvoke's Avatar
 
Posts: 108
Karma: 18
Join Date: Sep 2011
Device: PE, GT540, VM670, GOGHVMU, Qualcomm 1600
do you mean installed it by normal click-install? because when I did that, I got the same crash/force close, every time.

installing as root to /system/app and making sure of permissions, is what made it work for me. if you already tried that with the new apk you found, sorry don't know what else to say...
tarvoke is offline   Reply With Quote
Old 11-18-2011, 03:11 AM   #9
mint121
Member
mint121 began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Nov 2011
Device: Pocket Edge
Nope, i succesfully installed but when i choose my livewallpaper,that is thor livewallpaper,it crashed.
Maybe i should update to allmine,but i bricked my PE once and love it too much so i won't take a risk ^^.
mint121 is offline   Reply With Quote
Old 11-18-2011, 03:21 AM   #10
tarvoke
Dog Dentist
tarvoke began at the beginning.
 
tarvoke's Avatar
 
Posts: 108
Karma: 18
Join Date: Sep 2011
Device: PE, GT540, VM670, GOGHVMU, Qualcomm 1600
but when you say successful, do you mean copied into /system/app as root, or do you mean that the normal click to install worked (which puts it in /data/app) - because, again, for me only root copy worked, not click install. sorry if I'm misunderstanding.
tarvoke is offline   Reply With Quote
Old 11-18-2011, 03:50 AM   #11
mint121
Member
mint121 began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Nov 2011
Device: Pocket Edge
Ah..root copy.
I copy the apk to system/app as root, change permission and then click install it. It succesfully installed,and when i click menu button and choose wallpaper,there is new choice,that is "live wallpapers". When i choose it,it showed list of livewalllpaper installed in my PE. But when I picked one,it crashed.

In short,root copy-install-success, but menu-live wallpaper-list of wallpaper-crash.
mint121 is offline   Reply With Quote
Old 11-18-2011, 06:06 AM   #12
tarvoke
Dog Dentist
tarvoke began at the beginning.
 
tarvoke's Avatar
 
Posts: 108
Karma: 18
Join Date: Sep 2011
Device: PE, GT540, VM670, GOGHVMU, Qualcomm 1600
no... you should not click to install it at all... copying to /system/app is enough. once it's there don't try to install it. the live wallpapers option should show up after that.

but now... you should probably try to uninstall it if you can (which should remove it from /data/app, but really not sure what will happen though if it's in both app folders... you may need to use root explorer to delete it from one or both places if uninstall doesn't work)
tarvoke is offline   Reply With Quote
Old 11-18-2011, 06:51 AM   #13
mint121
Member
mint121 began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Nov 2011
Device: Pocket Edge
You're right...it's worked!!!!
Sorry..it's my own fault..i thought i need to install it after copy.

I uninstall it using titanium backup,restart,re-copy LiveWallpapersPicker.apk, set permission,restart...and......it works!!^^
( a bit slow ,though...but that's to be expected)

btw, here's the link for LiveWallpapersPicker.apk, in case someone need it:
http://www.4shared.com/file/vqM5YsOI...r_21__App.html
(no need to bother with lib.7z inside the folder, we don't need it)

Last edited by mint121; 11-18-2011 at 07:03 AM.
mint121 is offline   Reply With Quote
Old 12-17-2011, 09:03 PM   #14
helf
Zealot
helf ought to be getting tired of karma fortunes by now.helf ought to be getting tired of karma fortunes by now.helf ought to be getting tired of karma fortunes by now.helf ought to be getting tired of karma fortunes by now.helf ought to be getting tired of karma fortunes by now.helf ought to be getting tired of karma fortunes by now.helf ought to be getting tired of karma fortunes by now.helf ought to be getting tired of karma fortunes by now.helf ought to be getting tired of karma fortunes by now.helf ought to be getting tired of karma fortunes by now.helf ought to be getting tired of karma fortunes by now.
 
Posts: 124
Karma: 500250
Join Date: Jun 2011
Device: Entourage Pocket eDGe, Entourage eDGe, Samsung Galaxy Note II
Wooo. Thanks guys. This works perfectly

I installed the 'Pixel Zombies' live wallpaper and its running splendidly
helf is offline   Reply With Quote
Old 12-19-2011, 10:42 AM   #15
Jeff Butler
Member
Jeff Butler began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Sep 2011
Device: Entourage Pocket Edge
Followed instructions above. Live Wallpapers does not show up under "Wallpapers". Just to see what would happen, I clicked and installed it. Now it does show up under "Wallpapers" but as mentioned above it FC's. If I copy it to the /system/app folder, set permissions, etc... without installing, it doesn't show up under "Wallpapers". Any clues??

Thanks,
Jeff

Running Golden Allmine (with Market).
Jeff Butler is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wallpapers? How large, where do they go, etc. netrobot enTourage Archive 6 05-20-2011 01:41 PM
Custom Wallpapers aidren enTourage Archive 14 03-06-2011 04:05 PM
Classic Try these screensavers/wallpapers sarahsbloke Barnes & Noble NOOK 6 08-05-2010 09:40 AM
Custom Wallpapers D4N14L enTourage Archive 18 07-25-2010 09:56 PM


All times are GMT -4. The time now is 03:18 AM.


MobileRead.com is a privately owned, operated and funded community.