[MOD] Various Tweaks for your Galaxy S2G - Galaxy S II I9100G Android Development

Hey guys,
I would like to start to develop for this phone even without a phone (but I hope this fact is changing soon ^^ I saved 200euro by myselfe to buy a phone maybe you can help me with the rest ).
Doesn´t matter here´s a flashable zip (untested because of the no device point) that should work and includes the following tweaks. Download it and flash it through CWM. I played abit with your device´s files Detailed explanation of what is included below. Of course other Devs can use this in their Roms without asking.
Please report Bugs if you´ve found any!
GPS Boost (Credits to Crescendo Xenomorph for your brilliant idea, I played a bit with the values that are in the file you found):
To come to a better GPS and faster capture of location I edited /system/etc/sirfgps.conf
PROJECT=SAMSUNG_T1
UART_DRIVER=/dev/ttyO0
RESET_GPIO=/sys/devices/virtual/sec/gps/GPS_nRST/value
ONOFF_GPIO=/sys/devices/virtual/sec/gps/GPS_PWR_EN/value
EXTERNAL_LNA=1
REF_CLOCK_26MHZ=1
UART_BAUD_RATE=2
FREQUENCY_AIDING=0
SENSOR_AIDING=0
SET_ID_IMSI=1
DEBUGGING_FILES=0
SSL_ENABLED=1
CERTI_VERSION=0
CP_RESPONSETIME=2
CONTROL_PLANE=1
ATT_NETWORK_OPERATOR=0
EMC_ENABLE=0
Click to expand...
Click to collapse
If you change EMC_ENABLE, SENSOR_AIDING and FREQUENCY_AIDING to 1 there will be a big improvement but also more battery consume when you use GPS. (Of course already done in the .zip).
Faster Boot:
To enable a faster boot I edited the script /system/etc/init.goldfish.sh
[...]
# disable boot animation for a faster boot sequence when needed
boot_anim=`getprop ro.kernel.android.bootanim`
case "$boot_anim" in
0) setprop debug.sf.nobootanimation 1
;;
esac
[...]
Click to expand...
Click to collapse
You have to make sure that setprop debug.sf.nobootanimation 1 will be done in every case, you will now boot very faster. (Also done in the .zip).
Higher IdleTimeout (Bluetooth):
It´s not really a Tweak I just increst the IdleTimeout time because I always use it at this level, it seems more logical to me. Edited in /system/etc/bluetooth/input.conf
# Configuration file for the input service
# This section contains options which are not specific to any
# particular interface
[General]
# Set idle timeout (in minutes) before the connection will
# be disconnect (defaults to 0 for no timeout)
#IdleTimeout=30
Click to expand...
Click to collapse
Longer DiscoverableTimeout (Bluetooth):
When I want to transfer files via bluetooth I always anger about the low time the phone is by default in a discoveryable mode (so that your device can be seen by other devices). So I also cahnged this from 180 to 300
[...]
# How long to stay in discoverable mode before going back to non-discoverable
# The value is in seconds. Default is 180, i.e. 3 minutes.
# 0 = disable timer, i.e. stay discoverable forever
DiscoverableTimeout = 300
[...]
Click to expand...
Click to collapse
You can find the lines in /system/etc/bluetooth/main.conf
Set PairableTimeout (Bluetooth):
Samsung invented the DiscoverableTimeout but doesn´t use the pairablemodeTimeout to save battery! Why?
[...]
# How long to stay in pairable mode before going back to non-discoverable
# The value is in seconds. Default is 0.
# 0 = disable timer, i.e. stay pairable forever
PairableTimeout = 0
[..]
Click to expand...
Click to collapse
So I set a PairableTimeout at 1000 by default. You can find the lines in /system/etc/bluetooth/main.conf
If you have any problem feel free to post your question below. I will add some other tweaks when I found some new If you like my work, please thank, may consieder a donation and line my facebook page. Thanks! Happy flashing
Please like my site on Facebook ​

Awesome works.. thanks for ur hardwork..neway this G device got lots of trouble like music stutter while listening to the music through earphone...and also hang a lot..can hang just because of turning on or off a wifi sometime and so on..could u please see through this device and if possible could u please do ot edit some tweaks that may lighter this device so that it will not hang a lot..
Sent from my GT-I9100G

rascal123 said:
Awesome works.. thanks for ur hardwork..neway this G device got lots of trouble like music stutter while listening to the music through earphone...and also hang a lot..can hang just because of turning on or off a wifi sometime and so on..could u please see through this device and if possible could u please do ot edit some tweaks that may lighter this device so that it will not hang a lot..
Sent from my GT-I9100G
Click to expand...
Click to collapse
I will do this
This here is more like what configs I find usefull but when I know more about the device I will do the real improvements
Sent from my GT-I9000 using XDA

Anyone check and plss report does all bluetooth tweaks are working or not...
Sent from my GT-I9100G using XDA

thanks
danke mein freund , will try the faster boot for sure

The GPS improve didn´t work for me.
Regards!

Great work, GPS connects much faster now, boot is also faster. Thx

Blutooth and gps are working just ammend the tweak myself using root explorer cause i still want my bootanmation thanks for sharing the code..waiting for further tweaks from u fuss..
Sent from my GT-I9100G

Hi...fuss...can u provide the untweek version too..becouse my s2 bootanimation seen disappear after i flash ur tweek....can u help me?

rascal123 said:
Blutooth and gps are working just ammend the tweak myself using root explorer cause i still want my bootanmation thanks for sharing the code..waiting for further tweaks from u fuss..
Sent from my GT-I9100G
Click to expand...
Click to collapse
When u edited the script yourself,did you change anything in the code provided to keep ur boot animation ?

Madarox said:
When u edited the script yourself,did you change anything in the code provided to keep ur boot animation ?
Click to expand...
Click to collapse
Download the .zip open the archive with winrar or 7zip and delete init.goldfish.sh from /System/etc
Sent from my GT-I9000 using XDA

Madarox said:
When u edited the script yourself,did you change anything in the code provided to keep ur boot animation ?
Click to expand...
Click to collapse
I didnt flash the code provided..i just follow codes above that he shares with us..so i just edit on blutooth and gps part...im not touching the bootanimation part cause i still want my bootanimation
Sent from my GT-I9100G

fuss132 said:
Download the .zip open the archive with winrar or 7zip and delete init.goldfish.sh from /System/etc
Sent from my GT-I9000 using XDA
Click to expand...
Click to collapse
Thanks,now I don't have to do each tweak manually

Madarox said:
Thanks,now I don't have to do each tweak manually
Click to expand...
Click to collapse
Press Thanks if I helped you
Sent from my GT-I9000 using XDA

fuss132 said:
Press Thanks if I helped you
Sent from my GT-I9000 using XDA
Click to expand...
Click to collapse
I did
Well I flashed it and I can notice that GPS and bluetooth improved but the boot animation is gone even that I deleted that file before flashing :/

Madarox said:
I did
Well I flashed it and I can notice that GPS and bluetooth improved but the boot animation is gone even that I deleted that file before flashing :/
Click to expand...
Click to collapse
Bootanination should be there when you Boot a second time else please Report it to me and I will find the problem
Sent from my GT-I9000 using XDA

fuss132 said:
Bootanination should be there when you Boot a second time else please Report it to me and I will find the problem
Sent from my GT-I9000 using XDA
Click to expand...
Click to collapse
Nope,still no animation after rebooting 3 times.

any tweak for speed up internet connection? ( 3g CONNECTION)

shaeshi said:
any tweak for speed up internet connection? ( 3g CONNECTION)
Click to expand...
Click to collapse
There are many tweaks available but they are only fake ones that simulate a better connection. In my opinion its impossible to increase noticable...
Sent from my GT-I9000 using XDA

can you do a zip to remove the tweaks ??? just in case

Related

░█░ [Tweaks] To improve the speed and stability [flashable] ░█░ V08░█░

░█░ [Tweaks] To improve the speed and stability [flashable] ░█░ V08░█░
After a lot of testing, i came with these tweaks to improve the speed and stability for the Arc.
i collect these tweaks inside flashable file: ( thx to knzo )
Increase overall touch responsiveness
internet speed tweaks
microSD card speed tweak
825 mV for the first freq ( -75mV for all freq )
875mV(for devices not stable with 825mV)
zipalign on boot.
Render UI with GPU
Disable debugging notify icon on statusbar
VR I/O Scheduler as default
interactive CPU governor as default
Max speed - screen off 576 MHz
The Best RAM Optimization by Juwe.
Stereo sound in Video record
3G tweaks ( receiving become better )
& more...
Download V8:
(v08) small fix + support 2.3.4
(v07a) nothing new but no bootloop for some people they have already my old patch
(v07) i just remove some lines making the phone lagy after a heavy use
http://www.mediafire.com/?ni6ot0cwcdk4k
Installing :
Via Clockwork Recovery
make a backup before flashing.
if you put any file in system\etc\init.d\ *make sure to delete it before flashing.
How do you revert if you need to ?
Sent from my LT15i using Tapatalk
If i use this patch, then i dont need anymore SetCpu? Right...
dondavis007 said:
How do you revert if you need to ?
Sent from my LT15i using Tapatalk
Click to expand...
Click to collapse
do a backup first and if it doesnt work recover it
dondavis007 said:
How do you revert if you need to ?
Sent from my LT15i using Tapatalk
Click to expand...
Click to collapse
Most of the patch are added to Build.prop so make a backup of your Build.prop you you can revert it back. Rest are the scripts that goes under Init.d folder. So you could deleted the script and reboot the device.
Hope this helps!
Tried both of them and both of them give me problems
My phone restarts especially in between phone calls
Sent from my LT15i using XDA App
Tried replacing the prop file and removing the scripts from init.d folder
Still having probs wid da constant reboots
Any solution.?
Sent from my LT15i using XDA App
lil_devil said:
Tried replacing the prop file and removing the scripts from init.d folder
Still having probs wid da constant reboots
Any solution.?
Sent from my LT15i using XDA App
Click to expand...
Click to collapse
It might be the voltages, check this out http://forum.xda-developers.com/showpost.php?p=16735211&postcount=524 and try to adjust the voltages.
ShyamSasi said:
It might be the voltages, check this out http://forum.xda-developers.com/showpost.php?p=16735211&postcount=524 and try to adjust the voltages.
Click to expand...
Click to collapse
Is there any way to undo all the changes instead...Atleast if i know what else has been changed maybe i can revert to my original files
lil_devil said:
Is there any way to undo all the changes instead...Atleast if i know what else has been changed maybe i can revert to my original files
Click to expand...
Click to collapse
do a backup from recovery first then try this tweek..i also have prob with this and constant reboot...so i restore back to my backup after that...the backup will restore back to your original setting at the time you made the backup...
click thanka if this help....
lil_devil said:
Is there any way to undo all the changes instead...Atleast if i know what else has been changed maybe i can revert to my original files
Click to expand...
Click to collapse
i think if some one flash the the last boot.img again it's will reset the voltage to default .
i will checl that !
taaviu said:
If i use this patch, then i dont need anymore SetCpu? Right...
Click to expand...
Click to collapse
yes, you don't need for it . only if you want to do somthing else .
if i may ask : whats the benefit of rendering the UI with the GPU? lol
realfelix said:
if i may ask : whats the benefit of rendering the UI with the GPU? lol
Click to expand...
Click to collapse
frees up your RAM if I remember right.
hanifh said:
frees up your RAM if I remember right.
Click to expand...
Click to collapse
More flow I presume? Isnt this why the iPhone doesnt stutter?
Sent from my LT15i using Tapatalk
The 825 seems stable at first glance for my Arc. Still use SetCPU btw to set the speeds to 0.122/1.5GHz and Smartassv2 governor. Will try the package for a few days to see speed/battery/memory.
Btw, does this make the v6 supercharger memory management obsolete? Or does is still work?
UPDATE: I can say the phone is stable at the above speeds. I don't really notice a difference in battery/speed/memory, but maybe it's due to irregular usage. I had no speed or memory issues before so maybe it can't be better.
I haven't done any flashing of rom (still afraid to do that hehehe) but i would like to share the things i added on my build.prop
I'm in Singapore - Singtel Carrier
(no more dropping the 3G signal while on call)
ro.ril.enable.dtm=1
(faster lock of gps satellite in my exp)
ro.ril.def.agps.mode=1
ro.ril.def.agps.feature=1
(not for speed hehe just to add 3g prefix somewhere. couldn't find any diff)
ro.ril.enable.3g.prefix=1
Is it will work with neo?
Sent from my MT15i using Tapatalk
skupi20 said:
Is it will work with neo?
Sent from my MT15i using Tapatalk
Click to expand...
Click to collapse
Yes. But I recommend to add the manually. Because in the the Build.prop might be for Arc. Check this thread http://forum.xda-developers.com/showthread.php?t=1233878
How on earth do you even get recovery on ARC in the first place ?
or this is some other recovery you guys are talking about ?
why didn't anyone post up their experiences with this yet ?

[TWEAK/MOD}UPDATED MAY 12 {Arconium ICS}(ARC/S)

Here are a few Build.Prop and init.d tweaks only for
Arconium ICS! (KA rom COMING soon)
V2
increase image quality
increase upload speed
smoother scrolling
lock home app in memory
battery life (although can't do much until proper ics sources for sony are out as its a kernel thing)
increased media streaming
no more dark screen after call
increase dialing speed during call
V3
Ipv4 tweaks
Qualcomm specific tweaks
flash the packages and open terminal emulator and type
"su" enter
"sysctl -a | grep vm" and then enter
reboot
wipe davlik cache
CREDITS
EVERYONE WHO HAS MADE A BUILD.PROP AND INIT.D TWEAK
Flashable ZIPS for both LT18 & LT15
VERSION 2
Arconium LT18i
Arconium LT15
VERSION 3 (only for LT18i may be unstable for LT15)
LT18i V3
DONT MIRROR MY FILES!! (ALWAYS WANTED TO SAY THAT) JUST JOKING!!!
Sony music widget mod liven up your home screen
MUSIC WIDGET MOD
AND OF COURSE.......................... PLEASE PRESS THANKS
I will wait till more details added
I´m still using it, what can i say, a bit Faster and Smoother.
Thanks Man.
I'm feeling a little bit suicide right now, so I just flashed it. Arconium ICS feels a tad faster, but not much.
I'd like to see a tweak list.
Diskun said:
I'm feeling a little bit suicide right now, so I just flashed it. Arconium ICS feels a tad faster, but not much.
I'd like to see a tweak list.
Click to expand...
Click to collapse
Yes, tweak list please
Sent from my LT18i using Tapatalk 2
Can I use this tweaks on stock ICS. Can I edit my built.prop with your tweaks?
Diskun said:
I'm feeling a little bit suicide right now, so I just flashed it. Arconium ICS feels a tad faster, but not much.
I'd like to see a tweak list.
Click to expand...
Click to collapse
Yes. Like he said. ICS is a little faster after flash BUT sometimes it does lag more than the default build.prop. And so I was wondering is there any way to re-flash the default one back to normal??
Sent from my Xperia Arc S using xda premium
Hey I'm using it since yesterday with no problems till now.
But to be true I could not notice changes into Arconium ICS.
RE
The reason why lag comes more here is because ive added a battery save tweak and until kernel sources are out thats going to be a problem. so the best way to combat this is use arknight kernel Conservative/sio and that should do it coz i have no lag whats so ever also try re supercharging with my build prop tweakproblem solved
Also if u unzip the package you'll find a file called 77tweak.. place that file in system/etc/init.d and wipe davlik and cache partition
that should make internet alittle faster
im not sure why it didnt install itself in the folder.. must be something wrong with my update script
Hey. I gave it a few days to run . Seems like the lag just, disappear
Sent from my Xperia Arc S using xda premium
thats great
LeParkour012 said:
Hey. I gave it a few days to run . Seems like the lag just, disappear
Sent from my Xperia Arc S using xda premium
Click to expand...
Click to collapse
thats great!! there will be an update soon... to compliment arc knight kernel
TheGreatSega said:
thats great!! there will be an update soon... to compliment arc knight kernel
Click to expand...
Click to collapse
Can't wait >.<
Sent from my Xperia Arc S using xda premium
update
Updated... Check main post
TheGreatSega said:
Updated... Check main post
Click to expand...
Click to collapse
Will update later once arnonium itself updated.
Hey hey.
I dont get the terminal thing. I know how but in between the command after su, what is that? Is it a l or |??
Sent from my Xperia Arc S using xda premium
Any of Screen Shot
Server error
The website encountered an error while retrieving http://www.mediafire.com/?mrlqhvv5uq1fujq. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
Sent from my Xperia Arc ICS using XDA Premium.
TheGreatSega said:
(KA rom COMING soon)
Click to expand...
Click to collapse
Hey, I just saw this thread, and I already optimized my tweaks for KA18 on Monday (release will be this weekend) so I don't think it will be useful to make a build.prop with the same tweaks as you did for Arconium ICS.
I already have these tweaks in my KA17.2 rom so it won't make any difference
just to let you know, now you don't have to waste your time doing this for my rom
!!
krugm0f0 said:
Server error
The website encountered an error while retrieving http://www.mediafire.com/?mrlqhvv5uq1fujq. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
Sent from my Xperia Arc ICS using XDA Premium.
Click to expand...
Click to collapse
krabappel2548 said:
Hey, I just saw this thread, and I already optimized my tweaks for KA18 on Monday (release will be this weekend) so I don't think it will be useful to make a build.prop with the same tweaks as you did for Arconium ICS.
I already have these tweaks in my KA17.2 rom so it won't make any difference
just to let you know, now you don't have to waste your time doing this for my rom
Click to expand...
Click to collapse
@krugm0f0 all seems fine... i dont think it will work if you use your phone
@Krabapple cool.. ill check it out and see there are a few more sysctl tweaks that could be useful and im not wasting time.. i love doing this stuff!!
Version 3
Updated
see op
Overdose1986 said:
I get an Error:
Code:
sysctl: error reading key 'net.ipv4.route.flush'
: Permision denied
sysctl: error reading key 'net.ipv6.route.flush'
: Permision denied
????
Any idea?
Click to expand...
Click to collapse
+1

[KERNEL][GT-I9100G][GB][28/08/2012]streetware-kernel-0.5.2 #final-release

! ! ! THIS IS A GINGERBREAD KERNEL FOR STOCK ROMS ! ! !​
Click to expand...
Click to collapse
hi all,
i present you the very last version of my streetware-kernel for gingerbread. i think everything is working correctly now, so i can spend all my time on a new project.
if something unfortunately doesn't work, please leave a comment or write a pm.
and now, have a lot of fun with the new streetware-kernel...​
disclaimer:
remember that you flash your device at you own risk. i am not responsible for bricked devices, lost data, lost warranty or anything else, that may be the result of flashing or using this kernel.
Click to expand...
Click to collapse
advice:
don't foget to make a backup of your custom files like init.d-scripts, modules, bootscripts, bootanimations, bootsounds and so on. i have done my best not to touch them, but don't blame me, if they are lost.
Click to expand...
Click to collapse
warning:
i have added an older version of chainsdd's superuser because the new version available on the play store ist still buggy and currently unusable.
if you want to update anyway, you are free to do so, but i recommend you to read the comments on the play store first.
if you accidentally updated superuser and want to get rid of the new version, do the following:
menu-button
settings
applications
manage applications
superuser
uninstall updates
make sure you have unchecked 'allow automatic updating' for chainsdd's superuser until the new version is working correctly.
Click to expand...
Click to collapse
changelog 0.5.1 - 0.5.2:
clockworkmod recovery v5.0.2.8
busybox v1.19.4-cm7
installed in [/sbin]
supersu v0.95
installed in [/system/app]
streetware-tool v0.5.2
this is a command-line tool used to modify kernel-settings and many other things. type 'streetware -h' or 'streetware --help' in your preferred terminal application for more information.
Click to expand...
Click to collapse
general features:
clockworkmod touch recovery v5.0.2.8
busybox v1.19.4-cm7
installed in [/sbin]
busybox v1.20.2-stericson
installed in [/system/xbin]
supersu v0.95
installed in [/system/app]
superuser v3.0.7
not installed per default
cwmmanager v3.0
installed in [/system/app]
cifs-support
module in [/lib/modules]
j4fs-support
module in [/lib/modules]
ntfs-support
module in [/lib/modules]
'ntfs-3g' in [/sbin]
efs-backup
stored in [/mnt/sdcard/streetware/backup/efs]
insecure kernel
settings in [/default.prop]
integrated kernel-tweaks
tweaks in [/misc/streetware/tweaks]
cf-root compatible
properties in [/misc/streetware/settings/cfroot]
cpu frequencies [default]
[200] 400 600 800 1000 [1200]
governors [default]
[abyssplug] aggressive aggressive_x conservative gallimaufry gallimaufry_x hotplug interactive interactive_x lionheart min_max ondemand ondemand_x performance powersave smartass_v2 userspace
schedulers [default]
bfq cfq deadline noop [sio] vr
custom bootscript-support
copy your 'bootscript.sh' in [/system/streetware/bootscript] or [/mnt/sdcard/streetware/bootscript]. if files with the same name are placed in both folders, only the newer one will be used.
custom init.d-support
copy your init.d-scripts in [/system/streetware/init.d] or [/mnt/sdcard/streetware/init.d]. if files with the same name are placed in both folders, only the newer one will be used.
custom modules-support
copy your modules in [/system/streetware/modules] or [/mnt/sdcard/streetware/modules]. if files with the same name are placed in both folders, only the newer one will be used.
custom bootanimation-support
copy your 'bootanimation.zip' in [/system/streetware/bootstyle] or [/mnt/sdcard/streetware/bootstyle]. if files with the same name are placed in both folders, only the newer one will be used.
custom bootlogo-support
copy your 'logo.jpg' in [/system/streetware/bootstyle] or [/mnt/sdcard/streetware/bootstyle]. if files with the same name are placed in both folders, only the newer one will be used. you have to remove the famous yellow triangle or custom bootlogos won't be displayed.
custom bootsound-support
copy your 'PowerOn.wav' in [/system/streetware/bootstyle] or [/mnt/sdcard/streetware/bootstyle]. if files with the same name are placed in both folders, only the newer one will be used.
Click to expand...
Click to collapse
special features:
streetware-tool v0.5.2
this is a command-line tool used to modify kernel-settings and many other things. type 'streetware -h' or streetware --help in your preferred terminal application for more information.
Code:
~ # streetware --help
streetware: display help
usage 'streetware [OPTION]'
-a switch between supersu and superuser
-o toggle cifs-support on and off
-n toggle ntfs-support on and off
-b toggle bootscript-support on and off
-i toggle init.d-support on and off
-m toggle modules-support on and off
-t toggle integrated kernel-tweaks on and off
-f change default cpu-frequency-range
-g change default governor
-s change default scheduler
-l remove custom bootlogo
-u uninstall all changes and files made by this kernel and reboot into recovery-mode
-k backup your current kernel-settings to sdcard
-r reboot with your backup-settings from sdcard
-c check your current kernel-settings for errors and display them
-h display this help
-v display version information
advanced users should try 'streetware --display-all-options' to see a complete list with all options
report bugs at http://forum.xda-developers.com/showthread.php?t=1647393
~ #
advanced-mode
advanced user should try 'streetware --display-all-options' to see a complete list with all options.
Code:
~ # streetware --display-all-options
streetware: display all options
usage 'streetware [OPTION]'
--install-busybox
--uninstall-busybox
--toggle-busybox
--install-cwmmanager
--uninstall-cwmmanager
--toggle-cwmmanager
--install-supersu
--uninstall-supersu
--install-superuser
--uninstall-superuser
--toggle-superuser-application
--enable-all-hubs
--disable-all-hubs
--toggle-all-hubs
--enable-gamehub
--disable-gamehub
--toggle-gamehub
--enable-musichub
--disable-musichub
--toggle-musichub
--enable-readershub
--disable-readershub
--toggle-readershub
--enable-socialhub
--disable-socialhub
--toggle-socialhub
--enable-samsungapps
--disable-samsungapps
--toggle-samsungapps
--enable-cifs-support
--disable-cifs-support
--toggle-cifs-support
--enable-ntfs-support
--disable-ntfs-support
--toggle-ntfs-support
--enable-bootscript-support
--disable-bootscript-support
--toggle-bootscript-support
--enable-initd-support
--disable-initd-support
--toggle-initd-support
--enable-modules-support
--disable-modules-support
--toggle-modules-support
--activate-kernel-tweaks
--deactivate-kernel-tweaks
--toggle-kernel-tweaks
--change-cpu-frequency
--change-governor
--change-scheduler
--change-scheduler-mmcblk0
--change-scheduler-mmcblk1
--install-intro-as-bootlogo
--remove-custom-bootanimation
--remove-custom-bootlogo
--remove-custom-bootsound
--uninstall-kernel-reboot-download
--uninstall-kernel-reboot-normal
--uninstall-kernel-reboot-recovery
--uninstall-kernel-shutdown
--backup-kernel-settings
--restore-backup-settings
--check-kernel-settings
--check-backup-settings
--display-current-settings
--display-intro
--display-readme
--display-all-options
--help
--version
report bugs at http://forum.xda-developers.com/showthread.php?t=1647393
~ #
application-switch
you can switch between supersu and superuser. it's your choice!
backup-option
backup your custom kernel-settings to sdcard. reboot your device with your custom kernel-settings instead of the default settings.
bloatware-option
you can toggle gamehub, musichub, readershub, socialhub and samsungapps with all of their contents on and off.
frequency-settings
change cpu-frequency-range permanently. no need for other applications to do that!
governor-settings
change governors permanently. no need for other applications to do that!
kernel-tweaks
you can toggle the integrated kernel-tweaks on and off. just in case if you want to use your own tweaks.
scheduler-settings
change schedulers permanently. no need for other applications to do that! different schedulers for internal and external storage are also supported!
survival-mode
you will never lose root, even if you delete your su-binary. just reboot your device!
toggle-option
you can toggle things like bootscript-support, cifs-support, init.d-support, modules-support and ntfs-support on and off.
uninstall-option
uninstall all changes made by this kernel on your system-partition and reboot into download-mode or recovery-mode. just in case if you want to flash another kernel and make sure there is no trash left on your device.
Click to expand...
Click to collapse
credits goes to:
chainfire, chainsdd, hanny562, sakindia123, stericson, superatmos and all the others i forgot... :good:
Click to expand...
Click to collapse
thanks goes to:
patschi_ for testing again and again and again... :good:
vehlan for testing :good:
Click to expand...
Click to collapse
latest version:
streetware-kernel-0.5.2-final-release.tar.md5
flash with odin
the first boot after flashing needs a little bit more time (~60 seconds on my device). please be patient.
streetware-kernel-0.5.2-final-release.zip
flash with cwm recovery
the first boot after flashing needs a little bit more time (~60 seconds on my device). please be patient.
streetware-kernel-0.5.2-README
complete readme, changelog and detailed explanation
Click to expand...
Click to collapse
older versions:
streetware-kernel-0.5.1-final-release.tar.md5
flash with odin
the first boot after flashing needs a little bit more time (~60 seconds on my device). please be patient.
streetware-kernel-0.5.1-final-release.zip
flash with cwm recovery
the first boot after flashing needs a little bit more time (~60 seconds on my device). please be patient.
streetware-kernel-0.5.1-README
complete readme, changelog and detailed explanation
streetware-kernel-0.5-final-release.tar.md5
flash with odin
the first boot after flashing needs a little bit more time (~60 seconds on my device). please be patient.
streetware-kernel-0.5-final-release.zip
flash with cwm recovery
the first boot after flashing needs a little bit more time (~60 seconds on my device). please be patient.
streetware-kernel-0.5-README
complete readme, changelog and detailed explanation
streetware-kernel-0.4.4-final-release.tar.md5
flash with odin
streetware-kernel-0.4.4-final-release.zip
flash with cwm recovery
streetware-kernel-0.4.4-README
complete readme, changelog and detailed explanation
Click to expand...
Click to collapse
last but not least:
if you like this work, please hit the thanks-button...
Click to expand...
Click to collapse
Thank you for new Kernel testing it
Street79 said:
hi all,
the last few days i spent my time on learning how to compile a kernel, add new features to the source code and so on. the most time i spent on writing scripts, to make many things as easy as possible. and that's the result:
streetware-kernel-0.4 #final-release
i've been testing this kernel the last days and everything seems to work fine. but if something unfortunately doesn't work or if you have any suggestions, please leave a comment...
and now, have a lot of fun...
Click to expand...
Click to collapse
thanks ! i'm testing
i cant download..when i click the link..it show nothing..can you give me another link..
edit...now i can download it ..my connection was sux ...nice kernel..thanks for your gud work..
Sent from my GT-I9100G using XDA
testing...
Hope a good kernel. Testing ...
cant use pattern pin or password lock
Street79 said:
hi all,
the last few days i spent my time on learning how to compile a kernel, add new features to the source code and so on. the most time i spent on writing scripts, to make many things as easy as possible. and that's the result:
streetware-kernel-0.4 #final-release
i've been testing this kernel the last days and everything seems to work fine. but if something unfortunately doesn't work or if you have any suggestions, please leave a comment...
and now, have a lot of fun...
Click to expand...
Click to collapse
Great ~! Will try it ~
Gonna give it a try
xguestx said:
cant use pattern pin or password lock
Click to expand...
Click to collapse
thanks for the hint. i will fix it soon...
Good kernel...great batery life..
Sent from my GT-I9100G using Tapatalk 2
It looks good!!! thanks!!
rascal123 said:
Good kernel...great batery life..
Sent from my GT-I9100G using Tapatalk 2
Click to expand...
Click to collapse
What rom u are using ?
@Street 79- Galaxy S2 i9100G kernel has a ton of bloat ,i can help u strip it if u want and make the kernel faster and smaller.What say?
sakindia123 said:
@Street 79- Galaxy S2 i9100G kernel has a ton of bloat ,i can help u strip it if u want and make the kernel faster and smaller.What say?
Click to expand...
Click to collapse
okay, let's do it... thanks for the offer!
i will upload my kernel source later, so we can have a look together what to do...
Sent from my GT-I9100G using xda premium
Thank you for the new kernel. I will try it, when I have chance to download my connection are to bad atm
Gesendet mit meinem I9100G - GaLaXy Rom 5.1 & Lucifr 1.6 200 Ver
Ratheesh143 said:
What rom u are using ?
Click to expand...
Click to collapse
im on this rom
http://forum.xda-developers.com/showthread.php?t=1629030
xguestx said:
cant use pattern pin or password lock
Click to expand...
Click to collapse
fixed...
Hi Street79
When you mention "place an empty file called..." do you mean empty FOLDER ?
great kernel by now...
thanks for the good work. this kernel makes my i9100g realy faster and without any problems by now. still using it and will report any problem, but seem flawless.
thanks,
and i hope some day we could be able to overclock our processors, just wondering how good the benchmark scores can go up.

[SCRIPT] increasing system performance for 3.5 sense roms/blackout/trickdroid 1/18

Background
after editing the read_ahead_kb value of the script to speed it up. in the. init.d folder in the phone . it came to my head why dont i do that for the rest of the folders in that directory . I checked the destination folder and edit the other values , to increase their read_ahead_kb speed of the other folder thus the system .
i got there (sys/devices/virtua/bdi/)
there are other folders , the original value was 128 kb , i increased it 512 kb the phone was stable for a day and the games look better and the phone felt smoother . next day i increased it to 768 kb , the phone was even smoother , i took the final step to bump it to 1024 kb . holy cow . i could tell the difference
just an example , playing agent dash , i couldnt play music at the same time, but with the value of 1024 kb read ahead speed , now i can play it and listen to my progressive techno . the improvement is not just in game but in apps (opening and closing) .:good:
i meant you have to see it to believe
there is only one hiccup here . the rom the phone has is energy rom , is a port , but hopefully most of the roms have the same path .
* that is why is best to just attach the script and others can just change the path to it . it will be easier ( dont be lazy and check you file location)
* the first link is the direct script ,
* i dont know why the values dont stick from folders sys/devices/bdi/virtual/179:64 to sys/devices/bdi/virtual/254:4
* folder sys/devices/virtual/bdi/179:0 is the sd card value . usually roms have a init.d script for it. i have a sd card class 10 and 4096 kb works best form me, but 2048 kb and 3072 kb are good values too
* KERNEL HAS TO SUPPORT INIT,D SCRIPTS *** REQUIREMENT***
the script is really simple , dont be that hard .
INSTALLATION INSTRUCTIONS
- download to sd card
- using a file explorer ( root explorer . es explorer , there are a few in the android market )
- copy and paste the scritp tp the init.d folder ( mount system first)
- change permissions to RWX R-X R-X
- unmount system press home reboot
- reboot . enjoy , let me know
*** New** instructions
> download .zip to the root to the sd card
>boot into recovery flash script
> optional wipe both caches [dalvik and cache] . fallowing boot should take like 5 minutes ( clearing caches , helps to have cleaner mods , trust me i know
> check directory to make sure values stick , make sure have same directory , actually do this before , flashing lol
[[[ Not responsible for broken phone or anything that happens after flashing it ]]]]
here it is enjoy . any question ask , happy to share , hope it helps
SCRIPT
https://dl.dropbox.com/u/63125440/s99performancetweak
SCRIPT WITH READ_AHEAD_KB INCREASED TO 768KB
>>should work on all 2.3 roms<<
https://dl.dropbox.com/u/63125440/Perfomance Tweaks.zip
SCRIPT WITH READ_AHEAD _KB INCREASED TO 1024KB/
I called it V2 lol >>should work on all 2.3 roms<<
https://dl.dropbox.com/u/63125440/Perfomance Tweak v2.zip
[FOR 2.3,3 ROMS USING SENSE 3.5
SCRIPT FOR BLACKOUT ICS (THANKS FOR Roberto_lim)
https://dl.dropbox.com/u/63125440/Perfomance Tweaks (Blackout ICS).zip
[FOR BLACKOUT ICS ROM ONLY]
** added extra download links **
lateral18 said:
there is only one hiccup here . the rom the phone has is energy rom , is a port , but hopefully mos of the roms have the same path .
Click to expand...
Click to collapse
On Blackout ICS. Can confirm same paths. Have some additional entries though:
0:18
0:19
179:0
179:64
7:0 to 7:7
default
Roberto_Lim said:
On Blackout ICS. Can confirm same paths. Have some additional entries though:
0:18
0:19
179:0
179:64
7:0 to 7:7
default
Click to expand...
Click to collapse
Question what is the value of the read_ahead file in the folders ?
179:0 is for the sd card ,
Most roms have identical paths .
What are the other entries?
Just , gave me an idea , I can add another script , with that directory to the first post . Thanks
Cant find the init.d folder. T_T
denwathappened said:
Cant find the init.d folder. T_T
Click to expand...
Click to collapse
Mount file system with Root Explorer or any program file manager and find here
/system/etc/init.d
How to download it? There is only some text in the download link
denwathappened said:
Cant find the init.d folder. T_T
Click to expand...
Click to collapse
should be in system/etc/init.d
bosas200 said:
how to download it? There is only some text in the download link
Click to expand...
Click to collapse
update it op . My bad for such a incomplete first post
lateral18 said:
should be in system/etc/init.d
Click to expand...
Click to collapse
Found it. Thanks!
---------- Post added at 04:25 PM ---------- Previous post was at 04:21 PM ----------
How about for jb roms? Any idea which file should I download?
denwathappened said:
Found it. Thanks!
---------- Post added at 04:25 PM ---------- Previous post was at 04:21 PM ----------
How about for jb roms? Any idea which file should I download?
Click to expand...
Click to collapse
Cool,.
See the second post , give me the directory,
It should be something like sys/devices/virtual/bdi/18:0. And the rest of folders ,
Give me those I can post it in the OP
Thanks
If i change the value is 2048 so it will gonna work or it will damage my phone ?????
sagar4all007 said:
If i change the value is 2048 so it will gonna work or it will damage my phone ?????
Click to expand...
Click to collapse
I don't know that one , 1024 kb works good , what ROM do you have , did you try any of them ?
Plz dont try it....its lagging so much after run scrit by changing 2048......1024 is the best .....
I have viperdhd rom....
Thanks so much
Sent from my HTC Desire HD using xda app-developers app
sagar4all007 said:
Plz dont try it....its lagging so much after run scrit by changing 2048......1024 is the best .....
I have viperdhd rom....
Thanks so much
Sent from my HTC Desire HD using xda app-developers app
Click to expand...
Click to collapse
No problem,
That is the same way I learn. Trial and error.
Which script did you try , do you mind giving me the directory of your ROM, of the bdi folder to make one for that ROM.
sagar4all007 said:
Plz dont try it....its lagging so much after run scrit by changing 2048......1024 is the best .....
I have viperdhd rom....
Thanks so much
Sent from my HTC Desire HD using xda app-developers app
Click to expand...
Click to collapse
How did you get this tweak work on viper Dhd?? I tried but then a folder with the files appears in the sys/devices/virtual/bdi/default... The folders arent the same from my rim to your flashable zip, so it happens this... and also with a full wipe i can t erase this folder.. this breaks my wi fi, and it don t work please help me!!!
Sent from my Desire HD using Tapatalk
Can't download every link to drop box says unavailable. What's the deal? Any mirrors?
DeltaHF said:
How did you get this tweak work on viper Dhd?? I tried but then a folder with the files appears in the sys/devices/virtual/bdi/default... The folders arent the same from my rim to your flashable zip, so it happens this... and also with a full wipe i can t erase this folder.. this breaks my wi fi, and it don t work please help me!!!
Sent from my Desire HD using Tapatalk
Click to expand...
Click to collapse
Easy, send me a pm with the folders that are in your ROM, I can do the script for viper mod.. about the wi Di , I don't know , the script doesn't touch anything with the wi fi drivers
I would really appreciate the path
DeltaHF said:
How did you get this tweak work on viper Dhd?? I tried but then a folder with the files appears in the sys/devices/virtual/bdi/default... The folders arent the same from my rim to your flashable zip, so it happens this... and also with a full wipe i can t erase this folder.. this breaks my wi fi, and it don t work please help me!!!
Sent from my Desire HD using Tapatalk
Click to expand...
Click to collapse
I used v2 version and i get in same directory....
sys/devices/virtual/dbi/default....
Flash this and check again....
Sent from my HTC Desire HD using xda app-developers app
lateral18 said:
Easy, send me a pm with the folders that are in your ROM, I can do the script for viper mod.. about the wi Di , I don't know , the script doesn't touch anything with the wi fi drivers
I would really appreciate the path
Click to expand...
Click to collapse
No no sorry.. i was wrong.. i thought that some folders in every folder(Like default and the othets) named subsystem -> class/bdi werw wrong, Now i try to flash the script one more time and check if the ratio of kb are changed, sorry for wastin your time :banghead:
Sent from my Desire HD using Tapatalk
lateral18 said:
Easy, send me a pm with the folders that are in your ROM, I can do the script for viper mod.. about the wi Di , I don't know , the script doesn't touch anything with the wi fi drivers
I would really appreciate the path
Click to expand...
Click to collapse
However these are the folder i thought were wrong.. for the wi fi i don't know what happens.. but i think there cause are not your script

[ROM] FeoNiX FiRe [QUESTIONS & DISCUSSION THREAD]]

!!! WELCOME EVERYONE HERE YOU CAN ASK ANY QUESTION RELATED TO FeoNiX FiRe v1.0+ !!!!
You can post here all :
Your questions
Bugs you face
Suggestions
Contributes
Mods
Ideas
And Many More
XDA:DevDB Information
FeoNiX FiRe, ROM for the Samsung Galaxy Ace S5830i
Contributors
sahil chandel, brijeshep, Hitesh2626, Vishnu pv , abhi922 , iamareebjamal , amol gosavi , SpaceCaker , Ryuinferno , Jeeko , DC07 , djsky2011 , Rafael.Baugis, Lopicl.00
ROM OS Version: 2.3.x Gingerbread
Version Information
Status: Stable
Current Stable Version: FeoNiX FiRe v2
Stable Release Date: 2014-07-23
Created 2014-06-21
Last Updated 2014-08-16
Any screens of that ROM?
Mr.cyrux said:
Any screens of that ROM?
Click to expand...
Click to collapse
Here you Go.
Thanks
Thanks all sahil chandel,hitesh2626,brijeshep for awesome rom i like it much for performance & sound plz add epm in next version & swipe to remove notification ....
Striker ss007 said:
Thanks all sahil chandel,hitesh2626,brijeshep for awesome rom i like it much for performance & sound plz add epm in next version & swipe to remove notification ....
Click to expand...
Click to collapse
EPM is ready to go
Swipe to remove is work in progress
Thanks for this awesome Rom, great performance so far. Love the design of it. Besides of the already know bugs, only problem for me is the battery drain, don't know if every1 passd trough this, but with nothing on, just the screen on, 2% on 5 minutes.. and that's a pretty high value, at least for me. But anyway, great Rom man, kept it up!
Sent from my GT-S5830i using XDA Free mobile app
counathan said:
Thanks for this awesome Rom, great performance so far. Love the design of it. Besides of the already know bugs, only problem for me is the battery drain, don't know if every1 passd trough this, but with nothing on, just the screen on, 2% on 5 minutes.. and that's a pretty high value, at least for me. But anyway, great Rom man, kept it up!
Sent from my GT-S5830i using XDA Free mobile app
Click to expand...
Click to collapse
use custom kernel & modules
set frequency between 832-156 mhz & smartassv2 with sio
sahil chandel said:
use custom kernel & modules
set frequency between 832-156 mhz & smartassv2 with sio
Click to expand...
Click to collapse
I saw your other post about this and put this settings... still have high battery drain
Sent from my GT-S5830i using XDA Free mobile app
counathan said:
I saw your other post about this and put this settings... still have high battery drain
Sent from my GT-S5830i using XDA Free mobile app
Click to expand...
Click to collapse
Hi FeoNix FiRe users set ur cpu at 624-156mhz,smartassv2 with sio, open link2sd scroll down u will see software update app uninstall it......
Also if ur not using kitkat locker but using other locks go in setting then app setting then running process click on kitkat locker stop it
Go in terminal emulater enter su then wolf then zipalign
But let it be stable for 3 mins after rebooting as in intial it will be little slow but as u use it get stable & perform at same rate.....but if it lag turn 624 to832 rest remain same but must try with 624 i got no lags ....so u must try saves much battery.....
help
how to install pheonix rom i am getting bricked and stucked at logo please give step by step with installation of rom and module installation....
is rom installed first or modules and kernal
swathi js said:
how to install pheonix rom i am getting bricked and stucked at logo please give step by step with installation of rom and module installation....
is rom installed first or modules and kernal
Click to expand...
Click to collapse
First flash kernel then modules then rom..
Sent from my GT-S5830i using Tapatalk 2
packet Data not working
its on but no data is coming through no 3g or anything what could be causing it
Check your imei ..
The notification bar crash sometimes... And the caller isn't in french... :/
Someone know how to add more system memory to ACE ? i follow this tuto : http://forum.xda-developers.com/showthread.php?t=1716124&page=195
it doesnt work ....
bluedragon38 said:
The notification bar crash sometimes... And the caller isn't in french... :/
Someone know how to add more system memory to ACE ? i follow this tuto : http://forum.xda-developers.com/showthread.php?t=1716124&page=195
it doesnt work ....
Click to expand...
Click to collapse
As for CronMod, can you check whether you have a file named 40int2ext in your /system/etc/init.d to see if the installation was successful? Do post the result. Hope I Helped
bluedragon38 said:
The notification bar crash sometimes... And the caller isn't in french... :/
Someone know how to add more system memory to ACE ? i follow this tuto : http://forum.xda-developers.com/showthread.php?t=1716124&page=195
it doesnt work ....
Click to expand...
Click to collapse
Swipe notification is not working in this rom..if u swipe then it will force close
mahithm said:
As for CronMod, can you check whether you have a file named 40int2ext in your /system/etc/init.d to see if the installation was successful? Do post the result. Hope I Helped
Click to expand...
Click to collapse
Ok i will check it , my woman uses her phone actually , if i retry to install it , no probs ?
amolgosavi said:
Swipe notification is not working in this rom..if u swipe then it will force close
Click to expand...
Click to collapse
Okay thats why ! thanks !
bluedragon38 said:
Ok i will check it , my woman uses her phone actually , if i retry to install it , no probs ?
Click to expand...
Click to collapse
Sure, you can always retry the installation. Just make sure to do Mounts & Storage> Mount /system from CWM before you install this script. Most of the time not mounting /system can lead to unsuccessful installation. Do post the result. Hope I Helped
Tethering and WiFi hotspots not working..
Hi boss.
Very very thanks for developed this Rom and also like this but am facing one prblem ie
after flashing my galaxy ace s5830I to " feronix fire v2a " my thethering and hotspoting not working .that's why I can't share my mobile internet to my pc.
and also I doubt my internet connection very slow after flash. .bcoz I have 3g pack
pls can u help
Jamal ahammed said:
Hi boss.
Very very thanks for developed this Rom and also like this but am facing one prblem ie
after flashing my galaxy ace s5830I to " feronix fire v2a " my thethering and hotspoting not working .that's why I can't share my mobile internet to my pc.
and also I doubt my internet connection very slow after flash. .bcoz I have 3g pack
pls can u help
Click to expand...
Click to collapse
yeah wifi tethering has some problem i have been reported by some users might due to some scripts combination causing that but internet slow is not rom problem it has already a script to enhance 3g connection even i m also using 3 g no problem at all
use feonix fire v2 b it has no problem of wifi tethering everything is fine in that so use feonix fire v2b as it has no script included but it has same performance as stock....remember that

Categories

Resources