Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - charlenni

#1
I have again a question: I found in play.google.com, that WhereYouGo needs Android 1.6. If I compile the code with API 4 (Android 1.6) I get some errors (MATCH_PARENT could not be resolved, killBackgroundProcesses(String) is undefined). If I search for killBackgroundProcesses(), I found, that this function is from API 8 (Android 2.2). Now my question: do I have at least to use API 8 to compile WhereYouGo?
#2
Thank you very much for your answer.

I see, you patched the OpenWIG code to get the right DeviceId. Did you know, if I had to patch other things in OpenWIG? Started a cartridge, and it runs, but not sure, if I had to check other things.
#3
Hello,

I downloaded the copy from the repository and also OpenWIG. After building and starting the emulator, WhereYouGo runs and shows all cartridges on the sdcard. But if I want to start a cartridge, I get the following error: "java.lang.RuntimeException: set your DeviceID. ..." from OpenWIG. I take a look at the source of OpenWIG and in WherigoLib.java, the DEVICE_ID is set by "public static final String DEVICE_ID = "DeviceID";". But I know, that WhereYouGo have an own DeviceID. Where can I find it or what I am doing wrong?

Best regards
Dirk (Charlenni)