![]() |
Re: [Announce] DreamRemote 2.0 for Nokia N9 / N950
I just learned about a Bug in the webremote plugin at some newer DreamBox Receiver.
If you press the Text Button for Videotext the Box enters the Videotext mode but you would be unable to exit. It is not up to DreamRemote and I'm unable to fix this. It also occurs if you control your box by using the default build in web remote by entering the IP Adress of your box into a normal web browser. I will perhaps simply remove the Text button, even if I don't like this solution. It affects so far the new Dreambox Models DM8000HD and DM7020HD. At the DM7025 over here it works without problems. Read here the discussion at the dream multimedia support forum: DreamMultimedia |
Re: [Announce] DreamRemote 2.0 for Nokia N9 / N950
Are you using different application target for the lite and full versions? Do they install in different positions (/opt/dreamremotelite and /opt/dreamremotefull)?
|
Re: [Announce] DreamRemote 2.0 for Nokia N9 / N950
Quote:
On package level it works this way flawless. As soon as I install the full version the package of the demo got replaced. This is how my .pro file looks like: Code:
#CONFIG += freelite The idea was to create a possibility to check if everything works without spending any kind of money. Only who is satisfied should buy the full version. A solution as fair as possible. And I wanted to avoid this way bad ratings, too. ;) But I have in the meantime already a bad rating and the demo blocks sometimes a purchase, so I asked now nokia to remove the demo from the store until I have a idea how to fix this. :( Perhaps I will create it as a totally different applications with the possibility to install both on the same device. Not very well because nobody will need the demo after buying the full version... but well. A Nokia employee has raised in the meantime a internal bug report about this kind of issue. From his point of view it should work without problems if the demo has a lower version numbering at the first digit. Sadly I'm not expecting a fix before PR1.3 - if it will ever get fixed for Harmattan. |
Re: [Announce] DreamRemote 2.0 for Nokia N9 / N950
You're doing it wrong, you're creating two packages with same name, same files but different price. Ovi store is not able to understand which one the user has acquired in this way.
First of all, the TARGET = DreamRemoteDemo you're using is pointless since you have removed the macros from the project file. You have to leave it like this: Quote:
Second, you always have to avoid having two packages sharing the same file, or they will conflict with each others. The best way is to add dependency, but on Ovi store you have to duplicate them in case you need. Third, you have to change package name: QtCreator>>Projects>>Harmattan-Run>>Create Package(details)>>package name. This is what will be put in the control file and will be used to identify the package. Hope to have helped you. |
Re: [Announce] DreamRemote 2.0 for Nokia N9 / N950
Quote:
[name]_[mainversionnumber]_[itemID]_[minornumbers].deb And he gave me the advice to change the full version to, at example, 1.1.3 and the lite or demo to 0.1.3. Apart from this the debian packages seemed okay to him without any kind of conflicts. I followed this advice and at DreamRemote I created for the full version 2.x.x and the Demo 1.x.x - but I just checked again, if I created a rating at ClipManLite I'm unable to buy ClipMan. And I was only after deinstalling DreamRemoteDemo able to buy myself DreamRemote. (strange feeling to pay money for the own app) ;) Quote:
If I left the target empty nothing would change at the way I have created the project file? Quote:
Quote:
This will bring me back to my first concern I mailed to andrew and the developer support regarding ClipManLite. If I change now the packaging of the demo or Lite version no user which has downloaded the initial version will receive updates because the packages are totally different. :( Any ideas?! :confused: |
Re: [Announce] DreamRemote 2.0 for Nokia N9 / N950
The Target does matter, but you have to leave the paths and files with the macros QtCreator created, which make use of it. When you have
Code:
desktopfile.files = $${TARGET}_harmattan.desktop I don't know how to remove a package before installing another one. I don't think QA team will make such a prerm script even pass. You have to focus keeping the paid version working, so that is the package which must keep its package name and item id, otherwise users which have paid it won't be pleased. So you should remove the lite version, change the package name and resubmit it. The content item id is already another one, isn't it? |
Re: [Announce] DreamRemote 2.0 for Nokia N9 / N950
Quote:
The developer support said some weeks ago it wouldn't be a good idea to rename one of the packages. But I guess in the end this is the cleanest solution for everyone. Okay, except early birds wich don't like to pay the amount of a coke for hard work. :rolleyes: Thanks for your great help! :) |
Re: [Announce] DreamRemote 2.0 for Nokia N9 / N950
Quote:
What Layout would you prefer for your DM500? The current layout from the web interface or a layout that fits more to your real remote? Have all Enigma 1 based receiver the same remote layout? Quote:
Quote:
Quote:
I'm sure, the most of the chinese downloads are not for original receiver made by dream multimedia. Scary. Really scary. I'm still somewhat shocked and disillusioned. Quote:
|
Re: [Announce] DreamRemote 2.0 for Nokia N9 / N950
I bought the app myself and realized the screenshot function is not working on my installation, too.
The creation of a needed tmp file seems to fail. I guess this is aegis related. Expect a update with the fix this week. :) |
Re: [Announce] DreamRemote 2.0 for Nokia N9 / N950
Quote:
Quote:
Quote:
The command for the screenshot is Code:
http://<dreambox_ip_address>/body?mode=controlScreenShot Code:
http://<dreambox_ip_address>/root/tmp/screenshot.bmp You may already have seen these, but here's a couple of links for web interface commands: http://radiovibrations.com/dreambox/webif.htm and a Wiki in German: http://dream.reichholf.net/wiki/Webinterface_Befehle It would be cool to have some of the EPG/Timer commands etc. For example, you could retrieve the EPG and display it in a QML WebView (or use your own display UI), and allow setting of a record timer without needing to see the TV. :) |
All times are GMT. The time now is 03:14. |
vBulletin® Version 3.8.8