Questions tagged [access-point-name]

An Access Point Name (APN) is the name of a gateway between a mobile network and another computer network.

An Access Point Name (APN) is the name of a gateway between a mobile network and another computer network.

For more information, see:

10 questions
3
votes
4 answers

Issue related to APN names

I am using simcom900 modem,I am successfully able to establish GPRS connection and send data from my module to server.I am using 2g Airtel SIM and I have given APN name as "airtelgprs.com".I have also tried by giving different APN names which are…
user1996525
  • 31
  • 1
  • 1
  • 3
1
vote
2 answers

To find out the default APN programmatically?

i wish to find out the functionality for checking the default APN... i.e active APN on a handset .
Gaurav Gupta
  • 41
  • 3
  • 5
1
vote
0 answers

Activating multiple APNs on Android

Is it possible to create and activate an apn programatically on android? Is it also possible to activate more than 1 apn at the same time? thanks!
Shatazone
  • 2,422
  • 6
  • 28
  • 38
1
vote
1 answer

InsertAPN() Method Does Not Write APN Settings - Android 2.3.6

I have an android application which is supposed to write new APN settings to a device however every time I run the application the new APN settings do not appear to be written to the device (the APN settings are totally blank after execution) I…
1
vote
2 answers

logging onto the GPRS APN using sim900 in an embedded situation with no operating system

I am using an embedded microprocessor to communicate with a SIM900 GPRS modem. The sim900 has an embedded tcp/ip stack but no embedded PPP stack, and my embedded environment has neither of these stacks. With other devices I have followed these…
moshejay
  • 21
  • 1
  • 5
0
votes
1 answer

BlackBerry connection on simulater working, not on device

The following code works fine on the simulator, but when I deploy it to the BlackBerry device I'm not able to connect, am I doing something wrong? URL = "socket://" + server + ":" + port +…
david
  • 1
0
votes
1 answer

I have changed the APN and using permission to do that, set a web client on a WebView

I have changed the APN and using permission to do that, set a web client on a WebView. I have also enabled JavaScript. Now I am opening the page with a URL that is opening in the browser with or without WiFi, and using the APN that I have made and…
0
votes
1 answer

NodeMCU default access point name (AI Thinkerxxx)

NodeMCU shows a default network as "AI-Thinkerxxx" when it's powered up. How can I change the default access point name (AI thinker xxx to some other name)? Where should I make changes to achieve it?
Sabiha
  • 1
  • 3
0
votes
1 answer

Connection and authentication with usb 3g dongle using at-commands

I need to authenticate with a usb 3g dongle using at commands. I can connect using following code: AT+CGDCONT=1,"IP","tim.br" ATD*99***1# But I can't request a page, and my interface don't get a IP. Anybody can help me? Thanks.
FBilac
  • 163
  • 2
  • 2
  • 7
-4
votes
1 answer

how to obtain the Wireless AP's SSIDs of the network through java?

iam new to java programming and my final year project is based on a Rogue Access point detection tool, and i need to how can i obtain SSID from a java code of the exisiting wifi networks? for eg: say iam in my laptop i need the program to show how…