Archive for the ‘Uncategorized’ Category

We’re back!

Friday, September 3rd, 2010

Sorry the downtime lasted way longer than anticipated.

But now we should be able to run the servers in an even better environment.

We apologize again for the inconvenience!

Stay tuned for FroYo Alpha1 real soon now!

PS: Some notes from our server migration:

  • BEWARE of cgroups-bin on debian! It breaks lxc! Mount cgroups manually or through fstab!
    (The error message in this context was ‘lxc-start: No such file or directory – failed to rename cgroup /mnt/cgroups/cpu/20945->/mnt/cgroups/cpu/openaos’ – once we purged cgroups-bin it worked instantly)

Heads up! Server down-time ahead!

Wednesday, September 1st, 2010

For certain reasons the location where our servers are will be inaccessible for some time. We have arranged for a temporary housing location but the servers need to move physically and the network routing has to be switched to the new location.

We expect a downtime of 1-3h duration on Friday (2010-09-03) if everything goes according to plan. Will begin not later than 11:00 UTC.

If it doesn’t it may very well take until Monday, but let’s hope for the best..

This post will be updated with an more acurate time estimate if we receive further information.

None of the openpma.org or openaos.org services will be available during the time. Sorry, we don’t have the resources to arrange for uninterrupted service.

We apologize for the inconvenience!

update: We have feedback from the NOC. It looks good. Most likely moving physically will take longer than switching the routing.
update2: Duration and beginning updated. For status updates (not only during the downtime ;-) ) please check  our twitter feed

0xb1, 0xcb, 0xed, 0x0b, 0×33, 0xcf, 0×00, 0xeb, 0×07, 0xa9, 0x3d, 0xe8, 0×57, 0×79, 0xb8, 0×88

Wednesday, July 28th, 2010

update: *fanfare* … and the grand prize for solving our little crypto-mystery goes to Neuromancien! Congratulations!

PS: This AES key let’s you unpack AOS update files. It however does not allow you to sign update files, for that there is an (already known) RSA key for which the private key is a well kept secret. But that is an solved problem, you just ignore it. How? Find out soon, same place, same station.

Yet another ‘just for fun’ P.o.C. – Windows 95 on Gen6.

Thursday, May 27th, 2010

Where/when will this madness end? — right here, right now… ;p

This was my final proof of concept attempt at a windows OS on the Archos 5.

I successfully managed to boot Windows 95 using dosbox, and an image file of win95.

Dosbox is a really hefty program on the A5imt (taking up over 70% cpu usage and over 40% ram), so this was a crawling process.  Im sure it would work better with other emulators, but none have yet to be successfully compiled for the A5IMT.  With that said, and keeping in spirit of the original hardware this was meant to run on — the load time is like watching paint dry.

Video: (8 minute long vid, so grab some coffee)

Process:

–Make directories “/dos/95″ on root of unit (mnt_data || rootfs_source)

–Copy image of win95 (in this case W95.IMG) to /dos/95

–Start up dosbox

Run the following commands in dosbox:

  • ver set 8.0 (must trick win95 into thinking ms-dos version is >=7.x.x)
  • mount c /rootfs_source/dos (setting up env.)
  • c:
  • imgmount e c:\95\W95.IMG -t hdd -fs fat (mounting boot image to fs – setting up parameters)
  • boot -l c (booting image off c:)

Then wait….

It will perform scandisk upon booting, let this run.

wait some more….

Ahh…  Success!

Touchscreen is nerfed, and the start menu doesn’t show, so good luck with that.  I haven’t tested out a mouse with it (nor will I) – only a keyboard, and that seems to have basic functionality (asides from the cursor keys not doing what they’re suppose to do), albeit extremely slow.

Have fun, and remember, this is for educational purposes only!!  >=]

~Spz0

Follow-up: New kbd layout for e17 wm (beta2 release)

Saturday, May 15th, 2010

As a follow-up post to the Demo build of Enlightenment 17, I have made a new keyboard layout specifically designed for the Archos 5/7’s screen resolution.  I have also addressed a few troubling issues in regards to the illume kbd itself.

List of improvements:

  • The dimensions are now 800×220 so there is more viewing area above the keyboard.
  • Decreased the size of the keys a touch (not a problem since the interpretive skills of illumes kbd are amazing), and increased the font size on the keys themselves
  • Moved the placement/size of the “popup” keys (when a key is initially pressed –the popup display that grows from the current key pressed) to compensate for the new container size.
  • Moved some bottom row buttons around to center the space-bar for easier use with both thumbs.
  • Removed the “Terminal” kbd layout, since it is no longer compatible with the new 800×220 container.
  • Added a keyboard icon to the top shelf (replacing the “qwerty” text).

Some Screenshots:

custom e17 kbd container (800×220)

e17 topshelf keyboard icon

Since I had to recode the illume bits to make changes to the top shelf and the letter sizing/placement, it is necessary to download the new beta version, as opposed to just releasing a .kbd file.  Props go out to raster from #e for some advice on edje  :)

You can download the image  >>>HERE<<<

**note:  I’ll be updating the parent post with the new beta2 build as well.

Note::

[ If you wish to run this along side your current build, rename image to "illume.img" and make the appropriate entry in "menu.lst" Otherwise just overwrite your "rootfs.img" and your good to go.]

As always, input and suggestions are welcome.

~Cheers

Spz0