I am writing an application for Android, and at this stage, I need help of an experienced programmer (I am only a beginner). Wrote a program to display the currently used base station (CellID and LAC), and display a list of neighboring base stations. Now came the next question - how to disable the phone to receive the signal from a particular base station, ie for example, is it possible to disable gsm connection for a given CellID? Are there any for this class and method.
How to disable gsm connection
1k Views Asked by user1447242 At
1
There are 1 best solutions below
Related Questions in ANDROID
- Delay in loading Html Page(WebView) from assets folder in real android device
- MPAndroidChart method setWordWrapEnabled() not found
- Designing a 'new post' android activity
- Android :EditText inside ListView always update first item in the listview
- Android: Transferring Data via ContentIntent
- Wrong xml being inflated android
- AsyncTask Class
- Unable to receive extras in Android Intent
- Website zoomed out on Android default browser
- Square FloatingActionButton with Android Design Library
- Google Maps API Re-size
- Push toolbar content below statusbar
- Android FragmentPagerAdapter Circular listview
- Layout not shifting up when keyboard is open
- auDIO_OUTPUT_FLAG_FAST denied by client can't connect to localhost
Related Questions in GSM
- How to count SMS segments?
- how to check succeeded and failed sending a message in gsmcomm library
- Open menu of the Sim tool kit
- Update Location and Time After Vehicular Accident via Facebook
- Receiving "NO CARRIER" error while tring to make a call using GSM modem in Python
- How to send and receive some data via a GSM modem during an active call (Python and AT Command)
- Communicating with GSM modems using PySerial in python
- How to reject or accept an incoming call to my GSM modem using AT commands in Python?
- Is there any way to transfer data over GSM without SIM?
- Arduino response USSD command truncated
- How to check if an AT command executed successfully or failed
- How do cellular networks verify a device's identity?
- How to send data with gsm/csd connection with android application?
- send sms to mobile numbers through vb.net windows application using GSM modem
- DLINK DWM 157 Extra operator report during each operation
Related Questions in CELLULAR-NETWORK
- How do cellular networks verify a device's identity?
- Does iOS give permission to turn on or turn off cellular data within an app?
- SIM808 Error 601 Network Error
- Windows Phone: Get Cellular Network Type 2g, 3g, Edge ?
- Remote IP address varies when client is tethered over cell
- iOS - How to detect if app has cellular data blocked
- Can't gather IP of the visitor using Celular Data
- Connect to a device with Wifi, yet continue to the the cellular connection for internet data?
- How to get realtime information when querying for WiFi and Cellular data connectivity
- How mobile devices send information to telecom operators without using data network?
- Webify embedded linux-based controller through cellular network
- Can I use only cellular network (3G or EDGE), even if WIFI is connected on the iPhone?
- iPhone (behind cellular NAT) peer-to-peer internet connection with a server
- How android application work with 3G/GPRS/EDGE
- Restart radio programmatically
Related Questions in CELLID
- Is it still valid to use Android AGPS to find current location?
- How to get `radiotype` in Android needed for The Google Maps Geolocation API to find a location using cell tower?
- Cell location update notification when screen is off
- Android Development CellID in LTE network
- retrieve GSM CellId,mnc,mcc using java script
- location based services - how to improve the location with RSSI, TA and ARFCN?
- How to disable gsm connection
- Qt QSystemNetworkInfo cellIdChanged(int) not emitting in device
- google maps, cellid to location
- How to get all 6 neighborhood cell ids on Android
- How to read the gsm modem messages in objective c?
- Storing local Cell-id to lat/long database, to accommodate the same range for the new offline google maps?
- Can we use the same API that Google Latitude APP is using for discovering location?
- How to get cell id for 3G network?
- Android Geofence Implementation get Alart through Cell-ID( NetWork Provider)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I'm not android programmer, but 100% sure you can not selectively control your GSM radio to use/disable particular BTS.
GSM radio has own firmware which do not expose functions like that.
You can list available BTS in range and make selection based on operator ID aka MCC-MNC,
then GSM radio will bind primary to BTS of selected operator, or it will use roaming BTS (local or international).