From: Colin K. <ku...@gm...> - 2013-08-29 15:22:09
|
Greetings all! I'm curious if anyone has had any luck accessing a Samsung Intensity II via BitPim. What did you do to get it working? I see that BitPim supports the SCH-U470 and since mine is a SCH-U460, I thought I might have some success but nay. I was able to connect to the device but unable to view the filesystem. I found this in the log: 22:46:40.283 Detect Phone result: { '/dev/cu.usbmodem1411': { 'mode_modem': True, 'mode_brew': False, 'firmwareresponse': None, 'esn': '', 'model': 'SCH-U460/236', 'firmware_version': 'Q6055BSOACLZ4390 1 [May 28 2009 06:00:00]', 'manufacturer': 'SAMSUNG ELECTRONICS CO., LTD.' }, 'usb::003::003-04e8-6640-02-00::2': { 'mode_modem': None, 'mode_brew': True, 'firmwareresponse': None, 'esn': None, 'model': None, 'firmware_version': None, 'manufacturer': None } } 22:46:40.283 Found phone:Other CDMA phone port:'usb::003::003-04e8-6640-02-00::2' 23:03:33.988 /dev/cu.usbmodem1411: Opening port /dev/cu.usbmodem1411, 115200 baud, timeout 3.000000, hardwareflow 0, softwareflow 0 23:03:33.988 /dev/cu.usbmodem1411: Open of comm port suceeded 23:03:33.988 Other CDMA Phone: Listing subdirs in dir: '' 23:03:33.988 Other CDMA Phone: X recurse=0 23:03:37.009 /dev/cu.usbmodem1411: Timed out - flushing and trying again 23:03:40.018 /dev/cu.usbmodem1411: Timed out waiting for 7e, requested bytes 1 - 0 bytes read 23:03:43.042 /dev/cu.usbmodem1411: Timed out - flushing and trying again 23:03:46.055 /dev/cu.usbmodem1411: Timed out waiting for 7e, requested bytes 1 - 0 bytes read 23:03:46.055 /dev/cu.usbmodem1411: Changed port speed to 38400 23:03:49.576 /dev/cu.usbmodem1411: Timed out - flushing and trying again 23:03:52.584 /dev/cu.usbmodem1411: Timed out waiting for 7e, requested bytes 1 - 0 bytes read 23:03:52.585 /dev/cu.usbmodem1411: Changed port speed to 115200 23:03:56.109 /dev/cu.usbmodem1411: Timed out - flushing and trying again 23:03:59.122 /dev/cu.usbmodem1411: Timed out waiting for 7e, requested bytes 1 - 0 bytes read 23:04:02.176 /dev/cu.usbmodem1411: Changed port speed to 115200 23:04:05.730 /dev/cu.usbmodem1411: Changed port speed to 19200 23:04:09.283 /dev/cu.usbmodem1411: Changed port speed to 230400 I have programming experience if it would be possible to add support. For this reason I have also subscribed to bitpim-devel. I am not sure what is involved in adding support for another phone. I would be happy to contribute to this project with a little guidance. I have checked out the svn and have been browsing the /src/phones/ directory. Please let me know of any resources which may help guide me in developing support for this phone. Thank you for your time. Best // CK |