<html><head></head><body><div>I just got the Android app running on the Linux desktop :-)</div><div><br></div><div>On Debian Stretch I used an old emulator from 2016: Shashlik 0.9.3</div><div><a href="http://www.shashlik.io/news/2016/03/02/shashlik-0-9-3/">http://www.shashlik.io/news/2016/03/02/shashlik-0-9-3/</a></div><div><br></div><div>Advantage - super simple</div><div>Disadvantage - buggy and not maintained any more</div><div><br></div><div>But it is running well for me. Even with the correct locale:</div><div><br></div><div><img src="cid:1612778118.11527.0.camel@arachnon.de"><br></div><div><br></div><div>What I did ...</div><div><br></div><div>Install Shashlik</div><div>Install OVMS apk in Shashlik</div><div><a href="https://www.howtoforge.com/tutorial/how-to-install-and-run-android-apk-on-linux-with-shashlik/">https://www.howtoforge.com/tutorial/how-to-install-and-run-android-apk-on-linux-with-shashlik/</a></div><div><br></div><div>Create folder ~/.local/share/shashlik/system</div><div><br></div><div>Edit </div><div><br></div><div>/opt/shashlik/android/config.ini</div><div><br></div><div>hw.ramSize=8000</div><div><br></div><div>/opt/shashlik/bin/shashlik-run</div><div><br></div><div>emulator_args </div><div><br></div><div>change "-noskin" to "-skin", "480x800",</div><div><br></div><div>Create an executable script /usr/local/bin/ovms containing:</div><div><br></div><div>#!/bin/bash</div><div>cd /opt/shashlik/bin/</div><div>./shashlik-run com.openvehicles.OVMS com.openvehicles.OVMS.apk</div><div><br></div><div>Start it with the command "ovms" on the console.</div><div><br></div><div>Set locale in a second console:</div><div><br></div><div>adb shell "setprop persist.sys.language de; setprop persist.sys.country DE;"</div><div><br></div><div>After restart of the emulator locale is set.</div><div><br></div><div>On a black screen with only arrows (yes, it is buggy):</div><div><br></div><div>adb shell rm -rf "/data/system/*"</div><div><br></div><div>and restart the emulator.</div><div><br></div><div>Have fun ...</div><div><br></div><div>Regards</div><div><br></div><div>Chris</div><div><br></div><div></div></body></html>