31 Mar
Posted by mfs in Free mobile cell phone applications |
Tags: s60v3
installing unsigned sis files on the handset using python
only tested on C installations
requires PyS60
and PED for the handset
1: Apply FCA00000’s famous patch (big thanks to him)
2: copy all .py files from \RESOURCE in archive, into C:\RESOURCE on phone
3: copy UnsignedInstaller.py from \Python in archive, into C:\Python or E:\Python on phone
4: copy your unsigned sis to the memory card of the phone using mass-storage (do not let it install with the default installer)
4: change the line in UnsignedInstaller.py using PED on phone
self.file = “E:\myunsignedfile.sisx”
To the filename of the unsinged sis you want to install.
5: run the script.
You should see output of file names, once its complete the app will be in your menu.
Feel free to make modifications to this, all i did was make it run on pys60 and extract the paths correctly.
Only works for C as there is no hash generation.
Download :
RSS feed for comments on this post · TrackBack URI
Leave a reply