Forum Discussion

mhkingatl's avatar
mhkingatl
Channel Surfer
14 years ago

Developing on Chromebook

I've got a really dumb question. My primary computer at home is a Chromebook. My old PC took the eternal celestial dirt-nap quite awhile ago, and since I've been able to do most everything on the Chromebook, I've never gone back.

I'd love to develop a Roku channel, but I don't think I can pull down the SDK in usable form on that computer. Any suggestions (short of running out to buy a new PC)?

4 Replies

  • destruk's avatar
    destruk
    Streaming Star
    Can your chromebook zip and unzip files, and display pdf files? If yes, and if it has access to say, 'notepad' or msdos 'edit' then yes you have everything you need to develop a roku channel with it. If you have a roku device to play with, then you are all set.
  • mhkingatl's avatar
    mhkingatl
    Channel Surfer
    "destruk" wrote:
    Can your chromebook zip and unzip files, and display pdf files? If yes, and if it has access to say, 'notepad' or msdos 'edit' then yes you have everything you need to develop a roku channel with it. If you have a roku device to play with, then you are all set.


    I can unzip without a problem, though I've had a problem finding a utility that will create zip files. It sounds like if I can create them, I'll be all set.
  • If your computer isn't capable of creating zip files, but you have access to a server, it shouldn't be too hard to create a web page/php script that uploads files from your computer to the server then creates a zip file using php's ZipArchive class that you can download back to your computer, all done from your web browser.

    EDIT: If you do a Google search for: 'upload and zip files online' you'll find several free web sites that do online zip file compression.