Re: Test load for 950 SMS and Call History
"Paul Jack" <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
Count me in for the 950 load! I finally got my phone back from Verizon/Samsung. Had the phone only one month and the call quality was terrible!!!!! Anyone I called would complain that they couldn't understand what I was saying (and yes, I was speaking clearly! :-) ) and I was having a very difficult time hearing them. The phone just kepted cutting in and out. After having it in the shop for a month, it finally arrived! :-) Well, to be honest, I'm still not impressed with this phone. Although my friends say my calls are coming through clearer, what I hear is still breaking up. It's like the auto gain control is too sensitive and cuts out all soft noises and so when they speak, the first part of their words are cut out and any soft parts while they are speaking. OK, I know this isn't a good place for a review of this phone but I'm really dissapointed in it! I really hate that when you use the camera/camcorder, there is no way to shut off the zoom and brightness noise! It sounds Terrible!!!!! The zoom sounds like a broken down child's toy with batteries nearly depleated! And the brightness goes "Goink, Goink, Goink!" This is terrible when you are someplace quiet! Every turns to look at the dork making all the noise! :-) That's just one of my major complaints so I'll leave the rest for another form. Back to Bitpim... Since I just got my phone back I'll be happy to help work on some of the 950 stuff. But it's been about 4 years since I've done any python work so rusty isn't the word for it! But what the heck, I'll give it a try! It's just code (LOL I actually said that once in an interview and actually got the job! Boy was I wrong!) >From what I've tried I'm having issues downloading the address book. It appears to be trying to retreive record 5 when it throws an exception. Is there someone I should contact directly or should all my emails about the 950 go to this forum? Lastly, I'm really impressed with the amount of effort you guys have put into Bitpim. Good Job! Thanks, Paul On 6/10/06, Peter Quirk <[email protected]> wrote: > > Joe, > > I'll be happy to try this out! > > -- Peter Quirk > > > > > > ------------------------------ > > > From: [email protected] > > Subject: BitPim-devel Digest, Vol 2, Issue 18 > > To: [email protected] > > Date: Sat, 10 Jun 2006 12:08:13 -0700 > > > > Send BitPim-devel mailing list submissions to > > [email protected] > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/bitpim-devel > > or, via email, send a message with subject or body 'help' to > > [email protected] > > > > You can reach the person managing the list at > > [email protected] > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of BitPim-devel digest..." > > > > > > Today's Topics: > > > > 1. Unicode strings (Simon C) > > 2. Re: Unicode strings (Cris Cate) > > 3. Re: Unicode strings (Jerad Clark) > > 4. A950 Test Load available (Joe Pham) > > 5. Re: Question regarding the new media gui (Roger Binns) > > 6. New USTRING class (Joe Pham) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Sat, 10 Jun 2006 08:22:18 -0700 > > From: "Simon C" <[email protected]> > > Subject: [BitPim-devel] Unicode strings > > To: "Bitpim-Devel" <[email protected]> > > Message-ID: <005201c68ca1$aa027970$0201a8c0@HOME> > > Content-Type: text/plain; charset="us-ascii" > > > > > I've completed the removal of the old STRING class with the USTRING in all > > the remaining places (about half had been replaced for a few releases). > > This should not have any effect on the operation of the phones. > > > > Adding support for non-ascii character sets on a phone still requires > > changes to the .p files to provide the character set to use (defaults to > > > ascii) , to do this add the keyword 'encoding' to each USTRING that needs to > > support it. The lgvx8100.p contains an example. > > > > Simon > > > > > > > > > > ------------------------------ > > > > Message: 2 > > Date: Sat, 10 Jun 2006 11:23:01 -0500 > > From: "Cris Cate" <[email protected]> > > Subject: Re: [BitPim-devel] Unicode strings > > To: [email protected], [email protected] > > Message-ID: <[email protected]> > > Content-Type: text/plain; format=flowed > > > > I should not be on this list. Would someone please remove me. > > > > Thank you > > > > > > >From: "Simon C" <[email protected]> > > >Reply-To: [email protected], [email protected] > > >To: "Bitpim-Devel" <[email protected]> > > >Subject: [BitPim-devel] Unicode strings > > >Date: Sat, 10 Jun 2006 08:22:18 -0700 > > > > > > >I've completed the removal of the old STRING class with the USTRING in all > > >the remaining places (about half had been replaced for a few releases). > > >This should not have any effect on the operation of the phones. > > > > > >Adding support for non-ascii character sets on a phone still requires > > > >changes to the .p files to provide the character set to use (defaults to > > > >ascii) , to do this add the keyword 'encoding' to each USTRING that needs > > >to > > >support it. The lgvx8100.p contains an example. > > > > > >Simon > > > > > > > > > > > >_______________________________________________ > > >BitPim-devel mailing list > > >[email protected] > > >https://lists.sourceforge.net/lists/listinfo/bitpim-devel > > > > > > > > > > > > ------------------------------ > > > > Message: 3 > > Date: Sat, 10 Jun 2006 12:39:22 -0500 > > From: "Jerad Clark" <[email protected]> > > Subject: Re: [BitPim-devel] Unicode strings > > To: [email protected] > > Message-ID: > > <[email protected]> > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > please go here to unsubscribe: > > > > https://lists.sourceforge.net/lists/listinfo/bitpim-devel > > > > Jerad > > > > On 6/10/06, Cris Cate <[email protected]> wrote: > > > I should not be on this list. Would someone please remove me. > > > > > > Thank you > > > > > > > > > >From: "Simon C" <[email protected]> > > > >Reply-To: [email protected], [email protected] > > > >To: "Bitpim-Devel" <[email protected]> > > > >Subject: [BitPim-devel] Unicode strings > > > >Date: Sat, 10 Jun 2006 08:22:18 -0700 > > > > > > > > >I've completed the removal of the old STRING class with the USTRING in all > > > > >the remaining places (about half had been replaced for a few releases). > > > >This should not have any effect on the operation of the phones. > > > > > > > >Adding support for non-ascii character sets on a phone still requires > > > > >changes to the .p files to provide the character set to use (defaults to > > > > >ascii) , to do this add the keyword 'encoding' to each USTRING that needs > > > >to > > > >support it. The lgvx8100.p contains an example. > > > > > > > >Simon > > > > > > > > > > > > > > > >_______________________________________________ > > > >BitPim-devel mailing list > > > >[email protected] > > > >https://lists.sourceforge.net/lists/listinfo/bitpim-devel > > > > > > > > > > > > > > > _______________________________________________ > > > BitPim-devel mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/bitpim-devel > > > > > > > > > -- > > All the evil in this world is a denial of what is true. > > > > > > > > ------------------------------ > > > > Message: 4 > > Date: Sat, 10 Jun 2006 18:02:53 GMT > > From: "Joe Pham" <[email protected]> > > Subject: [BitPim-devel] A950 Test Load available > > To: [email protected] > > Message-ID: <[email protected]> > > Content-Type: text/plain > > > > > This one has Call History and SMS features. Please post if you're interested and I'll email it out this afternoon. > > > > -Joe Pham > > > > > > > > _____________________________________________________________________ > > Call Anyone, Anytime, Anywhere in the World - FREE! > > Free Internet calling from NetZero Voice > > Visit http://www.netzerovoice.com today! > > > > > > > > > > > > ------------------------------ > > > > Message: 5 > > Date: Sat, 10 Jun 2006 11:21:49 -0700 > > From: "Roger Binns" <[email protected]> > > Subject: Re: [BitPim-devel] Question regarding the new media gui > > To: <[email protected]> > > Message-ID: <009f01c68cba$bd7ed750$3501a8c0@rogersqyvr14d3> > > Content-Type: text/plain; format=flowed; charset="iso-8859-1"; > > reply-type=original > > > > > They way I see it, if my phone can't use it, I don't want to be able > > > to use it in BitPim. > > > > The existing philosophy is that BitPim is a superset of all your > > information sources. This is not only the currently selected > > phone, but also Outlook, CSV, eGroupware, and other phone > > you may select. > > > > It would be quite upsetting if there was bad information > > being stored in BitPim and you only found out about it > > a lot later (eg on selecting a new phone). > > > > On the other hand, if you never use an external information > > source and only use one phone, then the extra fields seem > > like noise! > > > > Roger > > > > > > > > ------------------------------ > > > > Message: 6 > > Date: Sat, 10 Jun 2006 18:33:56 GMT > > From: "Joe Pham" <[email protected]> > > Subject: [BitPim-devel] New USTRING class > > To: [email protected] > > Message-ID: <[email protected]> > > Content-Type: text/plain > > > > Simon, couple of things wrt the new USTRING class: > > > > 1. Need to add the new 'maxsizeinbytes' attribute similar to the STRING. > > > > > 2. Need to put back to STRING class to prototypes for now. I'm not quite ready to switch yet. > > > > -Joe Pham > > > > > > > > _____________________________________________________________________ > > Call Anyone, Anytime, Anywhere in the World - FREE! > > Free Internet calling from NetZero Voice > > Visit http://www.netzerovoice.com today! > > > > > > > > > > > > ------------------------------ > > > > > > > > ------------------------------ > > > > _______________________________________________ > > BitPim-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/bitpim-devel > > > > > > End of BitPim-devel Digest, Vol 2, Issue 18 > > ******************************************* > > > > > > _______________________________________________ > BitPim-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/bitpim-devel > > > _______________________________________________ BitPim-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bitpim-devel