On Tue, 19 Feb 2013 17:54:03 +0100
YuGiOhJCJ Mailing-List <yugiohjcj-mailingl...@laposte.net> wrote:

> Hello,
> 
> This is what happened when I try to dump my contacts with upldif:
> "$ sudo upldif -v
> 
> "
> The program hangs.
> My objective is to dump my contact list from the SIM card.
> 
> I have a BlackBerry 8900 Curve.
> And other Barry Project programs work correctly with it:
> $ bjavaloader 
> missing command
> bjavaloader - Command line USB Blackberry Java Loader
>         Copyright 2008-2009, Nicolas VIVIEN.
>         Copyright 2005-2012, Net Direct Inc. (http://www.netdirect.ca/)
>         Using: Barry library version 0.18.3 (little endian)
> $ sudo bjavaloader deviceinfo
> Hardware Id:     0x84001503
> PIN:             0x2625c92e
> OS Version:      0.0.0.0
> VM Version:      4.6.1.133
> Radio ID:        0x0
> Vendor ID:       302
> [...]
> 
> Is it me who use incorrectly the upldif program or a bug ?
> 

I found a way to dump my contact list from the SIM card using the btool program 
instead of the upldif program:
$ btool -c dn > file.txt
(in fact, it can't be done directly, I need before this to go in my BlackBerry 
menu to copy my contact list from the SIM to the phone)
Then I can upload it using the upldif program:
$ upldif -u < file.txt

But if I read the help of the upldif program I can see that it should be able 
to dump my contact list:
"$ upldif -h
 -u        Do the upload.  If not specified, only dumps parsed
             LDIF data to stdout.
"
So, I think the behaviour of the upldif program is not the expected behaviour.

Is there a way to copy the contact list from/to the SIM directly ?
Can you correct the behaviour of the upldif program to be the expected 
behaviour ?

Thank you.
Regards.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to