


Nokia 770 Internet Tablet Reviewed 198
phaedo00 writes "Ars Technica has reviewed the Nokia 770 Internet Tablet which is powered by a variant of Debian Linux. Eric Bangeman praises the device for its "wow" factor and has high hopes for its potential, but nagging issues with the implementation, relatively weak specs, and small software library lower the device's chances of becoming a hot item. From the review: 'The 770 could also use some beefier hardware. One of the attractive things about the 770 for me is the price--US$359. In order to hit that price point, I imagine Nokia had to make some hardware trade offs. Unfortunately, those make themselves glaringly apparent at times. 128MB of shared memory isn't enough; neither is a 250MHz ARM processor.'"
Debian...w00t! (Score:5, Funny)
The new... (Score:1)
Game plan for success (Score:1)
Rendering engine (Score:1)
KHTML / Konqueror soon... (Score:5, Informative)
Nokia has been collaborating [kde.org] with KDE [kde.org] developers to build a browser for some of their other embeded systems, such as the Series 60 Smartphone. Nokia engineers have stated that KHTML is more resourceful than Gecko, has a cleaner architecture, and starts up faster. Also, KHTML is free (LGPL), while Opera is proprietary and therefore probably requires them to pay licensing fees and royalties.
Re:KHTML / Konqueror soon... (Score:3, Informative)
Not surprising (Score:2)
Opera can work decently on slow hardware (full-blown engine works on most hi-end mobile phones).
AFAIK KHTML and Minimo aren't ready to compete in these areas (yet).
Re:KHTML / Konqueror soon... (Score:2)
Agree on wanting something beefier (Score:3, Interesting)
Honestly, I'd like to see something OQO'ish in the $599 price point range that can run Linux. That would probably be the best of both worlds.
- Greg
Re:Agree on wanting something beefier (Score:2)
Re:Agree on wanting something beefier (Score:2)
I think the screen width of 800 pixels would put it in a different class. That's the minimum usable size for a decent web client IMHO. Even 640x480 is pushing it on a Palm-sized device - the pixels are very tiny. (Not that I'd ever want a grainy screen, but at some point more pixels just look better instead of also equating to more screen real estate).
Re:Agree on wanting something beefier (Score:4, Interesting)
Zaurus (Score:2)
Re:Agree on wanting something beefier (Score:2)
Re:Agree on wanting something beefier (Score:2)
Re:Agree on wanting something beefier (Score:3, Insightful)
In addition, it's a lot harder to install Linux on the OQO than it is on a normal desktop, if you read the instructions in the parent's URL. All this makes the device a lot less attractive.
Wouldn't we all, friend... (Score:5, Insightful)
In other news, I really wanted to like the Kia Rio, but was seriously disappointed by the 110-horsepower engine, which is probably a function of the low price point ($10,570). This is in contrast with something like the Ferarri F430 which looks to be very cool, but costs $174,585. Honestly, I'd like to see something Ferarri-ish in the $15,000 price point range that can do a 13-second quarter mile. That would probably be the best of both worlds.
Re:Wouldn't we all, friend... (Score:2)
Re:Wouldn't we all, friend... (Score:2)
Re:Wouldn't we all, friend... (Score:2)
It doesn't have to be that way (Score:2)
I agree completely. Why on earth go with a 250Mhz arm for the processor? That's 5 year old tech at least. For maybe 50 bucks more they could be running AMD Geode x86 [amd.com] at 1Ghz at least. The thing would be a PC you could hold in your hand. You wouldn't have to port anything to it. Every linux distro would work straight from the iso images. Wine and Windows XP would run on it. And software you could buy at CompUSA. All major GPS software would work on it. It would be a no-compromises handheld.
Re:It doesn't have to be that way (Score:2)
ARM cores have a very good performance to power consumption ratio, that's why they are used in PDAs, phones etc. But 250MHz is a bit slow indeed, and I wonder how much the 770's software benefits from the OMAP's DSP core...
Re:Agree on wanting something beefier (Score:2)
Re:Agree on wanting something beefier (Score:4, Informative)
Re:Agree on wanting something beefier (Score:4, Insightful)
Re:Agree on wanting something beefier (Score:2)
Dasher developer agrees (Score:5, Informative)
I was emailing Chris Ball, one of the developers of dasher [cam.ac.uk], which is a very novel and efficient method for character and word input. Unfortenately, I was dismayed to learn that:
We finished the port. Problems:
So I don't think we're planning a release.
What a shame. I thought that with the maemo platform being open-source, this would be a killer device.
Re:Dasher developer agrees (Score:2, Insightful)
Eh? It's a 250 MHz ARM processor! If they can't get it to work fast enough on there, they need to retake CompSci. I could understand perhaps if graphical performance was the limiting factor, but somehow I don't think so. Since I don't believe that Ball actually failed CompSci, I think the real reason is the second part:
The hildon-input-method dynamic library is closed-source, so we can't get it working as an input metho
Re:Dasher developer agrees (Score:4, Informative)
> [Me] Do you think the slowness problem comes from the smooth animation
> of the letters scrolling?
[Chris] No, I think it comes directly for the probability calculations needed to determine the size for each Dasher node. The CPU on the 770 really isn't that high-spec.
Here's [cam.ac.uk] a paper that Chris directed me to.
Re:Dasher developer agrees (Score:2, Insightful)
God invented Fixed Point math for a reason. That reason was so that calculations on a processor with no FPU could be nice and speedy. Back in my day, we had to make due with 16 bits of fixed point precision, and we liked it that way. (Or more like, we had no idea that anything else existed. BASIC and other contemporary languages used Fixed Point.) Now they've got a 32 bit processor, running at 5
Re:Dasher developer agrees (Score:2)
The source code is freely available. I would really enjoy it if you were able to make dasher run at a reasonable speed on the 770.
Re:Dasher developer agrees (Score:2)
Re:Dasher developer agrees (Score:2)
Re:Dasher developer agrees (Score:2)
Re:Dasher developer agrees (Score:2)
Re:Dasher developer agrees (Score:2)
Re:Dasher developer agrees (Score:2)
BTW it's Mjg59, not Mig59.
Re:Dasher developer agrees (Score:2)
Re:Dasher developer agrees (Score:2)
Re:Dasher developer agrees (Score:2)
Re:Dasher developer agrees (Score:2, Interesting)
Re:Dasher developer agrees (Score:2, Insightful)
Also, if it is the FP in Dasher causing a problem, you can link to software FP libraries, which ought to be lots faster than the kernel method (the CPU executes an FP instruction, which causes an unknown instruction abort. The kernel traps the abort and synthesises the FP in software. Yes, it is as slow as it sounds
Re:Dasher developer agrees (Score:5, Informative)
If you grab Dasher CVS right now and build it for a Maemo target (./configure --with-maemo), you'll get something that runs at a just-about usable speed. The floating point has all been removed from Dasher itself, which helps things a great deal (I got about an 8-times speedup from removing a small amount of floating point code - integer maths is pretty much good enough in this case)
The hildon-input-method dynamic library is closed-source
More of a problem. There's currently no API documentation for producing an input application in Maemo, which makes it difficult - ideally, Dasher would be integrated in the same way as the keyboard or handwriting recognition. The other issue is that Dasher makes much better use of vertical screen real-estate than horizontal. On a device like the 770, Dasher would work much better at the side of the screen than at the bottom - and that's something that the libraries just don't support at the moment.
On the plus side, porting Dasher and making it look and feel like a native Maemo application took about 3 hours, including setting up the Scratchbox build environment. Compared to developing for the Zaurus, the 770 is an absolute dream. I'd actually put it ahead of developing for PocketPC, too, despite the lack of a specialised IDE. It's a really nice device for developers, and (despite the occasional obvious lack of performance) it's a much better integrated device than any other small, portable ARM based machine that I've ever used.
So, there's certainly hope for Dasher on the 770 - it's just something that I don't have time to work on at the moment (I'm doing a PhD in genetics right now, so don't have anywhere near as much time to hack on stuff as I'd like to), and Chris has left for the US and h0t chixx0rs (well, possibly only the one). The current performance issues are primarily down to the amount of time taken to draw all the anti-aliased letters, and the simple optimisation of disabling anti-aliasing for them or using Xft directly rather than going through Pango would probably help greatly. Then somebody just has to spend enough time working with Nokia to deal with the input API, convince them to add support for vertical input widgets, rebuild it and things would work beautifully.
If anyone's interested in hacking on it, then check out http://www.inference.phy.cam.ac.uk/dasher/Develop
Re:Dasher developer agrees (Score:2)
I always thought that Dasher was a neat idea. Unfortunately, I just didn't see it showing up in a useable device any time soon. Now that it's been ported to the 770, it looks like there's finally a really good use for it. Here's hoping that you can get Nokia interested in helpimg to improve your work.
Re:Dasher developer agrees (Score:2)
Re:Dasher developer agrees (Score:2)
(Yes, it flips to work left to right on left to right languages)
Re:Dasher developer agrees (Score:2)
Oh, and I can do 30wpm hunting and pecking quite easily.
Sheesh (Score:2)
All that and more (just look at the specs) for that price in a small package "isn't enough"?
Can you say techno-blase?
Re:Sheesh (Score:3, Insightful)
35 years ago it was "Future Shock", when market demands of science and technology create such rapid changes that it leaves people incapable of adjusting fast enough, leaving them in a state of perpetual disorientation.
Now we have just the opposite, where the insatiable market demands for faster, cheaper and better technology based products cannot be adaquately met by scientific research quickly enough, leaving consumers in a perpetual state of disillusionment and disappointment.
Modern PDAs are faster (Score:2)
My Asus 716 which is almost two years old has a 400MHz Xscale in it as well as being easy to expand via a SD and compact flash slots. At time of purchase is was less than $400.
Just making a quick look - $400 for the top of the line Dell Axim gives you:
624MHz Xscale
64MB SDRAM
16MB video RAM
256MB Flash memory built in
VGA resolution screen (640x480)
Expandable via SD, Compact flash
Integrated bluetooth and wifi
Re:Modern PDAs are faster (Score:2)
Some drawbacks. (Score:2, Funny)
Re:Some drawbacks. (Score:2)
Oh yeah, they'll release an XP version just as soon as Microsoft completes the ARM port, any time now...
Even if it had to be in a dual-boot configuration, it'd make gaming easier
You do realize computing != beige box PCs right?
Re:Parent's sig (Score:2, Offtopic)
Spelling tip: 'Grammar [reference.com]', not 'Grammer' [reference.com]
Re:Parent's sig (Score:2)
Re:Parent's sig (Score:2, Offtopic)
Re:Parent's sig (Score:2)
Re:Parent's sig (Score:2)
Perhaps they don't. Sometimes I find jokes less funny because the premise has a gaping logical flaw in it. I find it particularly irritating when I can see a way the joke could have been told without the logical flaw.
That doesn't mean I don't get the joke, it simply means that the joker's delivery was flawed. It would be a sad day for humour if I had to explain that, but fortunately I d
Re:Parent's sig (Score:2)
Yes, but the response to that is not to criticise the joke as if it was meant seriously.
Re:Some drawbacks. (Score:2)
Re:Some drawbacks. (Score:2)
Well you can do plenty of gaming on a 4 inch touchscreen. There are tons of great PDA games available that use a stylus. Not just puzzle ones like Bejeweled and Bookworm but stuff like Age of Empires.
But yeah as for "dual booting into XP for gaming", I sure the poster was a troll, I can't imagine being that stupid.
Re:Some drawbacks. (Score:5, Insightful)
Another Review.. (Score:3, Informative)
But does it run... (Score:2, Interesting)
you thought I was going to say 'Linux', didn't you
One-handed browsing (Score:5, Funny)
Ummm...
Re:One-handed browsing (Score:2)
Backordered (Score:3, Informative)
A review from a Nokia 770 Owner (Score:5, Informative)
Its a 800x480 display, just beautiful! Not to mention the browser is a full one! No PDA versions of web pages, no side scrolling. You can zoom in, browse history and book marks it works!
I installed very easily mind you, GAIM for IM, Doom a bunch of other little games, an xterm, they have SSH for it, and the library is growing!
Drawbacks:
Occasionally, when using it not as intended, say using the not-ready or polished GAIM, or lets say loading up 20 web browsers, with your rss feeder in the background its going to run out of memory. This is an internet tablet, it has RSS feeder, web and e-mail and its all fully featured and ready to go out of the box. If you use it as intended it works and thats that!
Contrary to any reviews I have NEVER encountered any wifi flakyness or bluetooth crazyness. I have used it every day for about a week now, and it is just SOLID. Its design is slick as snot! check out the screen shots below, and check out nokias own site for the 770, its silver metal case and its included pouch is just awsome.
and of course, it runs linux! all my Ipaq and palm friends are very jealous!
check out http://maemo.org/ [maemo.org] for more info.
For screenshots: http://maemo.org/screenshots.html [maemo.org]
Third party applications you can install at the click of a button: http://maemo.org/maemowiki/ApplicationCatalog [maemo.org]
Another Nokia 770 site: http://www.internettablettalk.com/ [internettablettalk.com]
Re:A review from a Nokia 770 Owner (Score:2)
The N770 has no PIM suite! I repeat: no PIM suite.
For me, this is a pretty fundamental omission. Someone is working on a GPE port. I'll probably buy one of these boxes when it can replace my Palm IIIxe. For now, I'm in the process of returning the one I borrowed from a friend. It's awesome, except for the one task I use a palmtop device for most often.
Biggest gotchas: flash slot and USB missing (Score:4, Insightful)
Additionally, I'd use it as a portable viewer of some sort. But what kills it for me is that it doesn't have a standard USB host port or a standard SD or CF slot. Either/Both of those would let me plug in a memory card or thumbdrive and view/transfer/share the contents. RS-MMC is not going to cut it if you'd like to pop in the card from your camera and see images on the screen, and without the standard USB host connector you can't even use a cheap card reader to view. (a hack will enable host mode, but the connector won't be right and can't supply power by itself )
Bluetooth and WiFi are great, but being able to read/write common external storage devices are important too. The lack of them is what killed it for me.
wifi and ssh? (Score:3, Interesting)
It's supposed to work with ssh. If that's true, you should be able to drag and drop your files from any computer using Konqueror.
I've done similar with a Zaurus running OpenZaurus [openzaurus.org]. Using GPE, you can even run stuff via X forwarding, which is kind of fun, but silly if you are really intersted in a laptop replacement that fits into your pocket.
Yes, having
Re:Biggest gotchas: flash slot and USB missing (Score:2)
Re:Pepper Pad (Score:2)
If/When the Pepper Pad people go belly up I'd be happy to grab one or two for $100 from Woot or eBay. They could replace my Audreys as generic web viewing devices.
That key feature... (Score:2)
I think the problem with specialized devices like this is that everybody is going to miss that one feature that _they_ really need. So in the end, to please anybody, the device ends uphaving to be a complete computer like the OQO. And then people complain about feature creep, and why they have to spend money on all those features that _they_ didn't need.
My missing feature: video out. With video out, I could bring this device instead of a laptop when I travel, and connect use it to run to presentations from
Handwriting Software (Score:3, Interesting)
Graffiti like recognition from GPE (Score:2)
Graffiti like handwriting recognition comes and goes on OpenZaurus [openzaurus.org]. Rosetta and Xstroke have done the same. Why it goes away, I don't know, but when it's there it's about as good as Palm's ever was and WAY better than any M$ device ever dreamed of being. You should be able to apt-get it if it's available for use.
Review was a lot better than I thought it to be. (Score:2)
I wonder how well the video chipset of the GP2X and Nokia 770 stack up against each other. It's sort of a shame the nokia didn't put some buttons on both sides of the device, maybe you could play some old games on it (1942, Galaga, etc). Also I wish support flipping the but
How does it compare to Dell? (Score:3, Informative)
not much better than a Zaurus in other words (Score:2)
What's with that RS-MMC crap that only Nokia is using? There is no way they couldn't afford the space for an SD slot. They are as bad as S
Amen -- quit it with the memory cards (Score:2)
I'm right with you on that one. Using some bizarro memory-card format that's only used on some cellphones (I don't care if they're Nokia's cellphones) was the nail in the coffin of my interest in this device. I hope it's successful because I like the concept, but they shot thems
Re:Amen -- quit it with the memory cards (Score:2)
Re:Amen -- quit it with the memory cards (Score:2)
Meritline.com [meritline.com], which traditionally sells media quite cheap, has a 1GB MMC-RS for $95 USD. A regular MMC costs $58 for the same capacity. CompactFlash is about the same -- however CF has the additional advantage of going all the way up to about 8GB also.
The kicker for me is that if they had used a regular MMC slot, they would have given consumers the choice of either format, since you can put an RS-MMC into a MMC s
Re:not much better than a Zaurus in other words (Score:2)
Re:you're gonna loooove micro-SD then (Score:2)
I like how some Zauri have both CF and SD slots. Both very well estab
Sad (Score:2)
Phone Function (Score:3, Interesting)
I will wait to check their next release...
Re:Phone Function (Score:3, Insightful)
It was plain good design that they a) didn't even try to make it a phone but b) made it dead simple to allow it to bluetooth off the awesome phone you already have. (If you don't have one by now, get one, they're everywhere). I'm tired of otherwise great phones that try and horribly fail at trying to browse the web (and mediocre
Re:Phone Function (Score:2)
Re:Phone Function (Score:2)
Buy it here online (Score:2)
Main site: www.nokia.com/770
USA site: http://www.nokiausa.com/770 [nokiausa.com]
Buy it here(on back order in US): http://www.nokiausa.com/add_nonactivated_phone_to
Maybe not if you like Java (Score:3, Insightful)
Remember Wirth's Law: "Software gets slower faster than hardware gets faster." Maybe it'd help if the GUI toolkit was implemented in ROM instead of using GTK or whatever bloated "modern" system this is dependent on. Just to name one example of a poor implementation choice for a portable device.
Besides all that, Delphi for instance is capable of producing executables under a few hundred K. You could install several of those on half of 128MB. Honestly, with a device that is meant to be connected to the Internet and thus able to take advantage of lockers, streaming audio/video, etc., I just don't see why the provided hardware shouldn't be more than enough.
This thing is basically a powerful Apple Newton (as originally designed, not as it was released) with a disappointingly poorly implemented OS.
Re:Maybe not if you like Java (Score:2)
Quit living in the past (Score:2, Interesting)
Oh, and did it have a web, browser? Or any of these:
Audio: MP3, MPEG4, AAC, WAV, AMR, MP2
Video: MPEG1, MPEG4, Real Video, H.263, AVI, 3GP
Image: JPEG, GIF, BMP, TIFF, PNG, SV
Comparison with zaurus (Score:2, Interesting)
640x480, keyboard, 64MB RAM, 128MB ROM, CF, SD, 416Mhz ARM cpu, USB host capable
Your opinions will very depending on your use (note no built in networking on the Z), but I'd rather have the faster CPU than the slightly better screen and networking.
no built in networking on the Z (Score:2)
Quit whining... (Score:3, Insightful)
On all the forums I visit I hear people whining about mobile devices having weak specs like insufficient RAM and slow processors.
The answer that comes up eventually is this:
- RAM, CPU and video chips eat power, raw.
- People don't want bulky batteries in their mobile gadgets.
These two are at constant odds with each other, so unless someone comes up with more energy-efficient alternatives for all the above-mentioned, I'm afraid we'll be stuck with things the way they are for a while.
Quote from an interesting blog posting on MSDN (about the virtues of Persistent Storage on Pocket-PC's) [msdn.com]:
A typical battery holds 1000mAh of charge. 128M of RAM takes about 500mAh to stay resident for 72 hours. 64M takes about 250. This is why you never saw a 256M WM 2003 device. It would have run for a minute then decided its batteries were critically low.
So there you have it. If you don't trust the numbers (why should you, even if the article is quite recent?), look them up, then do the math.
Re:no way... (Score:2, Insightful)
i really think there are some companies that are just so huge and well known already, that noone will be convinced to buy from them based on a commercia
Re:no way... (Score:2)
They do, and it does.
if tampon producing companys stopped all television advertising right now, i can guarentee none of them would see a loss of profit for the next quarter due to their lack of tv ads.
Wrongo. Maybe not the next quarter, but in a year...profits down by 25%. I used to work for a marketing research company. The amount of money companies spend on getting 'just the right ad'
Re:no way... (Score:2, Offtopic)
They don't like spending all that money, but they're on a treadmill that they cannot jump off.
Advertising is like a nuclear warhead: You only need it because the other has it as well.
Re:The hardware's not the problem (Score:3, Interesting)
I assume that you haven't tried the N770 yet. The applications are reasonably optimized for that device and from my point of view, the benefits of using X11 outweight the drawbacks. Opening a new application takes time (a few seconds) but once the application is loaded, it runs quite well. Most of the performance bottlenecks that I have hit seem to be related to the size and s