joenilan
Senior Member
- Feb 4, 2011
- 208
- 60

Hello everybody, first time actually posting here but i figured i'd share on here
what i found out through trial and error... Since there is not much posting going
on here, hopefully it helps those who can't figure this out.
NOTE: there are some graphical glitches if you have widgets on your screen,
the picture may get stuck in the notification bar after rebooting, basically just open any app
and the notification bar will reset.
First, install ADWLauncher or any custom launcher you prefer.
then install AppWidgetPicker from this thread
[App] AppWidgetPicker - xda-developers
Rename it to AppWidgetPicker.apk
then open up adb/terminal and:
Code:
adb remount
adb push AppWidgetPicker.apk /system/app/
then you need to correct the permissions (VERY IMPORTANT)
Code:
adb shell chmod 644 /system/app/AppWidgetPicker.apk
now you should have a working custom launcher with widgets...
Now it leaves us with one problem, the Notification bar overlays a blue taskbar
and back button over the clock and rest of the notification bar.
Now there are 2 ways i've found to fix this. i've heard about freezing the
EmotionUI Launcher but i have no idea what that means, so i've come up
with this.
(optional) MAKE SURE YOU HAVE A LAUNCHER INSTALLED BEFORE PROCEEDING!
Head back into adb:
Code:
adb remount
adb shell
when in shell ($)
Code:
su
cd /system/app/
ls
now your looking for Launcher.apk & Launcher.odex
either (backup both Launcher.apk & Launcher.odex!)
Code:
mv /system/app/Launcher.apk /sdcard/Launcher.apk
mv /system/app/Launcher.odex /sdcard/Launcher.odex
or just completely remove it!
rm /system/app/Launcher.*
Finish with:
Code:
adb uninstall com.android.launcher
if your wondering, yes the Emotion widgets DO WORK you may have a problem
where the row or column size don't show when placing it, but u can just fill it in,
then resize to your liking.
this can also be done in root explorer.
Last edited by a moderator: