None can help me??? I give you more information!
When I create the sis files, I got these errors:
Code:
C:\Ensymble>ensymble.py simplesis --uid=0x1fffffff --version=1.0.0 --caption="MyApp" --drive=C MyApp/ myapp.sis
ensymble.py: warning: no certificate given, using insecure built-in one
ensymble.py: warning: UID is in the protected range (0x00000000 - 0x7ffffff)
C:\Ensymble>ensymble.py py2sis --drive=C MyApp
ensymble.py: warning: no application version given, using 1.0.0
ensymble.py: warning: no UID given, using auto-generated test UID 0xe9de0147
ensymble.py: warning: no certificate given, using insecure built-in one
C:\Ensymble>ensymble.py mergesis --cert=n95.cer --privkey=key.key --passphrase=password MyApp_v1_0_0.sis myapp.sis FINAL_SIGNED.sis
ensymble.py: warning: removing old signatures from the first input SIS file
Can someone help to understand these errors?
Chiara
PS: the result of the first step (simplesis) is myapp.sis with the structure of the folder MyApp. The result of the second step (py2sis) is MyApp_v1_0_0.sis.