[BETA][NRD90U] AOSP 7.0.0 for Nexus 5

Search This thread

I.m.Tuga

Senior Member
Jun 20, 2012
627
343
Xiaomi 12T Pro
Hello to all.
I have bug with BT too. In LogCat i found, that BT don't working without libchrome.so file.
I made this archive, it can help to fix this issue.
(Sorry for my english)
View attachment 3889504
I'm testing this ROM with my Sony smartband talk, I'll see if any bug occurs, if I found something wrong in the connectivity I'll definitely try your .zip file.
TY
 

pilluli

Member
Dec 28, 2010
23
2
I am also having problems with bluetooth. They seem to be unrelated to chromium as previous messages suggested. I cannot pair any of my bluetooth devices (headphones, heart rate monitor, car headset) as I get error messages with wrong PIN (I am not asked for any PIN). They seem to be similar to this thread.

Anyone with similar issues?

EDIT: After re-flashing / wipe / format several times I have been able to pair my headphones, however not the heart rate monitor. Being a smart bluetooth device I wonder if it is just a problem with those devices??? Went back to 6.0.1 just to test and it worked straight away...
 
Last edited:

davidrome

Senior Member
Feb 5, 2012
130
12
Anyone else with 'charging slowly' issue?? My phone charges fast but I hace that message on the lock screen
 

M Asad Khilji

Senior Member
Mar 6, 2015
353
270
Lahore
@itigr Are you planning to fix secondary room root and developer options issue ?
Thanks for this awesome rom. It is quite stable and have good battery life with blue spark (no slow-charge issue with this kernel) !
 

I.m.Tuga

Senior Member
Jun 20, 2012
627
343
Xiaomi 12T Pro
Using volume rocker wake, and this problem doesn't appear in my device on Android N. Although if it occurs it's normal, try pressing volume up and down then try power button. This used to happen in M version in AOSP.

Enviado do meu Nexus 5 através de Tapatalk
 
  • Like
Reactions: nisby

Top Liked Posts

  • There are no posts matching your filters.
  • 56
    Android 7.0 for Nexus 5

    Features:
    • Cats
    • Additional battery saver steps
    • Night mode / Navbar tuner
    • Uses google audio files instead of old AOSP ones
    • Symbol keys on keyboard
    • kexec-hardboot
    • F2FS
    • Something that i forgot to mention

    Bugs:
    • Green flicker when recording videos

    Flashing method (implying that you are using TWRP):
    • Do a factory wipe
    • Flash zip

    Downloads:
    20160926 (md5sum)
    All builds

    Credits:
    • CyanogenMod Team
    • Google
    • Some of XDA users
    • engstk (kernel)
    • beanstown106

    Please don't ask for additional features and such, tho i may consider adding some that are "useful enough".

    Kernel source: https://github.com/HammerHead-AOSP/platform_kernel_lge_hammerhead
    Config for gapps to make stock package fit: https://drive.google.com/open?id=0B504PlzTjQARdV95REdRSmNza00
    ETA for fix of video recording

    XDA:DevDB Information
    AOSP, ROM for the Google Nexus 5

    Contributors
    itigr
    Source Code: https://github.com/HammerHead-AOSP

    ROM OS Version: 7.x Nougat
    ROM Kernel: Linux 3.4.x
    Based On: AOSP

    Version Information
    Status: Beta
    Current Beta Version: 20160926
    Beta Release Date: 2016-09-26

    Created 2016-09-08
    Last Updated 2016-09-26
    22
    Screenshots

    Screenshot_20160908-143936.jpg Screenshot_20160908-144104.jpg Screenshot_20160908-213524.jpg Screenshot_20160908-143946.png

    Update screenshots:
    Screenshot_20160908-213440.png Screenshot_20160908-213512.jpg
    22
    Changelog

    20160908:
    • Fixed: camera not being able to save photos

    20160909:
    • Sync up with NRD90U
    • Removed browser and eleven

    20160910:
    • Use stock kernel again
    • Revert browser

    20160922:
    • Add advanced reboot
    • Fix aosp camera
    • Sign with dev-keys

    20160924:
    • Adb over network
    • Added chromium browser
    • Vol. Rocker wake, track control, double tap to sleep, etc
    • Configurable power menu
    • Unhide quick title count thingy
    • Fix titanium backup (untested)
    • Revert test-keys

    20160925:
    • Fix init.d
    • Add sepolicy for viper4android
    • Add backuptool support (no need to reflash gapps if you have script in system/addon.d)
    • Fix "unknown command: log" error (probs will install as secondary without editing updater-script)
    • Disable battery led for now
    • Fix bootanimation (thanks to @androcraze)
    • Idk

    20160926:
    • Minor overlay changes
    • Enable brightness toggle in systemui tuner
    • ROM Version/Build date
    19
    @Santhosh M @yashade2001 @itigr
    Okay guys it seems i've found the solution for google/aosp camera. but still need testing what's related too for codecremote.

    For the green line : camera/QCamera2/stack/mm-camera-interface/Android.mk
    change:
    Code:
    ifeq ($(call is-board-platform-in-list,msm8974 msm8226),true)
        LOCAL_CFLAGS += -DVENUS_PRESENT
    endif
    to:
    Code:
    ifneq (,$(filter msm8974 msm8916 msm8226 msm8610 msm8916 apq8084 msm8084 msm8994,$(TARGET_BOARD_PLATFORM)))
        LOCAL_CFLAGS += -DVENUS_PRESENT
    endif
    and add this to device.mk, to fix camcorder glitch
    Code:
    PRODUCT_PROPERTY_OVERRIDES += \
        media.stagefright.codecremote=false

    Edit:
    just checked google cam. it has green flickering. only aosp cam works without problems.
    At least this is a step forward :)
    14
    Uploaded new build