[ROM][JZO54K]broodROM Jellybean Release 3 (and AOSP 4.3 test build) - Galaxy S Plus I9001 Android Development

broodROM Jellybean
Release 3​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Info:
I decided to skip broodROM ICS since JB is working as good as ICS. First of all I want to tell that I won't be using stages such as ALPHA, BETA, RC, Final. I will call the version Release, followed by a number, this third release (Release 3) is now available for download.
I kept it simple so far, added some hooks into the Settings menu, added OC Kernel (compiled with christopher toolchain with o3 optimization), init.d management by broodParts, I made it so that the app applies the setting directly and adds it to init.d as well.
Features:
- Based on Android v4.1.2 AOSP and CM10
- Rooted / Deodexed (duh).
- Powered by broodKernel v3.3 OCUV (Christopher branch / toolchain)
- Custom boot animation
- Customized Launcher2, 3 homscreens, no search bar, changed default layout. awesome wallpaper by ytok
- Customized Settings menu (added CPU/RAM/broodROM version, broodROM Stats, AngryGPS)
- Customized Extended Power Menu (added screenshot)
- Customized Status Bar toggles (7 toggles: wifi/data/2g,3g/bluetooth, gps, soundvib toggle, auto rotate toggle, brightness toggle, sync toggle)
- Removed USB Confirm dialog
- Percent battery
- New Wifi Module with WEP fix
- Seamlessly integrated into settings, under Additional Settings:
-- AriesParts
--- Backlight activation
--- Toggle USB Fast Charge
--- Change vibration sensitivity
-- broodParts
--- Set CPU Governor
--- Set CPU Min/Max Freq
--- Set I/O Scheduler
--- Set readahead (sdcard cache size)
--- Battery info
--- Usage statistics
--- ADB Notification toggle
--- Update hosts file
--- Dalvik (VM) Tweaks
--- CPU Gov Tweaks
--- I/O Scheduler Tweaks
--- Network Tweaks
--- Zipalign
--- Vacuum (defragment databases)
--- Clear Ram Cache
--- Clear Dalvik Cache
--- Hard Reset
--- Automated Cleaner
--- Init.d extension
--- Choose between NonOC, NonOCUV, OC and OCUV Kernel
-- ThemeManager
--- Use any CM10 theme that you like
- DSPManager
- RomStats (http://www.broodplank.net/stats/stats.php)
- All providers APNS-CONF
- Patched hosts file (no adds)​
What's working:
Audio
Receiving and making calls
GPS
Compass
Proximity sensor
Wifi
Bluetooth
USB mass storage
HW accelerated gui
HW accelerated video
Camera
Wifi and USB tethering
VSync
720p Recording / Playback
What's not working:
FM Radio (use Spirit FM as alternative)
Panorama picture (Very bugged)
Download:
Release 3:
Mirror #1 Mediafire
Older Versions:
Release 2 R2:
Mirror #1 Mediafire
Release 2:
Mirror #1 Mediafire
Mirror #2 Zippyshare
Release 1:
Mirror #1 Mediafire
Mirror #2 Zippyshare
Also download gapps
Gapps for JB v4.1.2
(Thanks to ZordanKV for great lite gapps)
Install
Make sure you use CWM6 (home button select) / CWM6 (menu button select) or TWRP (important!)
- Always wipe cache/dalvik-cache when installing, when coming from GB you MUST wipe data
- Flash broodROM-JB-Release-3.zip
- Flash gapps-jb-20121011-signed.zip
- Reboot phone & Profit
Credits
broodplank1337
Arco68 / Ivendor - for CM10/device repo's and all other great work
Christopher83 - for Kernel branch/toolchain
CyanogenMod Team - for the actual base
AOSP Team - for the great light system apps
Sources are on Github!
Screenshots:
See attachements

Changelog:
Release 3:
Code:
- Complete rebuild
-- After about 10 tries (with make clean) finally found the right one
-- Resulting in a butter smooth ROM with a good battery life
--- An 8 hour workday with average use drains about 20% battery, total time is 48h+
- New kernel (broodKernel v3.3) based on Christopher83's branch
-- Linux Kernel Version 3.0.72
-- Compiled with Christopher83's latest linaro build
-- Bigmem 369MB
-- OC/UV
-- Support for Vibration Sensitivity Changing (Check Device specfic settings)
-- O3 Optimization
- Launcher2
-- New awesome default wallpaper by ytok
-- Removed wallpapers of other resolutions to save space
- Settings
-- Integrated AngryGPS in Localization Settings
-- Extended broodParts
--- Choose between OC, OC/UV, NonOc and NonOc/UV kernel
- Rom optimization
-- Services.jar patch (Hard to kill Launcher)
--- HOME_APP_ADJ = 0x1
--- VISIBLE_APP_ADJ = 0x3
--- PREVIOUS_APP_ADJ = 0x5
--- HEAVY_WEIGHT_APP_ADJ = 0x4
--- SERVICE_ADJ = 0x6
--- BACKUP_APP_ADJ = 0x7
Release 2:
Code:
SystemUI.apk
- Added: Brightness Toggle and Sync toggle
- Removed: USB Confirmation Dialog
- Changed: Percent battery as default now
Settings.apk:
- Integrated DSP Manager and broodROM Stats into settings.
broodParts.apk
- Added many new features!
General:
- Hidden the launcher icons of RomStats and DSP Manager
- Removed crap
- New kernel (broodKernel v3.2_RC1) based on Christopher83's branch
- Included new wifi modules
- Updated init.d script.
Release 1:
Code:
- Initial Release

Compiling broodROM Jellybean
Info: ​Building broodROM Jellybean yourself is extremely easy. in fact I made this automated shell script which makes everything even easier then it initially is.
The skill required for building it is really low, anyone can attempt if interested. You need a native linux installation though, (Or you use DevDistro, my linux mint based VMWARE VM that has everything you need)
In broodROM Jellybean I have chosen for my personal preferences in adding the desired content to the rom, the modifications may spread from /device to /vendor and /build. So performing the regular tasks as on a CM environment may screw up the whole ROM. You can look through my commits if you want to find out where all the thing are placed.
Note:
Since the sources are being changed all the time you might have different outputs, like at the moment its already called Release 4 but its still lacking the changes. for stable builds just download one of the builds I posted
Guide​
Step 1: Preparing your environment
I suggest either to use a dual boot installation (if you have windows installed) or use a VM (for example DevDistro), compiling a ROM with Cygwin would be the biggest joke on earth. and the most desperate one.
Anyways since Xistance already made a tutorial on how to build CM10 I'm not going to explain that all. you just need to follow his tutorial until the "Install repo" step and then stop.
Step 2: Downloading broodROM Jellybean
In your native linux session, open a terminal window and enter the following commands:
Make dir and change the directory to that dir
Code:
mkdir ~/broodROM
cd ~/broodROM
Initialize the broodROM manifest
Code:
repo init -u git://github.com/broodplank/android -b jellybean
Download the source:
Code:
repo sync
(if you want to make sure you will get no github timeout errors you should not use the -j option, I found out that using -j8 for example even with a 60mbs connection will give github timeout errors. Those errors are very annoying since you will have to restart the progress again and again until it's finally completed (with loads of errors...)
Step 3: Initialize, Build, Pack, Sign:
Because of the nifty shell script I made this process is as easy as starting the file and coming back after a several hours and its ready to flash in cwm. (at my current pc it takes about 2 hours for the total process)
First have a look in the build.sh file. because there are some options you can adjust.
build.sh config part:
Code:
# ---------------------------------------------------------
#
# Main Configuration
#
MAKEPARAM="" # Example: MAKEPARAM="-k"
JOBS=5 # CPU Cores + 1 (also hyperthreading)
INCLUDERECOVERY=1 # Includes recovery.img in zip (0/1)
#
# Odin Configuration
# All files besides system.img, boot.img, reovery.img and cache.img
# should be placed in build/broodrom/odin to be included if 1 (below)
#
BUILDODIN=1 # If 1, an odin package will be created
# If 0, all options below will be ignored
ODINADDMODEM=0 # Add amss.mbn (modem) to odin package
ODINADDBOOT=0 # Add adsp.mbn, dbl.mbn, osbl.mbn (bootloader)
ODINADDPARAM=0 # Add EMMCBOOT.MBN and partition.bin
#
# ---------------------------------------------------------
Info on vars:
Make Parameters (MAKEPARAM)
The parameters that can be given to the make command, this could be "-k" or "LOCAL_MODULE_TAGS:=optional" for example, it's your choice what to add. generally you don't need any parameter for it to complete the compiling, it builds 100% with "make"
Number of simultaneous jobs (JOBS)
This is the number of max jobs that your pc should do while compiling the rom, the recommended number is the count of your cpu cores + 1, which would make -j5 for a quad core without I7 Hyperthreading (with its -j9). On cpu's such as octa cores you may even pump this up higher. I think -j9 for an octa core is kinda below its max (I would use -j12 probably)
Include broodRecovery to the CWM package (INCLUDERECOVERY)
This includes the built broodRecovery with a 2.6 kernel so it's also safe for emmc brickable chip. It just adds it to the cwm zip and uses a different updater-script to match the changes.
Build an Odin package after creating a CWM zip (BUILDODIN)
This builds an Odin image from the output files in the ariesve dir, this is system.img, boot.img, recovery.img and the created cache.img (100mb empty cache)
Adds a modem to your Odin package (ODINADDMODEM)
This adds amss.mbn to the odin package, the file needs to be placed inside build/broodrom/odin and the value needs to be set to 1 in order to include it.
Adds the bootloader to your Odin package (ODINADDBOOT)
This adds adsp.mbn, dbl.mbn and osbl.mbn to the odin package, the files needs to be placed inside build/broodrom/odin and the value needs to be set to 1 in order to include it.
Adds the param partitions to your Odin package (ODINADDPARAM)
This adds EMMCBOOT.MBN and partition.bin to the odin package, the files needs to be placed inside build/broodrom/odin and the value needs to be set to 1 in order to include it.
[/b]Starting the script[/b]
After editing it for your personal needs just open the shell and enter this oneliner:
Code:
./build.sh
When you leave it it will create a fully working CWM zip and/or Odin package!
That's it!. Please do not distribute your broodROM Jellybean build anywhere else then this topic.

Wauo New Rom Thanks Brood

Re: [ROM][JZO54K]broodROM Jellybean Release 1
Oh yeah! I've been waiting for this :highfive:
Sent from my GT-I9001 using xda app-developers app

Re: [ROM][JZO54K]broodROM Jellybean Release 1
Finally
I've been waiting for this, thanks Brood
Sent from my GT-I9001 using Tapatalk 2

davidteri91 said:
Wauo New Rom Thanks Brood
Click to expand...
Click to collapse
You're welcome!
educk said:
Oh yeah! I've been waiting for this :highfive:
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
Hehe, so did I
TwinHeadedEagle said:
Finally
I've been waiting for this, thanks Brood
Sent from my GT-I9001 using Tapatalk 2
Click to expand...
Click to collapse
Idd finally haha
This initial version is nothing yet, It will become more smooth, powerfull, managable as time passes.

wah...downloading~
Brood, I need the 5 homescreen launcher...can you upload it here??? or can I use the one from Slim Bean???

it's a problem if i use cwm 5.5.0.4 instead of cmw6 or twrp wich you specified in OP ?? THANKS !!

DreamerTKM said:
wah...downloading~
Brood, I need the 5 homescreen launcher...can you upload it here??? or can I use the one from Slim Bean???
Click to expand...
Click to collapse
Here you go, the original Launcher2.apk:
http://www31.zippyshare.com/v/42249136/file.html
Laurentyu1995 said:
it's a problem if i use cwm 5.5.0.4 instead of cmw6 or twrp wich you specified in OP ?? THANKS !!
Click to expand...
Click to collapse
No, 5.5.0.4 is also good, but you may not go ANY lower then that, I recommend you to update to CWM6 though

broodplank1337 said:
No, 5.5.0.4 is also good, but you may not go ANY lower then that, I recommend you to update to CWM6 though
Click to expand...
Click to collapse
I know that... but i think that cwm 5.5.0.4 it's the most stable... THANKS !!!

Laurentyu1995 said:
I know that... but i think that cwm 5.5.0.4 it's the most stable... THANKS !!!
Click to expand...
Click to collapse
it's idd very stable, the only thing I really hate about that cwm is that it uses the home button, which results in many unwanted backups nandroid backups over a time :')

R: [ROM][JZO54K]broodROM Jellybean Release 1
Yay! Going to flash it tonight! Thank you brood!
Inviato dal mio GT-I9001 che di originale non ha più nulla con la CyanogenMod 10 usando Tapatalk 2.

Re: [ROM][JZO54K]broodROM Jellybean Release 1
You did it man.
The AOSP.
Sent from my GT-I9001 using Tapatalk 2

So far sooooooooooo good!!! Thanks Brood!! Until now everything is very smooth and fast!! No problems so far!!

brood, is it possible to have settings for switch widget in notifications?
I miss some buttons there. If not, no problem, I'll use some home screen widget instead.

Re: [ROM][JZO54K]broodROM Jellybean Release 1
Downloading. As always, awesome work done. :highfive:
Sent from my GT-I9001 using xda app-developers app

R: [ROM][JZO54K]broodROM Jellybean Release 1
Downloading! :thumbup:
Inviato dal mio GT-I9001

Brood is it possible to make S3 style pack? Will be nice. Thank you.

Απ: [ROM][JZO54K]broodROM Jellybean Release 1
Brood I can't set an I/O scheduler through Broodparts!! I set it and when I leave the program and go again there nothing is checked!!
Send from my GT-I9001

Related

[ROM][KQB][ODIN] - broodROM RC5 Rev2 (RC6 in development) -

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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, -
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!
- RC5 Screenshots - (new)
Thanks to Coertmans for uploading the screenshots
thank you so much dude!! i was just about to flash the ori xxkps rom. u rocks!!
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
broodplank1337 said:
For the people who want a clean and fast ROM without crap!
This ROM allows all kinds of customization.
When this ROM is installed it will look like a clean install of a stock ROM.
But will include these features:
- I9001XXKPS (Android 2.3.6)
- CWM Recovery v5.0.2.7. based FeaMod Recovery v.1.3 without OC/UV
- Rooted
- Deodexed
- Zipaligned
- Custom Boot Animation support (sanim.zip)
- Extended Power Menu
- AOSP Lockscreen
- Custom Battery Icon
- Lock animation: Shutdown-style Old TV
- Adrenaline Shot 13
- Samsung Galaxy W GT-I8150 GPU Drivers
- Removed Apps:
* Aldiko
* AllShare
* Beach
* Budies Now
* Days Widget
* Dual Clock Widget
* Genie Widget
* Info Alarm
* Kies Air
* Layar
* Mini Diary
* Music Hub
* Press Reader
* Pro Tips
* Samsung Apps:
- Calendar Clock Widget
- Program Monitor Widget
- Stock Clock Widget
* Sim Toolkit
* Talk
* Talk Back
* Think Droid
* Unified Inbox
* Write and Go
- Extra Apps:
* Superuser
Installation Instructions:
1. Open Odin and click "OPS", now choose the AriesVE.ops file.
2 Check "One Package" and select the "XXKPS_Performance_EditionRC1.tar.md5" file as the one package file
3. Click Start and wait until the process is done.. (may take 7 to 25 min)
4. Once your in CWM choose Reboot
5. The first start might take a while... Enjoy XXKPS Performance Edition RC1
Don't forget to set animations to a few for the shutdown-style old TV animation
Note: For some reason I couldn't add custom apps to the ROM without gettings FC's so I decided to leave them out.
Download the following apps after flashing the ROM:
* Root Explorer
* Terminal Emulator
* Adfree Android
Click to expand...
Click to collapse
is it greek language support with sms writing?
thanksssss
mikrokatevas said:
is it greek language support with sms writing?
thanksssss
Click to expand...
Click to collapse
yep its supported
I test it now !
cool dude!
cud u make an odin flashable for cranium rc5?
sakindia123 said:
cool dude!
cud u make an odin flashable for cranium rc5?
Click to expand...
Click to collapse
I could if it was working on my phone, I've tried installing it over 10 times but still get black screen unfortunately
broodplank1337 said:
I could if it was working on my phone, I've tried installing it over 10 times but still get black screen unfortunately
Click to expand...
Click to collapse
thanks very much....
have anyone try it ?
give us your opinions.....
thanks again
I have a problem after flash in download mode. "Installation aborted".
Alex93917 said:
I have a problem after flash in download mode. "Installation aborted".
Click to expand...
Click to collapse
did you make factory reset afterwards?
what is Terminal Emulator? is it a must to install?
broodplank1337 said:
I could if it was working on my phone, I've tried installing it over 10 times but still get black screen unfortunately
Click to expand...
Click to collapse
crap...........cud u give some instructions to how-to?i will pm it to someone wjo installed cranium rom
mikrokatevas said:
thanks very much....
have anyone try it ?
give us your opinions.....
thanks again
Click to expand...
Click to collapse
Im not talking about my ROM but about Cranium RC5, my ROM should work just fine.. tested it myself
sakindia123 said:
crap...........cud u give some instructions to how-to?i will pm it to someone wjo installed cranium rom
Click to expand...
Click to collapse
I will PM u instructions
mikrokatevas said:
did you make factory reset afterwards?
Click to expand...
Click to collapse
Yes. But, now, it's working ! Good work !!! Thank you.
Sent from my GT-I9001 using Tapatalk
Alex93917 said:
I have a problem after flash in download mode. "Installation aborted".
Click to expand...
Click to collapse
When u just reboot it's gone
Anyone tested this ROM in AnTuTu?
I will take a test in ten minutes.
---------- Post added at 01:43 PM ---------- Previous post was at 01:26 PM ----------
So, this is a Antutu Test report.
Uploaded with ImageShack.us

[TOOL] - Galaxy S Plus Configurator RC1 - (coding frozen atm)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Galaxy S Plus Configuration, the easy way of configurating your ROM
Works on XXKPS, XXKPG, XXKQ1, XXKQ6 ROMS.
ROM Requirements:
Rooted
Deodexed
If your ROM does not have the above things, don't even think about it!, it will put you in a bootloop or it will brick your phone
Use the "/nocheck" parameter to skip the authentication or go to src/settings/ and open settings.broodromconfig. now change enablecheck to 0
- BETA 4 Features -
Install your favorite kernel (all available i9001 kernels):
Feacore 1.4 (1.4 GHz)
Feacore 1.4 (1.8 GHz)
Cranium Kernel v6 (1.9 GHz)
Cranium Kernel v6 (1.93 GHz)
Cranium Kernel v6 (1.996 Ghz)
Cranium Kernel v6 (2.016 GHz)
Cranium Kernel v7 (1.92 GHz)
Cranium Kernel v8 (1.4 GHz)
Choose a system accelerator (automated installation)
Universal Adrenaline Shot 13
Thunderbolt v2.5.1
Set CPU Governor
conservative
ondemand
performance
smartassV2
brazilianwax (Cranium Only)
smoothass (Cranium Only)
SavagedZen (Cranium Only)
interactive (Cranium Only)
interactiveX (Cranium Only)
lagfree (Cranium Only)
minmax (Cranium Only)
Scary (Cranium Only)
userspace (Cranium Only)
powersave (Cranium Only)
Set I/O Schelduler
bfq
noop
deadline (Feacore 1.4 + Cranium)
cfq (Feacore 1.4 + Cranium)
sio (Feacore 1.4 + Cranium)
vr (Cranium Only)
Choose keyboard
ICS Grey Keyboard
ICS Black Keyboard
ICS Glossy Keyboard
ICS Light Chrome Keyboard
XXKPS Stock Keyboard
Other options and actions
Choose GPU Driver
Enable/Disable Media scanning
Choose boot animation (RC 1/2) or choose a custom one
Install extended status bar (scrollable, 14 buttons)
Install extra languages (locale app, arabian)
Choose boot sound (standard, feacore, none) or choose a custom one
Choose a GPS Server (14 Servers available)
Choose a DNS Server (5 Servers available)
Choose a APN List (Default, Cyanogenmod APN List)
Enable, Update or Disable AdBlocker (hosts file)
Wipe selected partition
Calibrate battery, Install battery tweak, Battery hints
Recover from bootloop
Turn phone off, reboot phone, reboot in recovery, reboot in download
- Download BETA 4 -
BETA 4 Archive (.rar)
or
BETA 4 Setup (.exe)
- Download BETA 3 -
BETA 3 Setup (.exe)
BETA 3 Archive (.rar)
- Download all Versions -
broodROM Configurator Project Page
Development & Changelogs
- Changelog BETA 4 -
New: File, Options and Help menu, containing the following items:
File > Restart, Exit
Options > Preferences
Help > Credits, About
New: Options (Preferences)
- Enable/Disable authentication (I removed /nocheck parameter)
- Enable/Disable auto check for updates
- Enable/Disable safe mode (always mount /system)
- Enable/Disable pause command after processing a batch
Fixed: All files that possibly could cause errors because of the windows linebreaks (su -c "busybox dos2unix ...")
Fixed: Batch files having incorrect way of closing
Fixed: Update hosts file crashing broodROM Configurator (in beta 4 preview)
Fixed: Reboot button rebooting phone in recovery
Fixed: Incorrect number of quotes in 06setcpugov, 07setio
Fixed: Missing text in 08batterytweak making it not work
Fixed: Pushing i9001 default boot sound resulting into "to be implemented" messagebox (forgot it somehow)
Updated: batch files to be able to act with auto pause option, also more file permissions are added
Updated: Overall stability of the app
Changed: CPU Governor & I/O Schelduler can now be chosen to be set at boot or to be set directly
Changed: Extended Status Bar text to Extra Mods
Added: Flip-To-Mute & Non Increasing Ringtone under Extra Mods section
- Changelog BETA 3 -
New: Available in archive (.rar) or installer (.exe)
Fixed: Kernel installation not restarting phone in recovery mode
Fixed: Boot animation installation of RC2 default and RC2 by Sweetez not working
Fixed: Instructions of Thunderbolt installation
Fixed: Automated installation of Adrenaline Shot 13 not removing bolt_scripts properly
Fixed: Locale app installed after a reboot (replaced "adb push" by "adb install")
Fixed: Automated installation of Extended Status Bar not working
Fixed: Automated uninstall of Extended Status Bar not working
Fixed: Double quotes at words (""authenticate/locale"")
Added: Mouse over hints on every section
Added: ICS v3.0 Theme (battery charged notification removed)
Added: One click to update/enable/disable hosts file (no adds)
Added: ICS Keyboards by fadzlihellmuth
Added: ICS boot animation
Updated: Thunderbolt v2.3.13 to Thunderbolt v2.4
Replaced: "Restore defaults" by "Recover from bootloop function"
- Changelog BETA 2 -
Added: 10 New CPU Governors (Cranium Kernel Only)
Added: 4 New I/O Scheldulers (Cranium Kernel & Feacore 1.4)
Added: 14 GPS Servers (like Fasterfix)
Added: 2 New DNS Servers
Added: broodROM RC2 alternative bootanimation by Sweetez
Added: Complete credits list
Added: Power Controls (Extended status bar like widget)
Updated: Thunderbolt v2.3.10 to Thunderbolt v2.3.13
Fixed: Incorrect GPS config file
Fixed: Incorrect Arabian Patch (causing bootloop)
Fixed: Kernel installation not working
Fixed: Bug in batch scripts if /system is not mounted
Changed: Added option "Automated installation" for some items (on-the-fly instead of CWM)
Changed: Proper removal of previous system accelerator and installation without CWM
Improved: All bat files
Improved: Updater
Improved: Battery tips
- Changelog BETA 1
Added: "Check for Updates" keep the client up to date with this function
Added: Feacore Phoenix 1.4 oc/nonoc, Cranium Kernel v8, Thunderbolt 2.3.10, Extended Status Bar
Changed: Small/Large Caller photo settings to Extended Status Bar installation
Fixed: All broodROM RC2 scripts now in linux format (Linefeed instead of Carriage Return Line Feed)
- Changelog BETA 0
Initial (private) release
- Development -
Coming soon..
- Screenshots -
Ah, finally the dedicated thread!!
nikagl said:
Ah, finally the dedicated thread!!
Click to expand...
Click to collapse
Yep, I thought it was about time
Whats the deal about deodexing maps.apk en voicesearch.apk they always seem to fail?
broodplank, thunderbolt is now updated to 2.4 just saw it at the our sister forum. and i will be adding another keyboard later. thanks.
Preview of beta 3
Dutch.ly said:
Whats the deal about deodexing maps.apk en voicesearch.apk they always seem to fail?
Click to expand...
Click to collapse
hmm it worked for me, u using xUltimate?
fadzlihellmuth said:
broodplank, thunderbolt is now updated to 2.4 just saw it at the our sister forum. and i will be adding another keyboard later. thanks.
Click to expand...
Click to collapse
Ok thanks for noticing, Ill update it
so you got to keep the hosts file up to date the whole time?
where do you get it from?
dr.wtf said:
so you got to keep the hosts file up to date the whole time?
where do you get it from?
Click to expand...
Click to collapse
http://winhelp2002.mvps.org/hosts.txt
There is an update every 1/2 day(s)
Brood installing the videocard drivers aint working in ur config, for me atleast.
Dutch.ly said:
Brood installing the videocard drivers aint working in ur config, for me atleast.
Click to expand...
Click to collapse
can you flash it again and make a screenshot of the batch process? (dos window)
the only possible cause could be system not being mounted, add this line "adb -d shell mount -o remount rw /system" before "adb -d shell stop"
do you get a log like this?:
Code:
failed to copy 'gpu/i8150/egl/egl.cfg' to 'system/lib/egl/egl.cfg': Read-only fi
le system
failed to copy 'gpu/i8150/egl/libEGL_adreno200.so' to 'system/lib/egl/libEGL_adr
eno200.so': Read-only file system
failed to copy 'gpu/i8150/egl/libGLES_android.so' to 'system/lib/egl/libGLES_and
roid.so': Read-only file system
failed to copy 'gpu/i8150/egl/libGLESv1_CM_adreno200.so' to 'system/lib/egl/libG
LESv1_CM_adreno200.so': Read-only file system
failed to copy 'gpu/i8150/egl/libGLESv2_adreno200.so' to 'system/lib/egl/libGLES
v2_adreno200.so': Read-only file system
failed to copy 'gpu/i8150/egl/libq3dtools_adreno200.so' to 'system/lib/egl/libq3
dtools_adreno200.so': Read-only file system
Added BETA 3 changelog for so far
i discovered an app called adaway (which i currently have problems with) which uses 3 other sources besides yours.
i think one is enough but adding the other three wouldn't do any harm.
you can find them by downloading the app yourself. too much to type...
edit:
and i just got another thought:
if you want your configurator to be noob friendly then you probably should make something like little descriptions on what is what. i think a mouseover should do it.
dr.wtf said:
i discovered an app called adaway (which i currently have problems with) which uses 3 other sources besides yours.
i think one is enough but adding the other three wouldn't do any harm.
you can find them by downloading the app yourself. too much to type...
edit:
and i just got another thought:
if you want your configurator to be noob friendly then you probably should make something like little descriptions on what is what. i think a mouseover should do it.
Click to expand...
Click to collapse
I am aware of the other hosts
Adding tips to every section (mouseover) ^^
BETA 3 has been released.. Uploading it now as archive (rar) and as setup (exe)
ALLOT more stable
Still can't figure out what's wrong with the arabian patch, sometimes it gives bootloop, sometimes it doesn't
- Changelog BETA 3 so far -
New: Available in archive (.rar) or installer (.exe)
Fixed: Kernel installation not restarting phone in recovery mode
Fixed: Boot animation installation of RC2 default and RC2 by Sweetez not working
Fixed: Instructions of Thunderbolt installation
Fixed: Automated installation of Adrenaline Shot 13 not removing bolt_scripts properly
Fixed: Locale app installed after a reboot (replaced "adb push" by "adb install")
Fixed: Automated installation of Extended Status Bar not working
Fixed: Automated uninstall of Extended Status Bar not working
Fixed: Double quotes at words (""authenticate/locale"")
Added: Mouse over hints on every section
Added: ICS v3.0 Theme (battery charged notification removed)
Added: One click to update/enable/disable hosts file (no adds)
Added: ICS Keyboards by fadzlihellmuth
Added: ICS boot animation
Updated: Thunderbolt v2.3.13 to Thunderbolt v2.4
Replaced: "Restore defaults" by "Recover from bootloop function"
Config Beta3 and Cra V8 ???
Hi Brood,
Nice Beta3
I could not get any info about my bootloop probleme on cranium V8 forum ( else .. dont use it !!! ) ; is there some news coming through this Beta3 ?
Regards,
Eric
ericcostes said:
Hi Brood,
Nice Beta3
I could not get any info about my bootloop probleme on cranium V8 forum ( else .. dont use it !!! ) ; is there some news coming through this Beta3 ?
Regards,
Eric
Click to expand...
Click to collapse
I suggest you use Cranium Kernel v6 @ 1400Mhz
i don't see any mouse over hints

[ROM][i9001][Build-40]KANG - AOKP - Beta-11

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Note: AOKP for Galaxy S Plus is provided with no warranty.
You are installing this software at your own risk.
STATUS:
i9001 Android Open Kang Project based on AOKP GitHub sources and CM9 Arco GitHub config files for AriesVE. Kernel based on Arco CM9 kernel sources - 2.6.35.14-cyanogenmod with changed configuration.
Click to expand...
Click to collapse
​ What's working:
Audio
Calls
WiFi
3G
Bluetooth
BT handset
GPS
Themes
Compass
WiFi Tethering
Camera - very buggy but it is possible to make a photo(use Pudding camera from Google Play)
Radio FM(use Spirit Radio - HOWTO - 3rd post)
Not working:
USB tethering
HDMI - not tested
Download:
- 06/08/2012 - AOKP Build 40 - i9001-aokp-beta-11 md5sum: b1947fad39824eb1e8af9f4e01ea4421
- 28/06/2012 - AOKP Build 40 - i9001-aokp-beta-10 md5sum: 83a95a65e5b0b7496d020394aa949499
- 24/06/2012 - AOKP Build 40 - i9001-aokp-beta-09 md5sum: 7e6d92cef071acac199bed8bd12926c9
- 20/06/2012 - AOKP Build 39 - i9001-aokp-beta-08 md5sum: 73c09adf2112e4b411589c0a8dddef2d
- 17/06/2012 - AOKP Build 39 - i9001-aokp-beta-07 md5sum: 52cccb030840a21e6c5437e1a264fadc
- 15/06/2012 - AOKP Build 38 - i9001-aokp-beta-06 md5sum: 894c5be38a033f50e34522f7ff5e06c3
- 06/06/2012 - AOKP Build 38 - i9001-aokp-beta-05 md5sum: 65622cac2c52c12f60fd63e4c2e28c4f - FULL WIPE NEEDED!!
Click to expand...
Click to collapse
Addons/patches:
- 24/06/2012 - Vitaliy kernel - BootCM9.zip - md5sum: a43eb033cfabaa6a55582b67415784d6
- 19/06/2012 - In-call patch - aokp-soundpatch-01.zip - md5sum: 23685b91e8f20221cf9a57dc391074b9
- 17/06/2012 - PDroid for Beta-07 - pdroid-aokp-beta-07.zip - md5sum: d426d9fdb30b6f1607d10a01df340156 - how to in 3rd post
- 15/06/2012 - AOKP kernel OiSiS - kernel-aokp-01.zip - md5sum: fc6609f01889171331836470fd5a2077 - wipe cache/dalvik and fix perms
- 15/06/2012 - CM9 kernel Arco - kernel-arco-cm9.zip - md5sum: 9f6a67d46f5d27551e29b557dd895922 - wipe cache/dalvik and fix perms
- 10/06/2012 - Camera patch 01 - aokp-camtest-01.zip - md5sum: d72421e9732652c7b234dd7b6cf0fa91 - wipe cache/dalvik and fix perms
- 10/06/2012 - Google Apps - gapps-ics-20120429
Click to expand...
Click to collapse
Installation:
1. Use CWM from Arco
2. Wipe: data, cache, dalvik-cache
3. Install i9001-aokp-alpha
4. Wipe: data, cache, dalvik-cache
5. Install Google apps
6. Wipe: data, cache, dalvik-cache
7. Fix permissions
8. Enjoy
Click to expand...
Click to collapse
Credits:
Arco, AOKP team, Jackq, Kacperas, Costinutz32, Dracolucassos, Crybert, Texten, Sot0, All testers
Click to expand...
Click to collapse
Changelog:
Beta-11:
- New apps: Launcher2.apk, OiSiSPapers.apk
- New bootanimation
- New media_profiles.xml
- Libs for camera
- Changes in build.prop
Beta-10:
Fixed WiFi thetering
New kernel drivers(BT, WiFi)
Data meter fixed
Beta-09
AOKP - full changelog
added hardware info in Settings > About
fixed DRM issues (including Hulu)
made lockscreen weather much prettier
fixed tablets
added NFC polling mode Settings > More > NFC polling mode
added NFC toggle
added Achromatic theme
updated Nova
fixed added custom WiFi SSID FC
always moar things!
Beta-08
Incall volume patch included
Added nano
Added wireless-tools
Beta-07
Build 39 - AOKP build 39 changelog
Added apps: (GanOptimizer, Provision, QuickSearchBox, SpeechRecorder, Stk, Tag, VoiceDialer, DreamTheater)
AOKP Stats
Beta-06
Camera test 01 included(use Camera360 or PuddingCamera)
New build.prop tweaks
OiSiS kernel 01 included
Camera test 01 - only for Beta-05
New media_profiles.xml
New etc permissions files for cameras
New libs for cameras
Beta-05
Enabled JIT
ROM Control - full Polish transilation - Credits: JackQ
Added haptic feedback on back and menu keys - Credits: Texten
Added libs for multimedia
Startup tweaks are working finally
Cron is working finally
init.d support
Swype removed
ApexLauncher - default launcher
Removed Launcher2
New kernel - Credits: Arco
New AOKP sources - Build-38 - changelog
build.prop tweaks(increased network speed, better coverage, WiFi refresh etc)
New GPU drivers
New WiFi drivers
Cifs support
######
FAQ:
######
1. My gallery/music seems to be displaying duplicate entry.
- For now just goto Manage Apps then All search for Media Storage and Delete Cache, Reboot phone and wait 10 maybe 15 mins for media scan.
2. My Facebook sync is not working.
1. Download FBSync_AOKP_June9.zip on your sd card.
2. Reboot into recovery, make a backup, wipe cache/dalvik cache
3. Install the FBSync_AOKP_June9.zip
4. Wipe cache/dalvik cache, fix permissions
5. Reboot system and open up Facebook (it should ask you if you want to sync)
or go to System Settings -> Accounts & sync -> Add account and add your FB account.
Sources and oryginal download link here.
Credits: dbx4, ngenhit.
3. PDroid patch for beta07.
1. Download the patch
2. Falsh the zip via RecoveryMode
3. Reboot
4. Download PDroid from PlayStore
Hint:
With the Restore.zip you can go back to the origin. The patch includes some changes in jar files that PDroid needs to function properly. Details see here. Restore file: Restore-aokp-beta-07.zip. Oryginal post here.
Credits: Crybert.
4. How many people use AOKP on i9001.
Just go to website: stats.aokp.co and click on: Click me to check Kangs! then search for Ariesve.
5. How to use FM Radio on AOKP.
1. Download Spirit Radio here.
2. Install Spirit Radio in AOKP
3. Go to Spirit Radio settings.
4. Set Regional Band to your country
5. Audio --> Method to qdspv2 Altern
Credits: dbx4
6. My songs are in the music player but in the filemanager the folder external_sdcard is empty. Where is my external SD Card?
Your external card is here: /mnt/emmc or /emmc.
You can also install this RemountSD.apk and your SDCard will be mounted in GB style. Oryginal post here.
Credits: gundalbert, lic3ns3d
#############
HOWTO:
#############
1. Enable swap(extra virtual memory) file - mini HOWTO
1. Create 512MB hidden file for swap(all steps on phone - adb or Terminal emulator, as Root):
Code:
dd if=/dev/zero of=/mnt/sdcard/.swap bs=1024 count=524288
2. Make swap file system
Code:
mkswap /mnt/sdcard/.swap
3. Switch on swap file:
Code:
swapon /mnt/sdcard/.swap
4. Check that swap is on:
Code:
free -m
5. Add to /system/etc/fstab - DON'T sure that will works but you can try - BACKUP FIRST!!!:
Code:
/mnt/sdcard/.swap swap swap defaults 0 0
You need kernel with swap memory enabled, my kernel have this option on, Arco's and Vitaliy i'm not sure, you have to check it out because i'm using only my kernel.
If point 6 will works you will have permanent swap on if not only till next reboot. It is only experiment and only for swap file. If somebody would like to have swap partition have to creat swap partition on EXT sdcard and make different row in fstab.
If you have swap file on your internal memory you can do trick like that:
1. Creat file:
Code:
/system/etc/init.d/97swapfile
2. Paste this inside:
Code:
#!/system/xbin/sh
swapon /mnt/sdcard/.swap
3. Check after reboot that swap is working, in terminal emulator:
Code:
free -m
As you can see system is using SWAP:
Code:
[email protected]:/ # free -m
__________________total_______used____free_____shared_______buffers
Mem:_____________372824_____368288____4536__________0__________2064
-/+ buffers:_____366224_______6600
[B][COLOR=Navy]Swap[/COLOR][/B][COLOR=Navy]:____________523824__________[/COLOR][B][COLOR=Red]0[/COLOR][/B][COLOR=Navy]__523824[/COLOR]
After few minutes:
Code:
[email protected]:/ # free -m
__________________total_______used_____free_____shared_______buffers
Mem:_____________372824______364744____8080__________0_________14704
-/+ buffers:_____350040_______22784
[COLOR=Navy][B]Swap[/B]:____________523824________[/COLOR][B][COLOR=Red]9588[/COLOR][/B][COLOR=Navy]__514236[/COLOR]
#########
Links:
#########
Lockscreens:
- Optimus 4X style Lockscreen - not tested
Themes:
- SENSE 4 - not tested
- TouchWiz 5.0 - not tested
Bootanimations:
- Dolby Countdown AOKP Boot Animation - works
Icons:
- Old Geezers Big Icon/ MashUp - not tested
- AOKP Official FAQ - works
Good to see this.
I follow your work
Inviato dal mio GT-I9001 con Tapatalk 2
What do you mean under 'I can not unlock the screen' ? If you press the power button, the display will light and a padlock and swipe that padlock to right. Or if it doesn't works, than your port is not working I think. But good to see new ports!! Keep up the good work, because more ports mean more possibility to choose from. (Is camera working in your port?)
Tomajdon said:
What do you mean under 'I can not unlock the screen' ? If you press the power button, the display will light and a padlock and swipe that padlock to right. Or if it doesn't works, than your port is not working I think. But good to see new ports!! Keep up the good work, because more ports mean more possibility to choose from. (Is camera working in your port?)
Click to expand...
Click to collapse
The system starts up, it shows the unlockscreen or start the configurator, but does not respond to touch. This is the first compilation so it can still be a lot of errors.
for touchscreen we need another kernel
it's a known issue, also on other devices with unofficial ports
texten said:
for touchscreen we need another kernel
it's a known issue, also on other devices with unofficial ports
Click to expand...
Click to collapse
For now is CM9 kernel from Arco: 2.6.35.14-cyanogenmod.
oisis said:
For now is CM9 kernel from Arco: 2.6.35.14-cyanogenmod.
Click to expand...
Click to collapse
did you test with some other boottest.zip's from arco?
edit: maybe we should start with kernel tests
reserved
texten said:
did you test with some other boottest.zip's from arco?
edit: maybe we should start with kernel tests
Click to expand...
Click to collapse
I have not tested, I did not even logcata, you know it is Sunday - have to test real life , in the evening will sit back and see what is wrong. For now little break. If someone wants it can attach logs from logcat. Thanks.
oisis said:
I have not tested, I did not even logcata, you know it is Sunday - have to test real life , in the evening to sit back and see what is wrong. For now little break. If someone wants it can attach logs from logcat. Thanks.
Click to expand...
Click to collapse
yeah the sun is shining, enjoy.
if someone wants to help. we need all boottest zip's from arco. please link to it.
but i will also look for these, now.
texten said:
yeah the sun is shining, enjoy.
if someone wants to help. we need all boottest zip's from arco. please link to it.
but i will also look for these, now.
Click to expand...
Click to collapse
No there is no needed to collect boottests from Arco, I should find out what is going on without those boottests . I will need only logcats if somebody is installing this rom.
Sent from my GT-I9001 using XDA
oisis said:
What's working:
- I do not know because I can not unlock the screen.
Click to expand...
Click to collapse
I've experienced similar issue in CM9, the reason was auto brightness. Look here:
http://forum.xda-developers.com/showthread.php?p=25211093#post25211093
touchscreen is working, but it will break by trying to unlock..
so i think there is realy no need for the boottest.zip's of arco..
only need to improve that
edit: maybe framework. but i will make a logcat now.
Great to see another developer, good luck!
Sent from my GT-I9001 using XDA
logcat.
boot, try to unlock and shutdown screen with powerkey:
Great to to see aokp here :thumbup:
Sent from my Samsung Galaxy S Plus running CyanogenMod 9 pre-alpha by Arco
oisis said:
No there is no needed to collect boottests from Arco, I should find out what is going on without those boottests . I will need only logcats if somebody is installing this rom.
Sent from my GT-I9001 using XDA
Click to expand...
Click to collapse
There is an option to unlock by the menu key. Try to add that by default if you can't open settings(not sure which file this is in so can't help you there) and see if you can unlock the phone that way.
Sent from my GT-I9001 using xda premium

[Add-on][Tweaks/Mods/Apps]█ PIMP MYROM █ v2.1.2 {i9003 THREAD}[AROMA][WIP]

[Add-on][Tweaks/Mods/Apps]█ PIMP MYROM █ v2.1.2 {i9003 THREAD}[AROMA][WIP]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Firstly, I just want to say that this is not my creation, I take no credit, and I'm posting pretty much what it says on the original thread right here. If you wanna thank the devloper (Androguide.fr), follow the link below. I'm posting here so more i9003 aka Galaxy SL owners can take a look.
Original thread: http://forum.xda-developers.com/showthread.php?p=32660318
UPDATE!! I'll post update changlogs here, if you dont feel like going to the original thread.
v2.1.2
- Fixed conflicting tweaks that caused bootloops and/or were breaking network on some devices
~ Please report if these kind of issues persist ~
- Made the package lighter by removing some unused left-over files from previous versions
v2.1.1
- Fixed missing chmod script which was preventing init.d scripts from running
- Possible fix for the apps that aren't installed properly on some devices
v2.1
Introducing a new tweaks selection screen : Pimp my Kernel
--> Tweak 6 of the most common CPU Governors : Ondemand//OndemandX//Interactive//SmartassV2//Lulzactive//Conservative
--> Tweak your default I/O Scheduler & Disable I/O Stats
--> Disable & Re-Enable VSync
--> Disable Normalized Sleeper // Gentle Fair Sleepers // New Fair Sleeper (just moved, was already there before)
-->Misc. Kernel Tweaks : Disable kernel error checking (already there before) // Sysctl kernel msgmin & msgmax tweak
Added an option to revert Adblocking
Fixed the issue where beats audio and walkman options would be displayed for gb roms when it shouldn't
Various bugfixes (a few swapped selections and unworking tweaks)
Removed the extra apps screen, this wasn't really matching the mainline of this project, since you can grab those apps from the market. Plus this makes the whole package lighter.
Switched to miui installer theme
v2.0
ø New Tweaks selection screen : Multitasking
==> Choose between :
4 levels of OOM Priorities
4 levels Minfree settings
2 levels of ZRAM compression
Tweak your kernel and dalvik cache to behave well and be stable on hard multitasking conditions
ø New Tweaks selection screen : Networks & Internet
==> Security tweaks :
Reinforce your TCP/IP Stacks to make them resist to SYN attacks which cause a DoS (Denial of Service) on your device. Now those lame-ass blackhat hackers won't harm you with this.
Block redirects : auto website redirections will be blocked
Block source-routing : source-routing can be used to hack into your device as it allows full tracing of packets.
==> Stability & Speed tweaks :
Increase the buffer and queue size of each tcp socket to give more stability on high broadband consumption conditions
Allow the system to re-use the Sockets on TIME-WAIT state. In clear time-wait causes memory-loading, memory-loading causes internet lagg, internet lagg sucks.
Various IPv4 protocol speed tweaking scripts using sysctl
DNS and ppp0 tweaks for faster name-resolution, which means faster connections to websites.
ø New Tweaks selection screen : GPS Configuration
==> Choose between 79 countries (and 5 continents) of gps.conf files: those files are essential for the accuracy and lock-speed of your device's gps. (Thanks to gangsterjoop for the files)
ø New Adblock file of over 200 000 hosts ! (100x more than before) (Thanks to BSDgeek_Jake for the host file) --> added to extra features screen
ø New init.d scripts :
Move Dalvik-cache to /cache to increase data storage
Bind-mount dalvik-cache to allow a device to boot without sdcard (useful for devices with damaged internal sdcard)
Touchscreen responsiveness improvement tweaks
ø New Enable/Disable features :
Disable and Re-Enable Android logger
Disable Gentle Fair Sleepers
Disable New Fair Sleepers
Disable Normalized Sleeper
ø Rewritten every single init.d script :
This allowed me to realize many of them were not working, so I added a lot of missing values, and fixed a countless number of errors, redundant values and typos. So there should be some big improvement on the effects of init.d tweaks.
I also set an order of execution of init.scripts to avoid conflicts.
ø Removed themes and S-Voice
The S-Voice flaw that allowed other devices to use it appears to be patched and it was heavy, and themes were heavy and not really useful, you can download a countless number of them for free on the market
ø Changed installer theme to Sense
I realized that the options subtitles were not readable with ics theme, so most of the tweaks effects explainations were hidden.
ø Pimp My Rom will now come in two versions :
One will include the latest version of Aroma (with touchscreen working out-of-the-box, but issues on some devices) and One using Aroma v2.51 (With touchscreen calibration, and this version appears to fix the weird texture/ghost-input/moving screen/vibration issues people have with some devices with aroma v2.56)
ø Major code clean-up, various bugfixes
Re-organized and cleaned-up both aroma-config and updater-script
Fixed the way the installation process input displays sections and sub-sections
Fixed some tweaks getting installed instead of others when they shouldn't, and some other bugs
Pimp my Rom is an aroma-installer based script that will allow you to choose between a plethora of nice tweaks, mods, apps, themes and features to add to your current rom.
YOU CHOOSE which options and tweaks to apply, all this with a nice touchscreen interface, even if you're not running a touchscreen recovery, thanks to Aroma.
You can now run this script on any Android Device !!! (GB/HC/ICS/JB)
PmR was originally created for the Galaxy tab 7.7 (p68xx), but it has now evolved into a universally usable script !
Lifehacker article : http://lifehacker.com/5949000/pimp-m...way-imaginable
Here's the list of the features that you can enable and disable at will (will be adding more and more over the time) :
Tweaks and Mods
Init.d Scripts :
- Faster internet browsing
- Better Battery consumption
- Miscellanous kernel tweaks
- Ondemand governor tweaks
- Dalvik VM tweaks
- Defragmentation of sqlite3 databases at each boot
- Disable android-logger
- Disable kernel Normalize Sleeper
- Use strict minfree handlers
- Flags blocks as non-rotational
- Enable data_writeback for ext4 partitions for better i/o
- Force GPU rendering on 2D operations
- Improve multitasking by tweaking system task-killer
- run Vacuum & Reindex at each boot to optimize sqlite
- Use Adblock hosts to block in-app advertising
- Improve External sdcard I/O performances
- Zipalign all apk at each boot
- Install Thunderbolt's s98system_tweaks
- Tweak CPU and GPU tuning values
- Tweak the behaviour of the Complete Fair Scheduler (cfs)
- Tweak TCP buffers for better internet speed
- Optimize all sqlite3 databases to increase speed of apps that use db
Build.prop Tweaks :
- Better jpg image quality
- Better camera recording quality
- Lock launcher in memory
- Battery savings
- Disable kernel error checking
- Dalvik VM tweaks
- Faster scrolling
- Better touch responsiveness
- Faster browsing and download speed
- Allow purgeable assets
- Reduce dialing time
- Misc 3G tweaks
- Deeper sleep
- Reduce black-screen time of proximity sensor after a call
- Smoother video streaming
- Faster wifi connect/disconnect
- Overall smoothness improvements
- Increase the size of VM heap
Enable/Disable Functionalities:
- Enable hardware video. acceleration
- Enable gpu UI rendering
- Enable HSUPA
- Enable JIT (Just In Time) Compiler for Dalvik vm
- Enable surface dithering
- Disable Boot-Animation
- Disable usage-data sending
- Disable volume buttons wake
- Disable adb notification icon
- Buttons backlight always enabled when screen on
- 16bit Transparency
Applications:
- Install an alternative launcher : Apex Launcher & Nova Launcher
- Install latest Solid Explorer
- Install Adobe Flash Player for JB
- Install Rom Toolbox Lite
- Install Script Manager
- Install Hulu+ hacked to work on any device (Both portrait & landscape version)
- Install Smart Stay EX
Add Features to your tab:
- Add support for OpenVPN connections
- Install Awesome Beats Audio dsp manager for a greater sound experience
- Install Adrenaline Boost Script
- Install Sony Walkman suite : Music Player & Visualizer, Clearbass soundfx and Image Gallery & Editor
- Install S-Voice, the famous app from Galaxy S3 hacked to work on any device
- Install Touchwiz UX Launcher & Widgets (Weather & Dialer) from SGS3 hacked to work on any device
Instructions:
You can flash this on top of any custom rom with init.d support
- Download Pimp My Rom (a.k.a PmR)
- Make sure you are running a custom recovery (CWM or TWRP)
- Wipe cache and dalvik cache in recovery
- Flash PmR in recovery
- A wonderful touchscreen interface will pop-up
(devices need different touchscreen calibration, if the touchscreen doesn't work, use the menu button of your device, select "Calibration Tools" and follow the instructions)
- Follow the on-screen instructions, make your choices between all the different features of Pimp my Rom
- Select "Reboot my device" on last screen (or reboot from recovery) and enjoy
- Encountering issues ? (Texture, installation being blank, etc...) then try to do this :
Open the zip of the rom you are running (the .zip file that you flash in recovery)
Inside this zip, navigate to : META-INF/com/google/android
Extract the file called "update-binary" and rename it to "update-binary-installer"
Open Pimp my Rom's zip (i.e : PIMP_MY_ROM-v1.4.1-Universal.zip)
Inside this zip, navigate to : META-INF/com/google/android and delete "updater-binary-installer"
Now copy the "update-binary-installer" file you extracted from your rom to Pimp My Rom's zip (still in META-INF/com/google/android)
Close the zip and flash it
Tested and found working with(Tell me more and I will add it):-
Paranoid Android 2.18
Cyanogenmod 10 A2
CodenameAndroid 3.6.6
DOWNLOADS:
>>>>>>2.1.2<<<<<<
Download :- http://goo.im/devs/Androguide/Pimp my Rom/HDPI/PIMP_MY_ROM-v2.1.2-by-Androguide.fr-HDPI.zip
md5 : 6d409bd4121c9055648a6c358311f2ae
Size : 32.41 mb
Have u like tested this...
today i tested this on stock ddlf2 but it put me in a bootloop ..
i wanna try this , ANY IDEAS ??
simratcs said:
Have u like tested this...
today i tested this on stock ddlf2 but it put me in a bootloop ..
i wanna try this , ANY IDEAS ??
Click to expand...
Click to collapse
i think this tweaks is only for ICS/JB,i already ask in original thread
It works like a charm on CM10. But as OP states in the original thread and this one last verse try coping the Meta inf and try. It seems to work on some ROMs and not on some.
Sent from my GT-I9003 using xda app-developers app
hey does it supports DDLF2???
gonna give it a shot!
Just follow the instructions in the OP and if you end up in some error then do the steps as mentioned.
Sent from my GT-I9003 using xda app-developers app
Flash it on XXKPQ, feel more lag !
Try a reflash and then flash as that should not be happening.
Sent from my GT-I9003 using xda app-developers app
Wow , I really feel a difference with multitasking and scrolling. Keep up the good work
Sent from my GT-I9003 using xda app-developers app
Thank you bro
PimpMyRom now !!!
It's worked on CM10 Alpha 2, so many options to optimize the ROM, thank you.
However, flash player installed but not work, browser exit immediately on every page have SWF embedded.
I pimped My ROM Dhiru's CM10 and OMG........Batery drain was at its peak....!!
40% to switch off state in 4-5 Hours in night with data and wi-fi disabled.
SU/Script manager has taken allmost 18% of battery, There is some issue for sure .
shail139 said:
I pimped My ROM Dhiru's CM10 and OMG........Batery drain was at its peak....!!
40% to switch off state in 4-5 Hours.
SU/Script manager has taken allmost 18% of battery, There is some issue for sure .
Click to expand...
Click to collapse
From android 4.x, do not turn off and turn on phone, it will be drain your battery like hell. Just reboot/fast reboot to save the battery life.
duongtunglam said:
From android 4.x, do not turn off and turn on phone, it will be drain your battery like hell. Just reboot/fast reboot to save the battery life.
Click to expand...
Click to collapse
I know that dude...
I guess u didn't get me....I told it went from 40% to 0% in night. I didn't manually switched it off after "Pimping The ROM"
duongtunglam said:
It's worked on CM10 Alpha 2, so many options to optimize the ROM, thank you.
However, flash player installed but not work, browser exit immediately on every page have SWF embedded.
Click to expand...
Click to collapse
@shail and duongtunglam
I will report to the original developer as soon as possible.
LoLaTiOn said:
Thank you bro
PimpMyRom now !!!
Click to expand...
Click to collapse
mathew1234 said:
Wow , I really feel a difference with multitasking and scrolling. Keep up the good work
Sent from my GT-I9003 using xda app-developers app
Click to expand...
Click to collapse
Thank the developer who originally created this PMR.
Its awsm...i flashed it on codename 3.6.6....my rom is now flying.....good work..
ayush95gupta said:
Its awsm...i flashed it on codename 3.6.6....my rom is now flying.....good work..
Click to expand...
Click to collapse
Can u explain how your rom is flying ...i didnt felt that major change
Sent from my GT-I9003 using xda app-developers app
I'm just gonna flash this via CWM?
installation instruction please.
should i update my ddlf2 c.rom to cm10 before pimp my rom
or just flash this direct to DDLf2?

[ROM][4.4.4][Dec-4] UNOFFICIAL CM11 | KitKANG v3.1 | Security Patch Level: 1st Nov 15

Proudly presenting
KitKANG version 3.1 incl. Android Security Updates from 1st Nov 2015 (e.g. Stagefright 2.0)
Android 4.4.4 KTU84Q / UNOFFICIAL CyanogenMod 11.0 (synced with CM/AOSP codebase 28th Nov 2015) for HTC Desire (GSM)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
This is my personal rom -- source build from CyanogenMod 11.0 codebase by using portions from Evervolv (device tree, kernel, etc.). I have used few necessary modifications which I have learnt from other xda/github members (see in credits section).
Disclaimer
I am not the orginal author this ROM, I have just built it for my private pleasure. This ROM has been tested and verified to be stable for daily use, and even if I have spent a lot of my spare time into keeping it up-to-date, there may be some unknown bugs. Therefore be warned: If you rely on your device as it is your only phone be very cautious. If you decide to flash this ROM, you do it at your own risk and I am not responsible for any resulting damages!
Click to expand...
Click to collapse
About the rom
- Based on CM-11.0 codebase
- Some CM apps were removed to slim down the ROM (e.g. CMAccount, CMFileManager, CMWallpapers, etc)
- Trackball wake option in buttons menu (enabled per default)
- Tweaks for longer battery life and faster scrolling performance
- ART
- SELinux (disabled by intention)
Click to expand...
Click to collapse
Kernel 3 related credits
- Kernel 3.0.16 evervolv-turba-kitkat (source: https://github.com/spezi77/android_kernel_htc_qsd8k_3.0/tree/kitkat-ev)
Big thanks to:
- Thomas Lehner aka [email protected] for stabilizing Kernel 3.0.16 !!!!!!!!!!!!!!!!!!
- LaidbackNikez for being the mastermind behind the development of kernel 3.0.16!
- marc1706 for being a force behind the development of kernel 3.0.16!
- macs18max for providing great tips on kernel developments!
- noonamer for being a force behind the development of kernel 3.0.16!
- walter79 for providing great tips on kernel developments!
- franciscofranco for a few of his magic kernel tweaks which I have used to enhance kernel 3.0.16!
- everyone else who was involved but does not appear in this list
Click to expand...
Click to collapse
Bugs in this ROM
- All bugs which are present in CM and Evervolv roms, e.g. Video Recording and MMS not working: You can try Videocam Illusion (audio at 44.1KHz!) and Textra SMS instead
- Sometimes the cLock widget does not display weather icons (Just remove the widget and add it again)
- According to user feedback, Exposed framework in combination with Gravitybox is no longer working on this rom!
Click to expand...
Click to collapse
Bugs with K3
- Some SD cards are not working with the latest rom version 2.0; In such case the rom gets stuck at the bootanimation, and you would find a bunch of logcat errors, e.g.:
Code:
I/dalvikvm( 95): Unable to open or create cache for /system/framework/conscrypt.jar (/data/dalvik-cache/[email protected]@[email protected])
D/dalvikvm( 95): Unable to process classpath element '/system/framework/conscrypt.jar'
E/dalvikvm( 95): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory
-> Possible solution #1 if you want to stay with K3: try a different SD card..
-> Possible solution #2: Flash this rom with K2
Please let me know if you find bugs. And please take a logcat if you encounter a FC (force close). Here you can learn to logcat like a pro!
Click to expand...
Click to collapse
Enable Developer Settings
--> Open up "Settings > About phone" and tap 7 times on "Build number".
Click to expand...
Click to collapse
Credits
- CyanogenMod Team for working hard and providing us with this brilliant rom!
- Evervolv Team and LaidbackNikez for kernel, device trees and vendor blobs
- parkedraccoon for sharing his knowlegde on building CM and helping me with adding the trackball on wake
- csytracy and WoH (from their code I have learnt about quite a few modifications for HTC Desire)
- johnnyslt for sharing knowledge on how to enhance the Torch app (won't shutdown when screen turns off)
- Chromium_ for a crash course in using git and github
- jens_ for his help
- Contributions from anyone else I probably have forgotten to mention or was not aware of
Click to expand...
Click to collapse
Note
Please be gentle.. it's my first rom! Keep this thread clean :good:
Source
Kernel:
* 2.6.38: https://github.com/spezi77/android_kernel_htc_qsd8k
* 3.0.16: https://github.com/spezi77/android_kernel_htc_qsd8k_3.0
ROM:
* Base: https://github.com/CyanogenMod
* Mods: https://github.com/spezi77
You may want to compile it yourself:
Code:
repo init -u git://github.com/spezi77/android.git -b cm-11.0
cp .repo/manifests/bravo/roomservice.xml .repo/local_manifests/
repo sync
brunch bravo
Have a nice day!
Downloads, change log and installation instructions:
Newest version:
KitKANG v3.1 with K2.6.38 -- for daily use (147.75 MB)
Slim Gapps for KitKANG v3.x (82.69 MB)
K3.0.16 for being flashed over KitKANG -- ONLY for experimental use / just for kicks / NOT recommended as daily driver (2.6 MB)
What's new in v3.1:
* This build includes the official CM/Android Security Update from 1st Nov 2015
* From now on there is only one build with kernel 2.6.38 (default CPU gov: smartassH3) which offers great speed and battery life (daily driver)
* If you want to have kernel 3.0.16 (experimental) use this flashable zip
* Patched the previously missed out security holes in both kernels (2.6.38 and 3.0.16) as mentioned by walter79
* Compiled the kernel with UBER toolchain 4.9.4 for increased speed and battery life
* Build target reverted to userdebug as there were a few problems with getting root
* Added a new menu item entitled "Performance" in Settings > Personalization (this will give you access to the KernelTweaker app)
* Updated NovaLauncher to 4.1.0
Click to expand...
Click to collapse
Todo list:
Check if sio scheduler can be added into k2 and set as default
Upgrade to android security patch level from Jan 2016
Kill bloat with fire (further slim down the rom)
Move ROM downloads to new AFH service (/)
Attention:
* To install KitKANG version 3 you have to
** switch back to the "old" KK version of TWRP (credits @Chromium) or 4EXT (credits @madmaxx82) Recovery. Old versions of CWM may cause issues.
** switch back to the "old" hboot which has a system partition of 250mb. These include stock hboot or Alpha Jelly (250/5/182) hboot.
General requirements:
- Rooted
- An hboot which provides a system partition with 250mb. These include stock hboot or Alpha Jelly (250/5/182) hboot.
- A 512mb - 1.5gb EXT partition (EXT4 recommended) on your sdcard. Use this guide to create the partition. Partitions made using other tools (CWM, Minitool Partition Wizard, etc.) will likely cause issues.
- The latest TWRP (credits @Chromium) or 4EXT (credits @madmaxx82) Recovery. Old versions of CWM may cause issues.
Instructions for installing KitKANG v3.1
1) Backup your current apps incl. their data (use Titanium backup from Appstore)
2) Backup your current ROM from recovery
3) In recovery do a full wipe (format all partitions except for SD)
4) Flash rom
5) Boot and let the rom settle down (3-5 min)
6) Enable developer settings
- Open Settings > About Phone and tap 7 times on the "Build number"
- In Developer settings enable "Advanced boot menu"
7) Enable A2SD
- run Terminal Emulator
- type 'su' and press enter
- allow root access in the popup query
- type 'a2sd install' and press enter
- reply to questions in this order
--> y n n (dalvik to card - yes, data to card - no, reboot - no)
8) From "Advanced boot menu" select reboot into recovery and install the slim gapps package for KitKANG 3.x
Click to expand...
Click to collapse
Older versions:
KitKANG v3.0 with K2.6.38 -- for daily use (139.03 MB)
MD5 Sum: 5c305294043493ec76c0221f24ff6bdf
KitKANG v3.0 with K3.0.16 -- for experimental use (139.47 MB)
MD5 Sum: 3321dd0b472c02d2f512ed6af97b0eff
Slim Gapps for KitKANG v3.x (82.69 MB)
MD5 Sum: 724b6f3323810be7045959971b7d8eca
What's new in v3.0:
* Patched Stagefright 2.0 & Android Security Updates from Nov 2015
* After considering usage reports from version 2.0, I decided to return to 250mb hboot and A2SD which will allow our ancient device to get the most out of Android 4.4.4
* Made one build with kernel 2.6.38 (default CPU gov: smartassH3) which offers great speed and battery life (daily driver)
* Made other build with kernel 3.0.16 (default CPU gov: smartassH3) which offers great speed and short battery life (experimental)
* Changed animation/transition scale defaults to 25% which lead to faster animations and smoother UI transitions
* Attention: this build's target is user instead of userdebug. This is for disabling debugging modules and root, in exchange it should result in higher performance. In case you need root, you need to flash SuperSU (see installation instructions).
Click to expand...
Click to collapse
Instructions for installing KitKANG v3.0
General requirements:
- Rooted
- An hboot which provides a system partition with 250mb. These include stock hboot or Alpha Jelly (250/5/182) hboot.
- A 512mb - 1.5gb EXT partition (EXT4 recommended) on your sdcard. Use this guide to create the partition. Partitions made using other tools (CWM, Minitool Partition Wizard, etc.) will likely cause issues.
- The latest TWRP (credits @Chromium) or 4EXT (credits @madmaxx82) Recovery. Old versions of CWM may cause issues.
Noob-friendly installation guide:
1) Backup your current apps incl. their data (use Titanium backup from Appstore)
2) Backup your current ROM from recovery
3) In recovery do a full wipe (format all partitions except for SD)
4) Flash rom, optional: flash SuperSU for root permissions
5) Boot and let the rom settle down (3-5 min)
6) Enable developer settings
- Open Settings > About Phone and tap 7 times on the "Build number"
- In Developer settings enable "Advanced boot menu"
7) Enable A2SD
- run Terminal Emulator
- type 'su' and press enter
- allow root access in the popup query
- type 'a2sd install' and press enter
- reply to questions in this order
--> y n n (dalvik to card - yes, data to card - no, reboot - no)
8) From "Advanced boot menu" select reboot into recovery and install the slim gapps package for KitKANG 3.0
Click to expand...
Click to collapse
KitKANG v2.0 / CM11 UNOFFICIAL 15/08/15 - 204.33 MB
MD5 Sum: 80fd7c54d83c2e5addb24deedbb80639
Take PICO MODULAR GApps with proper DPI play services ~99MB from here: http://forum.xda-developers.com/paranoid-android/general/gapps-pa-google-apps-roms-t3074801
What's new in v2.0:
* Built with kernel 3.0.16-evervolv-turba-kitkat (default CPU gov: smartassH3)
* Applied stagefright security patch from cm-11.0 repo
Click to expand...
Click to collapse
Instructions for installing KitKANG v2.0
General requirements:
- Rooted
- An hboot with at least 400mb on system. Get it from here: PB99IMG_LP-looback_420_5_12.zip.
- A 1gb - 4gb EXT4 partition on your sdcard. Use this guide to create the partition. Partitions made using other tools (CWM, Minitool Partition Wizard, etc.) will likely cause issues.
- Use this modified 4EXT Touch Recovery ONLY: PB99IMG_4ext_LP-loopbk.zip. Any other recovery version may cause issues.
Noob-friendly installation guide:
1) Backup your current apps incl. their data (use Titanium backup from Appstore)
2) Backup your current ROM from recovery
3) Install the new hboot via PB99 method (find hints on PB99 method below)
4) Boot into recovery and format all partitions except for SD
5) Install the new recovery via PB99 method
6) Boot into recovery
7) Do a full wipe (Format all partitions except sdcard)
8) Flash ROM
9) Flash a GApps package of your choice -- my recommendation is the PICO MODULAR PACKAGE with proper DPI play services ~99MB: http://forum.xda-developers.com/paranoid-android/general/gapps-pa-google-apps-roms-t3074801
10) Boot ROM and let it settle down (3-5 min)
Flash a recovery or hboot via PB99 method:
1) Ensure the integrity of the downloaded image by checking against the md5
2) Copy the zip file to the root of your SD card and rename it into PB99IMG.zip
3) Reboot into bootloader
4) After a few seconds boot loader will search the file and ask you to apply the update
5) Press vol up for yes and then it will ask you to reboot
6) Again press vol up for yes
7) Now hold vol down to re-enter recovery
8) Format all partitions except SD card
9) Before flashing a rom or sth else reboot the recovery to allow the changes to become effective
Note:
Let the rom settle down after 1st boot (3-5 minutes!)
Click to expand...
Click to collapse
KitKANG v1.2 / CM11 UNOFFICIAL 19/04/15 - 203.83 MB
MD5 Sum: 5dce06a0c48e76c5eba43135705ddbbc
Take PICO MODULAR GApps with proper DPI play services ~99MB from here: http://forum.xda-developers.com/paranoid-android/general/gapps-pa-google-apps-roms-t3074801
What's new in v1.2:
1) Use Data2ext4 (credits walter79)
* This is meant to permanently solve the biggest remaining pain that bravo kk users have: running out of space on /data
* Makes using A2SD scripts from Evervolv obsolete
* Requires a SD-EXT partition on SD card of size between 1GB and 4GB
* Requires a custom hboot which provides sufficient space on /system (e.g. 420-5-12)
2) Added quite a few tweaks and build.prop mods:
* Increase ui responsiveness (credits CM)
* Enable slow blur (credits CM)
* Media profiles: use m4v to gain performance improvements (credits walter79)
* Improved incoming call response time (if screen is turned off the call appears now after ~3 seconds) (credits walter79 and pixelfreak)
* Per default KSM enabled (gives our device more virtual RAM)
3) Added back an improved version of Torch app which won't shutdown when screen turns off
Click to expand...
Click to collapse
KitKANG v1.1 / CM11 UNOFFICIAL 15/04/04 - 144.18 MB
MD5 Sum: b28e64b69f7f87e8432c0ea99cb52000
Caution: Before you click on the Download now button, please make sure that you have unchecked the option "download with download manager" to get the zip directly.
New in v1.1:
- Based on the latest Android 4.4.4 KTU84Q / CM-11.0.0
- Lots of stability and security enhancements:
-- Google patches against POODLE vulnerability in SSLv3
-- read http://www.cyanogenmod.org/blog/cyanogenmod-11-m12
- Utopian Kernel update (based on Nikez' qsd8k-kernel 2.6.38)
- ART has been removed for slimming down
- incl. latest Jackpal Android Terminal Emulator
- Camera preview should feel more snappy now
Click to expand...
Click to collapse
Slim Gapps package for KitKANG v1.1 - 63.91 MB
KitKANG v1.0 / CM11 M10 20140921 UNOFFICIAL - 146.31 MB
MD5 Sum: 21f917cec9b6edcfac81a8d1e2818446
Caution: Before you click on the Download now button, please make sure that you have unchecked the option "download with download manager" to get the zip directly.
MIRROR (mediafire)
New in v1.0:
- Welcome to Android 4.4.4 KTU84Q / CM-11.0.0 M10
- Lots of stability improvements and enhancements:
-- http://www.cyanogenmod.org/blog/cyanogenmod-11-0-m9-released
-- http://www.cyanogenmod.org/blog/cyanogenmod-11-0-m10-arrives
- Fixed battery drain caused by google play services
Click to expand...
Click to collapse
Slim Gapps package for KitKANG v1.0 - 43.00 MB
KitKANG v0.11 (mediafire)
KitKANG v0.11 (dev host)
md5 95b4f938e6d420a949aaddf20c84fd89
Size: 147mb
New in v0.11:
- Welcome to Android 4.4.4 KTU84P
- Lots of small fixes and improvements through CM repo sync (14/07/03)
- Switch gcc toolchain to Linaro 4.9
- ART included
- USB tethering fixed
- "Got stuck at boot screen" issue solved (!)
-- by making a rollback to default Evervolv Kernel (without extended frequency table and CPU governors)
-- incl. only minimal kernel updates (security fixes and increased SD read ahead buffer)
-- removed unnecessary stuff as suggested here (thanks Nbsss)
- Newly designed CM Torch
Click to expand...
Click to collapse
KitKANG v0.10
md5 8a009e3a77cdaba441d51f8f18dea6f5
Size: 149mb
New in v0.10:
- CM repo sync (14/05/25)
- Lots of small fixes and improvements, e.g. new CM theme engine
- Better performance increase by
-- including all suggestions from here (thanks JustArchi)
-- compiling the kernel with a custom toolchain GCC v4.10 (thanks Sabermod)
-- including bionic optimizations (thanks AndroidRul3z)
-- including Carbonized Kernel v0.6 (thanks Evervolv and Croniccorey)
- Had to slim down the rom due to the increased code size (O3 optimizations have their price)
-- removed unnecessary stuff as suggested here (thanks Nbsss)
Click to expand...
Click to collapse
KitKANG v0.9
md5 c6d7ccfd1b68fe69ba87f8e325cb05fb
Size: 148mb
New in v0.9:
- CM changed codebase to KVT49L (4.4.2_r1 -> 4.4.2_r2)
- Tons of improvements (you may have a look into my repo; furthermore they say "Voice Wakeup" has been added; however, I did not find it anywhere )
- Added latest Adreno libs 2013/04/11 compiled for mako (N4)
- Increased responsiveness by compiling with a more recent toolchain 4.8 (thanks @paolo-red1)
- Fixed issue in USB mass storage (hangs forever upon disabling)
- Replaced GoogleKeyboard with a slim&dark version of AOSPKeyboard (thanks SlimRoms)
- Optimized rom size by removing tts language files (probably nobody needs them)
- This time LockClock app kept its original size (this should prevent "missing weather icon set"; please let me know)
- LiveWallpapers working now
Click to expand...
Click to collapse
KitKANG v0.8
md5 428ec48e92870106c7f5be34e5bd5c56
Size: 148mb
New in v0.8:
- CM sync brings a few visual changes (Black CM setup wizard) and quite a few fixes (e.g. "Add new SIM card" is finally gone!)
- Send encrypted SMS with other CM users (CM account required)
- Kernel audit config enabled to prevent error flooding in logcat (Thanks Chromium_)
- Flash GApps via separate package
Click to expand...
Click to collapse
Bonus upgrade package for KitKANG v0.8 (replaces CM look&feel with the one from Nexus 5)
md5 d81abd67a397be1675dcd9883cf753c7
Size: 30mb
- incl. most recent updates for google now launcher, quick search bar and jackpal terminal emulator
KitKANG v0.7
md5 5a4c30aad599022d74212142c541b2f3
Size: 147mb
New in v0.7:
- CM sync brings lots of improvements (New: Expanded Desktop; also see here and there)
-- Enable Settings>Interface>Expanded Desktop to have it within the Power Menu.
- Performance enhancements through compiling Nikez kernel with new toolchain/gcc (v4.7)
- OpenVPN support (added tun.ko module) *fingers-crossed*
- Fix for wifi tethering by downgrading hotspot libs (thanks to @kakofonija)
- Replaced AOSP Keyboard with Google Keyboard and fixed gesture typing
- Torch added to quick access ribbon
- Translucent decor/status bar enabled (per default)
- Invited a few companions of Trebuchet: Nova Launcher, Holo Launcher HD
- Lots of slimming
- GApps no longer built in, now available as a separate package
Click to expand...
Click to collapse
Bonus upgrade package for KitKANG v0.7 (replaces CM look&feel with the one from Nexus 5)
md5 fb50d430ce1ab8d39c18aea4a6cdbdcc
Size: 16mb
KitKANG v0.6 incl. slim Gapps (hotfix)
md5 a5f0f354cf0456919959365a1b7164cd
Size: 160mb
- Slim Gapps package: CalendarGoogle, GalleryGoogle, PlayStore
New in v0.6 hotfix:
-> Phone fixed (!)
- Crash solved
- RIL fix: improved connectivity for GSM
Click to expand...
Click to collapse
- Rom size drastically optimized
- Sync with CM repo brings back Trebuchet (replacement of Launcher3)
- Removed Livewallpapers due to observed graphics glitches
- Text-To-Speech (TTS) support (en-us, en-gb, de)
- Complete font and media files
- Added LowSoundFixer_v1.0.8.apk
- Updated google play service (PrebuiltGmsCore.apk)
Click to expand...
Click to collapse
Bonus upgrade package for KitKANG v0.6 (replaces CM look&feel with the one from Nexus 5)
md5 44be26a49b83383d7d9b76a39d0f37cf
Size: 16mb
KitKANG v0.5 (Pure CM incl. slim Gapps)
md5 4654f51682520e819d0ac636f2e229dc
Size: 160mb
- Slim Gapps package: CalendarGoogle, GalleryGoogle, PlayStore
New in v0.5:
-> Trackball wake option
-> Torch while screen off works
-> Optimized rom size to add asian language support (fonts added: Korean, Japanese, Chinese, Emoj)
-> From now on only with a2sd and slim gapps package
Click to expand...
Click to collapse
Bonus upgrade package for KitKANG v0.5 (replaces CM look&feel with the one from Nexus 5)
md5 b6da7c694c9439a4f2d71bd4fad9954c
Size: 16mb
KitKANG v0.4 (Pure CM incl. slim Gapps)
md5 0c0b14f51398b2fb8cbacdd451f343d2
Size: 155mb
- Slim Gapps package: CalendarGoogle, GalleryGoogle, PlayStore
KitKANG v0.4 (Pure CM incl. full Gapps)
md5 868d74f5c0453471d2ae592474cc85af
Size: 180mb
- Full Gapps package: CalendarGoogle, GalleryGoogle, Gmail2, Keep, Music2, Maps, PlayStore, QuickOffice, Street
-> Fully working ROM & new codebase: 4.4.2!
-> CM Launcher3
-> incl. Gapps
-> requires custom stock hboot: 250/182/5; get it from here
Click to expand...
Click to collapse
Bonus upgrade package for KitKANG v0.4 (replaces CM look&feel with the one from Nexus 5)
md5 4082f3a752a2c1e120fb056da1015c59
Size: 16mb
Screenshots:
Pay attention!
Launcher3:
VS. GoogleExperienceLauncher:
where's the dl link? hurry up!
Joking, just wanna be the first to post! :laugh:
EDIT:
- Installation was successful, took very long (~ 10min at setting permissions), 5min for 1st boot
- Is there already a wifi fix that i dont know, because i can not authenticate with my wifi network?
Please make pics smaller. It's hard to read now.
I'll give it a try
---------- Post added at 06:57 PM ---------- Previous post was at 06:36 PM ----------
Is it more stable than evervolve kitkat
Emmes said:
where's the dl link? hurry up!
Joking, just wanna be the first to post! :laugh:
EDIT:
- Installation was successful, took very long (~ 10min at setting permissions), 5min for 1st boot
- Is there already a wifi fix that i dont know, because i can not authenticate with my wifi network?
Click to expand...
Click to collapse
I am glad to hear that it boots! :good:
I also could not connect to wifi sometimes -- I have solved it by inserting a SIM card.
Is this working a liitle bit? So can i use this? Or is this just such an alpha test rom, which does not really work?
I have experienced only a few soft reboots (when adding/tapping on a widget). And it has sometimes graphic glitches (black regions in stock browser like in Nikez KK).
Apart from that following things are working:
- Telephony
- USB mass storage
- Bluetooth
- Wifi (with inserted SIM only)
- 3G
- Camera
Not working:
- Videorecording
spezi77 said:
I have experienced only a few soft reboots (when adding/tapping on a widget). And it has sometimes graphic glitches (black regions in stock browser like in Nikez KK).
Apart from that following things are working:
- Telephony
- USB mass storage
- Bluetooth
- Wifi (with inserted SIM only)
- 3G
Click to expand...
Click to collapse
- Wifi (network with wpa2 security) is still not working although i inserted a sim card. Maybe the sim card has to be inserted during flashing the rom or the first boot?
- 3G works without probs
- Gravity Box App has FC when i try to open it
- it seems that xposed framework 2.4 is not active (the app opens and is telling exactly what i wrote before). Even a new download and installation within the app doesn't solve that. Not even a reboot.
- Google Search has random FC's
Despite the Wifi-Problem, it's nealry possible to use this rom as a daily driver! Thanks for your effort Spezi for this development! :good:
spezi77 said:
I have experienced only a few soft reboots (when adding/tapping on a widget). And it has sometimes graphic glitches (black regions in stock browser like in Nikez KK).
Apart from that following things are working:
- Telephony
- USB mass storage
- Bluetooth
- Wifi (with inserted SIM only)
- 3G
- Camera
Not working:
- Videorecording
Click to expand...
Click to collapse
That's pretty good for a pre-alpha rom, I shall try it as well. thanks.
Nice job. Any plans to release your source?
good rom, thanks !!!!
Download link didn't work
Sent from my HTC Desire using xda premium
Very stable for an alpha build, and everything works! Great rom, I'm going to use this rom as my daily driver.
Nice job
Is there any on screen button for it??????
What is the best hboot for this rom?
polac said:
What is the best hboot for this rom?
Click to expand...
Click to collapse
did you even read first post? at last half of it..?
Sent from my HTC Desire using Tapatalk
Qizami said:
did you even read first post? at last half of it..?
Sent from my HTC Desire using Tapatalk
Click to expand...
Click to collapse
I'm asking betwen stock and Alpha Jelly.
polac said:
I'm asking betwen stock and Alpha Jelly.
Click to expand...
Click to collapse
You weren't exactly clear with your first question.
So if you understand what the hboots are, and the clear differences between stock and Alpha Jelly hboots, the answer which one is 'best' is pretty obvious...
Stock: 250MB /system, 40MB /cache, 147MB /data
Alpha Jelly: 250MB /system, 5MB /cache, 182MB /data
Would you like more data :good:. or would you like more cache ?

Categories

Resources