[ROM][CM12.1][Lollipop][Android 5.1.1] NightOwl 20180124

MrRevhead

Member
Jan 22, 2010
22
1
0
Sydney
To all the people who are praising great battery life, can you please provide screen captures/shots of your screen on time (SOT).

Even though this ROM and various kernals run great on my phone for most things, despite experimenting with revisions of ROMs, kernels etc I still get appalling battery life.

Looking forward to your SOT images and any other hints/tips.
 

plsh2me

Member
Feb 27, 2014
17
4
0
Bhairab
Image

To all the people who are praising great battery life, can you please provide screen captures/shots of your screen on time (SOT).

Even though this ROM and various kernals run great on my phone for most things, despite experimenting with revisions of ROMs, kernels etc I still get appalling battery life.

Looking forward to your SOT images and any other hints/tips.
Sorry, less than 10 posts can't attach image. But I have a excellent battery life. For me this release is better than CM 11.
 

Shaikh Mohsin

New member
Sep 23, 2012
2
1
0
I was in Love with lollipop until last night everything went wrong :(
I Installed beta 3 it was working like charm but i was missing playstore and some gapps so i tried to install it i downloaded gapps for beta 3
and went to recovery and install it as usual bt still i could find the gapps after the install was complete later i downloaded a zip file
for gapps from basketbuild later i installed it after that evrything went wrong
The notification bar and status bar in my lollipop stopped working also lockscreen and home button is not working :crying:
I tried going back to stock and installing beta 3 once again thrice but this things just wont go away now i m again on jellybean stock
plzz help me out
 

dev_freak

Senior Member
Oct 11, 2014
208
31
0
21
Ermelo
www.youtube.com
Battery is sometimes bad, but I love this. I got some bugs anyway. In the browser app when you first login it goes on and on with checking and signing in, chrome is sometimes buggy, sometimes OK Google doesn't work from all screens.
 

rafi_android

Senior Member
Jun 13, 2013
315
46
58
Shah Alam
I was in Love with lollipop until last night everything went wrong :(
I Installed beta 3 it was working like charm but i was missing playstore and some gapps so i tried to install it i downloaded gapps for beta 3
and went to recovery and install it as usual bt still i could find the gapps after the install was complete later i downloaded a zip file
for gapps from basketbuild later i installed it after that evrything went wrong
The notification bar and status bar in my lollipop stopped working also lockscreen and home button is not working :crying:
I tried going back to stock and installing beta 3 once again thrice but this things just wont go away now i m again on jellybean stock
plzz help me out
If you want to update to beta3, you must flash gapps as well. If you want to flash beta 3, use the kernel on the first post, boot to recovery, wipe data, wipe cache, wipe dalvik cache (optional), flash beta3, flash gapps, reboot, profit!
 

bauner

Retired Recognized Developer
Jan 23, 2008
4,726
10,330
263
Near Nürnberg
hello @bauner

im add this from your github
cm-android_device_samsung_galaxys2-common
cm-android_device_samsung_n7000
cm-android_hardware_samsung
android_kernel_samsung_smdk4412
cm-android_bionic
cm-android_external_skia
cm-android_frameworks_av
cm-android_frameworks_base
cm-android_frameworks_native
cm-android_frameworks_opt_telephony
cm-android_hardware_broadcom_wlan
cm-android_hardware_libhardware
cm-android_hardware_ril
cm-android_hardware_samsung_slsi_exynos4
cm-android_package_services_Telephony
cm-android_system_core
cm-android_system_vold
cm-andorid_vendor_cm

but still cant build

any suggest whats else to add into manifest file

thanks before,
here is my local manifest

Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>

 <remove-project name="CyanogenMod/android_bionic" />
  <project name="bauner/cm-android_bionic" path="bionic" remote="github" revision="cm-12.0" />
  <project name="bauner/cm-android_device_samsung_galaxys2-common" path="device/samsung/galaxys2-common" remote="github" revision="cm-12.0" />
  <project name="bauner/cm-android_device_samsung_n7000" path="device/samsung/n7000" remote="github" revision="cm-12.0" />
 <remove-project name="CyanogenMod/android_frameworks_av" />
  <project name="bauner/cm-android_frameworks_av" path="frameworks/av" remote="github" revision="cm-12.0" />
 <remove-project name="CyanogenMod/android_frameworks_base" />
  <project name="bauner/cm-android_frameworks_base" path="frameworks/base" remote="github" revision="cm-12.0" />
 <remove-project name="CyanogenMod/android_frameworks_native" />
  <project name="bauner/cm-android_frameworks_native" path="frameworks/native" remote="github" revision="cm-12.0" />
 <remove-project name="CyanogenMod/android_frameworks_opt_net_wifi" />
  <project name="bauner/cm-android_frameworks_opt_net_wifi" path="frameworks/opt/net/wifi" remote="github" revision="cm-12.0" />
 <remove-project name="CyanogenMod/android_hardware_broadcom_wlan" />
  <project name="bauner/cm-android_hardware_broadcom_wlan" path="hardware/broadcom/wlan" remote="github" revision="cm-12.0" />
 <remove-project name="CyanogenMod/android_hardware_libhardware" />
  <project name="bauner/cm-android_hardware_libhardware" path="hardware/libhardware" remote="github" revision="cm-12.0" />
 <remove-project name="CyanogenMod/android_hardware_ril" />
  <project name="bauner/cm-android_hardware_ril" path="hardware/ril" remote="github" revision="cm-12.0" />
  <project name="bauner/cm-android_hardware_samsung" path="hardware/samsung" remote="github" revision="cm-12.0" />
  <project name="bauner/cm-android_hardware_samsung_slsi_exynos4" path="hardware/samsung_slsi/exynos4" remote="github" revision="cm-12.0" />
 <remove-project name="CyanogenMod/android_packages_services_Telephony" />
  <project name="bauner/cm-android_packages_services_Telephony" path="packages/services/Telephony" remote="github" revision="cm-12.0" />
 <remove-project name="CyanogenMod/android_system_core" />
  <project name="bauner/cm-android_system_core" path="system/core" remote="github" revision="cm-12.0" />
 <remove-project name="CyanogenMod/android_system_vold" />
  <project name="bauner/cm-android_system_vold" path="system/vold" remote="github" revision="cm-12.0" />
  <project name="bauner/android_kernel_samsung_smdk4412" path="kernel/samsung/smdk4412" remote="github" revision="cm-12.0" />
  <project name="CyanogenMod/android_packages_apps_SamsungServiceMode" path="packages/apps/SamsungServiceMode" remote="github" revision="cm-12.0" />

</manifest>
 

bauner

Retired Recognized Developer
Jan 23, 2008
4,726
10,330
263
Near Nürnberg
Dear all,
Thank to all devs, for great work.
Beta3 work excellent, stable with some minor bugs, but we know is a first step for a excellent rom.
1. camera crush in video mode, worth quality.
2. volume buttons up/down in player mode when screen off, not function correct ( start current song).
3. charge battery icon remain on screen after cable was disconnected.
4. Project screen not function in setting mode.
3. can come from an dirty or broken usb connector
 
  • Like
Reactions: clod22

qdh1502

Senior Member
Jan 28, 2008
97
22
0
Paris
If you want to update to beta3, you must flash gapps as well. If you want to flash beta 3, use the kernel on the first post, boot to recovery, wipe data, wipe cache, wipe dalvik cache (optional), flash beta3, flash gapps, reboot, profit!
That mean the Beta 3 will wipe system partition ? So we have to flash again gapps every time we flash this Beta 3 (coming from Beta 2 without wipe data for exemple) ?
 

I_android

Senior Member
Aug 15, 2010
198
92
0
Can someone provide me with stock beta3 kernel?
Thank you
+1 @bauner
I also made this request in past...may be you have missed it. bauner could you please release beta3 stock kernel installable zip? It would be really great to have if someone wants to return back to stock kernel after trying/testing third party kernel. Otherwise we are forced to flash whole ROM again.
Thanks a lot in advance
 
  • Like
Reactions: ishanbhatnagr96