Gregor Richner
Gregor Richner
Hi, same issue here but only on emulator container since android12 ist added and 5 was removed. this codelines should be fixed: https://github.com/budtmo/docker-android/blob/master/src/utils.sh Greetings Gregor
**this is the output of a started adb root shell on an android 12 emulator:** ``` content query --uri content://telephony/carriers Row: 0 _id=1, name=T-Mobile US, numeric=310260, mcc=310, mnc=260, carrier_id=-1, apn=epc.tmobile.com,...
**this is the output of the android 11 emulator with working proxy:** ``` generic_x86_arm:/ # content query --uri content://telephony/carriers Row: 0 _id=1, name=T-Mobile US, numeric=310260, mcc=310, mnc=260, carrier_id=-1, apn=epc.tmobile.com, user=none,...
I got the proxy working in a multihost network with the excact ipv4 address in my case 10.0.1.2 (endpoint for cntlm) DNS-resolution via service name is not possible in adb...