-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Does anyone know an AT command that will allow me to query how many retries of entering PIN on a SIM card before it locks me out?
I've tried AT+CPIN? but that does not give me how many times I can enter the PIN before I need a PUK.
How do normal phones do it?
Thanks in advance.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a system that I need to programmatically interface with that requires a set of numbers to be dialed after the phone line is picked up, like a standard automated phone answering system. For instance, dial the number 123-456-7890, wait for the line to be answered, wait 15 seconds for the voice…
>>> More
-
as seen on Developper.com
- Search for 'Developper.com'
Comment êtes-vous payé(e) par rapport à la moyenne du secteur IT ?
Une étude très complète du cabinet Hays donne des éléments de réponse
Le cabinet Hayes vient de mettre en ligne les résultats d'une étude sur les salaires des professionnels du secteur informatique en 2009.
L'étude souligne…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hi there!
As I have to bring my phone to a shop for repair, I want to backup my contacts, calenders and text-messages. My Nokia connects perfectly through Bluetooth with iSync. One baddy, however is that text-messages are nowhere to be found or for the matter of fact, impossible to backup from the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello All,
I am having an issue with a simple insert query into a table.
I have this PHP Code
$T_MEMBER = "INSERT INTO T_MEMBER (MEMBER_IDENTIFIER,LAST_NAME,FIRST_NAME,BIRTH_DATE) VALUES ('$memberID','$last','$first','$birthdate')";
mysql_query($T_MEMBER) or die(mysql_error());
Here are a…
>>> More