Tuesday, January 18, 2011
After Install Ubuntu 9.10 ( Carmic)
Install VGA Driver
Install the VGA driver is needed for users compiz fusion to create the look interesting. To install it go to Applications -> Ubuntu Software Center looking for "NVidia Drivers" (if you use NVidia VGA). After installing VGA restart the computer and the VGA driver is active.
Install Multimedia
DVD, Divs, Xvid, MP3, WMA, MOV, etc.
Applications -> Ubuntu Software Center and search Gstreamer plugins
Install package rar
Files. rar is much scattered on the internet, ranging from ebooks, music, movies and others. to install the rar package Application -> Terminal
sudo apt-get install rar unrar
Mount hardisk
sudo apt-get install pysdm
Install Adobe Flash Plugin
Applications -> Ubuntu Software Center and search Adobe Flash Plugin
Update new package
Sudo apt-get update
Setting the download package ubuntu
System -> Administrasion -> Software Sources -> Ubuntu Software check the source code instead of downloading from a server for Indonesia
Instal JVM (Java Virtual Machine)
Application -> Ubuntu Software Center search Java
install Sun Java Runtime
Change your wallpaper
Klik right on mouse and Change dekstop background and then choose wallpaper that you like
Monday, January 17, 2011
Wasteful Battery on Nexian Journey (Android)
If you users nexian journey android one of the major constraints is the problem of wasteful battery. There are several ways to save on battery usage on nexian journey
WIFI (OFF)
Mobile Network Data Enabled (OFF)
Use GPS Satellites OFF
Bluetooth OFF
Network Mode WCDMA GSM Auto (atau GSM Only)
Brightness less than 50%
wallpaper offline mode
Performance setting in CML are set On-demand or Economic
On Demand and Economic Differences:
If On Demand processor will automatically increase the speed if required (eg run a specific program) and will automatically come down to the lowest speed if no program-run / is idle (19.2 not like writing CMLMod 120Mhz)
If Economic almost the same as on demand, the difference between the highest processor speed only a maximum of 320Mhz
when it all but still want to run more efficient, in fact there is one thing which does can do is auto power off before we can use sleep aplication TimingOff aplication (can be taken for free at the Market), there schedulenya android every hour how we will die (usually at 12 am )
Friday, January 14, 2011
Upgrade Nexian Journey A890-2.1 Eclair w/CMLMod
WARNING
Jika Anda melakukan upgrade atau menginstall ROM sendiri tidak melalui service center mungkin akan menghanguskan garansi HP anda
Dimungkinkan HP anda menjadi rusak jika dalam proses upgrade tersebut tidak berhasil
Seluruh data yang ada di HP anda kemungkinan akan hilang
Requirements:
PC minimal Windows XP sp3 ( not for Win Vista/7 64 bit)
Kabel USB
Batre HP Mencukupi
File
ROM Apanda 1.6.2 (Donut)
CMLEclair1.3
Driver PC
Part 1 (Install Apanda 1.6.2)
Download dan eksrak driver dan pastikan lokasinya telah anda ketahui
intall RUT_V1_2_2 yang ada dalam CMLEclair1.3.rar
Ektrak firmware 1.6.2 dari archive Hipi1_6_2.rar isinya file dengan ekstenti .nb0
Jalankan RUT (ada shortcut di desktop anda).
Setelah RUT jalan, klik next 2 kali, kemudian cari dan pilih file yang berekstensi .nb0
Ikuti instruksi – Cabut HP dari PC dan Cabut Batre HP anda
Tekan dan tahan tombol kamera dan tombol volume secara bersamaan dan tekan tombol power untuk memasuki menu recovery
Setelah masuk ke menu recovery, sambungkan HP anda ke PC
Installer akan mendeteksi HP anda
Mulai dan ikuti petunjuk di layar dan tunggu, butuh waktu beberapa lama sampai proses update selesai
Hp akan restart secara otomatis
Sekarang Nexian Journey anda sudah terisi ROM Donut punyanya Apanda
Part 2 ( Install CMLEclair1.3)
Ekstrak CMLEclair1.3.rar
Jalankan lagi program RUT dan pilih CMLEclair1.3.nb0 yang telah di ekstrak dari file diatas
Cabut Batre dan restart hp
Part 3 (Aktifasi App2sd)
Setelah HP anda dalam posisi on masuk ke main menu dan kemudian cari icon CMLMod
Pilih Configurasi App2sd
Pilih Partionar SD
HP Anda akan restart ke recovery mode
Sekarang pilih partition sdcard, partition SD dan konfirmasi tombol Home key set swap=0, ext2=512 dan konfirmasi lagi
tekan tombol back dan pilih Enable APP2SD
Sekarang setiap aplikasi yang terinstall akan masuk ke Sdcard anda.
Thursday, January 13, 2011
Switch Database on Login Page with PowerBuilder
Many ways to connect in mysql database in PowerBuilder.To perform database selection directly on the login page using PowerBuilder application and database mysql we can use this script that can be placed on the login button.
Put your drop down list box on login page as a swicth control to database (ls_db). For exp we can say production_db for real operation and UAT_db for testing application. this is
pretty easy ok
//=== variable ==
String ls_db Integer li_install, li_count
ls_db = ddlb_0.text
////***** Profile database******for mysql****
SQLCA.DBMS = ProfileString(gs_path + "\proto.INI",ls_db,"DBMS", " ")
SQLCA.AutoCommit = false
SQLCA.DBParm= ProfileString(gs_path + "\proto.INI",ls_db,"DbParm", " ") + ";UID=root;PWD=mounxxxx;OPTION=135168',DisableBind=1,StaticBind=0,PBUseProcOwner=NO"
connect using sqlca;
if isnull(sqlca.sqlcode) or sqlca.sqlcode <> 0 then
messagebox("Database Not Connect ",string(sqlca.sqlcode)+sqlca.sqlerrtext)
return
else
//…open the application
End if
Friday, January 7, 2011
Windows Aplication Running on Ubuntu
Install The Application
Chosing application folder
Chosing Platform Aplication ( when we running on UBUNTU WINE then we chose windows platform when install it )
IP dan Port Database
Chose Library to connecting MYSQL Database
- ODBC32
- ODBCCP32
- Ole32
- Msvclrt
No need reboot and aplication run very well
Thursday, January 6, 2011
Connection ODBC with WINE on UBUNTU
Winetricks script using for download windows component . that Script can be download from http://winezeug.googlecode.com/svn/trunk/winetricks. follow the step below:
$ sudo apt-get install cabextract
$ wget -c http://winezeug.googlecode.com/svn/trunk/winetricks
$ chmod 755 winetricks
$ ./winetricks
graphical Interface winetricks down below:
Mark the package-package jet40, mdac28 and mfc42 than clik OK.
Winetricks will be download that package-package and running istallation to wine.
Follow the step installation for each package.