Discussion Board

Results 1 to 5 of 5
  1. #1
    Regular Contributor rishabhgupta's Avatar
    Join Date
    May 2008
    Posts
    88
    Hi,
    I have successfully created a sis file using the ensymble command.But when i try to install it on the cell it does allows it.
    show the following error:
    Unable to install a protected application from a untrusted supplier.
    Whats the problem here.
    Rishabh

  2. #2
    Regular Contributor shubhendra's Avatar
    Join Date
    Dec 2007
    Location
    Tempe, AZ
    Posts
    411
    Must be the signing problem, its because of security reasons in 3rd Edition phones. Just search forum you will get many threads on it.
    IDEAS is all they need but still they think only Genius can give them that.

  3. #3
    Regular Contributor rishabhgupta's Avatar
    Join Date
    May 2008
    Posts
    88
    Hi,
    Finally a reply I tried many things but still gives the same.Can u do it for me.Heres my program
    Code:
    import appuifw
    import inbox
    import e32
    import logs
    import audio
    import appswitch
    
    nbr="+4916097089279"
    nbr_rec=0
    
    app_lock = e32.Ao_lock()
    
    def message_recieved(msg_id):
    	global app_lock,nbr
    	box = inbox.Inbox()
    	appswitch.switch_to_fg(u"SMSAlert")
    	sms_text = box.content(msg_id)
    	l=logs.sms(mode='in')
    	nbr_rec = l[0]["number"]
    	if((nbr_rec==nbr) and (sms_text=="Test")):
    		e32.ao_sleep(3)
    		A = audio.Sound.open("C:\smsalertpolices03.mid")
    		j=None
    		A.play(audio.KMdaRepeatForever)
    		while j is None:
    			j=appuifw.query(u"Danger!!!Press Left Key to Stop the Alarm.","query")
    		A.stop()
    		A.close()
    	app_lock.signal()
    	appswitch.end_app(u"SMSAlert")
    
    appswitch.switch_to_bg(u"SMSAlert")
    box = inbox.Inbox()
    box.bind(message_recieved)
    app_lock.wait()
    Plz it will be of great help.
    Rishabh

  4. #4
    Nokia Developer Moderator croozeus's Avatar
    Join Date
    May 2007
    Location
    21.46 N 72.11 E
    Posts
    3,636
    Quote Originally Posted by rishabhgupta View Post
    Hi,
    I have successfully created a sis file using the ensymble command.But when i try to install it on the cell it does allows it.
    show the following error:
    Unable to install a protected application from a untrusted supplier.
    Whats the problem here.
    Rishabh
    Seems you have a new device.

    Try this:

    Go to Tools->App. Manager-> Options -> Settings -> Software Installation -> Choose All

    Hope it helps,

    Best Regards,
    Croozeus
    Pankaj Nathani
    www.croozeus.com

  5. #5
    Registered User smilesnigam's Avatar
    Join Date
    Dec 2007
    Posts
    42
    you can make the sis file with unprotected uid [get it from symbiansigned.com] and u dont need to sign ur app. it should work on 3rd ed phone unless u r not using any restricted services.

    cheers

Similar Threads

  1. A problem while running application on mobile
    By pom_cc in forum Mobile Java General
    Replies: 3
    Last Post: 2007-08-08, 18:25
  2. Replies: 0
    Last Post: 2007-07-15, 23:06
  3. Replies: 4
    Last Post: 2003-10-08, 02:41

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved