I am trying to create a VpnService that will route all network traffic through specific network. For example use wifi network for streaming app and mobile network for mobile operator specific apps. usinng ConnectivityManager.bindProcessToNetwork() method I am able send my apps traffic via specific network. I wonder If I can use same method within vpn ..
Category : networking
I just found out that virtually all mobile devices are now working on IPv6 (including iOS and Android) https://en.wikipedia.org/wiki/Comparison_of_IPv6_support_in_operating_systems This means that theoretically all mobile phones should be able to directly send packets to each other through their unique IPv6 addresses, which means we should be able to build all kinds of p2p applications where ..
I’m looking to create a WiFi connection file that includes the SSID and WPA2 password that users can download to their Android device or iPhone. The file would open, execute and store the connection details including the autoconnect-enabled option to their device. Can this be done? Thanks in advance! Source: Android..
I have an app that configures a passpoint network for Android 10/Q and that works fine. To do that, I am using; wifiManager.addOrUpdatePasspointConfiguration(passpointConfiguration); I want to remove it now using with the method below as instructed in the docs; wifiManager.removePasspointConfiguration(FQDN); But it does not work since it requires system permissions; Requires android.Manifest.permission.NETWORK_SETTINGS or android.Manifest.permission.NETWORK_CARRIER_PROVISIONING I ..
I’m accessing internet using Android Virtual Device and I’m trying to capture this traffic using Wireshark application (so I can capture traffic of different android applications and later on do the TLS fingerprinting). Although I see no traffic at all (all interfaces) in the Wireshark, even though I’m browsing internet on the AVD. Does anybody ..
I have an organization device which is a Samsung android tab and I cant install apps on it ,the organization has an internal server that only works on a local network , the local network only runs the server doesn’t have internet connection , I need to use the organization device to access the local ..
I have written a small application in Kotlin which sends a Magic Packet to a smart tv over my local network. I used this approach (code), rewritten in Kotlin (plus i hardcoded the IP and MAC for testing purposes). When the tv is shutdown, i can easily restart it with my application. After a while, ..
I have an OBD Dongle which acts as a wifi router with the ip 192.168.0.10 I would like to be able to connect (TCP sockets) to this device but at the same time want to be connected to the internet through cellular network to transfer the data I have received from the dongle through web ..
I have an app where I configure a passpoint/hotspot 2.0 network on the device. It all works fine but when I preview the configured network I see the SSID followed by Connected via android.uid.system: 1000. Can this be changed to say it is connected by the app name? Keep in mind this was tested via ..
I am curious if there any mobile app or similar technology to make a network of connected mobile using wifi. Inspired by Share-it app which let user transfer any file using wifi. But I have one additional query which is explained below. Suppose there 3 phones in wifi range which are A, B, C. A ..
Recent Comments