Discussion:
[BitPim-devel] A bug fix.
Mark Vallevand
2008-05-21 23:52:04 UTC
Permalink
OK. I'm new to bitpim, but want to get my Samsung M520 working, so I dove in.

I get an exception and this seems to fix it.

D:\projects\bitpim>svn diff
Index: src/phones/com_samsungspha640.py
===================================================================
--- src/phones/com_samsungspha640.py (revision 4611)
+++ src/phones/com_samsungspha640.py (working copy)
@@ -25,6 +25,7 @@
import com_phone
import com_samsung_packet
import prototypes
+import com_samsungspha620
import fileinfo
import helpids

Hope this helps.

For me, I now detect my Samsung m520 as 'CDMA other' (or something like that).

Regards.
Mark K Vallevand
Mark Vallevand
2008-05-22 00:20:51 UTC
Permalink
I opened up COM3 in hyperterm and I'm getting responses from my m520.
I'm at 115k baud.

Here is some sample output.

at

OK
at+gmi

+GMI: SAMSUNG ELECTRONICS CO., LTD.

OK
at+gmr

+GMR: ES.M520 1 [Jan 11 2008 20:28:53]

OK
at+gmm

SPH-M520/154

OK
at+

ERROR
at#pbokr=?

ERROR
at#pmode?

#PMODE: 0
OK

Is there a list of commands somewhere? I just got a few of these out of the file in dev-doc.

Regards.
Mark K Vallevand
----- Original Message -----
From: Mark Vallevand<mailto:***@q.com>
To: bitpim-***@lists.sourceforge.net<mailto:bitpim-***@lists.sourceforge.net>
Sent: Wednesday, May 21, 2008 6:52 PM
Subject: A bug fix.


OK. I'm new to bitpim, but want to get my Samsung M520 working, so I dove in.

I get an exception and this seems to fix it.

D:\projects\bitpim>svn diff
Index: src/phones/com_samsungspha640.py
===================================================================
--- src/phones/com_samsungspha640.py (revision 4611)
+++ src/phones/com_samsungspha640.py (working copy)
@@ -25,6 +25,7 @@
import com_phone
import com_samsung_packet
import prototypes
+import com_samsungspha620
import fileinfo
import helpids

Hope this helps.

For me, I now detect my Samsung m520 as 'CDMA other' (or something like that).

Regards.
Mark K Vallevand
Stephen Wood
2008-05-22 02:04:52 UTC
Permalink
On Wed, May 21, 2008 at 7:52 PM, Mark Vallevand <***@q.com> wrote:
...
Post by Mark Vallevand
import prototypes
+import com_samsungspha620
import fileinfo
Thanks for reporting this. Your fix has been committed.

Stephen

Loading...