Guest Paul Posted May 9, 2011 Report Posted May 9, 2011 If you'd like the 'stock' notification icons on your GSII and the stock Gingerbread 'screen off' effect, I've tweaked some files and attached them below. I recommend rooting with my insecure image first... this is tested only on XWKDD currently. To install, unzip the file, ensure you have your device connected and adb installed then: adb remount adb shell stop adb push framework-res.apk /system/framework/ adb push SystemUI.apk /system/app/ adb reboot[/code] Simple as that!DOWNLOAD (Mediafire Pro) - MD5: 87459e3228ed992322d6a81c18454062Enjoy! :unsure: P
Guest FluidDynamic Posted May 9, 2011 Report Posted May 9, 2011 Download link doesn't seem to be working...
Guest kersey Posted May 10, 2011 Report Posted May 10, 2011 (edited) What exactly are the stock notification icons compared to the ones already on the phone?? Edited May 11, 2011 by kersey
Guest Scottland Posted May 10, 2011 Report Posted May 10, 2011 Working fine here, thanks Paul What exactly are the stock notification icons compared to the ones already no the phone?? The 'stock' icons from Gingerbread are green for cell and wifi signal, the cell data icons (G,E,3G,H) are also green and have green/grey icons for up/down traffic. Basically this will make the notification bar very similar to that of the Nexus S (and Nexus One running gingerbread).
Guest kersey Posted May 11, 2011 Report Posted May 11, 2011 Working fine here, thanks Paul The 'stock' icons from Gingerbread are green for cell and wifi signal, the cell data icons (G,E,3G,H) are also green and have green/grey icons for up/down traffic. Basically this will make the notification bar very similar to that of the Nexus S (and Nexus One running gingerbread). Thanks for the info mate. I'm only really interested in the CRT screen off animation, is it contained in the framework-res or SystemUI apk??
Guest WhiteHartMart Posted May 11, 2011 Report Posted May 11, 2011 Thanks for this Paul - worked a treat. :unsure:
Guest lgkahn Posted May 14, 2011 Report Posted May 14, 2011 Thanks for this Paul - worked a treat. :unsure: warning do not use this on ke1 or ke2 firmeware will put phone in bootloop. unless paul updates the version.
Guest Roonil Wazlib Posted May 15, 2011 Report Posted May 15, 2011 warning do not use this on ke1 or ke2 firmeware will put phone in bootloop. unless paul updates the version. +1 I tried and it kept bootlooping and I was almost panicking, but thankfully I managed to adb the original back! Interestingly, I can't use adb push anymore, even though I have root :/
Guest Matchstick Posted May 16, 2011 Report Posted May 16, 2011 (edited) +1 I tried and it kept bootlooping and I was almost panicking, but thankfully I managed to adb the original back! Interestingly, I can't use adb push anymore, even though I have root :/ I think you need the Insecure ADB to get this working on KE2 (and possibly KE1) phones. Paul has details here http://android.modaco.com/content/sony-eri...ple-to-use-apk/ He's twittered that it should work on the SGSII but I haven't tried it yet. Alternatively I think you could use ODIN to apply the Insecure KDD kernel again, make the changes than flash back the stock KE2 kernel ? -- Edit -- I've found an alternative method over on XDA that is similar to Paul's method but just changes the directory file permissions that we need rather than modifying adbd etc. adb shell su mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system chmod 777 /system/app chmod 777 /system/framework exit exit That should set the permissions to allow you to write the file and you can set it back once you are finished by doing exactly the same thing except use chmod 755 instead of 777. You can use the command stat -c '%A %a %n' /system/* in the shell to check the values. Edited May 16, 2011 by Matchstick
Guest sun-drop Posted May 19, 2011 Report Posted May 19, 2011 can we just have the drt effect please? what do stock icons do when active? i mean if always green what color do they change to when active? also would QtADB work with KE2?
Guest davidhorn Posted May 24, 2011 Report Posted May 24, 2011 Hi Paul, Would really appreciate an updated version for KDE7. :-) Cheers, David,
Guest umair9001 Posted June 5, 2011 Report Posted June 5, 2011 (edited) Paul can you share how to do this for KE7..i would love to see this on my SGS2 (XWKE7) EDIT: Found this over at XDA.. http://forum.xda-developers.com/showthread.php?t=1064037 Edited June 5, 2011 by umair9001
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now