SCTR
14 years agoVisitor
Install Failure: No manifest. Invalid package.
Just got our Roku 2 XS today and I'm trying to do the most simple "Hello World" app as found in DeveloperGuide_v41.pdf section 7.4.
Which BTW, says nothing about requiring these in the manifest nor what sizes they need to be! *sigh*
Thankfully someone posted the sizes here.
Anyways, I'm using Eclipse Indigo and the Brightscript plugin. I have my project
I manually make the .zip file package:
(It would be great if the plugin would do this step for me -- is that planned in the near future?)
When I go to the install page, it STB and says this:
But I have a manifest! WTF?
Which BTW, says nothing about requiring these in the manifest nor what sizes they need to be! *sigh*
mm_icon_focus_hd=pkg:/images/mm_icon_focus_hd.png
mm_icon_side_hd=pkg:/images/mm_icon_side_hd.png
mm_icon_focus_sd=pkg:/images/mm_icon_focus_sd.png
mm_icon_side_sd=pkg:/images/mm_icon_side_sd.png
Thankfully someone posted the sizes here.
Anyways, I'm using Eclipse Indigo and the Brightscript plugin. I have my project
C:\Roku\RokuSDK_v41\examples\source\helloworld>ls -lRa
total 3
drwxrwxrwx 1 user group 0 Mar 26 17:25 .
drwxrwxrwx 1 user group 0 Mar 26 18:51 ..
-rw-rw-rw- 1 user group 199 Mar 26 17:25 .buildpath
-rw-rw-rw- 1 user group 559 Mar 26 17:25 .project
drwxrwxrwx 1 user group 0 Mar 26 18:28 images
-rw-rw-rw- 1 user group 326 Mar 26 18:28 manifest
drwxrwxrwx 1 user group 0 Mar 26 17:25 out
drwxrwxrwx 1 user group 0 Mar 26 17:14 source
images:
total 32
drwxrwxrwx 1 user group 0 Mar 26 18:28 .
drwxrwxrwx 1 user group 0 Mar 26 17:25 ..
-rw-rw-rw- 1 user group 14074 Mar 26 18:21 mm_icon_focus_hd.png
-rw-rw-rw- 1 user group 9902 Mar 26 18:24 mm_icon_focus_sd.png
-rw-rw-rw- 1 user group 4125 Mar 26 18:26 mm_icon_side_hd.png
-rw-rw-rw- 1 user group 2721 Mar 26 18:25 mm_icon_side_sd.png
out:
total 0
drwxrwxrwx 1 user group 0 Mar 26 17:25 .
drwxrwxrwx 1 user group 0 Mar 26 17:25 ..
source:
total 1
drwxrwxrwx 1 user group 0 Mar 26 17:14 .
drwxrwxrwx 1 user group 0 Mar 26 17:25 ..
-rw-rw-rw- 1 user group 414 Mar 26 18:34 helloworld.brs
I manually make the .zip file package:
C:\Roku\RokuSDK_v41\examples\source\helloworld>zip -9 -r ../helloworld.zip .
(It would be great if the plugin would do this step for me -- is that planned in the near future?)
When I go to the install page, it STB and says this:
No Development Application Installed.
[ ] [browse][install]
Application Received: 33513 bytes stored.
Install Failure: No manifest. Invalid package.
But I have a manifest! WTF?
C:\Roku\RokuSDK_v41\examples\source\helloworld>cat manifest
title=Hello World
subtitle=example 'hello world'
major_version=1
minor_version=0
build_version=00000
mm_icon_focus_hd=pkg:/images/mm_icon_focus_hd.png
mm_icon_side_hd=pkg:/images/mm_icon_side_hd.png
mm_icon_focus_sd=pkg:/images/mm_icon_focus_sd.png
mm_icon_side_sd=pkg:/images/mm_icon_side_sd.png