1. How to download the images from the phone:

  • goto the phone menu

  • select the “Settings” item

  • select the “Phone Settings” item

  • select the “USB Settings” item

  • select the “Media player” item

  • connect the phone to your PC

    Now you are ready to run, a dialog box will be shown on your desktop

  • Select the “import Photos“ button, then select the photos you want to import.
  1. How to connect to the internet with the HSDPA modem

    The Samsung U700 could be used as an HSDPA modem, with Ubuntu Linux 8.04 and the kernel 2.6.24-22-generic it works fine, you only need to configure the ppp daemon

  • Open a new terminal window and type the following command:

# tail -f /var/log/messages

  • Now connect the phone to your computer with the proper USB cable, in the terminal window you should see something like this:

Jan  5 18:12:05 lupin kernel: [   71.257429] [drm] writeback test succeeded in 1 usecs Jan  5 18:14:58 lupin kernel: [  133.924436] usb 1-1: new full speed USB device using uhci_hcd and address 2 Jan  5 18:14:58 lupin kernel: [  133.928193] usb 1-1: configuration #1 chosen from 1 choice Jan  5 18:14:58 lupin kernel: [   61.983227] cdc_acm 1-1:1.0: ttyACM0: USB ACM device Jan  5 18:14:58 lupin kernel: [   61.985703] usbcore: registered new interface driver cdc_acm Jan  5 18:14:58 lupin kernel: [   61.985840] /build/buildd/linux-2.6.24/drivers/usb/class/cdc-acm.c: v0.25:USB Abstract Control Model driver for USB modems and ISDN adapters

  • prepare the /etc/ppp/peers/ppp0 file

# sudo gedit /etc/ppp/peers/ppp0

  • Add the following line to the file:

/dev/ttyACM0 115200 connect "/usr/sbin/chat -v -f /etc/chatscripts/ppp0" user "on" usepeerdns defaultroute persist

  • save the file and quit gedit
  • prepare the /etc/chatscripts/ppp0 file

# sudo gedit /etc/chatscripts/ppp0

  • Add the following lines to the file:

ABORT 'BUSY' ABORT 'NO CARRIER' ABORT 'ERROR' '' AT OK AT+CGATT=1 OK AT+CGDCONT=1,"IP","internet.wind" # This parameter depends from your internet provider OK      ATDT*99***1# # This parameter depends from your internet provider

  • save the file and quit gedit
  • now you can connect to the internet by typing the following command:

# pppd call ppp0

This was the download rate while I was downloading Intrepid Ibex 

 


If you found useful this article, please share it using the social buttons below. Thank you in advance,

Gg1.