[Question] How can I convert/install deb files to rpm
I have an Sony Xperia 10 Dual SFOS 3.2.1.20. I will convert/port an app from MeeGo to SFOS. I have unpack the deb file. Now I will create the rpm file with the folders and files of the deb. It is possible to make this on windows or on the SFOS phone? The deb file is smstone1.1.0.deb. Unfortunately is this app deleted on Open Respo.
This app is a sms and call reminder. I miss it because I used it on my Nokia N9. With it I could remind me on all missed calls and sms.
Maybe it works also on SFOS because it had the same file structure:
smstone1.1.0\.\usr\share\applications\smstoneplus_harmattan.desktop
smstone1.1.0\.\usr\share\doc\smstoneplus\changelog.gz
smstone1.1.0\.\usr\share\doc\smstoneplus\ copyright
smstone1.1.0\.\usr\share\icons\hicolor\80x80\apps\smstoneplus80.png
smstone1.1.0\.\opt\smstoneplus\bin\smstoneplus
smstone1.1.0\.\etc\init\apps\smstoneplus.conf
Thanks for all tips...
For everyone who also had an N9 - this is the icon from the app:
Update 2020-01-26:
Now I convert the .deb to .rpm on my raspberry pi3.
I used follow commands:
sudo apt-get install alien
sudo alien -r /home/pi/smstone1.1.0.deb
/home/pi/smstone1.1.0.rpm generated
Now I have a file called "smstoneplus-1.1.0-2.armel.rpm" but the installation start only and break with a error. Unfortnatally I can't open the main file to change some thinks like libaries and other thinks. For this I need the source files it think.
Now I give up. Maybe Matt Lee answer me. Thanks all that helped me.
here are both files in case of a spezialist can port this to SFOS... smstone1.1.0.zip
this is not about deb -> rpm. this is about meego (qt4, X, etc.) -> Sfos (qt5, wayland, etc) you just cant do this thing without coding aand compiling.
coderus ( 2020-01-27 01:14:03 +0200 )editThere's an existing request for what you're (really) looking for:
https://together.jolla.com/question/53692/feature-or-app-request-improve-missed-callmessage-reminder-with-mutiple-periodic-notification-options-adjustable-per-event/
nthn ( 2020-01-27 01:35:27 +0200 )edit@nthn - Thanks for the tip. I found this question and will now change the
Ralf ( 2020-01-27 20:01:38 +0200 )editcall_exists.ini
andsms.ini
I had that functionality in my n900! So useful and it was one of the first things I missed when I used sailfish. If you succeed please let me know/ share it with the community, thank you.
nas ( 2020-01-29 11:23:22 +0200 )edit