Slashdot Mirror


Sharp Readies SL-5000D

Anders writes "infoSync has a story and pictures of Sharps new Linux-device SL-5000D, which runs on Embedix Linux 2.4 with Jeode's PersonalJava, using Qt/Embedded and the Qt Palmtop Environment, and will be capable of running applications coded either in Linux or in Java."

142 comments

  1. Coded in Linux? by InsomniacsDream · · Score: 5, Insightful

    I was under the impression that Linux was an OS, not a programming language ;-)

    1. Re:Coded in Linux? by cout · · Score: 1

      This is slashdot. Linux is everything you want it to be. It slices! It dices! It even runs emacs. All this for the amazing price of not much more than it costs to remove that bubble gum off the bottom of your shoe! Call now and we'll even throw in a CD-shaped bubble gum removal device for free! See if you get that useless feature with other operating systems; we Linux users KNOW what's important. Don't delay. Operators are sitting by playing Quake.

    2. Re:Coded in Linux? by Anonymous Coward · · Score: 0

      Oh man... Load emacs on this baby and watch that flash ram... disappear!

    3. Re:Coded in Linux? by Anonymous Coward · · Score: 0

      I expect this to mean Linux native binary apps. The wording is a bit confusing, Eh what?

    4. Re:Coded in Linux? by ichimunki · · Score: 1

      Well, try following the link to Sharp in the article. I got something decidedly not about electronics and more about health-care. Then have fun when you go to sharpelectronics.com and are told that you must upgrade your browser even though you are running Netscape 6.1.

      --
      I do not have a signature
    5. Re:Coded in Linux? by sharkey · · Score: 2

      But does it make Julienne fries? That has been the clincher for selling products to Americans for as long as I can remember.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    6. Re:Coded in Linux? by Rick+the+Red · · Score: 2
      I expect this to mean Linux native binary apps. The wording is a bit confusing, Eh what?

      Would those be 80386 Linux native binary apps, or SPARC Linux native binary apps, or Alpha Linux native binary apps, or PowerPC Linux native binary apps, or???

      --
      If all this should have a reason, we would be the last to know.
  2. Sharp the Microsoft Bigots by countach · · Score: 0, Offtopic
    1. Re:Sharp the Microsoft Bigots by Anonymous Coward · · Score: 0

      Galeon 0.12.4 renders it perfectly...

    2. Re:Sharp the Microsoft Bigots by punkball · · Score: 1

      Mozilla displays it fine. Maybe you should update your copy... :P

    3. Re:Sharp the Microsoft Bigots by OblongPlatypus · · Score: 1

      My Mozilla 0.9.5 gets the "update your browser" message, but Konqueror 2.1.1 does not. Weird.

      --
      -- If no truths are spoken then no lies can hide --
  3. Wot to do with it by Zeinfeld · · Score: 2
    Sounds like an eminently hckable device

    It would make a very cool MP3 player, it has a type II compact flash so you can put ye old IBM microdrive in it.

    Would be somewhat more interesting with some sorta wireless capacity. I guess that the modems for Pocket PC should work OK (with possible driver tweakage)

    Might well cut into the palm user base quite quickly

    --
    Looking for an Information Security student project suggestion?
    Try http://dotcrimeManifesto.com/
    1. Re:Wot to do with it by hey! · · Score: 4, Funny

      Sounds like an eminently hckable device

      In my bleary eyed, pre-caffeine morning haze, I read the above as 'Sounds like an eminently lickable device'.

      Stop doing that.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    2. Re:Wot to do with it by ushac · · Score: 1

      Well, for wireless connectivity I guess you could always buy one of those NotAllThatCheap Bluetooth modules that plugs in to the SD or CF slots. They're like $150-200 now. Strange price concidering the low cost of the chips. I think I read the other day at eetimes or so that bluetooth chips are now $5 a pop...

      Regards / Erik Språng

    3. Re:Wot to do with it by jrz · · Score: 1

      SANDisk just made a pressrelease of a 1GIG compact flash card. I don't know how much energy the microdrive takes, but it is probably more than flashmem

      --
      Assumption is the mother of all fuckups
  4. Java? by saqmaster · · Score: 2, Interesting

    I'm no expert in Java or anything, but can a similar spec device to the Compaq iPaq expect to run faster using Java than Windows CE?

    Has anyone got any such benchmarks?

    From my experience with Java (or perhaps, _bad_ java coders), it's slower than native Windows coding.

    --
    "Never let the truth get in the way of a good story..."
    1. Re:Java? by Nikau · · Score: 2, Insightful
      If I understand you correctly, that's the nature of Java. Java itself is very cross-platform given that the code produced by javac is not platform-specific, only the interpreters/runtime environments. This means that a program written in Java can be run under Windows, MacOS, Linux, BSD... any OS where there has been a runtime environment written for Java. It's pretty much hardware-independent too.

      I'm thinking the reason Sharp did this was to allow the SL-5000 to run a greater variety of programs than its competitors. Think about it - using an iPaq with WinCE, you're restricted to using programs created specifically for CE. Same with PalmOS. Now, since the SL-5000 is capable of running Java apps, so now you can basically grab any program that you think you would use, and be able to run it on both your handheld and desktop. (That's my theory, personally.)

      It looks like the only issues about Java for the SL-5000 are language-specific issues - i.e. differences between v1.1.x and 1.2.2, etc. But it looks good.

      --
      There is no escape from The Muffin.
    2. Re:Java? by jrz · · Score: 1

      Yes, you're right about java. The reason sharp choose java, I think, is that you should always think of the future. If a newer zaurus doesn't use an ARMstrong, but some newer optimal cpu, you keep ALL your applications in java. Java1.2.2 is backwardscompatible with 1.1, meaning that Java 1.2.2 can run Java 1.1 applications. But not always viceversa That's not a real problem, as the JVM can be easily updated.

      --
      Assumption is the mother of all fuckups
    3. Re:Java? by saqmaster · · Score: 1

      Hi,

      That wasn't really the comparison I was making.

      I understand the use of Java and how it is cross-platform etc., but ultimately Windows CE is upgradeable, but sure, not cross-platform.

      The comparison I was trying to make was; in one hand you have a sharp strongarm unit running linux with some form of java environment, and in the other hand you have a similar spec unit (iPaq for example) running Windows CE with software using software built on it's own native api's..

      What would be faster? That's the question..

      --
      "Never let the truth get in the way of a good story..."
    4. Re:Java? by Anonymous Coward · · Score: 0

      Java CAN be faster, if it doesn't have to go through the overhead of another OS. Check out the SavaJe solution, at www.savaje.com. They've replaced the OS (Windows) on an iPAQ, with their own OS that just does Java.

    5. Re:Java? by Nikau · · Score: 1
      Ahh... I see.

      IANAHT, but Java is Java is Java. Nothing against it, as I love working in Java, but the way Java works makes it slow, and even on a smaller scale like handhelds I would lay my money on any app built in its native API(s) - not a specific handheld device.

      It's more or less a tradeoff - speed vs. flexibility. Take your pick.

      Backtracking a little, though, the SL-5000 also runs native Linux apps, doesn't it? Or at least, the SL-5000 isn't restricted to running only Java-based apps. It's just some extra functionality... I wouldn't worry.

      --
      There is no escape from The Muffin.
  5. NOT-released-to-the-world by Knunov · · Score: 5, Informative

    Check your dept.

    From the article:

    "Sharp's efforts to put a Linux handheld on the market has been known for quite a while, and now they're readying actual devices - but they're only for developers yet."

    You can register to become a developer on their website, but it's still a PitA.

    And there was no mention of how much these things will cost. Anyone know?

    Knunov

    --
    Why do users with IDs under 100,000 or over 700,000 usually have the most worthwhile comments?
    1. Re:NOT-released-to-the-world by oob · · Score: 2, Informative

      Developer Kits including the PDA are $US 200

    2. Re:NOT-released-to-the-world by waerloga01 · · Score: 3, Informative

      I just looked on their website (and registered as a developer) and the price is $399US for the developers edition (Tuesday, Nov 6, 06:45 EST)
      Please point me to where you found the $200US price!

    3. Re:NOT-released-to-the-world by waerloga01 · · Score: 1

      My first post to slashdot and I forget the URL :)

      Buy Link that I found for the Sharp PDA.

    4. Re:NOT-released-to-the-world by BlowChunx · · Score: 1

      Last I checked the price was really $399, which I would round up to $400, and not down to $200.

    5. Re:NOT-released-to-the-world by alexjohns · · Score: 3, Informative

      The development version is $399. The regular version is supposed to be in the $500+ range. Sorry, Linux or no Linux, that's too much for a PDA. I can buy a used laptop for that price. I'll stick with my Handspring Visor. PalmOS is still not an MS OS, so either way I'm supporting variety in the marketplace.
      Go to www.linuxdevices.com - they've got pictures. Try this: http://www.linuxdevices.com/articles/AT2134869242. html

  6. PersonalJava is old... by MosesJones · · Score: 4, Informative


    PersonalJava is old hat and is a variant of the old 1.1 version of the language. The new J2ME platform has various profiles aimed at amoung other things PDAs and Mobiles, which is where the market will be at.

    From a Java perspective this isn't very interesting and isn't very cool. Hopefully they will be able to upgrade the libraries to support J2ME when the PDA profile is released. Then it will be an interesting device.

    --
    An Eye for an Eye will make the whole world blind - Gandhi
    1. Re:PersonalJava is old... by rbeattie · · Score: 4, Informative
      Not totally true.

      It says on the Sharp developer news page that it uses PersonalJava version 1.2 and from that spec you can see that:

      • PJAE 1.2 uses JDK 1.1.8 as its base.
      • PJAE 1.2 adds security as specified in Java 2 SDK, Standard Edition, v 1.2.2 (referred to as "JDKTM 1.2.2" in this specification). Therefore, this specification contains some APIs based on JDK 1.2.2 APIs. These are identified in the appropriate sections.
      Below in the spec it says the createImage apis use Java 1.2 too.

      I found this stuff while trying to figure out if you were right:

      Even still, it uses Java 1.18 for most of it's functionality, but this isn't totally useless! I was doing some decent development a few years ago using that spec...

      -Russ

      --
      Me
    2. Re:PersonalJava is old... by Anonymous Coward · · Score: 0

      Quite true. That's why for Java I've gone with SavaJe XE on my iPAQ. It uses Java 1.3.1, which I think is as up to date as one can get right now.
      Since this new Sharp device is quite similar to the iPAQ in specs, I'm expecting a port of SavaJe XE to it any day now. Then this thing does become a quite interesting device from the Java perspective.

    3. Re:PersonalJava is old... by SashaM · · Score: 1

      Yes, it's old. No, it's not useless, and you can do a LOT in PersonalJava, and I intend to do a *lot*.

      I, too, hope that it will be upgradeable to J2ME/CDC/PDA profile when that is released, but you can't sit around waiting for Sun, and PersonalJava is the best you get right now (except for SavaJe XE, but then you lose the OS).

  7. Ooh. by Ravagin · · Score: 3, Interesting

    Well, the screen is those photos is clearly the usual photoshopped image, but the device still looks extremely sexy. Keyboard, CF slot... mm.

    Mind you, my Palm is still all I need (IIIxe forever! whoo! etc!), but I can respect the extreme coolness of this device. Looks vaguely like one of the tricorders on Enterprise....

    --

    Karma: T-rexcellent.

  8. Sounds Great! by bobdown2001 · · Score: 0

    Hey this sounds great it even has POP3/SMTP mail support .... but will it run POP3 and SMTP servers? Better yet can I run Apache with PHP support?

    Woohoo a server in my pocket!!

    ...and dare I say "Can you imagine a beowulf cluster of these?" :0P

    --
    Why do today what you can put off until tomorrow?
  9. Yess by Anonymous Coward · · Score: 0

    Yes Lunix in my hand! now I can f-prot the tarball on the go!

  10. Re:Sharp the Microsoft Bigots - not! by Anonymous Coward · · Score: 0

    calm down, they're just having the growing pains that tons of websites out there are having. the "DHTML" stuff that netscape 4.x supported was not standardized. there is a standard way to do that (thats different) that is in the mozilla engine.

  11. Looks Great! by Judg3 · · Score: 3, Interesting

    I especially love it's "Thumb Board" keyboard. You don't see it unless you need it, real nice. More PDA maker's should think of this idea. I may get one simply because it would be a lot more useful then my IPAQ. Having an actual keyboard to type on is nice, even if its not full size you can still type on it faster then a virtual keyboard. Good job Sharp!

    --
    Looking for hardware (Currently need: Large Etch-a-Sketch) Have one? See my journal!
    1. Re:Looks Great! by jonbrewer · · Score: 2

      I don't seem to type much faster on a Blackberry thumb keyboard than I do on a Palm V virtual keyboard using the stylus. Maybe if the buttons were a bit taller I'd be less likely to hit two at once, but thumb keyboards certainly are not perfect (or better than what we have already) yet.

      Now if a keyboard opened up and folded (or rolled!) out, it would be really cool. (but impractical!?!)

    2. Re:Looks Great! by jrz · · Score: 1

      Yes, the keyboard is very nice. It'd speed up typing alot. Things like copy/paste are stuff that you miss when using the pen

      --
      Assumption is the mother of all fuckups
  12. looks ok... by altan · · Score: 1

    yeah, it looks fine.
    i wonder, can it run gcc? coded in linux must mean apps written for linux, so i hope. imagine writing that new app of yours on the subway!
    even if it does not, i wonder if some crazy dude will happen to create a c-scripting language in java!!

    1. Re:looks ok... by jrz · · Score: 1

      Hi, Ofcourse it should run gcc. It's linux on an alpha machine :) It's not included by default, for obvious reasons. I don't think you would like to code 10 milion lines of code on it :)

      --
      Assumption is the mother of all fuckups
    2. Re:looks ok... by Anonymous Coward · · Score: 0


      I sure hope so, since C is the most powerful language! CRAZY!

  13. Any standard in the linux pda field? by lekter1 · · Score: 3, Interesting

    I'm a happy Palm user, but I'd like to switch to a Linux-based PDA once a standard emerges. Now there are too many platforms (QT-embedded, plain X, the one from AgendaVR3, the one from Yopy, ...).

    For me it seems risky to buy one nowadays. I'm going to wait 6-8 months more.

    What do you think about the standards? Which one do you think is going to be the "winner"?

    --

    greetings,
    lekter
    http://www.hispacluster.org
    1. Re:Any standard in the linux pda field? by vorpal22 · · Score: 0, Troll

      Ahhh... unfortunately with Linux, there never *is* a standard. Linux PDAs will suffer from the same problem that Linux desktops will suffer from... GNOME vs. KDE, Motif vs. GTK+ vs. Qt vs. Xaw3d vs. a million other GUIs, RedHat vs. Mandrake vs. Slackware vs. Debian vs. Caldera vs. SuSe, etc... etc... etc.... Choice is a good thing, but when standards are sacrificed, chaos emerges and things simply fail.

      Linux is good for what it is... an operating system and a toy for geeks. But I don't care what anyone says. Linux simply isn't ready for everyday desktop usage, and definitely not ready for a PDA.

      When you go to Tucows to download apps for your Linux PDA, you're going to have to navigate your way through a series of menus and be left with three apps for your specific processor and PDA - since every PDA will use a different embedded GUI, in all likelihood.

    2. Re:Any standard in the linux pda field? by jrz · · Score: 1

      Well, that's the beauty of it! It runs Java, an java runs everywhere. Because of all those incompatibilities between devices, this is such a great move of Sharp for the industry. Java is fast enough for most applications, and for high performance apps, you could always use native binaries

      --
      Assumption is the mother of all fuckups
  14. This is the machine I have been waiting for. by Anton+Anatopopov · · Score: 3, Interesting
    I have held off buying a PDA because I wanted to make sure I could run Linux on it with the manufacturer's blessing (rather than their tolerance, indifference or outright hostility).

    Microsoft will be watching the success of this one like a hawk, since their ill-fated WinCE experiment proved windows lack of scalability in the embedded market.

    This could be the first of a lon long line of Linux powered handhelds. Roll on world domination !! :-)

    1. Re:This is the machine I have been waiting for. by redcliffe · · Score: 1

      The Agenda VR3 has been out for ages running on Linux. It looks much cooler than this one.

    2. Re:This is the machine I have been waiting for. by freechina · · Score: 1

      Oh, YES, Santa!

      Please bring me one of these.
      I will donate my Old Newton 2100 to
      a needy child in Afghanistan, just
      get me one PLEAZE!!!

      A GOOD BOY!

    3. Re:This is the machine I have been waiting for. by u.hertlein · · Score: 1

      I have held off buying a PDA because I wanted to make sure I could run Linux on it with the manufacurer's blessing ...

      Personally I'm holding my breath until they do the Right Thing (IMHO) and develop a integrated phone/PDA/MP3 device that's not based on almost ancient technology (moto 68k in this case). Anyone else getting tired of always having an address/phone number in the wrong device? And it'd be cool to be able to store some data on it as well (Flash or disk) to take it home...

      --
      Geek by Nature - Linux by Choice.
    4. Re:This is the machine I have been waiting for. by Anonymous Coward · · Score: 0

      Maybe I'm missing something, but the VR3 just looks like a cheap, simple B&W Palm that can run linux and drain batteries quickly and not much else.

      IMHO a 206Mhz color linux PDA with a CF slot and thumbboard is cooler than a Palm III workalike running linux, even if it's more expensive.

  15. The Thumb Board and other input mechanisms by betanik · · Score: 2, Interesting

    You may get this PDA just because of the Thumb Board? That's interesting.

    I use a Sharp Wizard at the moment, and that has a near full-size keyboard. I'd say I can manage 30wpm on it (it's slightly smaller, and the keys don't have a particularly good feel to them) vs say 60-70 on a regular keyboard.

    The Thumb Board would probably get 10wpm if you're lucky. I agree that it's a great thing to have, e.g. asking people to key in their phone numbers / email addresses.

    Otherwise, I personally would like faster throughput. I would assume that handwriting recognition would be the primary input mechanism for PDAs like these. What do you think's wrong with that? (This isn't a rhetorical question. You've actually made me curious.)

    I believe the Thumb Board isn't in any way designed to be a complete input device, as it were. For starters I would:
    - make the delete key at least as big as the space
    - add arrow keys

    Like you, I really like the concept of the thumb board. It's just raised some questions about what's so wrong with the PDAs that don't have them.

    --It's not rocket science, just computer science.

    1. Re:The Thumb Board and other input mechanisms by Ami+Ganguli · · Score: 2

      For me it's a question of compromise. I want a machine with a big display, something approaching a usable keyboard, and small enough that I can slip it into my inside suit pocket without looking like an idiot. Obviously a larger keyboard would be nice, but not at the expense of size.

      This device looks like be nicest compromise I've seen so far, as long as the slide out mechanism doesn't make it feel flimsy. If it looks and feels as nice in real life as in those photographs then I'll buy one.

      --
      It is tempting, if the only tool you have is a hammer, to treat everything as if it were a nail. - Abraham Maslow
    2. Re:The Thumb Board and other input mechanisms by hey! · · Score: 2

      I can't imagine using that a thumboard to do much text entry.

      I'm currently using an m505 with the fold out palm keyboard. The keyboard itself folds down to about the size of a typical PalmPC, so it more than doubles the size and weight of what I have to carry. However the keyboard is full size (or close enough that I don't notice) and has decent action, so I can type pretty much at my full speed. This has proved to be nearly ideal for me; most of the time I use the stylus, but if I have to enter a few paragraphs of text I'll pull out the keyboard.

      I find myself reaching to this combination a lot of the time rather than my trusty IBM T20 laptop, if only because I can set it up, take a few paragaphs of notes, and put it away in less time than it takes my laptop to boot. In meetings, I also like the fact I don't have the large screen sitting between me and the other folks; psychologically the tiny palm pilot is much less distracting and just as good for most note taking.

      If I had a small linux computer, with removable storage, development tools and a foldout keyboard, I might actually get away from the laptop altogether. Having a generally livable computer in this form factor is not so far away.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    3. Re:The Thumb Board and other input mechanisms by jrz · · Score: 1

      - make the delete key at least as big as the space The delete key isn't used very often. It's the backspace key. And that one is located on the right - add arrow keys The is an arrows key, it's located infront of the keyboard, the round 8 direction key

      --
      Assumption is the mother of all fuckups
  16. nice hardware, but the software... by mj6798 · · Score: 5, Informative
    The hardware is nice, although starting to show its age (faster ARMs are around the corner). I think the choice of Qt/Embedded for the GUI is a big mistake, however.

    Linux PDAs won't take over the consumer market from Palm, but they are good platforms for vertical and custom software (medical, scientific, legal, etc.). But people who write that kind of software already have languages, environments, and toolkits for their domains, and those languages and toolkits are usually not Java, C++, or Qt. X11 would allow applications created in different environments to co-exist, but Qt/Embedded forces everybody to use Qt.

    I hope Sharp will put X11 on the device. They can keep their Qt applications by switching to Qt/X11 for their applications. If they don't base the UI on X11, I think they are going to miss their target market.

    (In case you want to bring up the "performance" argument for using an "embedded toolkit", a 200MHz ARM is the equivalent of a desktop machine from a few years ago, machines that ran X11 with no problems. X11 was actually developed on and for machines less powerful than today's low-end Palms.)

    1. Re:nice hardware, but the software... by hattig · · Score: 2
      Well, this device runs PersonalJava applications. There are X-WIndow systems written in Java (e.g., WierdX). Hence, put WierdX on one of these devices, and you have X11.

      WierdX is free, but might need some work to get it to run within the confines of PersonalJava. Also the restriction to 320x240 dislay area might be harsh for most X11 apps.

      The choice of Embedded QT is good. It means compatibility with QT apps is not that far away (recompile for ARM and link to Embedded QT) and provides a single user interface that is consistent. This is so important in PDA and computer usage, that applications should not deviate from this unless there is a real need.

      Does this device has networking or modem technology built-in? It doesn't have a PCMCIA card, but is does have a CF2 slot. Can you get Ethernet/etc for CF2, or is it only for memory style devices (CF, microdrive, etc)?

    2. Re:nice hardware, but the software... by /dev/niall · · Score: 2
      Does this device has networking or modem technology built-in? It doesn't have a PCMCIA card, but is does have a CF2 slot. Can you get Ethernet/etc for CF2, or is it only for memory style devices (CF, microdrive, etc)?


      Yup, it does network cards, wireless network cards, modems, barcode readers, cameras, video cards... it's a generic interface.

      --
      --
    3. Re:nice hardware, but the software... by hattig · · Score: 1
      Excellent, thanks for that information. This device looks like being a damn sexy bit of stuff. Wonder whatever happened to the AmigaDE on this device though?

      If Slashdot had a "Reply-To-Person-Only" option (feature for logged-in users only), I would have used that.

    4. Re:nice hardware, but the software... by Anonymous Coward · · Score: 0

      Remember, X11 was originally written on 10mhz machines with less than a meg of ram. It certainly can work on a 200mhz arm with 32 megs of ram.

    5. Re:nice hardware, but the software... by mj6798 · · Score: 2
      WierdX is nice, but it isn't a usable X11 implementation. The Linux X11 server for handhelds is smaller than Qt/Embedded, is blindingly fast, and supports features such as ClearType-like sub-pixel rendering.

      As for Qt, there is almost no handheld software written in it. Almost all handheld software for Linux is written using FLTK. And many desktop applications could be adapted to handhelds by simplifying their existing user interfaces within their toolkit--much simpler than a rewrite using a different toolkit. Commercial developers are not going to line up to rewrite their software for Qt.

      As for consistency, forcing everybody to use the same toolkit is neither necessary nor sufficient to achieve consistency.

  17. Make it slick and easy and cool... by motherhead · · Score: 3, Interesting

    and watch as people start talking about Linux that would never have before.

    Use that Microsoft tactic of sneaking the OS into peoples homes and hearts. Lets face it, most people still think Linux is an Ugly, cobbled together OS that is difficult to install and use. (if they really know what it is at all). I think it would be fun when they start seeing Handheld applications that are as stable as any Palm app but far more powerful and able.

    Microsoft has made no new freinds with XP. Even sheep know when they are being lined up for slaughter and the backlash against it's "directed marketing" is starting to get mainstream press.

    this would be a perfect time to show off slick Linux apps to the masses. make them love the little bastard and watch that spread the gospel to the desktops (perhaps). At least introduce modern Linux to them.

    I, like a lot of us will probably just get an iPac and plop Linux on that. But your your dad spend $500 on a shiney new gadget and hack the OS? would his friends?

    1. Re:Make it slick and easy and cool... by WzDD · · Score: 2, Insightful

      most people still think Linux is an Ugly, cobbled together OS that is difficult to install and use.

      As a Linux user since 1995, I agree totally with this statement. No coherence of interface, a lot of work duplication, and no coherent configuration tool, and still people trumpet this as a good thing!

      As far as User Interfaces are concerned, keep the appearance customisable, but make sure you've got a standard, well-defined interface. This is where Windows does a hell of a lot better than Linux.

    2. Re:Make it slick and easy and cool... by Anonymous Coward · · Score: 0

      most people still think Linux is an Ugly, cobbled together OS that is difficult to install and use.

      actually, most people don't even know what UNIX will, never will, and are better people for it. most people think a computer is something running windows, computer scientists can fix your broken printer, face it, linux's day is numbered.s

    3. Re:Make it slick and easy and cool... by vorpal22 · · Score: 2, Insightful

      Lets face it, most people still think Linux is an Ugly, cobbled together OS that is difficult to install and use.

      I agree with the other two replies; I've been using Linux for over three years now, and I think Linux is an ugly, cobbled together OS that is difficult to install and use.

      An acquaintance of mine said it best... He said that Linux has the feeling of a big shareware project that never quite gets completed. I'm inclined to agree with that statement.

      As far as I'm concerned, I don't think Linux will ever take off with your every day Joe. Linux was designed by geeks, for geeks, and I think things are going to stay that way. Could it be made user friendly? Certainly - look at Mac OS X... they took BSD and made it accessible to the masses. But that was their specific goal; Linux users seem more concerned with making the 10,000,000th window manager and creating yet another GUI, which is all good and fun for geeks, but probably more detrimental for end users than anything else; it simply adds confusion and layers of complexity. Your typical user doesn't want choice... he/she just wants a user-friendly, attractive, easy to use system.

    4. Re:Make it slick and easy and cool... by Anonymous Coward · · Score: 0

      >An acquaintance of mine said it best... He said
      >that Linux has the feeling of a big shareware
      >project that never quite gets completed. I'm
      >inclined to agree with that statement.

      And I say, that Windows has the feeling of a big communist project, that is going to collapse (USSR style) before they ever get it to work.

    5. Re:Make it slick and easy and cool... by vorpal22 · · Score: 1

      I don't disagree with you there. Windows has the feeling of a big, nasty dictatorship to me... Personally, I'm not very happy with any of the operating systems available for Intel... which is why my P3 sits in the corner gathering dust and my iMac running Mac OS X is my main computer.

    6. Re:Make it slick and easy and cool... by biostatman · · Score: 1

      I hope that Sharp can make a significant entry into the market; my brother works in the embedded industry and he said that the talk is all about the iPaq and Pocket PC 2002 (or whatever it is called). All the new add-ons and the new software are being geared towards these devices. Palm simply lost the mindshare battle and the "sexy" contest to Pocket PC and are now starting to pay for it. He also did say, however, that QT/Embedded and Java (J2ME) are gaining some serious traction among manufacturers. It seems like that the net result of it is that Palm is screwed, unless they come out with something magical from their acquisition of Be's IP. The Linux/Qt/Java combination may be the most promising non-Microsoft handheld solution for the future.

      He was our last hope - Obi-wan
      No - there is another - Yoda

      --
      For the love of $DEITY, loose != not win!!!!!
    7. Re:Make it slick and easy and cool... by motherhead · · Score: 1

      Hmmm i think you might have missed my point a bit, (though i didn't really make it clear) I am running WinXPpro next to my OS10.1 tower next to a red hat box running ximian gnome next to my debian laptop running KDE... i think the two linux boxes look as good and function as well as the mac and the XP GUIs... actually the only GUI i find frustrating is the Windows box. as for no good reason my USB smart media readers and my Firewire tdk burner wont function on XP, but rock on all three other boxes. hell i am running gnome on the OSX box, but only because i can, actuall the Apple box really is the geek champ here... but my point is this: linux is not ugly, is not cobbled together, and running red hat is easier then installing AOL. (so i have been told) there is no reason that someone not brainwashed or spoiled lazy could not use the ximian gnome box every bit as well as the XP box... only you cant trade warez at college...

    8. Re:Make it slick and easy and cool... by motherhead · · Score: 2

      agreed completely, i say that basking in the not so warm glow of my new 18inch LCD hooked into my G4 tower running OS10.1 and i am loving the hell out of it.

      Though i really do like KDE on linux and think it's got legs as well. it's funny how fast slashdot loves to slam apple and OSX and it's funnier still how infinitely more polished 10.1 is to gnome (ximian or otherwise, whether your running sawfish, enlightenment or whatever) or KDE. Sorry it is true, though, again, i really do like nautilus and KDE.

      but again, what is what all this Microsoft bashing? what else am i going to play all my cool half-life mods on? dammit i have a $2500 X-Box and there is nothing wrong with that... though i would never try to get work done on it... oh my! hahahahaah,No...

  18. I'm not very happy with qt-embeded by C0vardeAn0nim0 · · Score: 5, Informative

    I have it installed in my iPaq for more than a month now. It has several bugs...

    One of them in the multimedia player: after playing anything (mp3, mpeg, etc.) it hangs, and you have to fire a terminal to kill the player if you want the audio device free.

    In the calendar you can't enter a repeating event with a fixed end date. it will be included in the database but wont show on the display,

    At least once a week I have to reset the unit because Qt hangs

    and last bu not least, the power saving doesnt work. it doesnt shut off the back light or the LCD after some inactive time.

    Gotta check if these things were corrected...

    --
    What ? Me, worry ?
    1. Re:I'm not very happy with qt-embeded by gimpboy · · Score: 1

      are these shortcomings of qu-embeded or byproducts of qt implementation issues. i thought qt-embeded was a small toolkit for drawing widgets-i dont see how it relates to power management issues.

      --
      -- john
    2. Re:I'm not very happy with qt-embeded by Mr.+Fred+Smoothie · · Score: 1
      They are byproducts of different assumptions in the handhelds.org kernel and in QT/Embedded about who is responsible for power management and how to effect it. QT/Embedded seems to be a GUI in the Mac sense, i.e. "what you use to control everything about the machine".

      I believe that the latest handhelds.org kernels have addressed the power management issues mostly. However, I use Ion/X on my iPAQ, so I'm not sure.

      --

    3. Re:I'm not very happy with qt-embeded by C0vardeAn0nim0 · · Score: 1

      Now in a second tought i recognize that SOMO of the problems were of aplications built over QT embeded, like the calendar and the power saving control pannel, but one I'm almost sure it's a QT problem. Full screen apps.

      This is one of the situation where a hard reset is needed. after a full screen app finishes is impossible to return to the program manager. Happens with media player, happens with VNC, happens with image viewer.

      most of aplication bug I mentioned earlier were solved in the unstable qpe distro. take a look at qpe.sourceforge.net

      --
      What ? Me, worry ?
    4. Re:I'm not very happy with qt-embeded by Warwick+Allison · · Score: 1

      The power management facilities at the kernel level just don't cut it: eg. the SL5000D has an option where you are prompted for a passcode at startup. That sort of thing is messy an insecure if the system can poer up and down without the GUI's knowledge. It could be done of course, but the framework just doesn't exist yet, so Qt Palmtop has to do all the work itself.

      If PM issues exist on the iPAQ, it's only because we (Trolltech developers) have spent so much time lately working with the SL5000D rather than the iPAQ.

      --
      Warwick

    5. Re:I'm not very happy with qt-embeded by Anonymous Coward · · Score: 0

      Which version of QtPalmtop are you using? You know you can hit the launcher key on the iPAQ to return to the launcher view at anytime.

  19. Cost. by ludey · · Score: 3, Interesting

    I couldn't imagine it costing less than $500. That's probably going to be the main problem as a Palm competitor. This is a gorgeous piece, and I plan to get one myself, but how many people are willing to shell this kind of money out to say they're running linux on their PDA?

    --
    --------------
    David O.
    1. Re:Cost. by yatest5 · · Score: 0

      I'm willing to shell out about $0 to say I'm running linux on my pda - when I buy a pda it's based on other less important things, like its features and usefulness, not some kind of weird fetish with a particulat operating system.

      :)

      --
      • Mod parent up! [a] by Anonymous Coward (Score:5) Thurs, June 31, @13:37
    2. Re:Cost. by Anonymous Coward · · Score: 0

      Price listed on the site is $399

    3. Re:Cost. by MarkMac · · Score: 1
      The developer version costs $399 (plus shipping). According the the web site the final consumer version will cost in the $500 range - however, it is supposed to have more RAM (64MB) than the developer's version (32MB).

      It is certainly a nice handheld with lots of features but this is essentially equivalent to the cost of a desktop machine ... yeah, you can sort of surf the net on it's quarter-size VGA display but you can't run xeyes or can you can compile your Java ...

    4. Re:Cost. by djocyko · · Score: 2

      Not many when they can buy an Agenda for $250 from ThinkGeek. Then again, the Agenda doesn't have color nor the expandability...but it does run X.

  20. Notice Opera? by nervlord1 · · Score: 3, Interesting

    Maybe its just me, but the number of Linux based handhelds seems to be pushing towarsd linux, i think it has something to do with the cost ;) but whats the cost of something like QT embedded? expensive stuff for your handheld? or really cheap? BTW did anyone else pick up opera in the screenshot? if theyve got opera, its save to assume this thing can browse the web. *patiently waiting to sell his karma to purcahse one :P*

    --
    Microsoft IIS is to webserving as KFC is to healthy eating
    1. Re:Notice Opera? by Fjord · · Score: 2

      the number of Linux based handhelds seems to be pushing towarsd linux, i think it has something to do with the cost

      I should hope Linux based handhelds are pushing towards linux.

      did anyone else pick up opera in the screenshot

      The write up claimed they have Opera 5.0

      --
      -no broken link
  21. Maybe... by Colin+Bayer · · Score: 3, Insightful

    Java is an operating system, too...

    In either case, edit posts, /. :P

    --
    Want Linux games? HERE.
    1. Re:Maybe... by gimpboy · · Score: 1
      --
      -- john
  22. Ipaq anyone? by Anonymous Coward · · Score: 0

    In delving the depths of strictly shallow observation, does anyone else think this looks like an ipaq? Personally, I would like an ipaq b/c it just looks good - although they are a bit pricey. So Sharp - if they can get the "looks" of an ipaq for 1/2 of the cost ... hmmm ... Sharp ...

  23. where is | on that keyboard? by monas · · Score: 3, Funny

    Keyboard without "|" - keyboard without future!

    In wrong place - it's even worse :-//

    1. Re:where is | on that keyboard? by Jay+Carlson · · Score: 4, Funny
      Keyboard without "|" - keyboard without future!

      In wrong place - it's even worse :-//

      Don't you mean: :-|

    2. Re:where is | on that keyboard? by Warwick+Allison · · Score: 1

      Various "uncommon" characters are achieved by less-than-obvious Fn/Shift combinations.

      You get used to them quite quickly if they're not so uncommon for you!

      Shift-Space gives |.

      --
      Warwick

  24. The Best Thing About The Device... by Anonymous Coward · · Score: 0

    This device was shown many many months ago at an Amiga show, and since then it has tons of Amiga software ready to go for it from Quake to mp3 encoders to games and web browsers.

    1. Re:The Best Thing About The Device... by Lettuce+B.+Qrious · · Score: 1

      They may have shown it months ago, but Sharp changed the whole software setup in august, when it became obvious that the java-style OS they were intending to use wouldn't work. That's when they turned to Trolltech & Qt, and they've gotten it their system up & running in only three months.

      The device ships in the US and Germany in Q1 next year, according to people at Trolltech.

  25. Man o man.. by marcushnk · · Score: 1

    I want one now!
    If I could I'd buy one tomorrow, The only thing they're missing is the ability to hook an ethernet connector to it.
    With one of them it would be an invaluble network / help desk tool on my network.
    If it runs JAVA then I can use notesbuddy (Have a look around IBM Alphaworks) to get my e-mail!! WooHoo! Lotus Notes on a PDA yayayay!

    --
    "Consider how lucky you are that life has been good to you so far. Alternatively, if life hasn't been good to you so far
    1. Re:Man o man.. by Anonymous Coward · · Score: 0

      It has a CF slot -- you can add an ethernet connection. You (or someone) will need to write the driver for it however.

  26. Related note by Anonymous Coward · · Score: 0

    On a related note, has anyonce recieved thier pda from Empower Technologies? It has been almost 2 months since I placed my order and I am starting to wonder about them.

  27. Played with it at Systems 2001 by Alan+Cox · · Score: 5, Informative

    It feels nice. Its a thinner and lighter than the ipaq with CF jacket which is a good thing. The display quality was nice. They input methods were interesting (eg full unicode popups) but I found I hated all of them. CF and a memory card slot are built in to the base thin unit. There is no PCMCIA provision at all.

    It had no full screen handwriting mode like familiar on the iPAQ. The pop out thumbpad is cute but almost unusable - even for me an ex sinclair computer user and PC110 owner.

    The apps were good, but appear to be proprietary, The guy present wasnt sure how many binary only driver modules it used and I've not seen much sign of hardware docs.

    It seemed very much "nice PDA that happened to have Linux hiding at the bottom" than "Linux on a PDA".

    1. Re:Played with it at Systems 2001 by Anonymous Coward · · Score: 0

      > The apps were good, but appear to be proprietary

      You sure? Qt Palmtop is a GPL project hosted on sourceforge http://sourceforge.net/projects/qpe/

      The only non Qt Palmtop app I see is Opera, which is closed sourced.

  28. FlashRom? by SubtleNuance · · Score: 3, Insightful

    Does anyone know if this device has flashable ROM? I own a CasioE100, I bought it the moment it became available (it was the feature leader BY FAR at its time, and the Casio Exx series still holds strong (including the hardware on my E100)).

    The reason i ask is this, without a flashable ROM, will i be left behind AGAIN(!). You see, ive got this E100 that all the CE developers have 'moved on from' - if they burn JavaPersonalEdition into the Sharp unit, and i am incapable of removing it for a J2ME upgrade later? Will I be able to completely remove Opera5 for Opera5+x? I would hate to get stuck w/ QT Embedded VXX(?) and get screwed when everyone moves up to QTE VXX+Y.

    Really, I am not just a little miffed about the 'applicance' like state of the PDA world - the PDA universe needs someone who will ship a PDA in a more generic sense, with WinCE as an 'option' and drivers for all the hardware for WinCE, QT Palmtop, QNX and Linux.

    Instead of stearing PDAs like the handheld version of Apple hardware, Id like to see a little more of a "open IBM clone" style hardware... but i digress.

    So, what is the chance that I might be able to consider this device, IE: only if I can re-flash it to be the 'latest' and 'greatest' software available in future... i cant stand to think ill end up with anther $600CDN PDA that I cannot shove software into because it was sold as a glorified calculator...with a permanent OS/APP/ROM image.

    1. Re:FlashRom? by jrz · · Score: 1

      Yes, it has flashrom, and is upgradable, it's all in the articles and specs. Really, I am not just a little miffed about the 'applicance' like state of the PDA world - the PDA universe needs someone who will ship a PDA in a more generic sense, with WinCE as an 'option' and drivers for all the hardware for WinCE, QT Palmtop, QNX and Linux. Well, I don't think that's really possible at OS level, because there might be better CPU architectures laying around the corner. Instead, Java is currently the best solution to the compatibility problem, and that's what this thing runs.

      --
      Assumption is the mother of all fuckups
  29. Jonezin' for cel capability by smittyoneeach · · Score: 1

    I held out for a Kyocera 6035.
    Any new gadget without wireless and cel phone capability seems a regression.
    When there is one of reasonable size that chews up and spits out the asinine array of world-wide cel phone standards, you can expect a sale here.

    --
    Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  30. What about QNX? by Nikau · · Score: 2, Interesting
    I'm a little curious to see when/if PDA makers will start using QNX as a potential operating system for the handhelds. The QNX microkernel is very small, and for that matter, so is the GUI. I don't have exact numbers, but I've used QNX for one of my courses at college as well as a little bit at home, and it works extremely well.

    With the extra space saved on the ROM in the device, you could either add some more applications in for greater functionality or possibly just decrease the overall price of the unit given that you wouldn't need so much memory to store the OS. Or both.

    3Com used QNX in the Ergo Audrey (I still wish I'd managed to get one of those in time), and not only did it work well technically, but it also created a very hackable device.

    Just some thoughts.

    --
    There is no escape from The Muffin.
  31. Its only a matter of time... by Anonymous Coward · · Score: 0

    I would imagine that soon, someone will have hacked this device in order to run Windows or Dreamcast or something.

  32. "Coded in Linux"? by gatkinso · · Score: 0, Offtopic

    ??

    --
    I am very small, utmostly microscopic.
  33. new poll by Jburkholder · · Score: 1
    >how many people are willing to shell this kind of money out to say they're running linux on their PDA?

    How much would you be willing to shell out so you can say you run linux on your PDA?

    • $0
    • < $100
    • < $500
    • > $500
    • what is a PDA?
    • CowboyNeal
    1. Re:new poll by Juln · · Score: 1

      well, the real question for me is 'how much would you shell out for a pda'. Since I only want one with a color screen, and windows ce anything is useless to me (and boring), this thing seems pretty cool. I don't want to pay more than $420, myself.

      --
      Juln
  34. GPL by FrankBough · · Score: 1

    Is Embedix GPL'd. If not, why not? If so, will Sharp be releasing source for everything on it?

    1. Re:GPL by Anonymous Coward · · Score: 2, Informative

      Embedix itself is more than a single application (an embedded distribution), and as such the label "gpl'd" doesn't quite fit. Parts of it ARE, but it contains code that causes it to become royalty bearing and not entirely open source.

  35. mexb0x by huntdwumpus · · Score: 2, Interesting

    The Japanese version has everything and the kitchen sink. Let's hope they have at least half the functionality in the US Linux version.

    Check out the main page (Japanese)
    Here's a page with the wireless modem and camera
    And mpeg4 video playback (with add-on encoder is very cool too)!

    1. Re:mexb0x by frankmu · · Score: 1

      looks like they have a cool video recorder to do mpeg4 stuff. and it comes in silver and black! Sharp seems to have a bunch of accessories that ties into the zaurus too. perhaps a "hello kitty" version isn't too far away.
      btw, the developers forum mentions you can attach a microphone/headphone ... like a cell phone attachment. a pda/dictaphone device would be nice for me, and i can show movies of my 2 year old too!

      --
      Supreme executive power derives from a mandate from the masses, not from some farcical aquatic ceremony.
  36. More Information on the SL-5000D by Hellvetica · · Score: 2, Informative

    Device specs, more pictures, etc.

    http://more.sbc.co.jp/slj/index.asp

  37. Their Web developers suck by Anonymous Coward · · Score: 0

    Fine-looking device, but become a developer and
    things look creaky:

    From:

    http://developer.sharpsec.com/IntermediatePage.cfm

    UK Site RELIES on Flash, with nothing to tell you that. That makes me MAD!

    The UK "Order" site is not even open for Pre-orders.

    The US "Pre-Order" site is for Orders.

  38. Re:nice hardware, but the software... X11? by MarkMac · · Score: 1
    I am not aware of ANY PDA that is capable of running some combination of Linux/X11 well. I'd certainly be interested in learning otherwise. My impression is that memory and performance are still issues in implementing X11 on such devices, especially compared to other available graphical interfaces.

    Then of course, there are the commercial issues against X11 - your average PDA consumer only cares about quick performance, a useable interface and lots of possible applications - something that X11 doesn't particularly offer. The target market is not for geeks and specialized applications (which is relatively small).

    There has been some discussion on the Sharp Developer's comment posting web site about the possibility of implementing X11 on this device (the short answer is that Sharp has no plans to implement it).

  39. Re:Sharp the Microsoft Bigots - not! by KingAdrock · · Score: 1

    So how do you differenciate between growing pains and an evil plot? If this was an MS site there would be 30 posts bashing the tactics of the worlds largest software maker. But because it isn't, it is just "growing pains." Oh well!

  40. Read the article by SanLouBlues · · Score: 2

    "Using a 206 MHz Intel StrongARM processor, 16 MB Flash ROM, 32 MB SDRAM and a 240 x 320 reflective TFT LCD, the SL-5000 series sounds eerily similar to the latest PPC 2002 devices . . ."

  41. Re: X11? Why on earth? by King_TJ · · Score: 2

    I just find it slightly amusing that so many Linux users bitch and moan endlessly when they discover that "Sorry, but on your laptop's video chipset, X is only supported in 640x480 standard VGA." ...Yet some of these same people want to see X run on all manner of portable/pocket-size devices with screens that can't do more than half that resolution!

  42. sorry but it has to be said by gavlil · · Score: 1

    imagine a wireless beowolf cluster of these :-)

    --

    Do Unto Others As You Would Have Others Do Unto You - ONLY HARDER!
  43. Re: Typical users don't want choice? by King_TJ · · Score: 2

    I, too, agree with the above posts - except the statement that "Your typical user doesn't want choice" bothers me a little bit. I think what you're really trying to say is that the typical user doesn't like confusion; AKA. too many illogical ways to perform the same command in a particular application or operating system.

    I believe the typical user *does* prefer choices. Otherwise, you wouldn't see Microsoft selling those "Plus!" packs seperately for all of their Windows '9x products. People will pay extra to be able to add more custom sounds, backgrounds, animated mouse pointers, etc. They like having more choice/flexibility to customize the GUI. Mainframe and minicomputers never had appeal to the "typical user" because they were dull, dry and boring. It took the advent of the "personal computer" to spark interest in the average person, even if some of those same people use to use minicomputers/mainframes daily in the workplace. The whole name "personal computer" implies ability to personalize/customize/make unique.

  44. I wonder why they are not using Konqueror embedded by Anonymous Coward · · Score: 0

    Seems like a better choice to me.

  45. My coat... by PoiBoy · · Score: 1

    My coat has a total of six pockets in it. Just imagine ... walking around with a beowul... Oh never mind.

    --
    Sig (appended to the end of comments you post, 120 chars)
  46. iPAQ/Familiar by Mr.+Fred+Smoothie · · Score: 1
    The Familiar distribution running on Compaq's iPAQ series of handhelds is shaping up to be a very usable distribution. It's X-based and uses Keith Packard's TinyX X server implementation which -- IIRC -- weighs in between 500K - 800K, takes up relatively little memory and runs quite well.

    The biggest issue is the window manager, and Carl Worth has done a great job of hacking the Ion window manager to be at least adequate.

    Also, Mandrake of Elightenment fame is reportedly working on a new wm specifically for handhelds.

    --

  47. wasn't this PDA supposed... by NM156 · · Score: 1

    ...to contain the (in)famous Amiga DE and the JVM from UK's Tao Group? Every time I see the specs of this thing, they change. The only thing static is the Lineo Imbedix. Sheesh, Sharp, make up yer mind already! I'd really like to get one of these things.

  48. GCC on 206MHz StrongArm... by Mr.+Fred+Smoothie · · Score: 1

    works -- slowly. It's no fun. I've done almost all of my development for iPAQ using the cross-compile chain from handhelds.org because kernel compiles shouldn't take a half hour.

    If you're asking will it run apps written in C? Of course, as long as they're compiled for ARM.

    --

  49. Re Do with it.. whatever you can by d.valued · · Score: 3, Informative

    1. Yes, it is eminently hackable.. but on Sharp's site, they say that it won't be possible to make it into a microserver. (However, a CF II slot means that you CAN connect a pricey 802.11b card to it... ultra-small, ultra-portable Web surfing and hacking). 2. Unless you've a wallet large enough to deserve a combination lock, it's not gonna be that good an MP3 player at first. Granted, they're working on Microdrive support, but the RAM is only 32 MB and the only other media slot is SD (or SmartMedia..? I've never messed with SD before.). 3. If you register with their site, you can pre-order a Developer's Version for $400. Delivery by end of month. (ps: Those site refs are very incomplete; just click the hyperlinks.)

    --
    I used to be someone else. Now I'm someone better.
    Real life is underrated.
  50. QNX will release QNX iPAQ (free non-commecial use) by Anonymous Coward · · Score: 0

    The only thing that is holding back the release of QNX iPAQ is their unfinished documentations --- you can take a look at the half-finished documentations here.

    http://207.198.90.123/ipaq_bsp/

  51. Big deal. by Lumpy · · Score: 2

    Another closed "linux" PDA. WE've had several now and none of the manufacturers will freely give out the hardware specs so that developers can do what they want on the device. WE have to completely reverse engineer the devices in-order to get a full understanding and full use out of the devices. If sharp will happily give me the schematics or complete technical documentation so I can blow away their linux install and put my own on there in an Ipaq-esque way then I'll take notice of the device. But until then it's just an overpriced Ipaq that is trying to capture the "linux" sales hype. People will buy a linux based device because it's possible to upgrade it yourself or write software yourself. (hence the populartity of the Palm platform... anyone can write apps for it, and the dev kit is 100% free as compared to the several thousand dollars you have to spend to write software for the CE or pocket windows platform.)

    So anyone have links to PDF's or PS files that completely document the machines Hardware interface? how about the bootloader sourcecode? or info on how to blow away their bootloader and install my own? I'm betting that they will never release that information.

    --
    Do not look at laser with remaining good eye.
  52. Re:QNX will release QNX iPAQ (free non-commecial u by Nikau · · Score: 1

    That's excellent to know... Thanks for the info. Maybe I'll try to lay my hands on an iPaq now. :)

    --
    There is no escape from The Muffin.
  53. And it runs the new Amiga! by bdevlin · · Score: 1

    This is the unit that runs the new Amiga runtime environment, using the intent virtual processor from Tao.

    Amiga lives!

  54. Re:nice hardware, but the software... X11? by mj6798 · · Score: 2

    Did you even read the message you are responding to? X11 runs fine on the AgendaVR (a 66MHz MIPS) and the iPaq (a 200MHz ARM). It was developed on and for low-end DEC workstations with considerably less power. I won't repeat the other arguments.

  55. input method by joshuaos · · Score: 1
    Fuck the "thumbboard", on a device of this form-factor, I'm for a software FITALY keyboard all the way, baby!

    cheers, joshua

    --

    When in danger or in doubt, run in circles, scream and shout!

  56. X11 on a handheld? by MarkMac · · Score: 1

    If you lower your expectations far enough then you indeed could say that X11 runs fine on an Agenda VR (note: "fine", not "well") - I'm sure Windows 98 works just "fine" on a 16MB Pentium PC too! (And those old "3-M" machines way back when the X Window System was first released ran slow as molasses compared to what anyone today is used to). There are good reasons why X11 isn't widely adopted (yet) on PDAs and likely won't be without extensive modification - while it has advantages for porting applications, by the time you add a window manager, widget sets, etc. etc. you have a pretty heavyweight graphic system. Stripped down versions of "X" and Xlib-like libraries are available (Tiny-X, W Windows, FLTK) but so far they have their own trade-offs. I hadn't heard of the "Familiar" Linux distribution which sounds like a great step in the right direction ...

    1. Re:X11 on a handheld? by mj6798 · · Score: 2
      I hadn't heard of the "Familiar" Linux distribution which sounds like a great step in the right direction ...

      If you don't have any experience with X11 on handhelds, what basis do you have for making all these claims about its supposed inefficiency?

      I've used X11 on 20MHz 386 machines with 4Mbytes of RAM, on 68020 machines, on an AgendaVR3, and on an iPaq. Trust me, it's fast enough. And Qt/Embedded's resource requirements are no less than X11.