Problem for making sis file in s60 3rd edition MR
| Wed, 2008-01-09 09:36 | |
|
Hi all, I have problem in making sis file of this BluetoothPMPExample. MY .pkg file is here so please tell me how make change here to solve this error. ; Installation file for Bluetooth Example Application ; standard SIS file header ;Localised Vendor name ;Unique Vendor name ;Supports S60 v 3.0 ;Files to install I am getting error in this line Error is Please help me to solve this problem. Thanks & Regards Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++ |
|






Forum posts: 153
I think u r facing problem due to this source path
\Symbian\9.1\S60_3rd\Epoc32\release\gcce\urel\BtPmpex.exe
this source path is not correct...
If your sdk is installed in the C: directory of your computer the try this path
C:\Symbian\9.1\S60_3rd\Epoc32\release\gcce\urel\BtPmpex.exe
Brajesh...
Life is too short ! so do as many good things as you can do...
Brajesh Kumar...
Beginner in Symbian C++
Forum posts: 277
Hi Brajesh ,
Thank you very much for quick response.
You are right.My sdk is in C drive.I have tryed as you have suggested but it is not working. But it is sure that I have to give correct path in my .pkg file where I am getting error.
Please give some other idea or suggestion so i can create sis file.
Again thanks for quick reply
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++
Forum posts: 153
Actually the same problem was happening with me, when i was creating the sis file for the first time.And the problem was solved by correcting the source path...but i was making the sis file for .app not for .exe.
But i think i could help you if u send me the error which your compiler display..
serch for the file BtPmpex.exe in your system and then add its path in your pakage file...
Brajesh...
Life is too short ! so do as many good things as you can do...
Brajesh Kumar...
Beginner in Symbian C++
Forum posts: 277
Hi Brajesh,
I have created sis file. I gave correct path in .pkg file then i create sis files.
Thanks to u for helping me and for your time.
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++
Forum posts: 463
I would suggest you not to hard-code the paths. Instead use
Note : This might not work on the command line. But its the best if you are using Carbide, especially when you are switching between udeb and urel builds!!
Forum posts: 277
Hi Neil,
Thank you very much for your suggestion.I am using codewarrior 3.1. I want to know from you if i use carbide C++ then no need to change in .pkg file.I can create sis file from command prompt without changing in .pkg file.
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++
Forum posts: 463
Well initially you might feel fine using IDE only as editor and compiling from command line. But then you arent using IDE as IDE, but merely any text editor. As you move along, you might find the need someday..Well if you never find the need, somebody else who is reading the thread might find it useful
Forum posts: 44
hey guys,
I am currently doin project to retrieve IMSI number from the sim card...I used the mobinfotest.zip file that i get from forum but I am not able to build the sis file.....the error code shows " C:\Symbian\UIQ3.1SDK\epoc32\release\WINSCW\UDEB\mobinfotest.app not found" ....how come?? I really need help urgently......
million thanks in advance.
Adrian
Forum posts: 277
Hi,
you search mobinfotest.app in your EPOC32 root and give that path in your .pkg file. Then re-complie your application and create your sis file. it will work
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++
Forum posts: 44
Hi RB_Sahu,
Thanks for your fast reply, I followed your instruction but not able to find that mobinfotest.app file in my comp......can you kindly send me a copy of that file. Really thanks to you......Besides that, I m currently using carbide C++ on my project, I would like to ask whether there is GUI available in carbide?( I mean those ready button or listbox) or are there any compatible software can be use?
Regards,
Adrian
Forum posts: 277
Hi,
can you post your error code here then I can help you in creating sis file.
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++
Forum posts: 463
Hi Adrian,
First I guess it would help a little to read a few 'getting started' pages to get the basic idea of various builds and how a sis is made etc.
Carbide IDE is well equipped to build your application and even make sis file for you. All that information is available in the getting started with carbide pages!!
You have a number of them available in NewLC and Forum Nokia websites. If you are unable to find them, then I can post the links next time
Forum posts: 44
Hi ,
Really thanks for quick reply, I read through the procedure of making sis file and I still not able to create the sis file from the mobinfotest.zip, here is the error shows everytime i import the mobinfotest into my carbide C++:
1. 'abld' is not recognized as an internal or external command.
2.BLDMAKE ERROR: Directory "\Symbian\UIQ3.1SDK\EPOC32\" does not exist.
3.Build returned with exit value = 1.
Besides that, when I tried to run the pkg file, the program will pop out the "C:\Symbian\UIQ3.1SDK\epoc32\release\WINSCW\UDEB\mobinfotest.app not found".
I wonder whether the problem come from the symbian signed procedure.
Can anyone provide me some solution or suggestion?
regards,
Adrian
Forum posts: 277
Hi Adrian,
On group folder you have to give bldmake bldfiles then you use abld command . After that you will not get error like 'abld' is not recognized as an internal or external command.
you see the syntax of bldmake and abld command in SDK . it will be helpfull to you . I
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++
Forum posts: 277
Hi Adrian,
you can read release note of your application which you have download from forum.
Thanks & Regards
Ram
Symbian OS 9.1,S60 3rd edition MR,and Carbide.C++