+ Reply to Thread
Page 1 of 7 123 ... LastLast
Results 1 to 10 of 62

Thread: Volume increase hack found!!!!

  1. #1
    Join Date
    Dec 2008
    Location
    NY
    Posts
    223

    Default Volume increase hack found!!!!


    Meltus from XDA has found a hack to increase the volume of our quiet little G1 through adb!!!

    Original thread and files here.

    I tried it and it works very well. I went straight to V2 to update. I can hear my phone in my pocket now!!!


    What the thread says:

    CONFIRMED WORKING ON JF's, THE DUDE AND HAYKURO'S BUILDS!!

    yup, after much tinkering and a very helpful shove in the right direction by Bavilo, some vital info from bahnburner and many others i forgot to give credit to (sorry guys), i've finally managed to increase the maximum volume for the G1 Loud speaker, in-call speaker and headset.
    first off, i've set the loudspeaker as loud as it will go (which, surprisingly isn't that much louder, just more distorted), and the headset volume a bit under max.

    ok, basically, there are 2 ways to do this:

    method 1) - download the included zip file and extract the files inside to your desktop. take Haykuro's 6.0r1 build and open it with winrar or something similar. navigate to 'system/etc' and overwrite the 3 files in there with the ones you extracted. (BACKUP FIRST!!!!) then re-sign the update.zip, bang it on your sdcard and flash your phone with it. then your good to go!

    method 2) - make sure you have adb working on your computer. first off you might need to:

    adb remount

    then type:

    adb pull /system/etc/AudioFilter.csv Desktop/BACKUP [enter]
    adb pull /system/etc/AudioPara_TMUS.csv Desktop/BACKUP [enter]
    adb pull /system/etc/AudioPara4.csv Desktop/BACKUP [enter]


    this creates a backup of the files we're going to replace.
    then MAKE SURE the files in the included.zip are extracted to your desktop and then type:

    adb push AudioFilter.csv /system/etc [enter]
    adb push AudioPara_TMUS.csv /system/etc [enter]
    adb push AudioPara4.csv /system/etc [enter]


    if everything worked ok then type:

    adb shell [enter]
    reboot [enter]


    thats it!!! enjoy
    Last edited by Jayb222; 05-23-2009 at 12:03 AM.
    T-mobile Black G1/Rooted

    To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.

    Expresso Metamorph theme
    8gb Class 6.
    All apps, cache and Dalvik to SD
    To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.



  2. #2
    Join Date
    Nov 2008
    Location
    California
    Posts
    657

    Default Re: Volume increase hack found!!!!

    I'm şø èxcìťéď

    Any way to do it on terminal emulator? I'm on jf1.5

  3. #3
    constellanation's Avatar
    constellanation is offline *sigh*... I think I'll go spend some time with the family constellanation is on a distinguished road
    Join Date
    Oct 2008
    Posts
    6,852

    Default Re: Volume increase hack found!!!!

    hmmm might try this out tomorrow or sunday... cool stuff

  4. #4
    Join Date
    Dec 2008
    Location
    NY
    Posts
    223

    Default Re: Volume increase hack found!!!!

    Quote Originally Posted by AndroidJR View Post
    I'm şø èxcìťéď

    Any way to do it on terminal emulator? I'm on jf1.5
    I have yet to see a terminal emu way to do it.
    T-mobile Black G1/Rooted

    To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.

    Expresso Metamorph theme
    8gb Class 6.
    All apps, cache and Dalvik to SD
    To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.



  5. #5
    Join Date
    Dec 2008
    Location
    Atlanta GA
    Posts
    2,487

    Default Re: Volume increase hack found!!!!

    Quote Originally Posted by AndroidJR View Post
    I'm şø èxcìťéď

    Any way to do it on terminal emulator? I'm on jf1.5
    i just did it in terminal emulator... im on 6.0r1 but i think it should work for you...

    its really nice... i only half to turn my music volume half way up and its plenty loud

    To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.






  6. #6
    Join Date
    Dec 2008
    Location
    Atlanta GA
    Posts
    2,487

    Default Re: Volume increase hack found!!!!

    Quote Originally Posted by Jayb222 View Post
    I have yet to see a terminal emu way to do it.
    this is what i used...

    from XDA

    Quote Originally Posted by LucidREM View Post
    i thought i'd throw this out there for Terminal users:

    $su
    #mount -o rw,remount /dev/block/mtdblock3 /system
    #mkdir /sdcard/AudioBackUp
    #cd /sdcard/AudioBackUp
    #busybox cp /system/etc/AudioFilter.csv /sdcard/AudioBackUp
    #busybox cp /system/etc/AudioPara_TMUS.csv /sdcard/AudioBackUp
    #busybox cp /system/etc/AudioPara4.csv /sdcard/AudioBackUp

    #mkdir /sdcard/tmp
    #cd /sdcard/tmp
    #wget http://files.lucidrem.us/jf/system/etc/AudioFilter.csv
    #wget http://files.lucidrem.us/jf/system/e...oPara_TMUS.csv
    #wget http://files.lucidrem.us/jf/system/etc/AudioPara4.csv

    #busybox cp AudioFilter.csv /system/etc
    #busybox cp AudioPara_TMUS.csv /system/etc
    #busybox cp AudioPara4.csv /system/etc

    this is something i might add in to my script file .. to automate

    To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.


    To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.






  7. #7
    Join Date
    Sep 2008
    Location
    El Monte, CA
    Posts
    1,055

    Default Re: Volume increase hack found!!!!

    Lazy, can you clarify the 2nd part? The 3 csv files that I downloaded, go on my sd card, correct? After the "#wget" what do I type in? Thanks.


    #mkdir /sdcard/tmp
    #cd /sdcard/tmp
    #wget http://files.lucidrem.us/jf/system/etc/AudioFilter.csv
    #wget http://files.lucidrem.us/jf/system/e...oPara_TMUS.csv
    #wget http://files.lucidrem.us/jf/system/etc/AudioPara4.csv
    WITHOUT WISDOM, KNOWLEDGE IS USELESS.


    To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.

  8. #8
    Join Date
    Nov 2008
    Location
    California
    Posts
    657

    Default Re: Volume increase hack found!!!!

    I have the same question. Is the second part necessary and how do we enter it since it is a link.

  9. #9
    Join Date
    Sep 2008
    Location
    buffalo,ny
    Posts
    2,336

    Default Re: Volume increase hack found!!!!

    $su
    #mount -o rw,remount /dev/block/mtdblock3 /system
    #mkdir /sdcard/AudioBackUp
    #cd /sdcard/AudioBackUp
    #busybox cp /system/etc/AudioFilter.csv /sdcard/AudioBackUp
    #busybox cp /system/etc/AudioPara_TMUS.csv /sdcard/AudioBackUp
    #busybox cp /system/etc/AudioPara4.csv /sdcard/AudioBackUp

    #mkdir /sdcard/tmp
    #cd /sdcard/tmp
    this is just to download them using terminal. you can simply place them on your sdcard and skip this step i'm assuming. then move on to the busybox commands.

    #busybox cp AudioFilter.csv /system/etc
    #busybox cp AudioPara_TMUS.csv /system/etc
    #busybox cp AudioPara4.csv /system/etc
    ADB\FASTBOOT FOR ROOKIES

    To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.


    HOW TO INSTALL 1.33.2005 SPL (HAYKURO'S SPECIAL SPL)
    To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.

  10. #10
    Join Date
    Feb 2009
    Posts
    19

    Default Re: Volume increase hack found!!!!


    i did it the easy way, im a sound engineer so i made my own ringers and well.. just "made them loud" lol

    but kuddos!! looks like a lot of hard work!

+ Reply to Thread
Page 1 of 7 123 ... LastLast

Similar Threads

  1. Drastic Increase in Battery Life...
    By akarol in forum HTC
    Replies: 44
    Last Post: 05-29-2011, 01:50 PM
  2. Volume button lock for ringtone volume
    By Gardenwife in forum New Application Ideas
    Replies: 64
    Last Post: 05-26-2010, 04:17 PM
  3. Possible to hack to use AT&T as carrier?
    By AndriodUser2B in forum Developers General Chat
    Replies: 8
    Last Post: 05-11-2009, 10:13 PM
  4. problems with 4.9 g2 hack
    By havikx in forum Developers General Chat
    Replies: 16
    Last Post: 04-01-2009, 11:26 PM
  5. Should I hack my G1?
    By Darrien13 in forum Developers General Chat
    Replies: 15
    Last Post: 01-07-2009, 10:36 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts