Questions tagged [roaming]

Roaming helps ensure that a traveling wireless device (typically a cell phone) is kept connected to a network without breaking the connection.

77 questions
0
votes
1 answer

Data Roaming issue SIM7600 and Huawei Y9

I have a strange issue with sim7600 minipcie Module.Data roaming is not stable.Let me explane exactly issue: we have 3 devices: A- SIM7600(minipcie) + Openwrt base on Mediatek B- Huawei E5172, CPE modem C- Huawei Y9 2019, Cell Phone ISP SIM CARD…
0
votes
2 answers

Does "display:none" prevent content being loaded?

I want to hide a video on mobile devices. I did this by using "@media screen and (max-width: ###px)" and "display:none", this works fine but does that prevent the video from being loaded? Basically I want the video to be not loaded with mobile data…
Heinz Heiner
  • 11
  • 1
  • 1
0
votes
1 answer

UWP/C# Get the data usage per network type and per app

I'm looking for a way to analyze the data consumption from an UWP app. For this, I need to: get the data usage per newtork (wifi, cellular, roaming, ...) get the detailed information per installed app In Windows 10, we can found these informations…
Gold.strike
  • 1,269
  • 13
  • 47
0
votes
1 answer

JobService NETWORK_TYPE_NOT_ROAMING not working in Android 8 Oreo API 26 Emulator

Our app does background work using a Job Service if the user is not roaming. This is how we schedule the job: JobInfo.Builder jobInfoBuilder = new JobInfo.Builder(JobServicesIds.CONNECTIVITY.getValue(), new ComponentName(context.getPackageName(),…
bentzy
  • 1,244
  • 2
  • 15
  • 31
0
votes
0 answers

SIM808 Not Able To Send Sms On Roaming

I am using sim808 module to send sms from my device. Everything works fine when I use a local sim card (within the same circle, I'm based out of India). However the sms are not coming through when using a roaming sim card. The sms show as sent from…
Ankit
  • 431
  • 2
  • 5
  • 18
0
votes
1 answer

Detect if the incoming call is roaming

Are there any ways to determine if the incoming call is roaming whether regional, national, or international? I'm using libphonenumber to handle some of my call cases but I don't know if it can solve my problem as there is no documentation too.
Mr. Nacho
  • 315
  • 1
  • 3
  • 13
0
votes
1 answer

How to force windows mobile to roam between different WiFi access points just like android and PC

I have a windows mobile 6.5 professional device that has PWC for configuring its WiFi. There is several access points with different SSIDs in my network. This device can connect manually to all of them one by one. I mean the device has saved…
0
votes
1 answer

Can I use my D drive to install a software which has a recommended path C:\ user \ AppData \ Roaming

I have 2 drives C and D. C is 128 GB SSD and D is 1 TB HDD. Win 10 is installed on my C drive. As far as I know, I can use my D drive to install programs like Adobe, Office, Games... However, some programs want to be installed my AppData folder. In…
ErenL
  • 77
  • 1
  • 9
0
votes
1 answer

Redis Cache Share Across Regions

I've got an application using redis for cache, it works well so far. However we need spread our applications to different regions(thru dynamic DNS dispatcher via user locations, local user could visit nearest server). Considering the network…
Qingjian Wang
  • 155
  • 1
  • 2
  • 8
0
votes
2 answers

Universal Windows App cannot set slider value

SOLVED Actually, I solved the problem by removing the "Value_Changed" event from the XAML and adding it manually with C# AFTER setting the value of the slider. Otherwise it looks like the slider take the minimum value possible - Thanks to all I…
Sven Borden
  • 1,070
  • 1
  • 13
  • 29
0
votes
1 answer

Roaming data not syncing between devices

I have a Windows 8.1 Universal app (not yet published in store) and I want to be able to sync data between app from a desktop and app from Tablet. Both pc and tablet are on the same Microsoft account. I have some roaming data and I want to sync them…
0
votes
1 answer

Set Data Roaming on/off in an iPhone through code

I would like to be able to to switch roaming on or off from my app but haven't found much about it, is it possible? Thanks in advance!
Ignacio
  • 3
  • 1
0
votes
1 answer

proxy laptop web server through a fixed site

I need my customer to be able to evaluate and collaborate on a site that I am developing on my laptop. However as I roam between my office, home, cafe etc I can't guarantee access with changing IP address, VPNs etc. Is there a way I can proxy from…
0
votes
1 answer

Roaming profiles sync exception

We're having server2012 with roaming profiles and everything works fine. But we want to make some exceptions in folder synchronization. Is it possible to not sync for ex. "Downloads" folder? Or we have to use folder redirection? Want to know what is…
WhiteHorse
  • 63
  • 3
  • 11
0
votes
1 answer

Roaming profile and diff hash

I was rebuilding a profile for a user and done it as follows: Renamed profile.V2 to Profile.OLD then deleted his account on AD, made a new one. User realised he didnt back up his files so i deleted his profile.V2 folder and restored the .OLD by…
Gerard
  • 23
  • 3