[APP] Eleven and AudioFX - Updated 5/2/15 - Nexus 4 Themes and Apps

This is my first legit Android project and XDA thread. Suggestions are encouraged.
These zips simply install Eleven and/or AudioFX and accompanying system files. Keep in mind that Android 5.X does not support EQ switching like KitKat did, so the Android 5.X versions delete MusicFX.apk if it exists. Once all other equalizer apps are gone, AudioFX can take control.
The download folders each contain two different zips. AudioFX-XXXX.zip installs AudioFX only - not Eleven. Eleven+AudioFX-XXXX installs both Eleven and AudioFX. All zips are for the Nexus 4 ONLY.
Changelogs are in the second post.
Installation Instructions:
1. Download to your device
2. Make a nandroid backup if you would like to stay safe
3. Flash zip in your recovery of choice
4. Wipe cache and dalvik cache
5. Profit
Uninstallation Options:
A. Restore your nandroid backup (if you made one)
B. Dirty flash your ROM zip and wipe cache and dalvik cache
ΦDroid said:
I no longer have any interest in continuing support for this. I recently converted to Viper4Android, and let me tell you, it is incredible.
Anyone who is interested in continuing this project is welcome, just let me know and Ill help you get started. It's really quite simple.
I will leave the files on Google Drive for everyone to download (at least for a few months), but will not be updating them again.
Sorry for the bad news.
Click to expand...
Click to collapse
Downloads:
Android 5.X.X
Android 4.4.4
Press that thanks :good: button to let me know they work for you
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credits:
Cyanogenmod - provides apks, libs, and other system files
XDA Recognized Contributor @xpirt - compiled sdat2img for Windows (extracts .dat files)

Changelogs
Eleven- http://review.cyanogenmod.org/#/q/status:merged+eleven,n,z
AudioFX- http://review.cyanogenmod.org/#/q/status:merged+audiofx,n,z
**I do not modify the system files in these zips at all. All changes are made by CyanogenMod, Google, etc.**
150502:
Updated all files using official cm-12.1-20150502-NIGHTLY-mako build
Mostly bug fixes and UI refinements
150403:
Updated all files using official cm-12-20150403-NIGHTLY-mako build
The changes mostly consist of translations and bug fixes
150227:
Updated all files using official cm-12-20150227-NIGHTLY-mako build
Updated translations
Shake to skip song (Eleven)
New app icons
150130:
Updated all files using official cm-12-20150130-NIGHTLY-mako build
This update mainly includes bugfixes and translations from Cyanogenmod
150110:
Updated all files using official cm-12-20150110-NIGHTLY-mako build
Apollo and DSPManager have been replaced with Eleven and AudioFX, the new defaults in CM12
Renamed thread
141127:
Updated all files with my own cm12 build
Notable change by CM: Material design for DSP Manager :good:
141124:
Initial Android 5.0 support
Updated all files with an unofficial cm12 build released by AndroGeek974 on 11/23/14
Enabled deletion of MusicFX.apk - Android 5.0 only supports one EQ at a time
141031:
Last update with Android 4.4.4 support
Updated all files with cm-11-20141031-NIGHTLY-mako.zip
These zips do not delete MusicFX.apk - KitKat supports EQ switching

Subscribed. Good initiative. Keep updating.
Lot of thanks, @ΦDroid !
Sent from my G2

Vlad Paul said:
Subscribed. Good initiative. Keep updating.
Lot of thanks, @ΦDroid !
Sent from my G2
Click to expand...
Click to collapse
You're welcome. Ill probably stick to a monthly release schedule because it is much harder to make the updates now.
Edit: It looks like I can easily get the updated files if I compile cm12 myself. I'm working on that now and will release an update while I'm at it. It looks like DSP Manager has received a Material design update

Congratulations.
DSP Manager tested and aproved here, Stock 5.0.

Hi.
Root required for this to flash ?

Confirmation: Nexus Experience ROM (5.0) - R6.1 - DSP Manager working flawlessly

pafaisal said:
Hi.
Root required for this to flash ?
Click to expand...
Click to collapse
No, you only need custom recovery.

Worked Fine.....Thanks

Would this possibly work with the Nexus 6?

kevk60 said:
Would this possibly work with the Nexus 6?
Click to expand...
Click to collapse
Probably not considering the hardware is much different but you can give it a try. Just make a backup or something so you can easily fix any problems it causes.
Edit: If my script works right, the zip may not flash at all on a Nexus 6. You may need to remove a line.

ΦDroid said:
Probably not considering the hardware is much different but you can give it a try. Just make a backup or something so you can easily fix any problems it causes.
Edit: If my script works right, the zip may not flash at all on a Nexus 6. You may need to remove a line.
Click to expand...
Click to collapse
I'll give it a try and see. What line possibly needs removed? Thanks.

kevk60 said:
I'll give it a try and see. What line possibly needs removed? Thanks.
Click to expand...
Click to collapse
Before you try anything, just know that your audio could stop working which means you may not be able to make any calls. Know how to repair your system partition beforehand.
You actually may want to try the zips I made for the Nexus 5 instead. They are linked in my signature. There are similar lines in the updater-script in those zips as well that may need to be removed.
Please try flashing your selected zip without modifications first and let me know if it refuses to flash so I know if my script works as designed.
If it will not flash, remove this stuff:
Code:
ui_print("Checking device compatibility");
assert(getprop("ro.product.device") == "mako");
One last thing, I may release zips for the Nexus 6 when CM releases a ROM for it.

DSP material
DSP manager with material design :good:

ΦDroid said:
Before you try anything, just know that your audio could stop working which means you may not be able to make any calls. Know how to repair your system partition beforehand.
You actually may want to try the zips I made for the Nexus 5 instead. They are linked in my signature. There are similar lines in the updater-script in those zips as well that may need to be removed.
Please try flashing your selected zip without modifications first and let me know if it refuses to flash so I know if my script works as designed.
If it will not flash, remove this stuff:
Code:
ui_print("Checking device compatibility");
assert(getprop("ro.product.device") == "mako");
One last thing, I may release zips for the Nexus 6 when CM releases a ROM for it.
Click to expand...
Click to collapse
Thank you for the reply. I appreciate it. Will give it a try.

I flashed the dsp-only-1128.zip. It would not flash. Your script works fine. Removed the two lines of code and it then flashed, however only the eq would work. None of the customizations would work. Music fx was removed. I removed this from the system and flashed DSP_only_n5_tomsvs16.zip and this one flashed fine and everything works. Running this on a nexus 6 running stock lollipop and rooted.

kevk60 said:
I flashed the dsp-only-1128.zip. It would not flash. Your script works fine. Removed the two lines of code and it then flashed, however only the eq would work. None of the customizations would work. Music fx was removed. I removed this from the system and flashed DSP_only_n5_tomsvs16.zip and this one flashed fine and everything works. Running this on a nexus 6 running stock lollipop and rooted.
Click to expand...
Click to collapse
Awesome. I figured the Nexus 5 is a more similar device and would probably be more compatible. I'm considering making a new thread with support for the Nexus 6 soon and I will link it here if I do.

While working on the next update, I found that new CM12 builds do not include Apollo or DSPManager. There is a new music player apk called Eleven. For now updates are on hold. I have attached Eleven.apk if anyone is interested.

AudioFX sounds nothing like DSPManager.
I hope they improve it or bring DSPManager back, at least they way it used to sound, with that awesome punchy bass.

lopardo said:
AudioFX sounds nothing like DSPManager.
I hope they improve it or bring DSPManager back, at least they way it used to sound, with that awesome punchy bass.
Click to expand...
Click to collapse
I really prefer this design so it would be good if they merged this design with the base of DSP Manager

Related

[ROM] [DEV STOPPED] JB AOSP 4.3 alpha 1

JB AOSP 4.3 alpha 1 by LeTama​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
*** DISCLAIMER ***
I'm not responsible if it breaks your device! Don't install it if you want something stable.
*** /DISCLAIMER ***
​
Be careful, this is a very preliminary build. Backup your stuff and expect problems.
DON'T TRY TO FORMAT any unformated external USB drive/key with OTG cable, it could format internal storage instead !!!
​
Introduction
Here is my port of JB AOSP 4.3 for our Xperia S. This is a work in progress, it's currently missing few of the patches I used in 4.2.X and few things are completely untested.
Installation and downloads
You need unlocked bootloader and a working recovery.
Download installation zip from here, mirror thanks to @androidlover007 (I know, uploaded.net is not the fastest of the earth, multipload mirrors coming soon. I'm not against posting any other mirror).
Copy it to internal storage
Wipe Data/Cache
Install gapps for 4.3. Currently, we don't have "official" gapps from CM team, I used PA ones with good success.
Reboot and let the rom settle down a bit
Important: Current release has a recovery with broken offline charging, you should flash a fixed one after installing the rom to avoid any trouble. Check this post.
Kernel source code is here (branch jb-4.2-experimental).
Note: this rom flashes its own kernel that comes with TWRP recovery and last version of Boot Manager. Just use volume up/down to navigate boot manager menu and power to select if you want to go to TWRP. Don't play with Boot Manager options if you don't know what you're doing.
Status
Working:
Display / 3D (with some stuttering, under investigation)
Audio (without LPA, won't add it)
Calls / SMS / MMS / Data
Camera (Pictures / Videos)
Bluetooth
Wifi
Wifi Tethering
Sensors
GPS
Hardware video encoding/decoding
Offline charging
NFC
SELinux
WIFI EAP. (untested, can anyone confirm ?)
Not working:
FM radio: I won't implement it in aosp with current proprietaries as they will conflict with 4.2+ bluetooth.
HDMI.
Auto brightness (disabled now)
And probably more, let me know
Missing
TRIM Support
Known issues
1080p video stuttering (waiting for new Sony firmware)
voip audio disabled, voip is going through normal channels (waiting for new Sony firmware)
Wifi direct disabled (waiting for new Sony firmware)
subway surfers game is not working
SuperSU not working. You can flash a working one here.
Changelog
2013/08/07 - Alpha 1
- SELinux added
- Media server crash on audio notification fixed
- Move to SD fixed
- Ril crash on some mvno fixed.
- SuperSU updated to 1.51
- 12 and 9M camera size
- Panorama fix
- Google backup selected as default
- EAP finished
2013/08/03 - Alpha 0
FAQ
Can I flash any kernel with it ?
No. This rom is using Nexus 4 proprietaries and requires matching video drivers. You must use embedded kernel.
Something is not working, crashed, whatever, how can I help ?
Please provide logs! Description is not enough, I need at least logcat and ideally dmesg. If phone reboots, go to recovery, get the /proc/last_kmsg file and provide it to me.
Dev options are missing ?
No, they're just hidden, it's now the default behavior in 4.2.x. To enable it, go to settings / about and tap multiple times on build number, menu will be enabled and stick after reboot.
* reserved, now you can go on *
Great And Fast Work.
Omg you are fast man
Sent from my LT26i using xda premium
Is there need to report bugs or it is too early for such thing?
Anyhow, I'm downloading right now, will report back with observations.
Log:
- Booting seems fine, some glitches but nothing to worry about...
- Font is kinda different, I like it, very much. It is even more close to Helvetica and for me it is very nice typeface porn
- Touch vibration is kinda shorter, more direct but weaker.
- Developer tools are updated with very nice features, everything mentioned at Google I/O 2013.
- Animations are smoother. It's not that "new ROM" smoothness, transitions between screens appear like constant 60fps, without that lag that sometimes occurs regardless on hardware.
- There are some differences in first time configuration, nothing radical but still...
- Google Play Store wont open, close it and relaunch and then it will show TOS. It lags a bit.
- Is it me or DPI is kinda different? Everything seems to be bigger. Icons in drawer, Google play apps... SystemUI feels kinda same. EDIT: 320dpi.
- AOSP keyboard icon is different. RAM usage is same, no lower usage or anything special. Available RAM - 622 MB.
- Touch responsivness seems a bit better.
- Texdroider DPI (DPI changer) doesn't work. On 4.2.2 it would work with OpenSEMC, but it's not the case on 4.3.
SuperSU does not work (no su binaries), this ROM is unrooted. To root it again do the following:
Download SuperSU 1.51 from here
Move it to your root folder on your phone
Turn your phone off, boot it into recovery
flash that zip you copied to your root folder "SuperSU 1.51"
Reboot to system.
Voila!
damn your way ahead of me
letama
Click to expand...
Click to collapse
Damn your way ahead of me,aw whell , ill try in 4.4 xD
PS did you use the google 4.3 source code or did you use Sonys Aosp source code... or did you port this from XZ??
still learning....
i love that warning about formatting otg drives d:
great
mirhl said:
i love that warning about formatting otg drives d:
Click to expand...
Click to collapse
i am so happy,now a android 4.3 developing for our xperia s.hope it is soon capable of daily use.THANK YOU to all developers :laugh: i love yall very much
switzerland92 said:
Is there need to report bugs or it is too early for such thing?
Click to expand...
Click to collapse
Yes, please do. I didn't run it for a long time, I really need feedback.
Envious_Data said:
Damn your way ahead of me,aw whell , ill try in 4.4 xD
PS did you use the google 4.3 source code or did you use Sonys Aosp source code... or did you port this from XZ??
still learning....
Click to expand...
Click to collapse
This is google 4.3 code, with my 4.2.x device tree and proprietaries. I'll take a shot at merging 4.3 kernel drivers soon.
mirhl said:
i love that warning about formatting otg drives d:
Click to expand...
Click to collapse
Burnt once! I didn't include 4.2 patch. Code changed, so it could work properly, but I have to test it first with a good backup
Ty bro
letama
Click to expand...
Click to collapse
hopefuly soon i will know as much as you
lets see if sony make a 4.3 or a 4.4 (sony themed)
i will definatly try to port that to an older device
Hey awesome letama! Are you going to release the ROM for loop? Tried your script but it didn't work. Thanks
letama said:
Yes, please do. I didn't run it for a long time, I really need feedback.
Click to expand...
Click to collapse
To keep it on one place and as organized as possible I'll edit my post with new info for you and others that are afraid to flash it right away
EDIT: Well, I don't have root. SuperSU says I must manually re-root and I must, quote, "consult the relevant forums for your device" which in this case is your thread
Someone please mirror i can never use uploaded.net
Sent from my 4.2.2 PAC powered Xperia S via Tapatalk
Noob question: Can adreno 220 ever support OpenGL ES 3.0 ?
skifyr123 said:
Hey awesome letama! Are you going to release the ROM for loop? Tried your script but it didn't work. Thanks
Click to expand...
Click to collapse
Yes, script can't work. I will upload it tomorrow, it's prepared but untested.
switzerland92 said:
EDIT: Well, I don't have root. SuperSU says I must manually re-root and I must, quote, "consult the relevant forums for your device" which in this case is your thread
Click to expand...
Click to collapse
Check first posts, known issues sections, SuperSu is not up to date in the rom. There is a link to one that can be flashed and works...
I'm going to download as soon as I get home. About performance, similar to 4.2.2?
Enviado desde mi Xperia S usando Tapatalk 4 Beta
Ben36 said:
Someone please mirror i can never use uploaded.net
Click to expand...
Click to collapse
Electricity problem here, I lost my multiupload I'll restart tomorrow.

[ROM][5.0.2][OFFICIAL] Beanstalk 5.0.0050 (3/21/2015)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I am proud to present to you BeanStalk Builds put together by Scott.Hart.Bti. This is a build composed off of the CM10.1 builds and i have added alot of features on top of it. So you get speed, stability, and ultra customization ability. Many of the additional code additions came from slim ROM and also Derteufels build and have been modified to work with my current setup. A huge thanks to Derteufel and the Slim ROM guys for their work and dedication. Also a big thanks to everyone involved with CM as that is the building stone in this project. Thanks to skyliner33v for the bootanimation and upcoming wallpapers!
I plan on updating this and adding features on a pretty regular basis, so if you happen to like this, keep checking back.
Like what you see? Click the thanks button or Donate to scott.hart.bti by clicking HERE
Interested in Porting/Building BeanStalk on another device or if you have building/development concerns or issues, Please visit the BeanStalk Development Thread
Will be updated shortly
*
Download 4.4.2 BaNKS Gapps
***For a complete listing of all supported BeanStalk devices and downloads, please visit www.goo.im/devs/beanstalk ***
Beanstalk for the E980 has become official! Please go to the following link to download the most current version.
BeanStalk Builds for the E980
Use the following mirror until Goo starts cooperating again
[*]BeanStalk-5.0020-20150121-e980.zip
Extras
Old Downloads
Beanstalk 4.4.4001 Dev-Host
BeanStalk Build 4.4.205 - Android 4.4.2 - 12/31/2013
BeanStalk Build 4.4.200 - Android 4.4.2 - 12/28/2013
BeanStalk Build 4.4015 - Android 4.4 - 12/05/2013
BeanStalk Build 4.3.1001 - Android 4.3 - 10/03/2013
Changelog
Coming Soon
***Please keep in mind that this is the initial release and bugs are to be expected. I am working on this myself and do not have a team that is helping me. Before reporting bugs, please make sure you verify everything on your end and make sure you do a full wipe and format first to make sure it is a legitimate issue. I'm going to say this once and only once... I am doing this for fun. It is my CHOICE to share my work with everyone. If you decide that you do not like my work, good for you.. Move on and flash something else. I will not tolerate ungrateful people in my thread.***
Misc:
If you are coming from another 4.3 ROM, you shouldn't have to worry about the recovery, but if you are coming from a 4.1.2 or 4.2 ROM you will need to be sure you have the lokified CWM recovery or madmack's 2.6.1 lokified TWRP recovery for 4.3 ROMs. If you are on a different version of TWRP your touch controls probably won't work.
Coming from Stock 4.1.2 or 4.2 based Jellybean ROMs
Install lokified CWM from freegee or madmack's updated TWRP
Reboot to recovery
Make a nandroid backup
In recovery: Factory Reset
Install ROM
Install Gapps for 4.3 or 4.4
Reboot
Coming from another 4.3 or higher based ROM
Reboot to recovery
Make a nandroid backup
TWRP - Wipe then Swipe to Factory Reset
CWM - Wipe Data/Factory Reset, Wipe Cache Partition, Advanced/Wipe Dalvik Cache
Install ROM
Install Gapps for 4.3 or 4.4
Reboot
Here are some additional steps I take to make sure I get everything running correctly.
This allows me to correctly install Viper4Android and I have no issues making changes to my system folder. It may not be necessary for everyone but I have found it helpful.
After Rom boots, go through the setup wizard then let it settle for a bit (10 min or so)
Download SuperSU from the Play Store
Open SuperSU and a popup will ask you to update the SU binary. Choose OK
After you get confirmation that it installed correctly, close SuperSU then uninstall it.
Download BusyBox from the Play Store
Open BusyBox make sure it shows Busybox 1.21.1 will be installed to /system/xbin and let it gather information for the installation
Click Install on the bottom left, then Smart Install
Reboot
Busybox can be uninstalled if desired
SlimROM source can be found HERE
DerTeufel's source can be found HERE
Beanstalk source can be found HERE
Donate to scott.hart.bti by clicking HERE
​
Enjoy!
Big thanks to kaymmm for letting me take over these builds!
I'm uploading this by request from General. I take no credit for the ROM, I just built it from sources that others contributed.
Just a heads up that Google Play related stuff is still force closing occasionally. But I wanted to leave this ROM here in case anyone is interested in playing with it and helping to get it working mo betta.
If you use the Slim Gapps (4.3 version) you can use the built-in dark theme with Gapps, but the goo.im version won't get darkified.
If you're interested in building this rom, you will probably have to update several of the directories from the CM sources to get rid of the proguard errors. I can't remember all of them right now, but I think Browser, Email, Calendar, and Dialer, plus frameworks/av and frameworks/native. The easiest and quickest way to do this is to cd to the appropriate directory:
Code:
cd packages/apps/Email
Then add the CM repo, fetch, and merge:
Code:
git remote add cm https://github.com/CyanogenMod/android_packages_apps_Email.git && git fetch cm && git merge --no-edit cm/cm-10.2
Also, I ran into issues with gcc-4.6 but got successful builds with gcc-4.7.
Downloading now thank you for your work
Sent from my LG-E980 using xda premium
Kaymmm,
Thanks. I came from the infuse and Scott did wonders for that device.
good job !
but so frustrating to see all these new roms and F240 users waiting in vain for a cool one for our phone
but i will try it like all others roms looks great, the biggest bug for my phone is external sdcard not recognized
EDIT: this look like the best rom over here !!
Great ROM... Only thing wrong is that holo launcher Fc and every few mins the whole phone is in responsive for about 15 sec... Is there anyway to rip the system sounds out and make a cwm zip for them... Great work!!!
Sent from my LG-E980 using xda premium
I was having really frequent force closes or hangs at first but after rebooting and clearing caches they were much less frequent, but still present. I think I have an idea of what's causing it, but my knowledge of how to fix it is lacking.
If you want to extract the sounds, they're all in /system/media/. You can try copying them to your sdcard (internal or ext.) using the same folder structure and they should show up in other ROMs. Or you can put them into a flashable zip by copying the files from the existing rom zip or your phone and editing the updater script appropriately. There are directions on this process all over xda. I'd do it but not near a computer right now.
Thanks when I get home I will try to decompress and see what I find... If the lag gets fixed I will def reflash
Sent from my LG-E980 using xda premium
smaybe said:
good job !
but so frustrating to see all these new roms and F240 users waiting in vain for a cool one for our phone
but i will try it like all others roms looks great, the biggest bug for my phone is external sdcard not recognized
EDIT: this look like the best rom over here !!
Click to expand...
Click to collapse
Is this working on your F240L without need of flashing modem separately???
cynosure4sure said:
Is this working on your F240L without need of flashing modem separately???
Click to expand...
Click to collapse
None of these builds flash a modem, so you can flash whatever you want for your device.
Sent from my LG-E980 using Tapatalk 2
Great to see this ROM here hope work can continue on it to get it stable. To those who haven't used it before it's kinda like CM and Slim rolled into one with some bonus customization, and the original developer continues to add things all the time. Thank You Kaymmm much appreciated!!!
cynosure4sure said:
Is this working on your F240L without need of flashing modem separately???
Click to expand...
Click to collapse
have you tried it on F240L?
can u share the results and experience?
Is this for E980 or E988 or both?
smjunaid said:
have you tried it on F240L?
can u share the results and experience?
Click to expand...
Click to collapse
I tried it and pretty everything are working but not tested that much
eseregin said:
Is this for E980 or E988 or both?
Click to expand...
Click to collapse
I built it for the E980, not sure if it will work on E988 or not...if you're running other CM-based roms on your phone, this should work too.
Getting some lag and it freezes for about 10 sec while texting ...also phone has been rebooting on it own ..and it force closes android tuner but that's no biggie. I will say though it really smooth,fast and .. customization is amazing. Just the messaging and rare reboot issue is the only problem i have ran into....I'm gonna stick with the ROM and keep testing it out
Sent from my LG-E980 using xda premium
Great Rom so far. I've noticed as mentioned previously, some MAJOR lag spikes. Not just in texting, but in other applications as well. Also the occasional Gapps force closes. Which i've wiped the delvik, permissions, everything i could think of. On the current Gapps as well. Great rom minus those.
Is camera and BT working on this rom?
drumbeater79 said:
Is camera and BT working on this rom?
Click to expand...
Click to collapse
Camera is working. I don't have a BT device to test with, but there were some BT updates to CM, which this ROM depends on, so I wouldn't count on it.
Given the known stability issues in the current build, I would suggest sticking to another ROM until I can get another build together (will be running one tonight).
kaymmm said:
Camera is working. I don't have a BT device to test with, but there were some BT updates to CM, which this ROM depends on, so I wouldn't count on it.
Given the known stability issues in the current build, I would suggest sticking to another ROM until I can get another build together (will be running one tonight).
Click to expand...
Click to collapse
Thanks Dev, you've always been responsive

[ROM][I317/t0lteatt][4.4.4][UNOFFICIAL] Dirty Unicorns v8.2 [Final] (11/21/2014)

///WARNING\\\
I am not a developer or maintainer!
I only compiled the ROM from source and can only attest to it running properly on my Note 2.
I make no guarantees that the zip will even install on your device, nevertheless run without issue.
Be warned that you flash this zip at your own risk and I refuse to take any responsibility for it bricking your phone,
breaking any of your apps, missing calls or unable to make calls,
becoming self-aware and making you it's slave, overheating the battery and making your pants explode,
or any other issue that may not be as likely as these.
\\\WARNING///​
The thread for the official build of Dirty Unicorns for the t0lteatt (http://forum.xda-developers.com/showthread.php?t=2640856) maintained by JMZ hasn't been updated in quite some time and the Dirty Unicorns download site (http://download.dirtyunicorns.com/?device=t0lteatt&folder=Weeklies) hasn't posted a weekly for t0lteatt since July 21, so I chose to build my own flashable zip from source at https://github.com/DirtyUnicorns-KitKat. I have had to make small changes to a couple of source files to get the zip to build, but everything still seems to work just fine, so I figured I'd post it for y'all to have a look at.
If you have any problems, you can go ahead and post your issue here to see if anyone can help you. I wouldn't post your problems in the official thread unless they're also problems faced with an official build. I can't guarantee that I'll be able to help you figure out your issue, or be able to squash any bugs you may find, but I'll try to do everything I can to help.
Of course... Credit goes out to TeamDirt for such a great ROM... JMZ and all the other maintainers who spend their own time to make sure this ROM is available on a variety of devices... All the various projects thanked and credited by JMZ in the official thread (sorry... I'm too lazy to list them myself, but if you feel I should list them, let me know and I will list them in the future)... And all of you who continue to have patience and loyalty with this great ROM. Thank you all!
Flashing Instructions:
* Dirty Unicorns recommends TWRP, but I use Philz Touch recovery and it works just fine.
* Download ROM and GAPPS from the links below.
* Reboot into recovery.
* Full wipe: Wipe cache, dalvik, wipe data/factory reset, clean to install a new rom.
* Flash ROM and GAPPS.
* Reboot into system.
* Enjoy!
Downloads:
ROM Download Link: Click Here
GAPPS Download Link: Click Here
I hope you enjoy this and let me know if you run into any issues. Have a good one!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Just wanted to let you know that your ROM installed without issues on my SGH-317M (Canadian Note II on Telus).
Everything I've tried is working so far.
Thanks!
gorfchris said:
Just wanted to let you know that your ROM installed without issues on my SGH-317M (Canadian Note II on Telus).
Everything I've tried is working so far.
Thanks!
Click to expand...
Click to collapse
+1 I have the same phone except i'm on the koodo network (Telus's little brother)-lol
Nice to see an updated version of a great Rom. Flashed perfectly, and is working great.
Im stuck on bootloop with Agni kernel. You guys running on stock kernel?
Unknownkj said:
Im stuck on bootloop with Agni kernel. You guys running on stock kernel?
Click to expand...
Click to collapse
I'm using stock, so I won't be able to help ya too much... Perhaps someone else will be able to assist ya.
Unknownkj said:
Im stuck on bootloop with Agni kernel. You guys running on stock kernel?
Click to expand...
Click to collapse
I'm running Agni 2.8.3. With no issues. However I did run into issues with 2.8.5.
In Samsung the word Note 2 is pronounced t0lte.
Audio player issues (Google play and music app) only play on home screen, audio muted when app or drawer opened. And I get DSP fc.
jtsin67 said:
Audio player issues (Google play and music app) only play on home screen, audio muted when app or drawer opened. And I get DSP fc.
Click to expand...
Click to collapse
I'm sorry... I'm not able to recreate the issues you are having on my own device. Perhaps it's a bad flash... You could try a full wipe and reflash, or wait and see if anyone else has a better recommendation. Good luck!
AzraelsKiss said:
I'm sorry... I'm not able to recreate the issues you are having on my own device. Perhaps it's a bad flash... You could try a full wipe and reflash, or wait and see if anyone else has a better recommendation. Good luck!
Click to expand...
Click to collapse
Thanks - i did a full reflash and still had the same issue. But, found a setting under main menu options (where you add widgets etc) to turn off Google voice etc. and this seems to have done the trick.
still breaks with the google+ update
jtsin67 said:
Thanks - i did a full reflash and still had the same issue. But, found a setting under main menu options (where you add widgets etc) to turn off Google voice etc. and this seems to have done the trick.
Click to expand...
Click to collapse
Ahhh... That may be the confusion. I never turn on the audio history for Google Now, because it always seems pretty buggy on almost every ROM I've ran since the OK Google Detection from every screen was added. Glad you were able to figure it out and thank you for updating, so we can pass the info along if anyone else has a similar issue. Have a good one!
New build uploaded... https://www.androidfilehost.com/?w=files&flid=18842
You should be able to update with just a cache/dalvik wipe, but if you run into any problems, do a full wipe. Have a good one!
AzraelsKiss said:
New build uploaded... https://www.androidfilehost.com/?fid=23622183712471211
You should be able to update with just a cache/dalvik wipe, but if you run into any problems, do a full wipe. Have a good one!
Click to expand...
Click to collapse
Bossman, am I able to use any pa_gapps instead of the options provided in the OP? Thanks for the great ROM, nonetheless!!
shoeprano27 said:
Bossman, am I able to use any pa_gapps instead of the options provided in the OP? Thanks for the great ROM, nonetheless!!
Click to expand...
Click to collapse
I don't see why not. pa_gapps seem to be what most of the official maintainers of the ROM recommend and copies from August 10 are even hosted on the Dirty Unicorns download site. Give it a try and let us all know how it turns out. Have a good one!
Works great with latest PA Gapps, agni v2.8.5
Duskycub said:
still breaks with the google+ update
Click to expand...
Click to collapse
I didn't have any problems with the G+ update and I purposefully installed the update while the rest of my apps were downloading and updating, just like what used to cause the repetitive System UI FCs for me in the past on the official build. Perhaps it's a problem with the GAPPS you're using. I'm using the du_tbo-gapps, but I can only comment on using them with the total black out mode set. Which GAPPS are you installing?
You could try the pa_gapps micro or nano packages, as neither of these contain a copy of G+ and then install G+ from the play store (if you want to). Another work-around may be to not accept the G+ update. I know on my device, I have to implicitly install the update. Let us know how things work out for ya... Have a good one!
So I noticed that with any other kernels, the WiFi doesn't stick. Even sometimes, WiFi won't work at all. I figured leaving the stock kernel alone, it rums well.
AzraelsKiss said:
I didn't have any problems with the G+ update and I purposefully installed the update while the rest of my apps were downloading and updating, just like what used to cause the repetitive System UI FCs for me in the past on the official build. Perhaps it's a problem with the GAPPS you're using. I'm using the du_tbo-gapps, but I can only comment on using them with the total black out mode set. Which GAPPS are you installing?
You could try the pa_gapps micro or nano packages, as neither of these contain a copy of G+ and then install G+ from the play store (if you want to). Another work-around may be to not accept the G+ update. I know on my device, I have to implicitly install the update. Let us know how things work out for ya... Have a good one!
Click to expand...
Click to collapse
i redownloaded the du_tbo-gapps and the size was different from mine so i did a fresh install and then updated gplus and omg it worked thank you so much for this updated rom love it.
Does this rom have sound on charge like other roms I don't see it in options

Paranoid Android 6.0.1 - AOSPA - OnePlus One

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
We are launching brand spanking fresh. All new features. New team members. New everything and we have made sure that everything that we are releasing has been polished to our best.
A lot went into this version of Paranoid Android, specially on the CAF side (OnePlus / Non-nexus devices). We ship with custom in-house kernels tweaked to provide the best power-battery combo, new functionalities and designs for hardware-specific options like the alert slider and advanced controls just for OnePlus devices - so feel pretty.
The main features and enhancements that you will probably end up noticing are our custom Quick Settings tile reordering functionality, floating window support, immersive mode, the new on-the-spot interface and CM Theme Engine. There's much more to come, so sit tight!
Feature highlights
Floating mode
Immersive mode
On-the-spot controls
Quick settings re-order
Paranoid OTA (Updates)
Battery styles
Advanced power dialog
Quick pull-down
Theme engine
CAF specifics
Enhanced kernel + control
Advanced buttons control
Advanced gesture control
Ambient display support
Download
Get our latest OnePlus One build here.
Changelogs
As we're getting back into the thread game, keeping up with threads and updating them as per changelogs can be too hectic given our schedule. However, very detailed changelogs always go up on our Google+ page, follow us for constant updates!
Instructions & requirements
We highly recommend you to follow these instructions very carefully. Users usually tend to skip a few steps and eventually fall in trouble. Are you with me? Good. Let's get this train going.
Just a few things to keep in mind first -
If you're coming from another ROM / Stock, your system data (not internal storage) will have to be wiped. This includes apps, accounts, messages, call logs etc.
There's been some users complaining about different GAPPS variants messing up installs and causing a ton of issues. Upon investigating it seems OpenGapps Mini/Nano and Banks GAPPS work best.
Understand that Paranoid Android is a custom ROM and it might lead to addiction as it's relatively good. We shouldn't be accused of anything just incase your cat starts drinking wine. Things get a little woozy in the Paranoid World.
Some brain might be involved if things go wrong. Not a lot though, as much to solve what's 1+1.
Okay let's get to the main bit -
Once you have all the required files - boot into recovery and wipe the bananas out of your device. Get into the wipe menu and wipe data, system, cache and dalvik cache (basically everything except Internal Storage).
Once wiped, get into the "Install from zip" menu and select the ROM zip. (pa_bacon_6.x...). Once added to the install queue, TWRP will ask you if you want to add more zips into the queue - Click on "add more zips" and select the GAPPS package.
Swipe the bar on the bottom to flash/install zips. Once both zips are done installing - Reboot into system and set-up your device, do not do anything else.
Once you're done setting up your device - well that's when you're done. One thing though - Make sure you DO NOT INSTALL any other zip in the same queue as the ROM & GAPPS. Meaning, do not flash anything like a kernel or a root package while installing the ROM. We recommend you do that AFTER you're done setting up your device.
Important / Useful links
OpenGapps / Banks GAPPS
SuperSU root package
Paranoid Android Community (G+)
Our kernel sauce (OPO)
As always, we listen to what you have to say. Help us make PA better by submitting good bug reports possibly with a log attached. Learn how to take logs here. Submit bug reports and we'll try to iron out issues as soon as possible - it really helps a lot.
Mention me if you need any assistance and/or when reporting bugs or if you just wanna chat.
Thank you to nrp31 for the video review below
Cheers and #StayParanoid!
XDA:DevDB Information
Paranoid Android 6.0.1 - AOSPA - OnePlus One, ROM for the OnePlus One
Contributors
xboxfanj, arzbhatia
Source Code: https://github.com/AOSPA
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On: God
Version Information
Status: Stable
Created 2016-06-17
Last Updated 2016-06-17
Great! What i really love of this rom is that is based on God.
Finally you're back, i remember first time i became Paranoid on my Galaxy S2 KUTGW
Sent from my A0001 using XDA-Developers mobile app
This is offical ?
Based on God?
YAAAS. BRING IT BACK!
Sent from my OnePlus One using XDA Labs
to the good old days!
Welcome back guys,
I do have a question, is there any chance you guys have also given some magic to the camera? Because I thought you guys are affiliated with oneplus, maybe having access to the good stuff ^.^?
Don't currently have the time to reinstall my phone, so can't test it myself.
Kind regards,
domistroy
6.0.1 is a great update to 6.0, lots of issues ironed out that were plaguing the initial release, congrats and thank you!
I just think that the in-call volume could get a bit more love, I remember it being far louder on the previous ROM I used daily, Sultan's CM13. It is still too low and some static noise can be heard in the background while talking to someone.
stavros3006 said:
6.0.1 is a great update to 6.0, lots of issues ironed out that were plaguing the initial release, congrats and thank you!
I just think that the in-call volume could get a bit more love, I remember it being far louder on the previous ROM I used daily, Sultan's CM13. It is still too low and some static noise can be heard in the background while talking to someone.
Click to expand...
Click to collapse
do you have themes provider and themes crashing? because i have.... latest pa clean flashed with banks gapps
aliffaminuddin said:
do you have themes provider and themes crashing? because i have.... latest pa clean flashed with banks gapps
Click to expand...
Click to collapse
I don't use themes to be honest, always tend to run Android the way Google meant for it to look and feel.
Maybe you should try reinstalling the theme itself and try again how it goes.
stavros3006 said:
I don't use themes to be honest, always tend to run Android the way Google meant for it to look and feel.
Maybe you should try reinstalling the theme itself and try again how it goes.
Click to expand...
Click to collapse
nope i didnt use theme, it just force closes when trying to open themes or maybe at some time it crashes. i always clean flash though hmm...
aliffaminuddin said:
nope i didnt use theme, it just force closes when trying to open themes or maybe at some time it crashes. i always clean flash though hmm...
Click to expand...
Click to collapse
In that case I don't know really, mine is working just fine, no force closes even when I open the Themes app. The only difference from my setup and yours is that I'm always using OpenGapps, but yet again, don't know how would that impact the theme engine...
You probably have something else installed that might be causing it.
What camera blobs that this rom using??
Hopefully otg usb will work soon!
Thanks for the awesome rom!
Awesome you guys are back i haved always loved to switch roms from PA to CM back and forth because both roms are amazing and now i get to have pa mm on my opo The new boot animation is killer too
For those FCs with Themes and Themes Provider, please clear the apps data and reboot. It's in the G+ pages but probably needs a FAQ here too.
FWIW not all themes work, even with CMTE. I'm guessing some work is needed either in the TE side or by the theme's Developer
Sent from my OnePlus One using XDA Labs
F2FS support? System as well?
can the menu key be remapped for the recents apps using a single press not double or long press?
SmashTime1904 said:
F2FS support? System as well?
Click to expand...
Click to collapse
The previous build was EXT4 only, but they could have added it on the most recent one.
Hard to say for certain. The updater-script requires /system to be EXT4 though.
Can anyone confirm the latest build is EXT4 only as well?
Sent from my A0001 using Tapatalk
Haiqal Johari said:
What camera blobs that this rom using??
Click to expand...
Click to collapse
Oxygen. According to our official maintainer.

JDX FLY ME + VDAMN3Dx7 [FINAL][DOWNLOAD NOW!][DISCONTINUED]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
STATUS: DISCONTINUED!!! -> HAULTED PERMINANTLY! I now have a Motorola Moto G4 Plus and will be DEVing for that device. IF YOU LIKE JDX GET A G4!!!
FINAL LINK
http://www.mediafire.com/file/3ubcac7tub44wyq/JDX_Setup_From_ROOT_Storage.7z
SAY THANKS TO @murigny64 for fixes!
SAY THANKS TO Zohov for the absolutely amazing OG build found here!​
What Is VDAMN3Dx7 AIO Audio Engine?
All In One |PRECONFIGURED| Audio Engine
V=[ViPER4Arise FX]*NEW + ViPER4Android XHiFi
D=Dolby
A=Atmos
M=MaxxAudio
N=Noozxoide EZIO-rewire PRO
3D=[AM3D Audio Effects]*NEW
LINK -> Audio Thread
What's NEW?
MEIZU Flyme OS 5.1.1 Base
->Restored Navigation Bar -> New Button Icons + Search Key that acts as Kill Foreground App -> Customizable via Xposed
->NO Quick Boot Mod
->Smart Controls *NEW* Under Status Bar Toggles but Disabled by Default.
->Over Clocked CPU to 1.61 -> See Kernel Auditor Below
->Panic Stricken iFont + iFont App
->Xposed Framework Mod *NEW* *WARNING* Try to stay away from System UI Tweaking Modules, OS doesn't like it.
->Xtreme Visual Engine *NEW* -> Can be tweaked back to normal via Kernel Auditor.
->Xtreme Minimalist UI -> 90% of the system apps are disabled due to Language Bug. But very Elegant, Fast, and Stylish UI.
->VDAMN3D Audio Updates and Changes -> See Linked thread to Audio Engine
->Xtreme 3D Suite -> TSF Laucher Pre-Configged and Organized
Screenshots?
View attachment 3934804
More Updates to Come?
6.0.1 Coming even if I cant build it....
How do I install?
Extract TWRP.7z to install location of your choosing.
Create backup of existing.
Change [SERIAL], rename to your serial number.
Restore EVERYTHING /Data is required.
Profit!
Link?
AIO SETUP
duffieldj2 said:
DOES IT REALLY WORK ALL IN ONE???
CHECK THE SCREENSHOT BELOW!!!
Yes I have ViPER4Android FX, XHiFi, Dolby Digital Plus+, Dolby Atmos, and Noozxoide EZIO-rewire PRO (5) Audio Apps all working simultaneously with Spotify and All System Audio Playback.
Would you like me to share this ROM?
Click to expand...
Click to collapse
Share it? Why you didn't make rom 6.0.1 ? and why are you making thread in Android Development and you are asking to share or no?
Alek Dev said:
Share it? Why you didn't make rom 6.0.1 ? and why are you making thread in Android Development and you are asking to share or no?
Click to expand...
Click to collapse
My device variant is the 6045O for Cricket Wireless. Has anyone here on that variant have 6.0? I didnt want something to go wrong with the flashing process, and I can already tell that the TWRP build is quite touchy on system mount during install
duffieldj2 said:
My device variant is the 6045O for Cricket Wireless. Has anyone here on that variant have 6.0? I didnt want something to go wrong with the flashing process, and I can already tell that the TWRP build is quite touchy on system mount during install
Click to expand...
Click to collapse
6.0 ROMs can be flashed on the cricket variant.
I have the 6045I 6.0 ROM running on the cricket variant.
Hemidrosis said:
6.0 ROMs can be flashed on the cricket variant.
I have the 6045I 6.0 ROM running on the cricket variant.
Click to expand...
Click to collapse
Awesome! Well I'm quite satisfied with Resurrection Remix 5.1.1 at the moment now that I have finished days and days of work getting the audio engine just right but I fully intend to upgrade to MM just not yet since 5.1.1 is just now perfect but check out the new screenshots, I have Dolby Atmos working finally along with V4A FX and XHiFi and Noozxoide too. My AIO will feature integrated /data partition so all you have to do is the TWRP restore and then boot to my version of Resurrection Remix and its pretty cool so I thought you all might really like it!
View attachment 3845526
View attachment 3845527
View attachment 3845528
View attachment 3845529
View attachment 3845530
View attachment 3845531
View attachment 3845532
ok what is this is there's a rom or this just joke ??
morepr said:
ok what is this is there's a rom or this just joke ??
Click to expand...
Click to collapse
I am currently wanting to upgrade to MM. I am on a custom 5.1.1 ROM so how should I go about upgrading? From there I want to start my ROM from scratch get everything I want put into it and Transform this thread into my ROM thread. I promise I haven't forgot about this but can someone point me into the thread I should use to do the upgrade? I'm on Cricket Wireless RADIO. Can I do the update and not lose 4G?
I also have a new Computer now (More Delays On Release) I want to build 6.0.1 but I want it to be fast stable like everyone has on here. Can I bum some of the GitHub Sources? How do I obtain permission for that?
Thanks for contributing to this community!
Sent from my 6045I using Tapatalk
I'm trying to man. Everything I have now on 5.1.1 is completely bad ass and I know how to share it with you all. I just want it to be perfect.
duffieldj2 said:
I also have a new Computer now (More Delays On Release) I want to build 6.0.1 but I want it to be fast stable like everyone has on here. Can I bum some of the GitHub Sources? How do I obtain permission for that?
Click to expand...
Click to collapse
Every 6.0.1 ROM is on here are just customized versions of the stock MM ROM for our devices.
CM13 is being worked on behind closed doors.
Personally I want to see DirtyUnicorns make an appearance on this device so I'll do just that and wait for 6.0.1 sources to stabilize.
NEW PREVIEW!!! NOW UPGRADED TO ViPER|Atmos|Maxx|NOoZ Digital + (6) FX APPS all working together thanks to 64bit Octa-Core hardware so there's ZERO LAG!
duffieldj2 said:
NEW PREVIEW!!! NOW UPGRADED TO ViPER|Atmos|Maxx|NOoZ Digital + (6) FX APPS all working together thanks to 64bit Octa-Core hardware so there's ZERO LAG!
Click to expand...
Click to collapse
Share it
I'll say my eta for this will be second week of September sorry about the delays everyone I'm just super busy at my new job and I'm still trying to find the time to get my computer ready but I'm real close
DEV HELP! My current install method is via TWRP Restore. How to I convert that to Update.zip?
duffieldj2 said:
DEV HELP! My current install method is via TWRP Restore. How to I convert that to Update.zip?
Click to expand...
Click to collapse
you will can't convert to update.zip
Sent from my 6045Y using Tapatalk
Oh okay, so if you all just copy my extracted.7z to the backups folder inside your serial number folder, the you should have my OEM Personalized Stock of ResurrectionRemix. Plus blazin first boot to because all the Dalvik ART is already compiled.
duffieldj2 said:
Oh okay, so if you all just copy my extracted.7z to the backups folder inside your serial number folder, the you should have my OEM Personalized Stock of ResurrectionRemix. Plus blazin first boot to because all the Dalvik ART is already compiled.
Click to expand...
Click to collapse
yep ?post some acreenshoots?
Sent from my 6045Y using Tapatalk
<<Extract the JDX AIO RR LOLLI to your /data/media/0/TWRP/backup/###SERIAL###/JDX AIO/>>
this is internal or sd card storage?

Categories

Resources