[Confirmed] Widgets Seem to Work Fine Over Here on my S7? (ADW Launcher)

elf310

Member
Jan 10, 2011
42
2
Real easy setup, finally got rid of the ugly home screen and have adw running, now we just need to get rid of the ugly status bar on top
 

npmt

Member
Dec 6, 2010
42
3
Thanks for this, I am using the same ROM and I can place all IDEOS widgets.
Probably because I check all permissions in root explorer


DGeLXl.jpg


As tested on 'New' Singapore ROM S7V100R001C62B011
ADW Launcher Free

Couldn't place Ideos Weather on, but my widgets seem okay?

ASI, Calendar, GenieWidget, Clock, and EliotStocker Music widget

To fix, get http://forum.xda-developers.com/showthread.php?t=780828 to be placed to /system/app

If you don't have root explorer and prefer ADB, grab ADB drivers from Huawei.
Then grab SuperOneClick: http://forum.xda-developers.com/showthread.php?t=803682
Do shell root

This makes adb pushing easy.

Code:
adb remount
adb push AppWidgetPicker.apk /system/app/
adb shell chmod 644 /system/app/AppWidgetPicker.apk
(having renamed the apk)

Haven't tried other launchers yet, but should work just fine.



Sent from my S7 using Tapatalk
 

arqueiro

Member
Nov 1, 2010
133
1
i type:
adb
adb: permission denied

then i do

su
adb: not found
adb remount
adb: not found
 

arqueiro

Member
Nov 1, 2010
133
1
ok guys, sorry the triple post, i just figure out how to doit, you need to input thoose commands on the windows, in the adb.exe from you SDK installation...

thanks, now everithing works fine..
 

Snyperx

Member
Nov 22, 2010
81
0
I tried copying the APK using Droid Explorer and my S7 won't let me move the APK file to /system/app. Keep telling me copy failed. I also tried moving it using ES File Explorer on the S7 and it still fails. This is after I renamed the file according to the instructions. Any ideas?
 

lemmyslender

Senior Member
Jan 10, 2011
95
9
/system is mounted read-only by default, it needs to be remounted read/write

I used:

su (to get root)

mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system (to remount the filesystem)

in the command window in DroidExplorer. You should be able to copy the file after this command.
 

npmt

Member
Dec 6, 2010
42
3
remember to Mount r/w to be able to transfer file to system/app

Sent from my S7 using Tapatalk
 

gurduiala

Member
Jan 7, 2011
36
0
I keep getting FORCE CLOSE, does anyone know what am i doing wrong?

Fresh installed the new rom,
Installed Root Explorer,
Copied the APK to the correct location,
Installed it,
Go to add the widget and get the error,

At which point am i doing something wrong?

Any and all help is welcome here, thank you much for your great work!
 

gurduiala

Member
Jan 7, 2011
36
0
Hi,

Quick question,

I keep getting the FORCE CLOSE (error)

Here is what i did:

Fresh install of the ROM
Rooted with zRoot,
Installed LauncherPro,
Installed RootExplorer,
Copy the APK to the .../app folder
Installed,

Go to add the widget and keep getting an error,

Any help please?

Thanks
 
Top