Does anyone how to uninstall
ADW Launcher from the phone and install Go locker, THANLS!
Sent from my Legend using xda premium
ADW Launcher from the phone and install Go locker, THANLS!
Sent from my Legend using xda premium
hi,For who have problems with gps fix can try to fash this file on cwm but use a older version like 2.x.x
Use the file on this thread or if anyone is s-off just edit the gps.config file on system/etc folder.
http://forum.xda-developers.com/showthread.php?t=1165014
Yup.. there's exist such thread.. refer here: TGF's theme-patch-mod thing-a-ma-doo (update: 10th Oct)Anyone have transparent taskbar of this rom.Can you share for me? I try to make transparent taskbar many way but still unsuccessful.
I also try this patch but still can't get transparent taskbar.Yup.. there's exist such thread.. refer here: TGF's theme-patch-mod thing-a-ma-doo (update: 10th Oct)
http://wiki.cyanogenmod.com/wiki/BarebonesDoes anyone how to uninstall
ADW Launcher from the phone and install Go locker, THANLS!
Sent from my Legend using xda premium
adb remount
adb shell rm -f /system/app/ADWLauncher.apk
adb uninstall com.android.launcher
How do you do it via adb? Is that the command prompt thing?http://wiki.cyanogenmod.com/wiki/Barebones
via adb:
Code:adb remount adb shell rm -f /system/app/ADWLauncher.apk adb uninstall com.android.launcher