A sexy kernel patch for notification light - Xperia Z2 Original Android Development

Thanks to DoomLord's wonderful guides and tools, I was able to start building my own kernel, here:
https://github.com/v-yadli/YadliKernel
The pre-built kernel image is uploaded. See this post.
The latest commit in the repo contains a sexy patch for the notification light to "breathe", like that on Xperia S.
Also, a bug in the Sony LED driver is fixed. (I don't know how they screw that up... They really shouldn't.)
The theory is simple.
When Android triggers a notification light blink, it feds two values(usually On, then Off) to the LPG register.
My patch interpolates the values so that the brightness gradually changes.
@DooMLoRD, please take a look and consider a merge

Will you be making your own kernel publicly available?

I have adoped such patch to the latest cm kernel and built a customed kernel.
it works and works excellently with the cm built-in notification light setting.

Michealtbh said:
Will you be making your own kernel publicly available?
Click to expand...
Click to collapse
Yeah. Uploading. Stay tuned!
I'll open up a new thread for that kernel, because it contains other stuff than this MOD.
I open this thread looking forward for discussion on this MOD only.
So if you flashed my kernel, and have any question/suggestion about the notification light mod, please post it here.
Thanks!

Hi.
Is there a little video to show the difference with "breathing" and without?
Thanks in advance.

This kernel seemed to fix the wakelock issue for the LCD as well!

I like it, OK if I put into my togari / Z-Ultra kernel?

I hope this gets pushed out to all kernels as Sony's use of the LED is a bit lackluster

blueether said:
I like it, OK if I put into my togari / Z-Ultra kernel?
Click to expand...
Click to collapse
Sure. It would be great if this patch lands on more devices.
Thanks!

blueether said:
I like it, OK if I put into my togari / Z-Ultra kernel?
Click to expand...
Click to collapse
I saw your update on your Z1 kernel.
If I understand correctly, all the 2014 series should be supported.
But the earlier devices have different led driving mechanisms.
I don't know exactly but I guess there's some external chip to control the pattern of lights.

kazuni said:
This kernel seemed to fix the wakelock issue for the LCD as well!
Click to expand...
Click to collapse
Don't know. Did I really do that?

glocklee said:
I saw your update on your Z1 kernel.
If I understand correctly, all the 2014 series should be supported.
But the earlier devices have different led driving mechanisms.
I don't know exactly but I guess there's some external chip to control the pattern of lights.
Click to expand...
Click to collapse
*ZU and a 2013 device, but near enough.
The ZU uses the same kernel as the Z1, the Z2 uses msm8974ab? Anyway patch applied near cleanly and only needed attention in one or two spots. Doesn't look as nice as the LED on the nexus 4, but I can live with that.

blueether said:
*ZU and a 2013 device, but near enough.
The ZU uses the same kernel as the Z1, the Z2 uses msm8974ab? Anyway patch applied near cleanly and only needed attention in one or two spots. Doesn't look as nice as the LED on the nexus 4, but I can live with that.
Click to expand...
Click to collapse
You could try tweaking the interpolation code.
Currently I'm using linear interpolation. There might be something better.

glocklee said:
You could try tweaking the interpolation code.
Currently I'm using linear interpolation. There might be something better.
Click to expand...
Click to collapse
@glocklee I see this has made into CM's kernel for togari and honami

Aw not for .314 FW right?
Sent from my D6503 via Tapatalk Pro

twy_2000 said:
I have adoped such patch to the latest cm kernel and built a customed kernel.
it works and works excellently with the cm built-in notification light setting.
Click to expand...
Click to collapse
can you help me do that on stock?
---------- Post added at 09:28 PM ---------- Previous post was at 09:26 PM ----------
blueether said:
I like it, OK if I put into my togari / Z-Ultra kernel?
Click to expand...
Click to collapse
how can i put the commit in a stock or stock based kernel?
---------- Post added at 09:49 PM ---------- Previous post was at 09:28 PM ----------
glocklee said:
Thanks to DoomLord's wonderful guides and tools, I was able to start building my own kernel, here:
https://github.com/v-yadli/YadliKernel
The pre-built kernel image is uploaded. See this post.
The latest commit in the repo contains a sexy patch for the notification light to "breathe", like that on Xperia S.
Also, a bug in the Sony LED driver is fixed. (I don't know how they screw that up... They really shouldn't.)
The theory is simple.
When Android triggers a notification light blink, it feds two values(usually On, then Off) to the LPG register.
My patch interpolates the values so that the brightness gradually changes.
@DooMLoRD, please take a look and consider a merge
Click to expand...
Click to collapse
How can i get this on a stock based rom? I have UB

Related

[ROM][P311X][JB][10-28-12] ButterNutz

Everyone is in love with AOKP and some of the other ROMs and kernels around here, but I didn't want or need everything that was added in to them. So, being that Android is open source, I decided to make my own. If you love a lot of customization, pull down toggles, and having everything (kitchen sink included), then this probably isn't going to be the combination for you, so you can save yourself some time and just look elsewhere. My ROM is close to stock AOSP, with a few extras added in that I wanted to help with usability without being over the top. If you like the stock JB experience, but feel that it's missing just a little bit, then this combination may be for you.
To go with the ROM, I put together a mostly stock kernel as well. The kernel is based on the same source as the CM10 kernel, but I've added in a few items and removed stuff that isn't really needed for most users. The GApps are also packaged in, so only one package to flash to get everything you want.
ROM Features
Built from 4.1.2 source
Linaro Toolchain, -O3, & strict-aliasing
Reboot Options
su and Superuser
"Accurate" Battery mod and Smooth Charging
See Github for the other changes made
Downloads
P3100 - MD5 - Alpha
P3110 - MD5
P3113 - MD5
Thanks
codeworkx & Team Hacksung because AOSP wouldn't really be functional without him
Rootzwiki for the new computer. There is no way I would have attempted this with my old computer
AOKP/RootzBoat/CM10 as this is where the few changes I did make primarily came from
TSM just cause they're that awesome
If you like the work, I'd appreciate anything to help support hosting and Github costs if you could
Changelog
9/24
Initial Release
10/1
Pull-down toggles
Launcher2 now obeys the system auto-rotate preference
Set the external SD Card to be external storage and internal SD Card to be secondary storage.
10/19
Updated Google Apps
Updated to 4.1.2
Switched from Launcher2 to Trebuchet
Increased time required to disable touch on screen due to the "water detection" feature change didn't work
Few framework changes from CM10
10/23
Revert back to Launcher2
Change in how the kernel boots, see Github for details
10/24
Initial release for P511X
Fix layout in Settings.apk
10/28
Fixed a couple device asserts to prevent problems with flashing
To Do:
Implement pull-down toggles
Upload device tree to Github
Build for remaining P31xx and P51xx devices
Known Issues:
IR Blaster doesn't work, just like every other AOSP build
gpsd sometimes has some problems, but still works fine for getting location. UPDATE: Still trying to fix this as of 10/19. I've tried many things to get it working, but nothing seems to want to work. If I find a fix, I'll be sure to inform everyone.
Mobile network doesn't work for P3100, waiting for logcat/dmesg info before I can even attempt to fix it
can i flash dis on my iphone 3gs?
nitsuj17 said:
can i flash dis on my iphone 3gs?
Click to expand...
Click to collapse
http://ragefaces.s3.amazonaws.com/503e27e2ae7c700dcb000008/kidding-me.png
nitsuj17 said:
can i flash dis on my iphone 3gs?
Click to expand...
Click to collapse
Yes, but you'll loose the functionality of Google Now. Same with the iPhone 4. Google Now works on the 4S and 5, but Google Maps will fail to load on all iPhone models.
In other news, I've been using this for a day, so I've tested most of the major items, but there is surely stuff I haven't done or tried yet, so please report any bugs or issues and I'll attempt to fix them.
cant wait to try this out
what about mic ? is that work in this build?
joinx said:
what about mic ? is that work in this build?
Click to expand...
Click to collapse
It's not the samsung release. The mic work perfectly
Very Thankful
I am very thankful for this,I have 2 kids and each has a tab2 p3113 and they love this with no hangups,Thanks again,,anything that keeps them happy keeps me happy,LOL,anyway it is very smooth in what time I have had it loaded on both.....thanks imnuts
gabriel1997 said:
http://ragefaces.s3.amazonaws.com/503e27e2ae7c700dcb000008/kidding-me.png
Click to expand...
Click to collapse
All I can say to that post is
"YESSSSS!"
Toooooo funny.
Mic worked fine for me when I recorded a quick video to make sure it worked. And I'm glad at least one person has tested it out, as I was beginning to wonder if people were viewing the thread and downloading just for fun.
imnuts said:
To Do:
Implement pull-down toggles
Upload device tree to Github
Build for remaining P31xx and P51xx devices
Known Issues:
IR Blaster doesn't work, just like every other AOSP build
Click to expand...
Click to collapse
linaro.....nice
Sent from my GT-P3113 using Tapatalk 2
imnuts said:
Mic worked fine for me when I recorded a quick video to make sure it worked. And I'm glad at least one person has tested it out, as I was beginning to wonder if people were viewing the thread and downloading just for fun.
Click to expand...
Click to collapse
ok then i try to flash it now
Seems that while GPS still works for me, it is having issues and causing battery drain by randomly coming on trying to find my position. Not sure if this is from an app I have installed or not. Has anyone that has flashed it had an issue?
Also, I believe I almost have the pull-down toggles merged in. The next update will have them, and possibly fix the GPS issue if I can find where it is. Once that is settled, I'll build for P3110 and P3100 to try and get them working, and finally, build for the P51xx models.
Updated the OP with a new build, change log is in the second post
thanks
P-nut aka nutpn says thanks ButterNutz, putting on both my kids tab 2
Looking forward to P3110 build!! :good:
---------- Post added at 04:26 PM ---------- Previous post was at 04:12 PM ----------
To be honest could I just use build prop editor to change model number etc to P3110??
Would there be that much difference in your P3110 build?
It seems to run absolutely fine on my P3110 so far
---------- Post added at 04:33 PM ---------- Previous post was at 04:26 PM ----------
This is a simpler and, in my opinion, much better alternative to CM10
matthewgwilt said:
Looking forward to P3110 build!! :good:
---------- Post added at 04:26 PM ---------- Previous post was at 04:12 PM ----------
To be honest could I just use build prop editor to change model number etc to P3110??
Would there be that much difference in your P3110 build?
It seems to run absolutely fine on my P3110 so far
---------- Post added at 04:33 PM ---------- Previous post was at 04:26 PM ----------
This is a simpler and, in my opinion, much better alternative to CM10
Click to expand...
Click to collapse
I think the only difference between P3110 and P3113 is the IR Blaster, which doesn't work anyway, so I'm thinking that it should work fine, as you found, without any real quirks. I will hopefully be finished with another project I'm working on soon, so I'll be able to put all of my P3113 changes into P3110 and P3100 and build for them then too.
Also, glad to see some more feedback and other people using the ROM. Glad people like it thus far.
imnuts said:
I think the only difference between P3110 and P3113 is the IR Blaster, which doesn't work anyway, so I'm thinking that it should work fine, as you found, without any real quirks. I will hopefully be finished with another project I'm working on soon, so I'll be able to put all of my P3113 changes into P3110 and P3100 and build for them then too.
Also, glad to see some more feedback and other people using the ROM. Glad people like it thus far.
Click to expand...
Click to collapse
It really is awesome... my only moan is the GPS issue.. any progress on that?
I've tried a few things to try and improve the GPS but haven't succeeded
Network location as a whole seems to be dead
Thanks again!
Nice work, sir! Have tried all other ROMs, and came back th this one as a dd. I do not use, nor would I like to feel the need to use, a 3rd party launcher app. Will watch for any other issues I have not listed and report back.

[ROM] MoKee OpenSource For Atrix 4 BY Martincz(2013/09/30))

The original link:http://bbs.mfunz.com/thread-753138-1-1.html
Martincz:
Has generated by the edition before the code improvements, new features and new to the impatient for A4G boring ROM oil early adopters.
Continue to wait for the new kernel, other aspects are ready.
0930:
Sync the latest MOKEE‘s code
Fixed some issues
Sync last kernel code
The Final Version download: http://pan.baidu.com/s/1FtGqH
google service pack:http://pan.baidu.com/share/link?shar...&uk=1160557519
Require: Unlock
Features:
HALO
PIE control
Access manager
Desktop thumbnail
Name the custom operators
Music timing closure
Group messaging contacts
Task switching the sidebar (as long as you have installed support program, it will show more and more icon, you can quickly call)
and more
Change log:http://www.mfunz.com/change-log/
Screenshot:
This is based on the 3.1.10 kernel and what is unique about this ROM, what makes this ROM different?
Also, any mirrors?
hi zangmo, can you say what is new in the kernel ...
coz i see the screenshot says june 27 2013... and it is today..
any new updates regarding the kernel??
:fingers-crossed::fingers-crossed::fingers-crossed:
Someone tested this new rom?
ajayfreezer said:
hi zangmo, can you say what is new in the kernel ...
coz i see the screenshot says june 27 2013... and it is today..
any new updates regarding the kernel??
:fingers-crossed::fingers-crossed::fingers-crossed:
Click to expand...
Click to collapse
YES,build date is june 27
BUT,It's sync Kristianp‘s code
If the code is released by then, we will have the same problem of battery consumption high, right? Do not have the flash of the camera, right? Thus, the kernel is now compiled the same as we have in the CM9 and CM10.1 ePinter. Am I wrong?
Rom nifty. Legal purposes. But these bugs detected so far, except the drums.
- Flash does not work;
- Radio is not recognized, or without communication;
- Keyboard does not work.
I would like to give it a try if it is in english..
:highfive:
ajayfreezer said:
I would like to give it a try if it is in english..
:highfive:
Click to expand...
Click to collapse
When you install the ROM on your device, you must install the GAPPS also use the version used in the ROM ePinter. With it, you can select the language on the first start. I used it and selected Portuguese-Brazil quietly. only problem is that radio will not work.
petersonldp said:
When you install the ROM on your device, you must install the GAPPS also use the version used in the ROM ePinter. With it, you can select the language on the first start. I used it and selected Portuguese-Brazil quietly. only problem is that radio will not work.
Click to expand...
Click to collapse
try it .
Thanks for this. Good work will Test later.
---------- Post added at 10:29 PM ---------- Previous post was at 10:06 PM ----------
I'm downloading now, but it is very slow. I will try to reupload to mega as soon as possible.
With the radio suggested, can make phone calls and even use bluetooth, but unfortunately it does not work the wi-fi, which to me, is paramount. So I can not test it for longer. Another thing, from what I saw on the battery widget pro, battery consumption dropped significantly. Any other user who test the rom, please, put your impression.
atrix4g18 said:
Thanks for this. Good work will Test later.
---------- Post added at 10:29 PM ---------- Previous post was at 10:06 PM ----------
I'm downloading now, but it is very slow. I will try to reupload to mega as soon as possible.
Click to expand...
Click to collapse
download it http://pan.baidu.com/share/link?shareid=3053114321&uk=907618231
it fixed Wi-Fi and Setting FC
petersonldp said:
With the radio suggested, can make phone calls and even use bluetooth, but unfortunately it does not work the wi-fi, which to me, is paramount. So I can not test it for longer. Another thing, from what I saw on the battery widget pro, battery consumption dropped significantly. Any other user who test the rom, please, put your impression.
Click to expand...
Click to collapse
Right, I know it .
Mfunz member :坏坏的邓国勇 fixed it
http://pan.baidu.com/share/link?shareid=3053114321&uk=907618231
ZangMo said:
Right, I know it .
Mfunz member :坏坏的邓国勇 fixed it
http://pan.baidu.com/share/link?shareid=3053114321&uk=907618231
Click to expand...
Click to collapse
Thank you. Now a question. Why do I only use the radio to put the link? Is it okay to use or 01.100.00R 01.7738P? Flash comes in when you want autofocus, kkk
Young, if not too much to ask, please, list the features of this rom, especially regarding the kernel, visited the site where you got the rom and have not seen much. I'll be very grateful if you give this attention. Thank you.
petersonldp said:
Thank you. Now a question. Why do I only use the radio to put the link? Is it okay to use or 01.100.00R 01.7738P? Flash comes in when you want autofocus, kkk: D
Click to expand...
Click to collapse
sorry,this is the first public beta.
Martincz say he is waiting for the new kernel code synchronization, some problem is the kernel problem caused.
so, we must waiting for Krystianp's code sync.
YES,I noticed this. PLZ waiting some minutes
I'm glad to see the devs in China working on this!
Hopefully the code is made public soon.
rom details
:cyclops: so far using this rom:
this rom is most similar to avatar rom except ...it uses mokee launcher and additional xperia launcher
the aosp keyboard has been fixed.
the front camera doesn't work as usual and no flash
some added tweaks and animations in setings
new shortcuts in recent apps taskmanager .... screenshots below
wifi and data works fine for me...
have new chinese market..
permission manager in settings
some breathing features for sms and missed call :cyclops:
PIE control which i dont know what it is ??
will post more about this in further use :highfive:
hey ZangMo,
I see 24th june build date of kernel...but your screenshots display 27th june...
is it correct or I downloaded wrong file??
ajayfreezer said:
hey ZangMo,
I see 24th june build date of kernel...but your screenshots display 27th june...
is it correct or I downloaded wrong file??
Click to expand...
Click to collapse
the first beta is Martincz's build (June 27) two download link is correct

[Kernel][N5110 / N5120 / N5100] DracoKernel r1

Supports all AOSP / CM based KitKat ROMs (Be sure to download the correct version)​
WARNING!: ​Only flash the kernel for your device, flashing the wrong kernel can/will lead to hard brick. Never try to install the 5110/5100 on to the 5120 and never install the 5120 on to the 5110/5100.​I recommend Trickster MOD and No-frills CPU Control to customize the kernel. ​
Use at your own risk.
Be sure to make a full nandroid backup before flashing.​I am not responsible for any damages that may occur.​
Features:
Linux 3.0.71
OC & UV support for CPU and GPU
Max CPU speed is 1920MHz
Max GPU speed is 700MHz
Exfat support
DynamicFSYNC
Governors: Adaptive, Pegasusq(default), Interactive, Powersave, Performance, Ondemand, Userspace, LulzActivQ, SmartassH3, ZZmoove.
ARCH-Power enabled
ZRAM
Dynamic read-ahead
Hotplugging enable/disable
TriangleAway Support
j4fs support
Frontswap Support
Click to expand...
Click to collapse
Downloads: DracoKernel
You will see two folders "Normal ROMs" and "Alternate ROMs"
Use the normal one if you are running: CM, AOSB, Slim, or Beanstalk.
Use alternate if you are running: Carbon or Omni
Since PAC adds its own custom frameworks, it will have its own version.
If you flash the wrong one, you will be stuck on the bootanimation. Easy fix, just go flash the other one.
Installation:
Flash in recovery.
Then flash SuperSU
Goals of this kernel:
The objective of this kernel is to have a kernel for daily use. It does not aim for best battery life, or best smoothness or best benchmark scores. It aims more for a good mix of all, not sacrificing stability and functionality in the end. With that being said, I am open to any suggestions and contributions, but I will only implement it in if it makes sense to me and does not hinder one's experience using this as a daily driver. Also, try to limit talk of benchmark scores because they do not accurately depict real life experience.
Source: https://github.com/ryukiri/DracoKernel
XDA:DevDB Information
[Kernel][N5110 / N5120 / N5100] DracoKernel, a Kernel for the Samsung Galaxy Note 8.0
Contributors
ryukiri
Kernel Special Features:
Version Information
Status: Testing
Created 2014-02-23
Last Updated 2014-05-03
Reserved
Changelog:
2.22.2014
Initial Release
Reserved
To Do:
Make sure it compiles with linaro and -O3 optimizations
BLN support
Check Boeffla sound problem
Doubletap2wake (low priority since our hardware limitations will cause it to have massive battery drain)
USB OTG
Touchwake(?)
Patch up to Linux 3.0.101
Dual boot (not sure since I don't use it much, but i may implement it in the future)
Suggestions?
Click to expand...
Click to collapse
For more responses , you should make a recovery flashable zip, for the noobs and for people with no pc
Dexxmor said:
For more responses , you should make a recovery flashable zip, for the noobs and for people with no pc
Click to expand...
Click to collapse
people could always use mobile odin though.
mobile seem not working on the current nightly, so unable to flash
Gekritzelt von meinem Note 8
Dexxmor said:
For more responses , you should make a recovery flashable zip, for the noobs and for people with no pc
Click to expand...
Click to collapse
Yeah, I was planning to so flashable zips in the future. This first release is like a beta. I need to make sure all 3 variants work properly. You have the n5100 right? I heard from tejkkarani that it takes forever to boot so hold off on flashing for now. (Great if anyone else could confirm this) I'm going to take a look at it today.
Sent from my GT-N5110 using Tapatalk
ryukiri said:
Yeah, I was planning to so flashable zips in the future. This first release is like a beta. I need to make sure all 3 variants work properly. You have the n5100 right? I heard from tejkkarani that it takes forever to boot so hold off on flashing for now. (Great if anyone else could confirm this) I'm going to take a look at it today.
Sent from my GT-N5110 using Tapatalk
Click to expand...
Click to collapse
:cyclops:I have a N5100 also also waiting to try out kernel
matthewtech770 said:
:cyclops:I have a N5100 also also waiting to try out kernel
Click to expand...
Click to collapse
Can you test it?
ryukiri said:
Can you test it?
Click to expand...
Click to collapse
Cool I will i see it's a .img format how do I install this I think I know I have to replace the img in a CM11 I have downloaded and switch out the img and then reflash the CM11 rom right
matthewtech770 said:
Cool I will i see it's a .img format how do I install this I think I know I have to replace the img in a CM11 I have downloaded and switch out the img and then reflash the CM11 rom right
Click to expand...
Click to collapse
I sent you a PM. Its recommended to use Heimdall, but that way might work. Try it. I'll try to get a flashable zip asap. Computer is compiling a new ROM right now so I'll see after that.
EDIT: The flashable zip should be available soon. I'm testing it on my n5110. Check your PM in a few mins.
EDIT2: Sent you a PM, can you test it now?
ryukiri said:
I sent you a PM. Its recommended to use Heimdall, but that way might work. Try it. I'll try to get a flashable zip asap. Computer is compiling a new ROM right now so I'll see after that.
EDIT: The flashable zip should be available soon. I'm testing it on my n5110. Check your PM in a few mins.
EDIT2: Sent you a PM, can you test it now?
Click to expand...
Click to collapse
I flash the n5100 zip you sent me tab is still booting just the cm11 circle spinning around :crying:
matthewtech770 said:
I flash the n5100 zip you sent me tab is still booting just the cm11 circle spinning around :crying:
Click to expand...
Click to collapse
I apologize for the inconvenience. Just realized that this kernel does not work on anything but PAC. Therefore, I will spend a lot more time testing before releasing again. Thread will be closed until further notice.
Thread re-opened. Figured out the problem faster than I initially expected. Downloads are up for the N5110. I have personally tested them on the ROMs we have. There are two different versions for now so please download the correct one. Enjoy!
FYI: N5100 builds will start shortly (approximately 12-24 hours from now or so), and N5120 will start a day or two after that.
Edit: N5100 should be ready now.
Using on CM 11 (cm-11-20140226-NIGHTLY-n5100.zip) .. not bootloop for me. Works perfectly. As I have installed it just now cant comment on the performance or battery life. Using GravityBox (KK) with Xposed Framework. Didnt face any issues yet.
working with AOSB 1.3.0 on N5100 from 23rd February 2014 , no problem so far.
Boeffla sound app not support please fix
Is your kernel name is dirty Austin?
---------- Post added 27th February 2014 at 12:08 AM ---------- Previous post was 26th February 2014 at 11:59 PM ----------
Boefllia sound restarting the tablet not working art all
Kernel works good at my end (newest nightly). Good job
Gesendet von meinem Nexus 4 mit Tapatalk
rowihel2012 said:
Boeffla sound app not support please fix
Is your kernel name is dirty Austin?
---------- Post added 27th February 2014 at 12:08 AM ---------- Previous post was 26th February 2014 at 11:59 PM ----------
Boefllia sound restarting the tablet not working art all
Click to expand...
Click to collapse
whoops, just checked the code. I forgot to enable it in the defconfigs (files and everything are all in place though). I'll enable it next release. And no its not, I'm going to change the name to DracoKernel in future releases. Currently, thats not too high on my priority list.
Edit: Boeffla sound may take a while. Enabled it but app isn't recognizing that the kernel has the feature..
EDIT! nevermind, i'm an idiot, lol. thanks for this kernel by the way! definitely kicks major ass!

[ROM][CM12.1][MEIZU PRO5][M86] CyanogenMod12.1 AICP UNOFFICIAL

CyanogenMod 12.1 (with AICP customizations) for Meizu PRO5.
Further development of this ROM stopped. Now it's time for Marshmallow!
Disclaimer
/* Your warranty is now void. I am not responsible for bricked devices or any damage. Making any modifications to your device is your own choice only! */
Click to expand...
Click to collapse
Status & Progress
06.07.16 Enable HiFi DAC output. Fix volume clamp. Implement HiFi control settings + QS Tile (Settings->Sound&Notification->Hi-Fi options).
02.07.16 Games crash issue fixed. Numerous BT issues fixed. Switched to stock AudioFlinger so Viper4Android should work now. Consider this as a experimental build. Report bugs.
14.06.16 BT file transfer crash fix. Repo sync. PS: To make recent tasks gesture work - enable "three swipe for screenshot gesture" too. Its tmp bug.
20.05.16 Switched to AICP CM12.1 variant. Temasek has too much customized components from original CM which is hard to support and track all the changes. You need to do a full data wipe before using this build.
Reworked fp sensor gestures. Single tap and double tap is hardcoded behavior for now. Single for Back key, double for Menu key. Long press is also supported.
Early implementation of UCI templates for kernel features control. Flash UKM.zip and install Synapse app to control kernel features (voltage, hotplug control)
Updated camera and other proprietary blobs from latest chinese flyme os.
Custom RILJ with WB AMR codec support.
Trying to fire up hi-fi support (how to test?)
05.05.16 Implemented FlymeOS bottom right swipe up for recent tasks (see Display settings for enable/disable).
Device Power profile taken from stock. Basic CM Performance profiles implemented (need further tuning).
A lot of kernel commits (CPUs hotplug tuning, io governors, voltage control, etc).
Fingerprint sensor thresholds tuning for better gestures control.
Flashable stock FlymeOS Gallery & Camera apps (see main dl url).
30.04.16 BT issues fixed, as for now no crashes/panics. Will see further.. AudioFX EQ should work (not Reverb though). Gestures control panel issues fixed, added individual haptic feedback control for gestures only. Misc fixes.
27.04.16 Bluetooth Audio Profiles seems fixed (need further testing though), Doze enabled, misc bugfixes..
24.04.16 Have implemented screen & finerprint sensor gestures control panel (settings->gestures).
19.04.16 Alpha1 build uploaded:
* Ported opensource FPC1020 fingerprint driver (using openplus2, huawei p8 kernel and official fpr fingerprint mfg sources) with navigation gestures.
- Use tap for BACK key, swipe right for RECENT APPS, swipe left for MENU key. Default behavior can be changed in /system/usr/keylayout/fpc1020.kl file.
* Implemented basic Power and Lights HALs.
* Some minor fixes within device tree (brightness levels, telecom features etc..)
14.04.16 Preview build uploaded
Needs to be done
Fingerprint sensor security
FInd bugs and fight them
etc..
Bugs
Warning! If you want to revevert back to the stock rom (applies to TWRP restore only) aftet 19.04.16 and further builds be sure to flash original DTB image!
fastboot flash dtb "path/name to dtb file"
Click to expand...
Click to collapse
Downloads
xep.8800.org/pro5
Sources
https://github.com/faust93
Donations are welcome! It keeps me motivated!
PayPal
Guys (you know who u are) thanks for development sponsoring!
Great news!
What a wonderful day.
I will definitly test it within the next days.
There's always the same problem with this link :
Works fantastic. There's an issue with playing music via Bluetooth, otherwise Perfect for me.
Sent using XDA One
Great news!
a9402169 said:
Works fantastic. There's an issue with playing music via Bluetooth, otherwise Perfect for me.
Sent using XDA One
Click to expand...
Click to collapse
Come on, guy. Be a little more specific. How is performance compared to Flyme?
Need the gapps guys??
Inviato dal mio PRO 5 utilizzando Tapatalk
Solitario88 said:
Need the gapps guys??
Inviato dal mio PRO 5 utilizzando Tapatalk
Click to expand...
Click to collapse
Yes. open gapps for arm64, 5.1.
---------- Post added at 07:45 PM ---------- Previous post was at 07:40 PM ----------
showofdeth said:
Come on, guy. Be a little more specific. How is performance compared to Flyme?
Click to expand...
Click to collapse
like cm should work on that beast. fast, smooth, customization, battery is quite good. very good for a first preview. personally I prefer cm over flyme. flash it and get your own experience.
Ok i want try this rom I'm very interested
Inviato dal mio PRO 5 utilizzando Tapatalk
Amazing news thanks a lot for your work! I haven't tried it yet and I'd like to ask some questions first for those of you guys that are used to flyme devices though.
1. If you want to go back stock, do you just restore the stock nandroid backup or wipe and flash the official "update.zip"?
a9402169 said:
Yes. open gapps for arm64, 5.1.
---------- Post added at 07:45 PM ---------- Previous post was at 07:40 PM ----------
like cm should work on that beast. fast, smooth, customization, battery is quite good. very good for a first preview. personally I prefer cm over flyme. flash it and get your own experience.
Click to expand...
Click to collapse
Thanks, man. I will try it after I read a few more reviews from people. Very excited though. Do you think viper4android will work on this ROM?
This rom is just amazing.
I'm absolutly suprised because the first post said "preview".
KoolS65 said:
This rom is just amazing.
I'm absolutly suprised because the first post said "preview".
Click to expand...
Click to collapse
Well.. actually it's just first bootable build. Yes its working pretty fine at first glance but its raw and untested at all..
And i'm not sure it can be used as a daily driver by ordinary users due to the bugs which can arise unexpectedly so its on your own risk..
ps: desperately looking for anyone with good linux kernel programming skills to join the fpc1020d driver porting effort, i'm not so strong with all those internal things so need some help and advices..
Thanks for your work man!
It's a very good news, thank you for your work.
I'n not able to install the viper4android driver by the way, it's some hardware problem i imagine, could someone find a solution for this? the phone sound great, but would give much more with viper.
I get i/0 error if flash viper or fake driver installation if install viper via apk
First of all thanks for the work, one question, why not CM13?
Hey! great work. I'm trying it as of now. Will try it for a couple of days. This is a really good release to be a preview.
Sorry i can't be to any help. Will you keep going with this project? I was thinking about contributing in another ways, like maybe donations or so.
Can't you post i topic here on XDA begging for some help? Someone must know how to!
---------- Post added at 08:54 AM ---------- Previous post was at 08:46 AM ----------
Goolum said:
Amazing news thanks a lot for your work! I haven't tried it yet and I'd like to ask some questions first for those of you guys that are used to flyme devices though.
1. If you want to go back stock, do you just restore the stock nandroid backup or wipe and flash the official "update.zip"?
Click to expand...
Click to collapse
Well as you have TWRP installed to installed this, yes of course. I just made an android backup. Its just to restore. Don't flash the official zip, first modify it, to not flash recovery and bootloader.
cocori002 said:
First of all thanks for the work, one question, why not CM13?
Click to expand...
Click to collapse
I have got cm13 booted on our device too but all that SEG_FAULTs in camera & audio blobs is a pure voodoo to fix without up to date hardware_exynos sources...
Bugs I found: no sound with Bluetooth. Sound through aux constantly keeps switching between headphones and speakers.

Full Note7 Port for N910F by standm (Aurora Base)

Herewith find an updated version of my previous rom based on the orignal Aurora 3.1 Note 7 Port.
As previously mentioned, all credit to the developers of the ROM, including all fixes. I am only supplying you with the full package including many fixes for the N910F.
It should be noted that I have made many changes for this ROM to run smoothly on the N910F. It should be fine on other Snapdragon versions. (I cannot test this as I don't have any of the other models). If you do try it and the ROM works on your version, please post this so that others can try it out.
The ROM is based on DPH1.
Kernel is included within the ROM.
You will need TWRP or CWM to flash the rom.
No your phone does NOT need to be rooted to flash the ROM, but after installation your phone will be rooted automatically.
NOT WORKING:
Fingerprint (Hardware not compatible)
AOD still slightly buggy.
Earlier build (V3) included: (ported from N910G)
No SIM card error fixed
No data error fixed
Bluetooth fixed
Tethering fixed
Sound Mod
Latest build (V10) include:
AOD modded. (Display still darkens in bright light when AOD is active)
Added Essential Apps
Added Missing Calculator from original ROM
Fixed S Cover issue (I can't test, let me know if it works)
Stability issues fixed
Neatened up homescreen for clean flash.
Download Link: https://mega.nz/#!p8JXhDZT!VBf7BV3Tjw20SanE_B8dtG10XXfA7yPnAFlB1f6ywYw
As always a clean flash is recommended but a dirty flash should be fine if your'e running an existing Aurora ROM.
NOTE - Due to many changes, installation can take up to 20 minutes - 30 minutes (Samsung Logo), especially on a dirty flash. This is normal.
The handset will also restart once during installation.
Let me know if it works for you and don't forget to press the thanks button.
_______________________________________________________
REV11
Please find updated revision 11 below.
Apologies for not being able to update sooner. Been away on business and will still be away for a few more weeks.
AOD still buggy and fingerprint not working.
A few small updates have been included and kernel updates to rev3.
I tried to include the AOD fix but have unfortunately not had time time to implement.
A few items have been fixed and updated.
If you still find Note 4 Camera, delete folder SamsungCamera3 under system priv-app folder and restart.
Changelog:
Camera Updated to Note 7 Camera
Supersu Updated
Several (most) apps updated to latest version
Kernel Updated
Removed Chinese writing on weather app.
Several stability issues fixed.
Cheers
https://mega.nz/#!dwxlzRQA!g86xUSLBdddlyqMSkozdQ6rvuyLHda4subm0DGYOD9c
_______________________________________________________
Aurora 5.0 Rev 1
https://mega.nz/#!A5ZSWKRR!yrKekzi_Ei_FdhAHqubb1Wc5UWGt5Xc37Jo0dPSTpYs
Flashing now
Flashing on preceding version I'll report back asap.
ps. a workaround working for aod dimming screen in direct sunlight is to install xposed and sensor disabler to fake light sensor to always read a minimum brightness level. so the phone thiks you're in very dark enviroment , that's avoid screeen dimmin also when you're in direct sunlight. tested on previous xrom port
Thanks again for your efforts!!!
-M-
Great work!
Sent from my SM-N910G using Tapatalk
This
This person is good creator and great human
Thank YOU
---------- Post added at 10:47 AM ---------- Previous post was at 10:42 AM ----------
How is battery life
Battery life is always difficult to discuss as there are so many things one has to take into account. I myself use my phone extensively, and even then I get around 9 hours out of it. BUT that does not mean you will get the same. SOT (Screen on time) affects it obviously. I myself switch off WiFi, NFC and Bluetooth when I'm not using it. Your battery condition and age will also affect it as many don't want to believe.
Hi dev are u have solved my problem... im using aurora and norma rom for my Galaxy S5 prime.. for Norma everything work is so well... but if i to trying install aurrora rom or base rom.. i always dont have data conection and phone unfortunately forced stop information pop up.. flashing all data fix variant cant help... sorry for my bad english.. i really need to flash this rom hope you have a solution sorry for my bad english.. thx
Flashed clean, some impressions:
Spen magnifier function, open but is not working(no zoom inside zoom box)
AOD still buggy, still lowering screen brightness when unlocking the screen
wallpaper choice works only via gallery not via theme store (if you choice gallery it return back to theme store first page)
more to come...
Anyway, 910f best version, one zip file, one flash and you have all ready to go (apart some minor issues stated above)
Many thanks to the op that is sharing with us this nice piece of rom!
-M-
Del
aefelix said:
Flashed clean, some impressions:
Spen magnifier function, open but is not working(no zoom inside zoom box)
AOD still buggy, still lowering screen brightness when unlocking the screen
wallpaper choice works only via gallery not via theme store (if you choice gallery it return back to theme store first page)
more to come...
Anyway, 910f best version, one zip file, one flash and you have all ready to go (apart some minor issues stated above)
Many thanks to the op that is sharing with us this nice piece of rom!
-M-
Click to expand...
Click to collapse
Thanks for this. I travel a lot so I don't get much time to test everything so thank you for this. I will work on the fixes over the next few days.
standm said:
Thanks for this. I travel a lot so I don't get much time to test everything so thank you for this. I will work on the fixes over the next few days.
Click to expand...
Click to collapse
Take your time, I'm using your rom as a daily work driver! Stable, fast and few (unimportant) glitches.
Thanks again!
-M-
The system is in Polish?
zibias said:
The system is in Polish?
Click to expand...
Click to collapse
Impossible. You probably did a dirty flash? Mine is English. Did you perhaps select Polish at startup.
Rom works on n910w8..wifi not working with kernel with rom..just have to change kernel for your model and Wi-Fi works and of course data fix for your model..
i have created a Whatsapp and Telegram Group only for the N910F Version of the Note4
Please write in English or German ... Tanks
WhatsApp: https://chat.whatsapp.com/AWKHV2cr5O42qX3uRpZypH
Telegram: https://telegram.me/joinchat/BOehwQn6IfLHMidrnMXTJw
hope to see all to share experience with this nice device
Latest build v10? I thought Aurora just released v4 and v10 is Norma. Is this port based on Aurora or Norma, or shifted from Aurora v3 to Norma v10? Confused.
Sent from my N910P PH4 on Dr. Ketan's M6 Rom, Ram Kernel
shadowcliffs said:
Latest build v10? I thought Aurora just released v4 and v10 is Norma. Is this port based on Aurora or Norma, or shifted from Aurora v3 to Norma v10? Confused.
Click to expand...
Click to collapse
My friend is Aurora V3.1 on steroids - moded with added programs etc - and is running even better than "others" (I'm using it myself).
---------- Post added at 08:32 AM ---------- Previous post was at 08:30 AM ----------
shadowcliffs said:
Latest build v10? I thought Aurora just released v4 and v10 is Norma. Is this port based on Aurora or Norma, or shifted from Aurora v3 to Norma v10? Confused.
Click to expand...
Click to collapse
Be careful it's not Norma.....
Strider72 said:
My friend is Aurora V3.1 on steroids - moded with added programs etc - and is running even better than "others" (I'm using it myself).
---------- Post added at 08:32 AM ---------- Previous post was at 08:30 AM ----------
Be careful it's not Norma.....
Click to expand...
Click to collapse
Hi..I'm on Aurora v 3.1 and I'd like to try this ROM...do I need a custom Kernel in order for the WiFi to work? How are the animations because I previously had very big lag on Window Animation...is the buttons remapping controls still working? Thanks in advance!!
Sent from my SM-N930F using Tapatalk
last1left91 said:
Hi..I'm on Aurora v 3.1 and I'd like to try this ROM...do I need a custom Kernel in order for the WiFi to work? How are the animations because I previously had very big lag on Window Animation...is the buttons remapping controls still working? Thanks in advance!!
Click to expand...
Click to collapse
It's ALL INCLUDED. One of the reasons that it is special. Animations very good, no lugs at all in my case. I don't remap controls so I can't say. Overall a great experience even before other distributions of Aurora V3.1.
Fingerprint works!! Follow this tutorial!!
https://www.youtube.com/watch?v=ikV7j_OzHa0&t=614s
Good luck with that!!
---------- Post added at 07:47 AM ---------- Previous post was at 07:46 AM ----------
Strider72 said:
It's ALL INCLUDED. One of the reasons that is special. Animations very good no lugs at all into my case. I don't remap controls so I can't say. Overall a great experience even before other distributions of Aurora V3.1.
Click to expand...
Click to collapse
Thanks..I will try right away! Clean flash!!
last1left91 said:
Fingerprint works!! Follow this tutorial!!
&t=614s
Good luck with that!!
---------- Post added at 07:47 AM ---------- Previous post was at 07:46 AM ----------
Thanks..I will try right away! Clean flash!!
Click to expand...
Click to collapse
Always clean flash and I'm sure ... another little hint Viper is included.... :laugh:

Categories

Resources