Re: HP buying Palm

2010-04-29 Thread Tiago Barbosa Melo
I hope that is make gob things for plataform :) On Thu, Apr 29, 2010 at 10:36 AM, Regis St-Gelais < regis.st-gel...@laubrass.com> wrote: > "Lionscribe" a écrit dans le message de news: > 188...@palm-dev-forum... > >The news sources are reporting that HP is buying Palm for 1.2 Billion USD. > > >

RE: Getting information about other application in Palm Os

2008-12-02 Thread Tiago
I forgot one thing, my applicaton should retrieve theses information when other applications were using the internet, then only the Net Library perhaps don´t be necessary for my prupose, I need the more information about how to make any thing similar to multithread in palm os. It´s possible to m

Re: Getting information about other application in Palm Os

2008-12-01 Thread Tiago
I want to know how make a program which show information about the my gprs internet connection, like ip adress, tcp/udp ports, quantity of bytes transmited and received, and others. Then the software metioned above, make any thing similar(count the traffic) and I want make a similar program. I k

re: Getting information about other application in Palm Os

2008-11-28 Thread Tiago
Anybody know how to make this? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Getting information about other application in Palm Os

2008-11-25 Thread Tiago
Hi all! I saw the software Traffic Stat v4.1 and I liked this.I want to know how to make one application similar: which get any information(like traffic IP in traffic stat) about other current application(like GetGood in my treo 650). Can any person help me? Link for Traffic Stat: http://www.no

Re: My app can´t open my Shared Library

2008-11-17 Thread Tiago
I saw these Shared Library: http://www.bin-people.de/pnoJpegLib/index.html for compare whith my Shared Library. The core of pnoJpegLib is similar to my SL. I tryed to use the functions bellow for open the pnoJpegLib shared library: SysLibLoad(...); MySharedLibraryOpen(...); First I installed the

Re: My app can´t open my Shared Library

2008-11-14 Thread Tiago
Hi Doug! Thank you very much for help me! I made double-check and saw this: the description of the function SysLibLoad, show two UInt32 arguments like below: Err SysLibLoad ( UInt32 libType, UInt32 libCreator, UInt16 *refNumP) My Shared Library was generally automatic my libType and li

Re: My app can´t open my Shared Library

2008-11-12 Thread Tiago
Hi Doug! Thank you very much for help me! I made double-check and saw this: the description of the function SysLibLoad, show two UInt32 arguments like below: Err SysLibLoad ( UInt32 libType, UInt32 libCreator, UInt16 *refNumP) My Shared Library was generally automatic my libType and li

My app can´t open my Shared Library

2008-11-11 Thread Tiago
Hi all! I´m begin in the Palm´s world. My problem is: I made a shared library. After this I made an application for test my shared library. After I install my shared lib in the my treo 650. The problem occurs when I use: SysLibFind(...): This function return sysErrLibNotFound. SysLibLoad(...);

re: debugging shared libraries

2008-11-07 Thread Tiago
Hi all! I´m trying to use one shared library created by me. I wrote my shared library and I compiled and the CW9 and it didn´t show errors. After this, I wrote my application using functions of the shared library and this didn´t show errors too. My problem is: when I use my application, the func

Multiple application

2008-10-13 Thread Tiago
Hi all! I saw the software Traffic Stat v4.1 and I liked this.I want to know how to make one application similar: which get any information(like traffic in traffic stat) about other current application(like GetGood in my treo 650). Can any person help me? Link for Traffic Stat: http://www.norms

re: GPRS Networks

2008-09-11 Thread Tiago
Hi all! I has trying to set the QoS parameter for the GPRS networks. I´m looking the sample code Datasessionlogin/NetSelector, and I search how to set any parameters in the control panel, link User name, password and APN. I have studied the documentation of the palm os and it show all parameter

re: GPRS Networks

2008-09-05 Thread Tiago
Hi experts! I have researched about how Can I set the QoS(GPRS) parameters. I read in the documentation, whicht it´s possible make the gprs attach, pdp context define, etc, using the values in the netpref settings header, but I don´t know how to make this. Any person know how to make this(set th

GPRS Networks

2008-08-26 Thread Tiago
Hi all! I want to make the generals procedures used in the GPRS network, like gprs attach, pdp context activate/modify and deactivate, but the palm SDK headers don´t have nothing about I want. Any person knows where can I search theses information? Bye!!! -- For information on using the ACCESS

Re: TX radio ON/OFF detection

2008-08-19 Thread Tiago
Hi! About the second question, I think that you can to use the PhnLibGetRadioState(...) function. This function is in HsPhoneMisc.h. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

re: Not getting data session connect/disconnect

2008-07-15 Thread Tiago
Try disconnect whith: (include NetMasterLibrary.h) -NetMasterNetInterfacesShutDown(...); or -NetMasterSCNetDetach (...); The first function is used in "Net_Selector" sample codes palm os, and the second function I search in the internet,but I don´t certainly about this! Do you work whith GPRS

Re: The triangle in gprs connection

2008-07-03 Thread Tiago
Ok! I want to make the gprs attach and pdp context define. I use the -PhnLibGPRSAttached(...); for see if the pda is attached in network and I use the: --PhnLibGPRSPDPContextDefine(...); for make the pdp context. But, when I use the last function, the triangle whith indicates the pdp context

The triangle in gprs connection

2008-07-02 Thread Tiago
Hello experts! When you use the gprs connection, the triangle whith indicates the pdp context activate appear? Here is the list of the icons: http://kb.palmone.com/SRVS/CGI-BIN/WEBCGI.EXE?New,Kb=PalmSupportKB,ts=Palm_External2001,case=obj(26502) -- For information on using the ACCESS Developer

Re: Connection with the mobile network

2008-06-26 Thread Tiago
Ok! I know, but what I want know is: -How to make a gprs connection(gprs attach,pdp context construct/define/modify etc) using software, because I want construct a program whicht make this. -After this, I want to search codes for transmit/receive data using gprs network. Do you know how to make o

Connection with the mobile network

2008-06-25 Thread Tiago
Hello experts! Any person know how to make a gprs connection? Where I can to search a good reference for this? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

GPRS - CONTEXTID

2008-06-18 Thread Tiago
How I get the context ID in the gprs network? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

re: Phone Lib for Centro.

2008-05-15 Thread Tiago
Hi Cathy Well, I don´t use Centro, I use Treo 650. There are two types of treo 650: one whith use only gsm/gprs and another whith use cdma then I think that the Centro not use both networks. Do you make any program whith use the HsPhoneErrors.h? Sorry my english: I begin to study now! -- For

re: SelectDay Problem

2004-07-16 Thread Tiago Prado Lone
Initialize year, month and day with a valid date. You can find an example at: http://www.mail-archive.com/[EMAIL PROTECTED]/msg06876.html -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/