-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Games with missing dev Uuid #20
Conversation
How to help: Run `adb logcat` and go launch the game. May need to purchase something? Logcat will show the developer UUID. Go to the "classic" folder and find the corresponding packageName for the game and edit that file. Change the Devleoper UUID from 00000000-... to whatever was displayed by logcat.
Related to #14 |
Tried Joe Danger. It has IAP for currency that can be earned in game. Upon attempting to use the in-game store, no hits for anything UUID related. I have the notepad of the entire process if you want it. @cweiske |
Wait, I think my CMD is cutting off after a certain amount. Is there a way to override that? I'm trying Miracle Fly now, and no hits for UUID, but I know I saw something on there flash across... |
Super Puzzle Platformer Deluxe has no IAP. It is a "Purchase only from store" game but if you can load it, it plays without checking for anything. I'm like 90% on that. |
Push the Fluffies has no IAP or Purchases |
3D Checkers and 3D Reversi have no IAP |
…purchases We do not need the developer UUID in that case. Part of #20
Thanks for the info about that games - I've updated the game data. Joe Danger now has working products to buy, even if it says it cannot connect to the store at first. |
Sent you an email with log files on the games that have IAP. All the others are either purchase only, or have no IAP. Take a look and let me know if you need anything else. One of them is for issue #44 |
We've got all now. |
How to help: Run
adb logcat
and go launch the game. May need to purchase something? Logcat will show the developer UUID.Go to the "classic" folder and find the corresponding packageName for the game and edit that file. Change the Devleoper UUID from 00000000-... to whatever was displayed by logcat.
Finally, remove the game from this 'games missing dev UUID' file so no one else goes looking for that game.