Friday, 1 April 2016

How to Unlock, Install Custom Recovery And Root the HTC One A9

Before You Begin

1. This could void the warranty of your device. We won’t be held responsible for anything that happens from doing this tutorial so please proceed at your own risk.
2. You must have a Windows based PC to do this procedure.
3. You should have ADB drivers installed on your PC. If you don’t, your PC won’t be able to recognize your device.
4. This should erase all the data stored on your device, so please backup everything that you’ll need later on.
5. This should also flash a custom recovery on your device.

How to Root the HTC One A9

Root the HTC One A9
To root the device, you’ll first unlock the bootloader, flash a custom recovery, and then install the Superuser app on the device. Here’s how:

II. Downloading Required Files

1. Download Fastboot and save it to your desktop.
2. Download Custom Recovery and save it to your desktop.
Custom Recovery (Download link’s given in the first post)
3. Download SU and save it to your desktop.
SU (It’s attached in the first post)
4. Download Superuser and save it to your desktop.
Superuser (It’s attached in the first post)
5. Download Boot Image for your device model and save it to your desktop.
Boot Image (It’s attached in the first post)

III. Unlocking the Bootloader on the HTC One A9

1. Extract files from Fastboot over to your desktop by right-clicking on it and selecting Extract here.
2. Head over to the HTCDev Bootloader website and follow the instructions for getting an unlock token for your device using which you can unlock the bootloader on your device.
3. Make sure that the unlock token that you’ve received from HTC is named as Unlock_code.bin.
4. Turn off your device.
5. Turn your device back on in fastboot mode. To do that, hold down Volume DOWN and Power buttons together for a few seconds.
6. Select fastboot from the bootloader menu appearing on your device.
7. Plug in your device to your PC using a USB cable.
8. Launch a Command Prompt Window on your desktop by holding down Shift and right-clicking anywhere on the screen and selecting Open command window here.
9. Type in the following command into the Command Prompt Window and hit Enter:
fastboot devices
10. Your device should show up in the list.
11. Type in the following command and hit Enter:
fastboot flash unlocktoken Unlock_code.bin
12. Confirm the prompt on your device and your bootloader will be unlocked.
Now that your bootloader is unlocked, let’s flash the boot image that will then allow you to root your device. Here’s how:

IV. Flashing a Boot Image on the HTC One A9

1. Extract files from Boot Image archive over to your desktop by right-clicking on the archive and selecting Extract here.
2. Head to Menu > Settings > About phone on your device and tap on Build number for 7-8 times and it’ll say you’re a developer. That’ll unlock the developer options menu on your device.
3. Head to Menu > Settings > Developer options and turn on USB debugging.
4. Plug in your device to your PC using a USB cable.
5. Open a command prompt window on your desktop by holding down Shift and right-clicking anywhere on the screen and selecting Open command window here.
6. Type in the following command into the window and hit Enter:
adb devices
7. Your device should show up on the list.
8. Type in the following command and hit Enter:
adb reboot download
9. Your device should reboot into the download mode.
10. Enter in the following command into the command prompt window and press Enter. Make sure to replace bootimage.img with the actual name of the boot image that you have downloaded on your PC.
fastboot flash boot bootimage.img
11. Wait for it to flash the boot image on your device.
12. When the boot image has been flashed, issue the following command to reboot into the bootloader mode:
fastboot reboot-bootloader
13. Select Recovery from the bootloader menu to boot into the recovery mode.
14. Select wipe data/factory reset from the recovery menu.
15. Confirm the prompt and wait for it to factory reset your device.
16. When factory resetting’s done, reboot your device.
The boot image was successfully flashed on your HTC One A9. Here’s how you can go about flashing a custom recovery on your device:

V. Flashing a Custom Recovery on the HTC One A9

1. Right-click on Custom Recovery and select Extract here to extract the recovery file.
2. Turn off your device.
3. Reboot your device into fastboot mode by holding down Volume DOWN and Power buttons together for a few seconds.
4. Choose fastboot from the options appearing on your screen.
5. Plug in your device to your PC using a USB cable.
6. Open a command prompt window on your desktop by holding down Shift and right-clicking anywhere on the screen and selecting Open command window here.
7. Type in the following command into the command prompt window and hit Enter. Make sure to replace recovery.img with the actual name of the recovery image that you’ve downloaded to your PC.
fastboot flash recovery recovery.img
8. Wait for it to flash a custom recovery on your device.
9. When it’s done flashing recovery, reboot your device.
You now have a custom recovery up and running on your HTC One A9. Here’s how you can go about rooting your device:

VI. Rooting the HTC One A9

1. Extract files from both SU and Superuser over to your desktop by right-clicking on each of them and selecting Extract here.
2. Turn off your device.
3. Turn your device back on in custom recovery mode. To do that, hold down Volume DOWN and Power buttons together for a few seconds.
4. Select Recovery from the bootloader menu and you’ll boot into the recovery mode.
5. Open a command prompt window on your desktop by holding down Shift and right-clicking anywhere on the screen and selecting Open command window here.
6. Type in the following command into the command prompt window and hit Enter:
mount /dev/block/mmcblk0p62 /data
7. It should mount the /data/ folder to write files.
8. Type in the following command and hit Enter:
adb push su.img /data/su.img
9. It’ll push SU over to the /data/ folder on your device.
10. Reboot your device using the reboot system now option in the recovery menu.
11. Ensure that your device is still plugged in to your PC.
12. Type in the following command into the command prompt window and hit Enter:
adb install superuser.apk
13. It should install the Superuser app on your device.
14. You should now be rooted!

How to Install Custom Recovery And Root the MotoActv

Before You Begin

  1. This could void the warranty of your device. We won’t be held responsible for anything that happens from doing this tutorial so please proceed at your own risk.
  2. You must have a Windows based PC to do this procedure.
  3. You should have USB drivers installed on your Windows PC. Install them if they aren’t already.
  4. This should also flash a custom recovery on your device.
  5. Make sure your device is charged 100% before you do this procedure as the procedure requires for the device to be fully charged or you’ll have issues.
  6. You should only try this on a MotoActv.

How to Root the MotoActv

MotoActv
To root the device, you’ll use a root tool that’ll flash a boot image and gain root access on the device. Then, you’ll flash a custom recovery using Minimal ADB. Here’s how it’s all done:

Downloading Required Files

  1. Download Minimal ADB and save it to your desktop.
    Minimal ADB
  2. Download Root Tool and save it to your desktop.
    Root Tool (Download link’s given on the page)
  3. Download CWM Recovery and save it to your desktop.
    CWM Recovery

Rooting the MotoActv

  1. Double-click on Root Tool executable and wait for it to extract and then launch with a user-interface.
  2. Plug in your device to your PC.
  3. MotoCast should begin to install on your PC. Wait for that to finish.
  4. When MotoCast is installed, it’ll ask you to update your device. Allow it to do so.
  5. When your device is updated, unplug it from your PC.
  6. Click on Flash Boot Image and Root button in the Root Tool.
    root_tool_2.0.0
  7. Turn off your device.
  8. Hold down Volume DOWN and Power buttons together on your device and it’ll boot-up into fastboot mode.
  9. Plug in your device to your PC.
  10. The tool should automatically flash an insecure boot image and then root your device.
Your MotoActv should now be rooted.
Now that you’re rooted, here’s how you can flash a custom recovery on your MotoActv:

Flashing a Custom Recovery on the MotoActv

  1. Extract files from Minimal ADB over to your desktop by right-clicking on it and selecting Extract here.
  2. Enable USB debugging on your device by heading to Menu > Settings > Applications > Development > USB debugging.
  3. Plug in your device to your PC using a cable.
  4. Launch a command prompt window on your desktop by holding down Shift and right-clicking anywhere on the screen and selecting Open command window here.
  5. When the command prompt window launches, type in the following commands one by one and hit Enter after each command:
    adb push CWMR5x_F100_recoveryA.img /data/local/
    adb shell
    dd if=/data/local/CWMR5x_F100_recoveryA.img of=/dev/block/mmcblk1p13
    exit
  6. That should’ve flashed the recovery on your device. Enter in the following command into the command prompt window and hit Enter:
    adb reboot recovery
  7. Your device should reboot into the newly installed custom recovery mode.
Your MotoActv was successfully flashed with a custom recovery and you should be seeing it on your device’s screen right now.

How to Root the Motorola Moto X (2013) (Verizon)

Before You Begin

  1. This could void the warranty of your device. We won’t be held responsible for anything that happens from doing this tutorial so please proceed at your own risk.
  2. You should have a Windows based PC to do this procedure.
  3. You should have Motorola USB drivers installed on your PC. Install them if they aren’t already.
  4. You should have your device flashed with the ROM given here. If you haven’t, the following procedure won’t work for you.
  5. This will only work on the Verizon variant of the Moto X (2013) that has the model number XT1060.
  6. You must be running on Android 5.1 to do this procedure.

How to Root the Motorola Moto X (2013) (Verizon)

Verizon Moto X
To root the device, you’ll use a root-patch that will flash some files on your device to achieve access to the root. Here’s how you can use it to root your device.

Downloading Required Files

  1. Download Root Patch and save it to your desktop.
    Root Patch (Download link’s available in the first post)
  2. Download Python and save it to your desktop.
    Python (Download link’s available in the first post)
  3. Download Pyserial and save it to your desktop.
    Pyserial (Download link’s given in the first post)
  4. Download DLOAD drivers and save them to your desktop.
    DLOAD Drivers (Download link’s given in the first post)

Rooting the Motorola Moto X (2013) (Verizon)

  1. Install Python by double-clicking on it and following the on-screen installation wizard.
  2. Double-click on Pyserial and install that as well.
  3. Copy Root Patch from your desktop over to the Python directory on your PC. The directory should be C:\Python27.
  4. Right-click on the copied Root Patch and select Extract here to extract the files.
  5. Turn off your device.
  6. Reboot your device into fastboot mode by holding down Volume DOWN and Power buttons together.
  7. Plug in your device to your PC using a USB cable.
  8. Open the Python directory and double-click on BLBROKE.bat and it’ll launch.
  9. It should turn off your device and you should also notice that your device’s gone black.
  10. Right-click on DLOAD Drivers archive and select Extract here to extract the drivers.
  11. Launch Device Manager and install the DLOAD drivers manually.
  12. Once the drivers are installed, double-click on root.bat located in the Python directory to start rooting your device.
  13. The tool should take about 15 to 20 minutes to gain root access on your device.
  14. Your device should reboot when the tool’s done rooting.
  15. When your device reboots, it’ll optimize the apps for better performance. Allow it to do so.
  16. Reboot the device when apps have been optimized.
Your Verizon variant of the Moto X is now rooted!

How to Unlock, Install Custom Recovery And Root the Motorola Moto G LTE (2nd Gen)

Before You Begin

  1. This could void the warranty of your device. We won’t be held responsible for anything that happens from doing this tutorial so please proceed at your own risk.
  2. You should have a Windows based PC to do this procedure.
  3. You should have Motorola USB drivers installed on your PC. Install them if they aren’t already.
  4. This should erase the data stored on your device. So, please backup everything that you wish to keep.
  5. This should also flash a custom recovery on your device.
  6. You should only try this on the LTE variant of the device.

How to Root the Motorola Moto G LTE (2nd Gen)

Moto G LTE 2nd Gen
To root the device, you’ll first unlock the bootloader, flash a custom recovery, and then flash SuperSU to gain root on the device. Here’s how you can do that:

Downloading Required Files

  1. Download Fastboot and save it to your desktop.
    Fastboot
  2. Download TWRP Recovery and save it to your desktop.
    TWRP Recovery
  3. Download SuperSU and save it to your desktop.
    SuperSU

Unlocking the Bootloader on the Motorola Moto G LTE (2nd Gen)

  1. Extract files from Fastboot over to your desktop by right-clicking on it and selecting Extract here.
  2. Turn off your device.
  3. Turn your device back on in fastboot mode by holding down Volume DOWN and Power buttons together for a few seconds.
  4. Plug in your device to your PC using a USB cable.
  5. Launch a command prompt window on your desktop by holding down Shift and right-clicking anywhere on the screen and selecting Open command window here.
  6. Type in the following command into the command prompt window and hit Enter:
    fastboot oem get_unlock_data
  7. You’ll get a text string on your screen. Select it and copy it to your clipboard.
  8. Head over to the Motorola Bootloader Unlock page and sign-in using an account. Create a new account if you don’t already have one.
  9. Follow the instructions to unlock the bootloader and when you get to step-6, paste the text string that you copied in the previous step.
  10. Click on Can my device be unlocked? button.
  11. Click on Request Unlock Key on the following screen to get a key to unlock the bootloader on your device.
  12. Motorola will send an unlock key to your email address. Copy the unlock key from there to your clipboard.
  13. Type in the following command into the command prompt window and hit Enter. Make sure to replace KEY with the unlock key that you copied in the previous step.
    fastboot oem unlock KEY
  14. It should start unlocking the bootloader on your device.
  15. When the bootloader is unlocked, reboot your device.
The bootloader on your Moto G LTE (2nd Gen) has been successfully unlocked, and here’s how you can go about flashing a custom recovery on  your device:

Flashing a Custom Recovery on the Motorola Moto G LTE (2nd Gen)

  1. Turn off your device.
  2. Reboot your device into fastboot mode by holding down Volume DOWN and Power buttons together.
  3. Connect your device to your PC using a USB cable.
  4. Open a command prompt window on your desktop by holding down Shift and right-clicking anywhere on the screen and selecting Open command window here.
  5. Type in the following command into the command prompt window and press Enter. Make sure to replace twrp.img with the actual name of the recovery image name.
    fastboot flash recovery twrp.img
  6. Wait for it to flash a custom recovery on your device.
  7. When it’s done flashing a recovery, reboot your device using the following command:
    fastboot reboot
  8. Your device should reboot.
Awesome! You’ve successfully flashed a custom recovery on your Moto G LTE (2nd Gen) and you’re now all set to root your device. Here’s how to do that:

Rooting the Motorola Moto G LTE (2nd Gen)

  1. Connect your device to your PC using a USB cable.
  2. Copy SuperSU .zip from your desktop over to the internal SD card storage on your device.
  3. When SuperSU is copied, disconnect your device from your PC.
  4. Turn off your device.
  5. Turn your device back on in recovery mode by holding down Volume DOWN and Power buttons together.
  6. Choose Recovery from the options that appear on your screen.
  7. Tap on Install in the recovery menu.
  8. Navigate to your internal SD card storage and choose SuperSU .zip to be installed on your device.
  9. Tap on Swipe to Confirm Flash to confirm the flash action.
  10. Wait for TWRP to install SuperSU on your device.
  11. When TWRP’s done flashing SuperSU, reboot your device by selecting Reboot followed by System.
  12. Your device should reboot.
And you’re now rooted!

How to Install Custom Recovery And Root the HTC Incredible S

Before You Begin

  1. This could void the warranty of your device. We won’t be held responsible for anything that happens from doing this tutorial so please proceed at your own risk.
  2. This will erase the data stored on your device. So, please backup everything that you wish to keep.
  3. You must have a Windows based PC to do this procedure.
  4. You should have HTC Sync installed on your Windows PC. Install it if it isn’t already.
  5. This should also flash a custom recovery on your device.
  6. You should only try this on an HTC Incredible S.

How to Root the HTC Incredible S

Root HTC Incredible S
To root the device, you’ll first unlock the bootloader, flash a custom recovery, and then use that recovery to flash SuperSU to get root. Here’s how:

Downloading Required Files

  1. Download Fastboot and save it to your desktop.
    Fastboot
  2. Download ClockworkMod Recovery and save it to your desktop.
    ClockworkMod Recovery (Download the one that is for your device)
  3. Download SuperSU and save it to your desktop.
    SuperSU

Unlocking the Bootloader on the HTC Incredible S

  1. Extract files from Fastboot over to your desktop by right-clicking on it and selecting Extract here.
  2. Enable USB debugging on your device by heading to Menu > Settings > Developer options > USB debugging.
  3. Plug in your device to your PC using a USB cable.
  4. Launch a command prompt window on your desktop by holding down Shift and right-clicking anywhere on the screen and selecting Open command window here.
  5. When the command prompt window launches, type in the following command and hit Enter:
    adb reboot bootloader
  6. Your device should reboot into bootloader mode.
  7. Now, type in the following command and press Enter:
    fastboot oem get_identifier_token
  8. You’ll see a long text string in the command prompt window. Highlight it all and copy it to your clipboard for later use. Make sure you only copy the string and not words like <bootloader>, etc.
  9. Head over to the HTCDev Bootloader website and follow the on-screen instructions for unlocking the bootloader on your device.
  10. At one step, the site will ask you to input the string that you copied in the above steps. Paste the string and click on Submit.
  11. Once you’ve submitted the string to HTC, they’ll email you an unlock file. Download that file and save it to your desktop.
  12. Get back to command prompt and type in the following command and hit Enter:
    fastboot flash unlocktoken Unlock_code.bin
  13. Hit Yes when prompted for unlocking the bootloader on your device.
  14. Your bootloader should now be unlocked.
Congrats! Your device is now ready to be flashed with a custom recovery to then be rooted. Here’s how to flash a custom recovery:

Flashing a Custom Recovery on the HTC Incredible S

  1. Enable USB debugging on your device by heading to Menu > Settings > Developer options > USB debugging.
  2. Plug in your device to your PC using a USB cable.
  3. Open a command prompt window on your desktop by holding down Shift and right-clicking anywhere on the screen and selecting Open command window here.
  4. Type in the following command into the command prompt window and hit Enter:
    adb reboot bootloader
  5. Your device should reboot into bootloader mode.
  6. Type in the following command into the command prompt window and press Enter. Make sure to replace cwm.img with the actual name of the ClockworkMod Recovery Image you have downloaded.
    fastboot flash recovery cwm.img
  7. Wait for it to flash CWM on your device.
  8. When it’s done flashing CWM, reboot your device using the following command:
    fastboot reboot
  9. Your device should reboot.
Great! A custom recovery has been successfully flashed on your HTC Incredible S, and here’s how you can use this newly installed recovery to achieve root on your device:

Rooting the HTC Incredible S

  1. Connect your device to your PC using a USB cable.
  2. Copy SuperSU .zip from your desktop over to the internal SD card storage on your device.
  3. When SuperSU is copied, disconnect your device from your PC.
  4. Turn off your device.
  5. Turn your device back on in recovery mode by holding down Volume DOWN and Power buttons together.
  6. Choose Recovery from the options available on your screen.
  7. Select install zip from sdcard in the recovery menu.
  8. Select choose zip from sdcard on the screen that follows.
  9. Choose SuperSU .zip to be installed on your device.
  10. Hit Yes when prompted.
  11. CWM should begin flashing SuperSU on your device. Wait for it to do so.
  12. When CWM’s done flashing SuperSU, reboot your device by selecting reboot system now.
  13. Your device should reboot.
And there you go, your HTC Incredible S is now rooted!

Root Galaxy S7 (SM-G930/F/FD) and S7 Edge (SM-G935/F/FD) in One Click

If there’s one thing about Android that is great, it is the freedom that Google gives you. You can make your smartphone totally yours by rooting and customizing it to your heart’s content. Once you are rooted, you can start removing the bloatware and make your Galaxy S7 perform better due to the freed up resources. Other than that, you can also install mods and custom kernels to enhance your Galaxy S7 experience.

Root Galaxy S7 and S7 Edge on Android 6.0.1 Marshmallow Update

There are multiple ways to root your Galaxy S7 or Galaxy S7 Edge on Android 6.0.1. In today’s how-to, we are going to talk about the three most commonly used ways to root the Galaxy S7 (Edge). You can root your Galaxy S7 with a single click. That being said, there are other more complex rooting methods available as well. The methods mentioned below are easy and quick.
Root-Galaxy-S7

CF-Auto-Root

Easily Root Galaxy S7
CF-Auto-Root is developed by Chainfire, the maker of the highly popular SuperSU and other apps. It is one of the most trusted ways in the community to root devices. CF-Auto-Root also comes with SuperSU, which works extremely reliably with most of the root apps out there. Chainfire also continually updates it with fixes and improvements, so you can rest assured that SuperSU will remain up to date.
Head over to this CF-Auto-Root page to download the relevant file for your device. There are a bunch of variants of the Galaxy S7 and Galaxy S7 Edge, so we’re listing them to help you. Make sure you check in the Settings -> About section for the model number of your variant first.
Galaxy S7
  • SM-G930
  • SM-G930F
  • SM-G930FD
Galaxy S7 Edge
  • SM-G935
  • SM-G935F
  • SM-G935FD

KingRoot

The second most popular way to root your Galaxy S7 with a single click is KingRoot. If you want to use CF-Auto-Root, you will have to have a computer you can use. However, KingRoot does not require any computer and works on both the Galaxy S7 and Galaxy S7 Edge.
King Root
All you have to do is download the latest version of KingRoot from here. It is an APK file, so you will have to install it on your Galaxy S7 or S7 Edge. Go to Settings -> Security and enable “Installation from Unknown Sources”. Open the app once it is installed and then tap on the root button. As easy as that.

How to Root AT&T LG V10 Running Android Lollipop 5.1.1

We will be flashing rooted firmware on LG V10 using a PC. Thanks to XDA developer tungkick, who made the rooted firmware and shared with us all. You will have to backup your device data as this procedure will wipe everything off your phone. The simplest way is to use LG Bridge software, it lets you easily backup and restore data on your LG devices. If you want to know some benefits and risks involved in rooting your Android device you may read the article linked below.
lg-v10
Warning: Rooting your device will void your manufacturer’s warranty, so proceed at your own risk. Any harm to your device will be your responsibility only.

Things You Will Need

  • AT&T LG V10 (H900) and a PC

  • rootedsystemh900.zip

    Rooted firmware file that we will be flashing on your LG V10 | Link1Link2
  • LGUP

Software used for flashing firmware on LG devices | Link
  • LG Drivers

USB drivers required for LGUP to recognize your device| Link

Steps To Follow

Step 1. Download the rootedsystemh900.zip file from the link given above and extract the file using any unzipping tool you have on your PC.
Step 2. Download LG drivers from the link given above and install them on your PC, just like any other software.
Step 3. Now extract the .rar file again using any file unzipping tool you have on your PC. On extracting the .rar file you will get the .tot file needed for rooting your LG V10.
Step 4. Now we will install LGUP, a software used to install firmware on your Lg V10. To do so, extract the lgupnew.zip.This will give you two files LGUP_Store_Frame_Ver_1_14_3.msi and LGUP_8994_DLL_Ver_0_0_1_18.msi. 
Step 5. Run  LGUP_Store_Frame_Ver_1_14_3.msi file first and then run LGUP_8994_DLL_Ver_0_0_1_18.msi. This will install the LGUP software on your PC.
Step 6. Now you will have to copy the “common” folder that should be present in the zip file you extracted in Step 1 and move it to this location “C:\Program Files (x86)\LG Electronics\LGUP\model”.
Step 7. Now move to your phone and enable USB Debugging. To do so first enable Developer Options by going into Settings> About Phone and then tapping Build Number multiple times. Once your phone shows a toast message that “You are now a Developer!” you have successfully enabled Developer Options.
Step 8. Now open the Developer Options and enable the option that says USB Debugging. Now plug in your phone to your PC using a USB cable.
Step 9. Run the LGUP software using Start menu of your Windows.
Step 10. Select your phone. Then for “BIN File” select the “rootedsystemvs.tot” file you extracted in step 3. Finally, click Start.
Step 11. Reboot your device and update the SuperSU application and then reboot your device again.
Congrats! you have successfully achieved root access on your AT&T LG V10. You may confirm the root access using the root checker application.

Volume Boost and Dual Speaker Mod for Galaxy S7 and S7 Edge

Dual Speaker Mod for Galaxy S7
Samsung Galaxy S7 and S7 Edge may have top of the line specs, an unmatchable camera and an incomparable display but they fall short when it comes to sound department. They come with a single speaker that is placed at the bottom of the device that provides not so good multimedia experience. This article will help you make your sound experience better by installing a mod on your Galaxy S7/S7 Edge. Well, the experience would not match as with the device with the front facing speakers, but it would be definitely better than stock speaker settings.
Dual Speaker Mod for Galaxy S7
The mod is developed by XDA Senior member zubi182. There are two versions of the mod, the first one is a volume boost mod and the second one is a dual speaker mod. To install this mod you will need a rooted Galaxy S7 or a Galaxy S7 Edge. Also, your device should have a custom recovery like TWRP. If you don’t have root or TWRP follow the guide linked below.

Read:

Features

Dual Speaker Mod

The dual speaker mod enables the handset’s earpiece as a speaker along with the bottom speaker giving you a surround sound effect. Other features included in this mod are:
  • Activate dual speaker when playing media
  • Increase in-call volume
  • Increase handsfree volume
  • Increase multimedia playback volume
  • Increase Bluetooth multimedia playback volume
  • Increase Bluetooth in-call volume

Volume Boost Mod

This mod gives a volume boost to the speaker while playing media as well as when you are in a call. Other features included in this mod are:
  • Increase in-call volume
  • Increase handsfree volume
  • Increase multimedia playback volume
  • Increase Bluetooth multimedia playback volume
  • Increase Bluetooth in-call volume
Note: You need to flash only one of the mods listed above. As features of volume boost mod are included in the dual speaker mod.

Things You Will Need

Steps To Follow

Step 1. Download any one of  the mods for your device model from the links given above and transfer it to your device’s storage.
Step 2. Reboot your device to recovery mode. To do so press and hold Power and a Volume Down buttons for few seconds.
Step 3. Make a backup using Backup option of the TWRP recovery.
Step 4. Once you have created a backup go back to the home of TWRP. Then selectInstall option of the TWRP recovery and browse for the mod you downloaded in Step 1. Then swipe to start the installation.
Step 5. Now Reboot your device and Enjoy.
Congrats! you have successfully installed the dual speaker mod or the volume boost on your Galaxy S7/S7 Edge.
For some reasons if you want to restore to stock speaker settings, you can install therevert to stock.zip. You will have to follow the same steps listed above just use the Revert to stock.zip instead of the mod.

Disable Text Message Preview on Galaxy S7 and Galaxy S7 Edge

Disable Text Message Preview on Galaxy S7
Samsung Galaxy S7 and the Galaxy S7 Edge come with a whole set of new features. Many of these features can be very useful, but some of them can also be a bit over the top. One such feature is text message previews. While it’s cool to have, it can lead to privacy issues at times. In this how-to, we will walk you through disabling text message previews on Galaxy S7 and Galaxy S7 Edge.

Galaxy S7 Lockscreen
The Samsung Galaxy S7 and the S7 Edge are the most exciting smartphones to be launched recently. As a result, there are a lot of new users of these two smartphones. Given the fact that Samsung likes to include as many features as possible in its flagship devices, new users can feel overwhelmed easily. In such a scenario, this could lead to confusion and frustration, possibly putting you off Samsung’s phones as well. However, you should know that Samsung lets you disable most of the features and services, letting you enjoy a rather simple experience as well.

Disable Text Message Previews on Galaxy S7/ S7 Edge

The stock messaging application bundled with the Galaxy S7 comes with an option to show a preview of your new text messages. You will get a popup that shows the contents of the message briefly, along with a ticker on the status bar. Additionally, it is displayed on the lock screen as well, making it really difficult for you (or others) to notice it.
Galaxy S7 Text Messages preview
However, disabling Text Message previews on your Galaxy S7 or Galaxy S7 Edge is a very simple process.
  • Go into the Messages app – it’s the stock SMS app on the Galaxy S7 and Galaxy S7 Edge.
  • Tap on the three dot menu button on the action bar (near the top) and click on Settings.
  • Now click on Notifications.
  • Here, you can completely disable notifications, but you probably do not want to do that.
  • You get the option to disable pop-ups as well as message previews. You can disable any one of them or both of them.
That’s all you have to do.