Sunday, February 08, 2009

Hands-On With JaJah's iPod touch VoIP App [VoIP]

Source: http://feeds.gawker.com/~r/gizmodo/full/~3/wtUTrjKN5x0/hands+on-with-jajahs-ipod-touch-voip-app

Jajah isn't the first VoIP app for the iPhone/iPod touch, but it's the first that let's you send/receive SMS messages over wi-fi. I got a brief look at it, and so far, so good.

Previously, the JaJah app for the iPhone was used as a middleman to connect people on VoIP to your cellphone, but it still required a mobile plan, and used minutes. Now, the Jajah app works entirely over wi-fi, meaning you can use the iPod touch, and make calls without a mobile plan. It also works on the iPhone, but won't work over 3G or EDGE, because then AT&T wouldn't make any money.

The strength of this Jajah app is simplicity, and that is a good thing. It doesn't try to work with a million different communication services (such as Fring or IM+), and it maintains much of Mobile OS X's design DNA. This makes the app extremely easy to use.

Placing a call is as simple as selecting a contact from your list, or bringing up the dialpad and entering a number. Similarly, sending a text over IP (handy for international SMS) looks like it's pretty much the same as sending a normal SMS, except that you're inside the JaJah app. I got to see the UI for sending an SMS, but because the service isn't set up yet, I didnt get to see it go through.

As for call quality, voices sounds a tad on the tinny side, but not to the extent that I would say it's bad quality. There's also a few seconds of lag while the data passes through JaJah's servers, yet that's no huge surprise either.

The cool thing is that JaJah would like to work with Mobile Carriers on branded solutions, and expect carriers to offer flat rate VoIP service using ! the JaJa h technology. This means you wouldn't need to buy minutes, you'd just pay one dollar amount every month for unlimited use. In any case, VoIP junkies should look at JaJah when it comes out in a few weeks.



Read More...

How To: Hack Android For Multitouch Web Browsing on the T-Mobile G1 [How-to]

Source: http://feeds.gawker.com/~r/gizmodo/full/~3/NrXsHaU6Fqc/how-to-hack-android-for-multitouch-web-browsing-on-the-t+mobile-g1

Android's new 1.1 update doesn't include multitouch because Google is scared of Apple. We are not, however, and nor should you be-follow our guide to get iPhone-like multitouch browsing on your G1 right now.

As teased yesterday, this update will also give you all the new Android 1.1 firmware features, so if you haven't received your over-the-air update from T-Mobile yet, wait no more and follow our guide. And on top of the added multitouch features, the hacked ROM you're going to install will also include handy root access to your G1 for further hacking.

Many thanks in particular to the folks at the xda-developers forum, the #1 hangout for HTC phone tweakers on the web.

What You'll Need:
• Your G1
• USB cord
JFv1.41_RC33.zip-an Android RC33 ROM With Multitouch assembled by a nice chap that goes by the name of JesusFreke.
• An old RC29 ROM (with root access bug)
• An Android recovery image
• A micro-SD card reader (maybe, if you mess things up)
• The Android SDK (for installing more multitouch demos)

Let's get started:

Downgrade Your Android Software to Gain Root Access
Even though Android is open source, access to the root user is disabled by default, so you still have to work to get root access. To do that you have to exploit a well publicized bug in an earlier Android build that easily allows you to slip into root access easily.

Note: In doing this, you will lose everything you have saved to your phone. Your synced Google Account info will of course! stay pu t, but you'll lose your installed apps, text messages, and anything you have on your SD card. Searching "backup" in the Android Market will lead you to apps that can backup your SMS messages and other files.

1. Your phone is likely running either the RC30 (1.0) or the new RC33 (1.1) version of the Android software (you can check under Settings -> About phone -> Build number). RC29 is the one with the bug, so you'll need to download that file here (grab this one if you're in the UK, and perhaps seek out a UK-specific guide, as we're talking North American language here and I don't want you to hurt your phone).

2. Reformat your phone's SD card to the FAT32 format.

3. Rename the downloaded file to exactly this: DREAIMG.NBH in all caps for the extension and the filename. It matters. It will still show up with a lowercase extension in the bootloader, but that's OK, as long as the file you dropped on your SD card was named properly, you won't get a FAIL.

4. Drop the downloaded and renamed RC29 file onto your SD card via USB, power your phone off, and then power it back on while holding down the camera button. This will bring you into the bootloader. Press the power button to start the update, which will wipe your phone and install the old software.

5. When it's done you should get a declaration of success. After that, hit the trackball button (known as the "action button" in the darker recesses of the G1's bootloader) and then press Call, Menu and End simultaneously to reboot into your downgraded G1. You'll see that you're starting from scratch.

6. Sign in to your Google account and then grab the "Telnet" app ! from the market. You'll need this to exploit your newly gained root access.

Update Your G1 With a Multitouch-Enabled ROM
Now that you have not only the permission but the impetus to do naughty things with root access, it's time to install the updated Android files.

These are assembled by a nice chap that goes by the name of JesusFreke on various phone-hacking forums. He's the one, primarily, who made all this multi-touching on the G1 possible.

1. Grab Le Freke's RC33 v1.41 ROM (the one with multitouch goodness baked in) and rename it from "JFv1.41_RC33.zip" to "update.zip"-all lowercase-and copy it to your SD card.

2. Also grab this tweaked "recovery.img" file and also copy it to your SD card. Eject your SD card from your desktop and unplug the USB cable when you're done.

3. Now that you're in the exploit-y RC29 version, your phone will start responding to various Linux commands you type on the keyboard no matter what you happen to be doing in Android at the time. Fun! What you need to type to get root access is:

telnetd

You may find yourself in some odd place in the OS, but it doesn't matter-if done correctly, a telnet server should be running in the background on your phone.

4. Open up the Telnet app you downloaded from the Market, type in "localhost" in the box if it's not there already, and tap "Connect to server." You'll see some weird ASCII characters, but all should be well. To test, type this in at the prompt (make sure you've ejected your SD card from your computer and detached! the USB cable):

ls /sdcard

You should see the names of the files you copied (if you don't, try step 3 and 4 again).

5. Now it's time for some more command line magic. You'll need to type four more commands to mount the file system in a writeable state, change to the system directory, copy the recovery.img file from your SD card to your phone's /system directory, and flash the recovery image, in that order:

mount -o remount,rw /dev/block/mtdblock3 /system

cd /system

cat /sdcard/recovery.img > recovery.img

flash_image recovery recovery.img

You won't get any response from any of these commands other than a slight pause before the next prompt appears-that means you've done everything correctly. If you get any error messages, check for typos and try again.

6. Power down your phone, then power it back on again. One power cycle is required to complete the magic.

7. Power down your phone AGAIN. And now, while off, start it up by holding the Home button along with Power; your phone will enter into recovery mode, which normally shows a caution icon with a phone, but will in this case stream a bunch of Linux code on the screen. Wait for that to calm down, and you will reach the ROM flashing screen of Mr. Freke's design. If all looks good, press Alt+S to flash your ROM, then press Home+Back when prompted to restart into your multitouch-enabled G1.

8. Open up the browser, and try the ol' pinch-to-zoom gesture. Hey, what's that? Zooming! It's not lighting fast at the moment, but I'd say it still beats pressing plus and minus buttons to zoom.

While Mr. JesusFreke is responsible for packaging this up for consumption, we can thank Mr. Luke Hutchison for the actual multitouch coding. His blog sheds more insight on the state of the multitouch implementation you're now playing with, and illustrates how it will so! on impro ve. But let's play some more.

Download More Multitouch-Enabled Apps
In the flashed ROM you just installed, only the WebKit browser has been tweaked to accept multitouch input. But your fun shan't stop there. Hutchison has provided a few more demo apps-including a simple Google Maps app, photo browser and fun Multitouch visualizer. You can download them all in .apk package format from his site.

To install an APK package via the Android SDK, make sure you've enabled "Unknown sources" under Settings -> Applications, then follow these instructions for Windows or, for Mac:

1. Open the Terminal and navigate to the directory where you unzipped the Android SDK (you can auto-fill the Unix path to any file or directory in Finder by dragging it to the cursor point in Terminal):

cd

2. Then, with your phone plugged in via USB, type:

./tools/adb install

3. After the "Success" message, voila, the app is now on your phone.

And that's about it! Enjoy multitouch browsing, and for more Android hacking on the G1, check out these sites:

References
AndroidWiki
XDA Developers Wiki
XDA Developers Forum



Read More...

LCD "overdrive" gets explained, lamented

Source: http://www.engadget.com/2009/02/06/lcd-overdrive-gets-explained-lamented/


There's plenty of well known problems that plague LCD monitors, but the folks at bit-tech.net have set out to bring some attention to one of the decidedly lesser known issues, somewhat deceptively dubbed "overdrive." That is a technique some LCD manufactures use to artificially boost response times by increasing the voltage used to make liquid crystals change state, which does in fact increase the response time, but also has the nasty side effect of input lag and what's known as "inverse ghosting." While both likely go unnoticed by the majority of users, they are each able to be easily demonstrated and, as they say, once you see it, you likely won't be able to unsee it. The good news is that each issue can be easily tested, and Bit-tech commends LG in particular for switching to a new technique known as "Through Mode," that actually increases response time while also eliminating lag. Be sure to hit up the link below for the complete rundown, complete with plenty of helpful pics and videos.

Filed under:

LCD "overdrive" gets explained, lamented originally appeared on Engadget on Fri, 06 Feb 2009 13:56:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Read More...

Nokia's E63 NAM now on sale at Chicago flagship store

Source: http://www.engadget.com/2009/02/06/nokias-e63-nam-now-on-sale-at-flagship-stores/


So when Nokia said "in the coming weeks" at CES, we definitely expected the North American E63 to be available in the US before now. But hey, if you've hung in there this long, there's nothing sweeter than snagging a device you've been longing after for longer than originally anticipated. According to Symbian-Guru, the Chicago flagship location has received stock of the blue model, while the red flavor should be arriving at any moment; there's been no direct word on stock at the New York location, but we can't imagine the Nokia mother-ship leaving those in the Big Apple hanging. In case you've forgotten, $279.99 buys you a QWERTY-packin' S60 handset, though you should be absolutely sure you're okay without HSDPA.

Filed under:

Nokia's E63 NAM now on sale at Chicago flagship store originally appeared on Engadget on Fri, 06 Feb 2009 14:21:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Read More...

HTC, Samsung, LG looking to Snapdragon for future handsets?

Source: http://www.engadget.com/2009/02/06/htc-samsung-lg-looking-to-snapdragon-for-future-handsets/


Qualcomm's Snapdragon mobile device platform was little more than suitcase-sized prototype vaporware at CES, but with the launch of the Toshiba TG01, it looks like it's ready to make a move -- word on Digitimes' somewhat unreliable Taiwanese street is that HTC, LG, Samsung and others are interested in the high-powered chipset. We're guessing that means we'll be seeing more more hotrod Windows Mobile devices in the short term, but Snapdragon also supports Android, so we're holding out hope that those upcoming HTC G-series devices crank the gaming and entertainment factors to 11.

[Via PhoneScoop]

Filed under:

HTC, Samsung, LG looking to Snapdragon for future handsets? originally appeared on Engadget on Fri, 06 Feb 2009 15:13:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Read More...

New 3D software tracks peoples' location in buildings

Source: http://www.engadget.com/2009/02/06/new-3d-software-tracks-peoples-location-in-buildings/


It's not exactly the level of technology that'll cause Lucius Fox to storm out of a room, but this new so-called BEAM 3D mapping software developed by a pair of students from the Engineering College of Aarhus is still pretty impressive, and could be of real use to firefighters and others in an emergency. While complete details are a bit light, the software is apparently intended to be paired with a 3D sensor of some sort that's carried through a building by a firefighter or other individual, which relays information back to a handheld device that pinpoints the person's location. The downside, and a fairly big one at that, is that it only works if there's 3D plans of the building pre-loaded on the handheld. No word on a commercial version just yet, but the students did receive a bit of help from software firm Systematic, which is apparently "extremely pleased" with their efforts.

Filed under:

New 3D software tracks peoples' location in buildings originally appeared on Engadget on Fri, 06 Feb 2009 15:58:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Read More...

Intel 80GB SSD price cut by one-third, still very expensive

Source: http://www.engadget.com/2009/02/06/intel-80gb-ssd-price-cut-by-one-third-still-very-expensive/

Looks like Intel is giving some of its SSDs a more reasonable -- yet still very exorbitant -- price tag. The company has slashed the 2.5-inch 80GB X25-M from $595 in September to now $390. While a 34 percent cut is nothing to scoff at, that's still $90 more expensive than Western Digital's 2TB spinner, which offers 25 times the capacity. The company also recently discounted its 160GB variant 19 percent, from $945 to $765. No reason was given for the markdown, but it doesn't take a rocket scientist to realize the economy isn't looking too kindly on solid state's dollar-to-data ratio.

Filed under:

Intel 80GB SSD price cut by one-third, still very expensive originally appeared on Engadget on Fri, 06 Feb 2009 17:27:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Read More...

LG Arena KM900 press photo leaked... by LG

Source: http://www.engadget.com/2009/02/06/lg-arena-km900-press-photo-leaked-by-lg/


Guess LG UK apparently can't wait to show the world the new Arena KM900 -- it's published a high-quality press photo on its corporate blog ten days before the official reveal at MWC. This is also our first glimpse of that "S-Class 3D interface," and it's... definitely a spinning 3D cube with some icons on it. No further confirmation on those details we'd heard, but we'll see if this thing is more than just another touchscreen dumbphone wannabe when we get our hands on it.

[Via Unwired View; thanks, staska]

Filed under:

LG Arena KM900 press photo leaked... by LG originally appeared on Engadget on Fri, 06 Feb 2009 18:03:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Read More...

Leaked Samsung M7600 phone sports Bang & Olufsen sound, Helio looks

Source: http://www.engadget.com/2009/02/06/leaked-samsung-m7600-phone-sports-bang-and-olufsen-sound-helio-lo/


We don't know exactly where this one came from... but these leaked photos appear to be of an Ocean-esque Samsung M7600. Here's what we know about it, spec-wise: it's an HSDPA phone which will have a 3 megapixel camera, GPS, a 2.8-inch AMOLED touchscreen display, and yes, a Bang & Olufsen amplifier. We understand that it'll also sport some kind of of DJ scratching app -- which should make your nightlife way more interesting -- and that it's supposedly set to appear sometime in May of this year (though we'd be surprised if we don't see more of it at MWC). Check a few more shots after the break, and hit the read link to see the device in all its glory.

Continue reading Leaked Samsung M7600 phone sports Bang & Olufsen sound, Helio looks

Filed under:

Leaked Samsung M7600 phone sports Bang & Olufsen sound, Helio looks originally appeared on Engadget on Fri, 06 Feb 2009 18:53:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Read More...

How would you change HP's TouchSmart tx2z?

Source: http://www.engadget.com/2009/02/06/how-would-you-change-hps-touchsmart-tx2z/


The TouchSmart tx2z isn't the first multitouch laptop out, but HP's pretty adamant that it's the first multitouch "consumer" convertible tablet. Semantics aside, we're interested in finding out just how impressed you early adopters are with what the company has crafted. Are the multitouch capabilities as awesome as you had hoped? If not, what areas could be improved? Would you still recommend it to prospective buyers looking to give their digits a bit more work? We get the feeling we'll see loads of multitouch laptops gracing our presence over the next few months / years, so make sure you really unload on this one. It's what makes progress possible, people.

Filed under: ,

How would you change HP's TouchSmart tx2z? originally appeared on Engadget on Fri, 06 Feb 2009 23:16:00 EST. Please see our terms for use of feeds.

Permalink | Email this | Comments

Read More...

Amazon Kindle 2 launching on Monday -- we'll be there live!

Source: http://www.engadget.com/2009/02/06/amazon-kindle-2-launching-on-monday-well-be-there-live/


There's not much of a surprise in store now, seeing as we've already seen official photos of Amazon's newest iteration of its e-book reader (and gotten a handful of info on price and release date). Still, we'll be there liveblogging and blowing it out Engadget style come 10AM ET Monday morning -- and who knows, maybe Bezos will announce some other colors.

Filed under:

Amazon Kindle 2 launching on Monday -- we'll be there live! originally appeared on Engadget on Fri, 06 Feb 2009 23:03:00 EST. Please see our terms for use of feeds.

Permalink | Email this | Comments

Read More...

La Fonera 2.0 gets demoed on video

Source: http://www.engadget.com/2009/02/07/la-fonera-2-0-gets-demoed-on-video/


Developers have been able to get their hands on a Fonera 2.0 for some time now, but others haven't been able to do much more than stare at their current Fonera and imagine all the USB devices that'd be so much better connected to it. Now folks can at least get a pretty good idea of what's in store courtesy of a demo video from Fon CEO Martin Varsavsky himself (available after the break), which provides a decent overview of the device and includes a couple of new details. From the looks of it, the router delivers as promised, with it able to get along nicely with a whole host of USB devices including hard drives, printers, or a 3G modem, and make use of plug-ins for everything from Flickr to BitTorrent. What's more, while Varsavsky didn't offer too many specifics, he did throw out €50 or €60 as a possible price point, and said that it should be launching in the next 60 days or so.

[Thanks, estqwerty]

Continue reading La Fonera 2.0 gets demoed on video

Filed under:

La Fonera 2.0 gets demoed on video originally appeared on Engadget on Sat, 07 Feb 2009 11:06:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Read More...

Dell's Mini 9 selling for just $249 -- who needs a subsidy?

Source: http://www.engadget.com/2009/02/07/dells-mini-9-selling-for-just-249-who-needs-a-subsidy/

Dell's Mini 9 selling for just $249, who needs a subsidy?If you thought last month's $99 Mini 9 was just too cheap (unlikely), or were scared off by the two year contract that came along with the offer (rather more likely), check out Dell's latest deal. The company is selling its lowest-spec Mini 9n, offering 512MB of memory and Ubuntu installed on a 4GB SSD, for just $249. That's $100 less one went for for last September. Can't live without Windows? You'll still need to pony up another $50, but will at least get an extra 4GB of storage out of the deal. Surely one of these two bargain portables will fit into your budget and your lifestyle, but don't spend too long deciding which -- this deal expires on February 12.

[Thanks, Justin R.]

Filed under:

Dell's Mini 9 selling for just $249 -- who needs a subsidy? originally appeared on Engadget on Sat, 07 Feb 2009 14:38:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Read More...

Dell XT2 specs and availability leaked, launching on Weds?

Source: http://www.engadget.com/2009/02/07/dell-xt2-specs-and-availability-leaked-launching-on-weds/

Dell XT2 specs and availability leaked, launching on Weds?
It's been a long, long time since the first information about Dell's update to the venerable XT convertible tablet snuck out of Texas, and while we got some choice morsels of information last month, we were still missing any semblance of a release date (that original November 2008 target proved to be a bit optimistic). Now we have what could be the official spec sheet for the series and a date to boot, confirming much of what we'd heard before, like your choice of 1.2GHz SU9300 or 1.4GHz SU9400 Intel Core 2 Duo CPUs, a 12.1-inch multitouch display, up to 5GB of DDR3 memory, and either 80GB worth of platters or 64GB of SSD. Base weight is 3.62 pounds, just over the 3.5 pound target the company had been aiming for, and if this source is correct the machine will be getting an official unveiling on February 11 -- close enough that we'd advise holding off on any other tablet purchases for a few days.

[Thanks, Sam]

Filed under:

Dell XT2 specs and availability leaked, launching on Weds? originally appeared on Engadget on Sat, 07 Feb 2009 18:20:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Read More...

Panasonic's HDC-HS300 HD camcorder reviewed, thoroughly enjoyed

Source: http://www.engadget.com/2009/02/08/panasonics-hdc-hs300-hd-camcorder-reviewed-thoroughly-enjoyed/


Panasonic's HDC-HS300 was unleashed amidst a flurry of other camcorders at CES this year, but according to Trusted Reviews, it won't be hiding under the shadows of everyone else for long. Rather than bogging you down with details, we'll just get right to the punch -- critics didn't hesitate to suggest that this "could well be the best [consumer] camcorder released all year." The most important aspect (yes, we're talking about image quality) was said to be "nothing short of stunning in virtually all conditions," and low light performance was deemed "particularly amazing." There were plenty of outputs, a swank touchscreen LCD and a very impressive cross-shaped array of microphones that could record 5.1 audio. Add all that up, and you've got a real winner; in fact, these guys suggested that even Canon's stellar line of VIXIA camcorders should watch closely, 'cause the HS300 is stepping all up in that rarefied air.

Filed under:

Panasonic's HDC-HS300 HD camcorder reviewed, thoroughly enjoyed originally appeared on Engadget on Sun, 08 Feb 2009 05:41:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Read More...