***BETA***[ROM][AOKP 8.1/Oreo][HLTE] AOKP Oreo for Galaxy Note 3 (Unified)***BETA***

shane87

Senior Member
Jan 11, 2011
950
896
123
Waynesburg, KY
Alright guys, I have been doing some digging into @trader418 and I can't find anything in particular that helps the rotation bug. In his unofficial Lineage 14 thread, he mentions some cm/los updates that fixed the rotation issues, but doesn't mention the exact commit. Also, it sounds like those changes should already be in these builds, since AOKP's hlte device trees, and kernel source, are forked from LineageOS trees. And I do make sure to pull in the latest LOS changes. So I am still stumped on the rotation bug. On to better news. I have just finished a new build, with the latest AOKP changes synced in. I also pulled in some open commits that add customizable header image support. Along with a few open commits from LOS, mostly to do with phone call audio, so hopefully that may help with BT issues. I am going to do some personal testing before I upload, so be patient, new goodies are on their way!
 

abd96iq

Senior Member
Jan 1, 2018
65
5
0
Ramadi
Sure. The link to the source is in the OP. You can check to see if LineageOS has a device tree for your model, or you can start from the hlte device tree and work from there.
thanks
i haven't ported a rom before
but i will do it cuz i really like aokp oreo
its very stable and fast
ive flashed it everything is good except sim card is not working also i flashed synergy o b3 kernel
 

shane87

Senior Member
Jan 11, 2011
950
896
123
Waynesburg, KY
thanks
i haven't ported a rom before
but i will do it cuz i really like aokp oreo
its very stable and fast
ive flashed it everything is good except sim card is not working also i flashed synergy o b3 kernel
Were you able to flash the hlte build on on your device? As far as sim card goes, you probably need to update your modem. Search around xda for Odin flashable modem files for your device.
 
  • Like
Reactions: abd96iq

Imprezzion

Senior Member
Dec 12, 2011
553
195
63
Gorredijk
N900L is just a N9005 with different firmware. It's also a snapdragon version so it will flash and boot a N9005 ROM but due to region locks it will not get a signal on the modem. It needs a 900L modem and a ROM compatible with that. Most of the custom ROMs support the L and K versions tho.
 
  • Like
Reactions: abd96iq

abd96iq

Senior Member
Jan 1, 2018
65
5
0
Ramadi
Were you able to flash the hlte build on on your device? As far as sim card goes, you probably need to update your modem. Search around xda for Odin flashable modem files for your device.
I ve already updated them and am now on LA15.1 hltekor build sim card works perfectly and mobile data but i think AOKP is smother than LA15.1
 

shane87

Senior Member
Jan 11, 2011
950
896
123
Waynesburg, KY
I ve already updated them and am now on LA15.1 hltekor build sim card works perfectly and mobile data but i think AOKP is smother than LA15.1
If it's working on latest LOS-15.1, then it's due to regional lockout. We will have to see what we can do to get AOKP going for hltekor. I sent you a pm with some tips and info on getting started on the port.

For anyone who is having the rotation issues, @stonedead found a commit that I hadn't seen that may be able to fix the rotation bug. I'm going to get a new build later today and we'll see if we can squash that issue once and for all.
 

shane87

Senior Member
Jan 11, 2011
950
896
123
Waynesburg, KY
New Release!

Alright guys, I have a new build up at the download link in the OP. For this build, I pulled in some LOS changes that deal with phone call audio routing, which could help with bt phone audio issues, and I also enabled an overlay that may help with the rotation bug. The overlay was discovered by @stonedead so a HUGE thanks to him! I may have never discovered the overlay on my own. I also have included pending AOKP commits to add customizable header images. This build also includes all of the latest AOKP commits that have been merged, including fixes and some tweaked features. As always, I upload a changelog with all of the commits pulled in since the last build, so detailed information on the changes between the 4/23 build and todays build can be found there.

I HAVE NOT had a chance to personally test this build! As I have mentioned before, my only test phone is my wife's daily driver, and if she is busy using it, not much of a chance for me to test lol. With that being said, there shouldn't be any major bugs introduced in this build.

Changelog:
  • Changes to phone call audio routing, may help BT phone audio issues
  • New overlay that may help with auto-rotation bug
  • Customizable header images
  • Full changelog available at download link
 

stonedead

Senior Member
Apr 6, 2012
803
415
93
Klang
Alright guys, I have a new build up at the download link in the OP. For this build, I pulled in some LOS changes that deal with phone call audio routing, which could help with bt phone audio issues, and I also enabled an overlay that may help with the rotation bug. The overlay was discovered by @stonedead so a HUGE thanks to him! I may have never discovered the overlay on my own. I also have included pending AOKP commits to add customizable header images. This build also includes all of the latest AOKP commits that have been merged, including fixes and some tweaked features. As always, I upload a changelog with all of the commits pulled in since the last build, so detailed information on the changes between the 4/23 build and todays build can be found there.

I HAVE NOT had a chance to personally test this build! As I have mentioned before, my only test phone is my wife's daily driver, and if she is busy using it, not much of a chance for me to test lol. With that being said, there shouldn't be any major bugs introduced in this build.

Changelog:
Changes to phone call audio routing, may help BT phone audio issues
New overlay that may help with auto-rotation bug
Customizable header images
Full changelog available at download link
Thanks mate. Will definitely test it. Hopefully we solve the sensors issue.
 

stonedead

Senior Member
Apr 6, 2012
803
415
93
Klang
No good here. Rotation worked for a while but after rebooting (adaway requested a reboot) it immediately stopped again.
Stop working here too. Quite frustrating this rotation bug. And it occurred on random event too, sometimes after a rebbot, other time after fiddling with google maps.
 

shane87

Senior Member
Jan 11, 2011
950
896
123
Waynesburg, KY
All of you guys having the rotation issue, do me a favor. As soon as you notice that rotation has stopped working, get a logcat. You can use an app, such as catlog, or hook up to your PC with adb enabled. Or you can get one using a terminal emulator on your device. If you use adb or the terminal emulator, here are the commands.

For adb (ran from a command line on your PC);
Code:
adb logcat -d -f <path/to/file.txt>
Where <path/to/file.txt> is the location to save the logcat, ex. C:\logcat.txt or ~/logcat.txt for Linux.
For terminal emulator (ran on phone):
Code:
logcat -d -f <path/to/file.txt>
Where <path/to/file.txt> is the location to save the logat, ex /storage/emulated/0/logcat.txt
Please upload the captured logs, so I can take a look and see what (if anything) the accelerometer is doing.