• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

|ROM| SPEEDROM by IOIDroid | FAST | RELIABLE | STOCK | SUBTLE MODS |

Are you using this ROM as a daily ?


  • Total voters
    13
  • Poll closed .

IOIDroid

Elite Member
Apr 3, 2012
1,523
1,871
0
Leeds


ALERT BEFORE UPDATING TO THE LATEST VERSION PLEASE FIRST FLASH THE STOCK ROM FROM SAMSUNG VIA ODIN OPTHERWISE THE ROM MAY NOT BOOT !

FEATURES :

* Based on the lastest stock firmware: Android 4.4.2 XXU1ANE4
* BusyBox
* SuperSU+Bin files
* Hacked SMS app.
* Remove Popup Cover Warnings
* Build.prop tweaks for better signal, battery improvements, media quality,scrolling speed,gpu render
* Add remove shutter sound in camera.
* Read/Write to external storage
* Odexed
* Extended Power Menu
* Custom Wallpaper
* Even Faster

TO DO :





Thanks :
@alvin551 :)
@GOLDIE​



XDA:DevDB Information
SpeedROM, ROM for the Samsung Galaxy S 5

Contributors
IOIDroid
ROM Firmware Required: Galaxy S5 , Rooted , Custom Recovery, G900F
Based On: STOCK SAMSUNG

Version Information
Status: Stable
Current Stable Version: 1

Created 2014-06-24
Last Updated 2014-09-10
 

IOIDroid

Elite Member
Apr 3, 2012
1,523
1,871
0
Leeds
RESERVED

CHANGELOG​

V8
  • Added KTOONES Kernel
  • Removed Stock Browser
  • Added Chrome Browser (Much Better)
  • Added Audio Tweaks to Mixer Paths
  • Added Latest Camera MODS
  • Added Read and Write External
  • Zipaligned with latest binaries
  • Added Latest Modem
  • Added lots of CSC Tweaks for added features
  • Added Call and Message Blocking
 
Last edited:

IOIDroid

Elite Member
Apr 3, 2012
1,523
1,871
0
Leeds
The Following Changes are added, these are fairly generic for custom ROM's and Samsung do not add them as they are all Vanilla Android tweaks.

#Better battery life:
usb_wakeup=enable
proximity_incall=enable
power_supply.wakeup=enable
ro.config.hw_power_saving=1
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
persist.sys.use_dithering=0
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
ro.mot.eri.losalert.delay=1000
ro.ril.sensor.sleep.control=1
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
persist.sys.shutdown.mode=hibernate
wifi.supplicant_scan_interval=90

The above changes force the phone into deep sleep after inactivity and therefore saves battery life. One of the changes also increases the amount of time Android waits between scanning for a new wireless network therefore decreasing battery drain.


windowsmgr.max_events_per_sec=300

This increases the smoothness of scrolling on the device.

The changes below force Rendering of graphics via the GPU which frees up CPU for multitasking etc.

#Render UI with GPU
debug.sf.hw = 1


There are hundreds of others but takes to long to explain them all !
 

Goldie

Inactive Recognized Developer
Oct 16, 2010
9,967
22,757
0
The Following Changes are added, these are fairly generic for custom ROM's and Samsung do not add them as they are all Vanilla Android tweaks.

#Better battery life:
usb_wakeup=enable
proximity_incall=enable
power_supply.wakeup=enable
ro.config.hw_power_saving=1
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
persist.sys.use_dithering=0
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
ro.mot.eri.losalert.delay=1000
ro.ril.sensor.sleep.control=1
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
persist.sys.shutdown.mode=hibernate
wifi.supplicant_scan_interval=90

The above changes force the phone into deep sleep after inactivity and therefore saves battery life. One of the changes also increases the amount of time Android waits between scanning for a new wireless network therefore decreasing battery drain.


windowsmgr.max_events_per_sec=300

This increases the smoothness of scrolling on the device.

The changes below force Rendering of graphics via the GPU which frees up CPU for multitasking etc.

#Render UI with GPU
debug.sf.hw = 1


There are hundreds of others but takes to long to explain them all !
Hey mate. Have you looked at this thread?

persist.sys.use_dithering and pm.sleep_mode (x2 entries) are said to only work on CM.

ro.config.hw_power_saving=1
ro.config.hw_fast_dormancy=1
ro.ril.disable.power.collapse=0 x2 entries
ro.mot.eri.losalert.delay=1000

And maybe some others also are shown to not do anything. The thread is worth a read along with these links....

http://www.jeffmixon.com/examining-build-prop-tweaks-for-android-ics-a-comprehensive-guide-part-1/

http://www.jeffmixon.com/examining-build-prop-tweaks-android-ics-comprehensive-guide-part-2/

For example to quote jeff mixom on windowsmgr.max_events_per_sec=300....

Many build.prop tweaks set this value to 300, but it seems this is a bad idea. As Google points out, Android maxes out at 60fps. The default value is already allow for a possible max_events_per_sec of 90. Even if you allow for 300 max_events_per_sec, you’ll only ever see 60 of these events in any given second. Therefore, any value much higher than 90 is unlikely to have any noticeable impact on your experience in general. Additionally, setting this value too high can starve other UI events that need to get processed, viz. touch inputs. You’re not likely to feel like your device is running very smoothly when it is busy processing thousands of scroll events instead of responding immediately to you clicking to try and open a link or an app. There may be some specific scenarios where increasing this value does appear to improve system feedback, but changing this value for all UI events across the board will likely cause more problems than it will solve.

Sent from my SM-G900F using Tapatalk
 
Last edited:

IOIDroid

Elite Member
Apr 3, 2012
1,523
1,871
0
Leeds
Hey mate. Have you looked at this thread?

persist.sys.use_dithering and pm.sleep_mode (x2 entries) are said to only work on CM.

ro.config.hw_power_saving=1
ro.config.hw_fast_dormancy=1
ro.ril.disable.power.collapse=0 x2 entries
ro.mot.eri.losalert.delay=1000

And maybe some others also are shown to not do anything. The thread is worth a read along with these links....

http://www.jeffmixon.com/examining-build-prop-tweaks-for-android-ics-a-comprehensive-guide-part-1/

http://www.jeffmixon.com/examining-build-prop-tweaks-android-ics-comprehensive-guide-part-2/

For example to quote jeff mixom on windowsmgr.max_events_per_sec=300....

Many build.prop tweaks set this value to 300, but it seems this is a bad idea. As Google points out, Android maxes out at 60fps. The default value is already allow for a possible max_events_per_sec of 90. Even if you allow for 300 max_events_per_sec, you’ll only ever see 60 of these events in any given second. Therefore, any value much higher than 90 is unlikely to have any noticeable impact on your experience in general. Additionally, setting this value too high can starve other UI events that need to get processed, viz. touch inputs. You’re not likely to feel like your device is running very smoothly when it is busy processing thousands of scroll events instead of responding immediately to you clicking to try and open a link or an app. There may be some specific scenarios where increasing this value does appear to improve system feedback, but changing this value for all UI events across the board will likely cause more problems than it will solve.

Sent from my SM-G900F using Tapatalk

Thank You @Goldie didnt realise they didnt make any difference, i will start removing them but im sure ive noticed a difference by changing the Battery settings in terms of deep sleep and battery saving ! ?

In fact whilst ive got you here dont suppose you have a guide on building the extended power menu ?

Cheers !
 
  • Like
Reactions: Hellscythe

Goldie

Inactive Recognized Developer
Oct 16, 2010
9,967
22,757
0
Thank You @Goldie didnt realise they didnt make any difference, i will start removing them but im sure ive noticed a difference by changing the Battery settings in terms of deep sleep and battery saving ! ?

In fact whilst ive got you here dont suppose you have a guide on building the extended power menu ?

Cheers !
http://forum.xda-developers.com/showthread.php?t=2038675

That will work but you have to fix the access numbers. Check the last pages for info

Sent from my SM-G900F using Tapatalk
 

IOIDroid

Elite Member
Apr 3, 2012
1,523
1,871
0
Leeds
Going to release a new version later today and its going to revert back to ANE2 as i believe it is a much smoother version if the 4.4.2 OS ! The latest release is super smooth and has a couple of new features !

Sent from my SM-G900F using XDA Premium 4 mobile app
 

IOIDroid

Elite Member
Apr 3, 2012
1,523
1,871
0
Leeds
Changelog for new Version :

Call recording enabled
New Custom Kernel (super smooth)
Removed a lot of un required build.prop tweaks thanks to @Goldie
Removed even more unrequired system files

I know its a new ROM but i really think you guys should give it a try!

Sent from my SM-G900F using XDA Premium 4 mobile app
 

longntt105

Senior Member
Apr 30, 2011
221
20
0
The Following Changes are added, these are fairly generic for custom ROM's and Samsung do not add them as they are all Vanilla Android tweaks.

#Better battery life:
usb_wakeup=enable
proximity_incall=enable
power_supply.wakeup=enable
ro.config.hw_power_saving=1
ro.config.hw_fast_dormancy=1
ro.config.hw_quickpoweron=true
persist.sys.use_dithering=0
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
ro.mot.eri.losalert.delay=1000
ro.ril.sensor.sleep.control=1
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
persist.sys.shutdown.mode=hibernate
wifi.supplicant_scan_interval=90

The above changes force the phone into deep sleep after inactivity and therefore saves battery life. One of the changes also increases the amount of time Android waits between scanning for a new wireless network therefore decreasing battery drain.


windowsmgr.max_events_per_sec=300

This increases the smoothness of scrolling on the device.

The changes below force Rendering of graphics via the GPU which frees up CPU for multitasking etc.

#Render UI with GPU
debug.sf.hw = 1


There are hundreds of others but takes to long to explain them all !
can you make zip to intall rom stock ?
 

Docmjldds

Elite Member
Jan 27, 2010
5,057
709
113
Henderson, NV
Changelog for new Version :

Call recording enabled
New Custom Kernel (super smooth)
Removed a lot of un required build.prop tweaks thanks to @Goldie
Removed even more unrequired system files

I know its a new ROM but i really think you guys should give it a try!

Sent from my SM-G900F using XDA Premium 4 mobile app
Downloading now. I try all :eek:
Hmm...I guess that means first too.
 
  • Like
Reactions: IOIDroid