Using a typical http client, I am able to get different web pages. But when I try to access T-Mobile US portal (wap.myvoicestream.com), the client throws "invalid status line" when it tries to open...
Type: Posts; User: manmli; Keyword(s):
Using a typical http client, I am able to get different web pages. But when I try to access T-Mobile US portal (wap.myvoicestream.com), the client throws "invalid status line" when it tries to open...
With such a high end and classy phone with 2 camera, it is a great great pitty that
Manager.createPlayer("capture://video");
does not activate any of the two camera! So the phone is as good as...
Everytime
rawImage = videoControl.getSnapshot(null);
is called, there is a pop up prompt asking the permission to use camera. How can I make it so that it only asks once during the lifetime of...
Is it possible for the Nokia Browser to render locally stored files on the phone? If yes, what URI or URL should I give to the browser?
With S60 2nd ed FP 2 emulator, I append a TextField and then a CustomItem to a Form. When input into the TextField "this is brand new to bob", I get "this is brand new to bmb". The text wraps at the...
Take a look at the phone models and features they support http://www.forum.nokia.com/main/0,6566,150,00.html.
Many phones support j2me these days. You need to figure out where to get one. If you...
I append a StringItem of about 16 words and then a TextField to a Form. When tested on 6630 emulator, only the last line of the StringItem shows up on top of the phone. Press either the up or down...
Hi,
Does a memory leak on emulator mean that there will be memory leak once the application is installed on the phone?
The release note of "Symbian OS: End-To-End HTTP API Example v1.1"...
Hi,
Is there an API that can tell which bearer (GPRS, WCDMA, etc) the phone is currently attached, particularly when there is no connection established.
When there is a connection, we can...
Hi,
Is there an API that can tell which bearer (GPRS, WCDMA, etc) the phone is currently attached, particularly when there is no connection established?
When there is a connection, we can...
Hi,
Is there an API that can tell which bearer (GPRS, WCDMA, etc) the phone is currently attached, particularly when there is no connection established.
When there is a connection, we can...
Hi,
I installed an auto start app that starts 20 seconds after power up.
Is it possible, by pushing some keys, to prevent the auto app from starting after phone reboot?
Only reboot the application
Hi,
This may sound like a funny question but is it possible to write codes inside an application so that it reboots itself after, for example, 5 hours?
If you ever used Microsoft Internet...
two suggestions that may or may not help:-)
- double check APN name. You use "ufone" in all places. I suspect that some of them should really be a different name
- check if your operator use...
Hi,
My application periodically does something. In theory it should run for a long time, if not forever :-)
Currently, it closes after a few hours after running on phone. Other than creating a...
Just click OK and it should work.
Hi,
I try to insert an access point. First I was able to insert a record in the OUTGOING_GPRS table (both InsertRecord() and PutRecordChanges() returned KErrNone). But when I try to add to the IAP...
Hi,
I try to insert an access point. First I was able to insert a record in the OUTGOING_GPRS table (both InsertRecord() and PutRecordChanges() returned KErrNone). But when I try to add to the...
Thanks Template60. That's quite handy.
I guess an API to append one file to the end of another file is too much to ask :-) Or is there such API already?
I have a file foo.txt in one directory . Is there a simple way or API to make a copy of it?
I can always read the file into a descriptor, open another file and write the descriptor into the new...
Many thanks for pointing out <Class T> and T class are not the same thing. That helps a lot to clarify my confusion!
Looking at the problem is a different way. If HBufC is used as a member variable, the corresponding class should be a C class. Is there a type of array that can store C classes? (most seem to store T...
Thanks but the problem is that this descriptor is inside a T class. The reason that it has to be a T class is that I need to store many instances of the class in RArray or RPointerArray. These arrays...
Inside a class, I need to have a member variable that is a descriptor and
- I do not know the length of it at class instatiation time (hence rule out TBuf, TPtr since they all require a length to...