[mod]V20C|V20E<>Overscroll glow; Reboot option; and more[UPDATE]

Search This thread

trapacska

Senior Member
May 15, 2010
169
361
Érd
martmatch.co.uk
Hey all!

EDIT:
overscrollglow_reboot.zip - V20C reboot item and oversroll glow.
overscroll_glow_v20e_by_trapacska.zip - V20E for NEW ROM!!! OverScroll Glow only! and! flashable with cwm.
oglow_and_reboot_v20e_by_trapacska.zip - overscroll glow and reboot, V20E, flash with CWM

after flashed via cwm, first startup may take longer.
reboot item only in progress...
and flash build.prop edits via cwm too.(with selectable opts)

And very important! Everything else is working without framework mod, lockscreen or smooth mod. If you only want stock lockscreen, you don't have to flash overscrollglow, just edit build.prop.



I just made mods for (currently) V20C gingerbread.

- Overscroll glow & reboot item in power prompt
- default AOSP lockscreen
- disable shutdown animation
- disable boot animation, power on or off sound
- some performance-boost

1. Overscroll Glow&Reboot Item(because both is in framework.jar)
if you push framework.jar only to /system/framework/, reboot item will not show in power prompt.
otherwise just push android.policy.jar and framework.jar to /system/framework/
1.1 Go to ClockWorkModRecovery
1.2 Mount /system in mounts and storages option.
1.3 in adb shell cmd, just "adb push framework.jar /system/framework/"
"adb push android.policy.jar /system/framework/"
1.4 "adb reboot"

-first boot will take longer

2. Default Aosp LockScreen
2.1 Go to ClockWorkModRecovery
2.2 Mount /system in mounts and storages option.
2.3 use "adb pull /system/build.prop"
2.4 edit build.prop file and change
Code:
user.feature.lock_andy=true to
user.feature.lock_andy=false
2.5 then save and "adb push build.prop /system/"

3. Disable ShutDown animation
3.1 Go to ClockWorkModRecovery
3.2 Mount /system in mounts and storages option.
3.3 use "adb pull /system/build.prop"
3.4 edit build.prop file and change
Code:
user.feature.lgpoweroff=true to
user.feature.lgpoweroff=false
3.5 then save and "adb push build.prop /system/"

4. Disable BootAnimation, power on or off sound.
-to disable bootanimation
4.1 Go to ClockWorkModRecovery
4.2 Mount /system in mounts and storages option.
4.3 use "adb shell rm /system/media/bootanimation.zip"
-to disable power on sound
4.4 use "adb shell rm /system/media/audio/poweron/PowerOn.mp3"
-to disable power off sound
4.5 use "adb shell rm /system/media/audio/poweroff/PowerOff.mp3"

5. Performance boost
5.1 Go to ClockWorkModRecovery
5.2 Mount /system in mounts and storages option.
5.3 use "adb pull /system/build.prop"
5.4 edit build.prop file and ADD lines to end
Code:
debug.sf.hw=1
windowsmgr.max_events_per_sec=60
5.5 and change
Code:
dalvik.vm.heapsize=48m to
dalvik.vm.heapsize=32m
5.6 then save and "adb push build.prop /system/"

windowsmgr.max_events_per_sec=60 -for faster and smoother scrolling(in lists or in launcher)

debug.sf.hw=1 -it shares with all of services and apps to use GPU instead of CPU for animating.

dalvik.vm.heapsize=32m -it's good enought for everything, and you will have some more free ram.

for developers, if you only want reboot item, just say and i will share my sources and i give you my source. and more if you want, i can tell you how to change reboot item icon. and don't forget to attach my name into your changelog ;)

if you like my work please press Thanks. :D
 

Attachments

  • overscrollglow_reboot.zip
    3.2 MB · Views: 573
  • overscroll_glow_v20e_by_trapacska.zip
    3.2 MB · Views: 449
  • oglow_and_reboot_v20e_by_trapacska.zip
    3.3 MB · Views: 1,468
Last edited:

drigerott

Senior Member
Jan 1, 2010
335
72
36
Torino
with debug.sf.hw=1 flashplayer is smoother and muffin knight too...
no lag at all when playing (all game works for me) ^^ nice found thx
 

kiljacken

Retired Recognized Developer
Feb 20, 2010
1,076
257
27
Nykøbing Mars
maybe for you, but i know all of sources in framework and libs, and I know that what does mean. just try debug.sf.hw=0 and you will se the difference ;) everything will be flickery, from games to launcher. :)

Show me the source then. We've tested it with vorkKernel, and no real performance boost was experienced. Only placebo

EDIT: Hmm, actually does something. Not just a whole lot I think
 
Last edited:

trapacska

Senior Member
May 15, 2010
169
361
Érd
martmatch.co.uk
Show me the source then. We've tested it with vorkKernel, and no real performance boost was experienced. Only placebo

EDIT: Hmm, actually does something. Not just a whole lot I think


Source for overscroll glow, and reboot. others are searched via google,and i tested. these are working. its 100%. if you think it is placebo, just dont use that placebo. everybody can decide to use it or not. thanks.
 

roan67

Senior Member
Jan 19, 2009
226
19
It's good. Thanks

Its possibble to place "reboot recovery" ?

Good job, i include in my rom

Sent from my LG-P990 using Tapatalk
 

xilw3r

Senior Member
Dec 10, 2010
487
50
hey, sorry if this will be once again a noob question, but how exatcly do i get into adb shell ?

if i type "adb shell" in cmd when my phone is plugged in the PC (phone is in cwm recoevry, system mounted), but cmd sais its an unknown command.

do i need some drivers or how is it ?

thanks
 

Striatum_bdr

Senior Member
May 29, 2011
4,650
2,176
Marseille
hey, sorry if this will be once again a noob question, but how exatcly do i get into adb shell ?

if i type "adb shell" in cmd when my phone is plugged in the PC (phone is in cwm recoevry, system mounted), but cmd sais its an unknown command.

do i need some drivers or how is it ?

thanks

You need to install android SDK and if you are on windows LG drivers. Google will rapidly lead you to how to make it..
Topogigi ROM 1.3
 

bullyfrog

Senior Member
Oct 3, 2007
189
27
Ok i am on 20e. I know the first post mentions the package is for 20c but I like living dangerously. :) Anyway, to save 20e testers the hassle, it doesn't work. So err..any chance we can get this working on 20e? I really want the aosp lockscreen. Thanks!
 

trapacska

Senior Member
May 15, 2010
169
361
Érd
martmatch.co.uk
Ok i am on 20e. I know the first post mentions the package is for 20c but I like living dangerously. :) Anyway, to save 20e testers the hassle, it doesn't work. So err..any chance we can get this working on 20e? I really want the aosp lockscreen. Thanks!

hey! to use stock lockscreen, just edit your build.prop

Code:
user.feature.lock_andy=true to
user.feature.lock_andy=false

my framework.jar and android.policy.jar ONLY for reboot item and overscroll glow.
everything else is working without framework mod. ;)
 
  • Like
Reactions: superdild

Top Liked Posts

  • There are no posts matching your filters.
  • 23
    Hey all!

    EDIT:
    overscrollglow_reboot.zip - V20C reboot item and oversroll glow.
    overscroll_glow_v20e_by_trapacska.zip - V20E for NEW ROM!!! OverScroll Glow only! and! flashable with cwm.
    oglow_and_reboot_v20e_by_trapacska.zip - overscroll glow and reboot, V20E, flash with CWM

    after flashed via cwm, first startup may take longer.
    reboot item only in progress...
    and flash build.prop edits via cwm too.(with selectable opts)

    And very important! Everything else is working without framework mod, lockscreen or smooth mod. If you only want stock lockscreen, you don't have to flash overscrollglow, just edit build.prop.



    I just made mods for (currently) V20C gingerbread.

    - Overscroll glow & reboot item in power prompt
    - default AOSP lockscreen
    - disable shutdown animation
    - disable boot animation, power on or off sound
    - some performance-boost

    1. Overscroll Glow&Reboot Item(because both is in framework.jar)
    if you push framework.jar only to /system/framework/, reboot item will not show in power prompt.
    otherwise just push android.policy.jar and framework.jar to /system/framework/
    1.1 Go to ClockWorkModRecovery
    1.2 Mount /system in mounts and storages option.
    1.3 in adb shell cmd, just "adb push framework.jar /system/framework/"
    "adb push android.policy.jar /system/framework/"
    1.4 "adb reboot"

    -first boot will take longer

    2. Default Aosp LockScreen
    2.1 Go to ClockWorkModRecovery
    2.2 Mount /system in mounts and storages option.
    2.3 use "adb pull /system/build.prop"
    2.4 edit build.prop file and change
    Code:
    user.feature.lock_andy=true to
    user.feature.lock_andy=false
    2.5 then save and "adb push build.prop /system/"

    3. Disable ShutDown animation
    3.1 Go to ClockWorkModRecovery
    3.2 Mount /system in mounts and storages option.
    3.3 use "adb pull /system/build.prop"
    3.4 edit build.prop file and change
    Code:
    user.feature.lgpoweroff=true to
    user.feature.lgpoweroff=false
    3.5 then save and "adb push build.prop /system/"

    4. Disable BootAnimation, power on or off sound.
    -to disable bootanimation
    4.1 Go to ClockWorkModRecovery
    4.2 Mount /system in mounts and storages option.
    4.3 use "adb shell rm /system/media/bootanimation.zip"
    -to disable power on sound
    4.4 use "adb shell rm /system/media/audio/poweron/PowerOn.mp3"
    -to disable power off sound
    4.5 use "adb shell rm /system/media/audio/poweroff/PowerOff.mp3"

    5. Performance boost
    5.1 Go to ClockWorkModRecovery
    5.2 Mount /system in mounts and storages option.
    5.3 use "adb pull /system/build.prop"
    5.4 edit build.prop file and ADD lines to end
    Code:
    debug.sf.hw=1
    windowsmgr.max_events_per_sec=60
    5.5 and change
    Code:
    dalvik.vm.heapsize=48m to
    dalvik.vm.heapsize=32m
    5.6 then save and "adb push build.prop /system/"

    windowsmgr.max_events_per_sec=60 -for faster and smoother scrolling(in lists or in launcher)

    debug.sf.hw=1 -it shares with all of services and apps to use GPU instead of CPU for animating.

    dalvik.vm.heapsize=32m -it's good enought for everything, and you will have some more free ram.

    for developers, if you only want reboot item, just say and i will share my sources and i give you my source. and more if you want, i can tell you how to change reboot item icon. and don't forget to attach my name into your changelog ;)

    if you like my work please press Thanks. :D
    2
    v20e versions are available check first post.
    1
    Ill try to create this stuff for v20e too :)
    1
    Ok i am on 20e. I know the first post mentions the package is for 20c but I like living dangerously. :) Anyway, to save 20e testers the hassle, it doesn't work. So err..any chance we can get this working on 20e? I really want the aosp lockscreen. Thanks!

    hey! to use stock lockscreen, just edit your build.prop

    Code:
    user.feature.lock_andy=true to
    user.feature.lock_andy=false

    my framework.jar and android.policy.jar ONLY for reboot item and overscroll glow.
    everything else is working without framework mod. ;)
    1
    does it work with topogigis v20e too?

    Yes works for me.