You can build it yourself or download the prebuilt version.
Contents:
- An Android device or emulator running Android 4.4 or later.
- A custom recovery (see Supported recoveries below) or root access.
The following custom recoveries are supported:
- TWRP (Team Win Recovery Project)
- OrangeFox Recovery
- PitchBlack Recovery Project (PBRP)
- SKYHAWK Recovery Project (SHRP)
- LineageOS Recovery
- ClockworkMod Recovery (CWM)
- PhilZ Touch Recovery
- Omni Recovery
You can find the stable releases here:
Instead if you want to try the nightly builds you can find them here:
The methods below are mutually exclusive, choose one that matches your setup and follow only those steps.
Tip
Regardless of which installation method you choose, you can pre-configure options before flashing by setting system properties on the device. For example, to enable a longer live setup timeout:
adb shell "setprop zip.google-sync-addon.LIVE_SETUP_TIMEOUT 8"- Transfer the flashable zip to your device's internal storage or microSD card.
- Reboot into recovery (hold Power + Volume Down — exact key combination depends on your device).
- In TWRP, tap Install, navigate to the zip file and select it.
- Swipe to confirm the flash.
- Follow the on-screen prompts for the live setup (e.g., choose which optional apps to install).
- Once the flashing is complete, tap Reboot → System.
Reboot into recovery.
In TWRP, tap Advanced → ADB Sideload, then swipe to start.
On your PC, run:
adb sideload google-sync-addon-*.zipFollow the on-screen prompts for the live setup (e.g., choose which optional apps to install).
Once the flashing is complete, reboot the device.
This method installs the zip from a running Android system using zip-install.sh.
Connect your device via USB with USB debugging enabled (ADB only — skip if using a terminal app on the device).
Open a shell: run
adb shellon the PC or open a terminal app directly on the device.Transfer the flashable zip to your device's internal storage or microSD card.
Run:
cd <path/to/my_folder/> unzip ./google-sync-addon-*.zip zip-install.sh sh ./zip-install.sh ./google-sync-addon-*.zip
The script will flash the zip directly on the running system, without using the recovery.
Follow the on-screen prompts for the live setup (e.g., choose which optional apps to install).
Once the flashing is complete, reboot the device.
To uninstall re-flash the zip, enable live setup and select Uninstall.