Actually, to see the fatal alert after the reboot on a Treo 600, the codes are: All GSM Versions: #*377 Sprint CDMA Version: ##377 Verizon CDMA Version: #*#377
Hope this helps! -Jon ------------------------------------------- Jonathan Hays Palm OS Certified Developer http://hazelware.luggle.com ------------------------------------------- -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Shree S Sent: Tuesday, November 30, 2004 2:29 AM To: Palm Developer Forum Subject: Re: Treo 600 Device Reboot Automatcally In my case i've encountered such abnormal Treo600 resets in the followig situations. 1). Memory Overflow 2). Improper use of MemPtrFree(). (I mean to say using MemPtrFree()twice for the same pointer or freeing the mem. that has never been alloted) 3).Passing Invalid Database pointers. 4). Finally, Treo just resets itself if any "Fatal Exception occurs" Well these are just few very common sutiations where you can except a reset. Simply try to avoid Improper memory handling thats it. :-))))) A simple way to check the cause of your Treo 600 reset is to go to the phone dialer and dial:- a) For a Treo600 CDMA version: ##377 b) For a Treo600 GSM version : #*377 Bye sanjay ----- Original Message ----- From: "Manpreet" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Subject: Treo 600 Device Reboot Automatcally Date: Tue, 30 Nov 2004 15:40:23 +0530 > > I posted this question on palmInfocenter.com and treocentral.com with no > results: > > I wrote an application targetting Treo 600 and other devices targetting Palm > OS > 5.0. My application works fine on Tungsten W, Palm OS Simulator 5.x, > and Treo 600 simulator. but when run on Treo 600 device, the device reboots > automatically. > > What could be the reasons that are cuasing the device reboot?? > > I read many posts on the Internet about other Treo 600 users complainng > about the device reboot. Is it the device bugs or something else that we > have to take care of while writting any code for that particular device??? > > I am new to treo 600. > Thanks for help > > Regards, > Manpreet Singh > > > > -- > For information on using the Palm Developer Forums, or to > unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- ______________________________________________ IndiaInfo Mail - the free e-mail service with a difference! www.indiainfo.com Check out our value-added Premium features, such as an extra 20MB for mail storage, POP3, e-mail forwarding, and ads-free mailboxes! Powered by Outblaze -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
