Actually, I'm using Flutter for my app development. But to run the app, I need to be connected to the internet (first-time). But when I use USB tethering, the MTP connection is cut to use the internet, and my PC doesnt have a wifi-card. So, will a WiFi reciever help me with this so that I could use Mobile hotspot and simultaneously use MTP for running the application purposes?
Asked
Active
Viewed 425 times
0
-
Assuming you actually mean ADB instead of MTP, this [answer](https://stackoverflow.com/a/13196577/529282) says it's possible to use USB tethering and debugging at the same time. – Martheen Apr 30 '20 at 06:16
-
I really mean MTP and not ADB. I want to use both. – Siddhesh Kulthe Apr 30 '20 at 07:46
-
I've used MTP with mobile hotspot in the past, but certain ROM/vendor might make it harder by limiting it. You can just try plugging the cable for MTP and activating the hotspot right now, even if no device connect to the wireless, that should confirm if your phone allow both of them running simultaneously – Martheen Apr 30 '20 at 07:52
-
Ohk. I will surely try it out, Thanks for the help! @Martheen – Siddhesh Kulthe Apr 30 '20 at 12:20