Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

First: Install our app Locale & Language first

What you need

Computer

Usb cable

Step 1. Enabling adb Debugging


Connect your device to the computer.
(Video Tutorial for this step available
Now: https://youtu.be/AjaQ4bEVAYI)

1.Enable Developer options


Open your phones system Settings-> Developer options
Can not find Developer options?
On Android 4.2 and higher, the Developer options screen is hidden by default. To
make it visible, go toSettings > About phone and tap Build number seven times.
Return to the previous screen to find Developer options at the bottom.

2. After Enable Developer options then enable USB debugging :


Settings-> Developer options ->USB debugging

Step 2. Dwonload ADB Tools:

For Windows Computer: adb-tools-windows

For Mac Computer: adb-tools-mac

Download the ADB Tools and Extract it.(After extracted you will find
folder adb-tools)
(Video Tutorial for step 2 & 3 available
Now: https://youtu.be/tnXHriyeFQE)
Open a command lineLinux or Mac called Terminals, Windows
called cmd.exe
Use command cd into adb-tools folder downloaded above.(command
like below, replace YouPath to your file path)
cd /YouPath/adb-tools

Step 3. Grant Permission


Grant Permission

Input adb shell and press Enter key

Finally input pm grant com.whenair.language


android.permission.CHANGE_CONFIGURATION andpress Enter
key

If you get error: no devices found, that is mean you phone has
not open the ADB debugging, Please ReadStep 1 or Read Tutorial
Open Developer Options and open USB debugging on Android
4.2+

You might also like