Sunday, October 31, 2010

Turn your Ipod Touch into a mobile phone !! soon !!



THIS ADDON WILL BE SOON AVAILABLE NATIONWIDE BY THIS CHRISTMAS !!!!

The ApplePeel 520 is an slide-on case for iPod touch containing a 4.5-hour battery, a dock connector and SIM card.

Provided that the housed device is jailbroken and has the proper software installed to recognize the Peel, the solution acts as an actual Apple iPhone, give or take a few features.

Using their iPod touches with the ApplePeel 520, customers will not only be able to place and receive calls, but they will also be able to do text messaging on their iPods.

Friday, October 29, 2010

Installing MeeGo on the Nokia N900



Installing the MeeGo Handset Image

These instructions will guide you through installing the root file system on an external Micro SD card, to be used with the Nokia N900 handset.

WARNING:

MeeGo is an open source project and if you choose to install the MeeGo image to your N900 device, you do it completely at your own risk. If you are not confident that you know what you are doing with it and why, please don't use it at all. Especially now, if you start playing with call software under development, you need to watch after your phone bill, as well.

These instructions will guide you through installing the root file system on an external Micro SD card, to be used with the Nokia N900 phone.

You will need:

* Nokia N900 phone and USB cable to connect it to the PC
* Micro SDHC card, with a preferred capacity of at least 2 GB and class 6 or higher
* MeeGo Handset Image for N900

Note: The Micro SDHC card will be erased during these steps, so you should not use a Micro SDHC card that contains information you may need.


MeeGo Handset Images for N900 consists of two parts:

* The meego-handset-armv7l-n900-{ID}-mmcblk0p.raw.bz2:
This file contains the rootfs with the Handset UX experience that is flashed to micro SD memorycard.
* The meego-handset-armv7l-n900-{ID}-vmlinuz-{ID}-n900:
This file is the kernel that is used to boot to the MeeGo Handset image.

To boot Nokia N900 with MeeGo Handset UX image, you must copy the rootfs image (*.raw) of your choice, to the Micro SDHC card.
Using Linux

Once you have downloaded your desired image from the download location, you will need to extract the compressed file.

$ bzip2 -d meego-handset-armv7l-n900-*-mmcblk0p.raw.bz2

This will uncompress the Handset Image to the current directory.

After inserting the Micro SDHC card into your card reader, you will need to determine the proper device designation for your card.

If your system does not auto recognize your Micro SDHC card, you can manually find it by executing fdisk.

$ sudo fdisk -l

Running the command above will result in an output similar to this:
Disk /dev/sdX: 3957 MB, 3957325824 bytes
194 heads, 30 sectors/track, 1328 cylinders
Units = cylinders of 5820 * 512 = 2979840 bytes
Disk identifier: 0x0001ace5

Device Boot Start End Blocks Id System
/dev/sdX1 1 588 1708984 83 Linux

In this example, the Micro SDHC card is referred as /dev/sdX.

Notes:

* Not all systems will use /dev/sdX. Some systems may designate your card /dev/mmcbkY, as well.
* Do not use the partition indicated by the 1 in /dev/sdX1 in the above example. Use the device which would be /dev/sdX.

Once you have determined your Micro SDHC card, make sure that it is not mounted. To list the current mounts, use 'mount' command and use 'umount' command to unmount all the directories that refer to your Micro SDHC card. After you have made sure the Micro SDHC card is not mounted, run dd command, below, to copy the image file to your Micro SDHC card.
Note: Change the if= to point to the proper image and of= to your Micro SDHC device.
$ sudo dd bs=4096 if=meego-handset-armv7l-n900-*-mmcblk0p.raw of=/dev/sdX

Depending on image size and card speed, it can take dd up to 20 min to complete this operation. After this operation is ready, you should see output similar to this:
475136+1 records in
475136+1 records out
1946157057 bytes (1.9 GB) copied, 214.382 s, 9.1 MB/s

Now the image is in your Micro SDHC card and you can move to the "Booting MeeGo Handset Image" section.
Using Windows

To use Windows (XP, Vista, 7) to copy the image to your Micro SDHC card, you will need to make sure:

* You can unpackage the image file. To do this you will need a compression utility, like 7-Zip http://7zip.com
* You have an image writer utility, like Win32DiskImager.exe
https://launchpad.net/win32-image-writer/+download

Using your preferred compression utility, extract the contents of the downloaded image. Once uncompressed, you will have a named directory containing the MeeGo Handset Images.

Once you have extracted and located the image you wish to install, use your preferred image writer to write the image to your Micro SD card. Here's an example of the process you may follow to use the W32DiskImager:

1. Run W32DiskImager.exe.
2. Select the desired MeeGo Handset Image.
3. Select the drive letter for your Micro SDHC card.
4. Click the "Write" button to start writing the MeeGo Handset Image to the Micro SDHC card.

Booting MeeGo Handset Image

To boot the image on Nokia N900, you need to get the flasher application from http://tablets-dev.nokia.com/maemo-dev-env-downloads.php. In the page, there are multiple different binaries for different Operating Systems (OS). Get the binary suitable for your own OS.

After downloading the suitable binaries, install/unpackage the package.

With the flasher, the kernel is loaded to the device, which means that the original Maemo kernel is returned when the device is powered off. Here are the steps to load the MeeGo kernel to the N900 device.

1. Remove the back cover and the battery from the device.
2. Insert the microsd memory card into the device.
3. Insert the battery into the device, but do not power on the N900 device.
4. Place back cover onto the device. If not present, the device will not detect the Micro SDHC card properly.
5. Start the flasher with the following command:

Linux:

$ sudo flasher-3.5 -l -k meego-handset-armv7l-n900-*-vmlinuz-*-n900 -b

Windows:

$ flasher-3.5.exe -l -k meego-handset-armv7l-n900-*-vmlinuz-*-n900 -b

* When the flasher is started, you should see following message:

flasher v2.5.2 (Oct 21 2009)
Suitable USB device not found, waiting.

* If you see the message shown in 6, then connect the N900 with USB cable to your PC and the flash should start automatically.

Message similar to
Found device RX-51, hardware revision 1801
NOLO version 1.4.14
Version of 'sw-release':
Sending kernel image (1564 kB)...
100% (1564 of 1564 kB, avg. 16638 kB/s)
Flashing kernel... done.

should be shown. After this process, the device should boot to the MeeGo Handset UX.

Saturday, October 16, 2010

How to slim down Windows 7 to make it work more faster and lite



Slim down a Windows 7 image (iso) easily with Vlite software. Slimming Windows 7 is easy and fast, also it allows users to boot this OS from a 2 gb pendrive and takes up low space of about 5 gb only compared to 7.5 gb of the original. The slimming is done by removing unecessary windows components which we rarely use, the other advantage of slimming down windows 7 is to install it faster!! the best and easiest way to do so is to use a software called Vlite available free to download. You will also need WAIK to run this program, but you can refer to the other tutorial of using VLite without WAIK.


1.>> The first step is to copy the contents of a dvd image(iso) to a folder in a specific drive.

2.>> Install Vlite and run it as administrator, the first screen you see above asks you to browse the folder in which you have extracted the image of Windows 7 disk.

3.>> After browsing the folder, it detects and loads the windows files and may ask you to select the version to be modified. for example, am choosing Windows 7 ultimate.

4.>> Next step is to select the tasks which you want to perform on this copy of windows. Some of the available tasks are as follows:



5.>> Here you will select the "Components" and "Tweaks" or just components if you dont want any other services to be stopped after completing installtion.

6.>> Under "Components" you can remove the following components and files:

Sample pictures , Sample videos , games , media center , internet explorer , windows defender, windows update lots more....but remember to remove only unecessary components other wise your windows may fail to install.



7.>> Next comes the tweaking task, this will allow you to disable or manual the services just after windows installation. Tweaking to be done very carefully as you may not know the reason why some specific task is not being done by windows, so choose wisely.



8.>> Next you will be allowed to split the image if you want the iso files to be written on a cd. Or you can start building the new image by saving the iso file at a destination which can be later burned on a disk or a Pendrive.

9.>> yooohoo!! you have done it !! :)

Friday, October 8, 2010

How to build your own Super Computer !!

A Super computer is a cluster of two or more computers connected via a networking protocol. The cluster is used to distribute task workload between computers and to provide a fail-safe system to keep a high level of system availability. Familiarity with building computers and installing and customizing operating systems, networks and software is required before building a super computer. So here's how to build your own SUPER COMPUTER !!



1.>> Install the same operating system on the computers to be used for the super computer. Windows NT and Windows 2000 or WINDOWS XP are stable operating systems to use for a Windows-based cluster.

2.>> Connect the computers for the super computer to a local area network (LAN) hub or switch.

3.>> Install a cluster management service and communication software on the computer that will serve as the master computer in the cluster. The Message Passing Interface (MPI) is a stable and easy-to-use software for this task. MPICH is a free version of MPI and can be found at the MPICH home page.

4.>> Extract the software package to a new folder on the main hard drive of your master computer. Copy the ".dll" files from the new folder to the Windows system 32 folder on the main hard drive.

5.>> Run the ".bat" file for the software to install the cluster management service and communication software.

6.>> Repeat Step 4 on all other computers in the cluster.


7.>> Execute the "shell" program found in the new folder on the master computer to detect all other computers in the cluster. Assign each computer a unique address. The super computer is ready to test and use.



Sunday, October 3, 2010

The best list of softwares you need after windows installation



The following is the list of must have freewares:

Vlc media player 1.1.4
Utorrent
Google Chrome 7
ImgBurn 2.5.2.0
HFS (http file server)
Apex DC++
Adobe reader 9.3.3
Skype 5 beta
CCleaner 2.3.6
TeamViewer 5
Oracle VM Virtual Box
Speccy
Virtual Clone Drive
SongBird
Google Talk