Link Search Menu Expand Document

Removing Android AppSupport

This document instructs how to revert a Sailfish device back to a state where there is no Android Support and no Android apps.

Clean removal

Android App SUpport should be removed in this way. It is to remove everything necessary.

1) Uninstall all Android apps, one by one, using the app launcher grid.

  • Tap and hold the background until all icons get an X on them
  • Uninstall Android apps by tapping each of them

2) Uninstall Android AppSupport:

  • Open Jolla Store app on your phone
  • Pull down My Apps
  • Look for “Android AppSupport”
  • Long-tap it and select “Uninstall”
  • Uninstalling Android AppSupport Uninstalling Android AppSupport

3) Restart the device.

This is the recommended way. It is expected to work correctly on Sailfish 4 releases and thereafter.

Brutal way

Consider using this method if the Clean removal fails to work, for some reason. The commands below will definitely and quickly remove all Android stuff. Use it only if you are familiar with working on the command line. Be careful to run the commands correctly, or else you might cause damage to your device. You will need to enable the Developer mode before proceeding.

1) Uninstall Android AppSupport

  • Open Jolla Store app on your phone
  • Pull down “My Apps”
  • Look for “Android AppSupport”
  • Long-tap it and select “Uninstall” (see the picture above)

2) Run the following commands in the Terminal:

devel-su
cd /home/defaultuser          ## On some phones:  cd /home/nemo
rm -rf /home/.android/*
rm -rf android_storage
reboot

3) Restart the device.

Factory reset or reinstalling Sailfish OS

Factory reset will definitely wipe out all Android stuff and unfortunately much more. Hard work will be needed to set up the device for pure Sailfish OS use after the reset.

Reflashing (reinstalling) Sailfish cleans everything up on the device: all data, apps and accounts are lost. However, setting up the phone is easier than after the factory reset.