[3.0.x KERNELS] [ARC] 3.0.8-nAa-03 [6/5/2013] - Unified kernel + CWM Recovery - Xperia Arc Android Development

Preface:
This is a custom 3.0.8 kernel developed for Android Jellybean 4.x and build for multiple Sony 2011 devices
It is based on CAF kernel and is kept as clean as possible while maintaining working hardware
Other Android versions are also bootable, but are not widely tested
Features:
Pure CAF 3.0.8 kernel
Full hardware support
Defaults:
IO scheduler: ROW
Requirements:
Unlocked bootloader
Fastboot
Install:
Backup
Download the kernel file for your device from the list that follows and flash it:
adb reboot bootloader
fastboot flash boot
fastboot reboot​
Now you should be seeing the coolest kernel boot animation
Downloads:
3.0.8
anzu
Uninstall:
Flash back to stock using SUS or flash another kernel
Notes:
TODO
Sources:
The linux kernel is GPL'ed, everyone who does modifications should make them publicly available.
I accept patches any way possible. Basically I only read pms if they contain some suggestion or patch Credits go to the author obviously
https://github.com/nobodyAtall/msm7x30-3.0.x-nAa
Donate:
If you are enjoying my work please consider donating:
Donations are voluntary but allow me to spend more time on this device.​
Disclaimer:
I can't be held responsible if this Kernel bricks your device or makes it explode in your hands! Use it at your own risk!
​

Changelog:
jb_chocolate:
TODO
ics_chocolate:
3.0.8-nAa-03 (6/5/03) @0f00b041b19c0b4a1eb
- Rebased on ics_chocolate branch
- Devices: smultron, coconut, haida, hallon, iyokan, mango, urushi, anzu, satsuma
- anzu: not undervolting display
- Increased pmem for hdpi devices
- leds: hardcode max_current
- leds: regrant users access to leds' real safe max current
- anzu: fix ALS
- cpufreq: ondemand and interactive governor fixes
- msm7x30: overclocking implementation - performance is greatly improved
3.0.8-nAa-02 (28/4/03) @566249c116bbb
- Devices: smultron, coconut, haida, hallon, iyokan, mango, urushi, anzu
3.0.8-nAa-01 (23/4/03)
- Test build for 3.0.8 for community feedback
- Devices: smultron, coconut, haida
Full feature changelog:
https://github.com/nobodyAtall/msm7x30-3.0.x-nAa/commits/ics_chocolate-nAa-master

...............

Only see release 02. Assume it is still uploading?
What has been changed since 02 release?

thank you and all the developers they work on this
to keep our old devices alive
:good: :good: :good:

Thanks! :beer:

Everything is working fine for me except for video recording, I am using Arc S + CM10 (fxp218)
Wi-Fi: OK
Bluetooth: OK
Video: When I press record, it hangs then I press record again then it will stop working.
Someone please try this, I may have flashed something.

Can someone report about 3.x kernels performance? Does JB work smoother? I'm interested in this since I exspected a performance boost. Can't test myself since I have no pc/laptop with me atm

danielstar13 said:
Everything is working fine for me except for video recording, I am using Arc S + CM10 (fxp218)
Wi-Fi: OK
Bluetooth: OK
Video: When I press record, it hangs then I press record again then it will stop working.
Someone please try this, I may have flashed something.
Click to expand...
Click to collapse
You installed release 02. Seems like the 03 release is not posted yet.
EDIT: 03 release now posted. Flash again and post findings.

stock
does this work on stock?
because doomlord reported that it was working on stock

thanks!
Oh! New version of kernel! But, I hope i can use it on ICS

Is this kernel usable on cm10.1 from shufu?

TheGreatSega said:
does this work on stock?
because doomlord reported that it was working on stock
Click to expand...
Click to collapse
it boots and doesn't FCs, but screen messed up.
if the screen is fixed, maybe we could explore more.

I still have the problem on video recording, im using 03. and the brightness got higher.

Another Bug: Bootlogo messed up, just trying on CM10.1 rel. 0505
Edit: Kernel does not boot with CM10.1, switching back

rofl022 said:
Another Bug: Bootlogo messed up, just trying on CM10.1 rel. 0505
Click to expand...
Click to collapse
Ive tried several times on cm 10.1 05 with 3.0.8 03+, latest release. It's stuck on kernels logo. Sbdy confirm this? Edit: Confirmed - not working for now.

One4EV3r said:
Ive tried several times on cm 10.1 05 with 3.0.8 03+, latest release. It's stuck on kernels logo. Sbdy confirm this?
Click to expand...
Click to collapse
Same here, as I wrote above.

No love for the iyokan ?

One4EV3r said:
Ive tried several times on cm 10.1 05 with 3.0.8 03+, latest release. It's stuck on kernels logo. Sbdy confirm this?
Click to expand...
Click to collapse
+1 tried 4 time

thnx for this relase,no problems so far on fxp 218 cm10

Related

[KERNEL][ALPHA] kernel 3.0.8 ODM/NVRM tegra forward porting

Since I had no permission to post a new thread, so Ive just posted a reply at the following link
from http://forum.xda-developers.com/showpost.php?p=23783120&postcount=1338
wkpark said:
This is forward ported tegra kernel 3.0.8 based on the Nvidia's ODM/NVRM tegra kernel 2.6.32.9
http://github.com/wkpark/tegra-linux-3.0.y
about ~700 commits are cherry-picked from the tegra kernel 2.6.32
almost all commits/commit logs are preserved. some commits are not needed anymore and some commits hard to merge.
anyway this is the result of my effort.
0. prepare android-common repo. it contain's minimal changes for android. the latest mach-tegra tree is removed.
1. about 4~6 hours needed to cherry-pick quick and dirty manually. I can figure out where are the hard parts.
2. fix to make it compile
* add slab.h / remove smp_lock.h / fix .unlocked_ioctl / fix DECLARE_MUTEX etc.
3. apply SU660 patch sets. fix for kernel 3.0.x
4. first try to boot => fail~ :>
5. figure out where are the trouble making points
* timer / irq / gpio / platsmp codes are changed in the kernel 3.0 => dig the log and fix it up
6. at last I can make boot su660 up! (about ~15 days needed to fix to boot up. total 300~400 times retry to boot)
----
the uploaded git repo is rebased interactively (remove some useless history, merge some hunks etc)
and I separate it into three branches
1. tegra-orig-3.0.8 = original android-common + tegra 2.6.32 patch series
- can be used the base of all other nvrm/odm based tegra kernel.
2. su660-lg-usb = tegra-orig-3.0.8 + su660 patches + lg-usb for official firmwares
3. su660-ics = tegra-orig-3.0.8 + su660 patch + ICS touchscreen patch, camera patch by rmcc
currently it works nicely with the SU660
Click to expand...
Click to collapse
and I've made a forward ported P990/P999 kernel based on the lge-kernel-star managed by arcee
(Please see http://forum.xda-developers.com/showpost.php?p=23831782&postcount=1351)
and finally
this is a bootable image for P990(under testing) and P999(not tested at all)
(See also http://forum.xda-developers.com/showpost.php?p=23834645&postcount=1353)
(all for CM9/ICS)
http://code.google.com/p/openstar2x/downloads
this is just first step toward the kernel 3.0
happy hacking~!
P.S.1: I also have forward ported working (but less stable) kernel 2.6.35 (about ~7 days needed to boot up)
this encourage me to forward port kernel 3.0. and this is the result
P.S.2: I'm not related to Nvidia nor LG
ChangeLog
03/20
1. fixed haptic feedback
03/22
1. fixed three annoying kernel WARNING/BUG messages
- irq wakeup warning with gpio-keys
- revert recent cpufreq_stat commit (already reverted in the lge-kernel-star)
- simplified platsmp.c (some parts of platsmp.c already included into the core code)
2. revert some part to original ramdisk.
- emmc/sdcard swap fix (for testing purpose)
- USB vendor ID fix included (for USB tethering)
3. included YAFFS (by vadonka with minor fix)
03/25
1. various minor bugs are fixed by pastime1971 (thanks~)
03/26
1. cleanup reboot/ram_console codes
03/27 (http://forum.xda-developers.com/showpost.php?p=24097273&postcount=243)
1. p99x: fix oops while shutdown (http://forum.xda-developers.com/showpost.php?p=24102050&postcount=249)
2. cleanup cnt32_to_63_clear()
3. [HACK] copy the warmboot information to the original reserved_buffer
area before shutdown.
03/28
1. star: fixup some minor bugs (various compiler warnings are fixed)
03/29 (http://forum.xda-developers.com/showpost.php?p=24181934&postcount=258)
1. star: add CONFIG_STAR_BATTERY_UNIT_UV to support voltage unit in uV
2. su660: adjust star_capacity_from_voltage_via_calculate()
- i think it is not su660 specifc. so Ive just applied it onto the P99x
- use star_capacity_from_voltage_via_calculate() to adjust battery capacity after singular 3G/BB/rild behavior to fix "999%" battery bug.
(there are so many posts exist on this issue e.g. http://forum.xda-developers.com/show...&postcount=211)
Source Code
https://github.com/wkpark/tegra-linux-3.0.y/tree/p99x-ics
Known Issues
* frequently boot fails with the external SD card.
- workaround : remove your external SD card.
Download
for SelfKANG3(by arcee) or it's variants. Owain's CM9 KANG custom rom.
P990
http://code.google.com/p/openstar2x/downloads/detail?name=boot-cm9-for-p990-3.0.8-vib-120320.zip for P990
http://code.google.com/p/openstar2x/downloads/detail?name=boot-cm9-for-p990-3.0.8-120322.zip for P990
P999
http://code.google.com/p/openstar2x/downloads/detail?name=boot-cm9-for-p999-3.0.8-120321.zip for P999 (not tested at all)
http://code.google.com/p/openstar2x/downloads/detail?name=boot-cm9-for-p999-3.0.8-120322.zip for P999 (not tested at all. feel free to feedback)
introduced to the G2X forum by missaellpzchvz - http://forum.xda-developers.com/showpost.php?p=23904261&postcount=1
SU660
http://code.google.com/p/openstar2x/downloads/detail?name=boot-cm9-for-su660-3.0.8-vib-120320.zip for SU660
http://code.google.com/p/openstar2x/downloads/detail?name=boot-cm9-for-su660-3.0.8-120322.zip for SU660
FAQ
Q: Does this mean we will have hardware acceleration anytime soon with ICS? (by der.einstein)
A: No. this is a ODM/NVRM based tegra kernel. all the handicap are same as the kernel 2.6.32
Nice work man!
Sent from my LG-P990 using xda premium
I just can follow owain´s attitude! Your progress on the kernel is really awesome
If you need a tester for your kernels, my smartphone is all time ready.
This sounds great!
Does this mean we will have hardware acceleration anytime soon with ICS?
Sent from my Optimus 2X using XDA
nice , i'll be trying this one out at friday oder saturday , I need the phone to be ready for day to day usage during the week
crazy_dj said:
nice , i'll be trying this one out friday oder saturday , I need the phone to be ready for day to day usage during the week
Click to expand...
Click to collapse
Most is already working. Just wifi is the big problem with this kernel but I think this will be soon fixed cause we have good developers on our side.
Very nice work! man!
works well for a first test, just had one total lockup so far, but who knows if it was even related to the kernel.
i do notice that switching between tasks seems a bit less responsive, even though 2d performance indeed seems a bit smoother.
very good for a first release! hope other devs will join in here soon
Sent from my LG-P990 using XDA
Thanks a lot for this kernel! The phone feels a lot snapier! My Wifi is working without problems but I have one question, is it possible to somehow mount the SD card as the main storage? So basicly like the standard CM Mount.
thx
wkpark said:
Since I had no permission to post a new thread, so Ive just posted a reply at the following link
from http://forum.xda-developers.com/showpost.php?p=23783120&postcount=1338
and I've made a forward ported P990/P999 based on the lge-kernel-star managed by arcee
(Please see http://forum.xda-developers.com/showpost.php?p=23831782&postcount=1351)
and finally
this is a bootable image for P990(under testing) and P999(not tested at all)
(See also http://forum.xda-developers.com/showpost.php?p=23834645&postcount=1353)
(all for CM9/ICS)
http://code.google.com/p/openstar2x/downloads
this is just first step toward the kernel 3.0
happy hacking~!
P.S.: I also have forward ported working (but less stable) kernel 2.6.35 (about ~7 days needed to boot up)
this encourage me to forward port kernel 3.0. and this is the result
FAQ
Q: Does this mean we will have hardware acceleration anytime soon with ICS?
A: No. this is a ODM/NVRM based tegra kernel. all the handicap are same as the kernel 2.6.32
Click to expand...
Click to collapse
I commend the excellent work and thank you so much for this new kernel, but I would love to know why choose a 3.0.x kernel with respect to a kernel 2.xx, I can understand a bit 'but I want better security
Robse86 said:
Thanks a lot for this kernel! The phone feels a lot snapier! My Wifi is working without problems but I have one question, is it possible to somehow mount the SD card as the main storage? So basicly like the standard CM Mount.
thx
Click to expand...
Click to collapse
Yeah, that would be awesome.
Thanks for your hard work.
I don't know exactly where, but there is a guide how to modify fstab to swap mounting just search
Odesláno z mého LG-P990 pomocí Tapatalk
My untrained eye makes me think this thing doesn't touch your vold.fstab.
If that wasn't your question and you actually want to change it, the file is located in \system\etc\vold.fstab and you can edit it with a text editor. Just swap the two lines around. (Aka, point at different targets. Any sensible person could work it out )
Edit: Also, should mention I'm flabbergasted this exists. Excellent work Mr. OP
When i flash this kernel my phone do not recognize my baseband and the battery is showing 999%. What am i doing wrong?
slebit said:
When i flash this kernel my phone do not recognize my baseband and the battery is showing 999%. What am i doing wrong?
Click to expand...
Click to collapse
It would be great if you say to us, which baseband, RIL and ROM you use
Impact7 said:
It would be great if you say to us, which baseband, RIL and ROM you use
Click to expand...
Click to collapse
I use owains kang 26 with 0824 baseband and ril 0824 (V21f, europe).
Sent from my LG-P990 using Tapatalk
slebit said:
I use owains kang 26 with 0824 baseband and ril 0824 (V21f, europe).
Sent from my LG-P990 using Tapatalk
Click to expand...
Click to collapse
First, you can install the kernel again. But wipe dalvik cache.
Hope this fix it.
Dekudan said:
My untrained eye makes me think this thing doesn't touch your vold.fstab.
If that wasn't your question and you actually want to change it, the file is located in \system\etc\vold.fstab and you can edit it with a text editor. Just swap the two lines around. (Aka, point at different targets. Any sensible person could work it out )
Edit: Also, should mention I'm flabbergasted this exists. Excellent work Mr. OP
Click to expand...
Click to collapse
I checked this already, nothing changed there! Must be sth. else. Damned I want to use this kernel but all my stuff is on the externel SD card
Impact7 said:
First, you can install the kernel again. But wipe dalvik cache.
Hope this fix it.
Click to expand...
Click to collapse
Already done that, unfortunately it didn't solve it...
Sent from my LG-P990 using Tapatalk
Yes! Very good job indeed!
Very fluid, no wireless problem here, sdcard mounted as usual, I will keep it for a while..
Many thanks! Impressive job.

[ROM][4.1.1] CyanogenMod 10 Preview for Samsung Vibrant [20120816]

WARNING: This ROM probably still has intermittent emergency dialing issues. Do not use it for a daily driver when you're out or could need 911 or any emergency number. If you STILL choose to use it at those times, it's your own fault!
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.1.1 (Jelly Bean), which is designed to increase performance and reliability over stock Android for your device.
DO NOT USE AS A DAILY DRIVER​
Code:
#include
/*
* I am not responsible for bricked devices, dead SD cards, thermonuclear
* war, or the current economic crisis caused by you following these
* directions. YOU are choosing to make these modificiations, and
* if you point your 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.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review.
Known Issues
Probably intermittent emergency dialing issues (such as 911) like CM7 and CM9
See the rest of the issues here.
Please report new issues here:
http://code.google.com/p/vibrant-cm/issues/list
Downloads
Did you read known issues? No? Go read them.
20120816: Androtransfer.com | MD5: 19c1e1c3440ed593ed6ab98fe1ead4d2
Google Apps: gapps-jb-20120726-signed.zip
How to Install
Upgrading from CM9 or CM7
Do a nandroid backup (just in case)
Wipe & factory reset
Install from ZIP
Reboot
Upgrading from an older version of CM10
Do a nandroid backup (just in case)
Install from ZIP
Optionally install the Google Apps add-on.
Reboot
WARNING: If you use Titanium Backup to backup your apps do not backup system data or system apps.
FAQ
Q: I can't add my Google account!
A: Install the Google Apps package from CWM recovery, linked above. This is standard procedure with CyanogenMod ROMs due to licensing issues with Google.
Q: Will /datadata be in the next version?
A: Keep in mind that this is not a KANG. Read more about /datadata and why it was removed here
Q: How is this different from the other thread in the Development forum?
A: That ROM is a port of an unofficial build of CM10. This is a build of CM10 from sources for the Vibrant.
Q: Do I need the su fix from the other thread?
A: Please refrain from using fixes from that ROM.
Q: Why isn't YYMMDD up yet? It's up on the SGS thread.
A: The versions don't necessarily match up and a change in one may not be in the other.
Changelog
Code:
20120816
* Notification icon animation fix
* /data is now on OneNAND and /system is on MoviNAND (from pawitp)
* Boot animation should now not freeze. (It can still lag though)
* Better lockscreen weather timestamp
* WIPES DEVICE.
20120807
* Another libgps ABI fix
* Back to kill now works.
* Synced merged commits from [url=http://r.cyanogenmod.com/#/q/status:merged+branch:jellybean,n,z]Gerrit[/url]
20120803
* GPS no longer crashes upon toggling and hopefully will be more stable upon 911/emergencies (not sure what would've happened if you called on V8)
* AriesParts now loads.
* Synced repos (merged changes)
v8
* Synced repos (AriesParts now doesnt crash)
* GPS still broken (crashing after a few toggles, so [b]leave it on!![/b])
v7
* Synced repos
* Kernel doesn't ramp anymore while touching (will come back later)
v6
* Froyo RIL fixed (the Unknown Baseband report)
* Froyo GPS libs! (Tell me how it works)
* Kernel OC not crashing now
* Kernel frequency limited to 800mHz+ while touching
* Synced (lockscreen targets, background, etc)
The CyanogenMod team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
Will be sure to try it out later today! Thanks FE.
Since I'm not much of a dev, what exactly is RIL, and what does it do?
Also, all the other functions work? Network/audio/wifi etc? DANG FE, you've been to work
Thank again to everyone who contributed to this!
edit: my chrome is acting up, what is the file size of this download?
As a reminder, I would like the other guys to not spam this thread and keep this as much as to developmental and testing as possible.
Thank FE
Sent from my SGH-T959 using xda app-developers app
Thats good news didnt boot for me either when i built it a couple days ago..
Question about the kernel ramdisk, did you simply use ICS ramdisk but with pawitps areis-common init.aries.rc and init.aries.usb.rc? or were other changes needed?
Thanks Fault xD
xriderx66 said:
Will be sure to try it out later today! Thanks FE.
Since I'm not much of a dev, what exactly is RIL, and what does it do?
Also, all the other functions work? Network/audio/wifi etc? DANG FE, you've been to work
Thank again to everyone who contributed to this!
As a reminder, I would like the other guys to not spam this thread and keep this as much as to developmental and testing as possible.
Click to expand...
Click to collapse
Audio and wifi work, all this stuff is courtesy aries-common and pawitp. (My aries-common port didn't have working audio, but had wifi I think)
RIL = Radio Interface Layer and is responsible for communicating with the baseband. So basically you'll have no GSM or telephony.
trailblazerz11 said:
Thats good news didnt boot for me either when i built it a couple days ago..
Question about the kernel ramdisk, did you simply use ICS ramdisk but with pawitps areis-common init.aries.rc and init.aries.usb.rc? or were other changes needed?
Thanks Fault xD
Click to expand...
Click to collapse
It's the JB ramdisk afaik since it's CM10; so JB init.rc etc plus copied pawitp's init.aries.rc for the vibrantmtd device tree.
@xriderx66 the file is 141MB
Sent from my SGH-T959 using xda app-developers app
Reserved.
Sent from my SGH-T959 using Tapatalk 2
Is RIL disabled for now? so we wont get kernel panic? or is there a way to load it?
Thanks
trailblazerz11 said:
Is RIL disabled for now? so we wont get kernel panic? or is there a way to load it?
Click to expand...
Click to collapse
Disabled for now in the ramdisk. (Which means flashing another kernel like Devil will accidently re-enable it) I do NOT recommend enabling it, you will get kernel panic galore...
nbhnohome said:
I love you , FaultException
Click to expand...
Click to collapse
FaultException said:
Disabled for now in the ramdisk. (Which means flashing another kernel like Devil will accidently re-enable it) I do NOT recommend enabling it, you will get kernel panic galore...
Click to expand...
Click to collapse
I asked because I had a similar issue when I compiled a kernel with Linaro 4.7, might be same with 4.6 toolchain kernel is now compilied with (right?) .
Kernel would panic and crash to recovery upon starting to load RIL.
It is fixed by compiling samsung_modemctl with 4.3.3 toolchain and using it as a prebuilt.
Hopefully that helps? or probably a different issue completely xD
trailblazerz11 said:
I asked because I had a similar issue when I compiled a kernel with Linaro 4.7, might be same with 4.6 toolchain (right?) kernel is now compilied with.
Kernel would panic and crash to recovery upon starting to load RIL.
It is fixed by compiling samsung_modemctl with 4.3.3 toolchain and using it as a prebuilt.
Hopefully that helps? or might be a different issue.
Click to expand...
Click to collapse
Probably yeah. pawitp patched modemctl already, my repo sync may have neglected to update the kernel cause I had changes. I'll try again later.
Edit: here's his patch: http://review.cyanogenmod.com/#/c/19167/
Is this related to the ROM posted for the international galaxy s posted here: http://forum.xda-developers.com/showthread.php?t=1775169 ?
go_l_den said:
Is this related to the ROM posted for the international galaxy s posted here: http://forum.xda-developers.com/showthread.php?t=1775169 ?
Click to expand...
Click to collapse
They're both built off CM10. Don't know if they're using the same aries-common, possibly.
So, installed it over ics Rom and everything works as advertised. Thanks, FE. It's more than just a teaser.
Sent from my SGH-T959 using Tapatalk 2
Awesome! Thanks! Looks insane, can't wait for cm10!:cyclops::cyclops::cyclops::cyclops:
I just flashed the CM10 teaser and Devil 1.0.0-RC3 ICS\JB kernel and RIL Cell/Data is working perfect so far and everything is silky smooth so far. Unfortunately I can't get superuser working and it just causes boot loops. If anyone wants to try the latest Devil kernel or JB gapps you can get it from his ftp @ http://devil.haxer.org/jellybean/. Thank you for the little tease FE and with Devil kernel RIL has been functional so far and once root gets fixed I will go back to CM10.
hurtz777 said:
I just flashed the CM10 teaser and Devil 1.0.0-RC3 ICS\JB kernel and RIL Cell/Data is working perfect so far and everything is silky smooth so far. Unfortunately I can't get superuser working and it just causes boot loops. If anyone wants to try the latest Devil kernel or JB gapps you can get it from his ftp @ http://devil.haxer.org/jellybean/. Thank you for the little tease FE and with Devil kernel RIL has been functional so far and once root gets fixed I will go back to CM10.
Click to expand...
Click to collapse
The su binary is not in yet. But once again, shouldn't be used as a daily driver.
Server must be jammed. Won't dl for me.
Sent from my SGH-T959 using xda app-developers app

[I9100G][Kernel][ICS & JB][AOSP][TWRP 2.2]Team Win Recovery Project (Touch recovery)

[I9100G][Kernel][ICS & JB][AOSP][TWRP 2.2]Team Win Recovery Project (Touch recovery)
Hi! I've ported the awesome Team Win Recovery Project 2.2 to the I9100G. Have a look, I'm sure you'll be pleasantly surprised!
Now available for ICS and Jellybean!
Previous build had a problem with sudden reboots in recovery. It's fixed. Backing-up should work now.
Tested on CM9 nightlies/CM10 experimental. It should work on other AOSP-based ROMs, but please tell me if you have any problems
As usual, everything is at your own risk. I'm not responsible for any damage, injury or death as a result of using this kernel/recovery.
The kernel itself is forked from fuss132's Horsepower kernel, with just a couple of modifications by me.
Kernel features (from fuss132's Horsepower kernel):
OC to 1.35Ghz
GPU OC to 383mhz
I/O Tweaks
Patches for better batterylife
Performance Tweaks
Fastcharge
zRam
NTFS and CIFS
TWRP Key Features:
Ability to save custom recovery settings
Touchscreen driven with real buttons and drag-to-scroll
Settings are saved to the sdcard and persist through reboots
Ability to choose which partitions to back up and which to restore
Ability to choose to compress backups – now with pigz (multi-core processor support for faster compression times)
For more info on TWRP 2.2, go here:
http://teamw.in/project/twrp2
Changelog (JB) (20120727):
Ported to Jellybean; Same feature as ICS 20120724 version
Recovery: changed internal & external storage mount points to match CM10's.
Changelog (ICS) (20120724):
Kernel: Enabled interactiveX governor and made default; Disabled interactive governor.
Kernel: Set default minimum CPU speed to 300 MHz; 150 MHz still available and can be set manually.
Changelog (ICS) (20120721):
Kernel: Disabled interactiveX governor - was causing instability and sudden reboots in recovery.
Recovery: backups relocated to /emmc/TWRP/BACKUPS/<device serial no>/ or /sdcard/TWRP/BACKUPS/<device serial no>/
Recovery: Note: backups with previous release will no longer be valid, Please manually delete /emmc/TWRP/BACKUPS/i9100g/ and/or /sdcard/TWRP/BACKUPS/i9100g/ folders.
Changelog (ICS) (20120719) (Initial Release):
Kernel: based on Horsepower 1.3.0
Kernel: modified Fastcharge implementation
Recovery: based on TWRP 2.2.
Recovery: backups located in /emmc/TWRP/BACKUPS/i9100g/ or /sdcard/TWRP/BACKUPS/i9100g/
Known issue: sudden reboot in recovery.
Sources:
Device: https://github.com/aidfarh/android_device_samsung_i9100g.git
Kernel: https://github.com/aidfarh/android_kernel_samsung_t1.git
Recovery: https://github.com/aidfarh/Team-Win-Recovery-Project.git
Credits:
fuss132 - for the source of his Horsepower kernel
codeworks and teamhacksung - for providing the CM9 kernel source code, buidscripts etc.
TeamWin, for the TWRP source code and informative guide on how to port the recovery
aidfarh said:
Hi! I've ported the awesome Team Win Recovery Project 2.2 to the I9100G. Have a look, I'm sure you'll be pleasantly surprised!
I'm considering it's still experimental; Appreciate your willingness to help test it. It mostly looks fine to me, but my only problem is it tends to suddenly reboot after a certain time. Then again, I'm also having the same problem with other kernels and recoveries, like CWM and Horsepower's, so it might be a problem unique to my phone. Please test it and try to run a Backup. If you also have the rebooting problem, then it's not just me. However, if backing up goes well for you, then the problem's with my phone and not the recovery. One way or the other, please tell me your results.
As usual, everything is at your own risk. I'm not responsible for any damage, injury or death as a result of using this kernel/recovery.
Oh, BTW, the kernel itself is forked from fuss132's Horsepower kernel, with just a couple of modifications by me.
Credits:
fuss132 - for the source of his Horsepower kernel
codeworks and teamhacksung - for providing the CM9 kernel source code, buidscripts etc.
TeamWin, for the TWRP source code and informative guide on how to port the recovery
For more info on TWRP 2.2, go here:
http://teamw.in/project/twrp2
BTW, this port is unofficial, so if you have any queries/problems with this particular build, please direct it to me, not TeamWin.
This post is a stub. I'll spruce it up a bit later.
Click to expand...
Click to collapse
Cool . Good one buddy
aidfarh said:
Hi! I've ported the awesome Team Win Recovery Project 2.2 to the I9100G. Have a look, I'm sure you'll be pleasantly surprised!
I'm considering it's still experimental; Appreciate your willingness to help test it. It mostly looks fine to me, but my only problem is it tends to suddenly reboot after a certain time. Then again, I'm also having the same problem with other kernels and recoveries, like CWM and Horsepower's, so it might be a problem unique to my phone. Please test it and try to run a Backup. If you also have the rebooting problem, then it's not just me. However, if backing up goes well for you, then the problem's with my phone and not the recovery. One way or the other, please tell me your results.
As usual, everything is at your own risk. I'm not responsible for any damage, injury or death as a result of using this kernel/recovery.
Oh, BTW, the kernel itself is forked from fuss132's Horsepower kernel, with just a couple of modifications by me.
Credits:
fuss132 - for the source of his Horsepower kernel
codeworks and teamhacksung - for providing the CM9 kernel source code, buidscripts etc.
TeamWin, for the TWRP source code and informative guide on how to port the recovery
For more info on TWRP 2.2, go here:
http://teamw.in/project/twrp2
BTW, this port is unofficial, so if you have any queries/problems with this particular build, please direct it to me, not TeamWin.
This post is a stub. I'll spruce it up a bit later.
Click to expand...
Click to collapse
will Try ;]
Cool bro !! Great job!
nice work will try .
Finally a kernel from you...good job mate...looking forward to try it.....
Sent from my GT-I9100G
aidfarh said:
Hi! I've ported the awesome Team Win Recovery Project 2.2 to the I9100G. Have a look, I'm sure you'll be pleasantly surprised!
I'm considering it's still experimental; Appreciate your willingness to help test it. It mostly looks fine to me, but my only problem is it tends to suddenly reboot after a certain time. Then again, I'm also having the same problem with other kernels and recoveries, like CWM and Horsepower's, so it might be a problem unique to my phone. Please test it and try to run a Backup. If you also have the rebooting problem, then it's not just me. However, if backing up goes well for you, then the problem's with my phone and not the recovery. One way or the other, please tell me your results.
As usual, everything is at your own risk. I'm not responsible for any damage, injury or death as a result of using this kernel/recovery.
Oh, BTW, the kernel itself is forked from fuss132's Horsepower kernel, with just a couple of modifications by me.
Credits:
fuss132 - for the source of his Horsepower kernel
codeworks and teamhacksung - for providing the CM9 kernel source code, buidscripts etc.
TeamWin, for the TWRP source code and informative guide on how to port the recovery
For more info on TWRP 2.2, go here:
http://teamw.in/project/twrp2
BTW, this port is unofficial, so if you have any queries/problems with this particular build, please direct it to me, not TeamWin.
This post is a stub. I'll spruce it up a bit later.
Click to expand...
Click to collapse
Change log?
I will try it
On the team hacksung Page sounds and looks good.
So backup doesn't work.
But ist so awsome.
Thank you very much
Galaxy S2 I9100G with miui and horsepower kernel 1.3 ... rocks
I highly recommend for everyone to try this kernel/recovery it blows away everything else and you should mention in the title that this one is touch if no one knows what team win is about and yes this one works with paranoid rom
Great job
hi aidfarh, i have falshed your kernel but got problems with it
Presently i m on RootBox 1.6 with horsepower kernel v1.1.
I flashed ur kernrl, then factory reset - wipe cache - wipe dalvik cache and then reboot.
After this i was able to see the recovery menu with many boxes but my phone hanged there. It did not recognise any touches or swipes. I rebooted 4-5 times but each time my phone hung at blue startup screen or at the recovery screen :crying:
The same thing happened when i tried horsepower v1.3 (which has touch recovery). I wonder what could be the reason Is it that RootBox 1.6 has an incompatibility with touch based recoveries. Please help me becoz i really want to use ur awesome recovery (totally frustated with volume and power button mashing :crying
Will this work on Paranoid ROM?
Sent from my GT-I9100G using xda premium
Best Recovery ever! I've tried it on my old Atrix and is the best! Too bad that samsung doesn't have a recovery partition -.-
havenoname.304 said:
Change log?
Click to expand...
Click to collapse
I'll put more info in the first post over the weekend.
diode03 said:
hi aidfarh, i have falshed your kernel but got problems with it
Presently i m on RootBox 1.6 with horsepower kernel v1.1.
I flashed ur kernrl, then factory reset - wipe cache - wipe dalvik cache and then reboot.
After this i was able to see the recovery menu with many boxes but my phone hanged there. It did not recognise any touches or swipes. I rebooted 4-5 times but each time my phone hung at blue startup screen or at the recovery screen :crying:
The same thing happened when i tried horsepower v1.3 (which has touch recovery). I wonder what could be the reason Is it that RootBox 1.6 has an incompatibility with touch based recoveries. Please help me becoz i really want to use ur awesome recovery (totally frustated with volume and power button mashing :crying
Click to expand...
Click to collapse
That's strange. I'll download rootbox and see if I can get it to work. Might take a couple of days.
yogisays09 said:
Will this work on Paranoid ROM?
Sent from my GT-I9100G using xda premium
Click to expand...
Click to collapse
Since Paranoid is based on CM9, it should work. Maybe you can try and report back.
aidfarh said:
I'll put more info in the first post over the weekend.
Click to expand...
Click to collapse
Tks ...............................
New version uploaded. Please see first post. Everything should be working now.
diode03 said:
hi aidfarh, i have falshed your kernel but got problems with it
Presently i m on RootBox 1.6 with horsepower kernel v1.1.
I flashed ur kernrl, then factory reset - wipe cache - wipe dalvik cache and then reboot.
After this i was able to see the recovery menu with many boxes but my phone hanged there. It did not recognise any touches or swipes. I rebooted 4-5 times but each time my phone hung at blue startup screen or at the recovery screen :crying:
The same thing happened when i tried horsepower v1.3 (which has touch recovery). I wonder what could be the reason Is it that RootBox 1.6 has an incompatibility with touch based recoveries. Please help me becoz i really want to use ur awesome recovery (totally frustated with volume and power button mashing :crying
Click to expand...
Click to collapse
I tested Rootbox 1.6 with my kernel (latest build 20120721). Seems to work fine. Here are the steps I took:
Boot into Recovery.
Perform Factory Reset (Wipe Data & Cache)
Flash Rootbox 1.6.
Flash my kernel.
Reboot.
is it working with paranoid ?
and what the main features ?
anasnemer said:
is it working with paranoid ?
and what the main features ?
Click to expand...
Click to collapse
It should work, but I haven't test it. You're welcome to try.
I've added the feature list in the first post.

[Kernel]Zombie(AOSP-4.4)

---------------------------------------------------------------------------------------------------------------------
This kernel is based on @pabx work with most features from Trinity 4
by @morfic added (back to Trinity roots again )
Zombie Kernel Source
Downloads:
Zombie-AOSP-build1
Zombie-AOSP-build2
Zombie-AOSP-build3
Zombie-AOSP-build4
------------------------------------------------------------------------------------------------------------------------
Features already done by @pabx:
*Vibration Sysyfs Control
*Double tap to Wake
*Upstream to Linux 3.4.94
*Many more..
Additional Features:
*Compiled with Linaro GCC 4.9 and -02 Optimisations and tuned CFlags
*Hotplug-free
*Removed wasteful debugging
*ROW-Scheduler and various Scheduler-Optimisations
*TCP_CONG_CONTROL (Westwood default)
*F-Sync-Control
*Leaner build
Note:
This kernel is based on @pabx AOSP-Kernel and will most likely
only work on his AOSP-Builds.
Credits:
@morfic for Trinity
@alnikki25k and @DooMLoRD for helping and tutorials;
@faux123, @franciscofranco, @mrg666, @mathkid95, @motley, @Christopher83, @morfic, @pabx, @show-p1984
XDA:DevDB Information
Zombie, ROM for the Sony Xperia Z
Contributors
Tommy-Geenexus
Version Information
Status: Beta
Beta Release Date: 2014-06-22
Created 2014-06-22
Last Updated 2014-06-30
Changelog:
build 1:
*Initial release
*All features from OP added
build 2:
*merged latest CAF-Updates
*Increased bus freq @ 128mhz gpu clock
build 3:
*Added (absolute) Voltage Control
This control differs from others, more infos here
build 4:
*Updated Makefile Optimisations
*Fixes to Voltage-Control (range now from 750-1300 mA)
*Adjusted kernel fairness
*Merged latest updates by @pabx
Great to see a new kernel for AOSP.
Wait for a long time.
Edit: not suitable for slimKAT 5.9 build. The device didn't boot and stick at the slim logo.
I know you've said it'll probably only work on AOSP ROMs.
But curiosity got the best of me and I tried it on PAC ROM, I'm guessing there'll be a lot more like me who would want to try this on various ROMs so i'll just keep adding the ROMs I've tried the kernel on and whether it booted or not.
PAC ROM (21-06 nightly) - Stuck at boot animation.
AOKP- Won't boot
Beanstalk- same as above
PS: I do not expect you to debug these or even reply to this.
Thanks for the kernel. :good:
It works only on @pabx 4.4.4 AOSP builds, sorry.
I can't and won't add support for other roms, because then it becomes a mess again..
Xperia Z / AOSP 4.4.4
venky716 said:
I know you've said it'll probably only work on AOSP ROMs.
But curiosity got the best of me and I tried it on PAC ROM, I'm guessing there'll be a lot more like me who would want to try this on various ROMs so i'll just keep adding the ROMs I've tried the kernel on and whether it booted or not.
PAC ROM (21-06 nightly) - Stuck at boot animation.
PS: I do not expect you to debug these or even reply to this.
Thanks for the kernel. :good:
Click to expand...
Click to collapse
Try the AOSP build mentioned, it's running great
Xperia Z / AOSP 4.4.4
I recommend pabx aosp build. Will test your kernel
toby913 said:
I recommend pabx aosp build. Will test your kernel
Click to expand...
Click to collapse
let me know how it goes
Xperia Z / AOSP 4.4.4
runs smooth.
encountered some problems while directly flashing the kernel, the Wifi didn't work, but after a clean install and flashing userdata.img it worked.
Phone is without a charger since last night and i still have 76% battery with my usage.
toby913 said:
runs smooth.
encountered some problems while directly flashing the kernel, the Wifi didn't work, but after a clean install and flashing userdata.img it worked.
Phone is without a charger since last night and i still have 76% battery with my usage.
Click to expand...
Click to collapse
Yeah battery life is quite good, i'm surprised.
Lost 3% over 7h deep sleep, which is great for a aosp rom with the messy play services
Xperia Z / AOSP 4.4.4 / Zombie
Installed over kitkat(the one you mentioned) , and booted up but soft rebooted after "android starting apps" phase... gonna retry and see if i can get a log.
hussainr said:
Installed over kitkat(the one you mentioned) , and booted up but soft rebooted after "android starting apps" phase... gonna retry and see if i can get a log.
Click to expand...
Click to collapse
No need for a log, it works just fine ?!
Flash rom and gapps, reboot into OS.
Then flash the kernel.
Xperia Z / AOSP 4.4.4 / Zombie
Tommy-Geenexus said:
No need for a log, it works just fine ?!
Flash rom and gapps, reboot into OS.
Then flash the kernel.
Xperia Z / AOSP 4.4.4 / Zombie
Click to expand...
Click to collapse
didn't work , exactly what i did twice but no luck after "starting Apps" i get soft reboot and it just stuck on
boot animation,
Update: worked, after waiting on boot animation for a while , but and error which doesnt let me to interact
with os, com.android.process... stopped. so reverted back to pabx own kernel. any ideas ?
hussainr said:
didn't work , exactly what i did twice but no luck after "starting Apps" i get soft reboot and it just stuck on
boot animation,
Click to expand...
Click to collapse
There should be no "optimizing apps" as it's not kernel related.
Did you clean install latest pabx aosp build?
Xperia Z / AOSP 4.4.4 / Zombie
Tommy-Geenexus said:
There should be no "optimizing apps" as it's not kernel related.
Did you clean install latest pabx aosp build?
Xperia Z / AOSP 4.4.4 / Zombie
Click to expand...
Click to collapse
yes clean install, wiped everything...before and after install, then booted into os installed some apps
after that rebooted into recovery for kernel installation.
hussainr said:
yes clean install, wiped everything...before and after install, then booted into os installed some apps
after that rebooted into recovery for kernel installation.
Click to expand...
Click to collapse
Flash stock boot, rom and userdata.
Then reboot once and flash kernel.
Using it on @pabx AOSP.
Working very well, super smooth and great battery life.
One request, could you also try your hand at making a CM based kernel, we desperately need a battery friendly kernel for XZ.
Thanks a lot.
AW: [Kernel]Zombie(AOSP-4.4)
venky716 said:
Using it on @pabx AOSP.
Working very well, super smooth and great battery life.
One request, could you also try your hand at making a CM based kernel, we desperately need a battery friendly kernel for XZ.
Thanks a lot.
Click to expand...
Click to collapse
I could, yeah.
But:
-Stock CM is sluggish and i don't feel like building a kernel for it
-Thomas' CM is nice, already has a custom kernel included.
Also my time is limited atm, you can contact other devs of f.e. slimkat to adopt some of my changes, which i'll doubt will happen
Had a play with this one.
Not bad at all maybe pull in voltage adjustments?
I tend to cook my own from pabx with much lower voltages.
But this one is pretty decent
Sent from my C6603 using Tapatalk
fards said:
Had a play with this one.
Not bad at all maybe pull in voltage adjustments?
I tend to cook my own from pabx with much lower voltages.
But this one is pretty decent
Sent from my C6603 using Tapatalk
Click to expand...
Click to collapse
I'm quite unsure if i should lower some voltages.
It may introduce some problems for the unlucky ones having a lower binned chipset, plus makes games laggy.
Probably i'll add the (awesome) voltage control by morfic, as this kernel is intended to be in-line with Trinity.

[KERNEL][E6653/E6683][UBER] PixN Kernel For AOSP

PixN Kernel​So this is the only custom kernel currently available. It's got a custom hotplugging solution and built-in exfat support. The camera fixes are iffy at 2.99b, works in 2.99
This is best used with my custom rom, here, but will work with any AOSP N based rom.
Maybe it'll work on CM devices too but I'm not sure. You may lose recovery on flashing this. Don't panic, just flash Zach's TWRP recovery after the kernel.
Eventually this will see many optimizations.
Built with the regular 4.9 toolchain. (Uber from 3.2)
About the screen dimmer:
You can echo 0 to disable and echo 1 to enable it via the sys path /sys/module/mdss_fb/parameters/backlight_dimmer
Click to expand...
Click to collapse
Or just use ExKernel Manager.
Downloads
In the DevDB Downloads tab. Since for some odd reason DevDB is giving me 410 when I tried to upload the newest kernel, it's uploaded as a 7z file. Extract it and flash/profit.
DevDB is down right now so the latest release is hosted on MEGA (from version 3.4)
The link to the folder is here
Changelogs
Release 1
Initial Release
Added (off by default) brightness dimmer.
Several tweaks for memory management/performance
Some commits for camera management, may or may not help.
Release 2
Interim Release
Added sdcardfs (test exfat behavior?)
Elementalx Governor
Row i/o scheduler
Westwood TCP Congestion Algorithm
Release 2.99
Beta Release
Fixed Camera
Bluetooth temporarily broken
Memory, touch input fixes
Fixed a rare random reboot
Fixed the ipa wakelock and some others
Release 2.99b
Beta Release
Bluetooth still temporarily broken (Will be broken on all 2.99, wait for 3.)
Added the impulse, intelliactive and intellidemand governors
Added proper powersuspend
Also added the Alucard Hotplug
NATIVE EXFAT SUPPORT! (Forgot to enable, sorry)
Release 2.99b1
This is a MAJOR release, but the bluetooth isn't working so still 2.99. Everyone should please use this one for battery and performance. Can't comment on the camera.
Beta Release + Super Stable Battery
Bluetooth still temporarily broken (Will be broken on all 2.99, wait for 3.)
Massive zswap and zram improvements
Fsync on/off support
Frandom
Faster Boot
Adreno Idler
Overclocking
NATIVE EXFAT SUPPORT!
Release 2.99b1b
This is a bugfix release.
Fixed slow charging.
Release 3.1b
This is a major release.
Added color control.
Fully tickless.
Bunch of other stuff.
FIXED BLUETOOTH!!
Rebuilt kernel for single sims with an older config to hopefully fix the SD Card (Needs testing)
Release 3.1b
This is a major release.
Built with Uber.
Also with Clang optimizations.
Rebase config to stock to fix bugs.
Added CPUQuiet.
Release 3.3
This is a major release.
Built with Uber 6.
Bunch of optimizations.
Added Nightmare, Darkness, Chill governors.
Added Alucard Boost.
Also added the Thunderplug Hotplug.
There's a new fiops interactive i/o scheduler.
A lot of wakelocks have been exposed but don't disable them and start filing bug reports, they're as per user discretion.
Release 3.4
This is a major release.
Fixed the Optimizations
More Wakelocks
Updated sources to reflect latest upstream additions
Might have fixed Bluetooth disconnects
Release 3.4
This is a major release. Go for it. It's on DevDB
Lots of Optimizations
Uses Power Efficient Workqueues
Added ARM64 cpuidle
Fixed Zen_interactive
XDA:DevDB Information
PixN Kernel, Kernel for the Sony Xperia Z5
Contributors
HaoZeke
Source Code: http://github.com/HaoZeke/kernel
Kernel Special Features: Camera, Dimmer, Sdcardfs, Overclock, Adreno Idler, Frandom, exFAT
Version Information
Status: Beta
Current Stable Version: 3.3
Stable Release Date: 2016-12-25
Current Beta Version: 3.5
Beta Release Date: 2017-01-12
Created 2016-11-16
Last Updated 2017-01-11
The e6653 kernel will be uploaded in a few hours...
HaoZeke said:
The e6653 kernel will be uploaded in a few hours...
Click to expand...
Click to collapse
Couldv you add exfat support?
albertobom said:
Couldv you add exfat support?
Click to expand...
Click to collapse
Sure, but I think that also needs the rom to specifically add the module too..
(I'll add that to the linked rom)
@HaoZeke, I have been using your rom for almost 2 days now. It is much similar to the other AOSP Nougat. In both the cases, the battery drains fast. Does not even last half a day. The UI is not very smooth. The touch also needs some work on it.
ganeshbiyer said:
@HaoZeke, I have been using your rom for almost 2 days now. It is much similar to the other AOSP Nougat. In both the cases, the battery drains fast. Does not even last half a day. The UI is not very smooth. The touch also needs some work on it.
Click to expand...
Click to collapse
Ok... Did you try the new kernel? The latest version (coming) has elementalx as the governor (enable by kernel auditor mod)..
My battery seems to do ok with the suggestions in the op...
Touch seems ok too.. Actually I build multiple times a day, it's possible an issue sneaked in.
The main reason for this rom is basically the native substratum support..
Does your substratum app show substratum or substratum legacy? In the uploaded release 1 for e6653 there was a small bug which was fixed for 1.1
EDIT:- I'm grateful for the feedback but this thread is for the kernel and related issues... Please post in the right thread...
HaoZeke said:
Ok... Did you try the new kernel? The latest version (coming) has elementalx as the governor (enable by kernel auditor mod)..
My battery seems to do ok with the suggestions in the op...
Touch seems ok too.. Actually I build multiple times a day, it's possible an issue sneaked in.
The main reason for this rom is basically the native substratum support..
Does your substratum app show substratum or substratum legacy? In the uploaded release 1 for e6653 there was a small bug which was fixed for 1.1
EDIT:- I'm grateful for the feedback but this thread is for the kernel and related issues... Please post in the right thread...
Click to expand...
Click to collapse
Sorry for posting in the wrong section. I recognized this after posting, so left it at that.
I am contnuing this in the right section.
Latest version uploaded for both variants. Extract the 7z and fastboot (or twrp) flash the kernels. This release fixes camera issues.
Could e6653 users with sdcard issues please test this kernel?
albertobom said:
Couldv you add exfat support?
Click to expand...
Click to collapse
Added exFAT support...
HaoZeke said:
Added exFAT support...
Click to expand...
Click to collapse
I will wait for a full flashable zip file with your amazing rom and kernel.
Keep up the amazing work.
albertobom said:
I will wait for a full flashable zip file with your amazing rom and kernel.
Keep up the amazing work.
Click to expand...
Click to collapse
Actually a full flashable version isn't currently a priority, since actually the system.img is a bit large to be zipped (cuz of the addition of gapps).
Eventually I'll start zipping the kernels, but again, not a priority..
It should be easy enough to set up.
First download the latest system.img from the ROM thread.
Then get the latest kernel here. (or whichever feature-set you want)
Also grab the recovery.
Put the phone in bootloader mode.
fastboot flash boot boot.img (or whatever the kernel is called)
fastboot flash recovery recovery.img
fastboot flash system system.img
Hey the latest build is up for anyone interested... This might be the last release for a while...
I feel like it's significantly improved... The camera needs work and some other bugs...
Battery life is around 1-1.5% idle.
Testers please post feedback.
@HaoZeke i flash the rom yesterday and the kernel. For me everything was working fine except the camera, whis is upside down. I like the rom, very smooth, i cant tel the battery cause i have 12 hs with it. The kernel you put for test for me is working fine. This kernel will work on CM?
Zaisesl said:
@HaoZeke i flash the rom yesterday and the kernel. For me everything was working fine except the camera, whis is upside down. I like the rom, very smooth, i cant tel the battery cause i have 12 hs with it. The kernel you put for test for me is working fine. This kernel will work on CM?
Click to expand...
Click to collapse
Excellent, I'm glad the test kernel is working, could you try 2.99b1? That has many battery and performance fixes, the older kernels were giving me around 2-3% battery usage per hour, with the new one it's 1-1.5%..
CM I'm not sure, it should maybe work with cm-14.0 but cm-14.0 has been depreciated in favor of cm-14.1 ...
I don't know if there is a cm14.0 for the Z5..
By the way, if I may ask, why are you interested in CM ? Any particular feature?
I ported substratum on AOSP since the cyanogen theme engine wasn't ready for nougat...
So I was wondering if there was anything else people particularly wanted...
HaoZeke said:
Excellent, I'm glad the test kernel is working, could you try 2.99b1? That has many battery and performance fixes, the older kernels were giving me around 2-3% battery usage per hour, with the new one it's 1-1.5%..
CM I'm not sure, it should maybe work with cm-14.0 but cm-14.0 has been depreciated in favor of cm-14.1 ...
I don't know if there is a cm14.0 for the Z5..
By the way, if I may ask, why are you interested in CM ? Any particular feature?
I ported substratum on AOSP since the cyanogen theme engine wasn't ready for nougat...
So I was wondering if there was anything else people particularly wanted...
Click to expand...
Click to collapse
I will give a try tonight. I line cm cause allways works very good for me. Mm.. I like you dont need to flash supersu to get root. But with your rom and cm. There is no diference. Just cm is 7.1 and yours 7.0. I really like both, the only thing i dont like and more useful for me are camera and fingerprint, which both arent working. I will test the new kernel and will tell you in a few hours. Thanks!
Zaisesl said:
I will give a try tonight. I line cm cause allways works very good for me. Mm.. I like you dont need to flash supersu to get root. But with your rom and cm. There is no diference. Just cm is 7.1 and yours 7.0. I really like both, the only thing i dont like and more useful for me are camera and fingerprint, which both arent working. I will test the new kernel and will tell you in a few hours. Thanks!
Click to expand...
Click to collapse
I'm glad the rom is working well... Actually hold off the kernel, in a short while I'll upload another (really the last for a few days)
Actually the sony sources for 7.1 aren't ready since sony uses 3.18 as a Linux kernel base...
The integrated su I was planning to add for the next rom release..
I used to be a huge cm fan but recently I feel cm has left supporting sony phones.. So.. I switched to aosp
HaoZeke said:
I'm glad the rom is working well... Actually hold off the kernel, in a short while I'll upload another (really the last for a few days)
Actually the sony sources for 7.1 aren't ready since sony uses 3.18 as a Linux kernel base...
The integrated su I was planning to add for the next rom release..
I used to be a huge cm fan but recently I feel cm has left supporting sony phones.. So.. I switched to aosp
Click to expand...
Click to collapse
Yes, al cm roms are unofficial. I like aosp and cm cause the battery was allways better. But i do love stock for the camera, fingerprint and stability. And im allways changing roms. I like your aosp rom. For now is very stable. When can i try the kernel i will tell you. Thank!
Camera fix out.
New release fixing the charging.

Categories

Resources