Retrieve Data after Hard Reset?

2007-06-20 Thread babbu cathy
hi all, Is it possible to retrieve the device data( * if i know the memory location) after the device hard reset on Palm devices ? cathy. __ Yahoo! India Answers: Share what you know. Learn something new

re: How to read and write to Palm phone book

2007-06-20 Thread ganupisal
Question : How to read and write to Palm phone book? Solution : Phone Book Reading: 1 ) Retrieve a range of entries from the currently selected phone book. Err TelPhbGetEntries(UInt16 iRefnum, TelAppID iAppId, TelPhbGetEntriesType *ioParamP, UInt16 *ioTransIdP 2 ) Retrieve a single entry

re: Retrieve Data after Hard Reset?

2007-06-20 Thread Bismi
I dont think it might be possible. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Retrieve Data after Hard Reset?

2007-06-20 Thread Don Albertson
babbu cathy said (on or about) 06/20/2007 02:21: hi all, Is it possible to retrieve the device data( * if i know the memory location) after the device hard reset on Palm devices ? cathy. __ Yahoo! India Answers: Share

Re: Retrieve Data after Hard Reset?

2007-06-20 Thread Bismi
What u exactly need? If u need the data you can get it form your last sync that is been saved in desktop. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Is there a max heap allocation size?

2007-06-20 Thread Ravi.Patel
I'm using a stl vector. Trying to add data to the vector (push_back). The vector I believe is trying to alloc 65k (65536) bytes, and I'm getting a bad_alloc exeption when the vector tries to allocate that memory. I checked my free heap space (using MemHeapFreeBytes) and its reporting that I have

Re: Is there a max heap allocation size?

2007-06-20 Thread Dmitry Grinberg
biggest chunk you can allocate using supported API is 65536 bytes. If you use unpublished api you can allocate up to 16777208 bytes. On 6/20/07, Ravi.Patel [EMAIL PROTECTED] wrote: I'm using a stl vector. Trying to add data to the vector (push_back). The vector I believe is trying to alloc

Re: Retrieve Data after Hard Reset?

2007-06-20 Thread Alexander R. Pruss
I expect it can be done without much difficulty on the T5 and the LifeDrive, since the data storage is on a standard FAT volume with sector-level access through the slot driver API, and I doubt the hard reset does anything other than a quick format. On newer NVFS devices, however, there seems

Re: Retrieve Data after Hard Reset?

2007-06-20 Thread f4t3z3r0
As far as I know, when the device hard resets, it temporarily disconnects power to the storage memory to completely wipe it. Unfortunately, the information is unrecoverable. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Re: Is there a max heap allocation size?

2007-06-20 Thread Jeff Loucks
MemPtrNew() is limited to 64K. Since OS 3.5, MemGluePtrNew() has been available that removed the limit. On 6/20/07, Dmitry Grinberg [EMAIL PROTECTED] wrote: biggest chunk you can allocate using supported API is 65536 bytes. If you use unpublished api you can allocate up to 16777208 bytes. On

RE: Get own Phone Number

2007-06-20 Thread Hays, Jonathan (GE Indust, Security)
http://hazelware.luggle.com/archive.html?56 This method has always worked for me. -Jon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Grinberg Sent: Friday, June 15, 2007 9:28 AM To: Palm Developer Forum Subject: Re: Get own Phone Number a

RE: Palm OS 5 Background Threads, Processes

2007-06-20 Thread Hays, Jonathan (GE Indust, Security)
Decent overview: http://hazelware.luggle.com/archive.html?66 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill MacAdam Sent: Wednesday, June 13, 2007 4:02 PM To: Palm Developer Forum Subject: RE: Palm OS 5 Background Threads, Processes There was an

Re: Get own Phone Number

2007-06-20 Thread Dmitry Grinberg
Go into phone info. Erase the own phone # that is shown there in an editable text field. Click ok. Try that method again On 6/20/07, Hays, Jonathan (GE Indust, Security) [EMAIL PROTECTED] wrote: http://hazelware.luggle.com/archive.html?56 This method has always worked for me. -Jon

RE: Get own Phone Number

2007-06-20 Thread Hays, Jonathan (GE Indust, Security)
Why would you EVER do that? That's almost like saying drop phone on ground. watch it shatter. program no longer works. ;-) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Grinberg Sent: Wednesday, June 20, 2007 3:52 PM To: Palm Developer

Re: Get own Phone Number

2007-06-20 Thread Dmitry Grinberg
That is the condition that some providers provide the SIM card in...this is the reason some people cannot get the phone number. On 6/20/07, Hays, Jonathan (GE Indust, Security) [EMAIL PROTECTED] wrote: Why would you EVER do that? That's almost like saying drop phone on ground. watch it

Voice Signal, VSuite, VSAPI

2007-06-20 Thread Vinodh Kumar M.
Can anybody provide any leads to Voice Signal's VSuite and VSAPI for Treo/ PalmOS? I wish to include some voice recognition capabilities for my apps. Thanks... - mvk -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

RE: Is there a max heap allocation size?

2007-06-20 Thread Jagat Nibas Mahapatra
What is the unpublished API ? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Grinberg Sent: Wednesday, June 20, 2007 11:11 PM To: Palm Developer Forum Subject: Re: Is there a max heap allocation size? biggest chunk you can allocate using supported API is

Re: Is there a max heap allocation size?

2007-06-20 Thread Aaron Ardiri
On 6/21/07, Jagat Nibas Mahapatra [EMAIL PROTECTED] wrote: What is the unpublished API ? try searching for it :) it has been discussed a lot in the archives. -- // Aaron Ardiri -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see