Pages

Subscribe:

Ads 468x60px

12/12/12

VMware Fusion Instalation

Well, since i used mac on lab and MacBook Pro at home, so i need this helpful apps to use my irreplaceable windows apps. Hahahha.. So, download VMware Fusion .dmg from http://www.vmware.com/products/fusion/overview.html and get the fifth version for Mountain Lion. And install it as usual, now the fun part begin.

Add new Virtual OS, the one i used is Windows 7. Create it's  image file (.iso) use Disk Utility.

Making of .iso in Mac.

12/10/12

Connecting Oracle with VB

This tutorial is made to remind me how to connect oracle with Visual Basic, since next week is midterm test....  (╯°□°)╯︵ ┻━┻

The first step is, create the table, for this i create table named Pegawai. Make a connection between oracle and VB with Oracle Net Manager, click green plus icon on the left. And follow this instruction, Connect2Oracle is the name for the connection i create.

12/7/12

Internet Setting

So simple, yet sometimes(too many times (_ _")└(>o< )┘) just forget it and wonder how to do it. Well, now i use MacBook Pro for OS X and VMware Fusion for windows and the ethernet card for internet connection. 

When i am on OS X mode, it easy to connect, just plug in the cable, set the proxy on Setting Preference --> Network --> Ethernet --> Advance


3/28/12

SOLVED!!! error: unable to find a 'userdata.img' file for abi armeabi to copy into the avd folder

Create AVD Simulator for Ice Cream Sandwich Android 4.0 do really frustrating whenever it got error message"
unable to find a 'userdata.img' file for abi armeabi to copy into the avd folder
Even if you have already installed "ARM EABI v7a System Image", just like from this link http://stackoverflow.com/questions/7817044/how-to-create-an-avd-for-android-4-0 or have restart your machine for more than once like http://stackoverflow.com/questions/7848386/android-cant-create-new-v4-0-avd. Well, there might be one case, which is your "ARM EABI v7a System Image" are CORRUPT!!!


So, the best thing that solved it, for me is. Download it manually from  https://dl-ssl.google.com/android/repository/sysimg_armv7a-14_r01.zip unzipp it and overwrite armeabi-v7a on  /android-sdk/system-images/android-15/armeabi-v7a/

Then, restart the eclipse. done! :D

10/24/11

My First Android App dedicated to ME!!!

This is my video demo from my application, but it haven't done 100%. :( still need a touch up... :D
But, please enjoy it!!(^_^)/

10/16/11

Hello NEW Android! How to make simple Android App with Eclipse

Show Text, "Hello Android!!"

This is new easy app for a beginner (ME!^^a), let's start!!
 1.First is make a new project in Eclipse, File > New > Other > Android Project and should be like this :

10/15/11

Android Instalation

Preparing the software :
  1. JDK 6 (Java Development Kit) for environment variable.
  2. Eclipse Galileo as text editor, download it in  http://www.eclipse.org/downloads/packages/release/galileo/sr2
  3. Android Development Tools (ADT),is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications. Version I used : ADT-0.9.9 from http://developer.android.com/sdk/eclipse-adt.html
  4. SdkAndroid (android-sdk-windows), download it from http://developer.android.com/sdk/adding-components.html
The first is intalling JDK 6