Beats Mod GB & ICS (Beats Dolby SRS Equalizer) - HTC Sensation

You can use the zip for any purpose without asking, since I take and learn from this community.
Beats_ICS_v5.2_XE.zip
Fix beats icon disappear from sound effect dialog when headset plug or unplug, at the same time fix the chain bugs of this bug.
Fix unknown bug introducing by archiver 64bit 7-zip, by using default Windows 7's zip archiver.
The fix is only modifying HtcListen.apk, and is for XE base ROM only, I didn't include for non-xe ROM, since 3.32.401.105 is out there for a long time, but in case, if you want to flash it on non-xe ROM, just use this HtcListen.apk and push it to your phone or, insert and replace it to Beats_ICS_v5.1.zip and flash.
Please report bug if any, so that I know what to fix, thanks.
HtcStreamPlayer.apk mod for ICS ROM base 3.32.x,
This is a quick & dirty mod for Player launch by Htc Watch, which enables all 4 effects, tested with speaker and wired headset. The red beats icon not shown on status bar even if beats is selected. Not tested on BT yet. I may improve it when I have time to read the code, and it is not easy to analyze, as this is more complicated than HtcVideoPlayer.apk, just don't expect I could fix it.
HtcVideoPlayer.apk mod for ICS ROM base 3.32.x,
This mod enables all 4 effect available for xe and non-xe ROM, no-effect, srs, htc51(dolby) and beats. Beats sounds nothing on bluetooth.
For ICS ROM base 3.32.x, non-xe ROM, flash Beats_ICS_v5.1.zip
For ICS ROM base 3.32.10x, XE ROM, flash Beats_ICS_v5.1_XE.zip
For GingerBread Sense 3.5, ROM base 2.08.401.1, Flash Beats_GB_v4.2.zip
The mod is basically combine XE and non-XE sound effect styles into one.
/etc/TPA2051* are volume boost tweak
/etc/soundimage/* are my preference on srs, dolby and beats over BT tweaks
TPA2051* and soundimages can be deleted, and stock is used instead.
Beats cannot be delivered thru bluetooth and so it is moded to use srsfx_trumedia_movie.cfg soundimage to emulate beats effect.
On ICS builds, the dolby and srsfx have same effect, it is supposed to use srsfx_trumedia_51.cfg and srsfx_trumedia_music.cfg soundimages respectively, but due to htc's ICS build has added global srs and beats feature, so dolby and srs were using srs_global.cfg soundimage, however bluetooth is normal, I haven't found a way to fix it, just live with it, if you want your preference of srs on wired headset, edit the /etc/soundimage/srs_global.cfg
There is a feature of beats BT on latest ICS, however it is still under testing.
Most frequently ask question: Note I may be wrong, but I prove it by my music background (piano/violin etc...) See below for my descriptions.
No-Effect sounds like beats - from my understanding, Beats Effect is just bass enhancement only from No-Effect, and nothing more, bass gain is not louder either, that's why it is called Bass enhancement or BestsBass, it is not bass boost (SRS) which can boost a specific range of freq in strength and etc. What bass enhancement really do is emphasize low freq part something like prolonged the rythm, that's why you feel more rythmatic! makes you have an illussion of beating, and that's all the difference. Beats is louder, because on non-xe ROM, the TPA2051* (amplifier config) is configured 0x50 less volume, and xe ROM is 0x55, hence XE is louder, some ROM base you can differentiate no-effect and beats easily, because the volume is much more differ, but when it is close, you will say No-Effect sounds like beats, and it is caused by libraries.
To make sure beats is in effect or not, use this command
adb logcat BestsBass:V *:S
and you will see what files are loaded when turn on beats, and when no-effect, you will see Effect Release ...

It's for sense 3 / 3.5 ?

I dont get it..
The opening post says that its original from sensation XE
But this this means beats will work through Bluetooth or not?

Giblet-dono said:
I dont get it..
The opening post says that its original from sensation XE
But this this means beats will work through Bluetooth or not?
Click to expand...
Click to collapse
It's for sense 3.5, and it work through bluetooth also, I already edited my post for simpler clarification.

Please make the mod for sense 3.0 xe device also or explain which files I need to edit to make my own mod. Thanks

Damn!
It is what I'm looking for! Thanks in advance!

drms12 said:
Please make the mod for sense 3.0 xe device also or explain which files I need to edit to make my own mod. Thanks
Click to expand...
Click to collapse
Sorry, I cannot convinced myself to use sense 3.0, everything is better in 3.5, so why not just flash a sense 3.5 ROM?
Making a mod out of original htc apk for all sound effects working requires adding codes to the apk, and beyond my knowledge of java, but anyway, I explain how beats works on sense 3.0 and 3.5
sense 3.0: Sensation XE already has HtcMusic.apk enabled the beats, + the files for beats, those files you can see them on my mod.
sense 3.5: To enable beats on sense 3.5 stock ROM 2.08.401.1, you just have to mod the services.jar framework file's class HtcHardwareService, method isSupportBeats to always returning true, and HtcListen.apk will simply operates in beats, plus you need files from XE to really hear the effect.
For both 3.0 and 3.5, you need to mod the HtcMusic.apk and HtcListen.apk, adding, modifying codes to display the dialog, to invoke the effects etc... what I've done is just fixing others did, my first post's 2 links to the threads is where I got the modded HtcListen.apk, I referenced it to the original HtcListen.apk, tools I used:
Apk manager 5.02 for decompile/compile apk
smali/backsmali for moding services.jar
dex2jar to decompile dex to jar and view classes on jd-gui for better understanding of the app.

Thanks for the explanation. Sense 3.5 for the sensation isn't the final release and have problems, slow performance and battery life in compare to 3.0.
I have beats headphones, when I connect them the enhancer option have option to disable beats/enable beats, not the HTC enhancer which is srs. I just try to figure out the way to make every headphones use the real beats enhancer, not the generic one. And bt/speaker out is also needed.
If you can help I'll appreciate that. Thanks anyway.

mudhi said:
Sorry, I cannot convinced myself to use sense 3.0, everything is better in 3.5, so why not just flash a sense 3.5 ROM?
Making a mod out of original htc apk for all sound effects working requires adding codes to the apk, and beyond my knowledge of java, but anyway, I explain how beats works on sense 3.0 and 3.5
sense 3.0: Sensation XE already has HtcMusic.apk enabled the beats, + the files for beats, those files you can see them on my mod.
sense 3.5: To enable beats on sense 3.5 stock ROM 2.08.401.1, you just have to mod the services.jar framework file's class HtcHardwareService, method isSupportBeats to always returning true, and HtcListen.apk will simply operates in beats, plus you need files from XE to really hear the effect.
For both 3.0 and 3.5, you need to mod the HtcMusic.apk and HtcListen.apk, adding, modifying codes to display the dialog, to invoke the effects etc... what I've done is just fixing others did, my first post's 2 links to the threads is where I got the modded HtcListen.apk, I referenced it to the original HtcListen.apk, tools I used:
Apk manager 5.02 for decompile/compile apk
smali/backsmali for moding services.jar
dex2jar to decompile dex to jar and view classes on jd-gui for better understanding of the app.
Click to expand...
Click to collapse
Sense 3.5 is a test build so how is it better than 3.0?, it has all the bugs in the world. Anyway this same mod is on the new coredroid wich is xe sense 3.0 so if any body want true beats sound try the new coredroid, this mod sounds nothing like the xe base.

daman215 said:
Sense 3.5 is a test build so how is it better than 3.0?, it has all the bugs in the world. Anyway this same mod is on the new coredroid wich is xe sense 3.0 so if any body want true beats sound try the new coredroid, this mod sounds nothing like the xe base.
Click to expand...
Click to collapse
Thanks for that. I didn't know about the mod from coredroid. I hope it's work over bt.

Edit: NVM works great, thanks

drms12 said:
Thanks for the explanation. Sense 3.5 for the sensation isn't the final release and have problems, slow performance and battery life in compare to 3.0.
I have beats headphones, when I connect them the enhancer option have option to disable beats/enable beats, not the HTC enhancer which is srs. I just try to figure out the way to make every headphones use the real beats enhancer, not the generic one. And bt/speaker out is also needed.
If you can help I'll appreciate that. Thanks anyway.
Click to expand...
Click to collapse
When disabled, it is SRS. The beats mods is for non beats headset to have beats, but ofcourse will never sound like a real beats headset.
I was using sense 3.0, and switch to 3.5 for stability and performance, which I cook it for myself.
To increase battery life, you have to use custom kernel, stock kernel of 3.0 and 3.5 are the same having poor battery life. But truly speaking, all of them have poor battery life. If you use a phone like HD mini, you can just do charging every 3 days.
From my experience, especially htc, final release not equals to stability and performance, the latest may not stable, and features on test ROMs may never be released, those words are just their business strategy. I was curious about the test ROM 2.08.401.1, if you open those apks, the date was 2008, 3 years ago, it was coded 3 years ago and test for 3 years?

Yes I know, If you plug non-beats headphones it use generic beats, if disabled beats it will use srs (htc enhancer). When real beats plugged in it use real beats, and option to disable it without use the srs. I'll try to find a way to make all headphones beats and beats over bt and speaker.

drms12 said:
Yes I know, If you plug non-beats headphones it use generic beats, if disabled beats it will use srs (htc enhancer). When real beats plugged in it use real beats, and option to disable it without use the srs. I'll try to find a way to make all headphones beats and beats over bt and speaker.
Click to expand...
Click to collapse
HtcMusic and HtcListe are almost the same, smali the classes.dex and reference these classes:
HtcMusic
util\SoundEffectHelper
util\CustomizeSetting
util\HeadsetHelper

I tried to use coredroid beats mod, which suppose to do the same things as your mod (beats, no effect, dolby and srs via speaker, beats, no effect, dolby, srs and equlaizer via headphones\bt).
First of all the dolby and srs enhancer option available but do nothing to the sound (same as no effect) via speaker , headphones and bt. The beats working thru headphones. While using beats and the speaker I can't notice any different between no effect (beats disabled) to beats on. BT headphones beats option available but there is no sound if it's on. There is sound only when beats disabled\equalizer are being used.
I just want to ask if you could take a look at the files and check why srs\dolby don't work at all and most important check the beats over bt headphones.

drms12 said:
I tried to use coredroid beats mod, which suppose to do the same things as your mod (beats, no effect, dolby and srs via speaker, beats, no effect, dolby, srs and equlaizer via headphones\bt).
First of all the dolby and srs enhancer option available but do nothing to the sound (same as no effect) via speaker , headphones and bt. The beats working thru headphones. While using beats and the speaker I can't notice any different between no effect (beats disabled) to beats on. BT headphones beats option available but there is no sound if it's on. There is sound only when beats disabled\equalizer are being used.
I just want to ask if you could take a look at the files and check why srs\dolby don't work at all and most important check the beats over bt headphones.
Click to expand...
Click to collapse
Ok, I'll try sense 3.0 at weekend, but I want to say, beats cannot be delivered through BT, it can be but what you get is just a silent sound, perhaps have to modify the soundimage file? I don't know, when I trying to read the codes, the beats when out of BT, it is using soundimage srsfx_trumedia_voice and so it is not beats though, and I forgot also included it in my mod, I'll update it. And BTW, this mod also has bass boost for all sound effect.

mudhi said:
Ok, I'll try sense 3.0 at weekend, but I want to say, beats cannot be delivered through BT, it can be but what you get is just a silent sound, perhaps have to modify the soundimage file? I don't know, when I trying to read the codes, the beats when out of BT, it is using soundimage srsfx_trumedia_voice and so it is not beats though, and I forgot also included it in my mod, I'll update it. And BTW, this mod also has bass boost for all sound effect.
Click to expand...
Click to collapse
Thank you so much! Hope you could figure out how to fix the problems.

drms12 said:
Thank you so much! Hope you could figure out how to fix the problems.
Click to expand...
Click to collapse
If you know some java knowledge, it is not hard to debug, but using smali is really hard to debug, here what you can do,
extract the dex from the apk.
download the dex2jar, drag over the classe.dex to dex2jar.bat, the jar file will be produced, the jar file is a zip archive, inside them are whole bunch of java class files, then use jd-gui to view the code, however you can't directly change the codes.
reference it with smali for quicker code reading.
I'll start a new mod for HtcMusic since I've done with HtcListen.
Here is what I found.
Beats cannot delivered thru BT, maybe there is a simple way in behind but I couldn't find it, how about trying the whole ROM of coredroid? maybe other than the mod zip file, library hacks is needed?
Beats is just bass enhancement of original sound, normal headsets can only hear a very little difference, there may many ways to mod beats like boost the bass of beats, but that lost the objective of beats, just use equalizer rock would be stronger.

Sorry again for sense 3.0 users, the structure is not alike with sense 3.5, it's not easy to read smali, but I will try.
At the moment, what I know for all effects to work properly is, it need to add missing codes from normal sensation's HtcMusic to XE's HtcMusic, or vise versa, it wasn't coded all together, unlike HtcListen from test ROM, all the codes are there.

I hope this project gets ported to ICS

Related

[Q] Deodexed ROM or Camera apk for HTC Sensation

I'm asking this on behalf of the developer of lgcamera. Lgcamera/lgcamerapro is currently only able to record mono audio on the HTC Sensation (setting to 'stereo' results in a stereo track, but the sound on both tracks is identical).
In order to support video with *stereo* audio on the HTC Sensation he needs to have either a deodexed Sensation ROM or strong deodexer program (his deodexer does not work with HTC sensation camera app).
If you can help, please reply, and I'll pass on the details.
Scott.

●►ACID Audio Engine™◄● |v5.0| ALL DEVICES (ICS+) | ☆☆☆TEAM AC!D☆☆☆

●►ACID Audio Engine™◄● |v5.0| ALL DEVICES (ICS+) | ☆☆☆TEAM AC!D☆☆☆
Strictly for Music LOVERS
{
"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"
}
Songs are emotions expressed in such a way only soul understands.......
AC!D AUDIO ENGINE
BY
We are now in team with R-ikfoot , Knight47, Rizal Lovins, Till-Kruspe, ThilinaC, Krabappel2548 and Lalitchhabaria to share an even better work​
AC!D Audio provides you an overall better sound quality, more precisely:
● Bass are deeper, crispier and more powerfull, with nice effect without distortion and crackling
● treeble are less aggressive and more immersive (you'll enjoy whistle, whisper, instrument like piano, guitar,... will be much more natural and balanced)
● Voice is really more natural with better balenced EQ for a pure cristal sound for an awesome clarity
● Audio track quality will be enhanced and the improvement will be even noticed on your most crappy headset (even if good headphone are really suggested to enjoy all improvement of this MOD)
This Engine is A port of several Audio Technolgy, each of them are well know to enhance some specific audio part, our goal was to get them working simultaneously with a lot of personnal optimisation modification tweaks and unique features by our Team
Here is a short list of audio technology we prted and modded on this Engine:
● Sony Clearaudio Plus system (an amazing technolgy to enhance clarity of Bass and provide several effect like Clearphase, Clearbass, SRS surround,...)
● Beats Audio Engine (we ported latest beats engine from HTC one XL, and modded it a lot to be great handled by Clearaudio, it improve greatly Bass power and overal surround effect)
● Cyanogen DSP features (it helped a lot to handle better in app Equaliser)
● Dolby Digital Sound (overall better audio clarity with way more natural sound and some awesome features like SRS Wow and Dynamic Bass range)
● Sony Xloud (enhance noticably speaker quality in terms of clarity and volume, it help to ensure there is no distorion in sound even in headset, better balanced treeble and crystal voice)
● Eizo Rewire PRO series (an awesome Audio tool wich brings lots of effect and claim to offer a better balanced and natural Sound)
● AC!D Audio Parts (Huge optimisation in overall sound quality due to some optimisation, some tweaks, some audio rendering and resampling and even more... some Huge work have been done already)
Our Goal is to give an Engine able to increase Audio Quality of every Android Based Smartphone in every application you will be able to notice improvement
Click to expand...
Click to collapse
__________________________________________________
OPTION °1 -¦- >>1 DOWNLOAD<<
[HD Touch AROMA] (ALL IN 1) /!\ MIGHT NOT WORK ON ALL PHONE (only for 720p+ devices)
AC!D Audio Engine v5.0:
http://www.mediafire.com/?qahbjlhb34sbsz8
##################################################
OPTION °2 -¦- >>2 DOWNLOAD<<
[SIMPLE ZIP]
§1 AC!D Audio Engine v5.0 Universal Edition (works on all devices):
http://www.mediafire.com/download.php?7t7fcacxm8uv1dr
[WALKMAN ADDON] (NOT COMPATIBLE WITH ANY ADDON!!!)
§2a AC!D Walkman Player, Clearaudio, Xloud, Clearbass: http://www.mediafire.com/?n3nm9vmnta5pjau
[ADDON] (CHOOSE ONLY ONE!)
§2b AC!D Noozxoide: http://www.mediafire.com/?vv722521o22eq0g
§2c AC!D Awesome Beats: http://www.mediafire.com/?bjrnyd7k340h787
§2d AC!D Incredible Bass (ICS ONLY): http://www.mediafire.com/?f9gm5l1tmdm6cgy
§2e AC!D Dolby Digital (ICS ONLY): http://www.mediafire.com/?vr5h7di1tnyxq45​
_________________________________________________
READ CAREFULLY FOLLOWING INSTRUCTIONS AND ALL WILL BE FINE!
§1 YOU MUST BE ON ICS OR FURTHER (JB,...), Remove ALL Third app equaliser (DSP Manager, Market EQ app,...)
§2 Be sure your ROM don't have any other Sound MOD preinstalled
§3 Download AC!D Audio Engine
(You can choose between AROMA and the standard flashable zip, read careffuly the difference between AROMA and SIMPLE)
§4 ONLY if you downloaded SIMPLE ZIP, download walkman player and (if you want) the addon of your choice (Noozxoide for example)
§5 Put downloaded files in a special folder on your SDCARD (or internal storage), you can create an AC!D Audio folder (will be usefull in the future)
§6 Once you have all needed files on your phone reboot in recovery (CWM)
§7 FIRST WIPE CACHE PARTITION AND DALVIK CACHE!!!
§8a AROMA: only after that if you only downloaded AROMA version just flash it and follow instruction, take time to read (really easy installation with good explaination) (don't care about status 0 error showing at the end of installation just reboot)
<<< Do not follow theses steps if you use AROMA go to step 9>>>
§8b SIMPLE UPDATE ZIP: (Walkman is not compatible with any other addon, so you have to choose between Walkman or one of 4 availble Addon)
- AC!D + Walkman: First flash AC!D Audio Engine, Then if you want Walkman (with clearbass, xloud etc) Flash Walkman Addon and reboot
- AC!D + ADDON: First flash AC!D Audio Engine, (DO NOT FLASH WALKMAN!!!), and then flash the Addon of your choice (Noozxoide for example) and reboot
<<<>>>
§9 open an explorer (I recommand Root Explorer) and verify if build.prop lines where added (Go to /system/ and open build.prop file look at the end of this file)
§10 if lines where added correctly just reboot if not add them manually
PHP:
###AC!D Sound Tweaks by R-ikfoot###
#Sony Xloud & Clearbass +
ro.semc.sound_effects_enabled=true
ro.semc.xloud.supported=true
persist.service.xloud.enable=1
ro.semc.enhance.supported=true
persist.service.enhance.enable=1
ro.semc.clearaudio.supported=true
persist.service.clearaudio.enable=1
ro.somc.dmnorm.supported=true
persist.service.dmnorm.enable=1
ro.sony.walkman.logger=1
ro.somc.clearphase.supported=true
persist.service.clearphase.enable=1
#Resampling
af.resampler.quality=255
persist.af.resampler.quality=255
#Beats Engine
htc.audio.swalt.enable=1
htc.audio.swalt.mingain=14512
save build.prop changes and reboot
§13 go to setting sound audioeffect and choose the Equaliser you want (it will keep the one you choosed in memory)
§12 Enjoy a brand new Audio Quality
Click to expand...
Click to collapse
Little Tips:
- I REALLY SUGGEST YOU TO USE AC!D AND WALKMAN ONLY (without any other Addon) (in my opinion gives the best audio quality) (but walkman might not work on All devices)
- If you can't change volume level in walkman just click on audio effect it will resolve immediately this issue
- ALWAYS FLASH ON A CLEAN INSTALL!!!
- Once it booted leave your phone 5min to let all effect settle then reboot once again!
- DON'T FLASH ANY ADDON IF YOU FLASHED WALKMAN ADDON (NOT COMPATIBLE)
- (Walkman addon may cause bootloop on some devices cause it takes space in system partition)
- IN CASE OF BOOLTOOP ---->REFLASH YOUR ROM AND THEN TRY UNIVERSAL VERSION<----
-------------------------------------------------------------------------------------------------
Feedback and Report: ONLY ANSWER IN OUR FORUM PLEASE!
-------------------------------------------------------------------------------------------------
All feedback from XDA won't be read by our DEV we don't have much time to check XDA so If you have any report or important question ask them on our FORUM
¦Please post feedback about audio quality changes you noticed etc not only if it's booted ¦
we need complete and CONSTRUCTIVE feedaback like this:
§ Mention:
Your Phone Model (manufacturer and device name)
Your Android version (gingerbread, Ice Cream Sandwich or Jelly Bean)
The software model you use (Stock Firmware, Stock custom, AOSP, AOKP, MIUI, Cyanogen, Paranoid, PAC)
If you installed it on a fresh install (mention too if you installed any other sound mod like beatsaudio etc)
§ Report:
Boot (succed?)
Stability (freeze, random reboot,...)
Sound (Speaker, Headset, In call sound)
Correctly installed? (Logo AC!D shows up when plug headset?)
Quality (Treeble, Voice, Clarity, Bass,...)
Volume (loud?, Clear, Crispier?)
Overall Experience (AWESOME! Good! can do better! not bad, Awfull)
If something doesn't work, please provide a logcat .report if you think it's a bug.
§ Constructive proposition or idea:
(write what you want)
Click to expand...
Click to collapse
Our OFFICIAL WEBSITE
http://chautemseric.wix.com/acidaudiotechnology
OUR FORUM PLEASE POST QUESTION, REPORT AND FEEDBACK ON our forum cause we are not on xda everyday
www.teamacid.tk
Like Team AC!D on Facebook-Page (you can see our project) (LIKE THIS PAGE!!!)
www.facebook.com/TeamAcidxda
Our group in facebook-Group (you can discuss with us) (You can get live updates)
www.facebook.com/groups/teamacidxda
Our group on XDA
http://forum.xda-develo..........up.php?groupid=818(AC!D (AUDIO ENGINE Developers)
!!!ASK PERMISSION IF YOU WANT TO INCLUDE IT IN ANYTHING!!!
Code:
AC!D AUDIO ENGINE for Xperia 2010/2011/2012 ,Galaxy devices,Lg etc
DO NOT STEAL ANYTHING FROM THIS MOD!(THIS INCLUDES THE AUDIO TWEAKS!)YOU ARE NOT ALLOWED TO INCLUDE ANYTHING AT ALL FROM THIS MOD(INCLUDES BUILD.PROP TWEAKS) TO ANOTHER SOUND MOD OR ROM WITHOUT OUR(TEAM AC!D) EXPLICIT PERMISSIONWalkman player can give you more bass, but less clarityWorks with ALL Roms, please do not ask if it will work on ROM (X) just try it yourself.Please make a backup first, do not ask me how to uninstall, just make a backup, its a lot easier!!!ASK PERMISSION IF YOU WANT TO INCLUDE IT IN ANYTHING!!!
-TEAM AC!D-
Click to expand...
Click to collapse
IF YOU WANT TO DONATE GO TO OUR FORUM
www.teamacid.tk
Click to expand...
Click to collapse
If you like this project, please rate the thread 5 stars & Newsworthy
There are many ways to show your support to the developer.
You can:
- Press the "Thanks" button.
- Share your opinion about my work and write some feedback in respective thread.
- Advertise my work to your friends.
- Rate my thread with 5 stars.
Every way of support is highly appreciated, but it's not expected!
Click to expand...
Click to collapse
"Feeling Negative??Take it somewhere else we dont want to hear it keep the thread clean"
Click to expand...
Click to collapse
R-ikfoot
Rizal Lovins
Knight47
Till-Kruspe
ThilinaC
Krabappel2548
Lalitchhabaria
ENJOY!
Reserved
Sent from my Xperia S using xda app-developers app
Reserved again...
Sent from my Xperia S using xda app-developers app
Last one
Enjoy!!!
Sent from my Xperia S using xda app-developers app
Native HD ROMs
Thanks for the great job!!! i tried (and like) the previous version which was used in QSEA_Jelly Bean- Music Edition ROM.
http://forum.xda-developers.com/showthread.php?t=1955945
How can we make it work on Native ROMs, like this one from Tytung: http://forum.xda-developers.com/showthread.php?t=1437463 where AC!D mod is not preinstalled???
I would like to have it on my phone very much, as alot of owners of legendary HTC HD2.
sol40 said:
Thanks for the great job!!! i tried (and like) the previous version which was used in QSEA_Jelly Bean- Music Edition ROM.
http://forum.xda-developers.com/showthread.php?t=1955945
How can we make it work on Native ROMs, like this one from Tytung: http://forum.xda-developers.com/showthread.php?t=1437463 where AC!D mod is not preinstalled???
I would like to have it on my phone very much, as alot of owners of legendary HTC HD2.
Click to expand...
Click to collapse
No need to have it preinstalled all you nred is here my friend
About ROM its because some DEV decided to include it ( after asking to our team) directly in theyr ROM nothing more
Sent from my Xperia S using xda app-developers app
Thanks! Was waiting for that!
just installed it on galaxy i9000 via aroma, working great...great job, now my galaxy has awesome sound... i had best sound on omnia i900 with srs, just when i gave up on galaxys music capabilities i found this... made my day, thank you
Awsome!
Reserved for a review...
Sent from my LG-P690 using xda premium
I've installed it now on my HTC One S with AOKP JB Rom and the soundquality is really awesome!
But the music sounds now no longer as smooth as before. I think every one to two seconds there is a little "ticking noise". And when i try to open equalizer in walkman or play music, the equalizer app crashes. No i don't have any mods or eq apps installed, it's a clean&fresh install.
CrayzyBoy said:
I've installed it now on my HTC One S with AOKP JB Rom and the soundquality is really awesome!
But the music sounds now no longer as smooth as before. I think every one to two seconds there is a little "ticking noise". And when i try to open equalizer in walkman or play music, the equalizer app crashes. No i don't have any mods or eq apps installed, it's a clean&fresh install.
Click to expand...
Click to collapse
What did you flashed as addon?
Try to remove HTC related lines that I've added in build.prop may resolve "tick" issue
If not try with an other addon
Sent from my Xperia S using xda app-developers app
r-ikfoot said:
What did you flashed as addon?
Try to remove HTC related lines that I've added in build.prop may resolve "tick" issue
If not try with an other addon
Sent from my Xperia S using xda app-developers app
Click to expand...
Click to collapse
Just walkman without any addons.
... you've added some htc lines? that means it will work on sense 4 Roms?? That would be really awsome
But anyways i will report back if your tip has worked.
CrayzyBoy said:
Just walkman without any addons.
... you've added some htc lines? that means it will work on sense 4 Roms?? That would be really awsome
But anyways i will report back if your tip has worked.
Click to expand...
Click to collapse
Yes its supposed to work on sense4 too
Sent from my Xperia S using xda app-developers app
audio balance
I have a question
I have a hearing impairment and it is possible to make audio balance left/right for walkman player ??
whatever thanks for mod works great with xperia p :good:
Ok...so i have a few questions -_-
I rly can't find the part where you explain these things(down lower) so explain or point me to that part...pls...
________________________________________________________________________
2)WALKMAN ADDON:
(AC!D Walkman Player, Clearaudio, Xloud, Clearbass)
->So what is realy this, a music player with "the DSP Replacement" inside or what?
(I have a few smarter ideas but don't want to waste time...))
________________________________________________________________________
Explain these please:
AC!D Noozxoide =???
AC!D Awesome Beats=better beats
AC!D Incredible Bass=better bass
AC!D Dolby Digital=???
________________________________________________________________________
Tnx for your time...
Also,
I'm listening to Dubstep, what do you recommended i install?
Sent from my LG-P690 using xda premium
Left4DeadMW said:
Ok...so i have a few questions -_-
I rly can't find the part where you explain these things(down lower) so explain or point me to that part...pls...
________________________________________________________________________
2)WALKMAN ADDON:
(AC!D Walkman Player, Clearaudio, Xloud, Clearbass)
->So what is realy this, a music player with "the DSP Replacement" inside or what?
(I have a few smarter ideas but don't want to waste time...))
________________________________________________________________________
Explain these please:
AC!D Noozxoide =???
AC!D Awesome Beats=better beats
AC!D Incredible Bass=better bass
AC!D Dolby Digital=???
________________________________________________________________________
Tnx for your time...
Also,
I'm listening to Dubstep, what do you recommended i install?
Sent from my LG-P690 using xda premium
Click to expand...
Click to collapse
walkman is the music player from the xperia phones.
noozxoide is another music player wich has its own dspmanager in it i think.
dolby digital brings you dolby surround sound, but only (works really good for me on jb, dont know why rikfoot said it doesn't work.).
and awesome beats doesn't only give you better bass, it's a modded dspmanager, to give you better bass and beats quality.
kretu611 said:
I have a question
I have a hearing impairment and it is possible to make audio balance left/right for walkman player ??
whatever thanks for mod works great with xperia p :good:
Click to expand...
Click to collapse
I don't know if the walkman player has that option but try poweamp, i'm using it for 2 years, it has the option you requested and many more eq options too but im not sure if the sound will be the same as on the walkman :/...
Nvm i don't know if walkman.p. has that I'm just giving you second option...
Sent from my LG-P690 using xda premium
r-ikfoot said:
Yes its supposed to work on sense4 too
Sent from my Xperia S using xda app-developers app
Click to expand...
Click to collapse
I removed the htc lines from the build.prob and rebooted, and i think the problem is now gone.
I will go back to sense and report back if it works
CrayzyBoy said:
walkman is the music player from the xperia phones.
noozxoide is another music player wich has its own dspmanager in it i think.
dolby digital brings you dolby surround sound, but only (works really good for me on jb, dont know why rikfoot said it doesn't work.).
and awesome beats doesn't only give you better bass, it's a modded dspmanager, to give you better bass and beats quality.
Click to expand...
Click to collapse
I know what a walkman is since i had a SE Walkman phone xD
So noozxoide is a player with the original DSP Manager replacement right? Hmmm...
What is dolby surround sound? I just want the basic on that noting more.
So if i am listening to Dubstep, its bass agressive style with fast beats i should use Beats right? Damn i answered my own Q xD
Sent from my LG-P690 using xda premium
Left4DeadMW said:
I know what a walkman is since i had a SE Walkman phone xD
So noozxoide is a player with the original DSP Manager replacement right? Hmmm...
What is dolby surround sound? I just want the basic on that noting more.
So if i am listening to Dubstep, its bass agressive style with fast beats i should use Beats right? Damn i answered my own Q xD
Sent from my LG-P690 using xda premium
Click to expand...
Click to collapse
No i don't think that noozxoide has the original dsp, it looks a bit modded.
dolby brings "real" 3D sound ... http://en.wikipedia.org/wiki/Dolby_Surround
Yes i think awesome beats is the right choise.

Witch sound mod to choose for google play rom?

Hey guys im setting up the google play rom and its giving me options for sound mods stock (use for google play edition) Project era or sound explosion but it dosnt give an option for boom sound
Bierce22 said:
Hey guys im setting up the google play rom and its giving me options for sound mods stock (use for google play edition) Project era or sound explosion but it dosnt give an option for boom sound
Click to expand...
Click to collapse
Viper4Android FX would be my suggestion...found here: http://forum.xda-developers.com/showthread.php?t=2191223
I used stock BoomSound to start, then tried the Harman/Kardon mod. Boomsound really washed out the mids, and Harman/Kardon default was really tinny sounding in the highs, to me. I flashed Viper in TWRP, and it's been working great for months. You have a ton of options to tweak the sound however you want, but I'm running mostly stock with just a slight boost to bass. Mostly listen to music in my car, so I probably don't get the full details in the music, but the balance is great...way better than Boomsound, to my ears.
Check out this Anandtech writeup that includes Boomsound analysis: http://www.anandtech.com/show/8078/smartphone-audio-testing-htc-one-m8-and-samsung-galaxy-s5/2
Can't speak to the quality of Project Era or Sound Explosion, so I don't have any comparison opinions. Hope this helps!
branmuffin17 said:
Viper4Android FX would be my suggestion...found here: http://forum.xda-developers.com/showthread.php?t=2191223
I used stock BoomSound to start, then tried the Harman/Kardon mod. Boomsound really washed out the mids, and Harman/Kardon default was really tinny sounding in the highs, to me. I flashed Viper in TWRP, and it's been working great for months. You have a ton of options to tweak the sound however you want, but I'm running mostly stock with just a slight boost to bass. Mostly listen to music in my car, so I probably don't get the full details in the music, but the balance is great...way better than Boomsound, to my ears.
Check out this Anandtech writeup that includes Boomsound analysis: http://www.anandtech.com/show/8078/smartphone-audio-testing-htc-one-m8-and-samsung-galaxy-s5/2
Can't speak to the quality of Project Era or Sound Explosion, so I don't have any comparison opinions. Hope this helps!
Click to expand...
Click to collapse
thx for the reply i ended up just restoring the stock 4.4.3 update removed all the verizon and amazon bloat and put nova launcher on and i like it alot better also i got adaway nofrills cpu schedular and enabled wifi hotspot by modding the xml file ill stick with this for awhile unless something better comes along

[DISCUSS] Best Sound Mod on XDA (Music Lovers Join Here)

​
Hey XDAians,
Everyone just loves music and audio mods in xda are just perfect for us.
But there are many mods and it is hard to decide which one to use ??
So i have created this thread so that we can discuss about these mods and we can obtain the best combination among these.
You are free to comment anything about these mods or the other mods that are not mentioned here
You can also comment tricks and tips which will help to increase sound quality.
So lets begin !!
Official ViPER4Android Audio Effects
eXtremeBeats™ Audio mod
XTREMEMusic™ Super mod
Beats Audio mod
ViPER|Audio || ViPER|Atmos || ViPER|DD+ Driver Stock*Sony*Beats
DivineBeats Sound mod
Thanks for the mention.
eXtremeBeats started out as a small experiment for me at first. It was a mod I used myself, and then wanted to share.
eXtremeBeats primary function is to enhance music on any rooted android phone. Many phones, especially lower end phones tend to lack in audio quality. This is caused by a number of factors; software limitations, hardware limitations and the listening device connected to your phone. With some of the best hand picked mods from XDA we are able to ' soften ' and even eliminate these limitations. Whether it's a noisy environment for your DAC, Low quality DAC or Volume/Software restrictions these hand picked mods can work in real time to greatly enhance your audio experience. With mods like Beats Audio, Pure Audio, Dolby and Sony ClearAudio working together you are sure to have the best listening experience around even with a $50 android device!

Magisk modules

Which magisk modules are out there for the oneplus one?
DemonX99 said:
Which magisk modules are out there for the oneplus one?
Click to expand...
Click to collapse
I remember "mic fix" and "stereo mod".
arise and root
There are a lot out there..!
Actually there are a lot out there but it depends on you what is required to you for example i wanted better music so i installed viper4Android so for your question there are a lot out there but you need to install only what you need. so here goes my favourite list.
CrossBreeder Lite Edition
CrossBreeder is a set of mods that are used to modify system performance as well as conserve battery life. While the original project required proper /system access, it has now been ported to work with Magisk, and it works exceptionally well. You can use it to reduce the lag, increase your entropy levels, get more juice out of your device and speed up your mobile.
Audio Modification Library
There are a number of sound mods available for rooted Android devices, like the aforementioned Viper4Android, AM3D Zirene and Dolby Atmos . Based upon your liking, you may want to one of them. But what if you like different features of different mods, but installing both mods at the same time would result in a system failure for you? Well, Audio Modification Library is a Magisk module that overcomes Magisk’s limitation of installing multiple audio mods, and does not cause any compatibility issues.
Viper4Android or AM3D Zirene
Viper4Android is by far one of the most feature-rich and advanced music mod out there for Android. It lets you alter almost each and every aspect of your device’s audio capabilities, thus giving you full control. It lets you customize the audio performance of your device’s speaker, Bluetooth speaker, headset or even a dock. The app not only increases the volume of the audio on your device but also improves bass & clarity, thanks to the cool ViPER Clarity and XHiFi technology.
Even though the interface is fairly easy to use, one might get confused with so many choices at their disposal. If so, you could opt with the AM3D sound mod by Zirene, which offers a simple and minimalistic interface, allowing easy tweaking around with the audio profiles for your system.
Dolby Atmos
Lenovo had introduced Dolby’s Atmos Sound technology to their devices a couple of years ago, something that was widely appreciated. The Dolby Atmos Magisk mod brigs the Dolby Atmos audio enhancements to any Android smartphone. The mod offers simple yet efficient sound modifications to the overall audio quality of one’s device. This app, which was earlier exclusive to Lenovo’s ROMs, has now been ported to Magisk, so that it can work systemlessly. You can customize the audio quality of music, movies, games, voice, etc. There are a lot of options here and if you are an audiophile, you will definitely appreciate the features on offer.
Android Mic Fix
Many a times, after flashing a new ROM or firmware, you may experience a loss in the mic quality of your device. The reason behind this is that most of times your build.prop file is tampered with by the developers which causes the aforementioned issue. The Android Mic Fix, as the name suggests, aims to fix this problem with the help of the “resetprop” tool to modify your build.prop file.
Hit thanks if I helped you.

Categories

Resources