The Following User Says Thank You to helex For This Useful Post: | ||
|
2012-02-25
, 11:20
|
Posts: 435 |
Thanked: 769 times |
Joined on Apr 2010
|
#12
|
The Following User Says Thank You to gionni88 For This Useful Post: | ||
|
2012-02-25
, 14:13
|
|
Posts: 543 |
Thanked: 802 times |
Joined on Apr 2010
@ Germany
|
#13
|
Are you using different application target for the lite and full versions? Do they install in different positions (/opt/dreamremotelite and /opt/dreamremotefull)?
#CONFIG += freelite CONFIG += fullversion freelite { DEFINES += VERSIONLITE TARGET = DreamRemoteDemo } fullversion { DEFINES += VERSIONFULL TARGET = DreamRemote } #------------------------------------------------------------------------ # Harmattan unix:!symbian:!maemo5 { message(Harmattan build) DEFINES += Q_WS_HARMATTAN freelite { target.path = /opt/DreamRemote/bin dfile.files = qtc_packaging/debian_harmattan/DreamRemoteDemo.desktop dfile.path = /usr/share/applications icon64.files = Icon/Harmattan/DreamRemoteDemo.png icon64.path = /usr/share/icons/hicolor/64x64/apps INSTALLS += target dfile icon64 } fullversion { target.path = /opt/DreamRemote/bin dfile.files = qtc_packaging/debian_harmattan/DreamRemote.desktop dfile.path = /usr/share/applications icon64.files = Icon/Harmattan/DreamRemote.png icon64.path = /usr/share/icons/hicolor/64x64/apps INSTALLS += target dfile icon64 } }
The Following User Says Thank You to helex For This Useful Post: | ||
|
2012-02-25
, 14:47
|
Posts: 435 |
Thanked: 769 times |
Joined on Apr 2010
|
#14
|
} else:!isEmpty(MEEGO_VERSION_MAJOR) {
desktopfile.files = $${TARGET}_harmattan.desktop
desktopfile.path = /usr/share/applications
icon.files = $${TARGET}80.png
icon.path = /usr/share/icons/hicolor/80x80/apps
|
2012-02-25
, 18:40
|
|
Posts: 543 |
Thanked: 802 times |
Joined on Apr 2010
@ Germany
|
#15
|
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:
[...]
otherwise all the template creation of QtCreator is wasted.
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.
|
2012-02-25
, 20:24
|
Posts: 435 |
Thanked: 769 times |
Joined on Apr 2010
|
#16
|
desktopfile.files = $${TARGET}_harmattan.desktop desktopfile.path = /usr/share/applications
The Following User Says Thank You to gionni88 For This Useful Post: | ||
|
2012-02-25
, 20:38
|
|
Posts: 543 |
Thanked: 802 times |
Joined on Apr 2010
@ Germany
|
#17
|
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?
|
2012-02-26
, 17:20
|
|
Posts: 543 |
Thanked: 802 times |
Joined on Apr 2010
@ Germany
|
#18
|
The Enigma web interface is the same for all dreamboxes, and displays the larger remote that is used for 7025 etc. The DM500 uses a smaller remote with fewer buttons (see below). It does have an Info button, but it must be mapped differently. I'll see if I can discover the correct command for Enigma1 boxes (if it exists).
Sure, I can see that there are quite a few instances where the standard components are not sufficient for your application. I have experienced the same thing myself.
My advice is to not even read the reviews in the store, because you cannot respond to them, and they often do not contain sufficient information to act on. The information in the store clearly states that people should use the contact email address or website to report issues. Simply ranting in the review section or giving a one-star rating is of no use to anyone.
The Chinese make a lot of Dreambox clones, that's for sure. They are a lot cheaper than the genuine boxes. I'm not sure how popular they are in China, though. I thought most of their business was in Europe.
No, it doesn't work for me. I didn't really expect it to. However, it does work from the web interface, so it's probably down to the Enigma1 image and how it executes the command.
|
2012-02-27
, 20:42
|
|
Posts: 543 |
Thanked: 802 times |
Joined on Apr 2010
@ Germany
|
#19
|
The Following User Says Thank You to helex For This Useful Post: | ||
|
2012-02-27
, 21:22
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#20
|
Thanks, never seen a Enigma1 box in real-life.
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?
If you find a working Enigma 1 command to get a screenshot from your DM500 by accident while searching a working command for the Info button I would be glade to integrate it.
http://<dreambox_ip_address>/body?mode=controlScreenShot
http://<dreambox_ip_address>/root/tmp/screenshot.bmp
The Following User Says Thank You to marxian For This Useful Post: | ||
Tags |
dreambox, network, neutrino, remote, remote control |
|
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
Please DONATE if you like my work!