[ONLINE][KERNEL] KeiCS v2 - 2.6.32.59 [CM/AOKP][HW DEC.] - Xperia Play Android Development

KeiCS is a custom kernel built for AOSP, specifically for CM9 and AOKP.
A list of features in this kernel is available in the second post
You can download version 2 here.
Instructions of installation are on the third post.
By flashing you accept that I cannot be held responsible for anything that happens before/while/after flashing your phone, and if your CPU cooks like a waffle, your screen melts, your alarm doesn't ring and you get sacked, then I can't be held responsible
Keiran

Features of KeiCS Kernel
From v2 and onwards (v1 included, v1 was for internal testing):
Added several CPU frequency scaling governors:
Already in kernel:
performance
interactive
powersave
userspace
ondemand
conservative​Added into kernel:
interactiveX
smartass
smartassV2
SavagedZen
Scary
minmax
smoothass
brazillianwax
lagfree​Added and updated zRam (configurable in your ROMs settings.
Updated headers for working hw decoding on AOSP ROMs using qcom omx.
Added 2 way call recording (FreeXperia).
Interactive governor is default.
Enabled data encryption support in kernel.
Updated kernel to 2.6.32.59 over our older 2.6.32.9 sony sources.
Cap CPU frequencies on boot - no 1.6GHz spikes at all (DooMLoRD)
Fixed "reboot recovery", which fixes ROM Manager support and the reboot option in the power menu​

Installation Instructions
First of all, you need fastboot set up, this is something that there are plenty of tutorials set up for and so I am not going to go through the process of setting up fastboot.
Step 1:
Hold the search button on your phone while connecting it to the computer. If all goes well, you are in fastboot mode and the LED on the top of your phone (power switch) should be blue.​
Step 2:
Unless you have fastboot set up in your PATH variable, you will have to place the file into the same folder as your fastboot folder. Open a terminal/command prompt and cd into the folder the kernel is located.​
Step 3:
Now, in the terminal/cmd type, replace boot with the name of the file:
Code:
fastboot flash boot <boot>.img
fastboot reboot
If that does not flash the kernel and take you to the Sony splash screen try:
Code:
fastboot -i 0x0fce flash boot <boot>.img
fastboot -i 0x0fce reboot
Getting into the recovery:
Method 1:
When booting up the phone, a blue LED will turn on on the top of the phone, when this happens press the back button, you only need to press it once. You will end up in recovery.​
Method 2:
In a terminal emulator do:
Code:
su
reboot recovery
and your phone will automatically boot into recovery.​

Wow
Sent from my R800i using Tapatalk 2

Is this kernel for all ics roms then?
Sent from my R800i using xda premium

hitman980206 said:
Is this kernel for all ics roms then?
Sent from my R800i using xda premium
Click to expand...
Click to collapse
Apart from the Sony ones, as stated this one is for AOSP roms, or ones which are using quallcom omx hw decoder. CM/AOKP and PlAyOSP can use this kernel (although I probably won't update PlAyOSP, too much work).
Kernel work now has become my priority, I can build over an existing build in 20s for a kernel, for a ROM it can take up to two hours, and testing a ROM takes the socks when it takes 2 hours for each testing cycle
Sent from my Xperia Play using Tapatalk 2

Awesome!

Updated OP, download comes tomorrow
Sent from my Xperia Play using Tapatalk 2

The HW decoder codec means we'll be able to play 720 mkv files?

Zerobarat1 said:
The HW decoder codec means we'll be able to play 720 mkv files?
Click to expand...
Click to collapse
I am not quite sure if the decoder plays nice with 720p playback... but 720p recording does not work.

Uploaded v2, download in first post

KeiranFTW said:
I am not quite sure if the decoder plays nice with 720p playback... but 720p recording does not work.
Click to expand...
Click to collapse
Does video recording work at all?

xRegrets said:
Does video recording work at all?
Click to expand...
Click to collapse
No, because its not optional in the camera app not to record at 720p

KeiranFTW said:
No, because its not optional in the camera app not to record at 720p
Click to expand...
Click to collapse
how do i get to the rom settings to enable zRam?

Jedipottsy said:
how do i get to the rom settings to enable zRam?
Click to expand...
Click to collapse
What ROM are you on?

Cm9 fxp121
Sent from my Xperia Play using xda premium

Okay, so on CM9, you'll go into your settings menu, then click on Performance. It's in Memory management. Click on zRam, then you'll be able to pick what level you want, either 10, 18, or 26%. I'm guessing that's the compression amount, but I'm not sure.

lightningdude said:
Okay, so on CM9, you'll go into your settings menu, then click on Performance. It's in Memory management. Click on zRam, then you'll be able to pick what level you want, either 10, 18, or 26%. I'm guessing that's the compression amount, but I'm not sure.
Click to expand...
Click to collapse
You are correct
@Keiran ... nice work , as always

Is there a way to enable zram in the AOKP ROM?
Sent from my R800x using xda premium

Is there any chance of installing Napstar's Touch recovery on this? http://forum.xda-developers.com/showthread.php?t=1485829

Related

[kernel][10/17] "dopio" OC cm-2.6.29.6

Based off of htc-kernel-espresso repository from CyanogenMod github and a modified version of toastcfh's overclock patch.
espresso source based is for
espresso devices only
legend source based is for
espresso, legend, or aria devices
No support will be given, use at your own risk, DON'T FLASH unless you know what you are doing .
Version 3.5:
updated source to include interactive governor
added darchstar's patch to fix idle status being set NULL
added a 787 for those that can't do 806
incorporated changes into legend code base
http://www.mediafire.com/?9ziqlmh6vy26x
V4.0: (Requires setting scaling_max_freq in order to boot)
all frequencies included in one kernel.
added 480 back.
864 max
available frequencies: 245760, 400000, 480000, 600000, 768000, 787200, 806400, 825600, 844800, 864000
NOTE:
Since all frequencies are now playing nicely together, I am only going to be releasing one kernel version per source base.
It is up to you to set your maximum speed in your init.d files or you might not boot (since the maximum is 864).
For Those of you who have used my G1 kernels, this will not be an issue since you should know how to do it. For the others, good luck .
Essentially, you need to put something like...
Code:
echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
somewhere in your init.d files. Personally I like to use 00banner since it's first to execute on cyanogenmod.
Don't forget that if you swap out an init.d file you need to make the new one executable. For example...
Code:
chmod 0750 /system/etc/init.d/00banner
http://www.mediafire.com/?7jyeovzuo8lx9
archive:
http://www.mediafire.com/?v6cdcjyf04ebd
These are koush's anykernel.zip's that change your boot and system images. To return to your original state just do a nandroid advanced restore of the boot and system partitions (of course you have to of backed them up first).
github (master branch is legend base, oc-espresso-2.6.29 branch is espresso base. Default is set to espresso)
sweet, he's doing an overclock kernel?? thats awesome!
posted a v2 to fix a problem with minimum frequency.
This version is set to 691/691 when screen is on and 245/245 when screen is off.
edit: this broke it.
dumfuq said:
posted a v2 to fix a problem with minimum frequency.
This version is set to 691/691 when screen is on and 245/245 when screen is off.
edit: this broke it.
Click to expand...
Click to collapse
Lol I was gonna post to not try and set it to a performance profile as it breaks the overclock.
Great work though I'm finally so glad to see this. I flashed it and boot was quite a bit faster as well. A 91mhz gain seemed to make quite a difference. If this arm cpu will hit 800 then this phones gonna fly.
Ok noticing some lag here and there. I just did a quadrant bench and only scored 333. I have not did a reboot since I flashed it. Will try and report back.
Sent from my T-Mobile myTouch 3G Slide using XDA App
v3. fixed for the night.
screen on 480/691
screen off 245/480
sultan.of.swing said:
Lol I was gonna post to not try and set it to a performance profile as it breaks the overclock.
Great work though I'm finally so glad to see this. I flashed it and boot was quite a bit faster as well. A 91mhz gain seemed to make quite a difference. If this arm cpu will hit 800 then this phones gonna fly.
Ok noticing some lag here and there. I just did a quadrant bench and only scored 333. I have not did a reboot since I flashed it. Will try and report back.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
was the lag on v1? if so the minimum frequency was dropping to 19mhz, that's why i had to do the next one.
never tried quadrant before...i kinda like
on test 1, i exerienced a TON of lag... i set min / max at 691 and got lag like a mofo >.> hopefully t3 doesnt lag so bad this time
quick question... if i do this kernel, and i dont like it, can i go back to the old one just by flashing the old one or would that break something??
you could easily make a backup boot image zip
thomas.nelson4 said:
quick question... if i do this kernel, and i dont like it, can i go back to the old one just by flashing the old one or would that break something??
Click to expand...
Click to collapse
This kernel is just for testing purposes. You don't want it for daily use. If you are not comfortable flashing random broken things, don't even bother with it. Currently it takes a big performance hit for 3d graphics and has no wifi.
dumfuq said:
This is a test, this is ONLY a TEST.
Based off of htc-kernel-espresso repository from CyanogenMod github
Wifi is broken.
Performance is LOCKED at 691 mhz.
This is an update.zip that replaces your boot.img. To return to the stock boot.img just do a nandroid advanced restore of the boot partition (of course you have to of backed it up first).
No support will be given, use at your own risk, DON'T FLASH unless you know what you are doing .
oc691-kernel-test-v1-signed.zip
oc691-kernel-test-v3-signed.zip
Click to expand...
Click to collapse
hey do you have the patch for this?
wesgarner said:
hey do you have the patch for this?
Click to expand...
Click to collapse
here is the diff
slide_oc.diff
fyi I ended up hardcoding the 691 instead of using the old technique because the divisor was giving me issues with anything over 652 and I was just trying to do a proof of concept anyway.
Any reason it might go to black on boot-up...for minutes? Confict with new radio maybe?
My slide's looking very brickalicious at the moment so I'm gonna volume down and power into recovery; Just not booting. Was running Slidemeroot5r1.
Dumfuq, I love you.
Oakley44 said:
Any reason it might go to black on boot-up...for minutes? Confict with new radio maybe?
My slide's looking very brickalicious at the moment so I'm gonna volume down and power into recovery; Just not booting. Was running Slidemeroot5r1.
Click to expand...
Click to collapse
guess what, ive got a GREAT answer for ya... that boot image is ONLY FOR froyo roms at this point. sorry bud :/
Oakley44 said:
Any reason it might go to black on boot-up...for minutes? Confict with new radio maybe?
My slide's looking very brickalicious at the moment so I'm gonna volume down and power into recovery; Just not booting. Was running Slidemeroot5r1.
Click to expand...
Click to collapse
Is SlideMeRoot5r1 a CyanogenMod-6.0.0? I think not.
dumfuq said:
Is SlideMeRoot5r1 a CyanogenMod-6.0.0? I think not.
Click to expand...
Click to collapse
Ahh, what douchey lord of noobs I am.
Ok well, needless to say I did a full restore and rebooted. Still goes to black. Any change you have a zip for the stock kernel?
breaks WIFI on SuperFly 1.2 ... me only???
dumb... i can't read
UM BUT maybe pushing some wlan.ko file....?
Oakley44 said:
Ahh, what douchey lord of noobs I am.
Ok well, needless to say I did a full restore and rebooted. Still goes to black. Any change you have a zip for the stock kernel?
Click to expand...
Click to collapse
just flash Slidemeroot5r1 rom without wipe and reboot
Sxyman815 said:
just flash Slidemeroot5r1 rom without wipe and reboot
Click to expand...
Click to collapse
Already wiped system/cache to go back to last restore. In the middle of restore as I type this... . Next time I'll read the thread title a bit better..........ok, yeah it worked .

[Kernel] Crypt0kernel Project [21 OCT]

Hi Guys,
Finally i can show you guys my knowledge where i'm realy strong in. C programming
I started this project to gain a good and stable kernel thats is support many roms. I'll hope some other devs want to join me in on this project to create together one good kernel instead of many splintered releases of the kernel. (At the end we only need 1 kernel right?)
Main project goals:
2.3.5 compatible (Sound problem etc)
MIUI and AOSP/CyanogenMod compatible
Tweaked to the bone
two way call record (2WCR)
You name it
What i already done:
OC to 1.5ghz
Fixed codec problem for 2.3.5 Roms
Added SmartassV2 governor
Snapdragon optimisations
If you want to help me in this project give em a pm and i hook you up to the proejct page
http://code.google.com/p/crypt0kernel/ commiting the init code takes longer then i expected...
Flash method for S-On users:
Follow this how-to:http://forum.xda-developers.com/show...59&postcount=2
And use this to copy the libs:
1. unpack downloaded ZIP file (for example to d:/temp)
2. connect device with computer with Android SDK tools (adb, fastboot)
3. reboot to bootloader
adb reboot bootloader
4. flash new kernel
fastboot flash zimage d:/temp/zImage
5. restart device
fastboot reboot
6. push new wifi module
adb push *.ko /data/local/
adb shell
su
mount -o rw,remount /dev/block/mmcblk0p22 /system
busybox cp /data/local/*.ko /system/lib/modules/
Click to expand...
Click to collapse
Ps. Zip files are CWM zip files so can be flashed by ClockwordMod
Great man, looking forward to have 3.5 sense working on our devices..with sound
keep up the good work
Regards
excellent! always good to have a new kernel do you think 1080p 2D video recording can be solved in kernel level?
Flashing it !
Good news!
If possible, also add support 2WCR (2-way call records)
will this work with s-on? and will it effect the dual core
and yet, this kernel on Root stock firmware can be put?
Gamburger said:
and yet, this kernel on Root stock firmware can be put?
Click to expand...
Click to collapse
I dont see the problem why not. Try it and make sure you do a backup before flashing.
crypt0night said:
I dont see the problem why not. Try it and make sure you do a backup before flashing.
Click to expand...
Click to collapse
hey man
would you pleased post this link:http://forum.xda-developers.com/showpost.php?p=18416359&postcount=2
to the first post incase S-on user like me need the alternative way to flash?
and this link for wifi issue
from: http://forum.xda-developers.com/showthread.php?t=1311812
How to install
1. unpack downloaded ZIP file (for example to d:/temp)
2. connect device with computer with Android SDK tools (adb, fastboot)
3. reboot to bootloader
adb reboot bootloader
4. flash new kernel
fastboot flash zimage d:/temp/zImage
5. restart device
fastboot reboot
6. push new wifi module
adb push *.ko /data/local/
adb shell
su
mount -o rw,remount /dev/block/mmcblk0p22 /system
busybox cp /data/local/*.ko /system/lib/modules/
Should we trust quadrant score on these? It seems setcpu doesn't want to play nice with leedroids ROM or these new kernals haha
Sent from my HTC EVO 3D X515m using XDA App
DJGurth said:
Should we trust quadrant score on these? It seems setcpu doesn't want to play nice with leedroids ROM or these new kernals haha
Sent from my HTC EVO 3D X515m using XDA App
Click to expand...
Click to collapse
dun use setcpu as only mod 1st core as they said before. i didnt try it. use cpumaster or system tuner to oc
can't flash it:
assert failed:write_raw_image("/tmp/newboot.img", "boot")
error in /sdcard/Cript0kernel.zip
(Status 7)
Installation aborted
im using cript0 rom 1.2
hboot 1.49.0011 s-on
steveruthless said:
can't flash it:
assert failed:write_raw_image("/tmp/newboot.img", "boot")
error in /sdcard/Cript0kernel.zip
(Status 7)
Installation aborted
im using cript0 rom 1.2
hboot 1.49.0011 s-on
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1049102
or try android control to flash zimage
i m in 149.0013 s-on
crypt0night said:
I dont see the problem why not. Try it and make sure you do a backup before flashing.
Click to expand...
Click to collapse
Just earlier tried to put the Kernel UNITY V1 beta - did not, an error .... (Status 7)
Installation aborted. Even wi-fi stopped working. Well that did backup)
Сame back.
Gamburger said:
Just earlier tried to put the Kernel UNITY V1 beta - did not, an error .... (Status 7)
Installation aborted. Even wi-fi stopped working. Well that did backup)
Сame back.
Click to expand...
Click to collapse
same problem here..unable to flash using cwm when still s-on..will try different method.
Installed through CWM no problem for me, just waiting for Villain ROM to boot.
Looking forward to Smartass govenor2
Thanks for this Crypt0night, it is great to now see some movement from great devs now we have the source code.
keep it up buddy your work is much appreciated.
Edit:
Seems to be working well, Wifi Ok, governor set, Oc'ed to 1536 with CPU Master
Is it possible to implement a zero shutter lag code?
Would be really nice! :-D
And may be two versions with and without two way recording because i read that it can drain the battery bad sometimes..
Sent from my HTC EVO 3D X515m using Tapatalk
ilovemeow said:
http://forum.xda-developers.com/showthread.php?t=1049102
or try android control to flash zimage
i m in 149.0013 s-on
Click to expand...
Click to collapse
successfully flash using this but system tuner still show the highest oc is 1118 mhz
steveruthless said:
same problem here..unable to flash using cwm when still s-on..will try different method.
Click to expand...
Click to collapse
the fact of the matter is there is a root and s-off. Only rom - stock.
osrix said:
Installed through CWM no problem for me, just waiting for Villain ROM to boot.
Looking forward to Smartass govenor2
Thanks for this Crypt0night, it is great to now see some movement from great devs now we have the source code.
keep it up buddy your work is much appreciated.
Edit:
Seems to be working well, Wifi Ok, governor set, Oc'ed to 1536 with CPU Master
Click to expand...
Click to collapse
Are you s-on or s-off mate ?
I don't think anyone that is s-off is having issues with any of the new kernel's. It's just us with s-on using the htc unlock method that we can't OC. Installing via recovery works with no errors, but still no option to OC as default values only avail..
Cheers

[RECOVERY] [THEME]TWRP & Dual Recovery

As some of you might know ive been working lately on porting TWRP to our device, and now, after many hours work, I can finally release it to the public.
GENERAL
Team Win Recovery Project 2.3, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It’s a fully touch driven user interface – no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Click to expand...
Click to collapse
http://teamw.in/project/twrp2
INFORMATION
There are 2 version:
- Flykernel 0.8 with only TWRP (v 2.3.2.3)
- Flykernel 0.8 with both TWRP (v 2.3.2.3) and CWM (v 6.1.0.9).
I also made a custom theme, see Download and Usage.
Its named: 'This is black and white'. As the name says its a black and white minimal theme.
INSTALLATION
- Make sure you are on a FXP based jellybean rom.
- Choose one of the the two images
- Flash them with fastboot : fastboot flash boot IMAGENAME.img
- You will also need the wifi modules of flykernel (0.8fix): http://www.mediafire.com/?16ytgk56ioiko6z
USAGE
- TWRP only recovery:
Use volume down when home led is pink
- CWM / TWRP dual:
Use volume down for CWM when home led is pink
Use power button for TWRP when home led is pink
- Custom TWRP theme:
Place the ui.zip (from download folder mediafire) in /sdcard/TWRP/theme
DOWNLOAD
http://www.mediafire.com/?lcdana76k8ews
BUGS
As far as I know and is tested there are 2 bugs:
- Mount USB Storage in TWRP
- Reboot to recovery (boot from recovery and rom)
Please report bugs if you find them.
Much work has gone in to this, so I would appreciate a Thanks or a donation
Also I want to give credit to Championswimmer for providing the base dualrecovery ramdisk.
Congrats bro you are ****ing awasome:beer:
Sent from my Xperia Ray using xda premium
File Type
My id10t corporate network drops img files, cannot download. I'll check it out when I'm home. Thanks! :highfive:
EDIT: Great Stuff! Successfully flashed dual, booted into both with no problem. Then I wiped and installed PACv18 with all my extras in one go by queueing the zip files. Rebooted the phone, all 100%
One thing I did notice: the time shown in TWRP was not my local time, I have GMT +2, where the time that was displayed was UMT -6 (Houston, Chicago those places) I think it's CST (not sure)
I did not attempt a backup/restore operation yet, but wiping flashing, queueing woks 100%
Good Job thomas !!
Very sweety thing! Using it daily - very great job done! I like it! Thanks man! Dual Recovery makes my day =)
Langes said:
My id10t corporate network drops img files, cannot download. I'll check it out when I'm home. Thanks! :highfive:
EDIT: Great Stuff! Successfully flashed dual, booted into both with no problem. Then I wiped and installed PACv18 with all my extras in one go by queueing the zip files. Rebooted the phone, all 100%
One thing I did notice: the time shown in TWRP was not my local time, I have GMT +2, where the time that was displayed was UMT -6 (Houston, Chicago those places) I think it's CST (not sure)
I did not attempt a backup/restore operation yet, but wiping flashing, queueing woks 100%
Good Job thomas !!
Click to expand...
Click to collapse
you can change time settings in twrp
will it work with CM10 FXP 150 ??
EDIT: err tried it works like a charm!!
Yes
Sent from my Xperia Ray using xda app-developers app
sarangkunte05 said:
will it work with CM10 FXP 150 ??
Click to expand...
Click to collapse
Should work
Sent from my Xperia Ray using xda app-developers app
how bout its performance??it is same as flykernel v8..:good:
ezr said:
how bout its performance??it is same as flykernel v8..:good:
Click to expand...
Click to collapse
So far, performance is same
It is fly kernel 0.8... Just another ramdisk
Sent from my Xperia Ray using xda app-developers app
thomas1991_12 said:
It is fly kernel 0.8... Just another ramdisk
Sent from my Xperia Ray using xda app-developers app
Click to expand...
Click to collapse
Just to clarify: So, if you were not on fly before, you need to flash WiFi modules from flykernel thread? I was on FlyKernel and WiFi still works like a charm
Langes said:
Just to clarify: So, if you were not on fly before, you need to flash WiFi modules from flykernel thread? I was on FlyKernel and WiFi still works like a charm
Click to expand...
Click to collapse
Yes thats correct (will update OP). Because sony devices dont have a seperate recovery partition, it needs to be embedded with the kernel.
do i need to wipe anything after install new kernel??
ezr said:
do i need to wipe anything after install new kernel??
Click to expand...
Click to collapse
Nope, shouldnt be necessary.
ezr said:
do i need to wipe anything after install new kernel??
Click to expand...
Click to collapse
I did not need to. I only wiped after successful boot to test if wipe and flashing works ok
To clarify a Android memory management issue (which I was unclear on) for others;
Both TWRP and TWRP/ CWM recoveries in the new kernel image increase the size of the files to be flashed into the boot sector (TWRP = 6.8MB, TWRP/ CWM = 8.3MB), FlyKernel 0.8 including CWM is only 5.3MB.
If a user is using FXP150 stock ROM build with the Xperia Keyboard flashed as well the /system folder is virtually full (974kB free only). Don't let that worry you! The boot sector that the new kernel image files (including recoveries) occupies is completely separate to the /system ROM part of the device and it will fit!!
This is fantastic, didn't know TWRP was miles ahead of CWM in terms of user friendliness.
Can you share your sources please? I want to port TWRP on my Xperia Mini
Just extract boot image
Sent from my Xperia Ray using xda app-developers app

[ROM] Cyanogenmod 10.1 for P769 | OC and UV

Here is the first Cyanogenmod for P769. Big thanks to CLEMSYN (from tegra) for helping me develop this. Also to mikegabinsky for helping me with the camera.
Please do the following instructions before FLASHING
http://forum.xda-developers.com/showthread.php?t=2198114
Warning: The procedure is not easy.... You've been warned
##########################################################################
May 22, 2013
Latest compilation on May 19, 2003 from CM10.1 source. Kernel changes are the same. Here is the link
https://www.dropbox.com/s/d52icjavb1e9pvh/cm-10.1-20130519-UNOFFICIAL-p760.zip
##########################################################################
May 4, 2013
Here are the changes
1. Latest sync from cyanogen
2. Removed all NFC stuff in the kernel and in building the ROM
https://www.dropbox.com/s/vq8ry9hftdcxcd2/cm-10.1-20130504-UNOFFICIAL-p769.zip
##########################################################################
APRIL 15, 2013
Latest ROM which fixes low audio in CM 10.1 and includes memory swap and latest OC kernel with 500 GPU
https://www.dropbox.com/s/8gr9x8833c3iree/cm-10.1-20130415-UNOFFICIAL-p760.zip
##########################################################################
APRIL 14, 2013
Here is the latest ROM with latest OC kernel with 500GPU. This includes memory swap.
http://db.tt/Zx5BcKBD
############################################################################
APRIL 14, 2013
OK latest update... I got the kernel up to 1.4ghz (default at boot is 1 ghz) and the GPU to over 500mhz !!!! Here are the changes.
1. Wifi voltage decreased from 1.8 to 1.7mv
2. Default boot voltage will be at 1.0ghz then you have to use an app to OC to 1.2, 1.3 or 1.4.
3. GPU increased to over 500 mhz !!! Results in Taiji Benchmarks are up to 19.53 fps (it was at 15.73 fps at 384).
Default Voltages are as follows:
200mhz - 850mv
300mhz - 950mv
600mhz - 1140mv
800mhz - 1200mv
1000 - 1300mv
1200 - 1300mv
1300 - 1375mv
1400 - 1387 mv
Here is the link
http://db.tt/NNwVuqKY
####################################################################################3
April 13, 2013
Latest KERNEL with Super Undervolting. This is just a kernel with a boot image that can be flashed over the current ROM.
Here are the changes
200mhz - 850mv
300mhz - 950mv
600mhz - 1140mv
800mhz - 1200mv
1000 - 1300mv
1200 - 1300mv
Here is the link
https://www.dropbox.com/s/gq69h28a1mj33ar/P769SuperUCwithOC.zip
Just in case that don't work for you here is the original one
https://www.dropbox.com/s/24fy31ao9vg9s8g/OriginalCWMwithOC.zip
######################################################################################
This will basically turn the p769 to p760 with the appropriate mods to enable proper function of the p769.
######################################################################################
NEW BUILD WITH OVERCLOCK and UNDERVOLT
GPU Overclocked to 384 (from 300)
Added 1.2 ghz speed in kernel
1200 - 1375 mv
1000 - 1350 mv
800 - 1291 mv
600 - 1200 mv
300 - 950 mv
LINK
https://www.dropbox.com/s/b6fw2avj4m8zx8k/cm-10.1-20130404-UNOFFICIAL-p760GPUOCUVver2.zip
BUGS:
1. All CM 10.1 bugs for p760
LATEST LINK
https://www.dropbox.com/s/qirfmvbnhvj28dg/cm-10.1-20130402-UNOFFICIAL-p760.zip
Instructions:
1. Download ROM and put to SD card
2. Enter recovery and Wipe/Factory Reset
3. Install ROM
Just to let you know, without clemsyn's help, I would not be able to get this thing to boot and work, because of him we have a fully working CM 10.1 in our device You might want to drop by and say thanks to him or probably donate for his help.
Im already rooted with cwm on p769 10g. I was reading on the link you provided and it looks like i would have to start over again which would be a pain in the ass plus the link to the kdz is dead on that page so i dunno what should i do?
assassinanex said:
Im already rooted with cwm on p769 10g. I was reading on the link you provided and it looks like i would have to start over again which would be a pain in the ass plus the link to the kdz is dead on that page so i dunno what should i do?
Click to expand...
Click to collapse
Dropbox download link works.
pinoyto: Thank You for doing this work. I tried building for the P769 a few weeks ago and I could never get it to boot. Good Job!!!
Here is a patch for another device having axis issues. maybe it will help:
http://review.cyanogenmod.org/#/c/24149/2/arch/arm/mach-msm/board-tenderloin.c
Some build.prop tweaks for inverted acellerometer:
http://androtab.info/cyanogenmod/rockchip/
So just use the Recovery Installer for a locked bootloader to enter recovery
mike6696 said:
So just use the Recovery Installer for a locked bootloader to enter recovery
Click to expand...
Click to collapse
This rom will not work if you have locked bootloader.
Re: [ROM] Cyanogenmod 10.1 for P769
so the only bugs just axis issue? and the only way to unlock bootloader is upgrade to jb? can`t wait for fully workin cm10.1 . i never like skinned android.
Sent from my LG-P769 using Tapatalk 2
Lelus said:
This rom will not work if you have locked bootloader.
Click to expand...
Click to collapse
I know my bootloader is unlocked i was talking about to enter recovery but I got it. Now i cant enter recovery with the rom so cant i just use adb shell to install gapps
I'm stupid. This post was a sign of it but I deleted it so you wouldn't know.
rooting p769 10g
assassinanex said:
Im already rooted with cwm on p769 10g. I was reading on the link you provided and it looks like i would have to start over again which would be a pain in the ass plus the link to the kdz is dead on that page so i dunno what should i do?
Click to expand...
Click to collapse
hello friend please could you post me a link to root the p76910g . thank you.
Re: [ROM] Cyanogenmod 10.1 for P769
Is this rom a good daily driver? If it is I might attempt to go through the trouble of unlocking the bootloader
Enviado desde mi LG-P769 usando Tapatalk 2
Juanito216 said:
Is this rom a good daily driver? If it is I might attempt to go through the trouble of unlocking the bootloader
Enviado desde mi LG-P769 usando Tapatalk 2
Click to expand...
Click to collapse
To early to tell since it was just released today.
This reeks of an April Fools joke. If it is, it's not funny. Hope it's not....
SovereignKnight said:
This reeks of an April Fools joke. If it is, it's not funny. Hope it's not....
Click to expand...
Click to collapse
I just got finished installing it (took me awhile because I didn't have my bootloader unlocked and also couldn't figure out some things). It runs is all I can say because I haven't done anything with it yet. I'm right now looking for Google Apps then I will finish up my install. It still looks like mirrored screen is still an issue that get fixed once you lock and unlock your phone. Otherwise it's not an April Fools joke.
It seems I have lost CWM recovery mode. I tried installing it with the recovery app but when I reboot from the app I get a boot loop at the LG logo. I then shut down and boot up and am able to get back into CM10. I then try the Volume up+home key+power button method and it brings me to stock LG recovery. The app says that CWM is installed but it still seems LG recovery is the only thing there.
psychoace said:
I just got finished installing it (took me awhile because I didn't have my bootloader unlocked and also couldn't figure out some things). It runs is all I can say because I haven't done anything with it yet. I'm right now looking for Google Apps then I will finish up my install. It still looks like mirrored screen is still an issue that get fixed once you lock and unlock your phone. Otherwise it's not an April Fools joke.
It seems I have lost CWM recovery mode. I tried installing it with the recovery app but when I reboot from the app I get a boot loop at the LG logo. I then shut down and boot up and am able to get back into CM10. I then try the Volume up+home key+power button method and it brings me to stock LG recovery. The app says that CWM is installed but it still seems LG recovery is the only thing there.
Click to expand...
Click to collapse
Glad to hear its not a joke. I think ill wait till this has all the kinks worked out. Good news, none the less.
Uh with all the different phones variations this has become a little difficult to do unless you include some semi-thorough instructions on how to install each rom. Right now it looks like after I unlocked my bootloader I should of flashed and rooted the V20 Europe rom with an edited hex bin. I shouldn't have flashed to a v10g rom like I did because the .bin is not hex edited correctly for Jelly Bean. This is my assumption. Am I right or wrong?
Re: [ROM] Cyanogenmod 10.1 for P769
Awesome. I cant wait for a stable release.
Sent from my LG-P769 using xda premium
psychoace said:
I just got finished installing it (took me awhile because I didn't have my bootloader unlocked and also couldn't figure out some things). It runs is all I can say because I haven't done anything with it yet. I'm right now looking for Google Apps then I will finish up my install. It still looks like mirrored screen is still an issue that get fixed once you lock and unlock your phone. Otherwise it's not an April Fools joke.
It seems I have lost CWM recovery mode. I tried installing it with the recovery app but when I reboot from the app I get a boot loop at the LG logo. I then shut down and boot up and am able to get back into CM10. I then try the Volume up+home key+power button method and it brings me to stock LG recovery. The app says that CWM is installed but it still seems LG recovery is the only thing there.
Click to expand...
Click to collapse
Thanks for this, it seems like the mounting points of recovery for p760 and p769 is different so I will have to change the recovery mount points too. I flashed my recovery via fastboot but you can flash recovery via Terminal.
https://www.dropbox.com/s/i575nvqeysj0ev8/recovery.img
move your recovery.img to /sdcard
Open Terminal
Type su
type dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p4
Then turn off..
Then Volume down+home key + Power button.
Update:
Lelus just informed me that there might be an easier process of unlocking the bootloader by using u-boot. There is no way for us to test it since we are already unlocked so whoever hasn't unlocked and want to try it out, contact Lelus.
Re: [ROM] Cyanogenmod 10.1 for P769
Nevermind
Sent from my LG-P760 using xda app-developers app
pinoyto said:
Thanks for this, it seems like the mounting points of recovery for p760 and p769 is different so I will have to change the recovery mount points too. I flashed my recovery via fastboot but you can flash recovery via Terminal.
https://www.dropbox.com/s/i575nvqeysj0ev8/recovery.img
move your recovery.img to /sdcard
Open Terminal
Type su
type dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p4
Then turn off..
Then Volume down+home key + Power button.
Update:
Lelus just informed me that there might be an easier process of unlocking the bootloader by using u-boot. There is no way for us to test it since we are already unlocked so whoever hasn't unlocked and want to try it out, contact Lelus.
Click to expand...
Click to collapse
Sweet, I almost thought I lost my phone there for a second. Well it would still be usable and I can push Google Apps with adb but I didn't know if I could tether flash ever again. Thanks, I am going to try this now.
psychoace said:
Sweet, I almost thought I lost my phone there for a second. Well it would still be usable and I can push Google Apps with adb but I didn't know if I could tether flash ever again. Thanks, I am going to try this now.
Click to expand...
Click to collapse
I think I know the issue... our sensors.omap4.so is looking for a different directory to enable sensor commands and unfortunately this folder is different from the p760... we will see how it goes... I'll try to move some directory around and fix permissions.

[fix] [reboot problem on mint2g r10 kernel by psych.half for cm10.1 [video playing]

Those who are having problem with reboots while playing videos in mint2g r10 by psych.half can follow this steps to solve their problem.
I'm attaching my build.prop in here.
Download and extract it and put it on your phone's system/here.
Replace it.
Navigate to Setting/performance/IO scheduler
Set the scheduler to zen.
Tap set on boot.
To find performance option, u have to tap build number from about phone several times.
Reboot to recovery and wipe dalvik/art and cache.
DONE
Note : Videos starting directly as HW won't work.
reserved
BatDroid said:
Those who are having problem with reboots while playing videos in mint2g r10 by psych.half can follow this steps to solve their problem.
Navigate to Setting/performance/IO scheduler
Set the scheduler to zen.
Tap set on boot.
DONE
Click to expand...
Click to collapse
it doesn't work for cm10.1, so did you tried something else?
Pikachu said:
it doesn't work for cm10.1, so did you tried something else?
Click to expand...
Click to collapse
definitely works.
Try again, u must have missed something.
BatDroid said:
definitely works.
Try again, u must have missed something.
Click to expand...
Click to collapse
not working mate
Pikachu said:
not working mate
Click to expand...
Click to collapse
Got it.
sw runs
but hw fails

Categories

Resources