Search code examples
androidwindowslive-wallpaper

windows screen saver as android live wallpaper


I would like to know if there is a way to process a .scr file (windows screen saver file) to make an android live wallpaper from it? I searched a lot on google about it without luck.

Does any have an idea of how to do this or where I can find useful information?


Solution

  • A .scr file is simply a Windows executable with a different extension. It is build from x86 instructions which are completely incompatible with Android.

    Even if you were to recompile the screen saver from source, the programming for the Windows API will be completely different from Android.

    This is simply not possible.