[KERNEL][CM10.1]HadiKernel-15-09-reverted - Samsung Galaxy W I8150

disclaimer
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
this kernel is compiled primarily for my daily use. this kernel aims for smoothness with reasonable battery usage
Feature included
OC support
369MB available RAM
fast charge
frontswap from 3.5 kernel
zcache from 3.10 kernel
O3 optimization
UKSM
other small fixes / addition are in my git
Available governor
-OnDemand
-Interactive
-Conservative
Available IO scheduler
-CFQ
-BFQ
-ROW
-noop
-deadline
DOWNLOAD LINK
15-09-2013 here
CREDITS
Arco68, Keff, Christopher, deka, faux, dorimanx, franciscofranco, and other devs i missed

CHANGELOG
Code:
15-09-2013 - Initial release
How to Install
1. Reboot To Recovery Mode
2. Flash the zip
3. Reboot
Useful links & info
Code:
activate UKSM
[CODE]#!/system/bin/sh
echo 1 > /sys/kernel/mm/ksm/run
zcache definition http://lwn.net/Articles/397574/
frontswap http://lwn.net/Articles/386090/
most powerful website http://google.com[/CODE]
source
github

reserved too

FIRST! Welcome back and great job. I can't test it cus I'm on ICS but I bet its gonna be amazing. Thank you!

welcome back sir...i always waiting your work :good

Nice to see you again hadi
Thank you

Your kernel's best. Which i use i/o schedular use, cpu governor is ondeamon

NICE! Are you gonna make kernel for ICS too? CM9 is still active ye'know :thumbup:
CyanogenMod®

Oh, recently I thought about your returning... and ... VOILÀ...
Thanks for incredible implementations from 3.5 and 3.10 kernel... Unbelievable!
Sent from my GT-I8150 using Tapatalk 4

It so wonderful to see you again sir..!!
Sent from my GT-I8150 using xda premium

iDelta said:
FIRST! Welcome back and great job. I can't test it cus I'm on ICS but I bet its gonna be amazing. Thank you!
Click to expand...
Click to collapse
kyoshiro67 said:
welcome back sir...i always waiting your work :good
Click to expand...
Click to collapse
thx for the support
Madridii said:
Nice to see you again hadi
Thank you
Click to expand...
Click to collapse
nice to see new kernel dev in our forum too to madridii
scorpion26 said:
Your kernel's best. Which i use i/o schedular use, cpu governor is ondeamon
Click to expand...
Click to collapse
personally i use interactive+ROW
TiTAN-O-One said:
NICE! Are you gonna make kernel for ICS too? CM9 is still active ye'know :thumbup:
CyanogenMod®
Click to expand...
Click to collapse
sadly i cant make kernel for cm9 because im not usint cm9 anymore
LeroViten said:
Oh, recently I thought about your returning... and ... VOILÀ...
Thanks for incredible implementations from 3.5 and 3.10 kernel... Unbelievable!
Sent from my GT-I8150 using Tapatalk 4
Click to expand...
Click to collapse
actually it's only a lucky experiment that no errors shows up during compiling
eza azami said:
It so wonderful to see you again sir..!!
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
thx
Sent from my GT-I8150

hadidjapri said:
disclaimer
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
this kernel is compiled primarily for my daily use. this kernel aims for smoothness with reasonable battery usage
Click to expand...
Click to collapse
Heii Hadi welcome back to dev kernel
Good Job broo...
#MajuTerus Indonesia KitaTercinta# :good::good:

Battery finished in 3 hours sir...

Related

[Kernel] SuperSick for GSM & CDMA

Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
This is the SickleKernel for the HTC One V (primoc and primou). The source code has been modified to support both devices in a unified development environment. To assist in the development, simply checkout the source code, add a feature, test it and push the changes to my gerrit with the included gerrit script in the kernel's root. All changes will be reviewed and tested, and if the code is up to spec, will also be accepted. All contributions are greatly welcome.
The current goal of this kernel is to get the MSMFB from the jb_chocolate branch of CAF to boot fully on this device. Currently the goal of this project is to get past the black screen currently encountered so that we can have proper msm_fb drivers in jellybean and more easily port a 3.4 kernel. The current URL for the work (and booting caf drivers is here NOTE: Booting drivers means booting with a black screen.) We must properly initalize the panel of this device, but as soon as that is accomplished there will not be any problems with jellybean vsync.
Major Changes:
Code:
Add gerrit script to allow others to contribute to kernel code
compiled with cfx 3.8.1 toolchain
Fix Makefile flags so that kernel compiles on 4.8 GCC toolchains
Add google snappy
add -fno-pic flag for some compilers to fix wifi module
fix jb-4.2.2 no booting issue with MSMFB
Add XZ compression
patch to 3.0.67
Fix multitouch issue
Add cflags to optimize the code such as cortex9 and funloop
add primou board files
fix wakelock of bluetooth (caused bad battery life)
add new KGSL drivers for jellybean
fix compile warnings in 3.0.56 for gcc 4.6 (google prebuilt)
patch to 3.0.56
fix bluetooth in kernel
add overclock
fix warnings
Installation guide:
Use this awesome guide by the helpful cybervibin
How to compile:
1) download this tested toolchain
2) get kernel source here (Current branch is "jellybean-4.2")
3) put the toolchain in your $HOME directory
4) be sure your system has all the dependencies to build a kernel (system-devel, gcc, ect)
5) cd to the kernel source
6) issue the command `make ARCH=arm primoc_defconfig` NOTE: If building for gsm, primou_defconfig should be used
7) issue the command `make -j4 ARCH=arm CROSS_COMPILE=`echo "$HOME/prebuilts_gcc_linux-x86_arm_arm-eabi-4.8/bin/arm-eabi`"`
8) grab the kernel from arch/arm/boot/zImage and the modules from drivers/net/wireless/bcmdhd/bcmdhd.ko
9) create a boot.img with either mkbootimg and mkbootfs or android kitchen (Android kitchen is reccomended)
NOTE:
mkbootimg flags:
primoC base is 0x14300000 and ramdisk is 0x15300000
primoU base is 0x13f00000 and ramdisk is 0x14f00000
command line for both is console=ttyHSL0,115200,n8
Source:
here Current branch "jellybean-4.2"
Any bug reports should be posted here
Downloads:
Primoc V42 for 4.2.2 roms (ION) -> Here
MD5: fa0e631d340f06e67ebfeed5f2ed99f7
Primou V42 for 4.2.2 (PMEM) -> Here
MD5: d275623756c850b0936323d90292f9b4
Thanks:
maxwen
jmztaylor
synergy (CFX 4.8.1 toolchain)
lloir
tehwafflez (for buying me a wonderful bus pirate)
BeyondExistence
Great job simon!
Sent with my HTC One V+ with super slick jan 3rd kernel
Wafflez asked all the questions I'm wondering, lulz.
Let's see where this goes. :thumbup:
Sent from my HTC One V using Tapatalk 2
Tehwafflez said:
So just making sure here, is this kernel is for 4.0 or 4.1?
And it will not work with sense roms
So aka stock 4.0 or cm10/ pa/ akop right?
I am really looking forward to improved battery life and sleeker performance ^_^
Sent from my 4.1 PACman 15.3 with sick kernel 2.0.0 One V using xda app-developers app
Click to expand...
Click to collapse
when he said AOSP m guessing 4.1.X
its just a guess,
so simon whats new, i mean the changelog?
Improved for jellybean. I'm working on the commit for sysfs vsync and that will make us ready for 4.2.. video cam will be added eventually its just a matter of messing with it enough
Sent from my One V using Tapatalk 2
simonsimons34 said:
Improved for jellybean. I'm working on the commit for sysfs vsync and that will make us ready for 4.2.. video cam will be added eventually its just a matter of messing with it enough
Sent from my One V using Tapatalk 2
Click to expand...
Click to collapse
Ohhh I see..good luck
Sent from my One V using xda premium
version one released. Should be the same as sick kernel with a little better performance with lionheart governor
http://files.simonsickle.com/?dir=htc/primoc/kernels
How about Multi Touch fixes? One thing I noticed about Jelly Bean is that using 2 fingers cancels both touch gestures.
I play Minecraft on my One V, and when playing, I can't because I can barely move due to multi-touch not be liable.
Multi touch is in the ROM. Not the kernel drivers. The drivers have comments that state multi touch support exists
Sent from my One V using Tapatalk 2
I noticed it works fine in things like launchers, but not games. It cancels all touches.... Any ideas?
Sent from my HTC One V using Tapatalk 2
Contact that app developer
Sent from my One V using Tapatalk 2
I just went back to stock sense lol. Ill have to try it out next week with jmz rom
Sent from my HTC One V using xda app-developers app
I'll also be taking over CM10 for a bit. Jmz lent unlimited io his phone to get us all soff
Sent from my One V using Tapatalk 2
Curiousn00b said:
I noticed it works fine in things like launchers, but not games. It cancels all touches.... Any ideas?
Sent from my HTC One V using Tapatalk 2
Click to expand...
Click to collapse
if ur talking about JB, maybe cause its still in beta stage!
---------- Post added at 08:26 AM ---------- Previous post was at 08:25 AM ----------
simonsimons34 said:
I'll also be taking over CM10 for a bit. Jmz lent unlimited io his phone to get us all soff
Sent from my One V using Tapatalk 2
Click to expand...
Click to collapse
s-off ???? really?,yay!
cybervibin said:
s-off ???? really?,yay!
Click to expand...
Click to collapse
The guys there are amazing. It probably won't be long at all
Sent from my One V using Tapatalk 2
simonsimons34 said:
The guys there are amazing. It probably won't be long at all
Sent from my One V using Tapatalk 2
Click to expand...
Click to collapse
Woah who is Jmz working with to get us soff? I am looking forward to this and hopefully it won't be crazy tricky to get it either
Sent from my One V using xda app-developers app
he donated to unlimited.io there's no promises but these guys are good. Also team blueridge, which lloir me and kalaker belong to (I'm one of the two founders ) has found a hopeful method for one v CDMA. It is the same way as the wildfire s. We just need the proper diag bin... but back on track. Create a general thread else please
Sent from my One V using Tapatalk 2
cybervibin said:
if ur talking about JB, maybe cause its still in beta stage!
Click to expand...
Click to collapse
I always figured it was the kernel until Simon just taught me something. I can't use CM10 because of reboots and that touch glitch. That's all that keeps me away. xD
Sent from my HTC One V using Tapatalk 2
simonsimons34 said:
The guys there are amazing. It probably won't be long at all
Sent from my One V using Tapatalk 2
Click to expand...
Click to collapse
so i dont know if its just me but your links to download are not working it just reports that it has "problems loading page" if anyone has already gotten this kernel plz pm me with link so i can get hooked up really want to try this out thx
Its back again. Server issues earlier
Sent from my One V using Tapatalk 2

[KERNEL 3.0.66][GPL][FEB23] Nova Kernel v1.6 | Butter Smooth & Battery Save

Nova Kernel is a Kernel based on FXP Kernel Source.
It is for JellyBean ROM such as CM10 and AOKP ONLY.
Please rate 5 STAR & click the THANKS button if you appreciate my work!
DISCLAIMER
Code:
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you. Hard. A lot.
*/
DISCLAIMER
I am not responsible for bricking your phone, voiding your warranty and giving you bad feelings on your phone.
CREDITS
- BigBrain Global Network for sponsoring the compilation server
- FXP for his excellent job in CM10
- All Donors
- Other people contributed
KERNEL FEATURES
- Based on FXP Kernel Source
- Always updated to latest Linux 3.0.y source
- Overclocking / Undervolting Support
- Compiled using arm-toolchain 4.4.3
- Many tweaks & optimizations
- Battery friendly
- Additional CPU Governors & I/O Schedulers
- Butter Smooth Scrolling
- Great Improvement on Boot time
- Voltage Control & Second Core Control by user
- Many fixes such as in call volume issue
INSTALLATION INSTRUCTION
* It needs an unlocked bootloader.
1. Copy NovaKernel-nozomi.zip to External SD card
2. Boot into CWM Recovery
3. Flash NovaKernel.zip
4. Reboot and Enjoy it!
OPTIMIZE PERFORMANCE
1. Settings -> Developer Options -> Windows Animation Scale -> 0.5x
2. Settings -> Developer Options -> Transition Animation Scale -> 0.5x
3. Settings -> Performance -> Memory Management -> Tick "Allow purging of assets"
4. Settings -> Performance -> Memory Management -> Tick "Kernel Samepage Merging"
5. Use Apex Launcher / Nova Launcher
6. Use Kernel Tuner to tweak your devices further
CHANGELOG & DOWNLOADS
http://hei1125.com
Buy me a beer if you appreciate my work!
SOURCE
https://github.com/hei1125/NOVA-Kernel/
gonna try this. and report to you later...
thx..
Will it work ok with pac rom i assume? Also does it have a baseband built in? Over on the pac thread we're trying to figure something out
Sent from my Jellybean Xperia S
Ben36 said:
Will it work ok with pac rom i assume?
Sent from my Jellybean Xperia S
Click to expand...
Click to collapse
Yes.
Btw I forget to delete the assert part of updater-script. So users should delete manually before flash
Sent from my Xperia Acro S using Tapatalk 2
How? Also I modified my first post as you replied to it's original so now there's an extra question. Lol
Sent from my Jellybean Xperia S
hei1125 said:
Yes.
Btw I forget to delete the assert part of updater-script. So users should delete manually before flash
Sent from my Xperia Acro S using Tapatalk 2
Click to expand...
Click to collapse
Ah, that explains it . Fortunately it does not break recovery but it does return with ERROR 7
after i flash this i find the screen flicking with a gery color cover
Same issue for me, white-grey screen but it successfully booted up
(btw I'm on latest AOKP JB)
keep up the good work mate!
Do we have to change build.cm.device to hikari in xperia s build.prop ?
Edit - I still get an error of build.cm.device == hikari
Sent from my Xperia S using xda premium
---------- Post added at 09:59 PM ---------- Previous post was at 09:48 PM ----------
Please guide to flash this to latest PAC ROM xperia s ..
Sent from my Xperia S using xda premium
Xecutioner_Venom said:
Do we have to change build.cm.device to hikari in xperia s build.prop ?
Edit - I still get an error of build.cm.device == hikari
Sent from my Xperia S using xda premium
---------- Post added at 09:59 PM ---------- Previous post was at 09:48 PM ----------
Please guide to flash this to latest PAC ROM xperia s ..
Sent from my Xperia S using xda premium
Click to expand...
Click to collapse
Just modify the updater script
Sent from my Xperia Acro S using Tapatalk 2
hei1125 said:
Just modify the updater script
Sent from my Xperia Acro S using Tapatalk 2
Click to expand...
Click to collapse
Can u please tell how ?
Sent from my Xperia S using xda premium
Edit - got it.
r-ikfoot said:
Same issue for me, white-grey screen but it successfully booted up
(btw I'm on latest AOKP JB)
keep up the good work mate!
Click to expand...
Click to collapse
Thanks for the report. Glad to hear it is booted.
Sent from my Xperia Acro S using Tapatalk 2
Xecutioner_Venom said:
Can u please tell how ?
Sent from my Xperia S using xda premium
Click to expand...
Click to collapse
Open the zip, open meta-inf/com/Google/android/updater-script,
Delete the assert() line.
Sent from my Xperia Acro S using Tapatalk 2
Oh well I had changed from hikari to nozomi
Anyway, display is too greyish .
Please try to add over clock option next time
Sent from my Xperia S using xda premium
Hello hie.....It is always a pleasure to see more devs for own XPS. Can i use this kernel on CM9???
Sent from my Xperia S using xda premium
Nova Kernel test
Hi, installed the beta kernel which was smooth (after script modify) but the display has issues. It looks like the contrast levels are way too high so reverted back for the meantime.
Looking forward to next release :good:
I dont know how to read the changelog xD
if u have trouble flashing it, unzip it, then use fastboot.. simple..
btw, i've issues with charging. it cant charge when it's on. i can charge it when it's off. but when i turned it on, it goes to 0%. but i can still use it..
weird.. reverting back then. gonna wait for later release.
thanks.
precardo said:
Hello hie.....It is always a pleasure to see more devs for own XPS. Can i use this kernel on CM9???
Sent from my Xperia S using xda premium
Click to expand...
Click to collapse
Yes..
Sent from my iPhone 6 using Android 5.0
---------- Post added at 11:44 PM ---------- Previous post was at 11:39 PM ----------
If anyone did any benchmark test with this kernel, please post the score ..
Sent from my iPhone 6 using Android 5.0
i think it's confirmed, at least for me.. it cant charge.. on or off. the 0% battery is last for some times than it's dead. i cant "remove the battery". i plugged the phone to the charger and then wait some times, then i can "remove the battery", go to fastboot then flash fxp's kernel. now it's charging properly..
anybody has some issue? or is it just me?
thanks.

[KERNEL][LINARO] Jmz TotemC2 Kernel v0.1

Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Jmz TotemC2 Kernel
Instructions:
Must be S-OFF
Download Zip
Flash zip in recovery
Profit
Download
Features:
Compiled using Linaro 4.7 toolchain
Overclock to 1.40Ghz
Lionheart Governor
Smartass2 Governor
Userspace Governor
Ondemand Governor
Performance Governor
Simple I/O Scheduler
Noop Scheduler
Deadline Scheduler
CFQ Scheduler
SIO Scheduler
Many Many more to come
Changelog:
v2
----------------------------------------
Fixed overclock for the few that couldn't
Updated to 3.0.27
Tweaked max boot CPU speed to avoid bad boots
Kernel Source: https://github.com/jmztaylor/android_kernel_htc_totemc2
Thanks:
showp1984 - Helped a lot getting started with this
maxwen - Advised on some issues
Zarboz - cherrypicked some of his commits
​
Mine.....
mine again.....
WOO HOO!!! YEAH BABY, we got 'em Linaros!!! HAHAHHAA
This is running smooth as hell now! Thanks jmz for all your work you put in on this phone!
Is it compatible with the stock ROM
LOOKING forward for bfq scheduler , further oc and UV
Thanks for your work
lateral18 said:
Is it compatible with the stock ROM
Click to expand...
Click to collapse
Yes. If I get aosp going I will clear it up more. But this will work on stock Rom or my Rom
Sent from my HTC PG09410 using XDA Premium HD app
Niice setcpu only sees max 118 MHz won't go any higher what you guys using
ilostchild said:
Niice setcpu only sees max 118 MHz won't go any higher what you guys using
Click to expand...
Click to collapse
Did you have setcpu installed before installing this?
Sent from my HTC One X+ using xda premium
Nope flashed new kernal then installed setcpu
ilostchild said:
Nope flashed new kernal then installed setcpu
Click to expand...
Click to collapse
same result here , i installed , before i installed the kernel , i uninstalled oc daemon , made a back up (to be safe)
then flash , the phone is snappier , but is the top OC is 1188000 .
i also when to edit the parameters of the governors and there are no values there .
sys/devices/system/cpu/cpufreq the rest is empty
Also the init.d support is gone
hope that helps
lateral18 said:
same result here , i installed , before i installed the kernel , i uninstalled oc daemon , made a back up (to be safe)
then flash , the phone is snappier , but is the top OC is 1188000 .
i also when to edit the parameters of the governors and there are no values there .
sys/devices/system/cpu/cpufreq the rest is empty
Also the init.d support is gone
hope that helps
Click to expand...
Click to collapse
You guys are s-off right? I literally just wiped the entire device reflashed my Rom and the kernel zip and I don't have that issue. I will play with it more and see what's going on
Sent from my HTC One X+ using xda premium
jmztaylor said:
You guys are s-off right? I literally just wiped the entire device reflashed my Rom and the kernel zip and I don't have that issue. I will play with it more and see what's going on
Sent from my HTC One X+ using xda premium
Click to expand...
Click to collapse
Yes the phone is s-off
The Rom that the phone has is the one you posted , the stock one but rooted , haven't flashed the new one
lateral18 said:
Yes the phone is s-off
The Rom that the phone has is the one you posted , the stock one but rooted , haven't flashed the new one
Click to expand...
Click to collapse
I really can't say why then. I have completely wiped my device 5 times to check and reflash rom then my kernel package. Dont have this issue
But as a test pull the boot.img out of the zip and manually flash it in hboot with the command "fastboot flash boot boot.img'
Sent from my HTC One X+ using xda premium
jmztaylor said:
But as a test pull the boot.img out of the zip and manually flash it in hboot with the command "fastboot flash boot boot.img'
Sent from my HTC One X+ using xda premium
Click to expand...
Click to collapse
I'm at work now , I'll do that when I get home in the afternoon.
Something that I notice too, in the folder sys/ I went on to edit some changes , the changes don't stick at all, but before they were ,
Thanks ,
Ok so I did was wipe/factory reset refreshed then flashed kernel same results stuck at 1188 MHz, then I tried different cpu tuner same results I'll take boot.img and flash now
jmztaylor said:
You guys are s-off right? I literally just wiped the entire device reflashed my Rom and the kernel zip and I don't have that issue. I will play with it more and see what's going on
Sent from my HTC One X+ using xda premium
Click to expand...
Click to collapse
i don't have any problems with mine when i installed this everything works max cpu is 1404 just a quick question tho if i click set on boot would it keep the oc settings i put when i reboot?
Well I found the issue with some working and some not. I will have a new version out soon for those that can't overclock
Sent from my HTC One X+ using xda premium
jmztaylor said:
Well I found the issue with some working and some not. I will have a new version out soon for those that can't overclock
Sent from my HTC One X+ using xda premium
Click to expand...
Click to collapse
thats great thanks for the fix! and hard work put into this phone!

[SCRIPTS][GB/ICS/JB] LOVINS THE AIO TWEAKS [ALL IN ONE TWEAKS][GP/F1 Series]

ABOUT ME
WHO IS MASTER RIZAL LOVINS ???
JUST FOLLOW ME OR ADD ME AS YOUR FRIEND ON SOCIAL NETWORKS
​
Hello everyone ...
I'm just made basic Tweaks for GALAXY DEVICE & Also Maybe work for All Device
FAST / SMOOTH / BETTER GAMING / ALSO LAG GONE NOW!!! :laugh:
Code:
#include
/*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about tweaks included
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
CHANGELOG/FEATURES :
Code:
- Build.prop tweaks
- Flaslight tweak
- Optimized Led Flash
- Better battery life
- Lag? LAG IS GONE NOW!!
- Better gaming
- Sysctl tweaks
- Faster GUI
- Loopy smoothness tweak
- Faster Networking
- Smoother in LWP animation
- Adrenaline boost
- Kernel Tweaks
- Cleaned up
- Much better Ram usage
- ZipAligned at every boot
- Cache Cleared at every boot
- SD speed tweak
- Logger removed
- Added Zram script
SUPPORTED OS :
- All GB ROMs
- All ICS ROMs
- All JB ROMs
SUPPORTED DEVICE :
Maybe All Devices with init.d support
Galaxy W
Nexus S
Galaxy R
Galaxy Y
Galaxy Y Pro
Galaxy Mini
Galaxy Mini 2
Galaxy Ace
Galaxy Ace 2
Galaxy Ace Duos
Galaxy Ace Plus
Galaxy S
Galaxy S Advance
Galaxy S II
Galaxy S III
Galaxy Note
Galaxy Note II
Galaxy Nexus
Galaxy S III Mini
Also Other Galaxy​
HOW TO INSTALL
- Download Scripts in Attachment
- Be sure you don't have other Tweaks
- Reboot into Recovery
- Wipe cache
- Wipe dalvik cache
- Mount System
- Flash Lovins Tweaks
Enjoy!!! :laugh:
Credits & Thanks :
* zeppelinrox For some Value SuperChanger
* Androguide.fr For some build.prop Tweaks PimpMyROM
* ImbaWind For Adrenaline boost
* emwno For basic Supremacy Trilogy
SUGGESTIONS TO ME ARE WELCOME
Also Please Report if you have a bugs or someting does not work
Cheers
All the best
Rizal Lovins
Thanks
@Mikio did u already test?
Sent from my GT-I8150 using xda premium
eluspo said:
@Mikio did u already test?
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
Yes, I'm running it now....seems smooth
not installed on cm10.1 without mounting system manually.
you should use busybox instead of yaffs2 to mounting system
Any clash if I use with hurtsky kernel 2.8 here
miki2o said:
Yes, I'm running it now....seems smooth
Click to expand...
Click to collapse
miki2o, u also using wonderX-II tweaks right? How does it compared to this aio tweaks? Which is bettter?
We can only flash one right? So, which one is better? Not mean to compare but need help choosing which one to use. thanks
[email protected] said:
miki2o, u also using wonderX-II tweaks right? How does it compared to this aio tweaks? Which is bettter?
We can only flash one right? So, which one is better? Not mean to compare but need help choosing which one to use. thanks
Click to expand...
Click to collapse
I'm using only this. Seems better than WonderX
miki2o said:
I'm using only this. Seems better than WonderX
Click to expand...
Click to collapse
+1 :good:
No more lag . Thanks to this tweaks ! :laugh:
What a nice work! Thank you very much, it really improved my performance
Sent from my GT-I8150 using xda app-developers app
Will this tweak work on my CM10.1 regarding the fact that I've already installed Audio Tweek by DevTemAc!d ? Thanks in advance. You rock, man!
Sent from my GT-I8150 using xda premium
coliv_aja said:
not installed on cm10.1 without mounting system manually.
you should use busybox instead of yaffs2 to mounting system
Click to expand...
Click to collapse
Emm, can you explain it more detail?
Sent from my GT-I8150 using xda app-developers app
AzizWahid said:
Emm, can you explain it more detail?
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
go to in clockmod recovery to mount and storage then mount system from there then flash it
Ahmed.ragab said:
go to in clockmod recovery to mount and storage then mount system from there then flash it
Click to expand...
Click to collapse
Huh,really? I thought its a bit different procedure for the CM10.1 since coliv_aja posted that. Haha, i'll give it a try. Thankyou btw
Sent from my GT-I8150 using xda app-developers app
AzizWahid said:
Huh,really? I thought its a bit different procedure for the CM10.1 since coliv_aja posted that. Haha, i'll give it a try. Thankyou btw
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
yup have to mount system before flashing, then only the tweak is implented inside init.d folder in system. similarly in cm9
btw @ipromeh can i just flash this tweak to ur existing oneofakind rom? no conflict?
I don't know why, after flash this tweak with the way same as instruction, my phone is more lag, I'm playing temple run is so laggy, and then I remove the tweak one by one include script in the build.prop. Maybe I'm not lucky for this time. I'm using cm10.1 alpha 3, no tweak before this. but thank you
knight_57 said:
yup have to mount system before flashing, then only the tweak is implented inside init.d folder in system. similarly in cm9
btw @ipromeh can i just flash this tweak to ur existing oneofakind rom? no conflict?
Click to expand...
Click to collapse
Will include it the next release, before that I will remove seeder and build.prop tweak and use this
Sent from my GT-I8150 using xda app-developers app
If it's more lag how do I reverse the installation of this script =o

[ROM][Primou]CM10.1[20130513]

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.2.x (JB), which is designed to increase performance and reliability over stock Android for your device.
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
SCREENSHOT
CREDITS
-maxwen for HELLBOY
-1cebox for shpongle/evervolv
BUGS
-Native camera
-Wi-Fi
-Torch
FEATURES
-Visit Cyanogenmod.org
DOWNLOADS
-ROM- http://www.mediafire.com/?rr6aima928e6rh4
-GAPPS- http://goo.im/gapps
FLASHING INSTRUCTIONS
Fresh installation instructions:
1.Download Rom
2.Download gapps (goo.im/gapps)
3.Put the files on SD card.
4.Reboot to recovery.
5.Do factory reset
6.Flash cm-10.1-xxxxxxxx-UNOFFICIAL-primou.zip
7.Flash gapps-jb-xxxxxxxx-signed.zip
8.Reboot into bootloader
9.fastboot flash boot boot.img (Grab the one from the ROM zip)
10.Reboot and enjoy.
Update installation instructions:
1.Download Nightlies
2.Put the file on SD card.
3.Reboot to recovery.
4.Format /cache
5.Flash cm-10.1-xxxxxxxx-UNOFFICIAL-primoc.zip
6.No need to flash gapps as CM backuptool script should take care of them.
7.Reboot and enjoy.
​
Reserved For CHANGELOGS
Woaah! That was sudden!
BTW, do 3rd party camera apps work?
Seraz007 said:
Woaah! That was sudden!
BTW, do 3rd party camera apps work?
Click to expand...
Click to collapse
yes but you will have to install it trough pc as Wi-Fi wont work
Abdullah1997 said:
yes but you will have to install it trough pc as Wi-Fi wont work
Click to expand...
Click to collapse
No problems! Thanks!
Nice surprise
Sent from my One V using xda app-developers app
oh.. wow.. thats awesome.. made my day..
cant wait for it to work at fullest...
will be waiting for it to get stable.
Thanxxx for the wonderfull Rom.
why is this in original development?
this is a port - so don't use "unofficial" in your name because you didn't do it from source!
no wifi is deal breaker, torch and camera I can live without.
rockstar_26 said:
no wifi is deal breaker, torch and camera I can live without.
Click to expand...
Click to collapse
+1
Nishblueweapon said:
+1
Click to expand...
Click to collapse
found the error which I think is in the supplicant and will be probably fixed in the next build
Nice, all these bugs i can live without, I'll be flashing this one definitely
Sent from my One V using xda app-developers app
Abdullah1997 said:
found the error which I think is in the supplicant and will be probably fixed in the next build
Click to expand...
Click to collapse
Thanks i ll be waiting for this 1
My reaction to this: *spits out chocolate milk* Yay yay yay yay.
why not work? how do u port it?
works for me!
EDIT:Misunderstood
Seraz007 said:
works for me!
Flash the kernel in the zip file
Click to expand...
Click to collapse
what working??? wifi???
[email protected] said:
what working??? wifi???
Click to expand...
Click to collapse
no no the ROM
I think sk8terboy ask abt why rom not booting
Seraz007 said:
no no the ROM
I think sk8terboy ask abt why rom not booting
Click to expand...
Click to collapse
ok.. got it..
Thanks

Categories

Resources