wiki:talk_to_hboot

Version 1 (modified by anonymous, 13 years ago) (diff)

--

Talking to hboot - and the AT-Command processor

start hboot

Start hboot by holding the Vol-Down Key while powering on the phone.

start rtask c in hboot

Plug your phone into your computer, and in a terminal, type the following:

On your computer:

sudo modprobe -r usbserial
sudo modprobe usbserial vendor=0x0BB4 product=0x0C94
sudo screen /dev/ttyUSB0

rtask c

This will terminate your console session and change the USB-ID of your phone.

Talking to the AT-command processor

Attach the serial to the new USB-device

On your computer:

sudo modprobe -r usbserial
sudo modprobe usbserial vendor=0x05c6 product=0x9002
sudo screen /dev/ttyUSB2

The following is an example to verify radio S-OFF. The commands are mixed with the answers. You only type the commands the start with AT.

ATE1
ATV1
AT@CID?
@CID: 11111111

OK
AT@SIMLOCK?AA
@secu_flag: 0

AT@SIMLOCK?40
@SIMLOCK: 00

OK