[Rom][Unofficial][N7100][7.1.2][Stable]Colt-OS V1.4.3 With Hybird Kernel [2018-02-21]

bretemas

Member
Jul 13, 2017
6
1
0
Working slow on lockscreen like after pressing power button its takes 5seconds to awake & consuming battery a lot (need help)
I'm in the same exact situation:
- 90% battery consumed at night, plane mode.
- Lock screen takes around 5 seconds to appear after pressing power/home button.

Factory reset & Boeffla setup done, working as expected. I have Wakeloc Detector installed to try to find the battery problem, nothing significant.



Any suggestion to track or fix those issues?
 

MartinX3

Recognized Contributor
Sep 14, 2014
5,584
2,787
253
Mars
martinx3.github.io
Every Android 7 Rom for the Note 2 has this problem
I use now Lineage 13 with Android 6
No battery or wake issues.
I only can't install every app.
Some crash my system, but in the special android recovery mode I can delete them.

ROM development is dead for this Rom.
The developers aren't interested in fixing the battery and wake issue, they introduced.
 

bretemas

Member
Jul 13, 2017
6
1
0
Every Android 7 Rom for the Note 2 has this problem
I use now Lineage 13 with Android 6
No battery or wake issues.
I only can't install every app.
Some crash my system, but in the special android recovery mode I can delete them.

ROM development is dead for this Rom.
The developers aren't interested in fixing the battery and wake issue, they introduced.
Thanks for your feedback :) This issue wasn't present with AICP until latest releases and crDroid works fine. Hope this gets fixed soon here. Sadly the lock screen delay is too annoying and unprudictable as a daily use rom, imo. Keep it up! :)
 

MartinX3

Recognized Contributor
Sep 14, 2014
5,584
2,787
253
Mars
martinx3.github.io
Thanks for your feedback :) This issue wasn't present with AICP until latest releases and crDroid works fine. Hope this gets fixed soon here. Sadly the lock screen delay is too annoying and unprudictable as a daily use rom, imo. Keep it up! :)
THX for that information.
I didn't saw CRDroid.
I will test it. :)

CrDroid
https://forum.xda-developers.com/galaxy-note-2/development/rom-crdroid-unofficial-n-t3649169
Free AOSP / CyanogenMod Android based ROM
Android 7
Will get the May Security Update
https://forum.xda-developers.com/showpost.php?p=76630251&postcount=359
Active developer
Will install it at the end of the day! :)
 
Last edited:

bretemas

Member
Jul 13, 2017
6
1
0
I've been debugging the screen on sequence, my log from Home button pressed to Screen on is:
Code:
05-28 18:27:52.322  2407  2529 I PowerManagerService: Waking up from sleep (uid 1000)...
05-28 18:27:52.333  2407  2407 V KeyguardServiceDelegate: onStartedWakingUp()
05-28 18:27:52.348  2607  2607 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
05-28 18:27:52.371  2407  2452 I DisplayPowerController: Blocking screen on until initial contents have been drawn.
05-28 18:27:52.373  2407  2452 V KeyguardServiceDelegate: onScreenTurnedOn(showListener = [email protected])
05-28 18:27:53.371  2407  2517 W WindowManager: Keyguard drawn timeout. Setting mKeyguardDrawComplete
05-28 18:27:54.109  2607  2607 I Choreographer: Skipped 93 frames!  The application may be doing too much work on its main thread.
05-28 18:27:54.110  2407  7245 V KeyguardServiceDelegate: **** SHOWN CALLED ****
05-28 18:27:54.222  2607  2607 D ScreenStateService: scren on
05-28 18:27:54.223  2607  2607 D ScreenStateService: screen on delay: 0
05-28 18:27:54.223  2607  2607 V ScreenStateService: scrOnTask
05-28 18:27:54.953  2407  2452 D LuxLevels: bright hysteresis constant= 0.1, threshold=228.8, lux=208.0
05-28 18:27:54.953  2407  2452 D LuxLevels: dark hysteresis constant= 0.2, threshold=166.40001, lux=208.0
05-28 18:27:54.956  2407  2452 I Choreographer: Skipped 99 frames!  The application may be doing too much work on its main thread.
05-28 18:27:54.956  2407  2452 I DisplayPowerController: Unblocked screen on after 2585 ms
05-28 18:27:54.959  2407  2452 V KeyguardServiceDelegate: onScreenTurnedOn()
05-28 18:27:55.360  2407  2572 D PowerManagerService-JNI: Excessive delay in autosuspend_disable() while turning screen on: 404ms
05-28 18:27:55.362  2407  2450 I DisplayManagerService: Display device changed state: "Pantalla integrada", ON
05-28 18:27:55.445  2073  2073 D SurfaceFlinger: Set power mode=2, type=0 flinger=0x40832000
05-28 18:27:55.650  2407  2572 D LightsService: Excessive delay setting light: 189ms
Seeing all those delays on light-related tasks (LuxLevels, LightsService), I've deactivated Adaptable brightness. The log now is:

Code:
05-28 18:45:18.753  2407  2529 I PowerManagerService: Waking up from sleep (uid 1000)...
05-28 18:45:18.766  2407  2407 V KeyguardServiceDelegate: onStartedWakingUp()
05-28 18:45:18.786  2407  2452 I DisplayPowerController: Blocking screen on until initial contents have been drawn.
05-28 18:45:18.798  2607  2607 W FingerprintManager: isFingerprintHardwareDetected(): Service not connected!
05-28 18:45:18.800  2407  2452 V KeyguardServiceDelegate: onScreenTurnedOn(showListener = [email protected])
05-28 18:45:19.298  2407  2572 D PowerManagerService-JNI: Excessive delay in autosuspend_disable() while turning screen on: 451ms
05-28 18:45:19.300  2407  2450 I DisplayManagerService: Display device changed state: "Pantalla integrada", ON
05-28 18:45:19.321  2073  2073 D SurfaceFlinger: Set power mode=2, type=0 flinger=0x40832000
05-28 18:45:19.801  2407  2517 W WindowManager: Keyguard drawn timeout. Setting mKeyguardDrawComplete
05-28 18:45:19.824  2607  2607 I Choreographer: Skipped 49 frames!  The application may be doing too much work on its main thread.
05-28 18:45:19.825  2407  5447 V KeyguardServiceDelegate: **** SHOWN CALLED ****
05-28 18:45:19.877  2407  2452 I DisplayPowerController: Unblocked screen on after 1092 ms
05-28 18:45:19.885  2407  2452 V KeyguardServiceDelegate: onScreenTurnedOn()
05-28 18:45:19.950  2407  2572 D LightsService: Excessive delay setting light: 65ms
05-28 18:45:20.027  2607  2607 D ScreenStateService: scren on
05-28 18:45:20.027  2607  2607 D ScreenStateService: screen on delay: 0
05-28 18:45:20.028  2607  2607 V ScreenStateService: scrOnTask
As you can see that setting change cut in half the delay! This is probably useful info for @pascua28 and/or @Lord Boeffla . Otherwise I hope it helps some of you suffering this issue :highfive: I'll keep testing more options ;)
 

ishtiak02

Senior Member
Dec 14, 2015
626
296
93
London
Thanks for your feedback :) This issue wasn't present with AICP until latest releases and crDroid works fine. Hope this gets fixed soon here. Sadly the lock screen delay is too annoying and unprudictable as a daily use rom, imo. Keep it up! :)
AICP and crdroid latest is working fine without any battery/wake issues

---------- Post added at 11:18 AM ---------- Previous post was at 11:17 AM ----------

I've been debugging the screen on sequence, my log from Home button pressed to Screen on is:


Seeing all those delays on light-related tasks (LuxLevels, LightsService), I've deactivated Adaptable brightness. The log now is:



As you can see that setting change cut in half the delay! This is probably useful info for @pascua28 and/or @Lord Boeffla . Otherwise I hope it helps some of you suffering this issue :highfive: I'll keep testing more options ;)
What version of hybrid are you using ?
 

MartinX3

Recognized Contributor
Sep 14, 2014
5,584
2,787
253
Mars
martinx3.github.io
AICP and crdroid latest is working fine without any battery/wake issues
https://forum.xda-developers.com/galaxy-note-2/development/rom-aicp-12-1-official-nightlies-t3569395
No, you are not right.
AICP is end of life and the last version (fresh installation) was buggy and not fine.

I will install CRDroid now.
I am happy, that it is still in development and I hope it will work without disturbing bugs.

Edit:
Installed CRDroid and at the moment it runs with a good speed and I did not found any big bugs.
Hope that will last a long time.
 
Last edited:

ishtiak02

Senior Member
Dec 14, 2015
626
296
93
London
https://forum.xda-developers.com/galaxy-note-2/development/rom-aicp-12-1-official-nightlies-t3569395
No, you are not right.
AICP is end of life and the last version (fresh installation) was buggy and not fine.

I will install CRDroid now.
I am happy, that it is still in development and I hope it will work without disturbing bugs.

Edit:
Installed CRDroid and at the moment it runs with a good speed and I did not found any big bugs.
Hope that will last a long time.
I think you haven't noticed the last retro kernel update. It's the perfect ROM with the perfect kernel(last retro). It is one of the best ROMs for the device. If you face bugs it's probably because there was problem in your setup or YOUR BL AND CP IS OUTDATED. Yes it's sad it's EOL but still it's one of the best and I daresay BUGLESS ROMs for the device. The last retro kernel created by makorn was even adapted by transi in the crdroids(edited a bit)
 
Last edited:
  • Like
Reactions: dashgrill

MartinX3

Recognized Contributor
Sep 14, 2014
5,584
2,787
253
Mars
martinx3.github.io
I think you haven't noticed the last retro kernel update. It's the perfect ROM with the perfect kernel(last retro). It is one of the best ROMs for the device. If you face bugs it's probably because there was problem in your setup or YOUR BL AND CP IS OUTDATED. Yes it's sad it's EOL but still it's one of the best and I daresay BUGLESS ROMs for the device. The last retro kernel created by makorn was even adapted by transi in the crdroids(edited a bit)
That's only your opinion.

I installed it fresh.
Used the kernel update in the past.
BL and CP are the newest version.
In my opinion that ROM wasn't the best.
If I would like this ROM I would use it today too.
But I need a stable and working rom with a good battery life and no crashes.

In my opinion CrDroid is the best ROM for this device.
Stable, latest security updates and we didn't found bugs so far.
 

ishtiak02

Senior Member
Dec 14, 2015
626
296
93
London
That's only your opinion.

I installed it fresh.
Used the kernel update in the past.
BL and CP are the newest version.
In my opinion that ROM wasn't the best.
If I would like this ROM I would use it today too.
But I need a stable and working rom with a good battery life and no crashes.

In my opinion CrDroid is the best ROM for this device.
Stable, latest security updates and we didn't found bugs so far.
Yes that's my opinion of course. Crdroid is a great ROM which will receive future updates as well. But if you ever feel to try other ROMs I'll suggest you to give AICP a try again. It's been one of the best ROMs, crdroid is one of them as well
 
  • Like
Reactions: dashgrill

MartinX3

Recognized Contributor
Sep 14, 2014
5,584
2,787
253
Mars
martinx3.github.io
Yes that's my opinion of course. Crdroid is a great ROM which will receive future updates as well. But if you ever feel to try other ROMs I'll suggest you to give AICP a try again. It's been one of the best ROMs, crdroid is one of them as well
Maybe you're right, but it's very sad to install a ROM which security patch level is quite old. :(
 

pascua28

Recognized Developer
Apr 23, 2016
698
1,365
0
23
I've been debugging the screen on sequence, my log from Home button pressed to Screen on is:


Seeing all those delays on light-related tasks (LuxLevels, LightsService), I've deactivated Adaptable brightness. The log now is:



As you can see that setting change cut in half the delay! This is probably useful info for @pascua28 and/or @Lord Boeffla . Otherwise I hope it helps some of you suffering this issue :highfive: I'll keep testing more options ;)
We can also disable proximity turning on after sleep
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone