i using qemu from android studio.. after adb shell settings put global http_proxy localhost:3333 and adb reverse tcp:3333 tcp:8090... burp show my api but my internet in emulator broken... any ide for my situation ?
In theory this should work, however I have found emulators to be rather finicky. There are certain situations in which the reverse proxy is necessary, such as described here: www.genymotion.com/blog/access-internal-web-services-android-devices-running-cloud-using-adb-reverse/. We demonstrate this method because it seems to be the most universal and reliable. - Cameron
I stumbled upon this video because I'm trying to play mobile games like Pokemon Go on my Steam Deck. And yes, I know Pokemon Go will not work on the Steam Deck because the Steam Deck does not have a GPS. I'll be happy spoofing as the dirty cheater I am. Also games like Sky: Children of the Light on my Steam Deck through Genymotion. I have Genymotion downloaded with the Amazon Fire HD 8 (for it and the Steam Deck has the same screen resolution) and working on my Steam Deck but Pokemon Go and Sky are not found in the Google Play Store and/or not compatible with the device. I'm assuming it's because the Google Play Store and others like Aptoid know it's an emulator as I've tried everything on a Google Pixel emulation like shown in this video. I'm not well versed in the ways of magic you all call "computer science" but am I onto something here? Is this video the answer to my problems? can someone with better skills test it for me? I got to the point where I needed the adb program, which I assumed was the Android Debug Bridge from a Google search. I followed the gide for it on Android.Developer.com and it lead me to download the SDK Platformtools where I skipped using the SDK Manager and downloaded the tools themselves instead. After extracting and executing everything from that zip file, I realized this may have been a wrong turn and I am way in over my head. That expression makes no sense now that I typed it but you get what I mean. All of this was done on Linux, on a Steam Deck. Please help me. Thanks!
Thank you so much. im trying three days for intercepting android data with android studio emulator and today i have done it with your video.
fkn banged my head trying to setup the proxy inside the emulator's settings. It worked super easy via adb. TY so much!
And it is the actual video i was looking for... Thankyou so much
Thanks for the walkthrough 🎉
finalyyyyy thanks alot
This is really interesting. I will have to give it a try.
can you explain why you used adb instead of the mobile "settings"?
Thank you for the amazing walk through
Thanksss so much!! Helped me a lot cause default way of configuring proxy inside android wasan´t working.
i using qemu from android studio.. after adb shell settings put global http_proxy localhost:3333 and adb reverse tcp:3333 tcp:8090... burp show my api but my internet in emulator broken... any ide for my situation ?
HOW TO DO THIS FOR FLUTTER APPLICATION PLEASE SUGGEST .
Great video, thanks!
Hi very informative video, can it be possible to make a video on how to bypass an app that blocks the vpn proxy & thanks
Awesome, just perfect.
Thank you so much
It's very useful video for me. Thanks :)
Great vid. Why do you set your proxy to port 3333 then a reverse to 8082? Why not set proxy to 8082 and not set any reverse?
In theory this should work, however I have found emulators to be rather finicky. There are certain situations in which the reverse proxy is necessary, such as described here:
www.genymotion.com/blog/access-internal-web-services-android-devices-running-cloud-using-adb-reverse/.
We demonstrate this method because it seems to be the most universal and reliable.
- Cameron
Thank you very much!
cool video
thanks mam now it works
Thanks!
if someone has this error "mount: '/system/' not in /proc/mounts"
Just mount directly the root(/):
mount -o rw,remount /
Thanks a lot bruv!!
"Could you make a tutorial addressing only this issue and how to solve it?? Please."
what is adb
I lost my internet access on AVD immediately after I rebooted it, and I'm unable to fix it, Do you have any suggestions pls?
Yes, you must restart the adb proxy with this command:
adb reverse tcp:3333 tcp:8082
"Do you need a cloud plan to access network traffic from Genymotion emulators?"
How can we bypass ssl pinning cause I want to pentest Instagram
I love you
booting up by nobandwidth
It seemed like an apt track to utilize for this video.
: )
I stumbled upon this video because I'm trying to play mobile games like Pokemon Go on my Steam Deck. And yes, I know Pokemon Go will not work on the Steam Deck because the Steam Deck does not have a GPS. I'll be happy spoofing as the dirty cheater I am. Also games like Sky: Children of the Light on my Steam Deck through Genymotion. I have Genymotion downloaded with the Amazon Fire HD 8 (for it and the Steam Deck has the same screen resolution) and working on my Steam Deck but Pokemon Go and Sky are not found in the Google Play Store and/or not compatible with the device. I'm assuming it's because the Google Play Store and others like Aptoid know it's an emulator as I've tried everything on a Google Pixel emulation like shown in this video.
I'm not well versed in the ways of magic you all call "computer science" but am I onto something here? Is this video the answer to my problems? can someone with better skills test it for me?
I got to the point where I needed the adb program, which I assumed was the Android Debug Bridge from a Google search. I followed the gide for it on Android.Developer.com and it lead me to download the SDK Platformtools where I skipped using the SDK Manager and downloaded the tools themselves instead. After extracting and executing everything from that zip file, I realized this may have been a wrong turn and I am way in over my head. That expression makes no sense now that I typed it but you get what I mean.
All of this was done on Linux, on a Steam Deck.
Please help me. Thanks!