[DEV][REPOST][SCRIPTS][TWEAKS] TurboBoost™-V8 --GB running a ICS Heart-- - HTC Desire S

Tried it and it works, if the benefits are true i can't tell atm, but anyways, i want to share it with you
GadgetCheck said:
Introduction
TurboBoost is a script package by me, Now due to the time i took in building a working ICS port for SGS2 with Cyanogen and TeamHacksung i got to study a lot about the ICS framework and working. Now what i did was to apply the same tweaks i found there on to a GB rom and vola TurboBoost was born!
Benefits
Better performance, better battery life through Linux kernel tweaks catered for Android OS and flash memory.
Better battery life and performance through usage of screenstate_scaling whereby it switches governors/thresholds/VM depending on your screen state.
Better network throughput from TCP tweaks and 3G tweaks
Less RAM usage through zipalign.
Faster database access through defragmentization of sqlite db files (a lot of apps use Database to store data like Swype dictionaries, Game saves etc)
Faster disk access through remount script (noatime, disable barrier etc)
Less lags through Quasi-charger, with multitasking
Requirements
Android Gingerbread 2.3.x
At least 2MB free on /system (Delete unused ringtones or useless apps like Aldiko/Allshare etc).
Root
Kernel that supports init.d
Ext4 lagfix if you want to use the remount script
Instructions
For the time being this is for developers and advanced users only,
SO I WONT BE PROVIDING ANY CWM PACKAGES if you dont know what to do with the package better not touch it let the developers do it for you
Developed
This will Zipallign every system .apk and framework @Boot!
Credit to Doc from Hyperdroid team for it
Code:
for apk in /system/app/*.apk ; do
zipalign -c 4 $apk;
ZIPCHECK=$?;
if [ $ZIPCHECK -eq 1 ]; then
echo ZipAligning $(basename $apk) | tee -a $LOG_FILE;
zipalign -f 4 $apk /cache/$(basename $apk);
if [ -e /cache/$(basename $apk) ]; then
cp -f -p /cache/$(basename $apk) $apk | tee -a $LOG_FILE;
rm /cache/$(basename $apk);
else
echo ZipAligning $(basename $apk) Failed | tee -a $LOG_FILE;
fi;
else
echo ZipAlign already completed on $apk | tee -a $LOG_FILE;
fi;
done;
for apk in /system/framework/*.apk ; do
zipalign -c 4 $apk;
ZIPCHECK=$?;
if [ $ZIPCHECK -eq 1 ]; then
echo ZipAligning $(basename $apk) | tee -a $LOG_FILE;
zipalign -f 4 $apk /cache/$(basename $apk);
if [ -e /cache/$(basename $apk) ]; then
cp -f -p /cache/$(basename $apk) $apk | tee -a $LOG_FILE;
rm /cache/$(basename $apk);
else
echo ZipAligning $(basename $apk) Failed | tee -a $LOG_FILE;
fi;
else
echo ZipAlign already completed on $apk | tee -a $LOG_FILE;
fi;
done;
Touch Screen Sensitive FIX
Code:
echo 7035 > /sys/class/touch/switch/set_touchscreen;
echo 8002 > /sys/class/touch/switch/set_touchscreen;
echo 11000 > /sys/class/touch/switch/set_touchscreen;
echo 13060 > /sys/class/touch/switch/set_touchscreen;
echo 14005 > /sys/class/touch/switch/set_touchscreen;
In house ICS Developed Tweaks
Included libsqlite.so and libsqlite_ini.so from Android 4.0 (improves performance)
Included app_process and system_server from Android 4.0 (improves scrolling)
Included sqlite3 from Android 4.0
Included Vpn
Files In Package
xbin> openvpn & sqlite3
etc>>init.d> s78enable_touchscreen_1 , S95zipalign , S98CFSK & S98system_tweak
bin> app_process & system_server
lib> libncurses.so , libsqlite.so & libsqlite_jni.so
Important
Dont use a RAM script with this
Set the permissions to 777
Make sure if u use TB-V8 only use its content, and verify your personal tweaks dont tamper its functionality
Can be used on both CM and Sammy Rom's (But reminder i don't Guarantee ur phone will boot)
Credits
Zacharias.maladroit
XDA's devs for some reference of some tweaks in Zach's scripts
zeppelinrox Supercharger scripts
ChainFire - Touchscreen Tweaks
pikachu01-ThunderBolt! via S98system_tweak
@doctorcete- for the zipallinging
@All- if any one i have missed out!
Info for Developers: Please Give Due Credit's if you use it in your ROM's
And please use the thread for support and not PM!
Added a CWM Flash-able zip, try out and Report
Click to expand...
Click to collapse
Original thread: http://forum.xda-developers.com/showthread.php?t=1380006

it says no ram script..can i still use V6 Supercharger memory management?

Sounds really nice! I will try it.

does it work on sense roms?

VLADSLAYER said:
does it work on sense roms?
Click to expand...
Click to collapse
yes i have applied it on the one from PV Team. seems working but till now i can't any big difference

Can i flash this on cm7???
Sent from my HTC Desire S using xda premium

lavier said:
Can i flash this on cm7???
Sent from my HTC Desire S using xda premium
Click to expand...
Click to collapse
I guess you can. I did it

docertabum said:
I guess you can. I did it
Click to expand...
Click to collapse
Yaa i did it too
Sent from my HTC Desire S using xda premium

tcchuin said:
it says no ram script..can i still use V6 Supercharger memory management?
Click to expand...
Click to collapse
You can try, but at the text is at important: Dont use a RAM script with this.
Sry, to say.

Installed on cm7 so only time will tell here's hoping
Sent from my HTC Desire S using xda premium

MIUI
Very interesting.
There is no word about rom compatibility (Only that a gingerbread rom is needed).
It would be interesting if MIUI Rom's are supported? Those fixes sound very interesting and i think they can really help (Even my MIUI Rom has already a very great battery life)
Someone tested this?
---------- Post added at 07:46 PM ---------- Previous post was at 07:44 PM ----------
Tectas said:
Tried it and it works, if the benefits are true i can't tell atm, but anyways, i want to share it with you
Click to expand...
Click to collapse
can you give us a link to the original thread so we can click on the thanks button, and read the comments there for further information?

how did it go now? i wanna try it, did you just flashed the file?
Installed on cm7 so only time will tell here's hoping
Sent from my HTC Desire S using xda premium
Click to expand...
Click to collapse
Sent from my HTC Desire S

MarlX said:
how did it go now? i wanna try it, did you just flashed the file?
Just flashed thru recovery battery seems as if it's lasting longer but will need to test over a number of day's to see if it really does work
Sent from my HTC Desire S
Click to expand...
Click to collapse
Sent from my HTC Desire S using xda premium

Added the link.
Swyped from my desire s running damn sweet ice cream

If it's said ginger bread it's because it's universal.. Works with every phone, ROM, as long as it is GB. Like many scripts like super charger and so on.

what is the 777 permissions?
Is it
rw-r--r--
or
rwxr-xr--
or
else?

It is rwxrwxrwx
.
4=read
2=write
1=execute
4+2+1= 7
Sent from my Desire S using XDA App

init.d MIUI Rom?
A small side question.
I applied this and it seems there is not that much difference.
So i thought perhaps my kernel (the original kernel used in the HTC Desire S miui build) doesn't support init.d. How can i check i a kernel supports init.d scripts?
Regards,
Mike

mikep1993 said:
A small side question.
I applied this and it seems there is not that much difference.
So i thought perhaps my kernel (the original kernel used in the HTC Desire S miui build) doesn't support init.d. How can i check i a kernel supports init.d scripts?
Regards,
Mike
Click to expand...
Click to collapse
Cause the miui kernel is more or less the cyanogen kernel i can tell, it supports init.d
But to answer your question, within the etc folder should be the init.d folder with some scripts in it.

Related

[MOD][New Project] WG-Build Incremental for Hero ROMs

Just an FYI, today and tomorrow I am going to be working on bringing an Incremental Update with my Mods in WG-Build
Going to include:
BFS 311
RAM Hack
ZipAlign
Updated A2SD
...more MODs as they come along
That sounds dalishalus! >=)
wesgarner said:
Just an FYI, today and tomorrow I am going to be working on bringing an Incremental Update with my Mods in WG-Build
Going to include:
BFS 311
RAM Hack
ZipAlign
Updated A2SD
...more MODs as they come along
Click to expand...
Click to collapse
LOL, your face is creeping me out, a no-wipe Hero Rom would be great.
Thanks,
icpeanuts said:
LOL, your face is creeping me out, a no-wipe Hero Rom would be great.
Thanks,
Click to expand...
Click to collapse
Ha yea I was like wtf are you taking a picture for on that - I should photoshop myself to look cool
Oo yea I have a script I used to do no-wipe Hero
Try this in recovery:
Code:
adb shell
mount /data
cd /data/data
rm -r com.htc.*
rm -r com.android.*
rm -r com.google.*
It will wipe out those settings but none of your app stuff

[KERNEL][GB/SENSE] 2.6.35.10-g3f43272 [v06] | OC1152 | LZMA | fixes +addtl modules

(modifications/addons for the _closed_source_ 2.6.35.10 htc kernel - for rom maintainers)
PATCHED KERNEL IMAGE
v01:
lzma-compressed kernel
o/c: 128MHz, 245MHz, 384MHz, 576-1152MHz (stepping: 38400kHz)
u/v: svs (@128000kHz: 950mV, @245000kHz: 975mV, @384000kHz: 1000mV, @576000kHz: 1075mV, @614400kHz: 1100mV, @652800kHz: 1100mV, @691200kHz: 1125mV, @729600kHz: 1150mV, @768000kHz: 1175mV, @806400kHz: 1200mV, @844800kHz: 1225mV, @883200kHz: 1250mV, @921600kHz: 1250mV, @960000kHz: 1275mV, @998400kHz: 1275mV, @1036800kHz: 1275mV, @1075200kHz: 1275mV, @1113600kHz: 1300mV, @1152000kHz: 1300mV)
cpu vdd regulator constraints expanded (800..1350mV)
patched out "Take the fastest speed available at the specified VDD level" (=full freq tab)
pre-cracked perflock (no need for perflock disabler module)
v02:
patched cpufreq code: set default cpu frequency constraints: 245..998MHz (with v01 cpu freq jumped to 1152 during the boot process)
v03:
trackpad-to-wake support (oj will not choke after a while when screen is off)
workaround for non-standard (extended) batteries (devices w/ stock htc battery are not affected)
v04:
2.6.35.10-g308ba26 base (new leak) with the same mods as v03
v05:
fixed htc akm8973 ("compass") driver (read more)
v06:
2.6.35.10-g3f43272 base (official gb update)
download: zImage-v06 (flashable v05-to-v06 kernel image+modules update package here)
--
MODDED WIFI DRIVER
min rssi threshold for scan results lowered (-88dBm -> -108dBm)
don't send "rssi low" events via wireless_send_event()
if you have messed up your framework/calibration file/etc with other "fixes", revert them
download:
2.6.35.10-gdd56551: bcm4329.ko
2.6.35.10-g308ba26: bcm4329.ko
ORIGINAL WIFI DRIVER
download:
2.6.35.10-g3f43272: bcm4329.ko
CIFS
# insmod /system/lib/modules/nls_utf8.ko
# insmod /system/lib/modules/cifs.ko
# busybox mount -t cifs -o user=lolwut,password=hackme,uid=1000,gid=1015,file_mode=0775,dir_mode=0775,iocharset=utf8,nodfs //192.168.40.10/public /sdcard/smb/public
Click to expand...
Click to collapse
(removed slow_work_* dependencies and patched with 2.6.31 oplock code)
download:
2.6.35.10-gdd56551: nls_utf8.ko, cifs.ko
2.6.35.10-g308ba26: nls_utf8.ko, cifs.ko
2.6.35.10-g3f43272: nls_utf8.ko, cifs.ko
EXT4
# insmod /system/lib/modules/jbd2.ko
# insmod /system/lib/modules/ext4.ko
# busybox mount -t ext4 /dev/block/mmcblk0p3 /cache/lolwut
# busybox mount | grep mmcblk0p3
/dev/block/mmcblk0p3 on /cache/lolwut type ext4 (rw,relatime,barrier=1,data=ordered)
Click to expand...
Click to collapse
download:
2.6.35.10-gdd56551: jbd2.ko(dependecy), ext4.ko
2.6.35.10-g308ba26: jbd2.ko(dependecy), ext4.ko
2.6.35.10-g3f43272: jbd2.ko(dependecy), ext4.ko
TUN
# insmod /system/lib/modules/tun.ko
# ls -l /dev/tun
crw-r----- vpn vpn 10, 200 2011-04-17 14:06 tun
Click to expand...
Click to collapse
download:
2.6.35.10-gdd56551: tun.ko
2.6.35.10-g308ba26: tun.ko
2.6.35.10-g3f43272: tun.ko
CPUFREQ: POWERSAVE, INTERACTIVE & SMARTASS
# insmod /system/lib/modules/cpufreq_interactive.ko
# insmod /system/lib/modules/cpufreq_smartass.ko
# insmod /system/lib/modules/cpufreq_powersave.ko
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
interactive smartass powersave userspace ondemand performance
Click to expand...
Click to collapse
(you don't have to pass symbol addresses)
download:
2.6.35.10-gdd56551: cpufreq_interactive.ko, cpufreq_smartass.ko, cpufreq_powersave.ko
2.6.35.10-g308ba26: cpufreq_interactive.ko, cpufreq_smartass.ko, cpufreq_powersave.ko
2.6.35.10-g3f43272: cpufreq_interactive.ko, cpufreq_smartass.ko, cpufreq_powersave.ko
PERFLOCK DISABLER (c) Michael Huang <[email protected]>
# insmod /system/lib/modules/perflock_disable.ko
Click to expand...
Click to collapse
(you don't have to pass symbol addresses)
download:
2.6.35.10-gdd56551: perflock_disable.ko (you don't need this with the pre-cracked kernel image above)
2.6.35.10-g308ba26: perflock_disable.ko (you don't need this with the pre-cracked kernel image above)
2.6.35.10-g3f43272: perflock_disable.ko (you don't need this with the pre-cracked kernel image above)
BTRFS
download:
2.6.35.10-gdd56551: btrfs.ko
2.6.35.10-g308ba26: btrfs.ko
2.6.35.10-g3f43272: btrfs.ko
wow thanks
The good old modules
good work
with kind regards...Alex
can we flash the governors into any of the Desire S Roms?
Thanks snq.
Did you compile these from source? If so, can you pls provide link to kernel source.
download file: cpufreq_interactive.ko is the same as cpufreq_smartass.ko
with kind regards..Alex
How do we enable them?
Copied already all of them to modules.
And now?
Or could someone compile a kernel with that modules?
Alex-V said:
download file: cpufreq_interactive.ko is the same as cpufreq_smartass.ko
Click to expand...
Click to collapse
cpufreq_smartass.ko
KennyDumah said:
Or could someone compile a kernel with that modules?
Click to expand...
Click to collapse
No one?
Please?
Hi snq. Sorely need a kernel for the new gingerbread sense with support for ext 4.that's the only problem that prevents me from uploading a new starburst..
Swyped with my Starburst based Desire. Please ignore any typos or grammos.
They will be in tonights build..
THANKS snq- !
Sent from me LeeDrOiD loaded Desire HD using the Android XDA Premium app
LeeDroid said:
They will be in tonights build..
THANKS snq- !
Sent from me LeeDrOiD loaded Desire HD using the Android XDA Premium app
Click to expand...
Click to collapse
Excellent news. Thanks Lee..
Thanks a lot, snq..
Swyped with my Starburst based Desire. Please ignore any typos or grammos.
Muxeu said:
cpufreq_smartass.ko
Click to expand...
Click to collapse
Thanks
with kind regards..Alex
cifs added
droidzone said:
Excellent news. Thanks Lee..
Thanks a lot, snq..
Swyped with my Starburst based Desire. Please ignore any typos or grammos.
Click to expand...
Click to collapse
I knew it DroidZone!
Can't wait for your release! Lees' rom is ok but missing data2sd is pain in the arse. Snq saves the day again!
Swyped from Desire.
foobar66 said:
Thanks snq.
Did you compile these from source? If so, can you pls provide link to kernel source.
Click to expand...
Click to collapse
There is no source for it. He probably used Desire S source, as it's similar. Add the correct version magic, done.
KennyDumah said:
Or could someone compile a kernel with that modules?
Click to expand...
Click to collapse
See above. Please stop quoting yourself.
Indeed. We're lucky to have such a dedicated kernel dev.
Swyped with my Starburst based Desire. Please ignore any typos or grammos.
Here is flashable.zip, all modules included...
http://wbss.ro/coolexe/Extra/modules.zip
Sent from my HTC Desire using XDA Premium App
coolexe: could you take a look to RCMix v07 /init.d ?
What about /init.d/dtapp there?
Will be your zip works with it?
Muxeu said:
coolexe: could you take a look to RCMix v07 /init.d ?
What about /init.d/dtapp there?
Will be your zip works with it?
Click to expand...
Click to collapse
Give me that file plz...n yes zip file works with Robo v7
Sent from my HTC Desire using XDA Premium App

Init.d Tweaks

Here are some scripts that will increase overall user experience on your sidekick!
I do not take any credit for these tweaks i found them all over XDA and i put them together nicely for you so you can use them yourself.
Strict Mine Free handler
echo "2048,3072,6144,15360,17920,20480" > /sys/module/lowmemorykiller/parameters/minfree
Internet
echo "0" > /proc/sys/net/ipv4/tcp_timestamps;
echo "1" > /proc/sys/net/ipv4/tcp_tw_reuse;
echo "1" > /proc/sys/net/ipv4/tcp_sack;
echo "1" > /proc/sys/net/ipv4/tcp_tw_recycle;
echo "1" > /proc/sys/net/ipv4/tcp_window_scaling;
echo "5" > /proc/sys/net/ipv4/tcp_keepalive_probes;
echo "30" > /proc/sys/net/ipv4/tcp_keepalive_intvl;
echo "30" > /proc/sys/net/ipv4/tcp_fin_timeout;
echo "404480" > /proc/sys/net/core/wmem_max;
echo "404480" > /proc/sys/net/core/rmem_max;
echo "256960" > /proc/sys/net/core/rmem_default;
echo "256960" > /proc/sys/net/core/wmem_default;
echo "4096,16384,404480" > /proc/sys/net/ipv4/tcp_wmem;
echo "4096,87380,404480" > /proc/sys/net/ipv4/tcp_rmem;
Battery
echo "500" > /proc/sys/vm/dirty_expire_centisecs
echo "1000" > /proc/sys/vm/dirty_writeback_centisecs
Vm Management
echo "4096" > /proc/sys/vm/min_free_kbytes
echo "0" > /proc/sys/vm/oom_kill_allocating_task;
echo "0" > /proc/sys/vm/panic_on_oom;
echo "0" > /proc/sys/vm/laptop_mode;
echo "0" > /proc/sys/vm/swappiness
echo "50" > /proc/sys/vm/vfs_cache_pressure
echo "90" > /proc/sys/vm/dirty_ratio
echo "70" > /proc/sys/vm/dirty_background_ratio
Click to expand...
Click to collapse
These tweaks will increase performance speed and battery life.
To add these just download the file below and then extract the 77tweaks file inside, then using adb or a file manager push them to system/etc/init.d and name them 77tweaks.
Please let me know if you see any difference.
I will be adding some more as time passes and i will also add build.prop tweaks
I want to make your phone better for you to use so please enjoy and leave feedback!
Thanks bro.. I give you feedback as soon as I throw these in... does it matter if your on kg1 or kg2?
Sent from my SGH-T839 using xda premium
ChoctawT said:
Thanks bro.. I give you feedback as soon as I throw these in... does it matter if your on kg1 or kg2?
Sent from my SGH-T839 using xda premium
Click to expand...
Click to collapse
no that wont matter at all! im gonna release some build.prop tweaks later that will make some improvement too! let me know how it goes thanks
tylermaciaszek said:
no that wont matter at all! im gonna release some build.prop tweaks later that will make some improvement too! let me know how it goes thanks
Click to expand...
Click to collapse
Gotchu
Sent from my SGH-T839 using xda premium
ChoctawT said:
Gotchu
Sent from my SGH-T839 using xda premium
Click to expand...
Click to collapse
these wont due as much as the build.prop likely will but you can try them and see a little improvement
They work great bro
Sent from my SGH-T959 using XDA App
hey help. well i dnt have init.d i have init. goldfish.sh.. any idea why?
Sent from my SGH-T839 using XDA App
HC13 said:
hey help. well i dnt have init.d i have init. goldfish.sh.. any idea why?
Sent from my SGH-T839 using XDA App
Click to expand...
Click to collapse
what rom you on?
stock KG2..
Sent from my SGH-T839 using XDA App
just make an init.d folder and it should be fine!
HC13 said:
stock KG2..
Sent from my SGH-T839 using XDA App
Click to expand...
Click to collapse
Stock kernels do not support init.d
ayoteddy said:
Stock kernels do not support init.d
Click to expand...
Click to collapse
oh oops!
so he has to flash a kernel or is there a way to get the init.d on the stock?
so kernel do i flash or do i have to flash a custom rom.
Sent from my SGH-T839 using XDA App
HC13 said:
so kernel do i flash or do i have to flash a custom rom.
Sent from my SGH-T839 using XDA App
Click to expand...
Click to collapse
you can flash a custom rom or just flash this kernel:
http://forum.xda-developers.com/showthread.php?t=1189151
i flash the kernel and i still dnt have the int.d...
now you can just add an init.d folder in system/etc and you will be good! i recommend flashing a custom rom as it will have other inti.d tweaks built in i like touchmiuiwize3.0 personally
but i have KG2 is it compatible ?
yeah it is compatible! these tweaks work on all phone!
All you need is a busybox that supports init.d installed. The kernel has nothing to do with it. Thats how it is with htc devices at least.
Sent from my Senseless Doubleshot using xda premium

MAKE GALAXY Y FAST (velocity/touchscreen enhancements)

these will make your galaxy y fast and will enhance your touchscreen performance
on creeds romv3.5 using this tweeks i got antutu bench mark result of 1881 whereas on stock rom the result was 1841
I AM NOT RESPONSIBLE IF YOUR PHONE GOT BRICKED
METHOD 1
go to recovery mode and flash skvelocity.zip
and enjoyyyy
METHOD 2
copy skvelocity.zip
using root explorer go to etc
in int.d paste skvelocity.zip(if u dont have int.d create new folder named int.d)
and give all the permissions
and reboot.
PRESS THANKS IF I HELPED YOU
You never get stable benchmark results.
hell_lock said:
You never get stable benchmark results.
Click to expand...
Click to collapse
the results were almost stable with creeds rom v3.5 And i have not tried with other roms.......
the result with creeds rom v3.5 were in range of 1879-1882.I tried almost 10 times and got same results.....
bt the result with stock rom was 1841
sk.galaxy said:
the result with creeds rom v3.5 were in range of 1879-1882.I tried almost 10 times and got same results.....bt the result with stock rom was 1841
Click to expand...
Click to collapse
is this tweak made by you????
if no...give link to original thread...
can u explain what this trick actually do so that ..our galaxy y become fast????
waiting fr reply.....!
keshav258 said:
is this tweak made by you????
if no...give link to original thread...
can u explain what this trick actually do so that ..our galaxy y become fast????
waiting fr reply.....!
Click to expand...
Click to collapse
THIS IS MADE BY ME and ONLY ME ..so dont worry it works 100%
actually it increases multitasking ability
touchscreen sensitivity
and lot more.... see the benchmark result its 1881...
i think its one of highest for samsung galaxy y.....
press thanks if i helped
sk.galaxy said:
actually it increases multitasking ability
touchscreen sensitivity
and lot more.... see the benchmark result its 1881...
i think its one of highest for samsung galaxy y.....
press thanks if i helped
Click to expand...
Click to collapse
No its not...:sly:
Highest are 1900-2000 lol...
And 1800 down is like normal..?
么 动态 看浓雾 哇哈他 团伙 么按时
sk.galaxy said:
actually it increases multitasking ability
touchscreen sensitivity
and lot more.... see the benchmark result its 1881...
i think its one of highest for samsung galaxy y.....
press thanks if i helped
Click to expand...
Click to collapse
highest is around 2000+
@hell_lock: you can forget the old result which around 2000. you won't get that with the newest benchmarking app (antutu). new benchmarking app use different method to calculate the system performance. I never saw any result touch 1900 with the newest version. anyway, let's get to the business. @OP: I've seen the code and I found
Code:
echo 7035 > /sys/class/touch/switch/set_touchscreen;
echo 8002 > /sys/class/touch/switch/set_touchscreen;
echo 11000 > /sys/class/touch/switch/set_touchscreen;
echo 13060 > /sys/class/touch/switch/set_touchscreen;
echo 14005 > /sys/class/touch/switch/set_touchscreen;
sgy have different set of hardware and this part wont work.
Code:
setprop dalvik.vm.startheapsize 48;
setprop cm.filesystem.ready 1;
setprop oxygen.filesystem.ready 1;
1st line obviously never work on GB rom. 2nd and 3rd line doesn't have any effect on system performance.
it's seems that you've made a quite good job here for your first tweak. there are several aspect need some fixes but overall it's quite good for a daily usage tweak. there are also some aspect you could improve to get a better result but for a first made tweak, its indeed a nice stuff. keep it up mate.
kurotsugi said:
@hell_lock: you can forget the old result which around 2000. you won't get that with the newest benchmarking app (antutu). new benchmarking app use different method to calculate the system performance. I never saw any result touch 1900 with the newest version. anyway, let's get to the business. @OP: I've seen the code and I found
Code:
echo 7035 > /sys/class/touch/switch/set_touchscreen;
echo 8002 > /sys/class/touch/switch/set_touchscreen;
echo 11000 > /sys/class/touch/switch/set_touchscreen;
echo 13060 > /sys/class/touch/switch/set_touchscreen;
echo 14005 > /sys/class/touch/switch/set_touchscreen;
sgy have different set of hardware and this part wont work.
Code:
setprop dalvik.vm.startheapsize 48;
setprop cm.filesystem.ready 1;
setprop oxygen.filesystem.ready 1;
1st line obviously never work on GB rom. 2nd and 3rd line doesn't have any effect on system performance.
it's seems that you've made a quite good job here for your first tweak. there are several aspect need some fixes but overall it's quite good for a daily usage tweak. there are also some aspect you could improve to get a better result but for a first made tweak, its indeed a nice stuff. keep it up mate.
Click to expand...
Click to collapse
THANKS
hell_lock said:
highest is around 2000+
Click to expand...
Click to collapse
I HAVE DONE THE BENCHMARK RESULT WITH LATEST POSSIBLE VERSION OF
ANTUTU(V3.1.1) .U MAY BE TALKING ABOUT RESULT DONE WITH V2.9
Click to expand...
Click to collapse
hell_lock said:
highest is around 2000+
Click to expand...
Click to collapse
@hell_lock Where can i get this kind of tweak to make my phone possible to reach 2000+ ?? Please reply... thanks...
Sent from my GT-S5360 using xda app-developers app
use chainfire and clear ram before starting antutu.
Sire all I can get is 1800+ not beyond that ... Even though i clear my RAM and use CF3d ...
My RAM usage always go down to 77.6 mb when I clear my RAM
Sent from my GT-S5360 using xda app-developers app
Friendzzz.... do not use with evolution rom the rom is itself awesome but any yweak on it it may lead to problem with customization and your phone may also go brick off...
Tested Velocity on evo x3
Sent from my GT-S5360 using Tapatalk 2
jasonxD said:
么 动态 看浓雾 哇哈他 团伙 么按时
Click to expand...
Click to collapse
Lol I'm a Chinese and I can assure you that line doesn't make sense
Saving the universe, one game at a time.
Wer can i download dis app to see my sgy score??
Sent from my GT-S5360 using xda app-developers app
Dhaval Bhatt said:
Wer can i download dis app to see my sgy score??
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
Antutu it wasn't that hard...
kurotsugi said:
@hell_lock: you can forget the old result which around 2000. you won't get that with the newest benchmarking app (antutu). new benchmarking app use different method to calculate the system performance. I never saw any result touch 1900 with the newest version. anyway, let's get to the business. @OP: I've seen the code and I found
Code:
echo 7035 > /sys/class/touch/switch/set_touchscreen;
echo 8002 > /sys/class/touch/switch/set_touchscreen;
echo 11000 > /sys/class/touch/switch/set_touchscreen;
echo 13060 > /sys/class/touch/switch/set_touchscreen;
echo 14005 > /sys/class/touch/switch/set_touchscreen;
sgy have different set of hardware and this part wont work.
Code:
setprop dalvik.vm.startheapsize 48;
setprop cm.filesystem.ready 1;
setprop oxygen.filesystem.ready 1;
1st line obviously never work on GB rom. 2nd and 3rd line doesn't have any effect on system performance.
it's seems that you've made a quite good job here for your first tweak. there are several aspect need some fixes but overall it's quite good for a daily usage tweak. there are also some aspect you could improve to get a better result but for a first made tweak, its indeed a nice stuff. keep it up mate.
Click to expand...
Click to collapse
everytime kuro reply,, many others learned,, like me.....LOL

[Tweak] [script] [init.d] Plasma tweak! Boost your phone

This is my first contribution to galaxy y forum.I hope you like it
Indroducing you my first script "plasma tweak" to boost your proccessor and decreace lag as possible.
This script is very simple , as I said it's my first work and I am still learning.please If you found it useless just dont try it and dont flame me. JUST DONT TRY.
Here we go,
Requirments :
-rooted galaxy y
-busybox installed
-a kernel with init.d support
Click to expand...
Click to collapse
Installation:
-download the script
-copy to /system/etc/init.d
-set permission to rw xr x
-enjoy
Click to expand...
Click to collapse
changelog:
v0.1 : initial release
Click to expand...
Click to collapse
v0.2 :
-minor change in cpu tweak
-added internet tweak
-added SD tweak
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Download :
v0.1 https://db.tt/8P4Ozt5a
v0.2 https://www.dropbox.com/s/jt9ahuvd6nte2go/01PlasmaTweak
Click to expand...
Click to collapse
credits :
me
lucius.zen for his guide
Click to expand...
Click to collapse
press thanks if you liked my work
you should add the info that we must delete the "txt" ending of the filename,otherwise it dont work.
Nice start! As -CALIBAN666- said, you will have to remove the ".txt" extension. This script changes your CPU frequency and governor.
In your script you will only need one
Code:
#!/system/bin/sh
I suggest you to keep the Min. frequency at 312MHz or 156Mhz. Yes, keeping the Min. frequency at 832Mhz will improve your devices' performance at the cost of battery life.
Code:
echo "832000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
echo "312000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
or
Code:
echo "156000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
If you need help with scripts just PM me, I'll be happy to help.
Ah nice try!
Best of luck mate!
Sent from my GT-S5360
-CALIBAN666- said:
you should add the info that we must delete the "txt" ending of the filename,otherwise it dont work.
Click to expand...
Click to collapse
I added that, thanks for advice
Sent from my GT-S5360 using Tapatalk 2
fifa2151 said:
Ah nice try!
Best of luck mate!
Sent from my GT-S5360
Click to expand...
Click to collapse
Thanks for encouragment
Ne.xt said:
Nice start! As -CALIBAN666- said, you will have to remove the ".txt" extension. This script changes your CPU frequency and governor.
In your script you will only need one
Code:
#!/system/bin/sh
I suggest you to keep the Min. frequency at 312MHz or 156Mhz. Yes, keeping the Min. frequency at 832Mhz will improve your devices' performance at the cost of battery life.
Code:
echo "832000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
echo "312000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
or
Code:
echo "156000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
If you need help with scripts just PM me, I'll be happy to help.
Click to expand...
Click to collapse
I will try this when I am back from school hope me luck with the exam
Sent from my GT-S5360 using Tapatalk 2
i try it on my lg overclocked to 1.1 ghz,seems very cool because its very tiny.:good:
-CALIBAN666- said:
i try it on my lg overclocked to 1.1 ghz,seems very cool because its very tiny.:good:
Click to expand...
Click to collapse
Good
Sent from my GT-S5360 using Tapatalk 2

Categories

Resources