Search This thread

Martin_Ro

Senior Member
Jan 9, 2012
1,815
4,726
Essen, Germany
OnePlus 9 Pro
Could you enter CWM ?
If so, maybee you want To Test vitaly's last Kernel Version.
It's on 1,4GHz default so maybee IT could work for you.
So there is a chance for you to get RC4.


Gesendet von meinem GT-I9001 mit Tapatalk 2
 

Freaki81

Member
Mar 10, 2012
23
1
Wolfsburg
Q Wifi

I flashed RC4 on my phone now. Very easy install and it looks fast.
But now i have a problem!
My wifi do not connect to my existing (worked before) Access Point.
Settings: non PW, SSID invisible, MAC-Filter activated.
The Mac-Adress don´t have changed.

Message on phone:
out of range

i thought the wifi fix is included.
 
Last edited:

dagothe9

Senior Member
Apr 16, 2012
190
56
Genova
I flashed RC4 on my phone now. Very easy install and it looks fast.
But now i have a problem!
My wifi do not connect to my existing (worked before) Access Point.
Settings: non PW, SSID invisible, MAC-Filter activated.
The Mac-Adress don´t have changed.

Message on phone:
out of range

i thought the wifi fix is included.

It is not, you have to flash the older modem in order to fix that, the guide is in the Q&A section in first page of the thread, anyway a thread search would have you told so.
Hope this help you

I have a quick question, i'm not good with scripts but i tried to mod the init.d script in order to get smartassV2 work as governor of the cpu, here it is how i modded the S98screenstate_scaling file:

Code:
# step [1] choose AWAKE governor while screen is ON
# ==============================================================
# ==============================================================
# selection of AWAKE Governors:
# =========
# only keep ONE governor uncommented at a time !!!!:
# =========

AWAKE_GOVERNOR="smartassV2";
#AWAKE_GOVERNOR="conservative";
#AWAKE_GOVERNOR="smartassV2"; # [no additional settings required, tweaking done in kernel-source]
#AWAKE_GOVERNOR="ondemandX";
#AWAKE_GOVERNOR="interactive";
#AWAKE_GOVERNOR="interactiveX";
#AWAKE_GOVERNOR="smartass";
#AWAKE_GOVERNOR="smartassV2";
#AWAKE_GOVERNOR="lulzactive";



# ==============================================================
# ==============================================================
# step [2] choose SLEEP governor while screen is OFF
# ==============================================================
# ==============================================================
# selection of SLEEP Governors:
# =========
# only keep ONE governor uncommented at a time !!!!:
# =========

SLEEP_GOVERNOR="conservative";
#SLEEP_GOVERNOR="conservative";
#SLEEP_GOVERNOR="smartassV2"; # [no additional settings required, tweaking done in kernel-source]
#SLEEP_GOVERNOR="ondemandX";
#SLEEP_GOVERNOR="interactive"; # NOT recommended
#SLEEP_GOVERNOR="interactiveX";
#SLEEP_GOVERNOR="smartass";
#SLEEP_GOVERNOR="smartassV2";
#SLEEP_GOVERNOR="lulzactive";
#SLEEP_GOVERNOR="powersave"; # [no additional settings required, powersave only stays at 100 MHz]

Is this right?
After i rebooted it looks like it do not switch again to ondemand governor, and keep smartassV2, but i want to now if while SLEEP it will stay in conservative governor.

Please let me know if i've done right.

thx again for this cool and fast rom! i can't wait for RC5 also 'cause i do not have odin so i can't flash the wifi fix that i need.
 

broodplank1337

Inactive Recognized Developer
Nov 24, 2011
4,992
10,155
Nijmegen
www.broodplank.net
It is not, you have to flash the older modem in order to fix that, the guide is in the Q&A section in first page of the thread, anyway a thread search would have you told so.
Hope this help you

I have a quick question, i'm not good with scripts but i tried to mod the init.d script in order to get smartassV2 work as governor of the cpu, here it is how i modded the S98screenstate_scaling file:

Code:
# step [1] choose AWAKE governor while screen is ON
# ==============================================================
# ==============================================================
# selection of AWAKE Governors:
# =========
# only keep ONE governor uncommented at a time !!!!:
# =========

AWAKE_GOVERNOR="smartassV2";
#AWAKE_GOVERNOR="conservative";
#AWAKE_GOVERNOR="smartassV2"; # [no additional settings required, tweaking done in kernel-source]
#AWAKE_GOVERNOR="ondemandX";
#AWAKE_GOVERNOR="interactive";
#AWAKE_GOVERNOR="interactiveX";
#AWAKE_GOVERNOR="smartass";
#AWAKE_GOVERNOR="smartassV2";
#AWAKE_GOVERNOR="lulzactive";



# ==============================================================
# ==============================================================
# step [2] choose SLEEP governor while screen is OFF
# ==============================================================
# ==============================================================
# selection of SLEEP Governors:
# =========
# only keep ONE governor uncommented at a time !!!!:
# =========

SLEEP_GOVERNOR="conservative";
#SLEEP_GOVERNOR="conservative";
#SLEEP_GOVERNOR="smartassV2"; # [no additional settings required, tweaking done in kernel-source]
#SLEEP_GOVERNOR="ondemandX";
#SLEEP_GOVERNOR="interactive"; # NOT recommended
#SLEEP_GOVERNOR="interactiveX";
#SLEEP_GOVERNOR="smartass";
#SLEEP_GOVERNOR="smartassV2";
#SLEEP_GOVERNOR="lulzactive";
#SLEEP_GOVERNOR="powersave"; # [no additional settings required, powersave only stays at 100 MHz]

Is this right?
After i rebooted it looks like it do not switch again to ondemand governor, and keep smartassV2, but i want to now if while SLEEP it will stay in conservative governor.

Please let me know if i've done right.

thx again for this cool and fast rom! i can't wait for RC5 also 'cause i do not have odin so i can't flash the wifi fix that i need.

Here, use my edited init.qcom.post_boot.sh script (which is actually included in RC5), put it in /system/etc and set permissions to RW-R-R, now it will never change back to ondemand again ;)


And about the WiFi, it has always worked for me so I will let some people beta test it. since i cannot test it myself





edit: I just found this Wifi SoftAP Wlan thingy, don't know what it exactly is, can someone tell me who knows?
http://www.omappedia.org/wiki/Porti...oftAP_Driver_To_ANDROID_File_system_.28AFS.29

small change it might could improve wifi but that's just a really small change i think XD
 

Attachments

  • init.qcom.post_boot.rar
    1 KB · Views: 17
Last edited:

silviu_iliescu

Senior Member
Feb 16, 2012
221
38
Orsova
Here, use my edited init.qcom.post_boot.sh script (which is actually included in RC5), put it in /system/etc and set permissions to RW-R-R, now it will never change back to ondemand again ;)


And about the WiFi, it has always worked for me so I will let some people beta test it. since i cannot test it myself





edit: I just found this Wifi SoftAP Wlan thingy, don't know what it exactly is, can someone tell me who knows?
http://www.omappedia.org/wiki/Porti...oftAP_Driver_To_ANDROID_File_system_.28AFS.29

small change it might could improve wifi but that's just a really small change i think XD
I would gladly volunteer to test the ROM :D :)
 

broodplank1337

Inactive Recognized Developer
Nov 24, 2011
4,992
10,155
Nijmegen
www.broodplank.net
I would gladly volunteer to test the ROM :D :)
Sure ^^


btw guys what do you think of my configuration file? I will add more options and functions ^^

Code:
#!/system/bin/sh

# Initialize Virtuous OC
/system/xbin/virtuous_oc

# ==================================
# broodROM RC5 Configuration File
# created by broodplank(1337) @ XDA
# ==================================

# ================================== 
# Quick Configuration
#
# >>> CPU Governor (Awake/Sleep) <<<
#
	AWAKE_GOVERNOR="smartassV2";
	SLEEP_GOVERNOR="powersave";
#
# >>> CPU Min/Max speed (Awake/Sleep) <<<<
#
	MIN_SPEED_AWAKE="245760"; # 245MHz
	MAX_SPEED_AWAKE="1401600"; # 1.4GHz 
	
	MIN_SPEED_SLEEP="122880"; # 122MHz
	MAX_SPEED_SLEEP="245760"; # 245MHz
#
# >>> I/O Scheduler <<<
#
	SCHEDULER="sio";
#
# ==================================

# ================================== 
# CPU Governors (for awake state)
# uncomment a line to activate gov. 
# ==================================

#AWAKE_GOVERNOR="interactiveX";
#AWAKE_GOVERNOR="minmax";
#AWAKE_GOVERNOR="conservative";
#AWAKE_GOVERNOR="ondemand";
#AWAKE_GOVERNOR="userspace";
#AWAKE_GOVERNOR="smartassV2";  # Default
#AWAKE_GOVERNOR="performance";  # Best results in Antutu

echo " "
echo ">>> Awake CPU Governor and CPU Frequencies <<<";
echo $AWAKE_GOVERNOR > /system/etc/virtuous_oc/wake_governor;
echo "Setting Awake Governor to: $AWAKE_GOVERNOR" 

# ================================== 
# Set min cpu speed of awake state
# ==================================

#MIN_SPEED_AWAKE="122880"; # 122MHz 
#MIN_SPEED_AWAKE="245760"; # 245MHz (Default) 
#MIN_SPEED_AWAKE="368640"; # 368MHz 

echo $MIN_SPEED_AWAKE > /system/etc/virtuous_oc/wake_min_freq;
echo "Setting min CPU freq (awake) to: $MIN_SPEED_AWAKE"

# ================================== 
# Set max cpu speed of awake state
# ==================================

#MAX_SPEED_AWAKE="1401600"; # 1.4GHz (Default)
#MAX_SPEED_AWAKE="1516800"; # 1.5GHz  
#MAX_SPEED_AWAKE="1612800"; # 1.6GHz 
#MAX_SPEED_AWAKE="1708800"; # 1.7GHz 
#MAX_SPEED_AWAKE="1804800"; # 1.8GHz 

echo $MAX_SPEED_AWAKE > /system/etc/virtuous_oc/wake_max_freq;
echo "Setting max CPU freq (awake) to: $MAX_SPEED_AWAKE"
echo " "



# ================================== 
# CPU Governors (for sleep state)
# uncomment a line to activate gov.
# ==================================

#SLEEP_GOVERNOR="conservative";
#SLEEP_GOVERNOR="ondemand";
#SLEEP_GOVERNOR="powersave";  # Default

echo ">>> Sleep Governor and CPU Frequencies <<<";
echo $SLEEP_GOVERNOR > /system/etc/virtuous_oc/sleep_governor;
echo "Setting sleep governor to: $SLEEP_GOVERNOR"


# ================================== 
# Set min cpu speed of sleep state
# ==================================

#MIN_SPEED_SLEEP="122880"; # 122MHz (Default) 
#MIN_SPEED_SLEEP="245760"; # 245MHz 

echo $MIN_SPEED_AWAKE > /system/etc/virtuous_oc/sleep_min_freq;
echo "Setting min CPU freq (sleep) to: $MIN_SPEED_SLEEP"


# ================================== 
# Set max cpu speed of sleep state
# ==================================

#MAX_SPEED_SLEEP="122880"; # 122MHz  
#MAX_SPEED_SLEEP="245760"; # 245MHz (Default)
#MAX_SPEED_SLEEP="368640"; # 368MHz 

echo $MIN_SPEED_AWAKE > /system/etc/virtuous_oc/sleep_max_freq;
echo "Setting max CPU freq (sleep) to: $MAX_SPEED_SLEEP"
echo " "


# ================================== 
# Set I/O Scheduler
# ==================================

#SCHEDULER="noop"; 
#SCHEDULER="deadline"; 
#SCHEDULER="cfq"; 
#SCHEDULER="bfq"; 
#SCHEDULER="sio";  # Default
#SCHEDULER="vr";  # Best results in Antutu

echo ">>> I/O Scheduler <<<";
echo $SCHEDULER > /sys/block/mmcblk0/queue/scheduler
echo $SCHEDULER > /sys/block/mmcblk1/queue/scheduler
echo "Setting I/O scheduler to: $SCHEDULER"
echo " "
echo "Done..."
 
  • Like
Reactions: dagothe9

silviu_iliescu

Senior Member
Feb 16, 2012
221
38
Orsova
Sure ^^


btw guys what do you think of my configuration file? I will add more options and functions ^^

Code:
#!/system/bin/sh

# Initialize Virtuous OC
/system/xbin/virtuous_oc

# ==================================
# broodROM RC5 Configuration File
# created by broodplank(1337) @ XDA
# ==================================

# ================================== 
# Quick Configuration
#
# >>> CPU Governor (Awake/Sleep) <<<
#
	AWAKE_GOVERNOR="smartassV2";
	SLEEP_GOVERNOR="powersave";
#
# >>> CPU Min/Max speed (Awake/Sleep) <<<<
#
	MIN_SPEED_AWAKE="245760"; # 245MHz
	MAX_SPEED_AWAKE="1401600"; # 1.4GHz 
	
	MIN_SPEED_SLEEP="122880"; # 122MHz
	MAX_SPEED_SLEEP="245760"; # 245MHz
#
# >>> I/O Scheduler <<<
#
	SCHEDULER="sio";
#
# ==================================

# ================================== 
# CPU Governors (for awake state)
# uncomment a line to activate gov. 
# ==================================

#AWAKE_GOVERNOR="interactiveX";
#AWAKE_GOVERNOR="minmax";
#AWAKE_GOVERNOR="conservative";
#AWAKE_GOVERNOR="ondemand";
#AWAKE_GOVERNOR="userspace";
#AWAKE_GOVERNOR="smartassV2";  # Default
#AWAKE_GOVERNOR="performance";  # Best results in Antutu

echo " "
echo ">>> Awake CPU Governor and CPU Frequencies <<<";
echo $AWAKE_GOVERNOR > /system/etc/virtuous_oc/wake_governor;
echo "Setting Awake Governor to: $AWAKE_GOVERNOR" 

# ================================== 
# Set min cpu speed of awake state
# ==================================

#MIN_SPEED_AWAKE="122880"; # 122MHz 
#MIN_SPEED_AWAKE="245760"; # 245MHz (Default) 
#MIN_SPEED_AWAKE="368640"; # 368MHz 

echo $MIN_SPEED_AWAKE > /system/etc/virtuous_oc/wake_min_freq;
echo "Setting min CPU freq (awake) to: $MIN_SPEED_AWAKE"

# ================================== 
# Set max cpu speed of awake state
# ==================================

#MAX_SPEED_AWAKE="1401600"; # 1.4GHz (Default)
#MAX_SPEED_AWAKE="1516800"; # 1.5GHz  
#MAX_SPEED_AWAKE="1612800"; # 1.6GHz 
#MAX_SPEED_AWAKE="1708800"; # 1.7GHz 
#MAX_SPEED_AWAKE="1804800"; # 1.8GHz 

echo $MAX_SPEED_AWAKE > /system/etc/virtuous_oc/wake_max_freq;
echo "Setting max CPU freq (awake) to: $MAX_SPEED_AWAKE"
echo " "



# ================================== 
# CPU Governors (for sleep state)
# uncomment a line to activate gov.
# ==================================

#SLEEP_GOVERNOR="conservative";
#SLEEP_GOVERNOR="ondemand";
#SLEEP_GOVERNOR="powersave";  # Default

echo ">>> Sleep Governor and CPU Frequencies <<<";
echo $SLEEP_GOVERNOR > /system/etc/virtuous_oc/sleep_governor;
echo "Setting sleep governor to: $SLEEP_GOVERNOR"


# ================================== 
# Set min cpu speed of sleep state
# ==================================

#MIN_SPEED_SLEEP="122880"; # 122MHz (Default) 
#MIN_SPEED_SLEEP="245760"; # 245MHz 

echo $MIN_SPEED_AWAKE > /system/etc/virtuous_oc/sleep_min_freq;
echo "Setting min CPU freq (sleep) to: $MIN_SPEED_SLEEP"


# ================================== 
# Set max cpu speed of sleep state
# ==================================

#MAX_SPEED_SLEEP="122880"; # 122MHz  
#MAX_SPEED_SLEEP="245760"; # 245MHz (Default)
#MAX_SPEED_SLEEP="368640"; # 368MHz 

echo $MIN_SPEED_AWAKE > /system/etc/virtuous_oc/sleep_max_freq;
echo "Setting max CPU freq (sleep) to: $MAX_SPEED_SLEEP"
echo " "


# ================================== 
# Set I/O Scheduler
# ==================================

#SCHEDULER="noop"; 
#SCHEDULER="deadline"; 
#SCHEDULER="cfq"; 
#SCHEDULER="bfq"; 
#SCHEDULER="sio";  # Default
#SCHEDULER="vr";  # Best results in Antutu

echo ">>> I/O Scheduler <<<";
echo $SCHEDULER > /sys/block/mmcblk0/queue/scheduler
echo $SCHEDULER > /sys/block/mmcblk1/queue/scheduler
echo "Setting I/O scheduler to: $SCHEDULER"
echo " "
echo "Done..."
With RC4 I had some trouble with the powersave gov. for sleep.If I was playing music when I would turn the screen of it gets laggy.I personally used smartassV2 both for awake and sleep, of cours on sleep I would set the CPU the same as you did. :)

L.E:You can PM me the download link for the ROM when it is ready :) :D
 

dagothe9

Senior Member
Apr 16, 2012
190
56
Genova
Here, use my edited init.qcom.post_boot.sh script (which is actually included in RC5), put it in /system/etc and set permissions to RW-R-R, now it will never change back to ondemand again ;)


And about the WiFi, it has always worked for me so I will let some people beta test it. since i cannot test it myself

Ok i will use your file, but how i set RW-R-R permissions? And what i do of my init.d folder? i delete it? sorry for my poor knwledge
Please count me in for testing RC5 and his wifi connection if you do not find a more experienced person to do that!
Many thanks for the ultra-fast answer!
 

broodplank1337

Inactive Recognized Developer
Nov 24, 2011
4,992
10,155
Nijmegen
www.broodplank.net
With RC4 I had some trouble with the powersave gov. for sleep.If I was playing music when I would turn the screen of it gets laggy.I personally used smartassV2 both for awake and sleep, of cours on sleep I would set the CPU the same as you did. :)

L.E:You can PM me the download link for the ROM when it is ready :) :D

It could become laggy at a low cpu frequency, so that's not so weird, you could try my new settings with listening music in sleep mode but I cannot guarantee that it will be non-laggy. If it's laggy just switch to smartassV2 with low cpu frequencies (not 122Mhz, but 245MHz). And I don't care if a tester is experienced, the wifi part is easy to test, it works or it doesn't :p


Ok i will use your file, but how i set RW-R-R permissions? And what i do of my init.d folder? i delete it? sorry for my poor knwledge
Please count me in for testing RC5 and his wifi connection if you do not find a more experienced person to do that!
Many thanks for the ultra-fast answer!

In root explorer you can long-press the file and then press permissions then do it like this:

Code:
[x]  [x]  [ ]
[x]  [ ]  [ ]
[x]  [ ]  [ ]

in adb you could do:

Code:
adb root
adb -d shell chmod 644 /system/etc/init.qcom.post_boot.sh

And you don't need to wipe init.d for that, you need to keep the screenstate_scaling file else it will fail to boot probably.


btw I added this to the config file:

Code:
#
# >>> Media Scaninning <<<
#
	MEDIA_SCANNING="enabled";  # enabled/disabled

# ==================================

# ================================== 
# Set Media Scanning
# ==================================

if [[ "$MEDIA_SCANNING" == "enabled" ]]
	then pm enable com.android.providers.media/com.android.providers.media.MediaScannerReceiver;
else
	pm disable com.android.providers.media/com.android.providers.media.MediaScannerReceiver;
fi;


Anyone has suggestions for more configurations?
 
  • Like
Reactions: dagothe9

Freaki81

Member
Mar 10, 2012
23
1
Wolfsburg
It is not, you have to flash the older modem in order to fix that, the guide is in the Q&A section in first page of the thread, anyway a thread search would have you told so.
Hope this help you

i followed the guide in the Q&A section, but didn.t worked.
Tryed other wifi settings, no chance.
one time it was connected, but only for 30 seconds:confused:
 

silviu_iliescu

Senior Member
Feb 16, 2012
221
38
Orsova
brood you could try as an alternative launcher instead of GO launcher the ICS 4.0 Launcher on the market.It's more ICS-ish if you know what I mean.It was just an opinion :)
 

dagothe9

Senior Member
Apr 16, 2012
190
56
Genova
It could become laggy at a low cpu frequency, so that's not so weird, you could try my new settings with listening music in sleep mode but I cannot guarantee that it will be non-laggy. If it's laggy just switch to smartassV2 with low cpu frequencies (not 122Mhz, but 245MHz). And I don't care if a tester is experienced, the wifi part is easy to test, it works or it doesn't :p




In root explorer you can long-press the file and then press permissions then do it like this:

Code:
[x]  [x]  [ ]
[x]  [ ]  [ ]
[x]  [ ]  [ ]

Thanks i managed to do that and rebooted it works! thanks!!

i followed the guide in the Q&A section, but didn.t worked.
Tryed other wifi settings, no chance.
one time it was connected, but only for 30 seconds:confused:
Have you tried to put static IP in the wifi settings? And also if you can configure DHCP lease time of your access point do that and configure that at the highest possible level!
 

xeGox

Senior Member
Apr 25, 2011
608
81
40
Bari
www.FiXiaLo.it
What about two Kernel options?(vitally and sky high)
scroll cache disabled?
Big photo in call?
And the rotate animation like the ics one?(it's GREAT)

EDIT: you had said that in rc5 there is Swype notification...but the notification window is trasparent or not?
I LOVE the transparent one!

Sent from my Sgs+ Gt-i9001
 
Last edited:
  • Like
Reactions: busdeez

Delacor

Senior Member
Jun 4, 2011
399
78
Bremen
Google Pixel 4a
Media scanning feature is great :)

But I think the screenoff cpufreq is to low:
Music can be laggy as someone already said AND (this is the most important thing for me) the phone needs to be longer awake to do his work before it can go into deepsleep. When the min/max cpufreq are about 200 the music is fine and the cpu can go fast into deepsleep because it can handle processes faster ;)

Send from my SII ;)
 

broodplank1337

Inactive Recognized Developer
Nov 24, 2011
4,992
10,155
Nijmegen
www.broodplank.net
What about two Kernel options?(vitally and sky high)
scroll cache disabled?
Big photo in call?
And the rotate animation like the ics one?(it's GREAT)

EDIT: you had said that in rc5 there is Swype notification...but the notification window is trasparent or not?
I LOVE the transparent one!

Sent from my Sgs+ Gt-i9001

Well, I'm keeping skyhigh, that's for sure, users can always change kernels, but I build the rom designed for skyhigh, so that's what it will keep

scrolling cache disabled is included

Big photo's during call returned to much crappy photo's because of the resolution, so won't use that.

And yes swipe notification is included, but it's combined with the extended status bar, so that's probably the cause, will look how to make it transparent ^^


Media scanning feature is great :)

But I think the screenoff cpufreq is to low:
Music can be laggy as someone already said AND (this is the most important thing for me) the phone needs to be longer awake to do his work before it can go into deepsleep. When the min/max cpufreq are about 200 the music is fine and the cpu can go fast into deepsleep because it can handle processes faster ;)

Send from my SII ;)

Thanks, I would like to add more features but i cannot think of one right now, I might add some profiles as in: "Good battery life", "Casual user" and "Performance".
about the screenoff cpu freq, yes that's true, but you know how much people want a good battery life, you can always easily change the sleep governor / min,max cpu speed so I think it won't be a problem. (or switch from profile ;))

#MAX_SPEED_SLEEP="122880"; # 122MHz
#MAX_SPEED_SLEEP="245760"; # 245MHz (Default)
#MAX_SPEED_SLEEP="368640"; # 368MHz

#MIN_SPEED_SLEEP="122880"; # 122MHz (Default)
#MIN_SPEED_SLEEP="245760"; # 245MHz

#SLEEP_GOVERNOR="conservative";
#SLEEP_GOVERNOR="ondemand";
#SLEEP_GOVERNOR="powersave"; # Default


So really easy to change ;)
 
Last edited:
  • Like
Reactions: xeGox

Top Liked Posts

  • There are no posts matching your filters.
  • 166
    logorc5.png



    Youtube video of broodROM RC4


    - Features for broodROM RC5 -
    You can find a download link on the 2nd post


    - I9001XXKQB (KPL) (Android 2.3.6)
    -- 1 Odin package with recovery hang fix included
    -- Rooted
    -- Deodexed

    - FeaMod Recovery v1.4 Fixed (based on CWM Recovery v5.5.0.4)
    -- The fixed one, no hangs in recovery or bootloops

    - Skyhigh Kernel v1.4d OC/UV
    -- Thunderbolt Integrated
    -- Set to 1.4GHz using Virtuous OC Daemon

    - Script: /system/etc/init.d/01broodrom
    -- Choose a CPU Profile or set a manual CPU configuration
    * Battery Saving Profile / Balanced Profile / Performance Profile
    -- Set I/O Scheduler
    -- Set SDcard Read_ahead
    -- Set Dalvik Heapsize
    -- Enable/Disable Media Scanning
    -- Enable/Disable Bootanimations
    -- Enable/Disable Special Bootanimation
    * Enable DMESG Unix output / LOGCAT as bootanimation or use the original (AOSP) library
    -- Enable/Disable Google Error Reporting
    -- Enable/Disable Battery Tweak (dirty * centisecs)
    -- Change LCD Density (May cause market/app errors)

    - Scripts: /system/etc/broodrom_scripts
    -- auto_calibrate_battery
    -- defragment_databases
    -- factory_reset
    -- fix_permissions
    -- hard_reset
    -- wipe_dalvik
    -- zipalign_apps

    - WiFi Tweak:
    -- Connection stability tweak (WiFi connections with poor signals are better supported)

    - WiFi Fixes (when you still have crappy WiFi)
    -- Additional WiFi packages: KQ1 Modem / KQ1 WiFi Binaries
    -- Additional App: FXR WiFi fix and rescue (last resort app, only use if the rest doesn't work)


    - ICS Theme v4.0.1 by Reneph/RavoxX including:
    -- Extended Power Menu with Screenshot function
    -- Modded KQB Lockscreen (changed default wallpaper, no swipe to unlock message)
    -- Lock animation: Shutdown-style Old TV
    -- Smooth Spinners
    -- SMS/MMS Mod
    -- Camera Hack
    -- "ICS Layout" Settings menu
    -- ICS Grey Keyboard (by fadzlihellmuth)

    - Additional ICS Theme Tweaks:
    ---- SystemUI.apk
    -- Swipe to Remove Notification
    -- Extended Status Bar 13 Buttons
    -- Removed Battery Charged Notification
    -- Custom Label in Statusbar (can be changed with nifty little app)

    ---- framework.jar
    -- Disabled ScrollingCache (Smoother Scrolling)
    -- Swipe to Remove Notification

    ---- framework-res.apk
    -- Added more Auto-Brightness levels for more efficient brightness
    -- Changed Default Wallpaper (also lockscreen one)


    - Two Launchers:
    - Go Launcher EX 2.86 with ICS Theme of kovdev
    - Touchwiz 4

    - Custom Boot Animation support, ICS boot animation (sanim.zip)
    - No Adds (hosts file) (upd. 22 April)
    - Default i9001 boot sound but 50% less volume
    - Samsung Galaxy W GT-I8150 GPU Drivers
    - Cyanogenmod APN List (All providers)
    - Serious GPS Tweak (improves GPS allot)
    - Beats Audio Lite
    - Busybox

    - Default Removed Bloatware:
    -- Aldiko
    -- Allshare
    -- Beach
    -- Buddies Now
    -- Days
    -- Dual Clock
    -- Genie Widget
    -- HRS Hotels
    -- Info Alarm
    -- Kies Air
    -- Layar
    -- Mini Diary
    -- Music Hub
    -- Press Reader
    -- Pro Tips
    -- Samsung Apps:
    --- Widget Clock
    --- Program Monitor
    --- Stock Clock
    -- Samsung Service App
    -- Talk
    -- Talkback
    -- Thinkdroid
    -- Unified Inbox
    -- Write and Go

    - Updated all stock apps to latest version excluding
    -- Replaced TouchWiz Calculator with a more expanded one
    -- Google Play is not updated because it caused errors in RC4, let it auto update

    - Build.prop tweaks:
    -- 3G Tweaks
    -- No black screen when calling bug
    -- No call out delay
    -- Power saving tweaks
    -- Better responsiveness
    -- Set default screen brightness
    -- New Dalvik flags
    -- Better Reception
    -- Quickboot​



    - Installation for broodROM RC5 -


    1. If you have CWM installed: format all partitions. If you don't have CWM installed do a Hard Reset (*2767*3855#) Note: A hard reset also wipes your sdcard, make sure you got it backed up
    Note: A format or hard reset is not always needed, you can always try to keep your data folder and flash broodROM RC5, wiping dalvik cache is still needed!
    2. Put your phone in download mode (when off hold: vol -, home, power)
    3. Start Odin, Choose AriesVE.ops file, check "One Package", choose: "broodROMRC5.tar.md5" > Click Start
    4. Wait till the process is complete, now your phone will reboot and show you recovery mode, now choose reboot system now by pressing the menu button
    5. Set animations to a few. (settings > display > animations) For the shutdown-style old TV animation and start enjoying your new rom

    DISCLAIMER : FLASH AT YOUR OWN RISK. I AM NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR PHONE



    Donations
    If you really like the broodROM and/or Galaxy S Plus Configurator development you can consider donating me.
    I really appreciate the donations, and I really want to thank the people who donate me :)
    All donators will have instant access to all pre-releases and private beta's


    Many thanks to the following people who donated me!

    Leeon Wong Wong - €10,-
    KoekwousNL - €5,-
    t_raven - $10,-
    dagothe9 - $5,-
    J.A.T. Pajuelo - $5,-
    L Sangiovanni - $10,-
    S Petropoulos - $5,-
    Dan - $20,-
    tormentured - $7,-
    cyclistefou - $10,-
    geo_xar - $14,-
    ManEater - $5,-
    1009i - $5,-
    J. Scharf-Brueck - $5,-
    F.Hecker - $5,-
    J.Sikken - €25, -
    73
    logorc5.png


    Latest version: RC5
    Download: here (odin)
    Download: here (cwm backup)
    Download: here (additional tools and fixes)


    Addons

    WiFi Patch (KQE Binaries):
    http://www66.zippyshare.com/v/35023232/file.html

    Arabic Patch (beta)
    http://www8.zippyshare.com/v/84760912/file.html

    Revision 2 (beta)
    http://www64.zippyshare.com/v/32115967/file.html








    - Download page with all versions (sourceforge) -

    https://sourceforge.net/projects/broodrom/files/


    - Download page with all versions (importanic.ch thanks to Fr0zen1977!) -

    http://broodrom.importanic.ch/


    - Download page with all versions (mooo.com thanks to loonyhack!) -

    http://broodrom.mooo.com/





    broodROM RC4 FAQ

    Q: I kinda like Apple, and I don't want an android pissing on an apple as bootlogo
    A: Well.. this is only a custom boot logo, you can easily change it by reflashing the SkyHigh v1.4 Kernel

    Q: I want to install a system accelerator like Thunderbolt or Adrenaline shot
    A: Don't do that! The SkyHigh v1.4 kernel already includes an integrated Thunderbolt, adding more tweaks would simply bootloop your phone

    Q: I saw the screenstate_scaling script in /system/etc/init.d, what's up with that?
    A: screenstate_scaling is an addition to Thunderbolt, in this script the default awake & sleep governors are set, this script can function as an alternative to CPU Master. You will notice that CPU Master will give you a warning each time you boot your phone since the screenstate_scaling script will interfere with it.

    Q: I noticed that you have set the sleep governor to ondemand, why is that?
    A: I did that because I've experienced some alarm clock fails on 100Mhz, Of course you can try it out yourself, it might work just fine ;)

    Q: I want a better battery life for your rom! How can I achieve that?
    A: You can perform the following steps to gain a better battery life: first thing is to lower the CPU Frequency, the default is 1.8GHz, but you can set it to 1.4Ghz (or so) with Antutu CPU Master. The second thing is that you can set the sleep governor to "powersafe" (can be found in screenstate_scaling script) this sets the phone in an even lower state and safes you battery (see the question above for the possible risks)

    Q: I want to change my kernel, how do i do that?
    A: I recommend you to not change your kernel since Skyhigh gives the best performance for broodROM RC4. Although you can download an alternative kernel and place it on your /sdcard, then reboot in recovery using the extended power menu and choose install zip from sdcard > install zip from internal sdcard > choose the zip file > install > reboot.

    Q: My browser FC's all the time, how do I fix this?
    A: Some people experience browser FC's, you can easily solve this by installing the broodROM_RC4_InetFixes.zip in recovery mode, don't forget to mount /system to be sure it installs correctly.

    Q: My WiFi has constant drops, how do I solve this problem?
    A: The first thing that you need to investigate is your "DHCP Lease Time" you can find this option in your router, if it's set to a low number please change it (mine is 604800). If this doesn't solve the problem you can try installing the KQ1 Modem using Odin (select AriesVE.ops from broodrom rc4 and choose the .md5 file as "Phone" package) and install the KQ1 Wifi Binaries using Recovery mode (also don't forget to mount /system) If you still encounter WiFi problems you will have to wait until the ICS Value pack release so i can permantely fix it.

    Q: I saw the "Module Loader" app. what is this? and what can it do for me?
    A: The module loader app is an app that allows you to run additional modules for your i9001. You can load several modules, I added the tun.ko module which is OpenVPN, the cifs.ko module which is Samba Shares Support (smb://) and the PPP Modules. If you are sure you will never use any of those you can delete the app by deleting "moduleloader.apk" file in /system/app

    Q: I noticed that there are some bugs regarding the ICS Theme, some apps have gingerbread looks
    A: You can solve this problem by downloading the newest ICS Theme and extract "framework-res.apk" and "twframework-res.apk" from the archive, then copy them from your sdcard to /system/framework and overwrite the current files, set the permissions to RW-R-R and reboot.

    Q: I want to change the bootanimation, how can I do that?
    A: I've chosen to keep the sanim.zip layout instead of bootanimation.zip which is default for SkyHigh v1.4. So you can place your bootanimation (named sanim.zip) in /system/media, set permissions to RW-R-R and reboot ;)

    Q: Is your Configurator BETA 4 compatible with broodROM RC4?
    A: Yes and no, you cannot flash themes or mods, but you can use things such as changing boot animation, changing dns, updating hosts and so on (all things that include theme files are not compatible with broodROM RC4)

    Q: I cannot buy apps from the store. how can i solve this?
    A: Wipe the play store cache by going to settings > Applications > Manage apps > All > Play store > clear cache (thanks to nail16)
    If this doesn't work, download an older version of the market here and delete /system/app/Google_Play_3.5.1.5.apk then place the market apk in /system/app and reboot (set permissions to RW-R-R) The market will now automatically update to the latest version.

    Q: I cannot change the background of my lockscreen, why is that? I want to change it!
    A: The lockscreen from KQ7 is a beta and does not support custom wallpapers yet. Although you can change the lockscreen by looking in the framework-res.apk file with Winrar, look for "framework-res.apk\res\drawable-hdpi" then you will find the "zzzzzzzz_default_lockscreenw.jpg" file at the bottom, You can replace that file by dragging your custom 480x800 lockscreen in there. set the compression level to "store" and put the framework-res.apk file on your /sdcard, copy it to /system/framework and overwrite the file. Don't forget to set the permissions to RW-R-R
    (this also seems to work on the default way of changing the lockscreen background ;))

    Q: I get random reboots, help?
    A: Because all i9001 devices are not actually exactly the same, some devices could cause errors when using a support OC/UV kernels, you can flash the SkyHigh v1.3 kernel or Feacore 1.4 NonOC to prevent this problem.

    Q: I have sdcard fails, how can I solve this?
    A: the developer of the SkyHigh kernel is currently working on a fix, you can read about it here

    Q: Where can I get additional information about the kernel?
    A: You can find it in the SkyHigh Kernel Thread

    Last update: 31-03-2012

    More to come!
    33
    - RC5 Screenshots - (new)

    Thanks to Coertmans for uploading the screenshots

    546b397c-afe1-06d9.jpg
    546b397c-afed-c00b.jpg
    546b397c-b001-2b1e.jpg
    546b397c-b009-80b8.jpg
    546b397c-b019-04e9.jpg
    546b397c-b02e-0ec9.jpg
    546b397c-b038-bc9f.jpg
    546b397c-b047-9dfe.jpg
    546b397c-b059-8d68.jpg
    546b397c-b064-dae3.jpg
    546b397c-b076-fb29.jpg
    546b397c-b07f-05d8.jpg
    546b397c-b08c-20ff.jpg
    546b397c-b094-81f3.jpg
    546b397c-b09e-3aed.jpg
    546b397c-b0aa-9cf2.jpg
    546b397c-b0b5-27c6.jpg
    546b397c-b0bc-c4fc.jpg
    23
    logorc5.png


    List of fixes for RC5 that will be included in Revision 2 patch:

    • USB Settings force close
    • Ram consumption (probably dalvik flags)
    • Fixes for 01broodrom
    • Fixes for broodrom_scripts scripts
    • Swipe error (not sure about this one, only 1 person reported it)

    More? Please let me know


    List of features that will be added to Revision 2 patch

    • Very extended guide on how to use/configurate broodROM RC5 Revision 2
    • New ICS Style status bar
    • Toggle 2G mod
    14
    well, how is rc6 going? What base will you use? And did you allready start working on rc6?

    Sent from my GT-i9001 using xda app-developers app

    Funny that you mention it, I actually should continue the broodROM development, since broodROM always was a very decent rom.
    And the base will be 4.0.4 AOSP then, JB is just to unstable for me.

    4.0.4 IMM76L AOSP with brood tweaks/additions and a kernel that is compiled with GCC 4.4.3 is the best option I think.

    Also maybe I can now make this customization program that I wanted to make earlier for broodROM Business Edition.
    Which should allow you to create your own CWM install zip, with the desired mods, tweaks, kernels etc. (the program will download the chosen files/mods/tweaks/kernels and pack it into a cwm zip, to save space, unlike Aroma)

    Anyhow, it doesn't have big prio for me right now, so no ETA pls :silly: