Hello everyone,
I have managed to port the Xperia 10 live wallpaper to Sony Android 6.0+ devices. It also has a theme which you can set via Xperia theme picker. It may work on the devices from other manufacturers but my initial goal is not to support them.
I have managed to port the Xperia 10 live wallpaper to Sony Android 6.0+ devices. It also has a theme which you can set via Xperia theme picker. It may work on the devices from other manufacturers but my initial goal is not to support them.

Features
1. Changed the minimum SDK level to 23 (Android M).
2. Re-signed by me to make it installable as normal app.
3. Intended for 21:9 (or other tall) aspect ratios but looks cool on my 16:9 Xperia Z5.
4. Tested on API 24 (Android N) so, please try it on API 23 (Android M) and report.
Instructions
1. Uninstall any previous apk otherwise, signature conflict will occur.
2. Download the apk from below section.
3. Install it as normal app using any file manager or via adb.
4. Select from different live wallpapers. Wallpapers > Live wallpapers.
FAQs
Why it is not showing the animation?
It shows animation only after unlocking the device because it just plays a small mp4 video every time. As far as I know, it does not has any dynamic graphical asset (shaders) so, it will remain static rest of the time.
Report logs
If still issue occurs please follow the steps below to capture log via adb. You can follow this guide to install adb.
1. Enable Developer options on your device (Settings > About phone > Build number > Tap seven times).
2. Settings > Developer options > Turn on.
3. USB debugging > Turn on.
4. Capture log by typing this command in Terminal/CMD: -
Code:adb logcat
If your device is rooted, you can also use any third party app from Google Play (like CatLog, etc.).
Last edited: