Forum

Full Version: Cant See Version - Mac Installer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone, have a question, how can i see the version of the installer that i want to use? got a blank select on my mac Sad. Do i made something wrong (downloaded and opened)?

Thanks
Tried with the windows version and got the same trouble Sad. i think is the server connection or something like that. Confused

There's another way can i install to my SD Drive the xbian image?

Thanks
SourceForge is redirecting from Atom (https://github.com/xbianonpi/xbian-installer-universal/blob/master/installer.cpp#L24) to RSS:
Terminal
anepu:~ anaconda$ curl http://sourceforge.net/api/file/index/project-id/1428221/atom -v 2>&1 | grep -E '< HTTP/1\.|Location:'
< HTTP/1.1 301 Moved Permanently
< Location: http://sourceforge.net/projects/xbian/rss

I'm not sure if the installer follows redirects. Anyways, we're parsing Atom and don't have any parser for RSS: https://github.com/xbianonpi/xbian-installer-universal/blob/master/installer.cpp#L526-L557

That said, you can download an image from http://www.xbian.org/download/ ("XBian images"), uncompress it and use "dd" on UNIX (including OS X). I can't speak for Windows.
Thanks menakite , helped me a lot. with the "dd" could copy/mount the content of the image to the SD.

Didn't know much about the "dd" comand, so i found useful information here: http://www.thelinuxdaily.com/2010/01/writing-images-to-disk-on-mac-osx-with-dd/
Aha, for the future: with dd on OS X, using rdisk (raw access) instead of disk is faster (/dev/disk3 -> /dev/rdisk3).
I have the same problem in windows, It doesn't show any version in the installer. I can use win32 disk imager to mount it on my sd.
But anyone knows why it doesn't show any version?
The same issue affects all installers (Linux, OS X, Windows), as they share the same code base. We've fixed it, but are waiting for some team member to compile it as most of us run OS X.
(I've built it for OS X, but it comes without icon - not sure why, I don't have any experience in Qt programming.)
In linux mint, usb recorder images by default (mintstick), works perfectly.
Reference URL's