MTK IMEI Switcheroo (thingamabob)

Can you send me anyway? I like to verify things, and I can update the docs.

I like documenting the RE it’s cool to look at and can help for other projects.

1 Like

Sure
https://files.flipphoneguy.duckdns.org/browse/jtech/nvdata.img

Sorry upload speed in Jerusalem ain’t good

That means I’ll have to also. And I’ll have to update hardcoded links in README and in info in app… :rofl:

1 Like

net::ERR_NAME_NOT_RESOLVED

1 Like

Where what when?

https://files.flipphoneguy.duckdns.org/browse/jtech/nvdata.img

This works

https://files.flipphoneguy.duckdns.org/browse/Jtech/f25_modem_firmware.zip

1 Like

Ah. Interesting. I think I know why but it’s almost shabbos here. I updated my app it now supports dual SIM qin f25. Good shabbos!

4 Likes

Try it out, all functions plz.

Tiq m5 support confirmed.

2 Likes

And @flipphoneguy’s app works on the tiq as well!

2 Likes

Why does it show dual SIM on F21?

1 Like

So it can support other devices that have dual sim.

2 Likes

True. But it actually shows me ‘both’ of my IMEI’s.

1 Like

What does it say by the second one?

Some random IMEI.

And for some reason it shows both twice.

1 Like

Added support for dual sim.

Current supported devices:

  • Qin F21 Pro
  • Qin F25
  • Tiq M5
1 Like

Fixing the double now. Really stupid mistake. As for showing 2 IMEI’s that’s extremely weird. Can you try @ars18’s tool and see if ‘read’ also shows 2? I don’t see in what way it can go wrong. Assuming the docs are correct that the test is 0 padded it’s very weird.

Or if you have no patience, can you send me your LD0B_001 file

Edit: while I don’t have a physical f21 to test the app, I tested the Java code in the app on a raw LD0B_001 from a f21 and it only showed 1 IMEI. Can someone else please confirm if it shows 2 IMEI’s by them? The issue of displaying twice will be fixed shortly

@farrict try it now. I fixed the double render and might have fixed the 2 SIM issue. Thanks a ton for reporting the issue!!

@ars18 I updated my termux wrapper for dual SIM and fixed merge conflicts on README. (Next time you edit you’re gonna fix the merge conflicts :rofl::rofl:. Gets annoying in a terminal to edit the diff lines…)

It builds character I’m trying to help :slight_smile:

Also, I’m gonna have to test the Termux version on both the f21 and m5

1 Like

It’s literally just copy paste your script just instead of adb shell su -c is su -c directly in the shell. Look at it. If live patch works, by definition the termux version should too. No?