Questions tagged [mobile-data]
46 questions
0
votes
0 answers
org.java_websocket.client.WebSocketClient It does not show any reaction when the internet is interrupted by mobile data
org.java_websocket.client.WebSocketClient It does not show any reaction when the internet is interrupted by mobile data
private var webSocketClient: WebSocketClient? = null
private fun createWebSocketClient() {
val uri: URI
try {
…

Ali Najaphi
- 151
- 2
- 8
0
votes
1 answer
Android Studio - Android 12 wifi icon hided by mobile data when no internet via wifi
My app uses wifi to connect to devices, no internet, however when mobile data is active it hides wifi status/icon when wifi has no internet.
I need the wifi status to broadcast receiver knows if wifi is connected or not.
I dont know how enable this…
0
votes
0 answers
Unable to configure Fiddler proxy server while on mobile data
I currently don't have access to home Wi-Fi, so I need to use my mobile phone as a hotspot to connect to the open internet. My phone is running Android 13. On Wi-Fi, it was very easy to configure a proxy server since this could be done through the…

AZ1234567890
- 1
- 2
0
votes
1 answer
How can i enable/disable mobile data Java Android Studio
I would like to know how to enable or disbale mobile data of the user's phone. I already have read a lot of things about that but nothing is working and all is very old.
I f you can help me i would really appreciate.

wabhou
- 3
- 4
0
votes
0 answers
How can I turn on/ off mobile data in android studio using a button?(should support >=Android5.0)
Below is my mainActivity class and also I enabled CHANGE_NETWORKSTATE, INTERNET, ACCESS_NETWORKSTATE permissions in Manifest file.
For below code, I tested, (when I am pressing the button nothing happens)
A big thanks if someone can figure out the…

SRI VINOD PALACHARLA
- 15
- 4
0
votes
1 answer
JavaScript script to calculate network data consumption of a browser tab
Is it possible to calculate or record the network data consumption of a browser tab using a JavaScript script or a chrome API?

Aditya Tiwari
- 13
- 5
0
votes
2 answers
How to make mobile internet super slow?
I need to make my android phone's internet really really slow at midnight. Slow like 2G. Can you suggest something?
0
votes
1 answer
Force Mobile Data usage on some API calls and other to be through wifi or the available network
I am working on an application where there is a need to do a specific API only through Mobile Data and not wifi, allowing other API calls to be done using the available network type whether cellular data or wifi or ....
Is there a way to force use…

Mahmoud Zinji
- 79
- 9
0
votes
1 answer
storage.googleapis.com I get "Your connection is not private"
I have a strange error. When I try to load a public blob from Google Cloud Storage in a browser, I get the error "Your connection is not private".
And more strange, when I go to see the certificate, it is emmited to "*.JUEGOILEGAL.ES". For example…

lmfresneda
- 449
- 7
- 18
0
votes
2 answers
Is there a way to detect all the network capabilities of a android device?
By Network Capabilities I mean - is NR,LTE,CDMA,UMTS,GSM supported? is wifi / mobile data supported?
I just want to know if the device is capable of doing the above. I do not need to know the current active network…

Akshay Chougule
- 51
- 1
- 5
0
votes
0 answers
Permission to use mobile data on android application
i have made an update to my app present in playstore. my problem is that after publishing the update, on some phones(like mine "xiaomi Poco F1") when i installed the app, data usage restriction was turned on to wifi only.
So how to add permission to…

user3710293
- 17
- 3
0
votes
1 answer
How do I check mobile data connection and set up an event for it?
I want to check the mobile data connection and if it turns on or off, I will define an event for it.
When the data cell is turned on, display the mobile data icon,
When the mobile data is turned off, the mobile data icon will also be hidden!

amir
- 13
- 4
0
votes
1 answer
manage api calls when using vuex
I am currently working on an asset manager for network/server infrastructure in vue.js.
I am also using vuetify for the look and feel since the goal is to create a progressive web app. Engineers can use their phone to scan tags on company assets to…
0
votes
1 answer
How to prevent phone from going to idle mode
I've developed an application that streams music (via internet connection) using service and having trubles streaming content without phone going idle.
While i was developing my application each time i tried case mentioned below the music was…

luka cagalj
- 15
- 1
- 7
0
votes
0 answers
Android application can't connect to APN
I'm developping an android application that need internet connection in order to work. The application works perfectly when connected to wifi, but not when using mobile data connection.
The mobile data connection is an APN with proxy. I can navigate…

Arnau
- 9
- 9