nope, not even in any kind of known format that I know of, tar or tar.gz
[div align=\"right\"][a href=\"index.php?act=findpost&pid=131715\"][{POST_SNAPBACK}][/a][/div]
Hi
They are just .deb files renamed as .ipk
Change the extension to .deb and run
dpkg-deb -c [filename.deb] to view the contents.
The file python-bluez_0.6.1_arm(.ipk)
contains the directory structure /usr/lib/python2.4/site-packages/
and within are the files _bluetooth.so and bluetooth.py
I dont have python installed on my Z.
If you tell me what the appropriate directory structure for your Z and OS is, I can repackage in a tar gzipped .ipk for you
Alternately just copy the individual files over to the relevant directory on your Z, having extracted them with dpkg.
To do this use:-
dpkg-deb -X [filename.deb] /tmpwhich will extract the directory tree into your /tmp directory and give you access to the individual files within it
regards
Melee