Re: Problem Creatign a PRC on Tungsten E2

2005-12-14 Thread Alexandre Luz Barreto
I tried the function to mount the Prc on the TE2 Simulator. When i do a soft reset i get a error: datamgr.c, Line:3319, err opening db for set-database-info just before it finish reseting. and then my prc disapear. This must be where i lose my prc. any clues? thanx Alexandre Luz Barreto

Re: Problem Creatign a PRC on Tungsten E2

2005-12-14 Thread David Thacker
Alexandre, It may be a problem in your MyApp application if it handles the sysAppLaunchCmdSystemReset launch code, but does something that NVFS is not happy with there. You can test this out by performing a no-notify reset instead of a standard soft reset. Install your app, then press and

Re: Problem Creatign a PRC on Tungsten E2

2005-12-14 Thread Alexandre Luz Barreto
Hi David, MyApp dont handle sysAppLaunchCmdSystemReset. i tried what u said and yes de Myaap don´t desapear, but if i run it i get a fatal exeption. Thank you David Thacker escreveu: Alexandre, It may be a problem in your MyApp application if it handles the sysAppLaunchCmdSystemReset

Re: Problem Creatign a PRC on Tungsten E2

2005-12-14 Thread Alexandre Luz Barreto
Just got another point. The Prc is not being deleted at reset. the reset just break it. the database name becames weird characters creator and type becames blank. any clues? thanx David Thacker escreveu: Alexandre, It may be a problem in your MyApp application if it handles the

re: Problem Creatign a PRC on Tungsten E2

2005-12-13 Thread trn
Hi. A had similar problem also only on Tungsten E2. I work with databases on Palm. And after soft reset them disapear. I think there are bugs in implementing NVFS on TE2. I solve my problem with inserting DmSyncDatabase function in some places. I hope my reply help you. Sasha Trukhny. -- For

Re: Problem Creatign a PRC on Tungsten E2

2005-12-13 Thread Alexandre Luz Barreto
Hi Saha. Thank you for your reply I tried DmSyncDatabase before close the Prc but didn´t work. i will try put some more in the code. But the weird thing is that just PRCs dissapear. pdbs and Files don´t. [EMAIL PROTECTED] escreveu: Hi. A had similar problem also only on Tungsten E2. I

Re: Problem Creatign a PRC on Tungsten E2

2005-12-13 Thread trn
Hi Alexandre. But the weird thing is that just PRCs dissapear. pdbs and Files don´t. It is very weired for me too that databases dissapear. In my case was that pdbs dissapear. Problem is: NAND Flash and RAM isn't synchronized correctly. After reset RAM is restored from NAND Flash. Database

Re: Problem Creatign a PRC on Tungsten E2

2005-12-13 Thread Alexandre Luz Barreto
Hi Sasha, I tried DmSyncDatabase in a lot of places in my function that mounts the prc..but it still disapear. It´s something to do with TE2, because on TX it works fine. TE2 is giving me lot of problems :P Thank you for your help [EMAIL PROTECTED] escreveu: Hi Alexandre. But the weird

Re: Problem Creatign a PRC on Tungsten E2

2005-12-13 Thread Ben Combee
At 05:23 AM 12/13/2005, you wrote: Hi Saha. Thank you for your reply I tried DmSyncDatabase before close the Prc but didn´t work. i will try put some more in the code. But the weird thing is that just PRCs dissapear. pdbs and Files don´t. What naming convention are you using for the

Re: Problem Creatign a PRC on Tungsten E2

2005-12-13 Thread Alexandre Luz Barreto
There is no other database with same name differed just by capitalization. i just have the prc iside a file in the palm for exe: i have MyApp.PRC as a file.. with this exactly name ( including the PRC) so i use a function to mont it as a real PRC in the palm. so i get MyApp. after that i

Problem Creatign a PRC on Tungsten E2

2005-12-12 Thread Alexandre Barreto
Hi, I´m having a problem with a aplication hat reads a prc from a server and mount it on the device. the prob it that when i soft reset all prcs i tranfered with my app disapear from the device. But the pdbs i mount the same way don´t. whats wrong? the prcs work fine until i soft reset the