Hello everybody:

Problem situation: I am trying to connect my Nokia 6070 using CA-42 USB cable. I am making it clear here that I am not trying to connect to Internet using this phone. What I want is, to detect and access the internal memory (built-in) of my phone.

I access GPRS on Nokia 6070 using wvdial utility and I have previously connected other Nokia phones (not 6070 and having an external memory card).

So, please help me out in accessing the internal memory. Since Nokia 6070 is a relatively new model, there are not more than a few articles or problems posted on Internet.

To help you out further, I have given the output details for a few commands that I have tried.

Command: fdisk -l
Code:
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          31      248976   83  Linux
/dev/sda2              32        9729    77899185    5  Extended
/dev/sda5              32        9729    77899153+  83  Linux

Disk /dev/dm-0: 79.7 GB, 79767680512 bytes
255 heads, 63 sectors/track, 9697 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/dm-0 doesn't contain a valid partition table

Disk /dev/dm-1: 78.2 GB, 78206992384 bytes
255 heads, 63 sectors/track, 9508 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/dm-1 doesn't contain a valid partition table

Disk /dev/dm-2: 1560 MB, 1560281088 bytes
255 heads, 63 sectors/track, 189 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/dm-2 doesn't contain a valid partition table
Here, it is not showing the memory of my phone, which is roughly around 4-5 MB. But for other phones (with an external memory card), it is as easy as mounting a USB drive.

Command: lsusb
Code:
Bus 005 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 0421:0802 Nokia Mobile Phones
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Here, the phone is detected on Bus 003. But, how do I use these details to access the memory?

Command: wvdialconf create
Code:
Editing `create'.

Scanning your serial ports for a modem.

ttyS0<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS0<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS0<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
ttyS1<*1>: ATQ0 V1 E1 -- failed with 2400 baud, next try: 9600 baud
ttyS1<*1>: ATQ0 V1 E1 -- failed with 9600 baud, next try: 115200 baud
ttyS1<*1>: ATQ0 V1 E1 -- and failed too at 115200, giving up.
Modem Port Scan<*1>: S2   S3
WvModem<*1>: Cannot get information for serial port.
ttyACM0<*1>: ATQ0 V1 E1 -- OK
ttyACM0<*1>: ATQ0 V1 E1 Z -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 -- OK
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
ttyACM0<*1>: Modem Identifier: ATI -- Nokia
ttyACM0<*1>: Speed 4800: AT -- OK
ttyACM0<*1>: Speed 9600: AT -- OK
ttyACM0<*1>: Speed 19200: AT -- OK
ttyACM0<*1>: Speed 38400: AT -- OK
ttyACM0<*1>: Speed 57600: AT -- OK
ttyACM0<*1>: Speed 115200: AT -- OK
ttyACM0<*1>: Speed 230400: AT -- OK
ttyACM0<*1>: Speed 460800: AT -- ��
ttyACM0<*1>: Speed 460800: AT -- ��
ttyACM0<*1>: Speed 460800: AT -- ��
ttyACM0<*1>: Max speed is 230400; that should be safe.
ttyACM0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK

Found an USB modem on /dev/ttyACM0.
create<Warn>: Can't open 'create' for reading: No such file or directory
create<Warn>: ...starting with blank configuration.
Modem configuration written to create.
create<Warn>: Can't write 'create.tmp29026': No such file or directory
create<Warn>: Can't write 'create' ('create'): Bad file descriptor
ttyACM0<Info>: Speed 230400; init "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
You can ignore this as I use these details to connect to Internet. Also, I have tried using obexftp utility and did not succeed. I have used xgnokii; failed again

So, what I want is: your help in connecting the phone and accessing the internal memory.

What more can I try?

Deepak B M