Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
5answers
2k views

Send and receive SMSs to a PHP script?

Can a PHP script (which can be working with a MySQL DB) send and/or receive SMSs using some sort of server-side solution? Any special server-side application, or special hardware required? And ...
6
votes
2answers
463 views

Know if iOS device has cellular data capabilities

I have a toggle in my app that's "download on WiFi only". However, that toggle is useless for iPod touch or WiFi-iPads. Is there a way to know if the device has cellular data capabilities in code? ...
5
votes
6answers
666 views

Is there an algorithm to determine contiguous colored regions in a grid?

Given a basic grid (like a piece of graph paper), where each cell has been randomly filled in with one of n colors, is there a tried and true algorithm out there that can tell me what contiguous ...
3
votes
1answer
1k views

Programmatically getting the iPhone's carrier signal strength

Is there a way to get the iPhone's carrier, and/or the current signal strength, using Objective-C? I know how to determine if a data connection is present, and whether or not that connection is wi-fi ...
2
votes
2answers
45 views

What is the overhead on a 3g connection to keep a socket open indefinitely

In order to keep a tcp/ip socket open on a cellular network, does the phone have to keep sending data? On a tcp/ip over ethernet, you can just open the socket send a keep alive once in a while. Is ...
2
votes
1answer
2k views

How to check if iPhone supports CDMA or GSM

Is there any way to identify if iPhone supports CDMA or GSM network. Any Apple API in Objective-C which can provide this information.
2
votes
1answer
319 views

iPhone (behind cellular NAT) peer-to-peer internet connection with a server

I have an iPhone on a 3G cellular network and a server on the internet and I want them to be able to exchange messages bidirectionally. Sometimes the iPhone makes a request to the Server some other ...
1
vote
1answer
31 views

How to know cellular provider by a given IP?

Is there any web service / API / other way to figure out a cellular Internet provider / carrier (id / name / anything else) for a given mobile browser request? Both client-side and server-side ...
1
vote
1answer
243 views

How to use cellular/wifi network on my iphone application?

I develop radio streaming iphone app. I submitted it to app store, but rejected. Because my app could not access streaming server. (at this moment, I wonder why did my app plays on my iphone when I ...
1
vote
1answer
79 views

Windows Phone - Location data using cellular network

I read in various msdn documents (this and this) that windows phone obtains location data from multiple sources such as GPS, Wi-Fi, and cellular. My question is, when I am inside my office/home where ...
1
vote
1answer
518 views

iPhone - Track cellular data usage

Is there a way to track cellular data usage on iPhone ? There are lot of apps which does the same like 'Dataman' and 'DataUsage' Basically I am looking for a programmatic way to get information ...
1
vote
1answer
400 views

reading the Cellular Network Data counter in iOS

Ist it possible to get the cellular network data usage from the iPhone ? There are apps out there in the store that do that, but I couldn't not figure out how... Is there a API or are they using some ...
1
vote
2answers
265 views

AT command - 3G connection to another cell

i'm using sierra wireless modems (compass 880/888, usb 308) and i'm trying to find an AT command that will tell the modem to connect to another cell (to another tower). the reason i want to do it is ...
1
vote
1answer
355 views

Detection of connection and speed of Cellular Network vs. 802.11 and Ethernet? C# .Net

I am working on a program which will be used on mobile devices (Full Windows install) that may have 3G connectivity. If the particular device does have 3G connectivity, we would like to take ...
0
votes
1answer
78 views

iPhone Gamecenter sandbox testing can't find player over cellular

I am working on a multiplayer game on the iphone, every thing works fine so far. I have one iphone 3gs with ios 4.1 and one iphone 4 with ios 4.2, i can only find and start a match if ANYONE of the ...
0
votes
1answer
19 views

Protocol and implementation for Calling from a phone to PC

I am working on VoIP (pretty new to it). While exploring it I thought it would be nice to have a system which can allow calls from normal mobile/landline phones to your PC. I see that Yahoo voice ...
0
votes
0answers
82 views

How to find out how much DATA the 3G network transferred for special website?

Is there a programatic way to figure out how much data the 3G network transferred? just like in Settings->General->Usage-> Cellular Network Data shows. if the answer is true, how about to figure out ...
0
votes
1answer
274 views

PHP Sessions and iPhone

I am developing an online membership system in PHP and I use PHP sessions to manage access to the system. This has worked well so far, however when I access the system from an iPhone or over my phones ...
0
votes
2answers
323 views

Can I use only cellular network (3G or EDGE), even if WIFI is connected on the iPhone?

Hey guys, I was wondering whether I can use the cellular network (3G or 2G or whatever they may have) even if the WIFI is connected and working. I noticed that Apple has a "Reachability" sample code, ...
0
votes
3answers
131 views

Webify embedded linux-based controller through cellular network

Need a basic direction in the following project. There is a linux based controller doing some industrial control stuff. The box is equipped with cellular modem and is capable to get online through ...
0
votes
1answer
247 views

How to get GPS-ONLY positions?

The positions from Wi-Fi or Cellular Tower by iPhone CLLocationManager are not accurate enough for tracking routes. I want only the positions from GPS. For the moment I use ...
0
votes
2answers
164 views

development symbian application for cellulars that has GPS

i want to develop symbian application that uses the GPS of the cellulars. for which version of symbian do i need to develop and which phones does it supported ?
-2
votes
1answer
38 views

what is the format of the data generated by the base stations in the cellular network? Is it stored somewhere? If yes then in which form?

One way to get this detail is to fire the query on Visitor Location Register(VLR) which keeps track of all the active mobiles present in its area at a given time. But frequently triggering this ...