Pixels needs WRITE_SECURE_SETTINGS permission in order to work (this is NOT rooting).
- Execute
adb shell pm grant com.tribalfs.pixels android.permission.WRITE_SECURE_SETTINGS
- Go to
Settings
>About phone
>Software information
and tapBuild number
multiple times until the developer mode is enabled.
- Go to
Settings
>Developer options
(can beSettings
>System
>Developer options
on older android versions), scroll down and findUSB debugging
option.
-
Download ADB (platform-tools) to your computer: for Windows | for Mac | for Linux
-
Extract the downloaded zip file.
4. Navigate to inside of platform-tools
folder that you extracted on Windows Explorer or Finder(macOS)
- Type
cmd
in the address bar and press enter. This will open Windows Command Prompt.
-
Search
Terminal
from Launchpad and run it. -
Run
sudo -s
and type your user password. The terminal won't display how much characters you type, it'll remain blank. -
Run
export PATH=.:$PATH
Without this, you will get adb: command not found
errors.
- Your phone will prompt
Allow USB debugging
if it's the first time being connected on USB debugging mode. TapOK
.
- Check the connection by entering the following command followed by an enter. It should show your device ID if successfully connected.
adb devices
For macOS: ./adb devices
- If your device fails to connect to your computer, try connecting it a different USB port and/or using a different USB data cable. If still not connecting, your computer is possibly missing the USB driver for your phone. Check here to download OEM USB drivers. Once installed, reboot your PC and redo step no. 6.
- When successfully connected, enter the following command and press enter. You can copy the command below. If the command is executed properly, it will return blank.
adb shell pm grant com.tribalfs.pixels android.permission.WRITE_SECURE_SETTINGS
For macOS: ./adb shell pm grant com.tribalfs.pixels android.permission.WRITE_SECURE_SETTINGS
Note: On some MIUI devices you need to enable the option "Disable permission Monitoring" under "Developer options" to be able to grant this permission.
-
If you don't need USB debugging, you may now disable the USB debugging settings to avoid potential unwanted access.
-
Go to
Settings
>Developer options
, scroll down a page and disableUSB debugging
option.
That's it!
You don't have to repeat this process unless you completely uninstall the app and reinstall it.
If you need more help or experiencing any issue, please email us at [email protected] .