signal-strength Questions
10
I want to get the Signal Strength of the Device at the point I hit the API call. I have searched on all the related threads and I am not successful yet.
So I would like to get the signal strength ...
Ringer asked 6/11, 2013 at 6:55
4
I'm a newbie to Android.
How do I get the GSM signal Strength in terms of percentage (1 - 100%)?
Azucenaazure asked 26/8, 2011 at 15:35
1
I want to detect if a phone has a slow internet connection or high-speed internet.
Now they have deprecated NetworkInfo and suggesting that we should use ConnectivityManager#getNetworkCapabilities ...
Celluloid asked 6/1, 2021 at 9:25
4
Solved
I have been trying to get access to some features on my android dual sim phone (the brand is LKD). I have managed to get the functions for TelephonyManager and ITelephony through java reflection, a...
Coppice asked 4/1, 2015 at 15:36
7
I would like to calculate the exact location of a mobile device inside a building ( so no GPS access)
I want to do this using the signal strength(in dBm) of at least 3 fixed wifi signals(3 fixed r...
Stour asked 27/6, 2012 at 0:9
2
I'm new to iOS, and am learning to code with Swift. My app needs to measure the signal strength. I've found this code working on Objective-C/C, and need some help to implement on Swift. Here is wha...
Dystopia asked 21/8, 2014 at 15:2
0
For finding the Signal Strength I made the following changes in my project, So i will raise a API request if signal strength is good. If poor, we will prompt to user regarding the internet connecti...
Mcripley asked 19/5, 2017 at 9:22
3
I am currently writing an application for a client who wants to gather data regarding the signal strength at set intervals.
Currently I am using this code:
private static class MyPhoneStateListen...
Godbeare asked 20/2, 2013 at 1:16
4
I am using Verizon's new LTE handset from HTC Thunderbolt. I cannot find the API to query for the signal strength while the handset is on LTE. By entering the field test mode (##4636##), I can see ...
Cyprian asked 4/4, 2011 at 22:25
0
Is there a way to determine the signal strength of an iOS device?
I found this: iOS Get Signal Strength in Swift (Core Telephony)
But there didn't seem to be a solution here. Has an API been writ...
Sherrer asked 14/2, 2015 at 18:15
4
I am working on a little app to check the signal strength of various network operators in my area. My current operators signal is quite unstable and I want to look into the strength of other GSM op...
Abfarad asked 4/5, 2012 at 18:39
4
Solved
I have problem and after some search I have not found any positive solutions.
After research I have idea that there is not implementation for my problem but this question may be is my last chance. ...
Dramatic asked 5/7, 2013 at 7:21
0
My App used to measure the Wifi Signal strength . For that I have used a private API in iOS7
libHandle = dlopen("/System/Library/SystemConfiguration/IPConfiguration.bundle/IPConfiguration", RTLD_L...
Solder asked 17/9, 2014 at 7:36
1
Solved
I'm working on how to determine distance with the Wi-Fi signal strength, from this article: Indoor Position Detection Using Wi-Fi and Trilateration Technique.
How can I do this method? What is the...
Gisser asked 19/2, 2014 at 8:50
1
Solved
I start working in an android application that determin the position with the WI-FI Signal Strength.well i read a lot of theses and every time a found a new idea and new concepts ,and that made me ...
Nudibranch asked 18/2, 2014 at 10:22
1
Solved
I'm trying to get cell tower data with my iPhone 5. I've been testing with VAFieldTest (https://github.com/valexa/VAFieldTest). In the file VAFieldTestViewController.m (https://github.com/valexa/VA...
Ankeny asked 16/3, 2013 at 14:40
3
I need to find a way to measure the current signal strength of Android phone, without the need to register a PhoneStateListener that God knows when it returns the actual asu.
something like:
int...
Karakul asked 8/10, 2010 at 8:11
1
Solved
I am checking Signal Strength for CDMA devices. Can anyone specify the range signalStrength.getCdmaDbm() returns?. Lowest is -120 but for full signal strength what is the value? Highest I got is -5...
Kalvin asked 27/2, 2012 at 11:59
2
Solved
i curious why i get wrong value to get carrier name and signal strength.
Here the code.
CTTelephonyNetworkInfo *netinfo = [[CTTelephonyNetworkInfo alloc] init];
CTCarrier *car = [netinfo subscrib...
Gerena asked 24/11, 2011 at 8:54
1
Solved
I'm playing around with reading the signal strengths in a small Android App, and was wondering if anyone has tested this (or just knows) of the documented values (0-31, 99) which value is better.
...
Corrigendum asked 6/8, 2010 at 20:32
1
© 2022 - 2024 — McMap. All rights reserved.