OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: omro on June 21, 2006, 02:11:49 pm
-
Hi,
Where can I find the data within the sharp address book that's in the Cacko ROM?
Thanks!
-
I use Cacko Lite and I have "addressbook 1.23-lite-1" installed.
(This is the same addressbook that comes with Cacko 1.23 full)
The data files seem to be here:
/home/zaurus/Applications/dtm
My C3100 has 27 files in this directory.
BTW, when I was looking for these, I found my personal info here:
/home/zaurus/Applications/addressbook/businesscard.vcf
Open it in a text editor and you'll see your personal info,
(that is if you filled in this info, in Addressbook -> Data -> owner information...)
-
I use Cacko Lite and I have "addressbook 1.23-lite-1" installed.
(This is the same addressbook that comes with Cacko 1.23 full)
The data files seem to be here:
/home/zaurus/Applications/dtm
My C3100 has 27 files in this directory.
BTW, when I was looking for these, I found my personal info here:
/home/zaurus/Applications/addressbook/businesscard.vcf
Open it in a text editor and you'll see your personal info,
(that is if you filled in this info, in Addressbook -> Data -> owner information...)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=132482\"][{POST_SNAPBACK}][/a][/div]
Awesome, thanks, when I reflash cacko I'll look :-)
-
/home/zaurus/Applications/dtm
Yes and you can use 'zdbat' to read/write from/to the binary database files. I used it to write a small Palm to Zaurus Pim converter ( http://ldrolez.free.fr/software/zaurus/ (http://ldrolez.free.fr/software/zaurus/) ).
Cheers,
Ludo
-
/home/zaurus/Applications/dtm
Yes and you can use 'zdbat' to read/write from/to the binary database files. I used it to write a small Palm to Zaurus Pim converter ( http://ldrolez.free.fr/software/zaurus/ (http://ldrolez.free.fr/software/zaurus/) ).
Cheers,
Ludo
[div align=\"right\"][a href=\"index.php?act=findpost&pid=132638\"][{POST_SNAPBACK}][/a][/div]
Can you use zdbat to turn these databases into a tab/comma separated text file?
-
Can't spot the link to download the file, the one site takes me to another in a language I can't read lol
-
/home/zaurus/Applications/dtm
Yes and you can use 'zdbat' to read/write from/to the binary database files. I used it to write a small Palm to Zaurus Pim converter ( http://ldrolez.free.fr/software/zaurus/ (http://ldrolez.free.fr/software/zaurus/) ).
Cheers,
Ludo
[div align=\"right\"][a href=\"index.php?act=findpost&pid=132638\"][{POST_SNAPBACK}][/a][/div]
Can you use zdbat to turn these databases into a tab/comma separated text file?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=133350\"][{POST_SNAPBACK}][/a][/div]
You can also use dtm2xml to read and write in XML format.
-- hns
-
/home/zaurus/Applications/dtm
Yes and you can use 'zdbat' to read/write from/to the binary database files. I used it to write a small Palm to Zaurus Pim converter ( http://ldrolez.free.fr/software/zaurus/ (http://ldrolez.free.fr/software/zaurus/) ).
Cheers,
Ludo
[div align=\"right\"][a href=\"index.php?act=findpost&pid=132638\"][{POST_SNAPBACK}][/a][/div]
Can you use zdbat to turn these databases into a tab/comma separated text file?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=133350\"][{POST_SNAPBACK}][/a][/div]
You can also use dtm2xml to read and write in XML format.
-- hns
[div align=\"right\"][a href=\"index.php?act=findpost&pid=140446\"][{POST_SNAPBACK}][/a][/div]
I'm not very technical
All I really want to do is extract the sharp pim data to a spreadsheet or csv
-
Can you use zdbat to turn these databases into a tab/comma separated text file?
Yes that's exactly what it does !
-
Can't spot the link to download the file, the one site takes me to another in a language I can't read lol
[div align=\"right\"][a href=\"index.php?act=findpost&pid=140442\"][{POST_SNAPBACK}][/a][/div]
thanks, but I can't find the download link
-
I just downloaded it here:
http://ldrolez.free.fr/software/zaurus/ (http://ldrolez.free.fr/software/zaurus/)
Using firefox browser right-click and save as....
In the screenshot, I hi-lighted the word "zbat" in RED.
It's in this line: (dark blue on black background)
5. for the address book run zdbat on the Zaurus : zdbat address -w -g -c utf8 < address.csv
(this is the link to zdbat_1.0.1-1_arm.ipk)
-
I just downloaded it here:
http://ldrolez.free.fr/software/zaurus/ (http://ldrolez.free.fr/software/zaurus/)
Using firefox browser right-click and save as....
In the screenshot, I hi-lighted the word "zbat" in RED.
It's in this line: (dark blue on black background)
5. for the address book run zdbat on the Zaurus : zdbat address -w -g -c utf8 < address.csv
(this is the link to zdbat_1.0.1-1_arm.ipk)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=140693\"][{POST_SNAPBACK}][/a][/div]
thank you, how bizarre, I have no idea a) how I missed that and how I ended up on a page of an east asain language.
Thanks
-
$ zdbat address -w -g -c utf8 < address.csv
-bash: address.csv: No such file or directory