this post was submitted on 12 Oct 2023
8 points (83.3% liked)

Programming

17528 readers
224 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 

I have an Android app which I haven't been to activate because of it requires that during the activation a phone to be a) on mobile data b) with the same sim card that assinged to me by a service of the app.

I have a sim card, but I can't turn on mobile data because firstly I can't top it up here, in other country. Secondly, it'd eat up lots of money, if I could somehow.

Is there a way to trick an Android app to believe that it uses mobile data whilst in relality it's on Wifi? Reverge engeneering would the last resort. Is there an easier way?

top 2 comments
sorted by: hot top controversial new old
[โ€“] stifle867 3 points 1 year ago

If I'm reading it correctly, the app is activated through a check that ensures it's connected to the same mobile service provider that also makes the app? In that case even if you could "trick" the app into running over WiFi it wouldn't matter because it's actually testing the mobile connection, not whether it's connected to the internet.

[โ€“] eluvatar 2 points 1 year ago

It's designed as a security measure, so any easy way would probably be patched by the engineers who made the app.