Genymobile / gnirehtet

Gnirehtet provides reverse tethering for Android
Apache License 2.0
6.31k stars 578 forks source link

Cannot update application patch inside app #191

Open jrnieby opened 5 years ago

jrnieby commented 5 years ago

Hi, I'm new here and trying to learn things. I'm having a problem updating an application using Gnirehtet. It works perfectly fine with me but whenever there is an update inside the application like a patch update, it cannot detect Gnirehtet. What seems to be the problem? Thank you!

rom1v commented 5 years ago

IIUC, if gnirehtet is enabled, the PlayStore does not detect updates, is that the problem?

Is it the same problem as https://github.com/Genymobile/gnirehtet/issues/37?

jrnieby commented 5 years ago

Doesn't seem like that. I can update and even download apps from Playstore. The only problem is that, I cannot download the patch inside the application.

rom1v commented 5 years ago

What are the logs printed in the console while you try to download the patch?

jrnieby commented 5 years ago

It stops giving logs whenever I try patching the app.

rom1v commented 5 years ago

OK, then the updater probably maybe checks whether you have connectivity (wifi or mobile), and finds you have none, so it does nothing.

If you connect to a wifi network, and enable gnirehtet (so that it won't use the wifi network), does it work?

jrnieby commented 5 years ago

Actually it does work with mobile data while gnirehtet is on but I'm not sure if it is using mobile data or the gnirehtet. It is working fine with me with the v2.0 before but after I have updated to v2.3, it stops working.