Download Palm App and Run without Normal Launch by User

2007-06-04 Thread omkrish
We would like our application to download its own latest version from a 
website. If possible, the newly downloaded application starts itself.

The .prc file should be installed on download without the user having to 
explicitly run the application.
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


How to install Third Party Library on device/simulator

2007-06-18 Thread omkrish
I have written a phone book application to add and delete numbers from phone 
book. 
But the telephony manager library is not getting loaded as it is not found on 
treo 650.

So how to install it on device or solve this problem?

I searched for internal files on device using fileZ utility but could not find 
"tmgr" i.e. telephony manager file.

Any help will be highly appreciated.
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: How to install Third Party Library on device/simulator

2007-06-19 Thread omkrish
In the palm os garnet simulator v.5.4.0 the tmgr libraray is found.

But in treo 680 with v.5.4.9 it is not found.


Is there any alternative to read or write to device phone book? 
or Can we add the library to our project.
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


How to read and write to Palm phone book

2007-06-19 Thread omkrish
How can we add/delete/read contacts and phone numbers programmatically from 
palm address or phone book.

I tried with telephony manager library but is not getting loaded.
I am looking fo Any other set of APIs.

Any help will be highly appreciated.


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Re: How to read and write to Palm phone book

2007-06-22 Thread omkrish
Thanks Micheal.

You are doing a great Job of helping we Palm Developers.

I have downloaded the stuff from PDN.

But One Question is in my mind if the Palm Reference provides telephony manager 
Library then why is it not available
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


HTTP post with single string using NetLib Library

2007-06-22 Thread omkrish
I have string of 44 bytes which should be sent at one shot using HTTP post.

As iNet library is not found on Treo, I am using NetLib.

And as Memory allocation on Palm cant be above 32000 bytes i have to send it 
part by part using NetLib but it is not working when done in a loop.

So please suggest any thing for HTTP Post using NetLIb or any other alternative.
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


HTTP - Post large data using HTTP Library -

2007-06-25 Thread omkrish
I have to send data above 2 MB to server using HTTP Library or NetLib.

I have found a API HS_HTTPLibStreamSetPostData in HTTP Library which is used 
for HTTP Post method.

We are targetting only TREO Devices.

Please help as there is no documentation found on HTTP Library.
And advise with some samples or steps.


-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


Localization for foreign language

2007-08-24 Thread omkrish
I wish to test my base application with overlay for French or Chinese but I am 
unable to find simulators with EFIGS ROM or chinese or English ROM. 

Also on the device its not working for chinese when I select CJK OS in Prefs 
application in Treo 650 while in built applications turn to chinese.

I performed localization as per steps given in the below link

http://kb.palmsource.com/cgi-bin/palmsource.cfg/php/enduser/std_adp.php?p_faqid=496
 

Any Help will be highly appreciated.
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


re: ssl on palm os

2007-11-23 Thread omkrish
Hi

I have used the sample code at the link:-

http://www.access-company.com/developers/documents/docs/palmos/PalmOSCompanion2/SslConcepts.html#1034004
 

I am facing the same problem with sslOpen API.

Can you suggest me the way to solve it.
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/


SSL Open causing error

2007-11-23 Thread omkrish
Hi 

I tried the sample code in Palm OS companion for SSL:- 

Here is the link.
http://www.access-company.com/developers/documents/docs/palmos/PalmOSCompanion2/SslConcepts.html#1034004

But it is unable to open SSL using SSLOpen API in CreateSslConnection() 
It throws sslErrEof error.

So I m unable to move forward with SSLsend 

Any help will be highly appreciated.
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/