liuxg你好:
我安装的3rd fp1中的gcce.mk文件中的内容是已修正好的, 所以根本不用修改. 所以提高不了速度.
liuxg你好:
我安装的3rd fp1中的gcce.mk文件中的内容是已修正好的, 所以根本不用修改. 所以提高不了速度.
TurboC
珍惜每一次机会
mr的sdk默认没有加 -O2, 所以编译后的包大小比fp1编译后的包大约大50%, 加上后可以有效的缩小包大小, 运行速度的差异就没有数据了.
SIS installation on the S60 3rd Edition emulator
Description
Attempts to install a SIS file on the S60 3rd Edition emulator will fail with the "File corrupt" error message.
In fact, it is likely that the SIS file is valid. However, the emulator does not have any root certificates installed and this is causing the SIS validation routine to fail.
Solution
To solve the problem, unzip the file certstore_S60_3rd_SDK.zip to your current SDK installation folder. It will provide the Symbian A, B, C, and D root certificates against which the Software Installer can validate applications signed with all certificates supported by Symbian.
Please note that:
- The SIS files to be installed on the device must contain binaries built for the WINSCW platform.
- The emulator’s IMEI is "000000000000000" and if a Symbian Developer Certificate is used to sign the SIS file, it has to include support for this IMEI.
- When the application is built for WINSCW, the files (binaries, resources, etc.) are automatically copied to the default locations as if the applications were already installed on the Z: drive. As such, an attempt to install the application will fail with the message "Unable to install. Component is built-in.". The "built-in" components can be removed by cleaning the project with the "abld reallyclean" command.
To transfer the SIS file to the emulator:
- Place the file anywhere under %EPOCROOT%Epoc32\winscw\c\Data - the file will be visible on the emulator’s "File manager" application from where it can be opened with the "Software Installer".
- Load the file through the emulator’s File->Open menu option.
Retrieved from "http://wiki.forum.nokia.com/index.php/TSS000614_-_SIS_installation_on_the_S60_3rd_Edition_emulator"
Liuxg
Forum Nokia Qt Application Development Resources
Hi Liux
I need to develop a JSON Parser for the Symbian 3RD Edition
I ve used the 3rd Party JSON Library called Jaula
I ve many errors only in my epoc
I ve tried many options nothing is working out please jhelp me out Liux
Thanks in Advance
I just found some interesting video clips for the Symbian signed. Please view the videos for the details:
Open Signed - Offline DevCert request
http://www.youtube.com/watch?v=gVzd8QkYoOw
Open Signed - Online request
http://www.youtube.com/watch?v=S39F5Ft_Q2Q
Updating DevCert with manufacturer capabilities
http://www.youtube.com/watch?v=d17Vvd5mErA
Using Makekeys -utility to create a keypair
http://www.youtube.com/watch?v=VnB7KjMOE74
Signing the SIS-file
http://www.youtube.com/watch?v=RrM4HyEBVno
Verifying the signature in the SIS-file
http://www.youtube.com/watch?v=ou4EQ_P4P5A
Creating the DevCert request file
http://www.youtube.com/watch?v=yoNTm7-A3h8
Liuxg
Forum Nokia Qt Application Development Resources
Could you help me out in the JSON issue please
I am really struggling with those errors
ome say its not possible in 3rd Edition but only in 5th edition
Please help me out
Thanks
Hi Vignesh, you'd better download the pure c code about json:
http://oss.metaparadigm.com/json-c/
It is easy porting to Symbian.
Stay Hungry. Stay Foolish.
Sina Weibo:
http://weibo.com/cxt728
QQ Weibo:
http://t.qq.com/Cxt_programmer
Hi Vignesh,
Why not use pure c code?
I have never test Jaula on Symbian, but in my opinion, you may porting Jaula to symbian based on Open C++.Open C++ provided some STL support for Symbian.
PS:I have only used pure c code about JSON parser in my project, it is very easy porting to Symbian.
My english is poor, I hope I can help you.
Stay Hungry. Stay Foolish.
Sina Weibo:
http://weibo.com/cxt728
QQ Weibo:
http://t.qq.com/Cxt_programmer
I m totally tired of testing all possibilities
Ok i hope taking pure C code should help me out... Ok tell me one thing
I ll integrate as you say... But wont that require these Complex Classes?
I ll surely take your advice... pl helpme out in integrating pure c code to Symbian c++
Thanks a LOT for your response Thanks a LOT
Vignesh.m
Hi Cxt programmer
Good Morning
I need your help now
I am taking your advice to use the C json Parser
I m using Symbian C++ Application please tell me what i ve to do to integrate this with my application
Do have to separately Install some thing or use code directly in my app
If so please tell me where to add the codes and how to call the functions to parse
Please tell me and help me out
It would help me a lot
Please
Thanks
Vignesh.m
Hi Vignesh, wait a moment, I will send email to you, about Json parser on Symbian platform.
Stay Hungry. Stay Foolish.
Sina Weibo:
http://weibo.com/cxt728
QQ Weibo:
http://t.qq.com/Cxt_programmer
How to support my app installable on both S60 3rd Edition and 5th Edition?
Recently, I just found that an incomapatiblity warning will be shown if the platform UID for 3rd Edition is used for 5th Edition device. If a developer wants to make the app installable on both 3rd Edition and 5th edition plaforms. Please use the following platform UIDs in your .pkg file:
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
[0x1028315F], 0, 0, 0, {"Series60ProductID"}
Liuxg
Forum Nokia Qt Application Development Resources