Guys, is there a way to bridge USSD commands so the device does not start opening the data line if the number starts with "9"?
any help appreciated..
Related
Hi all!
Ok, I try it here...
Can anyone tell me, how to enter the PIN of the SIMCard to unlock my Blue Angle in C# or C++?
I would like to create a GPRS connection to the internet and have to enter the PIN first.
A code example would be nice.
Thank You
ENTER PINCODE
if your using AT commands
i think the command to enter pin code is AT+CPIN
i'm using Vb6 but i think it is somewhat similar
Mscomm1.output = "AT+CPIN="XXXX"
XXXX is the pin code hope this helps
Thanks for Your answer!
But I already tried this.
To send an AT Command to the modem, I have to open the Com Port COM2. I also have to send the DeviceIoControl command. All AT-Commands return success, even the CPIN command, but nothing happens. If I want to connect to the net, the dialog appears to enter the PIN.
Thanks for Your help.
Thanks for Your answer!
But I already tried this.
To send an AT Command to the modem, I have to open the Com Port COM2. I also have to send the DeviceIoControl command. All AT-Commands return success, even the CPIN command, but nothing happens. If I want to connect to the net, the dialog appears to enter the PIN.
Thanks for Your help.
Hi,
Have you tried to execute the "SimUnlockPhone" API in you app?
I don't know if this works but you can give it a try...
Regards.
Hi,
I'm trying to put together a program for sending AT Commands over a serial connection from my PC to the XDA. Unfortunately my XDA doesn't respond to any of the commands, and in fact doesn't seem to be able to see any serial port data at all.
Does anyone know if there are settings I need to change to allow the XDA to be able to receive Serial data?
Thanks,
Simon
sure thing, the ultimate aim is to be able to send a command from a Destop PC to the XDA to get it to send an SMS. The specific method for doing this isn't too important, but atm AT Commands seems to be the most promising method.
Any advice you can give would be much appreciated.
Thanks,
Simon
Hello all,
I am trying to write and application that opens a connection to the serial port, GPRS modem, and sends AT commands and receives any response.
I have a few questions;
1- I can open connection to 2 ports, named COM1 (or COM2 depending on the device) and COM9 (or COM3 depending on device). How can I be sure the device I am connected to is the GPRS modem?
2- When I try to write data, I have 2 results - first, device freezes without any response, and second, I get an IOException error.
Can anyone help me please?
I am using C# and Visual Basic .NET
Thanks,
Someone an idea how to do this correctly. If a try to Open COM4/Com9 Port
i'm getting an error when checking DeviceIoControl.
Maybe I missed something?
Thanks
What PDA and WM?
Hello! im stuck on the step where i type in getprop ril.MSL i only get a blank space
i.imgur.com/ZaKBhQO (DOT) jpg
here a screenshot of the cmd line
I made sure to type in the wrong code first before running the commands
I tried running from the computer after connecting to the phone and command line emulator on the phone itself, same thing, blank.
Phone is jailbroken and is downgraded to MDC
Samsung Galaxy S4 Sprint
Update: I installed Get My MSL and it gives me this error "could not get property ril.msl"
Bump:
Anyone? any ideas at all? I don't need a sim card in the phone for this process right?
Try this one and I'm not sure about having the sim but you need a data connection.
w7excursion said:
Try this one and I'm not sure about having the sim but you need a data connection.
Click to expand...
Click to collapse
Wow it worked, thanks so much.