Discussion:
[BitPim-devel] LG VX7000 Update
Jungho Park
2005-09-12 18:01:54 UTC
Permalink
Hello

I modified p_lgvx7000.p and com_lgvx7000.py to enable
calendar, memo, sms, and call history. I modified code
copied from lgvx4650. There are some issues but I am not
familiar with Python.

Calendar issue
- Repeat Yearly is not supported.
- Deleted or some events with Repeat have a strange 4 byte
date, which causes exception error.

Memo (I just used LG VX4650 code)
- Appears to be OK

SMS
- Somehow, "Locked" does not work for Inbox.

Call History
- Appears to be OK

I have LG VX7000. If you want to test this phone, send me
the code. Thanks.

Jungho Park

======================================
Jungho Park (***@uiuc.edu)
245 Natural History Bldg
1301 W.Green St.
Urbana, IL 61801-3011
======================================
Joe Pham
2005-09-12 22:38:28 UTC
Permalink
Post by Jungho Park
- Repeat Yearly is not supported.
It's supported for the 4650. How did you test it on the 7000?
Post by Jungho Park
- Deleted or some events with Repeat have a strange 4 byte date,
which causes exception error.
Please post the exception text.
Post by Jungho Park
SMS
- Somehow, "Locked" does not work for Inbox.
If you can, determine the offset & length of the 'Locked' field.

Thanks for code contribution.

-Joe Pham




______________________________________________________________________
NetZero Is Giving Away $3,000 A Day!
Sign up for NetZero HiSpeed 3G with Instant On!
Visit http://www.netzero.com/3Gsweeps TODAY for your chance to win!
Simon C
2005-09-12 22:45:21 UTC
Permalink
The sms code (and other parts) is copied directly from
the 4400, including a bug that has been check in
yesterday. It would be better to use the existing code
in the 4400 (which is the base class) than duplicate
it. I suspect many of the functions could be deleted
with no impact on the functionality.

Simon
Post by Joe Pham
Post by Jungho Park
- Repeat Yearly is not supported.
It's supported for the 4650. How did you test it on
the 7000?
Post by Jungho Park
- Deleted or some events with Repeat have a strange
4 byte date,
Post by Jungho Park
which causes exception error.
Please post the exception text.
Post by Jungho Park
SMS
- Somehow, "Locked" does not work for Inbox.
If you can, determine the offset & length of the
'Locked' field.
Thanks for code contribution.
-Joe Pham
______________________________________________________________________
Post by Joe Pham
NetZero Is Giving Away $3,000 A Day!
Sign up for NetZero HiSpeed 3G with Instant On!
Visit http://www.netzero.com/3Gsweeps TODAY for your
chance to win!
-------------------------------------------------------
Post by Joe Pham
SF.Net email is Sponsored by the Better Software
Conference & EXPO
September 19-22, 2005 * San Francisco, CA *
Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects
& Teams * Testing & QA
Security * Process Improvement & Measurement *
http://www.sqe.com/bsce5sf
_______________________________________________
BitPim-devel mailing list
https://lists.sourceforge.net/lists/listinfo/bitpim-devel
Jungho Park
2005-09-12 23:34:12 UTC
Permalink
1. The lock byte for sms_in is 0x7d and the length is 1 byte
(I attached inbox002_unlocked.dat and inbox002_locked.dat).

2. I think Delete and repeat event are working now (I didn't
test it before I sent it).

3. However, when you send calendar data with repeat yearly
data, you will get an exception error. I attached the file
(Exception_Send_Calendar_with_Yearly_repeat.txt).

4. Calendar entry editor shows a wrong date (see the
attached jpeg image year is 12/31/2100 instead of 9/14/2005)
for To entry (time is OK). I attahced my schedule.dat and
schexception.dat.

5. I think the code can be a lot simplified but I am not
familar with Python.

Jungho

---- Original message ----
Date: Mon, 12 Sep 2005 22:38:28 GMT
Subject: Re: [BitPim-devel] LG VX7000 Update
Post by Jungho Park
- Repeat Yearly is not supported.
It's supported for the 4650. How did you test it on the
7000?
Post by Jungho Park
- Deleted or some events with Repeat have a strange 4 byte
date,
Post by Jungho Park
which causes exception error.
Please post the exception text.
Post by Jungho Park
SMS
- Somehow, "Locked" does not work for Inbox.
If you can, determine the offset & length of the 'Locked'
field.
Thanks for code contribution.
-Joe Pham
____________________________________________________________
__________
NetZero Is Giving Away $3,000 A Day!
Sign up for NetZero HiSpeed 3G with Instant On!
Visit http://www.netzero.com/3Gsweeps TODAY for your chance
to win!
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference
& EXPO
September 19-22, 2005 * San Francisco, CA * Development
Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams
* Testing & QA
Security * Process Improvement & Measurement *
http://www.sqe.com/bsce5sf
_______________________________________________
BitPim-devel mailing list
https://lists.sourceforge.net/lists/listinfo/bitpim-devel
Loading...