[4.4.2] [ROM] Official Vanir Nightlies

Status
Not open for further replies.
Search This thread

MBQ_

Senior Member
Sep 3, 2011
14,799
22,998
29
Phoenix, Arizona
MBQonXDA.com
xheadernew2.png.pagespeed.ic.pCoFCmjrn-.png


Thread rules:
http://xdaforums.com/showpost.php?p=52208351&postcount=3


Features:
* Latest release of Android 4.4.2
* HALO
* ActiveDisplay
* DPI Changer
* Compiled with 2014 Linaro 4.8
* Clock, statusbar, navigation, and lockscreen customizations
* Various other useful customizations
* Battery Saver Mode
* Many, many build and code optimizations
* Much, much more


Notes:
* This is a CAF-based ROM
* Commotio is DHO's own twist of Vanir, whereas NuclearMistakes nightlies are official Vanir
* If you run into bugs or have requests, please post it to the official VanirAOSP Google Plus Community (Link can be found near the bottom of the OP)


Download:

VanirAOSP Nightlies:
http://www.emccann.net/nuclearmistake/VanirAOSPNightlies/mako/

Commotio Nightlies:
http://www.emccann.net/dho/3-Vanir-mirror/4-nighties/


VanirAOSP Changelog:

Changelogs can be found at the right of the given nightly


Example:
vanirchangelogexample.png




GApps:

ParanoidAndroid:
http://paranoidandroid.co/gapps/

DHO:
http://www.emccann.net/dho/5-Gapps/

BanKs:
http://xdaforums.com/google-nexus-5/themes-apps/gapps-t2012857

SlimROM:
http://www.slimroms.net/index.php/downloads/dlsearch/viewcategory/1150-addons4-4

Official / CM:
http://wiki.cyanogenmod.org/w/Google_Apps


Credits:
* Google
* PeterAlfonso
* CM
* FruitsAndVeggies
* AOKP
* nocoast
* mathkid95
* CarbonROM
* TeamBAKED
* Anyone who has contributed
* Anyone who will contribute


VanirAOSP Github:
http://github.com/vaniraosp


GPL:
https://github.com/mathkid95/linux_lg_kitkat/tree/kitkat-cm


VanirAOSP Google Plus Community:
https://plus.google.com/communities/111378032131473754160


Questions or comments? Post them here.

If your question doesn't get answered, either ask again 24 hours later, or ask the question in the Google Plus Community.
..
Please make all requests in the Google Plus Community.

..
Lastly, please do not 'thank' me for this. Go to the Google Plus Community and express your gratitude there.
 
Last edited:

MBQ_

Senior Member
Sep 3, 2011
14,799
22,998
29
Phoenix, Arizona
MBQonXDA.com
Please try and stay on-topic

Please don't disrespect other users

Please bring bug reports and feature requests to the VanirAOSP Google Plus Community first

Please search before asking questions

Please report off-topic chat to mods, and request on the OP's behalf they clean up the off-topic and notify the user(s) to remain on topic in here

Please remember to include logs to any and every bug report
 

Morganator

Senior Member
Mar 30, 2011
79
8
London
Thanks, I've actually been using it for the last few weeks. I tried flashing the CM libs but went into a bootloop. Good to know its as fast as it can be
 
  • Like
Reactions: TheNerd:]

prog19

Senior Member
Apr 29, 2012
573
186
The updated adreno drivers are incompatible with this rom, right ?

Sent from my Nexus 4 using XDA Premium HD app
 

bamsbamx

Senior Member
Aug 2, 2011
571
591
Bilbo
livenfun.com
I have troubles with downloads: When I click "Downloads" launcher icon either any download notification I receive force close (android.process.media)...

This is what Logcat says (I HAVE NOT UNINSTALLED DocumentsUI):

Code:
E/AndroidRuntime(13849): FATAL EXCEPTION: main
E/AndroidRuntime(13849): Process: android.process.media, PID: 13849
E/AndroidRuntime(13849): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.providers.downloads.ui/com.android.providers.downloads.ui.DownloadList}: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.provider.action.MANAGE_ROOT dat=content://com.android.providers.downloads.documents/root/downloads }
E/AndroidRuntime(13849): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2227)
E/AndroidRuntime(13849): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2277)
E/AndroidRuntime(13849): 	at android.app.ActivityThread.access$800(ActivityThread.java:145)
E/AndroidRuntime(13849): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
E/AndroidRuntime(13849): 	at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(13849): 	at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime(13849): 	at android.app.ActivityThread.main(ActivityThread.java:5159)
E/AndroidRuntime(13849): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(13849): 	at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime(13849): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime(13849): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
E/AndroidRuntime(13849): 	at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(13849): Caused by: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.provider.action.MANAGE_ROOT dat=content://com.android.providers.downloads.documents/root/downloads }
E/AndroidRuntime(13849): 	at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1640)
E/AndroidRuntime(13849): 	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1424)
E/AndroidRuntime(13849): 	at android.app.Activity.startActivityForResult(Activity.java:3432)
E/AndroidRuntime(13849): 	at android.app.Activity.startActivityForResult(Activity.java:3393)
E/AndroidRuntime(13849): 	at android.app.Activity.startActivity(Activity.java:3635)
E/AndroidRuntime(13849): 	at android.app.Activity.startActivity(Activity.java:3603)
E/AndroidRuntime(13849): 	at com.android.providers.downloads.ui.DownloadList.onCreate(DownloadList.java:156)
E/AndroidRuntime(13849): 	at android.app.Activity.performCreate(Activity.java:5310)
E/AndroidRuntime(13849): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime(13849): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2181)
E/AndroidRuntime(13849): 	... 11 more

Is there any known fix for this?
 
  • Like
Reactions: Optimusman

22sl22

Senior Member
May 21, 2012
3,530
3,277
London
I have troubles with downloads: When I click "Downloads" launcher icon either any download notification I receive force close (android.process.media)...

This is what Logcat says (I HAVE NOT UNINSTALLED DocumentsUI):

Code:
E/AndroidRuntime(13849): FATAL EXCEPTION: main
E/AndroidRuntime(13849): Process: android.process.media, PID: 13849
E/AndroidRuntime(13849): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.providers.downloads.ui/com.android.providers.downloads.ui.DownloadList}: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.provider.action.MANAGE_ROOT dat=content://com.android.providers.downloads.documents/root/downloads }
E/AndroidRuntime(13849): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2227)
E/AndroidRuntime(13849): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2277)
E/AndroidRuntime(13849): 	at android.app.ActivityThread.access$800(ActivityThread.java:145)
E/AndroidRuntime(13849): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
E/AndroidRuntime(13849): 	at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(13849): 	at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime(13849): 	at android.app.ActivityThread.main(ActivityThread.java:5159)
E/AndroidRuntime(13849): 	at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(13849): 	at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime(13849): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime(13849): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
E/AndroidRuntime(13849): 	at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(13849): Caused by: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.provider.action.MANAGE_ROOT dat=content://com.android.providers.downloads.documents/root/downloads }
E/AndroidRuntime(13849): 	at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1640)
E/AndroidRuntime(13849): 	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1424)
E/AndroidRuntime(13849): 	at android.app.Activity.startActivityForResult(Activity.java:3432)
E/AndroidRuntime(13849): 	at android.app.Activity.startActivityForResult(Activity.java:3393)
E/AndroidRuntime(13849): 	at android.app.Activity.startActivity(Activity.java:3635)
E/AndroidRuntime(13849): 	at android.app.Activity.startActivity(Activity.java:3603)
E/AndroidRuntime(13849): 	at com.android.providers.downloads.ui.DownloadList.onCreate(DownloadList.java:156)
E/AndroidRuntime(13849): 	at android.app.Activity.performCreate(Activity.java:5310)
E/AndroidRuntime(13849): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime(13849): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2181)
E/AndroidRuntime(13849): 	... 11 more

Is there any known fix for this?

I don't have this issue with the latest nightly (28th April). Try upgrading to the latest nightly and wiping cache/dalvik. If that doesn't work try a clean flash. If the issue still persists, report on their google plus page :good:
 

Attachments

  • Screenshot_2014-04-29-21-38-50.png
    Screenshot_2014-04-29-21-38-50.png
    35.2 KB · Views: 333
Last edited:

bamsbamx

Senior Member
Aug 2, 2011
571
591
Bilbo
livenfun.com
I don't have this issue with the latest nightly (28th April). Try upgrading to the latest nightly and wiping cache/dalvik. If that doesn't work try a clean flash. If the issue still persists, report on their google plus page :good:

Thanks for the reply...

But I got saved from a clean install!!! All I have done is delete DocumentsUi.apk from /system/app and then copy it again... Now its working as expected :good::good::good:

It seems that intents were not updated while installing a nightly :confused:
 
've been using this ROM constantly for quite a few months now.. Blazingly fast.. Feature rich and amazing battery life.. :D
Really there is nothing better.. Great thanks to the developers.. :D
 

Attachments

  • Screenshot_2014-05-06-12-04-12.png
    Screenshot_2014-05-06-12-04-12.png
    159.6 KB · Views: 327
  • Screenshot_2014-05-06-12-04-03.png
    Screenshot_2014-05-06-12-04-03.png
    100.3 KB · Views: 330
  • Screenshot_2014-05-06-12-04-19.png
    Screenshot_2014-05-06-12-04-19.png
    122.4 KB · Views: 308
  • Like
Reactions: texla

smober

Senior Member
Jan 7, 2013
58
31
nightlies

Are there only nightlies or is a also once i a month a stable release because i see there is every day a nightlies i have also download the latest nightlies and will give it a try this evening
 

biron_w

Senior Member
Jan 12, 2010
918
362
Leeds,UK
Flashed this ROM last night and I really like it.
Using stock kernel and ART enabled and I'm getting excellent battery life.

Sent from my Nexus 4 using XDA Premium 4 mobile app
 

22sl22

Senior Member
May 21, 2012
3,530
3,277
London
Are there only nightlies or is a also once i a month a stable release because i see there is every day a nightlies i have also download the latest nightlies and will give it a try this evening

Only nightlies available, they are very stable though

Sent from my Nexus 4 using Tapatalk
 
  • Like
Reactions: texla
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 16
    xheadernew2.png.pagespeed.ic.pCoFCmjrn-.png


    Thread rules:
    http://xdaforums.com/showpost.php?p=52208351&postcount=3


    Features:
    * Latest release of Android 4.4.2
    * HALO
    * ActiveDisplay
    * DPI Changer
    * Compiled with 2014 Linaro 4.8
    * Clock, statusbar, navigation, and lockscreen customizations
    * Various other useful customizations
    * Battery Saver Mode
    * Many, many build and code optimizations
    * Much, much more


    Notes:
    * This is a CAF-based ROM
    * Commotio is DHO's own twist of Vanir, whereas NuclearMistakes nightlies are official Vanir
    * If you run into bugs or have requests, please post it to the official VanirAOSP Google Plus Community (Link can be found near the bottom of the OP)


    Download:

    VanirAOSP Nightlies:
    http://www.emccann.net/nuclearmistake/VanirAOSPNightlies/mako/

    Commotio Nightlies:
    http://www.emccann.net/dho/3-Vanir-mirror/4-nighties/


    VanirAOSP Changelog:

    Changelogs can be found at the right of the given nightly


    Example:
    vanirchangelogexample.png




    GApps:

    ParanoidAndroid:
    http://paranoidandroid.co/gapps/

    DHO:
    http://www.emccann.net/dho/5-Gapps/

    BanKs:
    http://xdaforums.com/google-nexus-5/themes-apps/gapps-t2012857

    SlimROM:
    http://www.slimroms.net/index.php/downloads/dlsearch/viewcategory/1150-addons4-4

    Official / CM:
    http://wiki.cyanogenmod.org/w/Google_Apps


    Credits:
    * Google
    * PeterAlfonso
    * CM
    * FruitsAndVeggies
    * AOKP
    * nocoast
    * mathkid95
    * CarbonROM
    * TeamBAKED
    * Anyone who has contributed
    * Anyone who will contribute


    VanirAOSP Github:
    http://github.com/vaniraosp


    GPL:
    https://github.com/mathkid95/linux_lg_kitkat/tree/kitkat-cm


    VanirAOSP Google Plus Community:
    https://plus.google.com/communities/111378032131473754160


    Questions or comments? Post them here.

    If your question doesn't get answered, either ask again 24 hours later, or ask the question in the Google Plus Community.
    ..
    Please make all requests in the Google Plus Community.

    ..
    Lastly, please do not 'thank' me for this. Go to the Google Plus Community and express your gratitude there.
    4
    No off topic? :(

    Sent from my Nexus 4 using Tapatalk

    we just need to keep it minimal so users can find answers to questions they may have without having to read through a ton of off-topic chat.
    3
    Please try and stay on-topic

    Please don't disrespect other users

    Please bring bug reports and feature requests to the VanirAOSP Google Plus Community first

    Please search before asking questions

    Please report off-topic chat to mods, and request on the OP's behalf they clean up the off-topic and notify the user(s) to remain on topic in here

    Please remember to include logs to any and every bug report
    2
    Make sure to stop by the VanirAOSP Google Plus community to thank them too!

    Sent from my Nexus 5 using XDA Premium 4 mobile app
    2
    I have troubles with downloads: When I click "Downloads" launcher icon either any download notification I receive force close (android.process.media)...

    This is what Logcat says (I HAVE NOT UNINSTALLED DocumentsUI):

    Code:
    E/AndroidRuntime(13849): FATAL EXCEPTION: main
    E/AndroidRuntime(13849): Process: android.process.media, PID: 13849
    E/AndroidRuntime(13849): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.providers.downloads.ui/com.android.providers.downloads.ui.DownloadList}: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.provider.action.MANAGE_ROOT dat=content://com.android.providers.downloads.documents/root/downloads }
    E/AndroidRuntime(13849): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2227)
    E/AndroidRuntime(13849): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2277)
    E/AndroidRuntime(13849): 	at android.app.ActivityThread.access$800(ActivityThread.java:145)
    E/AndroidRuntime(13849): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
    E/AndroidRuntime(13849): 	at android.os.Handler.dispatchMessage(Handler.java:102)
    E/AndroidRuntime(13849): 	at android.os.Looper.loop(Looper.java:136)
    E/AndroidRuntime(13849): 	at android.app.ActivityThread.main(ActivityThread.java:5159)
    E/AndroidRuntime(13849): 	at java.lang.reflect.Method.invokeNative(Native Method)
    E/AndroidRuntime(13849): 	at java.lang.reflect.Method.invoke(Method.java:515)
    E/AndroidRuntime(13849): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
    E/AndroidRuntime(13849): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
    E/AndroidRuntime(13849): 	at dalvik.system.NativeStart.main(Native Method)
    E/AndroidRuntime(13849): Caused by: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.provider.action.MANAGE_ROOT dat=content://com.android.providers.downloads.documents/root/downloads }
    E/AndroidRuntime(13849): 	at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1640)
    E/AndroidRuntime(13849): 	at android.app.Instrumentation.execStartActivity(Instrumentation.java:1424)
    E/AndroidRuntime(13849): 	at android.app.Activity.startActivityForResult(Activity.java:3432)
    E/AndroidRuntime(13849): 	at android.app.Activity.startActivityForResult(Activity.java:3393)
    E/AndroidRuntime(13849): 	at android.app.Activity.startActivity(Activity.java:3635)
    E/AndroidRuntime(13849): 	at android.app.Activity.startActivity(Activity.java:3603)
    E/AndroidRuntime(13849): 	at com.android.providers.downloads.ui.DownloadList.onCreate(DownloadList.java:156)
    E/AndroidRuntime(13849): 	at android.app.Activity.performCreate(Activity.java:5310)
    E/AndroidRuntime(13849): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
    E/AndroidRuntime(13849): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2181)
    E/AndroidRuntime(13849): 	... 11 more

    Is there any known fix for this?

    I don't have this issue with the latest nightly (28th April). Try upgrading to the latest nightly and wiping cache/dalvik. If that doesn't work try a clean flash. If the issue still persists, report on their google plus page :good: