Change default wallpaper

How change default wallpaper in Finow X3 Plus ? There isn´t option in settings. There are few topics about this smartwatch.

I’m afraid there’s no way to do it without installing a launcher. What the use of changing it anyway ? It’s not really visible…

2 Likes

It can be done… you can change the images in the Launcher.apk

  • Get your Launcher.apk from your phone (adb pull /system/priv-app/Launcher.apk)
  • Extract the contents of the apk with WinRAR
  • Find the background image you want and change it
  • Put the image back into the apk with WinRAR (compression method store)
  • Remount system partition on your phone as writeable (adb shell mount -o rw,remount /system)
  • Put the apk back onto your phone (adb push Laucher.apk /system/priv-app/)
  • Remove the Launcher.odex file (adb shell rm /system/priv-app/Launcher.apk)
  • Reboot into Recovery Mode and clear Davlik cache
  • Reboot phone and enjoy your new background

This explains the global process, now Google “modifying images in apks” for more/better howtos.