|
|
02/01/2012, 03:23 PM
|
#402 (permalink) |
|
Member
![]() ![]() ![]() Join Date: Dec 2008
Location: Kansas City, MO
Posts: 1,742
Likes Received: 86
Thanks: 198
Thanked 362 Times in 291 Posts
|
Well I'd offer to try to open your file, but that would take an awful lot of trust on your part.
(though, I can assure you that you would absolutely be at no risk, for what it's worth)Best I can suggest is using save/restore to back up your current data, then creating a new database and adding a few entries and exporting them. Then you can restore your old data via save/restore. I just noticed that you had trouble with some imported data back in 2010.. I wonder could this have anything to do with that data?
__________________
Matt Williams Developer of: SMS Auto Forward/Reply, GPS Viewer, Keyring converters for CSV, eWallet, & CodeWallet Last edited by Grabber5.0; 02/01/2012 at 03:33 PM. |
02/01/2012, 04:41 PM
|
#403 (permalink) |
|
Member
![]() Join Date: Sep 2006
Posts: 34
Likes Received: 0
Thanks: 1
Thanked 0 Times in 0 Posts
|
Yeah I wonder.
The only thing special about this database is that it was imported from PalmOS (had the old software installed on my Treo) originally. I wonder if exporting from PalmOS and then importing to webOS and then exporting is something that just doesn't work out. I'm inclined to doubt it though. Someone else must have moved from Palm to webOS to some other platform or what have you. The only other things that are at all strange about my database is that I have some punctuation characters in some of the hostnames (one has a * for example) and most of them have notes that contain the old password (which generally also has special characters). But maybe that's not strange anyway. I'll have to think about what to do. |
02/01/2012, 06:03 PM
|
#404 (permalink) |
|
Member
![]() ![]() ![]() Join Date: Dec 2008
Location: Kansas City, MO
Posts: 1,742
Likes Received: 86
Thanks: 198
Thanked 362 Times in 291 Posts
|
Well, the source code is there... Do you know how to use a debugger?
![]() Having special characters in passwords is not unusual these days. The only reason I could see special characters (these are normal ANSI characters right?) causing an issue is if the base64 library or the encryption library isn't encoding them properly when you export. I have some slashes in some of my key names that cause the UI to show the entries in bogus tree structure, which is interesting, but does not cause it to fail to open.
__________________
Matt Williams Developer of: SMS Auto Forward/Reply, GPS Viewer, Keyring converters for CSV, eWallet, & CodeWallet Last edited by Grabber5.0; 02/01/2012 at 06:18 PM. |
02/05/2012, 02:18 PM
|
#406 (permalink) |
|
Member
![]() Join Date: Dec 2011
Posts: 11
Likes Received: 1
Thanks: 5
Thanked 0 Times in 0 Posts
|
Hello,
I'd like to try the keyring-software with data I have exported from my Palm Treo (strip 2.0). How does a csv-file has to look for an import to keyring? So far I tried (tab-separated): name category account password notes Test Cat1 MyAccount 12345 ok and: "name";"category";"account";"password";"notes" "Test";"Cat1";"MyAccount";"12345";"ok" Then I called: java -jar keyring-converter.jar pw1.csv pw1.json csv I alway get the same error: Horrible error: Input file format is invalid. Must contain header row with labels name, category, account, password, notes. Any other labels will be ignored. The name, account, and password fields are mandatory, others are optional. What am I doing wrong? |
02/07/2012, 12:46 AM
|
#407 (permalink) |
|
Member
![]() ![]() ![]() Join Date: Dec 2008
Location: Kansas City, MO
Posts: 1,742
Likes Received: 86
Thanks: 198
Thanked 362 Times in 291 Posts
|
CSV converter does not allow tabs or semicolon separators, only commas (if I remember right)
__________________
Matt Williams Developer of: SMS Auto Forward/Reply, GPS Viewer, Keyring converters for CSV, eWallet, & CodeWallet |
02/09/2012, 08:16 AM
|
#409 (permalink) | |
|
Member
![]() ![]() ![]() Join Date: Dec 2008
Location: Kansas City, MO
Posts: 1,742
Likes Received: 86
Thanks: 198
Thanked 362 Times in 291 Posts
|
Quote:
__________________
Matt Williams Developer of: SMS Auto Forward/Reply, GPS Viewer, Keyring converters for CSV, eWallet, & CodeWallet |
|
03/02/2012, 01:08 AM
|
#410 (permalink) |
|
Member
![]() Join Date: Mar 2012
Posts: 1
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
Hi Folks,
For the keypass2keyring converter I need the location of the keyring database, as I first have to transfer the keyring database file to the PC. Can anyone tell me where this is located? According to the docu it should be called Keys-Gtkr.pdb but I cannot find it anywhere on the palm. Many thanks, Peter |
03/02/2012, 02:27 PM
|
#411 (permalink) | |
|
Member
![]() ![]() Join Date: Feb 2006
Posts: 155
Likes Received: 0
Thanks: 53
Thanked 11 Times in 8 Posts
|
Quote:
|
|
03/21/2012, 03:40 AM
|
#412 (permalink) |
|
Member
![]() Join Date: Sep 2011
Posts: 2
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
Hi,
i was wondering :"What to do with my keyring data exported in my mail and get it into the PC desktop ?" I find a hand made way : Copy/paste mail in a texte file on PC. The data looks like this : ------------------------------------------------------------------- Keyring database: {"schema_version":4,"salt":"@vN@%0hH6ZT_","db":"A00.........F3jkf5Y"} -------------------------------------------------------------------- change in : ------------------------------------------------------------------- {"db":"A00.........F3jkf5Y","schema_version":4,"salt":"@vN@%0hH6ZT_"} ------------------------------------------------------------------- Rule ? Fields situated before "db" must be switched at the end, take care of commas. Save file with a name, open the file with keyring-ui.exe that should work. hope that can help Last edited by backbone92; 03/21/2012 at 04:01 AM. |
03/21/2012, 08:35 AM
|
#413 (permalink) |
|
Member
![]() ![]() ![]() Join Date: Dec 2008
Location: Kansas City, MO
Posts: 1,742
Likes Received: 86
Thanks: 198
Thanked 362 Times in 291 Posts
|
You don't need to re-order the fields. Just delete the "Keyring database:" part. The order of the fields doesn't matter. I discovered this when writing a page to save and restore from my webserver. It does not include that part on a URL export.
__________________
Matt Williams Developer of: SMS Auto Forward/Reply, GPS Viewer, Keyring converters for CSV, eWallet, & CodeWallet |
04/01/2012, 03:37 PM
|
#414 (permalink) |
|
Member
![]() ![]() ![]() Join Date: Dec 2008
Location: Kansas City, MO
Posts: 1,742
Likes Received: 86
Thanks: 198
Thanked 362 Times in 291 Posts
|
For anyone using this on the Touchpad, I'm in the process of patching it to run full screen. A two-pane setup would work great on the Touchpad, but I am not familiar enough yet with his code to do that.
-- Sent from my TouchPad using Communities
__________________
Matt Williams Developer of: SMS Auto Forward/Reply, GPS Viewer, Keyring converters for CSV, eWallet, & CodeWallet |
04/03/2012, 05:54 PM
|
#415 (permalink) |
|
Member
![]() ![]() ![]() Join Date: Dec 2008
Location: Kansas City, MO
Posts: 1,742
Likes Received: 86
Thanks: 198
Thanked 362 Times in 291 Posts
|
I'm done but waiting to hear from Dirk before I post a patch to the app. If anyone else besides me wants it.
__________________
Matt Williams Developer of: SMS Auto Forward/Reply, GPS Viewer, Keyring converters for CSV, eWallet, & CodeWallet |
04/08/2012, 02:58 PM
|
#417 (permalink) |
|
Member
![]() ![]() ![]() Join Date: Dec 2008
Location: Kansas City, MO
Posts: 1,742
Likes Received: 86
Thanks: 198
Thanked 362 Times in 291 Posts
|
Haven't heard back, so I'll start creating the patch file. I had to patch quite a few files, so it will take me a bit to create them all and combine them (unless there is an automated way to create a patch for a large number of files that I am not aware of). There is one more thing that I need to do, and that's add a button to toggle the keyboard on for the search feature. The phone version lets you just start typing, but on the Touchpad there is nothing to trigger the keyboard to open except editing a field.
__________________
Matt Williams Developer of: SMS Auto Forward/Reply, GPS Viewer, Keyring converters for CSV, eWallet, & CodeWallet |
04/09/2012, 05:24 AM
|
#418 (permalink) | |
|
Homebrew Developer
![]() ![]() Join Date: Jun 2009
Location: Gremany, Frankfurt am Main
Posts: 520
Likes Received: 11
Thanks: 130
Thanked 182 Times in 77 Posts
|
Quote:
why don't you simply post a Keyring HD version to Preware? Keyring has been posted with the GPL3.0 licence, so you are free to create a new version out of it and post it as long as you give credit to the original author. I think this route will reach a bigger part of the community and will be easier for you to maintain. HaPe |
|
04/09/2012, 09:22 PM
|
#419 (permalink) |
|
Member
![]() ![]() ![]() Join Date: Dec 2008
Location: Kansas City, MO
Posts: 1,742
Likes Received: 86
Thanks: 198
Thanked 362 Times in 291 Posts
|
Yeah, I have considered that. I've been debating which way to go. Granted, there have not been any serious issues with the app, but I don't know the code well enough to provide proper support if I released a separate app and someone had a major problem. For now I will post a patch while I am thinking about it.
-- Sent from my TouchPad using Communities
__________________
Matt Williams Developer of: SMS Auto Forward/Reply, GPS Viewer, Keyring converters for CSV, eWallet, & CodeWallet |
04/16/2012, 04:54 AM
|
#420 (permalink) |
|
Homebrew Developer
![]() ![]() Join Date: Oct 2009
Location: Adelaide, Australia
Posts: 330
Likes Received: 6
Thanks: 26
Thanked 41 Times in 39 Posts
|
I would like an enyo 2 version also and its on my TODO list, along with a NAVIT bluetooth issue. I have been waiting for the openwebos stuff to settle down. But if someone else does it first I do not mind
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



