Skip to content

Releases: raphaelthegreat/android_device_nokia_nb1

crDroid v7.1 release 4

19 Dec 19:24
Compare
Choose a tag to compare
  • Upstream changes
  • December 2020 security patch
  • LineageOS 18.1 based source
  • Improved recording quality
  • Imrpoved call quality
  • Stereo microphone recording fixed
  • Fixed 4K Video recording
  • New more modern Gallery app
  • Updated OpenGL/Vulkan drivers
  • Stability improvements
  • Device is recognised as NB1 instead of A1N

crDroid v7.0 release 3

04 Dec 20:18
Compare
Choose a tag to compare
  • Fixed NFC
  • Fixed WiFi Hotspot
  • Added power profile from stock for better performance
  • Battery capacity is reported correctly now
  • Fixed installing OTA updates from TWRP
  • Added custom power/thermal HALs from Google Pixel
  • Faster boot time/Improved system stability
  • Fixed an issue where Android/obb was not mounted properly resulting to the inability to install games larger than 100MB

crDroid v7.0 release 2

30 Nov 19:09
Compare
Choose a tag to compare

Bugs fixed:

  • VoLTE works now
  • In call echo bug fixed
  • Built in userdebug mode with optimizations
  • Play Store no longer has missing apps/really old versions
  • Face unlock support added

crDroid v7.0

26 Nov 16:17
Compare
Choose a tag to compare

This is Android 11 for our Nokia 8! Working features:

  • It boots
  • WiFi
  • HW Keys
  • Fingerprint
  • Camera
  • Selinux enforcing
  • RIL
  • VolLTE
  • Bluetooth
  • Headphones
  • Ringtones
  • GPS
  • Bluetooth audio

Might work:

  • Dual SIM (could not test)

Does not work:

  • NFC
  • Hotspot
  • There is a bug where a caller will hear themselves inside the call

LineageOS 17.1 Release v1.2

25 Nov 12:15
Compare
Choose a tag to compare
  • Selinux enforcing now
  • Pass basic intergrity check
  • Maybe Dual SIM was fixed (Couldn't test)

LineageOS 17.1 Release v1.1

07 Nov 12:37
6dbfa26
Compare
Choose a tag to compare

Fixed:

  • Ringtones
  • Headphones
  • NFC
  • Bluetooth audio
  • TWRP installation package

LineageOS 17.1 v1

03 Nov 08:05
Compare
Choose a tag to compare

This is the first release of LineageOS for the Nokia 8, Woo!
Working features:

  • Wifi
  • Bluetooth
  • Navigation Keys
  • Fingerprint
  • Camera
  • RIL
  • SDCard detection
  • Sensors
  • GPS

Known bugs:

  • Headphones
  • Hotpost
  • Ringtones don't play
  • LOS Recovery

Installation instructions:

adb reboot bootloader
fastboot erase boot_a
fastboot flash:raw boot_a /path/to/boot.img
fastboot erase system_a
fastboot flash system_a /path/to/system.img
fastboot erase vendor_a
fastboot flash vendor_a /path/to/vendor.img
fastboot erase userdata
fastboot flash userdata /path/to/userdata.img
fastboot --set-active=a
fastboot reboot