freesafe-users Mailing List for Free Safe (Page 2)
Brought to you by:
atleta
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(6) |
Nov
(1) |
Dec
(4) |
2011 |
Jan
(1) |
Feb
(2) |
Mar
(6) |
Apr
(7) |
May
(4) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: <cha...@ao...> - 2010-10-09 21:18:44
|
http://robertsgroup.info/und7.html |
From: <cha...@ao...> - 2010-10-09 12:27:51
|
http://thunderbuster.it/44_9.html |
From: <cha...@ao...> - 2010-10-01 12:23:49
|
http://tomas-online.net/und7.html |
From: Alex K. <ako...@gm...> - 2008-02-03 05:10:23
|
Just for a historic record, I'm posting this to the list as well ( I initially sent to the wrong address). Cheers, Alex Kotchnev ---------- Forwarded message ---------- From: Alex Kotchnev <ako...@gm...> Date: Feb 3, 2008 12:00 AM Subject: jFreeSafe backup and restore updates To: fre...@li... Cc: at...@at... Hey Laszlo, attached is a patch (against trunk) to allow backup and restore functionality. You already had the functionality stubbed out, but with no implementation. This implementation is slightly different than what you had initially started: in this implementation, the user gets to specify a password when he is requesting a backup and restore, and the server side simply stores and returns the password protected record store. This approach would probably not work too well in attempting to transfer the backups from one handset model to another (e.g. if they have different implementations of RecordStore); however, it works well with the same or related models (e.g. I just finished a backup from a Nokia E61, and restored it into a Nokia E61i). Cheers, Alex Kotchnev |
From: Alexandre K. <ako...@ya...> - 2006-08-21 04:18:10
|
Laszlo, attached are the updates to JFreeSafe that I had mentioned in a previous email. Please let me know if/when you update the sourceforge CVS so that I can check it out. These changes worked OK when I built it with the release sources (and not cvs sources). Let me know if you have any questions. I have some screenshots of what the changes look like on my blog at http://akochnev.blogspot.com/2006/07/jfreesafe-updates.html . Alex K __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Alexandre K. <ako...@ya...> - 2006-07-28 16:14:07
|
Laszlo, I sat down and made a few additions to my local copy of jFreeSafe : the screenshots and the general descriptions are on my blog at http://akochnev.blogspot.com . I would like to commit them back to the project, let me know if you want me to submit a patch through sourceforge/email, or if you could add me as a project member. I was wondering, what is the direction in which you would like to develop the project ? I remember seeing it somewhere that backup was a priority. I also saw a couple of classes for communicating with the server, which sounds like a great idea... Let me know, and I would love to contribute.. Here a couple of ideas about what could be added to the project: 1. Add categories (and category management) for each entry. In my case, for example, I have too many entries and it would be nice to be able to categorize them (e.g. personal, work passwords, etc) and be able to view the entries only in a particular category 2. Integration with PIM APIs (if supported on the phone) : e.g. being able to hook up the entry to someone in your address book 3. Messaging API support : reset the password with a text message 4. (It seems like you already had this) Synchronization/backup to a server 5. Filesystem APi support : being able to back up and restore to a memory card. Let me know what your thoughts are on this. Thanks, Alex K __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Alexandre K. <ako...@ya...> - 2006-07-12 04:34:46
|
Laszlo, sorry for the disturbance. I was able to successfully modify,build, and install the app using the 0.2.7 source. I was originally checking the app from cvs and getting the 0.2.6.1 sources, which I was able to get to build the jar; however, I was getting an "Invalid jar" message when I attempted to install the jar. After installing 0.2.7, I did notice that on the site you had a notice that there were some problems installing 0.2.6.1... is that the same problem or something different ? I was thinking that I should post this type of message in the mailing list as I thought it might be useful for anyone else having a similar type of problem. Thanks, Alex K --- Alexandre Kotchnev <ako...@ya...> wrote: > Laszlo, > thanks for your response to my question on > sourceforge > (https://sourceforge.net/forum/forum.php?thread_id=1511446&forum_id=226494). > > > Sorry that it took me so long to respond. > Initially, > I was checking the topic on sourceforge almost > daily, > but since I didn't get a response, I kinda lost hope > and stoped checking :-) > > For starters, I was just wondering - if you check > out of sources from cvs and change the path to the > WTK, do you get a successful build ? If not, would > be > able to commit the latest sources to CVS ? I've > checked out the sources from CVS; however, I can't > get > it to build properly. I change the properties to > point > to my wtk 1.0.4 setup; however, it keeps failing in > the obfuscation and preverification step. Initially, > it can't find the parent classes for some of the > test > classes in the cldc_crypto.jar (so, I had to remove > the bouncycastle test package as it seems to depend > on > classes that are not in cldc). I wouldn't want to > waste your time to give you all the error messages, > I > should be able to sort things out myself. > > > > >> I was just wondering if you have considered > >> switching the password field on the > >> PasswordEntry.DetailsDialog to TextField.ANY > > > Yes, I have. I know it is quite inconvenient on > some > models. I own a Nokia 9500 with a full qwverty > keyboard so it's a non issue for me :) > > I have a Nokia E61 and the input is pretty easy on > it > as well; however, i want to be able to view the > whole > content at the same time, instead of having to > scroll > through one letter at a time. As long as I can do a > successful build, I'll make the necessary changes > and > provide patches. > > > > Alternatively, I could create a FreeNoteEntry > > with the appropriate dialog for editing that > > would just hold a "Title" and a "Note". Let me > > know which approach you think is better and I > > can submit a patch. > > >That's also an old request from some users and I > have > >already made a promise to do it. My ethernal excuse > is >that I want to finish the backup facility first, > but >now I can see that it will be put aside for a > while. >So yes, doing it sounds reasonable. But wait > a > few >days please, because I'm not sure that what I > have in >the CVS is the absolute latest version. > > I would love to contribute a patch to this - I just > need to get it to build first. > > > Along these lines, I was having a bit of trouble > >getting the build to work straight out of cvs. I > > changed the property in build.properties to > > point to my wtk install (btw, what wtk version > > do you use ? ) > > >Yep, I use a rather old one (1.0.4). It has a > >different structure that v2 has. v1 had a > midpapi.zip > >somewhere (see the build.properties file) while v2 > has >midp10.jar, midp20.jar, cldc10.jar and > cldc11.jar. >(And you have to choose one midpxx and > one cldcxx >jar.) > > >I'll update the build file to use the newer j2mewtk > >(I've already done it for my work projects). BTW > the > >concept with the build system is that you don't > change >the build.properties file (because it goes > into the >CVS) but create a build.local.properties > and > tweak >that. > > Thanks for the tip. I do think it would be a good > idea to upgrade the build to use WTK2, but WTK 1 > also > works OK. > > > >Yes, I know. But when I started out this project > >(autumn of 2003) it didn't have all that support. > It > >would have been a lot easier to use the new and > fancy > >dialog and flow designer (though my solution with > the > >dialog manager concept and the stacked screens is a > >bit cleaner :) but harder to use than the IDE RAD). > > > Do you use NetBeans for development or something > else ? > > > get the regular ant build working when it's > > checked out of > > I'll fix it to work with j2mewtk v2. If you want to > play around in the meantime, all you have to do is > including the midp10.jar and cldc10.jar in the > bootclasspath (replace midpapi.zip to them in the > build files). > > Laszlo (btw I prefer e-mail, you can reach me at > at...@at...) > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: <Cha...@ao...> - 2006-03-02 18:43:11
|
How would you like to earn $500 to $1000 per day, NO selling, NO phone calls, NO speaking to prospects, NO explaining or answering questions, NO closing, yes that's right I said NO CLOSING! Is this possible YES!! 37 minute Teleseminar reveals how! |
From: Marai L. <at...@at...> - 2004-10-21 00:14:14
|
On Sun, 17 Oct 2004 14:46 +0100 (BST) si...@sh... (Simon Sherlock) wrote: Hi, > Could I please request a bit more documentation? I just installed 0.2.6 Yes, sure. The application seems mature enough to have some documentation on it. > and hadn't realised I would lose all my data that I'd entered in 0.2.5. Well, that's a problem with MIDP and the concrete MIDP implementation. With not-so-smart phones you'll have this problem with any midlet. I have a Nokia 9210 and if I install a new version of a midlet, it keeps the old as well. And of course, as with most smart phones I can copy the password database (manually) from the old version to the new one. But you need a file manager application in order to do this, and you don't have that in a Nokia 6230. > Will it ever be possible to migrate passwords between versions/new > installations? Yes, actually I've been thinking of it since the beginning, but nobody has ever requested it, as I think most users use jFreeSafe with smart phones. But it seems that the not-so-smart phones also get a momentum :), so I'll implement this feature. The only solution I could come up with is that you install a simple server software on your PC (which must have an internet connection of some kind) and then you backup your password phone database to it over the internet. You can then install the new version and restore the database to that. I'll implement this in the next version (which means that you won't be able to migrate your data from 0.2.6 to 0.2.7). Regards, atleta (Laszlo Marai) |
From: <si...@sh...> - 2004-10-17 13:46:02
|
Hi, Could I please request a bit more documentation? I just installed 0.2.6 and hadn't realised I would lose all my data that I'd entered in 0.2.5. Will it ever be possible to migrate passwords between versions/new installations? I'm running it on a Nokia 6230. Regards, Simon |