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

Are you using this ROM as a daily ?


  • Total voters
    13
  • Poll closed .
Search This thread

IOIDroid

Senior Member
Apr 3, 2012
1,523
1,871
Leeds
KITKAT.jpg


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

Senior Member
Apr 3, 2012
1,523
1,871
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:

Hellscythe

Senior Member
Sep 8, 2012
1,847
476
straya kienttt
Mind I know what sort of changes you made in the build.prop. I am curious as to why Samsung would not have done this from the factory if there were no side effects, cheers! :)
 

IOIDroid

Senior Member
Apr 3, 2012
1,523
1,871
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,965
22,760
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

Senior Member
Apr 3, 2012
1,523
1,871
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

Masum56k

Senior Member
Sep 4, 2013
435
119
Will this Rom work also in G900H version? (Exynos International)

Sent from my SM-G900H using Tapatalk
 

Goldie

Inactive Recognized Developer
Oct 16, 2010
9,965
22,760
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://xdaforums.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

Senior Member
Apr 3, 2012
1,523
1,871
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

Senior Member
Apr 3, 2012
1,523
1,871
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
223
20
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

Senior Member
Jan 27, 2010
5,056
709
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

Top Liked Posts

  • There are no posts matching your filters.
  • 21
    KITKAT.jpg


    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
    5
    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 !
    4
    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
    4
    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
    4
    Is there any screenies



    I will post some later ! But basically it is just completely stock look but much cleaner smoother and faster !

    Also the new version is finished and i am just about to start the upload this will be V6.

    The list of new features and changes is as below !

    • Added Call Recording
    • 4 way reboot menu added
    • Removed more bloatware
    • Added no sms logs
    • Now smaller than 1gb ! (973mb)
    • Faster and Smoother
    • No more bugs with the camera

    Upload has started but my internet speed is terrible so may take some time !

    Please if you havet already tried this ROM give it a go !