Sunday, June 15, 2014

[Mod] Increase Galaxy S4 (GT-i9500) Volume



For Galaxy S4 users if you feel that your phone volume is not loud enough, there is a way to boost volume by modifying 'default_gain.conf', but this is for rooted devices only.

To do you need to download an app from Google Play name 'Root Browser'. After you download, open it and follow the steps below.
Step 1: If the app ask you to download some utilities -> Click Yes
Step 2: Browse to system/etc and find a file name default_gain.conf
Step 3: Long press on it (default_gain.conf) and choose Open with... 
Step 4: Choose RB Text Editor




To increase speaker volume find these lines:
Modifier "Normal" {
    SupportedDevice {
        "Speaker"
    }
    Enable {
        { "Speaker Digital Volume", 112 },
        { "SPKOUTL Input 1 Volume", 32 },
        { "SPKOUTL Input 2 Volume", 32 },
    }
}



To increase headphone volume find these lines:
Modifier "Normal" {
    SupportedDevice {
        "Headphone"
    }
    Enable {
        { "Noise Gate Switch", 0 },
        { "HPOUT1 Digital Volume", 112 },
        { "HPOUT1L Input 1 Volume", 32 },
        { "HPOUT1R Input 1 Volume", 32 },
    }
}



To increase ringtone volume find these lines:
 Modifier "Ringtone" {
    SupportedDevice {
        "Speaker"
    }
    Enable {
        { "Speaker Digital Volume", 112 },
        { "SPKOUTL Input 1 Volume", 32 },
        { "SPKOUTL Input 2 Volume", 32 },
    }
}


The volume you should adjust is between 112 and 132 
After you saved it supersu will ask you to give permission. Accept it!
-----------------------------------------
 
Caution: If you adjust speaker volume too loud it can destroy your phone speaker.

My default_gain.conf values:
Speaker: 116
Ringtone: 116

Headphone: 132 :D 

Related Posts:

  • Root your android devices with OneClickRoot  OneClickRoot is the leading software for Root Android phone. With just a single click, you can root Android smartphone or your tablet and get access to hundreds of new and exciting features. Root's own Android… Read More
  • Update Galaxy S3 International to Android 4.3 Jellybean Information from the Samsung Galaxy S3 shows that users have started to receive new updates via OTA. After upgrade to Android 4.3 Jellybean, the system is also added many new features. If you do not receive the emai… Read More
  • [Mod] Increase Galaxy S4 (GT-i9500) Volume For Galaxy S4 users if you feel that your phone volume is not loud enough, there is a way to boost volume by modifying 'default_gain.conf', but this is for rooted devices only.To do you need to download an app … Read More
  • How To Add Custom Locale To Android If you need to change language in android but you can't find the language you want to change to, you can use an app name 'MoreLocale 2'. It's free and you can download it through Google Play. It works both root… Read More
  • What is MP3 Tag? An MP3 tag is a metadata container in an MP3 file (ID3). It tells the information about the mp3 file and embedded in the file structure and contains data for tags like artist, track number, album, genre, year, etc. This … Read More