Nexian NX G915
Nexian NX-G915 with Trackpad Navigation, Flash Light

Nexian NX-G915 comes with trackpad navigation, nexian messenger and MP3 player.
The price of Nexian NX-G915 is about 699,000 rupiah.
Here are the specs of Nexian NX-G915:
Trackpad Navigation
MP3 Player
Nexian Music Card (NMC) Player
Nexian Messenger
Dual GSM 900/1800MHz
FM Radio
GPRS
Camera
Colour LCDSupports Chatting Applications
Flash Light
Support Java
Support Facebook & Twitter
Voice Recorder
Bluetooth
Handsfree
Support External Memory
Language : Indonesian – English

Nexian NX-G915 is also collaborated with XL to provide 600 songs without to download with price Rp.25 per day.

K-Touch W606 Android To Release in China With Display 3.5 inch HVGA Capacitive

K-Touch, informed set to release their low-cost Android phone, K-Touch W606.
The gadget that would run Android 2.1 also would be equipped with rear camera 3 megapixel and front camera 0.3 megapixel.
While the display screen used is 3.5 inch HVGA Capacitive display.
The battery of K-Touch W606 is 1500mAh.
And, the price projection of K-Touch W606 is about 1500 yuan (about 1.9 million rupiah).

Nokia 5250 Advantages and Weakness

Nokia 5250 informed has already launched as the new low cost phone and as the next generation of Nokia 5230, the name is Nokia 5250.
The touchscreen gadget is equipped with
-Symbian S60 5th Operating System
-touchscreen display 2.8 inch 640×360 ratio 16:9
-game Guitar Hero 5 mobile version
-EDGE
-plus Bluetooth
-microUSB 2.0 up to 16GB
-music player
-Facebook, MySpace, and e-mail.
-battery 18 days standby & talk time 7 hours

The weakness/disadvantages of Nokia 5250 is not support 3G and Wi-Fi.
While the advantages of Nokia 5250 are game Guitar Hero 5 mobile version, low-cost and touchscreen.

Nokia 5250 offered with price about USD146 before tax and subsidy.

How to Install APK Files on Android Device Emulator

In this tutorial we want to explain how to install APK-files to an Android device emulator. Thus you will be able to test already now all new application which will start to appear soon. When the actual Android-powered devices will appear (approximately beginning of 2008), they must be also compatible with already available till then applications.

For the whole experiment you will need two things:

  1. a Windows, Mac OS X (intel) or Linux (i386) powered computer
  2. the Android Software Development Kit (SDK).

You do not need Eclipse or Eclipse-plugin the Android Development Tools (ADT). The last two are required for the software development for Android, but are not necessary for application evaluation on emulator.

At first let's go and download the Android SDK, which may be obtained here: http://code.google.com/android/download.html

Follow the instruction, described in the topic "Installing SDK" from the Google manual, which is located here: http://code.google.com/android/intro/installing.html#installingsdk

For your convenience we copied the relevant steps here:

-=-=-=-=-=-=-=- Extracted from Google manual -=-=-=-=-=-=-=-

Installing the SDK

After downloading the SDK, unpack the .zip archive to a suitable location on your machine. For the rest of this document, we will refer to the directory where you installed the SDK as $SDK_ROOT.

Optionally, you can add $SDK_ROOT/tools to your path:

  • On Linux, edit your ~/.bash_profile or ~/.bashrc file. Look for a line that sets the PATH environment variable and add the full path to your $SDK_ROOT/tools to it. If you don't see a line setting the path, you can add one:
    export PATH=${PATH}:
  • On a Mac, look in your home directory for .bash_profile and proceed as for Linux. You can create the .bash_profile, if you haven't already set one up on your machine.
  • On Windows, right click on My Computer, and select Properties. Under the Advanced tab, hit the Environment Variables button, and in the dialog that comes up, double-click on Path under System Variables, and add the full path to the tools/ directory under $SDK_ROOT to it.

Adding $SDK_ROOT/tools to your path lets you run Android Debug Bridge (adb) and the other command line tools without needing to supply the full path to the tools directory. Note that, if you update your SDK, you should remember to update your PATH settings to point to the new location, if different.

-=-=-=-=-=-=-=- Extracted from Google manual -=-=-=-=-=-=-=-

Now navigate to the $SDK_ROOT/tools directory and execute the file 'emulator.exe'. This is the Android emulator itself. Wait couple of minutes until it loads. Now you must see the home screen of Android - wallpapers with snowy mountains on the background and the navigation bar below.

Enjoyed? Ok! Let's continue. Download and save locally a APK-file which you want to install/evaluate on the emulator. We recommend to save the APK file directly in the $SDK_ROOT/tools directory.

Note: APK probably stands for "Android package". It's an application distribution unit in the Android environment. If you are coming from the Windows Mobile world, think of APK as of CAB-files.

Ok, now start the console ("Start -> Run... -> type 'cmd'" for Windows computers). Type-in the following command: adb install $APK where $APK is the name of the APK file. For example: adb install Snake.apk

If you receive a "path not found" error, then you probably either didn't add path to the $SDK_ROOT/tools directory to your system PATH settings or the application you are trying to install is not in the $SDK_ROOT/tools directory.

If all went without errors then you should be seeing your newly installed APK on the emulator.

Enjoy Android!

Blogger Templates by Mr.Apos