You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
(53) |
Apr
(48) |
May
(14) |
Jun
(3) |
Jul
(21) |
Aug
(11) |
Sep
(77) |
Oct
(67) |
Nov
(28) |
Dec
(163) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(112) |
Feb
(143) |
Mar
(114) |
Apr
(138) |
May
(173) |
Jun
(119) |
Jul
(119) |
Aug
(117) |
Sep
(187) |
Oct
(170) |
Nov
(254) |
Dec
(193) |
2005 |
Jan
(336) |
Feb
(284) |
Mar
(189) |
Apr
(100) |
May
(89) |
Jun
(52) |
Jul
(85) |
Aug
(138) |
Sep
(181) |
Oct
(137) |
Nov
(104) |
Dec
(98) |
2006 |
Jan
(76) |
Feb
(106) |
Mar
(224) |
Apr
(270) |
May
(103) |
Jun
(144) |
Jul
(77) |
Aug
(38) |
Sep
(37) |
Oct
(20) |
Nov
(14) |
Dec
(73) |
2007 |
Jan
(130) |
Feb
(68) |
Mar
(78) |
Apr
(60) |
May
(45) |
Jun
(63) |
Jul
(84) |
Aug
(45) |
Sep
(40) |
Oct
(12) |
Nov
(71) |
Dec
(56) |
2008 |
Jan
(44) |
Feb
(20) |
Mar
(25) |
Apr
(17) |
May
(33) |
Jun
(60) |
Jul
(97) |
Aug
(38) |
Sep
(10) |
Oct
(20) |
Nov
(13) |
Dec
(19) |
2009 |
Jan
(7) |
Feb
(5) |
Mar
(23) |
Apr
(10) |
May
(6) |
Jun
(5) |
Jul
(17) |
Aug
(7) |
Sep
(14) |
Oct
(27) |
Nov
(13) |
Dec
(12) |
2010 |
Jan
(37) |
Feb
(9) |
Mar
(13) |
Apr
(12) |
May
(8) |
Jun
(3) |
Jul
(1) |
Aug
(9) |
Sep
(3) |
Oct
(1) |
Nov
(1) |
Dec
(4) |
2011 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
(4) |
May
|
Jun
(2) |
Jul
(8) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
|
Nov
(3) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
From: Nathan H. <hj...@ma...> - 2008-07-21 18:23:23
|
Good tweak. Was just thinking that storing the previous shift value would be a good idea since the extra data, ESN, and compile time won't change while Bitpim is talking to the phone. -Nathan On Monday, July 21, 2008, at 11:54AM, "Joe Pham" <dj...@ne...> wrote: >>I threw together a hack that tries all key shifts until one works. > >Committed with a slight tweak. > >-Joe Pham |
From: Joe P. <dj...@ne...> - 2008-07-21 17:54:05
|
>I threw together a hack that tries all key shifts until one works. Committed with a slight tweak. -Joe Pham ____________________________________________________________ Click to become a master chef, own a restaurant and make millions. http://thirdpartyoffers.netzero.net/TGL2231/fc/Ioyw6ijmPlRyjUDOjMw1zIgA8gjkUropooIAJ8mUwFy6WkiEwVQOOY/ |
From: Nathan H. <hj...@ma...> - 2008-07-21 05:42:31
|
A new version of the patch is attached. Patches: backup_perms.diff - set permissions of files in a backup (previously permissions were no access) brew.diff - don't treat special files like directories DMv6.diff - version of DMv6 that will work with the VX-8560 (hacked version-- which works) phonebook_groups.diff: - Add preliminary support for the VX-9700 (Dare) - Add support for the VX-8560 (Chocolate 3) - Add ICE support (works with all LG Phonebook v1.0 phones) (Joe, what tweaks did you want to do to this code?) - Updated group file support for the VX-8700/VX-8550/VX-8350/VX-8800/etc - Removed phonebook code from VX-9100. VX-9100 uses LG Phonebook v1.0 (no difference from VX-8550). Joe's updates reflected in VX-8550 changes. - Added phone names for the VX-8550/VX-8800/VX-10000/VX-9900/etc What works for VX-8560: - SMS (same as VX-9100) - Phonebook (LG Phonebook v1.0) - Memo - Call history - Media files - Calendar What works for VX-9700: - SMS (same as VX-9100) - Phonebook (LG Phonebook v1.0) - Media Files - Calendar |
From: Joe P. <dj...@ne...> - 2008-07-21 03:41:09
|
I've completed the LG VX-9100 support in BitPim (except for ICE entries). This support will be in the next test release. Nathan, let me know if you want to post a new patch. -Joe Pham ____________________________________________________________ Click for free home mortgage rates from top companies. http://thirdpartyoffers.netzero.net/TGL2231/fc/Ioyw6ijmO2yr5VW1z4nDHoLvfO2zH9ETl9BBOIFGt8FapVfC4XzLWs/ |
From: Nathan H. <hj...@ma...> - 2008-07-19 22:03:01
|
The VX-8560 does not use the 0x13d7 data field to set the shift. At this time I don't know how to detect which data field will be used so I threw together a hack that tries all key shifts until one works. I hate being inexact like this but I have no little time right now and this method does work with the VX-8560. Can someone test it with the enV2 and Dare? Once I have more time and more data I will write a scheme which doesn't involve brute-force. |
From: Joe P. <dj...@ne...> - 2008-07-18 23:46:58
|
Thanks for the patch. I'm putting on the finishing touches on the VX9100 (including SMS), and you can scan through it once completed. I'll also need to tweak the ICE implementation. -Joe Pham ____________________________________________________________ Click for information on obtaining a VA loan. http://thirdpartyoffers.netzero.net/TGL2231/fc/Ioyw6ijmOilnkCm7rZu2U6RLYHB9acK6mo2YCKd2N1HHFUjKI2azyM/ |
From: Joe P. <dj...@ne...> - 2008-07-18 23:06:31
|
>when is the next version of Bitpim going to be out? Just curious. The next test release should have complete support for the VX9100, decoy, dare, and others. Unless significant issues are reported, I plan to release to next version the week after that. -Joe Pham ____________________________________________________________ Need cash? Apply now for a credit loan with fast approval. http://thirdpartyoffers.netzero.net/TGL2231/fc/Ioyw6ijmOmoTRWweI6fnmTn6huYZPDKfpZU02QoWbERdtgmqUVtt9i/ |
From: teslamike1 <tes...@ya...> - 2008-07-18 20:24:01
|
Hey Joe, when is the next version of Bitpim going to be out? Just curious. On another tangent, I think it would be nice to include an easy way to manage and re-name individual phones in the next version, as opposed to editing the name straght through python. I've noticed that if a phone connected is the same model of a phone that has been attached before, the new phone will automatically assume the old name. ~Teslamike1 -- View this message in context: http://www.nabble.com/Next-version--tp18537108p18537108.html Sent from the Bitpim - Dev mailing list archive at Nabble.com. |
From: kafro <ri...@gm...> - 2008-07-18 19:06:29
|
How do I apply this patch? Thanks -- View this message in context: http://www.nabble.com/Updated-patch-for-Dare-and-Chocolate-3-tp18520743p18535891.html Sent from the Bitpim - Dev mailing list archive at Nabble.com. |
From: Nathan H. <hj...@ma...> - 2008-07-18 00:45:50
|
Here is the latest version of my patch. In this patch: - VX-9700/VX-8560 support (thanks Mark for his help with the VX-9700) - ICE support for VX-8550 and newer phones (thank Aaron) - Fixes groups for VX-8700 and newer phones (Joe's code from VX-9100) - VX-8550 code handles HPE entries properly (Joe's code from VX-9100) - VX-8550 handles malformed phonebook entries correctly - Do not treat special files as directories - VX-9100/VX-9700/VX-8560 preliminary SMS support (Joe, I will send you some additional SMS files to look at tonight) - Fixed VX-8800/VX-10000 SMS support - Fixed a typo or two from my previous patch |
From: Nathan H. <hj...@ma...> - 2008-07-17 18:12:46
|
This patch sets the permissions of files contained in new backups to rw------- for files instead of no access. It might be a good idea, in the future, to set the file permissions as they are set on the phone. That way when restoring files to the phone it is possible to preserve permissions (not sure if there is any reason to preserve permissions). -Nathan |
From: Nathan H. <hj...@ma...> - 2008-07-17 03:48:57
|
Stupid SF doesn't allow sending .zip. Begin forwarded message: > From: Nathan Hjelm <hj...@ma...> > Date: July 16, 2008 9:44:46 PM MDT > To: bit...@li... > Subject: Re: [BitPim-devel] VX-8700 Groups patch and other stuff > > Yes. two entries in my pbnumber.dat file do not start with <PN> (nor > end with </PN>) yet the phone continues to use the entry's phone > number. When I change the phone number in the phone it updates the > entry's phone number and nothing else. I think it is a bug in the > phone's software that creates these entries. Here is an example > (sorry that there is no ASCII): > > 98 B5 96 01 DB D7 07 07 00 1B 00 10 00 38 00 0C > 00 B6 96 01 A5 B6 96 01 98 03 00 00 55 55 55 55 > 55 F2 00 16 00 13 00 1D 00 B6 96 01 20 77 69 02 > 3C 03 00 00 33 92 00 00 00 00 00 00 00 00 00 13 > > Also, attached is a massive patch that does the following (sorry I > couldn't break this up better): > - Moves group code from vx-9100 to vx-8700 (tested) > - Moves phonebook code from vx-9100 to vx-8550 (tested) > - Handles malformed phone number entries (tested) > - Adds ICE support (thanks to Aaron) to the VX-8550 and above (tested) > - Adds VX-9700 support (thanks Mark for the help) (tested) > - Adds preliminary VX-8560 support (tested) > - Adds SMS support for VX-9100/VX-8560/VX-9700 (tested on two of the > 3) > > Maybe more that I am missing. Take a look at it. > > -Nathan > On Jul 16, 2008, at 9:23 PM, Joe Pham wrote: > >>> malformed yet valid phone number entries. >> >> That sounds contradictory. Do you have an example? >> >> -Joe Pham >> >> >> >> ____________________________________________________________ >> Click to become a master chef, own a restaurant and make millions. >> http://thirdpartyoffers.netzero.net/TGL2231/fc/Ioyw6ijmPlRp4ckt2w1oS8GUalk2QVrggkuuUTB4TGW3pCcuCT0otu/ >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great prizes >> Grand prize is a trip for two to an Open Source event anywhere in >> the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> BitPim-devel mailing list >> Bit...@li... >> https://lists.sourceforge.net/lists/listinfo/bitpim-devel > |
From: Joe P. <dj...@ne...> - 2008-07-17 03:30:29
|
I'm working to add SMS support for the VX9100 and I'm in need of sample SMS data with which to test. If you're willing to help, please 'Backup entire tree' your 'sms' dir and email me the file. Specifically, I'm looking for long (>160 chars) messages, and messages with multiple recipients. Thanks, -Joe Pham ____________________________________________________________ Largest network of startups. Find new startup opportunities. Click here. http://thirdpartyoffers.netzero.net/TGL2231/fc/Ioyw6ijlQfKc0jP4Y2cMKc2g2gM4PUrywA3X7m9A7pdXbuMS9Uqlhi/ |
From: Joe P. <dj...@ne...> - 2008-07-17 03:25:06
|
>malformed yet valid phone number entries. That sounds contradictory. Do you have an example? -Joe Pham ____________________________________________________________ Click to become a master chef, own a restaurant and make millions. http://thirdpartyoffers.netzero.net/TGL2231/fc/Ioyw6ijmPlRp4ckt2w1oS8GUalk2QVrggkuuUTB4TGW3pCcuCT0otu/ |
From: Nathan H. <hj...@ma...> - 2008-07-16 17:11:18
|
Yes, attached is the relevant part of the protocol log. The DM timeout was set to 5 secs and the user was backing up the brew directory. <#! phones.p_brew.new_readfilerequest !#> 00000000 4b 13 04 00 01 00 00 00 00 04 00 00 00 d4 0a 00 K............... 00000010 12:40:31.765 LG-VX9700 (Dare): brew response Data - 1044 bytes <#! phones.p_brew.new_readfileresponse !#> 00000000 4b 13 04 00 01 00 00 00 00 d4 0a 00 00 04 00 00 K............... 00000010 00 00 00 00 2d d0 fa 48 78 44 40 38 6a 90 c0 6b ....-..HxD@8j..k 00000020 81 6e f8 48 88 47 16 90 30 60 16 98 00 28 00 d1 .n.H.G..0`...(.. 00000030 8c e3 6a 98 f4 4a c0 6b 00 21 43 68 16 98 98 47 ..j..J.k.!Ch...G 00000040 62 9a 16 98 39 69 10 32 cc 30 b9 f7 7d fd 00 28 b...9i.2.0..}..( 00000050 09 d1 00 2c 01 d0 ec 48 20 60 00 2d 00 d1 37 e1 ...,...H `.-..7. 00000060 01 20 28 70 34 e1 6a 98 c0 6b c1 6e 16 98 88 47 . (p4.j..k.n...G 00000070 6c e3 00 2c 01 d0 e4 48 20 60 00 2d f0 d1 27 e1 l..,...H `.-..'. 00000080 00 2e 03 d0 cd 20 40 01 38 18 30 60 00 2c 01 d0 ..... @.8.0`.,.. 00000090 dd 48 20 60 00 2d 00 d0 0e e7 19 e1 5f 98 00 28 .H `.-......_..( 000000a0 00 d1 51 e3 28 30 09 e0 61 98 00 28 00 d1 4b e3 ..Q.(0..a..(..K. 000000b0 03 e0 5f 98 00 28 00 d1 46 e3 48 30 5e 90 ec e3 .._..(..F.H0^... 000000c0 5f 99 00 29 00 d1 3f e3 38 69 20 31 e9 f7 c6 f8 _..)..?.8i 1.... 000000d0 00 2e 00 d0 30 60 00 2c 07 d0 cc 49 79 44 40 39 ....0`.,...IyD@9 000000e0 c9 6b 49 69 88 47 40 1c 20 60 00 2d d4 d1 ef e0 .kIi.G@. `.-.... 000000f0 61 99 00 29 00 d1 27 e3 38 69 40 31 e9 f7 ae f8 a..)..'.8i@1.... 00000100 00 2e 00 d0 30 60 00 2c 07 d0 c1 49 79 44 40 39 ....0`.,...IyD@9 00000110 c9 6b 49 69 88 47 40 1c 20 60 00 2d bc d1 d7 e0 .kIi.G@. `.-.... 00000120 5f 99 00 29 00 d1 0f e3 38 69 40 31 e9 f7 96 f8 _..)....8i@1.... 00000130 00 2e 00 d0 30 60 00 2c 07 d0 b6 49 79 44 40 39 ....0`.,...IyD@9 00000140 c9 6b 49 69 88 47 40 1c 20 60 00 2d a4 d1 bf e0 .kIi.G@. `.-.... 00000150 61 99 00 29 7e d0 38 69 44 31 e9 f7 7f f8 00 2e a..)~.8iD1...... 00000160 00 d0 30 60 00 2c 07 d0 ab 49 79 44 40 39 c9 6b ..0`.,...IyD@9.k 00000170 49 69 88 47 40 1c 20 60 00 2d 8d d1 a8 e0 5f 99 Ii.G@. `.-...._. 00000180 00 29 67 d0 38 69 44 31 e9 f7 68 f8 00 2e 00 d0 .)g.8iD1..h..... 00000190 30 60 00 2c 07 d0 a1 49 79 44 40 39 c9 6b 49 69 0`.,...IyD@9.kIi 000001a0 88 47 40 1c 20 60 00 2d a0 d1 91 e0 00 2e 02 d0 .G@. `.-........ 000001b0 9b 48 38 18 30 60 00 2c 01 d0 01 20 20 60 00 2d .H8.0`.,... `.- 000001c0 94 d1 ff e3 2f 20 80 01 39 18 18 20 08 56 0d 28 ..../ ..9.. .V.( 000001d0 40 d0 05 28 3e d0 06 28 3c d0 07 28 3a d0 08 28 @..(>..(<..(:..( 000001e0 38 d0 0b 28 36 d0 0c 28 34 d0 09 28 22 d1 63 21 8..(6..(4..(".c! 000001f0 49 01 7a 18 14 21 51 56 8a a0 00 29 15 d0 01 29 I.z..!QV...)...) 00000200 16 d0 02 29 00 d1 88 a0 00 2e 00 d0 30 60 00 2c ...)........0`., 00000210 07 d0 87 49 79 44 40 39 c9 6b 49 69 88 47 40 1c ...IyD@9.kIi.G@. 00000220 20 60 00 2d 00 d0 27 e6 8b e2 01 21 1c 91 eb e7 `.-..'....!.... 00000230 80 a0 e9 e7 0a 28 24 d1 4d 21 89 01 79 18 09 79 .....($.M!..y..y 00000240 78 a0 00 29 09 d0 01 29 07 d0 02 29 01 d0 03 29 x..)...)...)...) 00000250 05 d1 00 e0 d2 e0 78 a0 03 e0 78 a0 01 e0 01 21 ......x...x....! 00000260 1c 91 00 2e 00 d0 30 60 00 2c 07 d0 75 49 79 44 ......0`.,..uIyD 00000270 40 39 c9 6b 49 69 88 47 40 1c 20 60 00 2d d2 d1 @9.kIi.G@. `.-.. 00000280 5f e2 74 98 c0 1c 10 d1 00 2e 6f a0 00 d0 30 60 _.t.......o...0` 00000290 00 2c 07 d0 6d 49 79 44 40 39 c9 6b 49 69 88 47 .,..mIyD@9.kIi.G 000002a0 40 1c 20 60 00 2d 8b d1 8c e3 61 98 00 28 10 d1 @. `.-....a..(.. 000002b0 00 2e 67 a0 00 d0 30 60 00 2c 07 d0 65 49 79 44 ..g...0`.,..eIyD 000002c0 40 39 c9 6b 49 69 88 47 40 1c 20 60 00 2d ea d1 @9.kIi.G@. `.-.. 000002d0 78 e3 00 2e 02 d0 80 30 40 6a 30 60 00 2c 0a d0 x......0@j0`.,.. 000002e0 61 98 5d 49 80 30 40 6a 79 44 40 39 c9 6b 49 69 a.]I.0@jyD@9.kIi 000002f0 88 47 40 1c 20 60 00 2d d5 d1 63 e3 2f 20 80 01 .G@. `.-..c./ .. 00000300 39 18 18 20 08 56 0d 28 78 d0 05 28 76 d0 06 28 9.. .V.(x..(v..( 00000310 74 d0 07 28 72 d0 08 28 70 d0 0b 28 6e d0 0c 28 t..(r..(p..(n..( 00000320 6c d0 61 98 00 28 69 d0 18 ab 18 79 00 28 65 d0 l.a..(i....y.(e. 00000330 60 98 00 28 62 d0 00 2e 02 d0 80 30 40 6a 30 60 `..(b......0@j0` 00000340 00 2c 0a d0 60 98 45 49 80 30 40 6a 79 44 40 39 .,..`.EI.0@jyD@9 00000350 c9 6b 49 69 88 47 40 1c 20 60 00 2d a3 d1 31 e3 .kIi.G@. `.-..1. 00000360 5f 98 00 28 4a d0 89 21 20 30 89 01 79 18 00 7f _..(J..! 0..y... 00000370 00 2e 08 63 02 d0 3a 48 38 18 30 60 00 2c 01 d0 ...c..:H8.0`.,.. 00000380 04 20 20 60 00 2d 8e d1 1c e3 00 2e 05 d0 6d 98 . `.-........m. 00000390 cb 21 80 68 89 00 40 18 30 60 00 2c 01 d0 08 20 .!.h..@.0`.,... 000003a0 20 60 00 2d 93 d1 0d e3 2d 49 00 22 00 92 7b 18 `.-....-I."..{. 000003b0 38 69 15 9a 62 99 69 93 f6 f7 f2 fa 00 28 01 d1 8i..b.i......(.. 000003c0 01 20 00 e0 00 20 00 2e 1c 90 01 d0 69 98 30 60 . ... ......i.0` 000003d0 00 2c 01 d0 04 20 20 60 00 2d 00 d0 4c e5 b0 e1 .,... `.-..L... 000003e0 1f 48 62 99 3a 18 68 92 00 92 38 69 15 9a 00 23 .Hb.:.h...8i...# 000003f0 f6 f7 d6 fa 00 28 35 d1 01 20 34 e0 a4 e1 00 00 .....(5.. 4..... 00000400 f8 2b f5 ff ac 06 00 80 ac 06 00 00 34 2b f5 ff .+..........4+.. 00000410 04 2b f5 ff .+.. 12:40:31.780 LG-VX9700 (Dare): sendbrewcommand Data - 16 bytes <#! phones.p_brew.new_readfilerequest !#> 00000000 4b 13 04 00 01 00 00 00 00 04 00 00 00 d8 0a 00 K............... 00000010 12:40:31.812 LG-VX9700 (Dare): brew response Data - 17 bytes <#! phones.p_brew.new_readfileresponse !#> 00000000 13 4b 13 04 00 01 00 00 00 00 04 00 00 00 d8 0a .K.............. 00000010 00 . 12:40:31.812 LG-VX9700 (Dare): Close file 12:40:31.828 LG-VX9700 (Dare): sendbrewcommand Data - 8 bytes <#! phones.p_brew.new_closefilerequest !#> 00000000 4b 13 03 00 01 00 00 00 K....... 12:40:31.842 LG-VX9700 (Dare): brew response Data - 8 bytes <#! phones.p_brew.new_closefileresponse !#> 00000000 4b 13 03 00 00 00 00 00 K....... 12:40:31.875 Error: Access Denied Access to the file/directory has been blocked on this phone by the phone provider On Tuesday, July 15, 2008, at 09:07PM, "Joe Pham" <dj...@ne...> wrote: >>Joe, it appears that the VX-9700 can kick out of DM mode in the >>middle of reading a file. The behavior was noticed while backing up >>the filesystem. Have you seen this behavior on the VX-9100? > >I have not seen this behavior on the VX9100. Do you have any protocol logs? > >-Joe Pham > > > >____________________________________________________________ >Sweepstakes!!! >Enter for your chance to WIN a summer spa getaway! >http://thirdpartyoffers.netzero.net/TGL2231/fc/JKFkuJO6pfz4fZ92diZ9mga47NSdMfC3d7WwdubSA5eM4ECvjmgGbi/ > >------------------------------------------------------------------------- >This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >Build the coolest Linux based applications with Moblin SDK & win great prizes >Grand prize is a trip for two to an Open Source event anywhere in the world >http://moblin-contest.org/redirect.php?banner_id=100&url=/ >_______________________________________________ >BitPim-devel mailing list >Bit...@li... >https://lists.sourceforge.net/lists/listinfo/bitpim-devel > > |
From: Nathan H. <hj...@ma...> - 2008-07-16 16:55:07
|
Yes, it works on the 8700, 8550, and 10000. I haven't tested it on the 8800 but that phone is nearly identical to the 10000. Attached is an updated version of the patch that moves DEBUG1 to com_lgvx8700.py. I forgot to move it before I ran diff. I am also attaching a patch which corrects the issue where dev.null (and other special files) are treated as directories. Special files have type 0x0f in the directory listing. I am almost finished moving your new phonebook code into com_lgvx8550.py. The VX-8550 also has a HPE entry and a record_id.dat file as does the VX-10000. I should have a patch tested and ready this evening once I figure out a good way to handle malformed yet valid phone number entries. -Nathan On Tuesday, July 15, 2008, at 09:13PM, "Joe Pham" <dj...@ne...> wrote: >>Attached is a patch that moves the VX-9100 group read/write into the >>VX-8700. > >Thanks for the patch. It'll be in the next test release, which would be next Monday btw. I assume you or one of your helpers had a chance to test this out? > >-Joe Pham > > > >____________________________________________________________ >Smart Girls Secret Weapon >Read Unbiased Beauty Product Reviews, Get Helpful Tips, Tricks and Sam >http://thirdpartyoffers.netzero.net/TGL2231/fc/JKFkuJO6p0CbY0Asyv9Kgbvu8rDzytNh1VTVc9O0q0UJIANGs4M7II/ > >------------------------------------------------------------------------- >This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >Build the coolest Linux based applications with Moblin SDK & win great prizes >Grand prize is a trip for two to an Open Source event anywhere in the world >http://moblin-contest.org/redirect.php?banner_id=100&url=/ >_______________________________________________ >BitPim-devel mailing list >Bit...@li... >https://lists.sourceforge.net/lists/listinfo/bitpim-devel > > |
From: <uc...@de...> - 2008-07-16 14:53:07
|
"Joe Pham" <dj...@ne...> writes: > Thanks for the patch. No problem. > It'll be in the next test release. Great; thanks for accepting it. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) Finger am...@mo... (NOT a valid e-mail address) for more info. |
From: Aaron G. S. <ags...@ho...> - 2008-07-16 12:04:22
|
No, the backup never completed. The root.zip file that is created is completely empty. Nathan Hjelm wrote: > Is the backup complete (as in did it download all of the files)? > > I wrote a fix for the dev.null problem but I don't know if I ever sent > that in. > > -Nathan > > On Jul 15, 2008, at 5:58 PM, Aaron G. Stemen wrote: > > >> Nathan, I tried backing up the entire directory tree on my VX-9100, >> but >> it fails once it gets into the "dev.null" directory. I don't see any >> other message except "Failed to open dir:" >> >> I tried backing up one of the larger folders without any problems. Joe >> may have more insight or a different experience though. >> >> -A >> >> Nathan Hjelm wrote: >> >>> I will have a chocolate 3 in my hands this afternoon. To avoid >>> duplicating efforts I would like to know if anyone else is working >>> on Chocolate 3 support? >>> >>> If not, I should be able to submit a patch adding VX-9700/VX-8560 >>> support late tonight. >>> >>> Joe, it appears that the VX-9700 can kick out of DM mode in the >>> middle of reading a file. The behavior was noticed while backing up >>> the filesystem. Have you seen this behavior on the VX-9100? >>> >>> -Nathan >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's >>> challenge >>> Build the coolest Linux based applications with Moblin SDK & win >>> great prizes >>> Grand prize is a trip for two to an Open Source event anywhere in >>> the world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> BitPim-devel mailing list >>> Bit...@li... >>> https://lists.sourceforge.net/lists/listinfo/bitpim-devel >>> >>> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great prizes >> Grand prize is a trip for two to an Open Source event anywhere in >> the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> BitPim-devel mailing list >> Bit...@li... >> https://lists.sourceforge.net/lists/listinfo/bitpim-devel >> > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > BitPim-devel mailing list > Bit...@li... > https://lists.sourceforge.net/lists/listinfo/bitpim-devel > |
From: Joe P. <dj...@ne...> - 2008-07-16 03:13:43
|
>Attached is a patch that moves the VX-9100 group read/write into the >VX-8700. Thanks for the patch. It'll be in the next test release, which would be next Monday btw. I assume you or one of your helpers had a chance to test this out? -Joe Pham ____________________________________________________________ Smart Girls Secret Weapon Read Unbiased Beauty Product Reviews, Get Helpful Tips, Tricks and Sam http://thirdpartyoffers.netzero.net/TGL2231/fc/JKFkuJO6p0CbY0Asyv9Kgbvu8rDzytNh1VTVc9O0q0UJIANGs4M7II/ |
From: Joe P. <dj...@ne...> - 2008-07-16 03:07:24
|
>Joe, it appears that the VX-9700 can kick out of DM mode in the >middle of reading a file. The behavior was noticed while backing up >the filesystem. Have you seen this behavior on the VX-9100? I have not seen this behavior on the VX9100. Do you have any protocol logs? -Joe Pham ____________________________________________________________ Sweepstakes!!! Enter for your chance to WIN a summer spa getaway! http://thirdpartyoffers.netzero.net/TGL2231/fc/JKFkuJO6pfz4fZ92diZ9mga47NSdMfC3d7WwdubSA5eM4ECvjmgGbi/ |
From: Joe P. <dj...@ne...> - 2008-07-16 03:02:54
|
>but I'd suggest the following patch: Thanks for the patch. It'll be in the next test release. -Joe Pham ____________________________________________________________ Sweepstakes!!! Enter for your chance to WIN a summer spa getaway! http://thirdpartyoffers.netzero.net/TGL2231/fc/JKFkuJO6pf0B1GjBSl4ahwIdfHZybHg3DS2PjzzK34AorJgm6kjJpK/ |
From: Joe P. <dj...@ne...> - 2008-07-16 02:55:12
|
>Commenting out lines 103 and 104 in comm_notify.py allows bitpim to >be usable again, but I'm not sure of the implications of doing this. It prevents BitPim from autodetecting your phone when the phone is connected to your PC, which may or may not be a big deal to you. -Joe Pham ____________________________________________________________ Beauty Product Reviews Read Unbiased Beauty Product Reviews and Join Our Product Review Team! http://thirdpartyoffers.netzero.net/TGL2231/fc/JKFkuJO6pr75jFSEonLY65baCGr8Hdi961bVtODD5wpByobIUo1Wy4/ |
From: Joe P. <dj...@ne...> - 2008-07-16 02:44:20
|
>Specific error message: 'sms_saved' object has no >attribute 'inboxmsg' I'm working on this for the VX9100, which I suspect might also be applicable to the VX9900. -Joe Pham ____________________________________________________________ Stop foreclosure. Click here to stay in your home and rebuild credit. http://thirdpartyoffers.netzero.net/TGL2231/fc/Ioyw6ijlzUCUBPLEt31tFrCuBbQm7s60ZSL0DfnVBWAK1ljX8lBi1e/ |
From: Stephen W. <bi...@gm...> - 2008-07-16 02:11:47
|
You do have to do AT#PMODE=1 before at least some AT commands work on phones that use them. But if I recall, PMODE=1 doesn't work on the A900. On many phones, files in the /nvm directory are not writable. Try reading the schedule file and then replacing it with itself. (Or wait until I give that a try.) So that means that another way has to be found to access the calendar if both reading and writing of the calendar is to be sup On Sun, Jul 13, 2008 at 9:46 PM, David Lonie <lon...@gm...> wrote: > The PISHR commands don't do anything with this phone. The phonebook mode > works great for the A900 over here, and by looking through the filesystem > browser, the calendar info looks to be in /nvm/nvm/schedule. I see the > filesystem browser's context menu has an option to reboot the phone, but I > can't find how in the source (granted, I just noticed and haven't dug very > deep yet :) ) Do you know offhand how this is done? > > Dave > |
From: Nathan H. <hj...@ma...> - 2008-07-16 01:40:37
|
Is the backup complete (as in did it download all of the files)? I wrote a fix for the dev.null problem but I don't know if I ever sent that in. -Nathan On Jul 15, 2008, at 5:58 PM, Aaron G. Stemen wrote: > Nathan, I tried backing up the entire directory tree on my VX-9100, > but > it fails once it gets into the "dev.null" directory. I don't see any > other message except "Failed to open dir:" > > I tried backing up one of the larger folders without any problems. Joe > may have more insight or a different experience though. > > -A > > Nathan Hjelm wrote: >> I will have a chocolate 3 in my hands this afternoon. To avoid >> duplicating efforts I would like to know if anyone else is working >> on Chocolate 3 support? >> >> If not, I should be able to submit a patch adding VX-9700/VX-8560 >> support late tonight. >> >> Joe, it appears that the VX-9700 can kick out of DM mode in the >> middle of reading a file. The behavior was noticed while backing up >> the filesystem. Have you seen this behavior on the VX-9100? >> >> -Nathan >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win >> great prizes >> Grand prize is a trip for two to an Open Source event anywhere in >> the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> BitPim-devel mailing list >> Bit...@li... >> https://lists.sourceforge.net/lists/listinfo/bitpim-devel >> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > BitPim-devel mailing list > Bit...@li... > https://lists.sourceforge.net/lists/listinfo/bitpim-devel |