What do you mean by "explore"? Do you want to create .pkg file or unpack .sis file to .pkg file?
To create a .pkg file, you can create it from scratch or copy one of the examples and modify it.
Type: Posts; User: antonypr; Keyword(s):
What do you mean by "explore"? Do you want to create .pkg file or unpack .sis file to .pkg file?
To create a .pkg file, you can create it from scratch or copy one of the examples and modify it.
Hi Mark,
Thanks for your hint. Unfortunately it is not an open source application. :(
You are right. Mixing RThread and libpthread is not desire.
I was thinking about using the flag; but...
I would say it is possible to do all those things. There are some examples on how to record audio (to a file or streaming). Check this out:
...
Hello all,
I am currently porting a multi-threading application from Linux to S60 using OpenC. Specifically, I use libpthread.
The problem comes because the code uses pthread_cancel() and...
I had also this experience that CodeScanner doesn't appear on the Preferences dialog of Carbide.c++ 1.3.2. However, it should still be working fine. As mentioned by skumar_rao, you can right click...
Here is why:
- You cannot use CTimer as member variable because when the timer is outstanding, CTimer::RunL() will be called. Now, how can you handle this event if you use is as member variable?...
Check CVideoRecorderUtility on the SDK documentation.
There are few examples on how to record video in 3GPP. Quick Recipes on Symbian OS book discussed about this topic too. You can download free...
I would suggest looking at the verbose log file, c:\Users\Wilken\Downloads\MovingBall_Source_Codes\MovingBall\Rel_S60_31_GCCE\BuildLog.htm.
It may give some hints there.
You can start looking at Content Access Framework (CAF). It has APIs to access DRM-protected files.
For playing DRM-protected audio, you can use CDrmPlayerUtility.
Be aware that if you want to...
Yes, FR, RI should work just fine for GUI.
One thing that you need to keep in mind, when you run the executable, make sure that all the resource files (.rsc) are installed already. If you try to...
From my understanding, there is also pressure from network operators to have this kind of restrictions. Yes, unfortunately network operators still have too much power in many countries.
It seems the thread is getting longer and longer now. :)
@jas76: I agree the pain of binary break. When Symbian introduced Symbian OS 9.x, which is the base of S60 3rd, it broke compatibility. Any...
Normally, when you create or open a project in Carbide.c++ and then set the active Build configuration to ARMv5, it will automatically use RVCT to compile it.
Alternatively, you can use...
I don't have so much comment on MPlayer. What I know is that Harry Li has found some problems when porting Mozilla's NSPR component. See his posting,...
ltomuta is right. You can enable network-based positioning from Tools | Settings | General | Positioning | Positioning methods. Enable "Network based" option there.
As far as I know, there is no file browser for PC to access those folders. At least, none is available officially and publicly.
However, if you want to access to folders in the memory card, it is...
You can try with Wavecom modem, but I guess the result would be the same. I may be wrong though. Alternatively, you may also want to try with some other operators.
I'll help to translate erc's response. :)
Basically he's asking why he sometimes doesn't get USSD response back from the network. He's also asking whether there is a way to decrease the latency of...
There are some companies offer USSD gateway -> see also the list on http://en.wikipedia.org/wiki/USSD. Some of these companies offer good white-papers to give you better understanding about USSD...
I am not aware of such an API (may be someone else knows).
Using .sis file for something might be tricky. The file name can be easily changed by anybody. Why don't you use package name or UID...
Or a cheaper one, PhoneScreen (http://www.devlex.com/Products/PhoneScreen.shtml).
I don't think you can send service request using ATD because this command is used for voice call or packet service.
Have you taken a look at +CUSD command? This command allows you to send USSD to...
I also have this problem on the latest firmware of N82 with my app, Screenshot (http://www.antonypranata.com/screenshot/download-screenshot-symbian-os-s60). The old firmware of N82 did not have this...
I think you misunderstood my last reply. What I mean is: if you install something to a private folder, you need to install .exe that matches that has the SID matches to that private folder. It is not...
wizard_hu, as far as I know the SID/EXE match matters, except for special private folders, such as \<SID>\import, 10003a3f and some others.