Instructionsο
You can build it yourself or download the prebuilt version.
Prerequisitesο
An Android device or emulator running Android 4.4 or later.
A custom recovery (see Supported recoveries below) or root access.
Supported recoveriesο
The following custom recoveries are supported:
Downloadο
You can find the stable releases here:
Instead if you want to try the nightly builds you can find them here:
Installationο
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"
Via custom recoveryο
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.
Via ADB sideloadο
Reboot into recovery.
In TWRP, tap Advanced β ADB Sideload, then swipe to start.
On your PC, run:
adb sideload google-sync-addon-*.zip
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.
Via zip-install.sh (ADB or terminal, root required, no recovery needed)ο
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.
Uninstallationο
To uninstall re-flash the zip, enable live setup and select Uninstall.