• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM][4.3.1][JLS36I][Oct25][PA based] **crDroid AOSPA** [Build 4]

Status
Not open for further replies.

Cristiano Matos

Elite Member
Feb 5, 2012
2,795
11,612
113
41
Nibiru
This is crDroid AOSPA for Nexus 4 :)
crDroid AOSPA build will always be based on Paranoid Android with some extra features (Cool and useful).

My goal is: include as many features (useful) as possible and try to keep up to date with Paranoid Android
commits


Extra Features!!!​
Frameworks and Settings
  • Halo custom colors;
  • Auto close drawer behavior;
  • Notification drawer + Notification row Transparency, custom Colors and custom image;
  • Turn screen on when plug/unplug the USB cable as an option in settings;
  • Notification Behavior (Normal, Always Expanded, Never Expanded and Old Style);
  • Quick pulldown without notification;
  • Flip tiles;
  • Kill app back button (only in navigation bar);
  • Low battery warning customization;
  • Custom navigation rings;
  • Custom Carrier Label;
  • crDroid Version Build in Settings;
  • Status bar network speed indicator with option to custom colors;
  • Option to auto hide network speed indicator when there is no traffic;
  • Full screen apps quick peek;
  • Low Battery Warning (Pop-up and sound, Notification and sound, Pop-up dialog only, Notification only, Sound only, Disable);
  • Option to enable notifications light even with screen on;  
  • Quick settings pulldown (Off, Non-permanent only and All notifications);
  • RAM bar;
  • NFC polling mode;
  • Alternate default app picker;
  • Option to show Wifi name in notification drawer;
  • Media scanner behavior on boot;
  • Active display from ChameleonOS;
  • Lockscreen pin keypad shuffler;
  • CPU info overlay;
  • Power menu Quick settings tile;


Always Have a full functional Backup. Just in case!
Flash only JWR custom kernels!

Downloads
Build 4 - 25.10.2013

PAST BUILDS


---------------------------------------------
Download PA Gapps 4.3.1
---------------------------------------------

Changelogs in second post
Thanks to:
ParanoidAndroid Team
CM Team
David:D
TheMrcool212
Slim Roms Team
temasek
AOKP Team
ChameleonOS
Der_schubi
And Many More...

Github

XDA:DevDB Information
**crDroid AOSPA** , a ROM for the Google Nexus 4

Contributors
Cristiano Matos
ROM OS Version: 4.3.x Jellybean
Based On: Paranoid Android

Version Information
Status: Testing

Created 2013-10-19
Last Updated 2013-10-27
 

Attachments

Cristiano Matos

Elite Member
Feb 5, 2012
2,795
11,612
113
41
Nibiru
Changelog:

Build 4 - 25.10.13
- Halo custom colors with option to reset stock colors;
- CPU info overlay;
- Lockscreen pin key pad shuffler;
- RAM bar moved to top of screen;
- Power Menu QS tile;
- Traffic meter re-coding (settings part);
- RAM bar re-coding (settings part);
- Active Display: Force FULLSCREEN flag;
- Active Display: Force portrait orientation;
- Active Display: Force fullscreen;
- Active Display: Catch possible NPE during handleDismissNotification();
- Active Display: send unlock broadcast (possible memory leak fix);

Build 3 - 21.10.13
- Active display from ChameleonOS;

Build 2 - 20.10.13
- Possible fix to SystemUI force close due a "indexOutOfBoundsException";
- Quick peek now works in any expanded mode. Even with PIE enable;
- Less frequent notification sound;

Build 1 - 19.10.13
- Initial build;
 
Last edited:

Riddlah

Senior Member
Oct 17, 2010
385
162
43
nice to see this release. i'm sure it's going to be as great as your cm rom.

Just one thing I have come across is a system ui crash after flashing when trying to use the nav bar. Pie works for getting around things for the time being. Hope this helps: https://db.tt/LPVZTfH6
 

Cristiano Matos

Elite Member
Feb 5, 2012
2,795
11,612
113
41
Nibiru
nice to see this release. i'm sure it's going to be as great as your cm rom.

Just one thing I have come across is a system ui crash after flashing when trying to use the nav bar. Pie works for getting around things for the time being. Hope this helps: https://db.tt/LPVZTfH6
How exactly did it happen?
You are caught in a "indexOutOfBoundsException" inside this method.
Code:
private String getTargetDescription(int index) {
        if (mTargetDescriptions == null || mTargetDescriptions.isEmpty()) {
            mTargetDescriptions = loadDescriptions(mTargetDescriptionsResourceId);
            if (mTargetDrawables.size() != mTargetDescriptions.size()) {
                Log.w(TAG, "The number of target drawables must be"
                        + " equal to the number of target descriptions.");
                return null;
            }
        }
        return mTargetDescriptions.get(index);
    }
To be honest it never happens with me.
 

Riddlah

Senior Member
Oct 17, 2010
385
162
43
How exactly did it happen?
You are caught in a "indexOutOfBoundsException" inside this method.
Code:
private String getTargetDescription(int index) {
        if (mTargetDescriptions == null || mTargetDescriptions.isEmpty()) {
            mTargetDescriptions = loadDescriptions(mTargetDescriptionsResourceId);
            if (mTargetDrawables.size() != mTargetDescriptions.size()) {
                Log.w(TAG, "The number of target drawables must be"
                        + " equal to the number of target descriptions.");
                return null;
            }
        }
        return mTargetDescriptions.get(index);
    }
To be honest it never happens with me.
happened after a clean install (factory reset, wipe system, cache, and dalvik). i also just did a re-wipe and just flashed the rom and pa gapps and getting the same systemui crash on the nav bar
 

obtained

Senior Member
Feb 29, 2012
697
407
0
34
Tulsa
I'm having no problem using nav bar.. I've been playing around for 1 hour and 10 minutes and no FC.

Sent from my Nexus 4 using XDA Premium 4 mobile app
 
Status
Not open for further replies.