[ROM][LineageOS14.1][Nougat][Android 7.1.2] NightOwl 20180824

Vlxda

Member
Nov 2, 2015
5
0
0
TTL

Thanks --- NightOwl LineageOS 14.1 beta Roms for GT-N7000!!!
For iptables I try to make modules xt_HL.ko with <M> "TTL" target support, but catch insmod: failed to load xt_HL.ko.
I use: ubuntu 16.04
cd android_kernel_samsung_tw_n7000-cm-14.1
export ARCH=arm
export CROSS_COMPILE=~/Documents/N7000/gcc/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-
What could be wrong?:confused:
 

tqhoa

Member
May 3, 2013
20
4
0
Dear Bauner,

Auto-rotation is not working in beta 4 rom.

P/s: something wrong happened in my phone, not your rom, sorry
 
Last edited:

bauner

Retired Recognized Developer
Jan 23, 2008
4,726
10,330
263
Near Nürnberg
Thanks --- NightOwl LineageOS 14.1 beta Roms for GT-N7000!!!
For iptables I try to make modules xt_HL.ko with <M> "TTL" target support, but catch insmod: failed to load xt_HL.ko.
I use: ubuntu 16.04
cd android_kernel_samsung_tw_n7000-cm-14.1
export ARCH=arm
export CROSS_COMPILE=~/Documents/N7000/gcc/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-
What could be wrong?:confused:
What is the error and dmesg message if you try to load the module?
Maybe adopting this for your module could help you
https://review.lineageos.org/#/c/103619/
https://review.lineageos.org/#/c/158821/
 
  • Like
Reactions: Megatechnic

Vlxda

Member
Nov 2, 2015
5
0
0
TTL

What is the error and dmesg message if you try to load the module?

n7000:/ # insmod /storage/sdcard0/xt_HL.ko
insmod /storage/sdcard0/xt_HL.ko
insmod: failed to load /storage/sdcard0/xt_HL.ko: Exec format error
dmesg > /storage/sdcard0/kernel_msgs.txt
Please! Which version of the compiler should be used? May be Better if where is available xt_HL.ko compiled module for NightOwl Beta 4?
 

Attachments

neel3788

Member
Jan 7, 2013
5
0
0
Help Needed :)

Hi Bauner,

Thank you for supporting the device which is quite old now :) .
I wanted to ask about the problems I am facing.
All the other members are saying that the ROM is very smooth, better than the cm13 build. But my experience is very opposite to this. The ROM performs poorly, from opening the apps to the animation speed. The animation performs in a very choppy way (like I haven't installed video drivers, this what happens in the case of windows desktop, same choppiness). I have tried to change the default animation speed from the developer's option but the result is still very bad. The experience is same for beta 3 and 4.
I have clean installed the ROM. I must have missed something, could please help/guide me how do iI get the ROM working right.

Thanks in advance.
 

nurulhuda859

New member
Jan 23, 2016
2
0
0
About Custom ROM of GT-N7000

When you will release the stable version of Nougat for GT-N7000? I want to help you to find out bugs and any other help that you want.
Thanks in advance.
 

bauner

Retired Recognized Developer
Jan 23, 2008
4,726
10,330
263
Near Nürnberg
Any plans on implementing backlight notification?
Currently not. Maybe later if I have more time...

What is the error and dmesg message if you try to load the module?

n7000:/ # insmod /storage/sdcard0/xt_HL.ko
insmod /storage/sdcard0/xt_HL.ko
insmod: failed to load /storage/sdcard0/xt_HL.ko: Exec format error
dmesg > /storage/sdcard0/kernel_msgs.txt
Please! Which version of the compiler should be used? May be Better if where is available xt_HL.ko compiled module for NightOwl Beta 4?
There seems to be a toybox insmod problem.
I built the module myself and had the same problem.
Then I tested it in the recovery (with busybox) and there it will work.
I currently don't know the reason
Code:
1|[email protected]:/ # insmod /system/lib/modules/xt_HL.ko                           
insmod: failed to load /system/lib/modules/xt_HL.ko: Bad address
1|[email protected]:/ # reboot recovery
[[email protected] modules]$ adb disconnect
disconnected everything
[[email protected] modules]$ adb shell
~ # insmod /system/lib/modules/xt_HL.ko
~ # lsmod
Module                  Size  Used by    Not tainted
xt_HL                   1491  0
Hi Bauner,

Thank you for supporting the device which is quite old now :) .
I wanted to ask about the problems I am facing.
All the other members are saying that the ROM is very smooth, better than the cm13 build. But my experience is very opposite to this. The ROM performs poorly, from opening the apps to the animation speed. The animation performs in a very choppy way (like I haven't installed video drivers, this what happens in the case of windows desktop, same choppiness). I have tried to change the default animation speed from the developer's option but the result is still very bad. The experience is same for beta 3 and 4.
I have clean installed the ROM. I must have missed something, could please help/guide me how do iI get the ROM working right.

Thanks in advance.
Did you give it some time after the first boot?
For me it feels a bit faster as cm13.
Did you try if disabling the animations in the developer settings will make it faster

I wanted to report a minor bug.

Just a slider switch with no label on it.
This seems to be a lineage or opengapps bug because I have the same on my oneplus device with lineage 14.1

i didn't but the rom installed normaly, without bootloop, but is very laggy. Do you think that clean install will work better?
Maybe it will work better with a complete clean install. But I don't know. I always do a complete clean install on a major version change
 

Vlxda

Member
Nov 2, 2015
5
0
0
There seems to be a toybox insmod problem.
I built the module myself and had the same problem.
Then I tested it in the recovery (with busybox) and there it will work.
Thank you for your time.
My xt_HL.ko gives an error in recovery mode.
Maybe you will give me your module for the test, please.
Code:
/sbin # insmod xt_HL.ko
insmod xt_HL.ko
insmod: can't insert 'xt_HL.ko': invalid module format