How to Add Glassfish Development into Netbeans 6.8

June 14th, 2010 ayah No comments

By default, if you installed netbeans 6.8, it will have glassfish v3 installed automatically. But there’s sometime when you accidentially delete or missing the server, netbeans will asked you to resolve the problem.

By using ordinary method, is impossible to add the glassfish server. It will have blank domainwhere supposed to be filled with domain1 name.

If you’re having issues like these, you can solve it by doing following steps

1. Tools > Server
2. Remove the glassfish server from the list and click Close
3.Shutdown Netbeans.
4. Right click on the netbeans icon and click on “Run as administrator”
5. Right click on your web app project and Click on Resolve missing server.
6. Add the Glassfish server again.

Wipe Blackberry device using Jl_Cmdr

June 9th, 2010 ayah No comments

Taken from http://www.commberry.com/2009/02/tutorial-cara-upgrade-downgrade-blackberry/

Wiping your Blackberry using JL_cmdr:

  1. Sambungkan BB dengan PC menggunakan USB
  2. Setelah BB terhubung, pilih opsi no.4 – Wipe Handheld
  3. ketik “blackberry” (tanpa tanda petik) untuk menghapus seluruh system blackberry.

Setelah ini, Blackberry akan reboot, akan ada tampilan layar putih dengan tulisan ‘507? error. Jangan panic, memang demikian, karena OSnya ga ada. Kemudian silahkan melanjutkan menginstall OS yang baru.

Note: Ada beberapa forum yang menambahkan proses Memory Optimization, namun menurut saya gak perlu karena OS kamu sudah di delete habis pada proses Wipe Blackberry. Proses itu boleh saja dilakukan kalau kamu memang mau.

Selama melakukan proses ini, gunakan sambungan USB langsung ke USB PORT. JANGAN sambung menggunakan USB HUB. Ada kalanya Blackberry tidak ter-detect oleh PC/Desktop Manager/JL_cmdr, jangan panik, coba lepas dan sambung kembali kabel USB, terkadang bisa sampai 5 kali copot-sambung baru terdeteksi.

Bila terjadi hal-hal aneh (semoga enggak), jangan panik dan stress, coba jelaskan permasalahannya kesini, nanti kita bantu semaksimal mungkin.

Advance step ini ditujukan agar OS yang diinstall lebih ‘fresh’ tanpa meninggalkan file-file system lama yang mungkin ditinggalkan OS lama pada saat proses upgrade/downgrade.

Categories: Blackberry Tags: ,

Cara Upgrade atau Downgrade Blackberry

June 9th, 2010 ayah No comments

Diambil dari Comm Berry

Basic

  1. Download dulu OS terbaru buat device kamu (Pastikan OS itu untuk tipe Blackberry kamu)
  2. Backup dulu data kamu pake Desktop Manager.
  3. Install OS yang tadi kamu download di No.1 (.exe file)
  4. Hapus file “vendor.xml” (C:\Program Files\Common Files\Research In Motion\AppLoader)
  5. Install OS yang baru tadi dengan cara sambungin BB kamu ke PC pake Desktop Manager.

Advance

  1. Download dulu OS terbaru buat device kamu dari gudang commberry atau darimana aja.(Pastikan OS itu untuk tipe Blackberry kamu)
  2. Backup dulu data kamu pake Desktop Manager
  3. Backup aplikasi-aplikasi yang kamu sudah install sebelumnya
  4. Kalau kamu dulu pernah mengupdate firmware sebelumnya, uninstall dulu dari komputer kamu (Control Panel > Add/Remove Program > Uninstall OS yg lama dari list)
  5. Install OS yang tadi kamu download di No.1 (.exe file)
  6. Hapus file “vendor.xml” (C:\Program Files\Common Files\Research In Motion\AppLoader)
  7. Wipe Blackberry kamu menggunakan JL_cmdr
  8. Install OS yang baru tadi dengan cara sambungin BB kamu ke PC pake Desktop Manager > App Loader.
  9. Restore applikasi pihak ketiga kamu (click here to see how)
  10. Restore dari Backup data yang tadi dibuat di No.2

The type ‘System.Func‘ exists in both ‘c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll’ and ‘c:\WINDOWS\microsoft.net\Framework64\v4.0.30319\mscorlib.dll’

May 31st, 2010 ayah No comments

if your having trouble like this with your Visual Studio 2010 while you have to target .net 3.5, you can do following steps

1. Unload your project within visual studio 2010

2. Edit your project

3. add below code within your project

<Reference Include=”System” />
<Reference Include=”System.Core”>
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>

Categories: C#, asp.net Tags: , ,

Step to Upgrade or Downgrade your Sapphire Android

May 29th, 2010 ayah No comments

Warning…..this is only for Sapphire or HTC Magic device only

Upgrade your Radio

First of all,you download following files

- The 1.76.2007 SPL HBOOT image
http://www.theandroidkitchen.com/fil…-1.76.2007.img
- The 6.35.10.18 Radio Image
http://www.theandroidkitchen.com/fil…6.35.10.18.img
- The Amon_RA Hero Recovery (Latest version is 1.5.2 as of this post)
http://forum.xda-developers.com/showthread.php?t=561124

Then do following steps

fastboot flash radio Radio_HTC_PVT_32A_6.35.10.18.img
fastboot flash hboot hboot-1.76.2007.img
fastboot flash recovery recovery-RA-hero-v1.5.2.img
fastboot erase system -w
fastboot reboot-bootloader

Downgrade your radio

Download following files

- 1.33.2010 Engineering SPL HBOOT image
http://www.theandroidkitchen.com/fil…-1.33.2010.img
- 3.22.20.17 Radio image
http://www.theandroidkitchen.com/fil…3.22.20.17.img
- Amon_RA Sapphire H Recovery (Latest is 1.5.2 as of this post)
http://forum.xda-developers.com/showthread.php?t=530492

Then do following steps

fastboot flash radio Radio_HTC_PVT_32A_3.22.20.17.img
fastboot flash hboot hboot-1.33.2010.img
fastboot flash recovery recovery-RA-sapphire-v1.5.2H.img
fastboot erase system -w
fastboot reboot-bootloader

Reference : http://forum.xda-developers.com/showthread.php?t=605239

Categories: Android Tags: , ,