Free file hosting, free video sharing

<<< The Web Hosting >>>


Go Back   Noeman GSM > Webhosting & Website development > Website development > Programming

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-25-2008, 01:15 PM
Junior Member
 
Join Date: Feb 2008
Posts: 2
Reputation: 10
jinxy2129 is on a distinguished road
Default Symbian S60 3rd edition problem programming in python

Hello! I would really appreciate your help. So i want to create a stanalone application from a python file. Here is the process: i have the .py file , name shield.py and the.mbm file for the icon, named shield.mbm and the aif file named Shield.aif. The content of the .rss file from which i created the .aif is:

"
// Shield.rss
#include <aiftool.rh>

RESOURCE AIF_DATA
{
caption_list=
{
// You need to change in the next 2 lines mobiLen to the name of your own app
CAPTION { code=ELangEnglish; caption="Shield"; },
CAPTION { code=ELangFrench; caption="Shield";} // to work round an AIFTOOL bug, you need to have at least
// one language mentioned here
};

// You need to replace the following app uid with your own applications UID.
app_uid=0xA0001234;

// Put here the number of icons (not including the masks)
num_icons=2;
}

"

The UID is random and it does not mean anything.

Than i makesis and create the .pkg file

Here is Shield.pkg file content:
"
;
; Standalone Python for S60 app
;
;Languages
&EN
;
;
#{"Shield"},(0xA0001234),1,0,0
;
;Supports Series 60 v 2.0
;
(0x101F7961), 0, 0, 0, {"Series60ProductID"}
;
;Vendor
%{"MyVendor"}
:"Jinx"
; Files to install:

"default.py" -"!:\system\apps\Shield\default.py"
"Shield.app" -"!:\system\apps\Shield\Shield.app"
"Shield.rsc" -"!:\system\apps\Shield\Shield.rsc"
"Shield.aif" -"!:\system\apps\Shield\Shield.aif"

"

than i makesis, sign the sis file, install it on the phone, it accepts my certificate, it installs and the installer blocks when the bar is at about 50% and it says unable to install. What should i do? 10x!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-20-2008, 10:10 AM
.KloNom's Avatar
Master
 
Join Date: Jul 2008
Location: Yvan Eht Nioj
Age: 17
Posts: 137
Reputation: 7209
.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member
Send a message via ICQ to .KloNom
Default

attach your .py file and the icon, best if you still have the bmp or jpg, and ill make the .sis for you.
__________________


Reply With Quote
  #3 (permalink)  
Old 08-20-2008, 11:55 AM
MariusKane's Avatar
Symbian Contributor
 
Join Date: Jul 2008
Location: Near My Angel
Age: 15
Posts: 2,216
Reputation: 30987
MariusKane Mega Super MemberMariusKane Mega Super MemberMariusKane Mega Super MemberMariusKane Mega Super MemberMariusKane Mega Super MemberMariusKane Mega Super MemberMariusKane Mega Super MemberMariusKane Mega Super MemberMariusKane Mega Super MemberMariusKane Mega Super MemberMariusKane Mega Super Member
Send a message via MSN to MariusKane Send a message via Yahoo to MariusKane Send a message via Skype™ to MariusKane
Default

this guy is offline since february...he wont see ur reply
__________________


Ask me about Anything related to Symbian. From Hacking and Cr@cking to Tutorials for Garmin, TomTom and other applications! Just PM me!

Sectiunea Pentru Romani: [Only Registered users can see links . Click Here To Register...] - acolo te putem ajuta in limba noastra
Reply With Quote
  #4 (permalink)  
Old 08-20-2008, 12:23 PM
.KloNom's Avatar
Master
 
Join Date: Jul 2008
Location: Yvan Eht Nioj
Age: 17
Posts: 137
Reputation: 7209
.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member.KloNom Excellent Member
Send a message via ICQ to .KloNom
Default

oh, youre right ... didnt watched the date
__________________


Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 09:30 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 2004-2008 Noeman . All rights reserved
Mortgage | Loans | Remortgages | Credit Check | Online Advertising

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114