Version for 3rd is there but it doesn't work There's a error message in the installation process on phone !
I know why
pyd files must be installed in \sys\bin not in \sys\bin\lightblue because you can't create a folder in \sys\bin (it's forbidden in 3rd !)
I try to change it but it does'nt work
I think that there are many problems too
You have to add similar to this code below somewhere but don't interfere with _lightblue.py !
import e32
if e32.s60_version_info>=(3,0):
import imp
_lightblue=imp.load_dynamic('_lightblue',
'c:\\sys\\bin\\_lightblue.pyd')
del imp
else:
import _lightblue
del e32
from _lightblue import *
del _lightblue
Other suggestions : * making installable to e: !
* add an unsigned version for dev cert free !
Thanks
Cyke64
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've uploaded files for a 0.2.1 release which hopefully fixes the problems with the sisx file and also includes an unsigned sis binary for dev cert free.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Version for 3rd is there but it doesn't work There's a error message in the installation process on phone !
I know why
pyd files must be installed in \sys\bin not in \sys\bin\lightblue because you can't create a folder in \sys\bin (it's forbidden in 3rd !)
I try to change it but it does'nt work
I think that there are many problems too
You have to add similar to this code below somewhere but don't interfere with _lightblue.py !
import e32
if e32.s60_version_info>=(3,0):
import imp
_lightblue=imp.load_dynamic('_lightblue',
'c:\\sys\\bin\\_lightblue.pyd')
del imp
else:
import _lightblue
del e32
from _lightblue import *
del _lightblue
Other suggestions : * making installable to e: !
* add an unsigned version for dev cert free !
Thanks
Cyke64
Thanks a lot cyke64,
I've uploaded files for a 0.2.1 release which hopefully fixes the problems with the sisx file and also includes an unsigned sis binary for dev cert free.