Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
MrRusch
Old
(Last edited by MrRusch; 7th July 2010 at 11:42 PM.)
#1  
MrRusch's Avatar
Senior Member - OP
Thanks Meter 158
Posts: 1,049
Join Date: Jan 2009
Default [PC-APP] Tweaking your X10 Equalizer



Android allows for customization of 8 bands of sound, each with individual values for gain, frequency range, type and qf. The EQ settings is disabled per default in our X10s, and this and more information is stored in a file called AudioFilter.csv (/system/etc/).

I wrote a handy little JAR-application that helps you edit this file and save a new copy on your PC. With our new found root privileges, this can then be pushed to device and overwrite the existing settings, modifying your X10's sound levels as you see fit.

As the /system/ parition is mounted as read-only filesystem, we can't simply push files straight to /system/etc. Therefore we will push the file to the /sdcard/ and, remount the partition as read-write, and then use the superuser privileges to copy the file over and replace the existing one.

Start by editing the AudioFilter.csv. Here is a copy of the original X10 settings file (Download: MegaUpload, MediaFire). Open it in the app, and edit it to your liking. Then save it as a new copy and follow the instructions below on how to replace the current settings. To enable the EQ, set "Enabled" value to 'FFFF', and then play with the bands' individual values. When you have the EQ set, move on to the step by step instructions:

1. PC: "adb push AudioFilter.csv /sdcard/
2. PC: "adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system"
3. X10: "su"
4. X10: "cp /sdcard/AudioFilter.csv /system/etc/"
5. X10: "reboot"

And there you go, your settings should be changed after boot. I am new to Android, so please correct me if I am completely lost on the matter.

This is not yet working, so no need to download yet - if you don't want to help out of course!
Download: MegaUpload, MediaFire
Please do not redistribute or mirror this application without my concent.
 
MrRusch
Old
#2  
MrRusch's Avatar
Senior Member - OP
Thanks Meter 158
Posts: 1,049
Join Date: Jan 2009
Reserved for future usage.
 
zephyrix
Old
(Last edited by zephyrix; 6th July 2010 at 01:17 PM.)
#3  
Senior Member
Thanks Meter 0
Posts: 256
Join Date: Apr 2010
Looks like good work.
 
tuxStyle
Old
#4  
Senior Member
Thanks Meter 20
Posts: 683
Join Date: Apr 2010
Location: Montreal
You know Java, we have root, why not making an android app to do just that?
What's the point of running commands when you can do it directly from an app?
 
Karooluss
Old
#5  
Karooluss's Avatar
Senior Member
Thanks Meter 2
Posts: 276
Join Date: Mar 2010
Location: Chrzanow
oh, it's geat idea to put EQ into X10 !! But has anyone tested?? Plz do android app and clear tutorial how to .....
 
MrRusch
Old
#6  
MrRusch's Avatar
Senior Member - OP
Thanks Meter 158
Posts: 1,049
Join Date: Jan 2009
Quote:
Originally Posted by tuxStyle View Post
You know Java, we have root, why not making an android app to do just that?
What's the point of running commands when you can do it directly from an app?
Yes, that would naturally be the next step. I just wanted to see if people found this useful at all first..?
 
nkolsen
Old
#7  
Member
Thanks Meter 4
Posts: 53
Join Date: Oct 2009
Location: Odense
If there were an app for this, i would be the first to DL it
 
superleeds27
Old
#8  
superleeds27's Avatar
Senior Member
Thanks Meter 459
Posts: 3,929
Join Date: Jun 2010
Location: Hull
Has anyone tried this yet. I'd love to try it, but not sure how the values work, within the program :/
 
AndyD777
Old
(Last edited by AndyD777; 6th July 2010 at 11:16 AM.)
#9  
Senior Member
Thanks Meter 11
Posts: 288
Join Date: Mar 2010
Location: UK
It maybe worth listing what each of the bands do and also what codes to use to increase the volume or decrease the volume.

This may also be useful

http://forum.xda-developers.com/showthread.php?t=517745
Nokia Lumia 800 - Cyan
 
gavriel18
Old
(Last edited by gavriel18; 6th July 2010 at 11:35 AM.)
#10  
gavriel18's Avatar
Senior Member
Thanks Meter 3
Posts: 448
Join Date: Nov 2007
Location: Ottawa
This is F****in pro!! Thank you , and this is very useful, an app would be even better but I'm happy as is

Edit: Do you have a link to explain the freq codes?
I heard it through the grapevine like the california raisins

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Preventing App Piracy: Join the Discussion

The topic of piracy is always a touchy subject, but I feel that the grass roots style of Android … more

Jolla Sailfish OS Flagship Device Makes First Appearance

Given the amount of coverage that Android receives around here, you could almost be … more

XDA University: Porting ClockworkMod Recovery to New Devices

Having a good recovery makes the process of modifying, tweaking, maintaining, … more

One Stop Guide Shop for the Newbie and Dev

It’s been well established that XDA-Developers isthedestination for resources relating to … more