You Are Here:

Community: Developer Discussion Boards

Reply « Previous Thread | Next Thread »

#1 Old Thumbs up [announce] Misty : MISO for 3rd edition ! - 2006-11-15, 20:34

Join Date: Feb 2005
Posts: 1,353
Location: Belgium (Europe)
cyke64's Avatar
cyke64
Offline
Super Contributor
hello ,

Here's a new module (not so new because it's miso in fact but with plenty of other unuseful utilities Take care it's only for 3rd phone

Misty is a library providing access to various native phone APIs, including Bluetooth name and address, IMEI code, free disk and heap space, vibrate and taking pictures with the camera etc.

links :
http://cyke64.googlepages.com/
misty 1.5.0
misty 1.5.0 unsigned
miso http://pdis.hiit.fi/pdis/download/miso/


pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 !

pys60 extension modules on http://cyke64.googlepages.com/
Last edited by cyke64 : 2006-12-09 at 19:45. Reason: mismatching files !
Reply With Quote

#2 Old Re: [announce] Misty : MISO for 3rd edition ! - 2006-11-23, 09:23

Join Date: Jul 2006
Posts: 13
kolbi-nokia
Offline
Registered User
Hello, cyke64!

Quote:
Originally Posted by cyke64
Misty is a library providing access to various native phone APIs, including Bluetooth name and address, IMEI code, free disk and heap space, vibrate and taking pictures with the camera etc.
Thank you very much for the library.
It worked good with 1.3.13 - but now i have some problems:
I have gone the way of signing 1.3.14 with a Developer Certificate and get an error when i try to import misty in this constellation:

Code:
  File "c:\resource\misty.py", line 5, in ?
  _misty = imp.load_dynamic('_misty','c:\\sys\\bin\\_misty.pyd')
SymbianError: [Errno -46]
KErrPermissionDenied
Can you imagine, what happens here?
Reply With Quote

#3 Old Re: [announce] Misty : MISO for 3rd edition ! - 2006-11-23, 19:05

Join Date: Feb 2005
Posts: 1,353
Location: Belgium (Europe)
cyke64's Avatar
cyke64
Offline
Super Contributor
Quote:
Originally Posted by kolbi-nokia
Hello, cyke64!



Thank you very much for the library.
It worked good with 1.3.13 - but now i have some problems:
I have gone the way of signing 1.3.14 with a Developer Certificate and get an error when i try to import misty in this constellation:

Code:
  File "c:\resource\misty.py", line 5, in ?
  _misty = imp.load_dynamic('_misty','c:\\sys\\bin\\_misty.pyd')
SymbianError: [Errno -46]
KErrPermissionDenied
Can you imagine, what happens here?
It's normal because your misty extension has less capabilities than your PyS60 DLL so you have to compile yourself misty with the appropriate capabilities or ... download the special version I made only for your eyes Look at the new link

So ALL pyd extension MUST be recompiled else it won't work with this poweruser PyS60 version ...


pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 !

pys60 extension modules on http://cyke64.googlepages.com/
Reply With Quote

#4 Old Re: [announce] Misty : MISO for 3rd edition ! - 2006-11-24, 06:43

Join Date: Jul 2006
Posts: 13
kolbi-nokia
Offline
Registered User
Quote:
Originally Posted by cyke64
It's normal because your misty extension has less capabilities than your PyS60 DLL
...
I assumed thomething like this.

Quote:
Originally Posted by cyke64
... download the special version I made only for your eyes Look at the new link
Great service, sir!
...rebooting to windows.
Reply With Quote

#5 Old Re: [announce] Misty : MISO for 3rd edition ! - 2006-12-09, 19:46

Join Date: Feb 2005
Posts: 1,353
Location: Belgium (Europe)
cyke64's Avatar
cyke64
Offline
Super Contributor
hello ,

I think that old version doesn't work with dev_cert_free
So try this new one !


pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 !

pys60 extension modules on http://cyke64.googlepages.com/
Reply With Quote

#6 Old Re: [announce] Misty : MISO for 3rd edition ! - 2007-03-16, 20:12

Join Date: Jul 2006
Posts: 42
Location: Kyiv(Ukraine)
Send a message via ICQ to Santehnik
Santehnik
Offline
Registered User
Hello.
Does misty.create_drive_subst(5, u"e:\folder") working on S60 3rd edition in python signed with devcert ?
Because i get -46 error (
Last edited by Santehnik : 2007-03-16 at 22:31.
Reply With Quote

#7 Old Re: [announce] Misty : MISO for 3rd edition ! - 2008-07-03, 17:46

Join Date: Jun 2008
Posts: 56
djsid
Offline
Regular Contributor
Hello everyone !
I tried to install the misty module on my N95
i tried the test_vibrate example to see if it works but in vain
the script is executed but no vibration.

I notice another problem: sometimes i get an error when i execute the same script using misty module that says:
SymbianError:[Errno -2] KErrGeneral

Is there anyone who have got the same problem ?
plz help
Reply With Quote

#8 Old Re: [announce] Misty : MISO for 3rd edition ! - 2008-07-03, 17:50

Join Date: May 2007
Posts: 2,738
Location: 21.46 N 72.11 E
croozeus's Avatar
croozeus
Offline
Forum Nokia Champion
Quote:
Originally Posted by djsid View Post
Hello everyone !
I tried to install the misty module on my N95
i tried the test_vibrate example to see if it works but in vain
the script is executed but no vibration.

I notice another problem: sometimes i get an error when i execute the same script using misty module that says:
SymbianError:[Errno -2] KErrGeneral

Is there anyone who have got the same problem ?
plz help
Have you signed your Python script Shell with capabilities with your dev cert or open signed online?

Best Regards,
Croozeus
Reply With Quote

#9 Old Re: [announce] Misty : MISO for 3rd edition ! - 2008-07-03, 17:55

Join Date: Jun 2008
Posts: 56
djsid
Offline
Regular Contributor
Quote:
Originally Posted by croozeus View Post
Have you signed your Python script Shell with capabilities with your dev cert or open signed online?

Best Regards,
Croozeus
i installed the misty_selfsigned_infinite.sis that's all
Reply With Quote

#10 Old Re: [announce] Misty : MISO for 3rd edition ! - 2008-07-03, 17:58

Join Date: May 2007
Posts: 2,738
Location: 21.46 N 72.11 E
croozeus's Avatar
croozeus
Offline
Forum Nokia Champion
Quote:
Originally Posted by djsid View Post
i installed the misty_selfsigned_infinite.sis that's all
1) Sign your Python Script Shell with all capabilities using Open Signed Online
and install it !
2) Download misty 1.5.0 unsigned and sign it in the same manner as you did for the shell.
3) Install both the files respectively.

Remember to uninstall the older installations before proceeding with the new ones!

Best Regards,
Croozeus
Reply With Quote

#11 Old Re: [announce] Misty : MISO for 3rd edition ! - 2008-07-21, 12:20

Join Date: Jul 2007
Posts: 159
Location: Eindhoven, the Netherlands
hurenkam
Offline
Regular Contributor
Hi,

I went to sign misty 1.5 on symbiansigned as open signed.
Installed it to my N95, however, although the following
script runs without problems, it does not vibrate...

import misty
misty.vibrate(500,100)

What's wrong here?

Mark.
Last edited by hurenkam : 2008-07-21 at 12:51.
Reply With Quote

#12 Old Re: [announce] Misty : MISO for 3rd edition ! - 2008-07-21, 12:27

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Offline
Forum Nokia Champion
hi hurenkam
have you signed your shell???


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#13 Old Re: [announce] Misty : MISO for 3rd edition ! - 2008-07-21, 12:51

Join Date: Jul 2007
Posts: 159
Location: Eindhoven, the Netherlands
hurenkam
Offline
Regular Contributor
Yeah, shell is signed, with all permissions. So is misty.

I noticed my phone was on 'silent' profile. When running in 'general' profile this does seem to work.
Why is that? In silent mode it should be ok to vibrate...
Reply With Quote

#14 Old Re: [announce] Misty : MISO for 3rd edition ! - 2008-07-21, 13:31

Join Date: May 2007
Posts: 2,738
Location: 21.46 N 72.11 E
croozeus's Avatar
croozeus
Offline
Forum Nokia Champion
IMHO, In the Profile "Vibration mode" must be "ON" for the phone to vibrate.

Best Regards,
Croozeus
Reply With Quote

#15 Old Re: [announce] Misty : MISO for 3rd edition ! - 2008-07-21, 13:34

Join Date: Mar 2008
Posts: 127
jtullis
Offline
Regular Contributor
I've also noticed you can't vibrate the n95 when the charger is plugged in! This took me a while to figure out, but I realised when rebooting the phone: normally you get a little buzz from the vib when you power on, but I wasn't getting that. So make sure you've got a vibrate enabled profile AND you're not charging!
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
Where is SDK for S60 1st Edition? MDWPPC Mobile Java Tools & SDKs 5 2007-02-08 08:04
[announce] Image Converter for 1st edition cyke64 Python 2 2006-12-27 15:51
S60 2nd OR 3rd edition for new software development patil_ruturaj Mobile Java Tools & SDKs 3 2006-06-30 09:57
新手求助:VC++6.0&SDK的安装问题 yinhh001 Symbian 7 2006-04-20 12:07
新手提问 jrliu0757 Symbian 7 2005-06-13 14:39

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia