"TheEndless" wrote:
The web page upload process can definitely be tedious, but this "tool" that one of the other developers put together makes it a lot less painful... viewtopic.php?f=34&t=30032
"nowhereman" wrote:"TheEndless" wrote:
The web page upload process can definitely be tedious, but this "tool" that one of the other developers put together makes it a lot less painful... viewtopic.php?f=34&t=30032
You can also avoid the web interface almost completely using the makefile included with some of the example code. It can be tweaked pretty easily to work with a given project. The only time I ever use the web interface is when I need to re-key my box and even that could probably be incorporated into a makefile if I took the time to figure it out.
"TheEndless" wrote:
I was under the impression that the makefile was intended for linux environments, and I haven't been able to find any documentation about how to use them with the Roku beyond the limited comments in the makefiles for the SDK samples. Can they be used in a Windows dev environment?
"bbakernc" wrote:
Does anybody have a link to instruction to use Cygwin. I am using Windows 7 and would like to find a "faster" way to test my app on the Roku, then Zipping and uploading.
THANKS
I put this in a batch script and then put that into the sendto menu (C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\SendTo) and then I can just right click on the root directory(the folder containing the manifest) of the project and then "Send To...>Roku.cmd". You'll get a cmd window popup that will be paused at the end of the script. If everything worked you'll see an html response from the Roku with a message 'xxx bytes stored' near the bottom. If you try to upload the same source twice you get a message like "Application Received: Identical to previous version -- not restarting.".
"c:\Program Files\7-Zip\7z.exe" u %1.zip %1\*
curl -s -S -F "archive=@%1.zip" -F "mysubmit=Replace" -F "passwd=" http://ROKU_IP/plugin_install
pause
"bbakernc" wrote:
Does anybody have a link to instruction to use Cygwin. I am using Windows 7 and would like to find a "faster" way to test my app on the Roku, then Zipping and uploading.
We’re upgrading Roku Community to bring you a faster, more mobile-friendly experience. You may notice limited functionality or read-only access during this time. Read more here.
Planned Downtime:
Community will be unavailable for up to 24–48 hours during the upgrade window during the week of May 19th and you may notice reduced functionality.
In the meantime, for additional assistance, visit our Support Site.
We're sorry for this disruption — we’re excited to share what’s next!