[update] CyanogenMod DSP library and DSPManager standalone - Nexus S General

I think the CM{7,9} DSP library is far superior than the built in one even the one in ICS, so I decided to create an update.zip just for this. It can be applied to stock ROMs or any other ROMs that don't have it. Extra bass rules!
See the instructions in the master thread. I cross-post it to this forum, because I tested it on Nexus S and it seems to work well.

Related

[Q] AOSP or CM based ROM with Flash Lite 4?

Hello,
Since I'm new here, I couldn't post this thread to the development section, I think it might fit better in there.
Anyway, I really like the new CM7 2.3 ROM and the latest AOSP 2.2 ROM from fyodor. Both have Tattoo hardware working fully (FM and Camera too!) and with considerable performance improvement. Minus the clutter from the Sense UI
The only thing I miss from my old Sense ROMs is Flash Lite support. So far I have found one ROM that is particularly promising. This excellent port from HTC Wildfire made by Dexter, has Flash Lite 4 support and www.playerversion.com reports its Flash Player version as FL 10,1,123,425. (Flash Lite 4) I guess that's as good as it gets on an ARMv6 processor.
http://forum.xda-developers.com/showthread.php?t=816580
My idea is to somehow include this Flash Lite player in an AOSP or CM based ROM. I have some programming skills in C and Java, so I can also compile from source and modify or debug code if needed. I will be very glad if experienced Android developers can point me in the right direction
For now, my basic efforts of including this Flash Lite 4 player as add-on files to AOSP and CM7 failed. CM7 was a far shot anyway, but I have made some progress on AOSP. I extracted FlashPlayer.apk, FlashLitePlugin.apk from the /system/app/ and libflashlite.so, libflashliteplugin.so, libflashsnddec.so from the /system/lib/ folder of Dexter's TatFroyoSense v0.4 mod (Android 2.2). I patched these into Fyodor's froyo_AOSP_Tattoo_v0.33 (Android 2.2) using dsixda's Android Kitchen and built the zip file. It flashes fine and even HTC Flash Player seems nicely installed! But when I open a flash web-page, no joy for me (sigh)... Some logcat entries are below:
During boot:
W/PackageManager( 126): Unknown permission android.webkit.permission.PLUGIN in package com.htc.flashliteplugin
Click to expand...
Click to collapse
When I visit a flash site with the browser:
E/dalvikvm( 354): Can't open dex cache '/data/dalvik-cache/[email protected]@[email protected]': No such file or directory
I/dalvikvm( 354): Unable to open or create cache for /system/app/FlashLitePlugin.apk (/data/dalvik-cache/[email protected]@[email protected])
E/webkit ( 354): Can't find plugin's class: com.htc.flashliteplugin.FlashView
Click to expand...
Click to collapse
Any ideas? I'm not sure if I'm on the right track here, any help is much appreciated.
Regards,
Tolga
Hello,
I guess not many people are interested in Flash anymore Anyway, I have a partial solution, which I find good enough for daily use for now. Unfortunately it's not based on CM or AOSP...
I took Dexter's TatFroyoSense v0.4, stripped down some Sense UI stuff, replaced home screen with ADW Launcher and copied the Camera app and dependencies from FroYo AOSP for Tattoo v0.3 made by cn.fyodor. So now my Tattoo has Flash Lite 4, and everything works except for video recording and FM radio! Since I don't really use the last 2 features I haven't spent much time debugging them. I plan to achieve the opposite, that is moving Flash Lite 4 to CM or Froyo AOSP when I have more time. The speed and agility of the device is much better in these two ROMs.
----EDIT - 19.04.2011----
You can find the newest TolgaMOD in this thread:
TolgaMOD discussion thread
In v1.2 speed is greatly improved, I think it's close to AOSP and CM. I also included an overclock utility. I use it daily with min 576 MHz and max 672 MHz settings.
Here are some screenshots below. You can see that Alien Attack game from miniclip.com works nicely and is very playable. It definitely did NOT run on Tattoo Stock ROM + Flash Lite 3.
{
"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"
}
]
Regards,
Tolga
great work keep it up
i followed you here from the cynogenmod forums . I have a commtiva z71 clone I have flashed cynogenmod 7 rc2 rom and I was searching for a way to install flash lite on cyanogen and found that I needed sense roms keep up your good work ..keeping my fingers crossed for a working flash plugin on arm6
I don't know much about custom roms but didn't most of the sense features require HTC framework?
Sent from my HTC click using XDA App
Yes, I beleive so. I haven't yet figured out the exact dependencies of the Flash Lite plug-in. But I'm still looking If anyone knows a quick way of identifying the dependencies of an APK file, that would also help a lot. Right now I'm runnning the app, firing logcat and looking for errors. So it's basically trial and error, which takes time...
Will be great if anybody can resolve finally the flash player working with Nfinity GB as well...I am still waiting
Actually I'm trying to make Flash Lite 4 work on Nfinity GB 1.20 right now I will post here how it goes.
Nfinity ROM 1.20 had the same symptoms like any other non-HTC rom:
Simply copying the Flash APK's and .so files doesn't help with the included Browser, and it reports "no flash plug-in" with no errors. (Flash Player and plug-in seem nicely installed) When I copy the HTC ROM Browser to Nfinity ROM it doesn't work and it FCs.
Since I don't have the Flash Lite 4 source, it's sort of a shot in the dark right now, but I think it's good practice My best shot is still the TatFroyoSense v0.4 custom mod above, I'll keep you posted.
It seems my custom mod is getting more practical each day, I will post it as a separate [ROM] if it's better than any currently available. My goals are: CPU overclocking, simplicity and everything working including Flash, Camera, VCR and FM Radio on ARMv6 + Android 2.2 or 2.3. So it's basically AOSP or CM with Flash Lite for ARMv6, maybe other developers can beat me to it
STATUS UPDATE
I'm now following 2 different routes to get a fully working Froyo or Gingerbread ROM on HTC Tattoo, including Flash Lite 4:
METHOD 1: Patch Flash Lite to an AOSP or CM 2.2, 2.3 ROM
Well, since I don't have the Flash Lite or the HTC browser's source files, it seems the only option I've left now is: reverse engineering Since I will not modify or use the manufacturer's code in any way, I guess I should be legally OK. That way, I can find out exactly which files or classes these apps depend on. If I can make some headway in that department, I can patch the dependencies into a custom AOSP or CM build. If anyone knows an easier way to check for dependencies, now might be a good time to tell
METHOD 2: Make Camera, VCR, FM Radio apps work on a Sense based 2.2, 2.3 ROM
This route seems actually less challenging, since we actually have the source files of the Camera and FM Radio apps. I'm just not sure if an HTC Sense based ROM can be as fast as CM or AOSP. Probably not, so this is my second choice. The current "workaround" Custom ROM I use, which I mentioned above is going in this direction. It already started looking like Frankenstein, lol! Not very streamlined at this stage, but it surely works.
I'll keep you posted.
Keep up the great work!
Can you post your patched ROM with Sense and working Camera here or tell me exactly the way of doing this???
I´ve tried a lot and it never works!
I will check with Dexter who made the TatFroyoSense ROM, if I can publish my custom version. For a quick solution on your ROM, check out my post for Nfinity_GB, below. Still camera works, video camera doesn't. I attached the same patch to this post also, just renamed the .zip file.
http://forum.xda-developers.com/showpost.php?p=12404221&postcount=729
I think this "Still Camera patch" should work on all 2.2 ROMs including TatFroyoSense. I will be glad if you can report if it works in your case.
Full credits go to Fyodor and Kalim for this patch. I just put their work in a .zip package
If Android has a package manager like other Linux-based OS, it might specify the dependencies. Otherwise it's very unlikely. The only way would be to track the files used by the program. Will it even be possible to split the framework without braking it. As I said, I'm only a newbie. Keep that in mind, please.
Sent from my HTC click using XDA App
Hey Malitai, thanks for the comments. Unfortunately there's no "sudo apt-get install" or "Synaptic" type of app for Android, I wish there were such a thing
Yes, my plan is exactly "breaking", that is reverse engineering closed source apps and inspect the open source ones, to find out the required libraries and classes. As long as I don't publish the closed sources, use the reverse engineered code for profit or harm the manufacturer in some way, it should be OK to reverse engineer their software for educative purposes. Actually many open source projects started out like this.
I have found some pretty nice tools for reverse engineering Android DEX files. All apps including the framework can be decompiled in this manner:
http://code.google.com/p/dex2jar/ Wow! This one unpacks a dex file to jar format! I'll see how well that works..
The library .so files are a bit more complicated, since they are programmed in C, not Java. I think it makes more sense to disassamble a C app, rather than trying to decompile it. The resulting C code is not pretty. Well, luckily I know some Assembler as well, hopefully enough to read and hack a few things in the disassembled code if needed
I don't think I need to dig into library hacking for now, I guess I just need to identify the libraries referenced in the apps, and include them in my ROM.
@ Dennis0_0
Dexter has patched his TatFroyoSense v0.4 and the native Camera app works now! So his ROM is only missing Video Rec and FM Radio currently, and features a full blown Sense UI (It's from HTC Wildfire). Flash Lite 4 works nicely out of the box.
He also encouraged me to publish my "Lite" version, yay! I will do that in the following days. Let me do some alpha testing myself first
You can find my custom version of Dexter's TatFroyoSense here:
http://forum.xda-developers.com/showthread.php?p=12558803
Enjoy!
Can u make Flashlite work on LG OPTIMUS ONE P500.??? It also has armv6 processor and has better config than HTC Wildfire.. Please reply
Well, I haven't yet found a way to extract Flash Lite 4 from a Sense ROM and make it installable on another. It requires HTC framework and some other libraries.
I can try to port my mod with Flash Lite to P500 if you like.
tolgainci said:
Well, I haven't yet found a way to extract Flash Lite 4 from a Sense ROM and make it installable on another. It requires HTC framework and some other libraries.
I can try to port my mod with Flash Lite to P500 if you like.
Click to expand...
Click to collapse
Thanks for the reply Do whatever that makes flash work on armv6, extract from sense rom and provide the apk or port it to ur mod.. HTC made it possible on armv6 so HTC STOCK Rom will have the answer
If flashlite works on P500 that will be very helpful for millions of ppl. Please take ur time.
Any progress on this? Im on an armv6 eris running 2.3.3 and would like see this stripped out and ported.
Unfortunately not yet.. I'm not too optimistic about 2.3.3. I'm currently working on making 2.2 work, since we already have a working Flash Lite 4 player and plugin for 2.2.1.
I took the easier path for now, that is stripping away the "unnecessary" parts from an HTC 2.2 Sense ROM with Flash included and making everything else work. I hope I will gain more info through this method.
As far as my current research goes, it seems like HTC Flash Lite plug-in depends on the HTC framework as well as some other HTC libraries. So even if I found and replaced all of these files, it may render you other apps unusable. I think the "Flash fix" should somehow decompile the target platform's framework, inject needed code and recompile. Since this would be quite impractical for end-users, if the method works, probably devs in each platform would release a ROM including this kind of "fix". Also some devs might not like the idea, since they are deliberately trying to remove HTC code to avoid copyright issues. I think my kind of fix, should not be a problem at least for HTC users.
So it's pretty much a work in progress, and the workaround for now is using an HTC Sense ROM and customizing it to your taste. dsixda's Android Kitchen provides a very simple interface for end-users.

[TASP] The Absolute Sound Project : Making Love Not War - BETA 13b [StereoFX BETA 2]

[TASP] The Absolute Sound Project : Making Love Not War - BETA 13b [StereoFX BETA 2]
Moderator edit:
Forum Rule 12. Using the work of others.
If you are developing something that is based on the work of another Member, you MUST first seek their permission and you must give credit to the member whose work you used. If a dispute occurs about who developed / created a piece of work, first try to settle the matter by private message and NOT in open forum. If this fails, you may then contact a Moderator and provide clear evidence that the work was created by you.
Convincing evidence will result in the copied work being removed. If there is no clear evidence that it was you who created the work, then in the spirit of sharing, all work will remain posted on the forums.
As an addition, developers have the right to hold exclusivity over their work for as long as it is deemed necessary by that developer. However, if the work is claimed as exclusive, it must remain as such. No selective sharing will be allowed (ie, allowing certain people to use it and not others). If the developer decides to start sharing the work with others, the work automatically becomes available for all to use, albeit with the relevant credit displayed.
When permission has already been given, unless there is a very valid reason, it cannot be revoked (same applies to major updates on the work). Under that same premise, permissions cannot be denied unless the work is exclusive or under extreme circumstances.
In plain English: If you want to keep your work exclusive, go for it. However, if you are going to share your work, do it fairly.
These rules apply to all software posted on XDA (including but not limited to ROMs, RUUs, apps, games, kernels, themes, icons, etc) unless that software comes with a license that waives these rules.
Click to expand...
Click to collapse
VISION:
The Absolute Sound Project is the audiophile's all-in-one one stop shop audio enhancement for the rooted Android OS.
The purpose of TASP is to give everyone the best sound experience possible on Android. There are other mods that do it just as good, if not better. The goal of TASP is to unite the end-user so flashing six different sound modifications becomes a thing of the past. TASP utilizes parts of many different audio enhancing modifications out to create the best experience for music on the Android OS, while adding its own personal touch to increase the overall quality of the VISION.
This mod is for the people, by the people. If you wish TASP to not use your work tell/yell at me via private message in a civil manner (we are adults) and all traces of what has been utilized for TASP from your modification will be removed. If not then you are probably already in the credits. If you are forgotten then say something. No big deal.
We are all adults. TASP wasn't created for myself, but for everyone else like myself who flashed mods like eXtremebeats, EOF EX, PureAudio, Project ERA, LolliViper, HK, HTK, etc. No one wants to flash eight different mods.
TASP is universal. Be together, not the same. Making love, not war.
- It is not recommended to use any other sound mod
- This mod deletes any previous versions of ViPER4Android, AudioFX, DSPManager, and MusicFX and replaces it with a custom V4À specifically catored to Material Design as well as android 5.0.2 users (see credits)
- 5.0.2 friendly but should work on KK
- Includes Dolby Surround & DTS Processing
- xLOUD, Harman Kardon, Beats, sforce all included
- [Alpha WIP] Creates a stereo effect for your device speakers (ie your galaxy s5 will play sound on your front earpiece and back speaker). I removed this because of the bugs
- Clean flash of your ROM with no other sound mods is recommended, especially since this is beta phase. If you have another mod installed I will ignore your bug reports
This mod is in BETA. I'm in the debugging process for several devices. If you're going to test this mod do not have other sound mods installed and be willing to support the debugging process (logs, tests, etc). Please support me with your device name and manufacturer and your experience(s) with flashing my mod (after a clean install of your rom).
HTC/Sony/TW devices are currently a hit or miss. Some find it works, other do not. Feel free to try it out though. AOSP/CM should work like a charm.
INSTALLATION INSTRUCTIONS:
1). Clean install your rom with no other sound mods installed. You can dirty flash your rom, but clean install (recommend) is always better (getting rid of orphan data)
2). If you're going to install another sound mod, do so before you flash mine (not recommended)
3.) Your phone needs to be rooted and SuperSU needs to be installed
4). Install the latest version of BusyBox
5). TWRP is the best recovery out there and is always recommended to be used rather than Philz/CWM/etc. Some users are experiencing trouble with errors (usually permissions) during the flashing process, this should theoretically fix that issue
6). If you're using 5.0+: download Selinux Mode Changer and set Selinux mode to permissive
7). If If you're using 5.0+: go into your rom's Developer Options and uncheck "Use NuPlayer". Some users experience compatibility issues with NuPlayer not working with V4A/Dolby, others do not. Better safe than sorry
8). Flash [TASP™] The Absolute Sound Project™ : Making Love Not War - BETA
9). Don't forget to WIPE! (cache/dalvik)
10). Reboot and enjoy the love making to your ears
NOTE: If Dolby or V4A don't work for whatever reason, flash the compatibility patch below as a final measure.
————————————
About V4A Compatibility Patch:
Flash the patch only if V4A/Dolby effects are installed, but not processing in some media players such as Spotify or Pandora.
V4A COMPATIBILITY PATCH CHANGELOG: DOWNLOAD
19/02/2015 - BETA 3:
- Better compatibility
Code:
[COLOR="red"][B]16/02/2015 - BETA 2:[/B][/COLOR]
- FC/Freezing fixes
- Enhanced compatibility
[COLOR="red"][B]12/02/2015 - BETA 1:[/B][/COLOR]
- Initial BETA Release
————————————
About StereoFX:
Utilizes both your phone's internal front and back speakers to create a stereo effect while also modifying internal/external speaker, Bluetooth, USB, headphones, HDMI, recording, mic, and call volume parameters.
STEREO FX CHANGELOG: DOWNLOAD
16/02/2015 - BETA 2:
- In-call speaker phone "no sound" fixed. Should be working as intended now
Code:
[COLOR="red"][B]15/02/2015 - BETA 1:[/B][/COLOR]
- Initial BETA Release
- Samsung Galaxy S5 and Nexus 5 devices confirmed compatibility
- HTC and LG phones are unsupported with this release, but will be supported in the future
————————————
About The Absolute Sound Project:
The audiophile's all-in-one audio enhancement that includes a custom-tailored Material Design version of ViPER4Android (latest) and Dolby Digital Plus equalizers.
THE ABSOLUTE SOUND PROJECT CHANGELOG: DOWNLOAD
18/02/2015 - BETA 13b:
- ViPER4Android XHiFi - (to force 32-bit audio) - is now included. I highly recommend using this at default settings,with Audio Reconstruction, and "Vocal Booster" FIREqualizer settings enabled, especially of you like your clarity/bass
- Added V4A/XHiFi persist script after dirty ROM flash
- Compatibility fixes
- Added init.d script to force selinix permissive
- Upgraded, replaced, removed, or downgraded broken libs
- Added PON-3 libs/effects
- SRS, sound image, vpt, DTS, and SFORCE changes
- Kept the "bass heavy libs" the same so don't say your bass punch is reduced
- Several dynamic behind the scene changes that I can't remember at this moment
Code:
[COLOR="red"][B]15/02/2015 - BETA 12:[/B][/COLOR]
- Changed alsa driver (no longer using [user=4388232]@ZeroInfinity[/user] alsa upon his request)
- Changed Dolby config upon request of [user=4388232]@ZeroInfinity[/user]
- Improved compatibility
- Updated all stock ROM effect libs with newer versions
- Added back in asound
- Less treble, more clarity
[COLOR="red"][B]14/02/2015 - BETA 11:[/B][/COLOR]
- New V4A 2.3.4.0 (LolliViper] with Material Design
- New effects such as normalizer and updated libs/effects such as VPT
- SRS, sforce, and alsa backend files
- HTC compatibility fixes
- Sony effect improvements
[COLOR="red"][B]12/02/2015 - BETA 10:[/B][/COLOR]
- Reverted a few SRS libs back to BETA 7 version because of loss of bass "punch"
[COLOR="red"][B]11/02/2015 - BETA 9:[/B][/COLOR]
- fixed v4a build prop lines missing
- updated spectrum libs
- added, changed, and updated more libs
- much greater difference in sound quality
[COLOR="red"][B]11/02/2015 - BETA 8:[/B][/COLOR]
- should fix HTC bootloop
- newer maxxaudiolibs
- build prop typo fixes, changes, and additions
- fixed mic not working unless in a call
- update binary script adjustments
- SRS, Sony, and sforce changes
- overall sound improvements
[COLOR="red"][B]07/02/2015 - BETA 7b:[/B][/COLOR]
- minor update, hence the "b": mostly build prop typo fixes and changes
[COLOR="red"][B]06/02/2015 - BETA 7:[/B][/COLOR]
- compatibility update: fixed the "No sim" and not being able to connect to the internet on some devices
- removed the pon3 libs that conflicted with installing the V4A drivers normally
- a few minor fixes and changes
[COLOR="red"][B]04/02/2015 - BETA 6:[/B][/COLOR]
- reverted a good amount of changes that were in BETA 5 and kept the good changes
- removed audio_policy.conf for the time being
- added updater script dolby permission lines
- updated or replaced outdated libs with the newest available
- re-added a few libs
- reverted audio_effects so bass is deep like BETA 3 & 4 with mid-high clarity range
- dolby should no longer force close. If it force closes you should still have the effects, it's just a symptom of different roms/devices/variants
[COLOR="red"][B]31/01/2015 - BETA 5:[/B][/COLOR]
- improved touchwiz, slimkat, cm11, and more HTC sense compatibility
- changed updater script a little.
- reverted v4a build prop changes
- updated or replaced some libs
[COLOR="red"][B]31/01/2015 - BETA 4:[/B][/COLOR]
- changed and restructured a few audio effects
- removed sony hearing protection audio effect
- added Samsung Touchwiz 4.4/5.0+ compatibility
- testing custom audio_policy.conf and v4a build prop tweaks. I need feedback on this one. If you don't have audio effects on v4a try setting all the v4a Tweaks in build prop to "false". Report back to me if you have to do this. This should fix the problem people have had in the past where no matter what they do, they can't get v4a to work normally with all media players
- updated sound alive libs
- other small tweaks
- cleaned up some unused libs
[COLOR="red"][B]29/01/2015 - BETA 3:[/B][/COLOR]
- sounds better than it has ever sounded thus far. Deep and high bass sounds good. Tested acoustic music, dance, electronic, dupstep, metal, rock. All sound more amazing than previous versions
- updated/added effects
- removed sonicmax effect that resulted in unnecessary sound amplification (thanks [user=5648292]@aki_007[/user])
- more srs tweaks and added some additional srs effects
- other changes/fixes
- more compatibility fixes for some HTC Motorola, and Sony devices (hopefully)
- added asound back in (test)
[COLOR="red"][B]28/01/2015 - BETA 2:[/B][/COLOR]
- Added a few Build.prop entries as well as changed existing ones
- tweaked srs config
- other changes/fixes
- compatibility fixes for some HTC and Sony devices (hopefully)
[COLOR="red"][B]28/01/2015 - BETA 1:[/B][/COLOR]
- Initial BETA Release
————————————
I recommend a clean rom install (preferred) but a dirty rom flash should do it(to get rid of deleted files).
ALSO if you end up not getting sound, uninstall the v4a audio driver, reboot, reinstall driver, and then reboot again and it will fix the nosound/no effect issue.
CREDITS (WIP):
@viper520, @zhuhang - Viper4Android and IRS files
@Ben Feutrill - Parts of eXtremebeats
@mrchezco1995 Parts of PON-3
@Hid3rs, @//.dax, @AndrasLOHF - Parts of LolliViper (ViPER4Android 2.3.4.0 Material Design w/ flat icon) and stereo mixer_paths (groundwork)
@kien_vip - Parts of HTK Audio Engine @Vinardo_ZzZ 2000 - Parts of Elements of Fidelity EX/ASDPE and amazing IRS files
@dryla - Parts of Beast Audio Mod
@scrosler - Parts of Harman / Kardon Sound Mod
@Ergo Proxy - Parts of OPO Sound Mod
@ibanez7 - Parts of Xperia Z3 Walkman Mod @ricardopvz - OPO MaxxAudio Libs
@Joe0Bloggs[/MENTION] - Phenomenal V4A IRS files
@aznrice2k4, @ZeroInfinity - samplerate.sh
RECOGNIZED CONTRIBUTORS:
@aki_007, @smeejaytee, @jmxc23, @churapa
_________________________
[TASP] The Absolute Sound Project : Making Love Not War - BETA [StereoFX BETA]​
Sounds interesting
After installing the last version I have same situation with my sound exactly I have no sound at all and phone gets laggy as well as I get FC with media storage
The mod works fine with the exception of the Dolby app. Also the music stops when I try to access the Dolby app. Overall most of the enhancements can be heard it is just the Dolby app probably due to the visualizer.
Can somebody test the difference between this mod and eXtremeBeats (they should both use the same V4A profile and headset)?
What are the differences between this mod and eXtremeBeats?
Retracted! unfortunately after I reboot I got a bootloop, tried dirty flashing my Rom but it still wouldn't boot without fc's from all over the place, so unfortunately this is not working for HTC m8
Sent from my HTC One_M8 using Tapatalk
jmxc23 said:
The mod works fine with the exception of the Dolby app. Also the music stops when I try to access the Dolby app. Overall most of the enhancements can be heard it is just the Dolby app probably due to the visualizer.
Click to expand...
Click to collapse
Have you tried once with putting dolby_ds.jar in your rom zip framework folder and fresh install of your rom..
The dolby doesn't work because when you install it with some mod.zip the android system tried to verify the signature which is missing in the framework file although Vinardo had signed it ..
but when you fresh install the rom with dolby in it the android skips its verification as the signature verfification mechanism isn't loaded yet and will load only after the rom boots up and So , you get to hide the dolby from that and make it work...
Its the most successful method till now...Try once and if it still doesn't work then you can restore your backup anyways.
The latest dolby deserves to be tried as it doesn't boosts much audio but adds a nice surround and a little bass but the surround is very good...Goes well with V4A and DCT
berda77 said:
After installing the last version I have same situation with my sound exactly I have no sound at all and phone gets laggy as well as I get FC with media storage
Click to expand...
Click to collapse
The best way to debug the situation is telling my your device, the rom you're currently running, give me a logcat of your bootloop, and it would be a good idea to compare the files in my mod vs the default files in your rom. See what my mod replaces. Make sure you're not running any other sound MOD. It WILL cause conflict.
FPSUsername said:
Can somebody test the difference between this mod and eXtremeBeats (they should both use the same V4A profile and headset)?
What are the differences between this mod and eXtremeBeats?
Click to expand...
Click to collapse
This combines eXtremeBeats with other sound mods, while also adding my own personal love and touch. So ebs is already included. . .
aki_007 said:
Have you tried once with putting dolby_ds.jar in your rom zip framework folder and fresh install of your rom..
The dolby doesn't work because when you install it with some mod.zip the android system tried to verify the signature which is missing in the framework file although Vinardo had signed it ..
but when you fresh install the rom with dolby in it the android skips its verification as the signature verfification mechanism isn't loaded yet and will load only after the rom boots up and So , you get to hide the dolby from that and make it work...
Its the most successful method till now...Try once and if it still doesn't work then you can restore your backup anyways.
The latest dolby deserves to be tried as it doesn't boosts much audio but adds a nice surround and a little bass but the surround is very good...Goes well with V4A and DCT
Click to expand...
Click to collapse
There's no other way to fix the problem? I haven't experienced this as of yet...
As for the mod. Is it working for you?
Simply the bsst. Flashing over TEST zip with blisspop
ahrion said:
There's no other way to fix the problem? I haven't experienced this as of yet...
As for the mod. Is it working for you?
Click to expand...
Click to collapse
NO for your mod and I can't find out what's wrong with it , although you and me have almost same files and same lines of codes..
Yes for dolby ... as @jmxc23 is using LOLLIPOP if he can disable signature verfifcation which I couldn't then it will work flawlessly....
berryman13 said:
Simply the bsst. Flashing over TEST zip with blisspop
Click to expand...
Click to collapse
You should dirty flash your rom first. I use BlissPop on my s5 which is why you don't have issues with it lol. . I changed a lot though.
Sometimes when you dirty flash all seems well... And then you clean flash and every is so much different.
aki_007 said:
NO for your mod and I can't find out what's wrong with it , although you and me have almost same files and same lines of codes..
Yes for dolby ... as @jmxc23 is using LOLLIPOP if he can disable signature verfifcation which I couldn't then it will work flawlessly....
Click to expand...
Click to collapse
I'm using lollipop as well...
I haven't taken a look at your mod yet. Link?
What exactly is going on? No sound? Bootloop? The best way I found to debug the situations besides a logcat is go through each and every file in TASP B1 and compare it to your rom files that my mod replaces. Then report back here with the files my mod replaced in your rom. Usually that does the trick.
ahrion said:
You should dirty flash your rom first. I use BlissPop on my s5 which is why you don't have issues with it lol. . I changed a lot though.
Sometimes when you dirty flash all seems well... And then you clean flash and every is so much different.
Click to expand...
Click to collapse
Ye mate I know. I checked out the zjp and its scope is huge. Haven't flashed anything yet but I do generally always dirty(ish) flash my ROM, gapps and kernel.
My device is a D800. ATT variant of the g2 and generally the second to best variant of the device besides ofc international which is D802 (most dev support).
I take it you run bliss 1.9 (released yesterday for me). I will clean flash it with micro gapps and the most solid kernel available for my phone, render kernel. Do you want me to flash it on my otherwise stock and rooted NVIDIA Shield? I'm glad to test as much as will benefit you.
berryman13 said:
Ye mate I know. I checked out the zjp and its scope is huge. Haven't flashed anything yet but I do generally always dirty(ish) flash my ROM, gapps and kernel.
My device is a D800. ATT variant of the g2 and generally the second to best variant of the device besides ofc international which is D802 (most dev support).
I take it you run bliss 1.9 (released yesterday for me). I will clean flash it with micro gapps and the most solid kernel available for my phone, render kernel. Do you want me to flash it on my otherwise stock and rooted NVIDIA Shield? I'm glad to test as much as will benefit you.
Click to expand...
Click to collapse
You can try to nshield. I know nothing of the tegra processor or software. It doesn't hurt to try.
How it the mod sounding for you? Bass, miss, clarity, lows, highs?
Great mod, however I can't get Dolby to work. It flashes and I am able to launch the application. However when it launches there is no FC it just automatically closes.
Here's a list that was pulled when it happened: https://www.dropbox.com/s/s3collkoglrrtxm/Log_2015-01-28_12-24-25.txt?dl=0
Device: Nexus 5
ROM: SlimLP
Riddlah said:
Great mod, however I can't get Dolby to work. It flashes and I am able to launch the application. However when it launches there is no FC it just automatically closes.
Here's a list that was pulled when it happened: https://www.dropbox.com/s/s3collkoglrrtxm/Log_2015-01-28_12-24-25.txt?dl=0
Device: Nexus 5
ROM: SlimLP
Click to expand...
Click to collapse
Are you running KK? This seeks to be KK exclusive.
ahrion said:
Are you running KK? This seeks to be KK exclusive.
Click to expand...
Click to collapse
No I am on Lollipop 5.0.2
aki_007 said:
NO for your mod and I can't find out what's wrong with it , although you and me have almost same files and same lines of codes..
Yes for dolby ... as @jmxc23 is using LOLLIPOP if he can disable signature verfifcation which I couldn't then it will work flawlessly....
Click to expand...
Click to collapse
It doesn't work someone will have to make it compatible with lollipop for it to work. People already made v4a compatible with lollipop albeit with some issues.
jmxc23 said:
It doesn't work someone will have to make it compatible with lollipop for it to work. People already made v4a compatible with lollipop albeit with some issues.
Click to expand...
Click to collapse
I'm running LP and I'm not having any issues. Try turning of Nuplayer in developer options of your rom.

Smooth your 5.1.1 TW experience !!

So as you know our S5 mini isnt loved by devs and no custom roms are available for it
so how about we mod the stock rom by our selfs !!!
@xXx made a script for his Galaxy S5 that will clean your rom the way you like it and fortunately its working on the S5 mini as well
so i will copy his thread nothing more i asked him to do so and he said its ok
so lets get started
URWsoft BareBone Cleaner
Features & Benefits
Free Rom choice:*Choose any Samsung Touchwiz Lollipop Rom and cleans it down to a core level. This way you can choose a Rom which fits your personal liking and requirements and clean it down to your comfort level.Reduced to the Max:*Reduce Rom A full blown Samsung Rom comes with about 300 apps which can be brought down to about 75 core appsFaster Rom:*After a full clean you will have about 1.1 GB free RAM available which is about 300-400 MB more compared to a full blown Samsung Rom. This increase the performance.Individual Cleaning Definitions:*The BareBone Cleaner provides you with plenty of options to customize the cleaning process and make sure you prevent apps you want to keep from cleaning.Compatible:*Several user feedbacks confirm that the BareBone Cleaner works with odexed and deodexed as well as Samsung based Lollipop and KitKat roms on all kind of S5 variants.Saved Profilesnes you have defined your individual profile it will be saved as an editable text file on your SDcard (URWsoft folder) and next time you flash a Rom you can run this profile with the exact same settings with no additional effort.You will have predefined profiles for one click cleaning available. One save Default Profile and an Extrem BareBone Cleaning Profile.You can reset your profile to default setting anytime and start to define a new profile.You have a Bypass option available which will keep you defined profile and just present you with a complete unselected profile. This will help you to just select one or more apps for addition cleaning or select one of the Install optionsMulti Window Operation:*On the first customization window you can select which further menus you want to enable. Only these windows will be presented.Alternative Apps and Tweaks:*You might want to get rid of the S5 stock keyboard, or the TouchWiz Launcher. As an alternative you can select the S6 keyboard or Nova Launcher etc. from the Install Apps menu and be able to remove the stock apps without being left with an unusable rom.Rom Specifics Menu:*Most of the rom chefs implement different kind of apps to their roms which are additional to the Samsung standard Rom content. In order to give you the opportunity to get rid of specific unwanted apps which I started this new section. This will grow on the go and you tell me what you would like to see here as additional cleaning options.Users Selection Menu:*Some users requested me to clean even more content which I either didn’t test sufficiently yet or might remove rom functionality which is required for a seamless rom operation. These requests can be found in the Users Menu. If you tested these selections please let us know your experience is with it. If everything works fine for daily use these cleanings could be easily shifted into the standard cleaning options.Additional Features:*The BareBone Cleaner will further grow on the go and you tell me what you would like to see here as additional cleaning options. The profiles will help already to combine a feature rich utility with ease of use and fast track profile executions.
URWsoft BareBone Cleaner Project
I’m not a developer but I’m flashing ROMs since quite some years and today I’m experienced enough for this project.
The BareBone Cleaner is an Aroma Installer based tool which will debloat your TouchWiz Lollipop rom up to a core minimum in order to increase available ram and get rid of performance wasting apps and services which are not mandatory.
So get rid of all the Samsung crap, bloatware, the annoying “check cover” warning or other apps which you could easily add again to your personal liking from the Google Playstore.
I’m sure many of you was looking for this kind of solution in order to choose any rom fitting your personal liking.
Background of this Project
The original kick-off for this project was a longer temporary absence of*Edgarf28*who provides us with his awesome*XtreStoLite*rom. I used his rom since the very first day on my S5 and even I tried tons of other roms, for some reasons I always returned to XtreStoLite.
Therefore I started to develop the BareBone Cleaner to be able to choose any TouchWiz Lollipop rom and clean it down to the same level as Edgar is doing with his rom. Short after I decided to share my BareBone Cleaner in this thread Edgar returned and provided an updated rom version.
As I enjoy this project and got several motivating feedbacks from users who would like to clean the rom of their choice, I decided to continue the development of my BareBone Cleaner and bring it to the next level by porting the cleaner logic to a user friendly Aroma Installer. Now users can individually choose what they would like to clean and I will step by step add more options now.
The most important factors for me, beside the combination of performance and battery life is the fact the I’m able to run the original TouchWiz rom but maximum debloated to a core minimum in order to increase available ram and get rid of performance wasting apps and services which are not mandatory.
So what happens if you use my script?
The script deletes all kind of apps from your installed rom based on your selections down to a core level what is required for a stable operation. From that level you can add any desired app from the Google Playstore to satisfy your personal requirements and style.
Important notes
The BareBone Cleaner is designed to clean TouchWiz Lollipop 5.0.x roms running on the S5 G900F which are either odexed or deodexed.
Currently I’m not planning to support other rom types. I’m happy to get your feedback if you tried it successfully on other roms as well so other users can benefit from that information as well.
Best use is running the BareBone Cleaner from recovery right after flashing a new rom but you can also make use of it if you want to clean your existing installation. In this case you might experience that apps like Google maps, Youtube etc. will be gone. In this case just load them again from Google Playstore.*
! Flash this Script at your own Risk !
!! - I don't take any responsibility for any Damage - !!
Create a Nandroid-Backup before flashing the script!
In*Post #166*you will find my Best Practise Guide for "Flash addicted users"
In*Post #167*you will find my "Step by Step Guide for some common flash Use Case Scenarios"
In*Post #234*you will find my "Guide for my Audio Boost & Quality enhancement Mod"
Download folder
https://www.androidfilehost.com/?w=files&flid=27003
This is a fixed folder link and will provide you with a list of all available versions. Just choose your prefered version.
Change Log
v5.9.6a
New Rom Support – Full support for “SIXPERIENCE 5.1”.
Update – Google Messenger updated to latest version.
v5.9.5
New Rom Support – Full support for the “Epsilon Project”.
New Rom Support – Updated support for the “S6 Revolution v3”.
New Option – added “Active Application Widget”.under “Samsung Apps” section.
Update – NovaLauncher and Google Messenger are on latest version now.
Update - some Audio Mod settings
v5.9.4
New Option – added “VPN System” Now you can select if you want to keep the VPN related services.
New Option – added “Polaris Viewer”.
New Feature – under “Install Apps & Tweaks” you will find the option “Audio Boost & Quality enhancements” which enhanced the compilation mod with Dolby ATMOS thanks to @worstenbrood.
Guide for the Audio Boost & Quality enhancement Mod
v5.9.3
Bug Fix – Wifi issues like forgetting password and connecting are solved thanks to @nip_miniw
Bug Fix – S-Voice FC fixed.
Update – Support for SIXPERIENCE 2.0*
New Option – added “Sensor Calibration / Sam Test Apps” under “Optional Cleaning”. Keep all stuff to be able to enter hidden menus using “Secret Codes”.
v5.9
New Feature – under “Install Apps & Tweaks” you will find new option “Audio Boost & Quality enhancements”
This Audio Mod will replace Sound Alive Services with DSP+ EQ by @noskojvand eXtremeBeats by @Ben Feutrill*for the best audio experiences and usability.
Update – Nova Launcher updated to latest version
v5.8.1
Bug Fix - Samsung Account will not be cleaned with Barebonhe Cleaning anymore*to ensure full Theme functionallity on S6 type roms. Cleaning this is now an option in the Samsung Apps submenu
Bug Fix: Removed "Google Webview cleaning option as this forced certain apps to fc.
v5.7
New Rom Support – Supports Sixperience S6 Rom now.
v5.6
New Rom Support – Supports Darklord S6 Rom now.
Update for latest Google Messenger version.
.
v5.5
New Options – If you use S6 type roms from ambasadii or scholz123 you have several new cleaning options in the “Optional Cleaning – Menu” under section “S6 Rom Specials”.
Bug Fix – Stock File Manager was always cleaned independent from selection.
Bug Fix – FC of Google Maps when “Sound Alive Service” was cleaned.
v5.4
Bug Fix – In some cases the Google Play Store closed right after starting.
New Option – Now it’s possible to exclude the Stock File Manager from cleaning.
v5.3
Bug Fix – Kids Mode was not working correctly even it was excluded from cleaning.
Bug Fix – Parts of Google TTS, Stock Video Player and SBrowser was always cleaned even it was excluded from cleaning.
v5.2
New Feature - One Hand Mode added to Optional Cleaning Menu.
Bug Fix – Weather Widget didn't work after cleaning even when unchecked to not be cleaned.
Bug Fix - Saved Profile on sdcard was not properly updated after each cleaning session.
v5.1
Bug Fix – not being able to edit saved profiles on sdcard in URWsoft soft folder is resolved after the next execution of the Barebone Cleaner.
Selection items for addition menus in main menu are highlighted in blue color now for a better overview.
v5.0.1
Complete redevelopment
Implemented saved Profiles to save individual settings and provide fast track profile executions (see info’s above under features & benefits)
Additional and more detailed cleaning options
New Rom Specifics Menu to be able to remove specific and non-stock apps as well.
New menu structure with multi window operation for better selective cleaning operation.
Fixed bug: urwsoft folder on sdcard was not recognized as a folder.
CREDITS
@amarullz*for the aroma installer framework
@edgarf28*for the S6 Keyboard and System Fonts
@daxgirl*for his 6thGear Extended reboot menu
@noskojv*for his DSP+ audio mod
@Ben Feutrill*for his eXtremeBeats™*audio mod
@Klenamenis*for his build.prop updater script
@worstenbrood*for his Dolby ATMOS audio mod
Common Questions
Can I add or remove stuff?
“Yes you can do if you have some Aroma installer know-how*by editing the update script file in the zip package with notepad++.
There you find the list of everything to be deleted. You can take out or add any other desired content to be cleaned.”
I hope everybody else enjoys this tool as I do.*
If you like the BareBone Cleaner don’t forget to hit “Thanks”
if you like it dont forgot the thanks button : (
as well as the original thread here
http://forum.xda-developers.com/galaxy-s5/development/mod-urwsoft-barebone-cleaner-t3043479
I also want to thank @ashishpmb for telling me about this great mod : )
thank you everyone and waiting for your feedback
Tested on my G800H running the Indian stock 5.1.1
Have you tried using it on S5 mini? How did it go?
Also, how can I install it?
RushPL said:
Have you tried using it on S5 mini? How did it go?
Also, how can I install it?
Click to expand...
Click to collapse
yup i used it on my s5 mini and ive removed 83 Samsung system apps
the device is very fast now and smooth
as for installation download the ZIP and flash it via recovery
it will open a window with an aroma installer
follow the instructions that will show
and just in case make a backup for your current rom so you can restore it if you removed something you need
So I can flash any S5 ROM on my S5 Mini (g800f) ? And then I have to flash this Mod, and ROM should work, right ?
Envoyé de mon SM-G800F en utilisant Tapatalk
Joseph67500 said:
So I can flash any S5 ROM on my S5 Mini (g800f) ? And then I have to flash this Mod, and ROM should work, right ?
Envoyé de mon SM-G800F en utilisant Tapatalk
Click to expand...
Click to collapse
No, you cannot flash ANY S5 Rom on a S5 MINI. You will brick your phone.
Please read the introduction to this thread.
Ok excuse me and thanks you
Envoyé de mon SM-G800F en utilisant Tapatalk
sasukesama said:
yup i used it on my s5 mini and ive removed 83 Samsung system apps
the device is very fast now and smooth
as for installation download the ZIP and flash it via recovery
it will open a window with an aroma installer
follow the instructions that will show
and just in case make a backup for your current rom so you can restore it if you removed something you need
Click to expand...
Click to collapse
which version did you flash there is two files in the link?
kayshibe said:
which version did you flash there is two files in the link?
Click to expand...
Click to collapse
5.9.6
FYl: TWRP 2.8.7.0 breaks Aroma Installer... so only works with the old build.
dreinulldrei said:
FYl: TWRP 2.8.7.0 breaks Aroma Installer... so only works with the old build.
Click to expand...
Click to collapse
Good to know
thank you
please report to jackeagle so he will fix it
sasukesama said:
Good to know
thank you
please report to jackeagle so he will fix it
Click to expand...
Click to collapse
I wanted to post in the correct thread, but my account here is new, so I am not allowed to do this.
I sent an email/pm to jackeagle but did not get a reply.
dreinulldrei said:
I wanted to post in the correct thread, but my account here is new, so I am not allowed to do this.
I sent an email/pm to jackeagle but did not get a reply.
Click to expand...
Click to collapse
Can you post a comment in his thread of twrp with the problem so he will see it just in case he didnt noticed your message
I think the problem is related to hardware overlays and not handled correctly for this build. There is a workaround in the r4 build of the same TWRP source rev. for the Moto X Play. Aroma hangs when the zip has loaded and the splash screen should be displayed on top of the TWRP interface. It just hangs and all you can do is reboot. Just run this installer from the latest TWRP. It won't change anything until after you have made all these choices. So it should be safe to try.
dreinulldrei said:
I think the problem is related to hardware overlays and not handled correctly for this build. There is a workaround in the r4 build of the same TWRP source rev. for the Moto X Play. Aroma hangs when the zip has loaded and the splash screen should be displayed on top of the TWRP interface. It just hangs and all you can do is reboot. Just run this installer from the latest TWRP. It won't change anything until after you have made all these choices. So it should be safe to try.
Click to expand...
Click to collapse
So @[email protected] what now?
You try by linking here from the dev thread?
sasukesama said:
So as you know our S5 mini isnt loved by devs and no custom roms are available for it
so how about we mod the stock rom by our selfs !!!
@xXx made a script for his Galaxy S5 that will clean your rom the way you like it and fortunately its working on the S5 mini as well
so i will copy his thread nothing more i asked him to do so and he said its ok
so lets get started
URWsoft BareBone Cleaner
Features & Benefits
Free Rom choice:*Choose any Samsung Touchwiz Lollipop Rom and cleans it down to a core level. This way you can choose a Rom which fits your personal liking and requirements and clean it down to your comfort level.Reduced to the Max:*Reduce Rom A full blown Samsung Rom comes with about 300 apps which can be brought down to about 75 core appsFaster Rom:*After a full clean you will have about 1.1 GB free RAM available which is about 300-400 MB more compared to a full blown Samsung Rom. This increase the performance.Individual Cleaning Definitions:*The BareBone Cleaner provides you with plenty of options to customize the cleaning process and make sure you prevent apps you want to keep from cleaning.Compatible:*Several user feedbacks confirm that the BareBone Cleaner works with odexed and deodexed as well as Samsung based Lollipop and KitKat roms on all kind of S5 variants.Saved Profilesnes you have defined your individual profile it will be saved as an editable text file on your SDcard (URWsoft folder) and next time you flash a Rom you can run this profile with the exact same settings with no additional effort.You will have predefined profiles for one click cleaning available. One save Default Profile and an Extrem BareBone Cleaning Profile.You can reset your profile to default setting anytime and start to define a new profile.You have a Bypass option available which will keep you defined profile and just present you with a complete unselected profile. This will help you to just select one or more apps for addition cleaning or select one of the Install optionsMulti Window Operation:*On the first customization window you can select which further menus you want to enable. Only these windows will be presented.Alternative Apps and Tweaks:*You might want to get rid of the S5 stock keyboard, or the TouchWiz Launcher. As an alternative you can select the S6 keyboard or Nova Launcher etc. from the Install Apps menu and be able to remove the stock apps without being left with an unusable rom.Rom Specifics Menu:*Most of the rom chefs implement different kind of apps to their roms which are additional to the Samsung standard Rom content. In order to give you the opportunity to get rid of specific unwanted apps which I started this new section. This will grow on the go and you tell me what you would like to see here as additional cleaning options.Users Selection Menu:*Some users requested me to clean even more content which I either didn’t test sufficiently yet or might remove rom functionality which is required for a seamless rom operation. These requests can be found in the Users Menu. If you tested these selections please let us know your experience is with it. If everything works fine for daily use these cleanings could be easily shifted into the standard cleaning options.Additional Features:*The BareBone Cleaner will further grow on the go and you tell me what you would like to see here as additional cleaning options. The profiles will help already to combine a feature rich utility with ease of use and fast track profile executions.
URWsoft BareBone Cleaner Project
I’m not a developer but I’m flashing ROMs since quite some years and today I’m experienced enough for this project.
The BareBone Cleaner is an Aroma Installer based tool which will debloat your TouchWiz Lollipop rom up to a core minimum in order to increase available ram and get rid of performance wasting apps and services which are not mandatory.
So get rid of all the Samsung crap, bloatware, the annoying “check cover” warning or other apps which you could easily add again to your personal liking from the Google Playstore.
I’m sure many of you was looking for this kind of solution in order to choose any rom fitting your personal liking.
Background of this Project
The original kick-off for this project was a longer temporary absence of*Edgarf28*who provides us with his awesome*XtreStoLite*rom. I used his rom since the very first day on my S5 and even I tried tons of other roms, for some reasons I always returned to XtreStoLite.
Therefore I started to develop the BareBone Cleaner to be able to choose any TouchWiz Lollipop rom and clean it down to the same level as Edgar is doing with his rom. Short after I decided to share my BareBone Cleaner in this thread Edgar returned and provided an updated rom version.
As I enjoy this project and got several motivating feedbacks from users who would like to clean the rom of their choice, I decided to continue the development of my BareBone Cleaner and bring it to the next level by porting the cleaner logic to a user friendly Aroma Installer. Now users can individually choose what they would like to clean and I will step by step add more options now.
The most important factors for me, beside the combination of performance and battery life is the fact the I’m able to run the original TouchWiz rom but maximum debloated to a core minimum in order to increase available ram and get rid of performance wasting apps and services which are not mandatory.
So what happens if you use my script?
The script deletes all kind of apps from your installed rom based on your selections down to a core level what is required for a stable operation. From that level you can add any desired app from the Google Playstore to satisfy your personal requirements and style.
Important notes
The BareBone Cleaner is designed to clean TouchWiz Lollipop 5.0.x roms running on the S5 G900F which are either odexed or deodexed.
Currently I’m not planning to support other rom types. I’m happy to get your feedback if you tried it successfully on other roms as well so other users can benefit from that information as well.
Best use is running the BareBone Cleaner from recovery right after flashing a new rom but you can also make use of it if you want to clean your existing installation. In this case you might experience that apps like Google maps, Youtube etc. will be gone. In this case just load them again from Google Playstore.*
! Flash this Script at your own Risk !
!! - I don't take any responsibility for any Damage - !!
Create a Nandroid-Backup before flashing the script!
In*Post #166*you will find my Best Practise Guide for "Flash addicted users"
In*Post #167*you will find my "Step by Step Guide for some common flash Use Case Scenarios"
In*Post #234*you will find my "Guide for my Audio Boost & Quality enhancement Mod"
Download folder
https://www.androidfilehost.com/?w=files&flid=27003
This is a fixed folder link and will provide you with a list of all available versions. Just choose your prefered version.
Change Log
v5.9.6a
New Rom Support – Full support for “SIXPERIENCE 5.1”.
Update – Google Messenger updated to latest version.
v5.9.5
New Rom Support – Full support for the “Epsilon Project”.
New Rom Support – Updated support for the “S6 Revolution v3”.
New Option – added “Active Application Widget”.under “Samsung Apps” section.
Update – NovaLauncher and Google Messenger are on latest version now.
Update - some Audio Mod settings
v5.9.4
New Option – added “VPN System” Now you can select if you want to keep the VPN related services.
New Option – added “Polaris Viewer”.
New Feature – under “Install Apps & Tweaks” you will find the option “Audio Boost & Quality enhancements” which enhanced the compilation mod with Dolby ATMOS thanks to @worstenbrood.
Guide for the Audio Boost & Quality enhancement Mod
v5.9.3
Bug Fix – Wifi issues like forgetting password and connecting are solved thanks to @nip_miniw
Bug Fix – S-Voice FC fixed.
Update – Support for SIXPERIENCE 2.0*
New Option – added “Sensor Calibration / Sam Test Apps” under “Optional Cleaning”. Keep all stuff to be able to enter hidden menus using “Secret Codes”.
v5.9
New Feature – under “Install Apps & Tweaks” you will find new option “Audio Boost & Quality enhancements”
This Audio Mod will replace Sound Alive Services with DSP+ EQ by @noskojvand eXtremeBeats by @Ben Feutrill*for the best audio experiences and usability.
Update – Nova Launcher updated to latest version
v5.8.1
Bug Fix - Samsung Account will not be cleaned with Barebonhe Cleaning anymore*to ensure full Theme functionallity on S6 type roms. Cleaning this is now an option in the Samsung Apps submenu
Bug Fix: Removed "Google Webview cleaning option as this forced certain apps to fc.
v5.7
New Rom Support – Supports Sixperience S6 Rom now.
v5.6
New Rom Support – Supports Darklord S6 Rom now.
Update for latest Google Messenger version.
.
v5.5
New Options – If you use S6 type roms from ambasadii or scholz123 you have several new cleaning options in the “Optional Cleaning – Menu” under section “S6 Rom Specials”.
Bug Fix – Stock File Manager was always cleaned independent from selection.
Bug Fix – FC of Google Maps when “Sound Alive Service” was cleaned.
v5.4
Bug Fix – In some cases the Google Play Store closed right after starting.
New Option – Now it’s possible to exclude the Stock File Manager from cleaning.
v5.3
Bug Fix – Kids Mode was not working correctly even it was excluded from cleaning.
Bug Fix – Parts of Google TTS, Stock Video Player and SBrowser was always cleaned even it was excluded from cleaning.
v5.2
New Feature - One Hand Mode added to Optional Cleaning Menu.
Bug Fix – Weather Widget didn't work after cleaning even when unchecked to not be cleaned.
Bug Fix - Saved Profile on sdcard was not properly updated after each cleaning session.
v5.1
Bug Fix – not being able to edit saved profiles on sdcard in URWsoft soft folder is resolved after the next execution of the Barebone Cleaner.
Selection items for addition menus in main menu are highlighted in blue color now for a better overview.
v5.0.1
Complete redevelopment
Implemented saved Profiles to save individual settings and provide fast track profile executions (see info’s above under features & benefits)
Additional and more detailed cleaning options
New Rom Specifics Menu to be able to remove specific and non-stock apps as well.
New menu structure with multi window operation for better selective cleaning operation.
Fixed bug: urwsoft folder on sdcard was not recognized as a folder.
CREDITS
@amarullz*for the aroma installer framework
@edgarf28*for the S6 Keyboard and System Fonts
@daxgirl*for his 6thGear Extended reboot menu
@noskojv*for his DSP+ audio mod
@Ben Feutrill*for his eXtremeBeats™*audio mod
@Klenamenis*for his build.prop updater script
@worstenbrood*for his Dolby ATMOS audio mod
Common Questions
Can I add or remove stuff?
“Yes you can do if you have some Aroma installer know-how*by editing the update script file in the zip package with notepad++.
There you find the list of everything to be deleted. You can take out or add any other desired content to be cleaned.”
I hope everybody else enjoys this tool as I do.*
If you like the BareBone Cleaner don’t forget to hit “Thanks”
if you like it dont forgot the thanks button : (
as well as the original thread here
http://forum.xda-developers.com/galaxy-s5/development/mod-urwsoft-barebone-cleaner-t3043479
I also want to thank @ashishpmb for telling me about this great mod : )
thank you everyone and waiting for your feedback
Tested on my G800H running the Indian stock 5.1.1
Click to expand...
Click to collapse
It works in Kitkat 4.4 (g800h)?
mbsa0000 said:
It works in Kitkat 4.4 (g800h)?
Click to expand...
Click to collapse
It should but not tested
also dont try to install any mod like s6 keyboard because they're made for lollipop
in case your gonna try it :v
Last two versions not work with 2.8.7.0
bill_kevin said:
Last two versions not work with 2.8.7.0
Click to expand...
Click to collapse
Because jackeagle twrp has problems with aroma
flash it using rvr alpha twrp
So what is the exact workaround for this to flash?

Grace UX for 92xT/92xW8 (Noble & A8) Call audio fix

Hey guys! For those who have a s6 or s6e from canada or T-Mobile US (92xW8/92xT), there is a fix for call audio for Grace UX roms using Arter97's N7 Port Kernel, Noble and maybe A8. I have tested (On Noble v6) that the call audio works and CERTAIN (All will work with workaround from below) apps will playback music and videos. It is a known issue and I was hoping that someone would be able to complete the fix and be able to play music locally stored our devices.
Locally stored music does not seem to be working but, some apps below are some I tried using and I did label the apps working or not with some notes. System audio is perfectly fine, from phone calls to notifications, it seems limited to playing locally stored music. Please view "edit 2", I managed to get around the local music issue.
Here are apps I have tested: YouTube(Working), Spotify(Working), Sammy Music(Not Working), Google Play Music(Working, GPM Streaming library only), Blackmusic Player(Not Working)
Call audio fix I used can be found here: http://forum.xda-developers.com/tmo...x-patch-call-audio-fix-t-w8-grace-ux-t3449303
Kernel that must be used (Download the correct one please!): http://forum.xda-developers.com/gal...development/arter97-kernel-galaxy-s6-t3171246
Credit goes to s.raa for N7 audio fix, credit goes to arter97 for kernel
EDIT: A8 confirmed working! Only features not working on T/W8 is AOD and Blue light filter, both of which won't work until someone has been able to compile a kernel with the proper ramdisk and correct fixes for those features and call audio.
EDIT 2: I managed to get locally stored music to play . What I did was remove "Hearingdro_v52" and "SoundAlive_41" from /system/priv-app and install A.R.I.S.E Sound Systems and Dolby Atmos.
I will add a note here: I have not tried just removing "Hearingdro_v52" and "SoundAlive_41". You may try it if you don't like Viper4Android and Dolby Atmos (Which this mod is based on), but I can guarantee that installing this mod makes the audio work with local music files.
Let's hope that we don't always have to do this workaround in the future. But for now, here are the instructions.
here is the XDA link to their thread (Credit goes to the team): http://forum.xda-developers.com/android/software/r-s-e-sound-systems-auditory-research-t3379709
Steps (For installing A.R.I.S.E):
Download A.R.I.S.E Sound Systems Deuteronomy 2.33 (and optionally, Dolby Atmos addon for Deuteronomy)
Simply remove "Hearingdro_v52" and "SoundAlive_41" from /system/priv-app
Reboot into recovery
Make a backup of system (This mod replaces lots of files, and in case you don't like it, you can go back)
Flash A.R.I.S.E Sound Systems Deuteronomy 2.33 First
(Optional, only if you also downloaded Dolby Addon) Flash Dolby Atmos addon for Deuteronomy
Reboot and enjoy the working audio with local music files
I tested on A8 Ported ROMs and works fine...
I wish that someone help us with a FIX for tamerlan kernel, with this we can use a Blue Filter and AOD in ported ROMS.
Thanks in advance.
esphinxed said:
I tested on A8 Ported ROMs and works fine...
I wish that someone help us with a FIX for tamerlan kernel, with this we can use a Blue Filter and AOD in ported ROMS.
Thanks in advance.
Click to expand...
Click to collapse
The fix wouldn't be that simple though, it would require a ramdisk change for sure and some other fixes for call audio. It would also need the fixes for both Grace UX and AOD and blue filter.
I would try to compile a kernel, but I have no idea what fixes are needed and what files need to be included for AOD and blue filter.
Thanks for letting me know the audio works on A8 ports!
FQuimson23 said:
The fix wouldn't be that simple though, it would require a ramdisk change for sure and some other fixes for call audio. It would also need the fixes for both Grace UX and AOD and blue filter.
I would try to compile a kernel, but I have no idea what fixes are needed and what files need to be included for AOD and blue filter.
Thanks for letting me know the audio works on A8 ports!
Click to expand...
Click to collapse
Thanks for you support... and if you need a tester for new kernel, please let me know, i still trying to make a mod for this too.
esphinxed said:
Thanks for you support... and if you need a tester for new kernel, please let me know, i still trying to make a mod for this too.
Click to expand...
Click to collapse
I'm pretty sure that Maqical is already testing a kernel with Note 7/A8 ports. The kernel could already be in the works.
Updated OP with a workaround I figured out to play local music files

custom rom

Anyone given this a try yet with OTA updates? this weekend I'll install TWRP and give it a try got some good feedback.
http://en.miui.com/thread-462506-1-1.html
downloading right now and will give it a try. Link to the file https://www.androidfilehost.com/?fid=385035244224410049
Looks pretty nice actually.
He says "combo of MI.EU and MIUI Official" I wonder what pieces from each are included.
@stevm let us know what you think
Full Feature List:
Features 03/01/2017
Based on Latest 6.12.29 build (hybrid official chinese build & Xiaomi.eu build)
Multilanguage
Gapps Pico pre-installed (Google Play Store and Google Services... you can choose what Google app's are you going to install later )
Épic OTA Service Added on Settings
Changes to customize if you want your Clock and system icons (available on future builds)
Epic Mods on OTA app (available on future builds)
Root SuperSU updated and adapted to Xiaomi Mi MIX (2.78)
Init.d support
Busybox pre-installed
Kernel tweaks (very little changes)
MIUI Launcher improvements
Camera MODs (better image quality)
Adway integrated on system (you can see also on Settings)
All Chinese app's and Google app's (bloatware) removed
Advanced Reboot Menú (PowerMenu improved)
DolbyAtmos Updated to latest version
Support Xposed but Xposed is not pre-installed (I am not going to pre-install Xposed on this ROM never to prevent System Issues, but I bring you the posibility of install it thanks to init.d, root, and busybox... use Xposed at your own risk).
Few New Icons Added
Some Nice Wallpapers added
More Languajes and Spanish Updated (thanks to @JamFlux)
Assistant Touch Updated Like Epic Team Style
Epic Bootanimation (available on future builds)
Better Battery and Performance/RAM management thanks to few more Scripts from Epic Team
stevm said:
downloading right now and will give it a try. Link to the file https://www.androidfilehost.com/?fid=385035244224410049
Click to expand...
Click to collapse
How's it looking so far?
in the same thread posted the team claims that AOSP will be coming soon to the MIX. can't wait
Actually there's another customed rom called mi-globe which I'm testing on right now. So far it's been quite stable and xposed works well too. However there's no ota on this rom.
Link here in case anyone interested
Www.mi-globe.com
knives of ice said:
in the same thread posted the team claims that AOSP will be coming soon to the MIX. can't wait
Click to expand...
Click to collapse
word? damn...party bout to start.
Running this as well.
Seems to be slightly more responsive than the standard EU ROM.
Great so far!
I don't think there'll be much beyond modified stock ROMs for a while ... Xiaomi are getting slower and slower at releasing sources for their devices. There was a time when they were very quick, but some devices look like they'll never have them released, and others take 4-6 months. That and their constantly teasing worldwide releases which don't actually happen, and very restricted band support on their Chinese market devices mean they're an increasingly poor option IMO. Also, they seem intent on releasing half a dozen variations of each device, which just segments and disqualifies development even further, and confuses potential customers. No secret why their sales are tanking so badly.
Trying to install this I keep getting a "symlink ERROR 7"
The EPIC forum suggests installing twice for no error on the second try, but I get an error every time.
I've added the mi-global and epic rom to the flashing guide.
Can anyone tell me if the epic rom uses the chinese theme store with ALL themes, or the limited indian/global theme store with only a small selection of mostly indian themes?
Don't know if this has a place here. But I am about to go to the EPIC ROM 7.1.5 but my TWRP was not responding on the touch screen, either Official, RC1 or RC2 (I am on Xiaomi.eu 6.12.29).
After a bit of digging I found a link to a version of TWRP on the Xiaomi.eu forums. It is called mimixtwrpsmarty, I cant post links (too new)
Tried it and I now have touch screen again in TWRP on mt 6gb/256gb Mi Mix.
Can we flash EPIC ROM from EU (6.12.29) without wiping anything? Or it's necessary to do a clean install for this ROM?
wu5262 said:
Can we flash EPIC ROM from EU (6.12.29) without wiping anything? Or it's necessary to do a clean install for this ROM?
Click to expand...
Click to collapse
You can. As long as it's dev to dev.
---------- Post added at 04:23 AM ---------- Previous post was at 04:21 AM ----------
underlines said:
I've added the mi-global and epic rom to the flashing guide.
Can anyone tell me if the epic rom uses the chinese theme store with ALL themes, or the limited indian/global theme store with only a small selection of mostly indian themes?
Click to expand...
Click to collapse
Yeah it's the same old limited theme store on all the English rom.

Categories

Resources