weOS's archives

Castle, Linux, Marmot, Palm, Palm Eos, Palm Pre, Zepfloyd, eos, iPhone, news, pixie, pre, weOS

Third distinct webOS device codenamed ‘Zepfloyd’?

June 10th 2009 | Posted by Derek Kessler

Palm Zepfloyd?

Every company codenames their secretly-in-development products, that way should something leak out, nobody will be able to tell what it is. We’ve learned that the Pre’s codename was ‘Castle’, and the upcoming Palm Eos maquerades as a ‘Pixie,’ but buried inside the developer ROM was something interesting: multiple references to ‘Zepfloyd’. What on this blue marble does Zepfloyd refer to? Based on the contexts, which include references to Castle and Pixie, the logical conclusion is that Zepfloyd is the codename for some previously unknown Palm webOS device. Check out the code for yourself…

In diskmode.sh:

!/bin/sh

# castle
SYSDIR=/sys/devices/platform/musb_hdrc.0/gadget/gadget-lun0
if [ ! -d $SYSDIR ]; then
    SYSDIR=/sys/devices/platform/msm_hsusb/gadget/gadget-lun0
    # pixie
    if [ ! -d $SYSDIR ]; then
        # zepfloyd
        SYSDIR=/sys/devices/platform/omap_udc/gadget/gadget-lun0
        if [ ! -d $SYSDIR ]; then
            echo "Error: gadget-lun0 directory not found"
            exit 1
        fi

And in novacomd:

unknown-bootie
castle-linux
pixie-linux
castle-bootie
pixie-bootie
zepfloyd-bootie
zepfloyd-linux
marmot-bootie
marmot-linux
iphone-bootie
iphone-linux

You’ll note the second code box also refers to ‘marmot’ (otherwise known as a groundhog) and ‘iphone.’ Wait wait wait… iphone-linux? We aren’t quite sure what that means, and there’s plenty we could try to infer from it, but golly isn’t there some interesting stuff in that ROM?

Thanks again to our intrepid code divers in our forums!

READ THE FULL ARTICLE >>

Featured, SDK, weOS

webOS Eclipse Plug-in, a call for outside-the-box thinkers

March 18th 2009 | Posted by toreym

We have to admit, a primary reason for us creating and releasing an Eclipse Plug-in for the community was simple…we are anise to start developing on something for webOS.  Unfortunately for everyone, we just can’t expect anything from Palm for a while.  OK you aren’t going to be capable of running anything in webOS until [...]

READ THE FULL ARTICLE >>

Eclipse, Featured, Plug-in, SDK, Top, weOS

webOS Eclipse Plug-in Released

March 17th 2009 | Posted by justinm

For all of us Pre Junkies who are keeping a watchful eye on the release of the Pre, and specifically those who are more focused on the Mojo SDK, you are going to love that you can now start getting your hands wet with webOS using a webOS Eclipse Plug-in developed by Palm preSchool. [...]

READ THE FULL ARTICLE >>