02-20-2012 06:34 PM
I finished a Qt application for the PlayBook but don't have a real device to test. I would really appreciate if someone could casually test it on a real device before I submit to the AppWorld QA.
Mainly I want to make sure that I have the right binaries and that the application will install and start.
If you are willing to test it, the package can be donwloaded from http://www.crochik.com/wakeonlan/wakeonlan.bar
Bellow you will find a screenshot:
Thanks in advance,
Felipe

02-20-2012 07:21 PM
I tried to install it but it is still in dev mode and assumes a debug token is in place, I don't have a debug token installed and I can't sign a bar in dev mode.
Error: Code signing request failed because Application-Development-Mode in Manifest is present and is not set to [false].
Sign it and I will try it again.
Cheers,
Jon
02-20-2012 07:35 PM - last edited on 02-20-2012 07:36 PM
result::failure 500 Application author does not match debug token author.
what I get from my playbook ![]()
02-20-2012 07:45 PM
02-20-2012 07:50 PM
Info: Sending request: Install Info: Action: Install Info: File size: 11059910 Info: Installing ... Info: Processing 11059910 bytes actual_dname:: actual_id:: actual_version:: result::failure 500 no debug token found
remove the
-devMode -debugToken debugtoken.bar \
From the pro file and sign it again.
Cheers,
Jon
02-20-2012 07:56 PM - last edited on 02-20-2012 08:01 PM
Info: Sending request: Install and Launch Info: Action: Install and Launch Info: File size: 11066205 Info: Installing com.crochik.wakeonlan.gYABgDYgkuVG8EgUUvwnIm8oUpQ... Info: Processing 11066205 bytes Info: Progress 0%... Info: Progress 33%... Info: Progress 54%... Info: Progress 64%... Info: Progress 72%... Info: Progress 80%... actual_dname::com.crochik.wakeonlan.gYABgDYgkuVG8E gUUvwnIm8oUpQ actual_id::gYABgDYgkuVG8EgUUvwnIm8oUpQ actual_version::1.0.0.2 result::success Info: Launching com.crochik.wakeonlan.gYABgDYgkuVG8EgUUvwnIm8oUpQ. ..
well - it's start, but MAC adress still contain zeroes. but value can be changed.
what appliation should do?
PS: jheron - looks like you test you use older version - file size is different ![]()
02-20-2012 08:10 PM
PS: jheron - looks like you test you use older version - file size is different ![]()
ahhh yep, my bad, thanks!
I installed it fine now and I can use the ui fine to change the mac but what does it do?
Cheers,
Jon
02-20-2012 08:27 PM
Jon and "azazello"
Thank you both! This is great news.
The application will allow you to "wake up" a computer that is on standby or even powered off depending on the hardware and settings. My desciption of the application is something like "Be green and lazy...wake your media server from the comfort of your couch using your PlayBook" .
You need to know the MACADDRESS for the network adapter on the computer you want to wake up and voila! It is very simple to use with "wired" network adapters, not so much with wireless ones. The PlayBook must be connected on the same LAN that the computer is.
Please feel free to try it out
I sure won't mind ![]()
I know the code works on windows, linux, maemo and meego so I have to assume it will work on the playbook...
cheers,
Felipe
02-20-2012 08:35 PM - last edited on 02-20-2012 08:45 PM
small update: when application start - playbook screen became black after aprox 2-3 second. and return to correct view after aprox 15-20 seconds
02-20-2012 08:39 PM
It happens on the simulator as well... The first thing you see is not actually the application but a "screenshot" that I used as the splashscreen.
I don't know if this is a common problem with all QML applications on the playbook or is it something I have to do differnet on mine. Until I have a device to play with it is hard to guess...
Thanks,
Felipe