BlackBerry Forums Support Community
              

Showing results 1 to 50 of 51
Search took 0.05 seconds.
Search: Posts Made By: Jayaseelan
Forum: Developer Forum 03-30-2009, 11:38 PM
Replies: 4
Views: 2,408
Posted By Jayaseelan
Y don't u try the same application in 4.0.2 sdk ...

Y don't u try the same application in 4.0.2 sdk

I think in tha sdk u dont need MDS...
Forum: Developer Forum 08-05-2008, 03:18 AM
Replies: 22
Views: 3,110
Posted By Jayaseelan
Hi Arun, Check clearly, Have you use...

Hi Arun,

Check clearly, Have you use separate thread for HttpConnection?

Simulator there is no problem..But in real device you should use separate thread..
Forum: Developer Forum 08-05-2008, 01:55 AM
Replies: 22
Views: 3,110
Posted By Jayaseelan
Hi Arun, Can i have the link for your xml...

Hi Arun,

Can i have the link for your xml data?

Can you please mention where that exception occurs exactly?
Forum: Developer Forum 07-23-2008, 10:52 AM
Replies: 6
Views: 1,207
Posted By Jayaseelan
Hi, If the values are null means, the...

Hi,

If the values are null means, the values not reached to server i think..
Forum: Developer Forum 07-22-2008, 10:58 AM
Replies: 6
Views: 2,298
Posted By Jayaseelan
Hi, Use FieldChangeListener interface.. ...

Hi,

Use FieldChangeListener interface..

You can able to make event through button by using this..
Forum: Developer Forum 07-22-2008, 10:56 AM
Replies: 4
Views: 2,845
Posted By Jayaseelan
Hi, Use separate thread for...

Hi,

Use separate thread for HttpConnection...
Forum: Developer Forum 07-22-2008, 10:52 AM
Replies: 6
Views: 2,298
Posted By Jayaseelan
HI, R u working with J2ME or Blackberry...

HI,

R u working with J2ME or Blackberry API's ?
Forum: Developer Forum 07-21-2008, 06:32 AM
Replies: 22
Views: 3,110
Posted By Jayaseelan
hi, StringBuffer str = ""; ...

hi,

StringBuffer str = "";

Input Streram is = c.openInputStream();
int ch;
while ((ch = is.read()) != -1)
{
...
Forum: Developer Forum 07-21-2008, 04:37 AM
Replies: 11
Views: 19,588
Posted By Jayaseelan
Arun, Download "BlackBerry Email and MDS...

Arun,

Download "BlackBerry Email and MDS Services Simulator Package" in https://www.blackberry.com/Downloads/entry.do?code=00EC53C4682D36F5C4359F4AE7BD7BA1

this link..

After installing...
Forum: Developer Forum 07-21-2008, 04:24 AM
Replies: 11
Views: 19,588
Posted By Jayaseelan
Arun, You can download it from Blackberry...

Arun,

You can download it from Blackberry site.

Try to install 4.0.2 verion or 4.3.0 version..

The MDS simulator comes with inbuilt.

Start, Programs, R I M, BB JDE 4.3.0 and click MDS
Forum: Developer Forum 07-21-2008, 04:09 AM
Replies: 11
Views: 19,588
Posted By Jayaseelan
hi Arun, Start the MDS simulator while...

hi Arun,

Start the MDS simulator while executing your app..

If you start the MDS simulator then you can access the internet in Blackberry Simulator.
Forum: Developer Forum 07-19-2008, 12:59 AM
Replies: 38
Views: 4,502
Posted By Jayaseelan
Hi Mobile Developer, I have attached the...

Hi Mobile Developer,

I have attached the code ..You can use this and it will works fine..
Forum: Developer Forum 07-16-2008, 03:28 AM
Replies: 38
Views: 4,502
Posted By Jayaseelan
HI, My app runs in Background after...

HI,

My app runs in Background after installation.

Now i want to know how to start the app after switch on the mobile .

The app should automatically starts the execution without UI...
Forum: Developer Forum 07-07-2008, 01:06 AM
Replies: 4
Views: 927
Posted By Jayaseelan
HI, Can you please show the code how did...

HI,

Can you please show the code how did you defined the object for EditField?
Forum: Developer Forum 07-02-2008, 06:03 AM
Replies: 38
Views: 4,502
Posted By Jayaseelan
HI Mobile developer, I can able to...

HI Mobile developer,

I can able to disconnect a call..

Its working fine....
Forum: Developer Forum 07-02-2008, 01:44 AM
Replies: 38
Views: 4,502
Posted By Jayaseelan
Hi MobileDeveloper, 4.2.1 and 4.3.0 am...

Hi MobileDeveloper,

4.2.1 and 4.3.0 am tested..

Both were works fine....

Is your app works in 4.2.1?
Forum: Developer Forum 07-01-2008, 07:18 AM
Replies: 11
Views: 24,362
Posted By Jayaseelan
Hi, i tried both.. Bur both are throughs...

Hi,
i tried both..

Bur both are throughs

net.rim.device.api.io.file.FileIOException: File not found

Exception..

I dont know y it happens?
Forum: Developer Forum 07-01-2008, 06:29 AM
Replies: 11
Views: 24,362
Posted By Jayaseelan
Hi jeyaprakash, Am testing it in 8800...

Hi jeyaprakash,

Am testing it in 8800 Simulator 4.2.1 version of JDE..

How to set Path for testing in Simulator?
Forum: Developer Forum 07-01-2008, 06:23 AM
Replies: 11
Views: 24,362
Posted By Jayaseelan
hi irlennard, Thanks for your reply.. ...

hi irlennard,

Thanks for your reply..

Now am trying this in Simulator... Not in Real Device..

So in Simulator how can i use this...

Thanks in Advance..
Forum: Developer Forum 07-01-2008, 05:54 AM
Replies: 11
Views: 24,362
Posted By Jayaseelan
File system error

Hi all,

my code is,

FileConnection fc = (FileConnection)Connector.open("file:///filename.txt");

It throughs the Exception

net.rim.device.api.io.file.FileIOException: File system...
Forum: Developer Forum 07-01-2008, 05:19 AM
Replies: 2
Views: 1,063
Posted By Jayaseelan
Hi to all, am trying this code in JDE 4.2.1...

Hi to all,

am trying this code in JDE 4.2.1 and 4.3.0

FileConnection fc = (FileConnection)Connector.open("filename");

But both the JDEs Displays the same error..

Error was,
Forum: Developer Forum 07-01-2008, 02:19 AM
Replies: 2
Views: 1,063
Posted By Jayaseelan
XML file adding and reading.....

Hi,

I want to add an XML file to my project..

How can i add the XML file to my project?

How to read the content from that file as String?
Forum: Developer Forum 06-25-2008, 07:26 AM
Replies: 18
Views: 3,608
Posted By Jayaseelan
Hi Simon, Is it possible to start an...

Hi Simon,

Is it possible to start an application automatically each time the mobile is swithced On?

And i want to start the app automatically after Installation finished..

How to do both?
Forum: Developer Forum 06-25-2008, 01:39 AM
Replies: 0
Views: 2,939
Posted By Jayaseelan
Get User input from Dialog Box...

Hi,

My application is executing in background...

At runtime i want to check If a value is existing or not..

If exists then the app tooks that value and go for further steps..

Suppose...
Forum: Developer Forum 06-24-2008, 11:28 PM
Replies: 4
Views: 5,328
Posted By Jayaseelan
can i use Thread.sleep(int num) method for that?

can i use Thread.sleep(int num) method for that?
Forum: Developer Forum 06-24-2008, 05:52 AM
Replies: 4
Views: 4,419
Posted By Jayaseelan
How to sign .COD file for testing in Real Device

Hi,

Anyone tell how to sign the .cod file...

My application using the PhoneListener..
Forum: Developer Forum 06-24-2008, 12:16 AM
Replies: 4
Views: 5,328
Posted By Jayaseelan
Sending DTMF tone.....

HI,

I want to send three DTMF tones after making a call..

First i want to send "1" as DTMF tone
second i want to send some number "xxx"
Third i want to send destination number

...
Forum: Developer Forum 06-23-2008, 05:09 AM
Replies: 8
Views: 5,704
Posted By Jayaseelan
Hi, try to use this sample code for Right...

Hi,
try to use this sample code for Right Align of an EditField...

EditField uName = new EditField("","",10,EditField.FIELD_RIGHT)
{
protected void paint(Graphics g)
{
...
Forum: Developer Forum 06-23-2008, 05:03 AM
Replies: 2
Views: 1,549
Posted By Jayaseelan
Hi satyam, Try to use JDE 4.2.1 In...

Hi satyam,

Try to use JDE 4.2.1

In this JDE the callInitiated(int call id) method works fine...
Forum: Developer Forum 06-23-2008, 05:02 AM
Replies: 38
Views: 4,502
Posted By Jayaseelan
Hi arun, I installed 4.2.1.. Now it...

Hi arun,

I installed 4.2.1..

Now it works fine..

And i don't know y its not works in 4.3.0...

Thanks for your useful info..
Forum: Developer Forum 06-23-2008, 01:28 AM
Replies: 38
Views: 4,502
Posted By Jayaseelan
Hi arun, thanks for ur reply I am...

Hi arun,

thanks for ur reply

I am using 4.3.0 and 8130 simulator..

So let me check it in 4.2.1 and wil come here.....
Forum: Developer Forum 06-23-2008, 01:01 AM
Replies: 38
Views: 4,502
Posted By Jayaseelan
Hi arun, Can you tell me which simulator u...

Hi arun,

Can you tell me which simulator u r using and Version of th JDE?

I think that wil be use ful for me..

I didn't get Solution for Call Initiated(int callID) methods problem,...

...
Forum: Developer Forum 06-22-2008, 11:29 PM
Replies: 2
Views: 1,549
Posted By Jayaseelan
Hi Satyam, Me too facing the same problem.....

Hi Satyam,

Me too facing the same problem..

But am using 8130 simulator and CallInitiated method not working....

I dont know wht the problem is?

May i know which versio of JDE did you...
Forum: Developer Forum 06-21-2008, 12:01 AM
Replies: 2
Views: 3,272
Posted By Jayaseelan
Hi Mobile application developer, If you are...

Hi Mobile application developer,

If you are using JDE for developing application means u can view the output from the simulator on your computer..
After compilation just press F5 button...

...
Forum: Developer Forum 06-20-2008, 11:54 PM
Replies: 26
Views: 11,571
Posted By Jayaseelan
Hi incal, In Blackberry each classes...

Hi incal,

In Blackberry each classes executed as a separate thread..

So use a new thread for your httpconnection function..

and check in your device is get activated with internet...
Forum: Developer Forum 06-20-2008, 12:06 AM
Replies: 6
Views: 6,756
Posted By Jayaseelan
Richard, Sorry, i forget to add the link in...

Richard,

Sorry, i forget to add the link in my previous reply..

Here is the link

List of mobile country codes - Wikipedia, the free encyclopedia...
Forum: Developer Forum 06-20-2008, 12:04 AM
Replies: 6
Views: 6,756
Posted By Jayaseelan
Hi richard, Is anything wrong in my...

Hi richard,

Is anything wrong in my question?

Just i want to know how to retrieve the Mobile Country Code grom my application..

For Example Mobile Country Code for India is 404 and 405...
Forum: Developer Forum 06-19-2008, 11:54 PM
Replies: 38
Views: 4,502
Posted By Jayaseelan
Hi to all, Any one please tell y...

Hi to all,

Any one please tell y callinitiated(int callid)

not working for me only in PhoneListener...
Forum: Developer Forum 06-19-2008, 11:52 PM
Replies: 8
Views: 2,892
Posted By Jayaseelan
[QUOTE=MobileDeveloper;978533]Hi Can anyone...

[QUOTE=MobileDeveloper;978533]Hi

Can anyone please tell me how I can write code to

LISTEN for a number being dialled so that I can catch the event

and then either disconnect the call if...
Forum: Developer Forum 06-19-2008, 01:29 AM
Replies: 8
Views: 2,892
Posted By Jayaseelan
Hi sunnan, I think it is possible to unlock...

Hi sunnan,

I think it is possible to unlock the system using injector..

I didn't try this...

I hope it wil work..

First press and release * using Injector and then immediately press...
Forum: Developer Forum 06-19-2008, 01:15 AM
Replies: 38
Views: 4,502
Posted By Jayaseelan
public void callInitiated(int callid) { ...

public void callInitiated(int callid)
{
System.out.println("\ncallInitiated 12345\n");

EventInjector.KeyCodeEvent pressEndKey=new...
Forum: Developer Forum 06-19-2008, 12:53 AM
Replies: 38
Views: 4,502
Posted By Jayaseelan
Hi, My problem is not inside the...

Hi,

My problem is not inside the callInitiated() function

The execution the flow not come to this function while initiation the call..

I mean the cfunction is not called while the call is...
Forum: Developer Forum 06-18-2008, 11:28 PM
Replies: 8
Views: 2,892
Posted By Jayaseelan
Hi Mobile Application developer, Am trying...

Hi Mobile Application developer,

Am trying it in 8130 simulator and it works fine..

Try to use AbstractPhoneListener methods...

You can easily solve your problem..
Forum: Developer Forum 06-18-2008, 11:23 PM
Replies: 6
Views: 6,756
Posted By Jayaseelan
hello. Am waiting for reply.. Any one...

hello.

Am waiting for reply.. Any one reply for this...
Forum: Developer Forum 06-18-2008, 11:22 PM
Replies: 38
Views: 4,502
Posted By Jayaseelan
Hi Arun, Thanks for ur reply.. Now...

Hi Arun,

Thanks for ur reply..

Now its working for me...

But what i have the problem is,

in AbstractPhoneListener,
Forum: Developer Forum 06-18-2008, 03:23 AM
Replies: 38
Views: 4,502
Posted By Jayaseelan
Hi Arun, I tried it..But, After...

Hi Arun,

I tried it..But, After Disconnecting the call the phoneargument won't invoke the call..

I tried it in Simulator..

My code is,

Invoke.invokeApplication(Invoke.APP_TYPE_PHONE,...
Forum: Developer Forum 06-18-2008, 01:59 AM
Replies: 6
Views: 6,756
Posted By Jayaseelan
Help to retrieve Mobile Country code....

Hi to all,

I want to retrieve the Mobile country code using my application..

In Symbian, API available to retrieve the MCC code..

I dont know how to get the MCC in Blackberry API.

...
Forum: Developer Forum 06-18-2008, 01:55 AM
Replies: 38
Views: 4,502
Posted By Jayaseelan
Automatted CallingCard Application...........

Hi to all,

I want to develop an application for Automated Calling card functionalities to Black Berry device users..

I can able to retrieve the status of PHONE application using...
Forum: Developer Forum 06-18-2008, 01:51 AM
Replies: 8
Views: 2,892
Posted By Jayaseelan
hi, u can use this code for disconnecting...

hi,

u can use this code for disconnecting the call..

EventInjector.KeyCodeEvent pressEndKey=new...
Forum: Developer Forum 06-16-2008, 12:29 AM
Replies: 7
Views: 1,270
Posted By Jayaseelan
Hi ScotJoe, I too searching the same what...

Hi ScotJoe,

I too searching the same what you want..

If i dial a number the call should cut immediately and immediately start the another call with different number and followed by some DTMF...
Showing results 1 to 50 of 51

 
Forum Jump

Good Chimera Dongle for All Modules Samsung HTC BLACKBERRY NOKIA LG HUAWEI picture

Good Chimera Dongle for All Modules Samsung HTC BLACKBERRY NOKIA LG HUAWEI

$307.22



Blackberry Advertising Banner Vinyl Mesh Sign Fruit Vegetable Berry Farm Fresh picture

Blackberry Advertising Banner Vinyl Mesh Sign Fruit Vegetable Berry Farm Fresh

$219.95



Hypothermias BLACKBERRY  🍧 Snow Cone machine Shaved Ice Flavor Syrup GALLON picture

Hypothermias BLACKBERRY 🍧 Snow Cone machine Shaved Ice Flavor Syrup GALLON

$26.96



Nice Vintage Working RIM Blackberry 857, with Cradle, Collector's Item R857D-2-5 picture

Nice Vintage Working RIM Blackberry 857, with Cradle, Collector's Item R857D-2-5

$124.95



BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL picture

BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL

$125.58



BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL picture

BLACKBERRY MEAD Advertising Vinyl Banner Flag Sign Many Sizes MEDIEVAL

$105.39







Copyright 2004-2016 BlackBerryForums.com.
The names RIM and BlackBerry are registered Trademarks of BlackBerry Inc.