woesss / JL-Mod

J2ME emulator for Android (unofficial fork of https://github.com/nikita36078/J2ME-Loader)
Apache License 2.0
152 stars 12 forks source link

The problem is related to the SMS crack game #88

Closed Phalam754 closed 3 months ago

Phalam754 commented 3 months ago

With game crack by SMS. No items are added when performing the SMS sending operation Looks like SMS is not going through.Link game test:https://giaitri321.pro/game-offline/gamehay/2/vuong-quoc-sung-vat-cau-vong/

woesss commented 3 months ago

Has this ever worked in another emulator or phone? It would be a good idea to compare the hacked version with the original to understand what was changed and why it doesn't work.

Phalam754 commented 3 months ago

They don't work even in the original j2me loader.But the first version caused the app to crash when sending SMS. Newer versions no longer crash.Instead, there is a notification of failure to send SMS

Phalam754 commented 3 months ago

It's hard to find an app that hasn't had its SMS cracked yet. Here I have an application whose SMS status is unknown.But fortunately there are items added when sending SMS . SMS works fine and has returned items on the emulator .The SMS interface and operations are 100% the same.Only the regional language differs. Link: https://drive.google.com/file/d/197uSzGstdtS2QhaHkHfH6UDmSBSw13gE/view?usp=drivesdk

woesss commented 3 months ago

The problem is in the settings: the game somehow calculates whether the platform matches the IMEI code or simply the list of supported models.
I simply replaced Nokia with Sony Ericsson in the system property
microedition.platform: SonyEricssonK800
After changing the platform you will have to start a new game - the continuation freezes.

Phalam754 commented 3 months ago

Thank you. After I edited the code like you.The sms message has been sent successfully

Phalam754 commented 3 months ago

Perhaps you should add another note to fix this problem.Many people encounter the same SMS situation as me.

Phalam754 commented 3 months ago

After testing I found a few games that worked well.Some applications still have SMS errors . But the solution is correct