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!

BB V0.9 issues

alm0614

Active Member
I have two issues, running V0.9

1) whenever i try to set at a live wallpaper, it forcecloses
2) when i type
$su
#enablescripts
in terminal emulator it says
# enablescripts: permission denied

anyone have any ideas?
 
For #2 open Terminal Emulator Type
SU
chmod 755 /system/xbin/enablescripts
enablescripts

You may need to mount the sytem to RW, I can't remember.
 
do a nandroid or its another app or something u did. I'm on 9 and I have no problems with lwp I use the nexus one nueral one
 
I have two issues, running V0.9

1) whenever i try to set at a live wallpaper, it forcecloses
2) when i type
$su
#enablescripts
in terminal emulator it says
# enablescripts: permission denied

anyone have any ideas?

Type this:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
chmod 755 /system/xbin/enablescripts
enablescripts
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system



FZor your live wallpaper, you're on your own, works for me. Maybe try wiping...multiple times, then reinstalling.
 
Last edited:
Have to have live wallpapers turned off, just a standard wallpaper. Then push the live wallpaper file.
 
Back
Top