Datel gets first stab at third party memory card for Xbox 360, supports microSD expansion

After ages of monopolizing most of its add-on market for the 360, it looks like Microsoft is letting up a bit. Datel just came out with two new MAX Memory cards that are compatible with the console, in 2GB and 4GB capacities. That’s all well and boring, but the potential excitement here is that cards can also be augmented by a microSD slot, with support for up to 16GB cards, for some trippy card-within-a-card hijinks, and what might be one of the best portals for hackers yet. Or perhaps not, since it seems likely that Microsoft wouldn’t open up what it knew to be a major security hole, and given the numerous other interfaces with the console, the 360 is still pretty well on lockdown for the average user, after almost four years on the market. At least this should provide a slightly more flexible hard drive alternative for folks who don’t want to shell out for Microsoft’s overpriced humps. The Datel cards start at $40.

[Via Engadget Spanish]

Filed under: ,

Datel gets first stab at third party memory card for Xbox 360, supports microSD expansion originally appeared on Engadget on Sat, 16 May 2009 14:13:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Keepin’ it real fake, part CCVIII: Nokia E75 isn’t a Nokia E75

Usually we see these Nokia knockoffs as Noklas or Mokias, but don’t be fooled: there’s nothing genuine about this E75. One tug on the side should prove that for you seeing how it doesn’t appear to have the real deal’s hallmark feature, a slide-out QWERTY keyboard. Then again, it does have flashing red and blue lights along the bezel, so it’s pretty much an even trade.

[Thanks, Jack]

Filed under:

Keepin’ it real fake, part CCVIII: Nokia E75 isn’t a Nokia E75 originally appeared on Engadget on Sat, 16 May 2009 12:29:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

How To Install Windows 7 On Almost Any Netbook

Windows 7 is free for now, and works extremely well on netbooks. That said, installing the OS on these tiny laptops—especially low-end models—can be daunting. Here’s how to do it, the easy way:

If the Release Candidate is any indication (and it should be), then Windows 7 will be a nice upgrade for any Windows user. The new OS, however, is a huge step up for netbook users. Vista is notoriously poorly suited to netbooks; a buggy resource hog that subjects its users to incessant dialog boxes and requires far too many clicks to perform basic tasks, it’s kind of a nightmare to use on a 9-inch laptop with a 1.5-inch trackpad.

Windows XP has been given a boost by netbooks, as its system requirements—more-or-less decided in 2001—are more in line with the specs hardware like the Eee PC and Mini 9. But let’s face it: XP is nearly a decade old. Its user experience is trumped by free alternatives like Ubuntu Netbook Remix and Linpus, and it’s not at all optimized for solid-state drives—especially cheap ones. This means that on low-end, SSD-based netbooks, it borders on unusable.

Hence, Windows 7. It’s noticeably faster than Vista on low-spec machines, properly optimized for netbook hardware, and, most importantly, free (for now). Thing is, installation isn’t quite as easy as it is on a regular PC—in fact, it can be a pain in the ass: netbooks don’t have DVD drives, which means you’ve either got to get your hands on an external drive or boot from a USB stick for a clean install. Furthermore, smaller SSDs, like the 8GB units in popular versions of the Dell Mini 9 and Acer Aspire One, make a default installation impossible, or at least impractically tight. Luckily, there are simple methods to deal with both of these problems. Let’s get started.

What You’ll Need

• A netbook (Minimum 1GB of RAM, 8GB storage space)

• A 4GB or larger USB drive

• A Windows 7 RC Image (details below)

• A Windows XP/Vista PC or a Mac to prepare the flash drive

• For low-end netbooks, lots (and lots) of time

Getting Windows 7

Downloading Windows 7 is a piece of cake. Just navigate to this page and download the 32-bit version. You’ll need to get a free Windows Live ID if you don’t already have one, but this takes about two minutes.

Microsoft will then give you your very own Windows 7 License key, valid until June 1st of next year. (Although after March 1st, it’ll drive you to the edge of sanity by shutting off every two hours. But that’s a different story, and March is a long way off). Microsoft will then offer up your ISO through a nifty little download manager applet, complete with a “resume” function. There are ways to sidestep this, but don’t: you’d be surprised how hard it is to keep a single HTTP connection alive for long enough to download a 2.36GB file.

Preparing Your Flash Drive

This is the annoying part, but it’s not necessarily that difficult. Here are some guides, by OS (some linked for length):
Windows XP
Windows Vista
• Mac OS X (courtesy of Ubuntu, funnily enough):

1. Open a Terminal (under Utilities)

2. Run diskutil list and determine the device node assigned to your flash media (e.g. /dev/disk2)

3. Run diskutil unmountDisk /dev/diskN (replace N with the disk number from the last command; in the previous example, N would be 2)

4. Execute sudo dd if=/path/to/downloaded.iso of=/dev/diskN bs=1m (replace /path/to/downloaded.iso with the path where the image file is located; for example, ./windows7.iso)

5. Run diskutil eject /dev/diskN and remove your flash media when the command completes (this can take a few hours on slower drives)

As some commenters have pointed out, you can also make a flash drive bootable with utilities like LiveUSB Helper. Once you’ve done this, you can mount your Windows 7 ISO with a utility like DaemonTools Lite (For Windows) or MountMe (for Mac), and just copy over all the files to your newly-bootable drive.

Starting Your Install

Ok! Now you’ve got a bootable flash drive, and you’re ready to start installing. It should go without saying, but once you start this process, you’ll lose all existing data on your netbook, so you should back up any important files before going through with anything from here forward.

Insert your USB drive and reboot your netbook. As soon as your BIOS screen flashes, you should see instructions for a) changing your netbook’s boot order or b) entering its BIOS setup. In the first situation, simply assign the USB drive as the first boot device. In the second, navigate through your BIOS settings until you find a “Default Boot Order” page, and do the same thing there.

From there, you should see the first Windows 7 installation screens. Anyone with a 16GB or larger storage device in their netbook can just follow the instructions until the installation completes, and skip the next step.

If your SSD is smaller than 16GB, or if you just want to save some space, do what they say, but only until the first reboot. After the Windows 7 installer has restarted your computer, you’ll need to modify the boot order again. Do not allow installation to continue! Manually change the boot order to prioritize the USB drive again, just as you did at the beginning of the installation.

Compression!

Once the Windows 7 installer has copied most of its system files to your drive, you’re going to tighten them up with Windows’ trusty old “Compact” command. Here’s what you do, as described by Electronic Pulp:

Choose “Repair” at the Windows 7 Setup screen, go to “Command Prompt” and enter the following code:

d: (or whatever drive letter is assigned to your SSD)
cd \windows\system32
compact.exe d:\*.* /c /s /i

And wait. And wait and wait and wait. This can take anywhere from eight hours to two days, so you’ll want to set your netbook down in a corner and forget about it for a while. [Note: compressing so many of your system files does have a performance cost, but in day-to-day use, it’s negligible]

Once this is done, reboot the netbook again and let it continue the installation as normal. That’s it!

All said and done, an 8GB SSD should have nearly 2GB of free space left—not much, but enough to work with. And given that most netbooks come with inbuilt, flush SD expansion slots, and that high-capacity SD cards are extremely affordable, having a small amount of space on your root drive isn’t at all prohibitive.

There are other ways to slim down a Windows 7 install—namely by using programs like vLite, which can strip out some of Windows’ fat directly from the ISO—but Windows’ built-in file compression is the easiest way to squeeze Windows 7 onto your skimpy 8GB SSD.

Setup and Customization Help
Windows 7 runs fairly well out of the box, but as with any new Windows installation, you’re going to need to download some drivers to get things working properly. Vista drivers usually do the trick, but sometimes workarounds are necessary. Thankfully, most popular netbooks have spawned helpful fan forums, many of which have active Windows 7 subforums. Some of the best:

Aspire One
ASUS Eee Pc
Dell Mini
MSI Wind
HP Mini-Note

So there you go! Enjoy your new Windows 7 netbook! Please share your experiences in the comments-your feedback is a huge benefit to our Saturday guides. And of course, have a great weekend!

DisplayLink makes Linux source code available… finally!


The long-burning question on the DisplayLink scene (you know, with its DisplayLink bars and coffee shops, and the annual DisplayLink parade) has been: “When will Linux users be able to get in on some of that video-via-USB action?” Well, it looks like we have an answer for you, penguin-heads. As of today, the company is announcing the release of the open-source implementation of its graphics software, offering support for the Alex family (DL-120 and DL-160) chips. So prepare to go wild writing drivers for all of your favorite Linux-based devices, and be sure to drop us a line when you do. Seriously — it’s been a while since you called. Hit the read link to get started, or check out the full PR bit after the break.

Continue reading DisplayLink makes Linux source code available… finally!

Filed under:

DisplayLink makes Linux source code available… finally! originally appeared on Engadget on Sat, 16 May 2009 09:59:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

This week in Crave: The blow-to-feminism edition

Didn’t have time to stay up to the second on all things Crave this week? Don’t worry, we’ll just sit here alone in the dark while you catch up. To help you out, here are just a few highlights from yet another eventful week in gadget land. (…

Stupid netbook tricks: DIY microwave shield testing

So, we’re guessing that at some point in your life you’ve wondered whether or not your microwave oven has sufficient shielding. Well, we certainly haven’t — but maybe we’re the fools for trusting the United States Consumer Product Safety Commission. Then again, in Russia they don’t even have a “United States Consumer Product Safety Commission” (for obvious reasons). Clearly, someone over there was nagged by the thought that this appliance was scattering radiation where it didn’t belong, so he got this bright idea: as microwave ovens operate at 2.45 MHz, and 802.11d WiFi operates on a 2.4 GHz frequency, any netbook placed in a closed microwave should be woefully un-pingable. And you know what? When he placed his netbook in a closed microwave, it couldn’t be pinged. Clearly relieved that his microwave oven was amply shielded, the author has one final piece of advice for any of you who might be thinking about conducting this test for yourself: “Don’t try to turn your microwave on, while experiment.” Action photos after the break.

Continue reading Stupid netbook tricks: DIY microwave shield testing

Filed under:

Stupid netbook tricks: DIY microwave shield testing originally appeared on Engadget on Sat, 16 May 2009 07:42:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

Helpful Tip: How to Report a Phishing Email


This article was written on November 24, 2007 by CyberNet.

It seems like I’ve been getting an unusually large number of phishing emails lately, and I’ve began wondering whether everyone realizes how they can report phishing emails with their email provider. This article will highlight what phishing is, and why/how to properly report it.

What is a phishing email? I thought Wikipedia did a pretty good job of describing it:

Phishing is an attempt to criminally and fraudulently acquire sensitive information, such as usernames, passwords and credit card details, by masquerading as a trustworthy entity in an electronic communication. eBay, PayPal and online banks are common targets.

A lot of people confuse these messages with spam, and when I asked a few people whether they report the phishing emails they all said yes. When I showed them how to do it the general response was “ohhhhh.” It turns out that all of them, some of which were computer savvy, just report these emails as spam without realizing that there are separate options for reporting phishing.

The reason why it is important to correctly report phishing emails is that warnings messages are more prominently displayed for other users. This is what a phishing email looks like in Gmail:

Gmail Phishing Warning

Now that you know what phishing is and why to properly report it, lets take a look at how you go about doing so in Gmail, Yahoo! Mail, and Windows Live Hotmail.

–Gmail–

Gmail is pretty easy because you just have to use the drop-down arrow located in the upper-right corner of each message. When you click it there will be an option labeled Report Phishing towards the end of the list:

Gmail Report Phishing 

–Yahoo! Mail–

Unfortunately Yahoo! Mail doesn’t have a built-in feature for reporting phishing emails, but they recommend that you forward the email in question to phishing@cc.yahoo-inc.com so that it can be analyzed. You can also report the phishing website to Yahoo! using this form.

–Windows Live Hotmail–

When you click on the Junk option in Windows Live Hotmail there will be a Report phishing scam option located at the bottom of the list:

Windows Live Report Phishing

Copyright © 2009 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:

Keepin’ it real fake, part CCVII: NOKLA Batman Mobile phone gets all its signals crossed

Look, in real life, we all know that Batman’s car is called the Batmobile, NOT the Batman Mobile, and to be perfectly honest, we don’t know why it ever seemed like a good idea to name a phone after an auto anyway, but then again: it does look rather… awesome. No, it doesn’t look like the most comfortable phone, but as the Dark Knight himself would surely tell you, life is full of pain. This GSM bad mother’s boasting a whole host of whack features, including an FM radio, and a “pixel high definition camera,” plus “basic functions,” but we all know this one’s purely about style — which it’s got to spare. This bad boy seems to be currently available in China, and while we doubt we’ll ever see it on shores of the U.S., we can tell you this: we’d be willing to pay at least twenty-five dollars to add this to our NOKLA collection. There are a few more stunners after the break.

Continue reading Keepin’ it real fake, part CCVII: NOKLA Batman Mobile phone gets all its signals crossed

Filed under:

Keepin’ it real fake, part CCVII: NOKLA Batman Mobile phone gets all its signals crossed originally appeared on Engadget on Sat, 16 May 2009 04:30:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

ASUS K Series K40IN-A1 laptop hits the US

We got a chance to check out ASUS’ K Series laptops way back at CeBIT in March, but it looks like the understated line has just now finally made its way over here, and seen a few changes in the process. The biggest of those is that this particular model, the K40IN-A1, now packs some NVIDIA GeForce G102M graphics (with 512MB of RAM) in place of the previous ATI option, although we assume that’ll still be available on some models if and when they join this one. Otherwise, you can expect a 1366 x 768 resolution on that 14-inch LED-backlit screen, along with a Core 2 Duo T6400 processor, 4GB of RAM standard, a 320GB hard drive, and ASUS’ trademark Super Hybrid Engine technology, which promises to let you get the most out of the laptop’s six-cell battery. $850 and it’s yours.

[Via Laptoping]

Filed under:

ASUS K Series K40IN-A1 laptop hits the US originally appeared on Engadget on Sat, 16 May 2009 01:56:00 EST. Please see our terms for use of feeds.

Read | Permalink | Email this | Comments

How would you change Dell’s Adamo?

Given the hideous MSRP affixed to the Adamo, we have all ideas that only a select few have chomped on what Dell’s offering here. That said, we also reckon those with enough cash to buy in are quite the critical bunch, and we’re interested to hear what y’all have to say. During our own testing, we were decidedly underwhelmed with the value proposition; in pretty much every meaningful way, it underperformed for the price. But hey, we can’t knock the styling. Are you cool with the ho hum performance? Would you throw a different CPU in there? Lower the price? Add a little thickness in exchange for a few more frames per second? Tell all, won’t you?

Filed under:

How would you change Dell’s Adamo? originally appeared on Engadget on Fri, 15 May 2009 23:53:00 EST. Please see our terms for use of feeds.

Permalink | Email this | Comments