me,myself,english and programming..

Archive for the ‘BlackBerry’ Category

My first blackberry application. MyLampu

Saturday, June 5th, 2010

Previously, I’m having a problem to run my apps on blackberry device. It’s giving me attempts-to-access-a-security-api-error. After getting my BlackBerry JDE Signature key, now I can run it without a problem. ;)

In Eclipse, it will show something like below. We can see the required RIM Runtime API(RRT) has been signed

2010-06-06 020555

 

 

Capture2 55 55MyLampu is a simple application where it starts the video camera, and the flash light comes on immediately.

It’s something like a torchlight.

buka

 

 

 

 

It’s cool right ? you can write your own Java code and communicate with your blackberry device ;)

p/s: anyone into blackberry programming ?

p/s: I’m having a very big problem in my life…but I won’t blog it here.. Perhaps time will be my best medicine.Good luck to me. ;)

BlackBerry Programming – Attempts to access a security API error.

Sunday, April 11th, 2010

After my first hello world in blackberry, I tried another sample code to activate the BlackBerry flashlight. Everything goes fine on the simulator until I deploy it on my device. I got below error. “Attempts to access a security API error”

2010-04-04 230352

Since then, I just learn that the BlackBerry API set is subdivided into five classifications.

The first of these classifications is the set of “Open” APIs. These APIs include all standard Java APIs from MIDP and CLDC, as well as many BlackBerry-specific APIs. The open API set is, as the name implies, open for all developers. Applications developed that use only open APIs require no signatures.

(more…)

Test post using blackberry wordpress app

Thursday, March 25th, 2010

This is a test post using blackberry wordpress apps.

I’m still find a way on how to upload image..just give a test first and we will see the result. :)

Thanks to ridz.sg . I came across your blog and find the link to Blackberry WordPress Apps

wordpress apps

How to connect to Internet using your Laptop with BlackBerry device

Sunday, March 14th, 2010

First, you need to have BlackBerry Desktop Manager, connect your BlackBerry to your laptop and go to IP Modem menu.

connect1

(more…)

How to export VCF file to BlackBerry

Friday, February 19th, 2010

VCF or vCard file is a file format standard for electronic business card. Below are the way how I used to export it to my BlackBerry.

1. Combine all the vcf file into one file. If you are in windows environment you can use below command. Make sure your working directory is correct.

type * > all_contacts.vcf

2. Download and install ABC Amber vCard converter. This software can convert vcf file to ipd file which is recognized by BlackBerry. Click BlackBerry icon to convert the selected contact.

abcConverter

(more…)