DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Page 98 of 117 FirstFirst ... 48 88 96 97 98 99 100 108 ... LastLast
Results 971 to 980 of 1167
Like Tree4Likes

Thread: [Script] V6 SuperCharger !! HTK & BulletProof Launchers! FIX MEMORY FOR ALL ANDROIDS!

  1. Master Droid
    zeppelinrox's Avatar
    Member #
    161034
    Join Date
    Jan 2011
    Posts
    512
    Liked
    4 times
    Phone
    SuperCharged Milestone
    DroidForums.net Developer
    Premium Member
    Quote Originally Posted by metalspring View Post
    So is the kickasskernel tweak just the scheduler mod and the sysctl tweaks you posted awhile ago? And is the 3g tweak the one you posted awhile ago or did you include the extra values I found from liquids rom? Just wondering if I should download those scripts or not since I have the original tweaks saved to my sdcard anyway

    Sent from my Droid using DroidForums
    This is what gets applied in build.prop

    ro.ril.hsxpa=3
    ro.ril.gprsclass=12
    ro.ril.hep=1
    ro.ril.enable.dtm=1
    ro.ril.hsdpa.category=28
    ro.ril.enable.a53=1
    ro.ril.enable.a52=0
    ro.ril.enable.3g.prefix=1
    ro.ril.htcmaskw1.bitmask=4294967295
    ro.ril.htcmaskw1=14449
    ro.ril.hsupa.category=9
    ro.ril.def.agps.mode=2
    ro.ril.def.agps.feature=1
    ro.ril.enable.sdr=1
    ro.ril.enable.gea3=1
    ro.ril.enable.fd.plmn.prefix=23402,23410,23411
    ro.ril.disable.power.collapse=0

    I actually did mention you in the xda thread in regards to this

    Unfortunately, there is a setting somewhere in there that is causing wifi to not connect for some users.

    The kick ass kernel is essentially the same that I've posted previously.

    I haven't had the time to really add to it but if I recall you had a few interesting systctl additions.

    I decided to post it at xda mainly because this "best optimization ram script" was getting all this attention and all it has is 1 set of minfree values and 5 or 6 sysctl tweaks and the script writer has no clue about OOM stuff

    So I had to do something about it... people were going gaga over nothing lol

    I got the thread moved from milestone section to android hacking general and got on xda's main page.
    Blazing Fast Milestone Powered by my V6 SuperCharger Script

    If you're a SuperCharger too, consider clicking the button
  2. Droid Ninja
    metalspring's Avatar
    Member #
    158915
    Join Date
    Jan 2011
    Location
    hermitage, pa
    Posts
    2,223
    Liked
    96 times
    Phone
    Galaxy Nexus LTE
    Well what I have has one different value
    ro.ril.enable.a52=1
    (liquid rom has the same value)
    But yours is set to 0...I'm not sure exactly what that setting does but could that be the wifi issue?

    Sent from my Droid using DroidForums
    Galaxy nexus all-in-one guide with tweaks for performance and battery life
    Droid 1 tweaks, hacks, and other goodies
    here
    current phone The GALAXY NEXUS LTE a​ll the
    liquid and franco kernel
    previous phone the trusty ol' droid 1
  3. Droid
    densetsu86's Avatar
    Member #
    204249
    Join Date
    Jun 2011
    Posts
    82
    Phone
    droid x2
    Hi I just updated my DROID x2 to pr-rooted gingerbread and om wondering if the 3g turbo charger will work. Also what does it do exactly? Does it make 3g faster somehow or atleast when your tethering?


    Sent from my DROID X2 using DroidForums
  4. Senior Droid
    Droidlovinyogi's Avatar
    Member #
    106223
    Join Date
    Aug 2010
    Posts
    158
    Liked
    1 times
    Phone
    Motorola Droid
    Quote Originally Posted by zeppelinrox View Post
    I decided to post it at xda mainly because this "best optimization ram script" was getting all this attention and all it has is 1 set of minfree values and 5 or 6 sysctl tweaks and the script writer has no clue about OOM stuff

    So I had to do something about it... people were going gaga over nothing lol

    I got the thread moved from milestone section to android hacking general and got on xda's main page.
    Smart and strategic moves in positioning your work.
  5. Droid Ninja
    metalspring's Avatar
    Member #
    158915
    Join Date
    Jan 2011
    Location
    hermitage, pa
    Posts
    2,223
    Liked
    96 times
    Phone
    Galaxy Nexus LTE
    Damn...liquid has been busy...I just flashed his latest rom and took a look at his sysctl tweaks and look at all of them lol

    vm.swappiness = 0
    vm.min_free_kbytes = 8192
    vm.dirty_ratio = 90
    vm.dirty_background_ratio = 70
    vm.dirty_writeback_centisecs = 6000
    vm.dirty_expire_centisecs = 3000
    vm.panic_on_oom = 0
    vm.oom_kill_allocating_task = 1
    vm.vfs_cache_pressure = 20
    fs.file-max = 65536
    fs.lease-break-time = 20
    kernel.panic_on_oops = 1
    kernel.panic = 0
    kernel.msgmni = 2048
    kernel.msgmax = 64000
    kernel.shmmni = 4096
    kernel.shmall = 2097152
    kernel.shmmax = 268435456
    kernel.sem = 500 512000 64 2048
    kernel.sched_compat_yield = 1
    kernel.threads-max = 5000
    kernel.sched_latency_ns = 18000000
    kernel.sched_min_granularity_ns = 1500000
    kernel.sched_wakeup_granularity_ns = 3000000
    kernel.sched_shares_ratelimit = 256000
    kernel.sched_features = 24189
    net.ipv4.conf.all.send_redirects = 0
    net.ipv4.conf.default.send_redirects = 0
    net.ipv4.conf.all.accept_source_route = 0
    net.ipv4.conf.default.accept_source_route = 0
    net.ipv6.conf.all.accept_source_route = 0
    net.ipv6.conf.default.accept_source_route = 0
    net.ipv4.conf.all.rp_filter = 1
    net.ipv4.conf.default.rp_filter = 1
    net.ipv4.conf.all.accept_redirects = 0
    net.ipv4.conf.default.accept_redirects = 0
    net.ipv4.conf.tiwlan0.accept_redirects = 0
    net.ipv4.conf.usb0.accept_redirects = 0
    net.ipv4.conf.dummy0.accept_redirects = 0
    net.ipv4.conf.lo.accept_redirects = 0
    net.ipv6.conf.all.accept_redirects = 0
    net.ipv6.conf.default.accept_redirects = 0
    #net.ipv4.tcp_rmem = 8192 87380 524288
    #net.ipv4.udp_rmem_min = 8192
    #net.ipv4.tcp_wmem = 8192 87380 524288
    #net.ipv4.udp_wmem_min = 8192
    #net.core.rmem_default = 524288
    #net.core.rmem_max = 524288
    #net.core.wmem_default = 524288
    #net.core.wmem_max = 524288
    net.core.somaxconn = 256
    net.core.netdev_max_backlog = 200
    net.core.optmem_max = 20480
    net.ipv4.tcp_syn_retries = 3
    net.ipv4.tcp_synack_retries = 2
    net.ipv4.tcp_max_syn_backlog = 1024
    net.ipv4.tcp_fin_timeout = 15
    #net.ipv4.tcp_keepalive_time = 300
    net.ipv4.tcp_keepalive_probes = 5
    net.ipv4.tcp_keepalive_intvl = 15
    net.ipv4.tcp_rfc1337 = 1
    net.ipv4.tcp_ecn = 0
    net.ipv4.tcp_tw_recycle = 1
    net.ipv4.tcp_tw_reuse = 1
    net.ipv4.tcp_max_orphans = 2048
    net.ipv4.tcp_no_metrics_save = 1
    #net.ipv4.tcp_max_tw_buckets = 1440000
    #net.ipv4.tcp_max_orphans = 16384
    #net.ipv4.ipfrag_high_thresh = 512000
    #net.ipv4.ipfrag_low_thresh = 446464
    net.ipv4.neigh.default.gc_thresh3 = 2048
    net.ipv4.neigh.default.gc_thresh2 = 1024
    net.ipv4.neigh.default.gc_thresh1 = 256
    net.ipv4.neigh.default.gc_interval = 30
    net.ipv4.neigh.default.proxy_qlen = 96
    net.ipv4.neigh.default.unres_qlen = 6
    net.ipv4.route.flush = 1
    net.ipv6.route.flush = 1

    I know you already have a bunch of these Zeppelin, but most of the net.ipv settings are new...
    Also one new value in the 3g build.prop tweaks
    ro.ril.htcmaskw1=268449905
    just thought I'd throw these your way in case you felt like playing around with them or just adding them as is, enjoy lol

    Sent from my DROID using DroidForums

    Btw, not sure if I just have a good signal right now but I'm getting my best download/upload speeds. (I did delete the #s to activate the commented out tweaks) I even broke 2.6 MB dl and 1.1 MB up several times which I've never done before and linpack high score of 19.9...maybe liquid has something here?
    Last edited by metalspring; 07-31-2011 at 03:56 AM.
    Galaxy nexus all-in-one guide with tweaks for performance and battery life
    Droid 1 tweaks, hacks, and other goodies
    here
    current phone The GALAXY NEXUS LTE a​ll the
    liquid and franco kernel
    previous phone the trusty ol' droid 1
  6. Master Droid
    zeppelinrox's Avatar
    Member #
    161034
    Join Date
    Jan 2011
    Posts
    512
    Liked
    4 times
    Phone
    SuperCharged Milestone
    DroidForums.net Developer
    Premium Member
    Quote Originally Posted by metalspring View Post
    Well what I have has one different value
    ro.ril.enable.a52=1
    (liquid rom has the same value)
    But yours is set to 0...I'm not sure exactly what that setting does but could that be the wifi issue?

    Sent from my Droid using DroidForums
    The very first upload didnt have any a52 entry and people had the wifi issue...

    Quote Originally Posted by densetsu86 View Post
    Hi I just updated my DROID x2 to pr-rooted gingerbread and om wondering if the 3g turbo charger will work. Also what does it do exactly? Does it make 3g faster somehow or atleast when your tethering?


    Sent from my DROID X2 using DroidForums
    Download and upload speeds should increase using 3G

    Quote Originally Posted by Droidlovinyogi View Post
    Quote Originally Posted by zeppelinrox View Post
    I decided to post it at xda mainly because this "best optimization ram script" was getting all this attention and all it has is 1 set of minfree values and 5 or 6 sysctl tweaks and the script writer has no clue about OOM stuff

    So I had to do something about it... people were going gaga over nothing lol

    I got the thread moved from milestone section to android hacking general and got on xda's main page.
    Smart and strategic moves in positioning your work.
    heh... well I've been wanting to get it moved for awhile but I wanted to be sure that it was ready for "prime time" LOL

    Quote Originally Posted by metalspring View Post
    Damn...liquid has been busy...I just flashed his latest rom and took a look at his sysctl tweaks and look at all of them lol

    vm.swappiness = 0
    vm.min_free_kbytes = 8192
    vm.dirty_ratio = 90
    vm.dirty_background_ratio = 70
    vm.dirty_writeback_centisecs = 6000
    vm.dirty_expire_centisecs = 3000
    vm.panic_on_oom = 0
    vm.oom_kill_allocating_task = 1
    vm.vfs_cache_pressure = 20
    fs.file-max = 65536
    fs.lease-break-time = 20
    kernel.panic_on_oops = 1
    kernel.panic = 0
    kernel.msgmni = 2048
    kernel.msgmax = 64000
    kernel.shmmni = 4096
    kernel.shmall = 2097152
    kernel.shmmax = 268435456
    kernel.sem = 500 512000 64 2048
    kernel.sched_compat_yield = 1
    kernel.threads-max = 5000
    kernel.sched_latency_ns = 18000000
    kernel.sched_min_granularity_ns = 1500000
    kernel.sched_wakeup_granularity_ns = 3000000
    kernel.sched_shares_ratelimit = 256000
    kernel.sched_features = 24189
    net.ipv4.conf.all.send_redirects = 0
    net.ipv4.conf.default.send_redirects = 0
    net.ipv4.conf.all.accept_source_route = 0
    net.ipv4.conf.default.accept_source_route = 0
    net.ipv6.conf.all.accept_source_route = 0
    net.ipv6.conf.default.accept_source_route = 0
    net.ipv4.conf.all.rp_filter = 1
    net.ipv4.conf.default.rp_filter = 1
    net.ipv4.conf.all.accept_redirects = 0
    net.ipv4.conf.default.accept_redirects = 0
    net.ipv4.conf.tiwlan0.accept_redirects = 0
    net.ipv4.conf.usb0.accept_redirects = 0
    net.ipv4.conf.dummy0.accept_redirects = 0
    net.ipv4.conf.lo.accept_redirects = 0
    net.ipv6.conf.all.accept_redirects = 0
    net.ipv6.conf.default.accept_redirects = 0
    #net.ipv4.tcp_rmem = 8192 87380 524288
    #net.ipv4.udp_rmem_min = 8192
    #net.ipv4.tcp_wmem = 8192 87380 524288
    #net.ipv4.udp_wmem_min = 8192
    #net.core.rmem_default = 524288
    #net.core.rmem_max = 524288
    #net.core.wmem_default = 524288
    #net.core.wmem_max = 524288
    net.core.somaxconn = 256
    net.core.netdev_max_backlog = 200
    net.core.optmem_max = 20480
    net.ipv4.tcp_syn_retries = 3
    net.ipv4.tcp_synack_retries = 2
    net.ipv4.tcp_max_syn_backlog = 1024
    net.ipv4.tcp_fin_timeout = 15
    #net.ipv4.tcp_keepalive_time = 300
    net.ipv4.tcp_keepalive_probes = 5
    net.ipv4.tcp_keepalive_intvl = 15
    net.ipv4.tcp_rfc1337 = 1
    net.ipv4.tcp_ecn = 0
    net.ipv4.tcp_tw_recycle = 1
    net.ipv4.tcp_tw_reuse = 1
    net.ipv4.tcp_max_orphans = 2048
    net.ipv4.tcp_no_metrics_save = 1
    #net.ipv4.tcp_max_tw_buckets = 1440000
    #net.ipv4.tcp_max_orphans = 16384
    #net.ipv4.ipfrag_high_thresh = 512000
    #net.ipv4.ipfrag_low_thresh = 446464
    net.ipv4.neigh.default.gc_thresh3 = 2048
    net.ipv4.neigh.default.gc_thresh2 = 1024
    net.ipv4.neigh.default.gc_thresh1 = 256
    net.ipv4.neigh.default.gc_interval = 30
    net.ipv4.neigh.default.proxy_qlen = 96
    net.ipv4.neigh.default.unres_qlen = 6
    net.ipv4.route.flush = 1
    net.ipv6.route.flush = 1

    I know you already have a bunch of these Zeppelin, but most of the net.ipv settings are new...
    Also one new value in the 3g build.prop tweaks
    ro.ril.htcmaskw1=268449905
    just thought I'd throw these your way in case you felt like playing around with them or just adding them as is, enjoy lol

    Sent from my DROID using DroidForums

    Btw, not sure if I just have a good signal right now but I'm getting my best download/upload speeds. (I did delete the #s to activate the commented out tweaks) I even broke 2.6 MB dl and 1.1 MB up several times which I've never done before and linpack high score of 19.9...maybe liquid has something here?
    damn that's alot of stuff lol
    I'll have to look into it indeed.
    What were you typically getting before? 2.4 and 1.0 ballpark?
    Blazing Fast Milestone Powered by my V6 SuperCharger Script

    If you're a SuperCharger too, consider clicking the button
  7. Junior Droid
    pnsdhrn's Avatar
    Member #
    122318
    Join Date
    Sep 2010
    Location
    Kerala,India
    Posts
    17
    Phone
    Motorola Milestone

    v6supercharger in Milestone

    Originally Posted by pnsdhrn
    Dear Zep,
    My CM7-RC12 Milestone has been installed with v6 Update7 successfully and it shows the launcher is HTK.I have one doubt.If the Script Manager need be kept in the phone memory permanently for having the desired results?Please be kind enough to clear my this doubt.Thanking you,
    pnsdhrn
    Milestone? You're all set. You don't have to run Script Manager at all since it gets integrated into milestone roms.
    Sorry the delay in replying as my computer was virus stricken.Today it got relieved and I am replying readilly.And thanks for the advise ,Zep.i value it very much.When is Update8 offing?
    pnsdhrn
  8. Senior Droid
    SaxaDroid's Avatar
    Member #
    77078
    Join Date
    Jun 2010
    Posts
    112
    Phone
    Motorola Droid
    The sysctl is me again zep....I sent them to you in a pm on xda...I help liquid with a lot of tweaks
  9. Master Droid
    zeppelinrox's Avatar
    Member #
    161034
    Join Date
    Jan 2011
    Posts
    512
    Liked
    4 times
    Phone
    SuperCharged Milestone
    DroidForums.net Developer
    Premium Member
    Quote Originally Posted by SaxaDroid View Post
    The sysctl is me again zep....I sent them to you in a pm on xda...I help liquid with a lot of tweaks
    Hey hey

    Say, had you posted them anywhere for easy linkage?
    Blazing Fast Milestone Powered by my V6 SuperCharger Script

    If you're a SuperCharger too, consider clicking the button
  10. Senior Droid
    SaxaDroid's Avatar
    Member #
    77078
    Join Date
    Jun 2010
    Posts
    112
    Phone
    Motorola Droid
    Lol I just send them to liquid and I tweak my friends phones....hd2,ally,eris,ascend,g2x,sg4gs...etc etc
    I was thinking of making my own tweak thread but eh....maybe one day
Page 98 of 117 FirstFirst ... 48 88 96 97 98 99 100 108 ... LastLast

Ads

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Similar Threads

  1. Install and Memory usages of popular launchers
    By PulsonicVoid in forum Android Applications
    Replies: 1
    Last Post: 05-21-2011, 06:19 PM
  2. How does the 50,75,100 MBs memory script work?
    By chris79 in forum UltimateDroid
    Replies: 2
    Last Post: 04-19-2011, 09:14 AM
  3. Two Launchers (separately) different cache\memory?
    By zerosouls in forum Android General Discussions
    Replies: 2
    Last Post: 04-09-2011, 09:16 PM
  4. Replies: 2
    Last Post: 08-02-2010, 06:57 PM
  5. Can the memory script be disabled?
    By snrsuave in forum Bugless
    Replies: 3
    Last Post: 05-24-2010, 01:12 PM

Search tags for this page

99supercharger
,
99supercharger.sh
,

android v6 supercharger

,
droid v6 supercharger
,
supercharged v6 android
,
supercharger android
,
supercharger v6
,

v6 supercharger

,

v6 supercharger android

,
v6 supercharger droid
,
v6 supercharger droid x
,

v6 supercharger script

,
v6 supercharger script droid x2
,
v6 supercharger widget
,

v8 supercharger script

Click on a term to search our site for related topics.
Find us on Google+