BlackBerry Forums Support Community
              

Showing results 1 to 31 of 31
Search took 0.01 seconds.
Search: Posts Made By: ajj_dev@yahoo.com
Forum: Developer Forum 03-19-2009, 10:32 PM
Replies: 2
Views: 3,112
Posted By ajj_dev@yahoo.com
Hi Dougsg38p, Thanks for the quick reply. ...

Hi Dougsg38p,

Thanks for the quick reply.

regards,
ajj
Forum: Developer Forum 03-18-2009, 07:39 AM
Replies: 2
Views: 3,112
Posted By ajj_dev@yahoo.com
I/O Error: output file: CS40-1.cod code section too large: 125700 bytes.

Hi all,

We are porting a J2ME application to black berry,when we tried to create .cod file using RAPC compiler we got following error.

" I/O Error: output file: CS40-1.cod code section too...
Forum: Developer Forum 03-16-2009, 06:52 AM
Replies: 5
Views: 1,526
Posted By ajj_dev@yahoo.com
Thanks for the detailed reply.

hi Ivanov,

Thanks for the detailed reply.

regards,
ajj
Forum: Developer Forum 03-16-2009, 05:12 AM
Replies: 5
Views: 1,526
Posted By ajj_dev@yahoo.com
CSCanvas: Error!: Field offset too large for: m_nCPListCount

hi Ivanov,
Thanks for the link,
so the conclusion is that we should not declare more than 512 integer variables ??? please reply.

regards,
ajj
Forum: Developer Forum 03-16-2009, 03:43 AM
Replies: 5
Views: 1,526
Posted By ajj_dev@yahoo.com
Forum: Developer Forum 03-16-2009, 02:26 AM
Replies: 5
Views: 1,526
Posted By ajj_dev@yahoo.com
CSCanvas: Error!: Field offset too large for: m_nCPListCount

Hi all,
We developed J2me application,which works well in j2me devices,now when i tried to create .cod to run on Black berry devices using rapc we got following error.

"CLASSNAME: Error!: Field...
Forum: Developer Forum 02-13-2009, 12:52 AM
Replies: 1
Views: 1,150
Posted By ajj_dev@yahoo.com
how to handle alphabetic key rim java api

hi all,
we are using rim api's on j2me for our application.
we are writing the alphabetics using canvas,we are not using any system
generated alphabets.
in j2me it is working fines as the keys...
Forum: Developer Forum 09-13-2008, 12:43 AM
Replies: 1
Views: 1,567
Posted By ajj_dev@yahoo.com
streaming video using j2me api's on black berry

Hi all,

Is it possible to stream video on black berry using j2me api's???
if possible please share me the code.

regards,
ajj
Forum: Developer Forum 09-01-2008, 01:30 AM
Replies: 0
Views: 1,206
Posted By ajj_dev@yahoo.com
Using native RIM api to create media player

Hi all,

Is there any way to create a Media Player using native RIM api?
I dont want to use
import javax.microedition.media.Manager;
import javax.microedition.media.Player;
import...
Forum: Developer Forum 07-03-2008, 09:48 AM
Replies: 0
Views: 1,138
Posted By ajj_dev@yahoo.com
getting black screen between chunks of clip

Hi all,
We are developing an application which plays the series of clips one after the other. We are releasing and re-starting player object in playerUpdate block.
We are getting black screen in...
Forum: Developer Forum 05-30-2008, 06:01 AM
Replies: 0
Views: 821
Posted By ajj_dev@yahoo.com
writing a video file to file system stored in resource directory

hi all,

how to write a video file to file system stored in resource directory.

any one know about this???

thanks
ajj
Forum: Developer Forum 05-28-2008, 10:46 AM
Replies: 0
Views: 6,993
Posted By ajj_dev@yahoo.com
uncaught exception java.lang.nullpointer exception

hi all,

i am getting a uncaught exception java.lang.nullpointer exception as soon as i try to launch my application.

Following is my code for the reference

import java.io.IOException;...
Forum: Developer Forum 05-28-2008, 08:05 AM
Replies: 1
Views: 1,075
Posted By ajj_dev@yahoo.com
Sending an SMS in CDMA Black Berry Phone

hi all,

i am developing an application in which we need to send an SMS.
Following code is working fine in GSM Black Berry Phones,but we could not able to send SMS in CDMA Black Berry Phones.
...
Forum: Developer Forum 05-26-2008, 04:51 AM
Replies: 6
Views: 3,918
Posted By ajj_dev@yahoo.com
Hi Arunk, Thanks for the reply. ...

Hi Arunk,

Thanks for the reply.

sincerely,
ajj
Forum: Developer Forum 05-26-2008, 04:24 AM
Replies: 2
Views: 1,876
Posted By ajj_dev@yahoo.com
hi shraddha, i mixed up j2me and black...

hi shraddha,

i mixed up j2me and black berry api's my application is
working fine now.

thanks
ajj
Forum: Developer Forum 05-26-2008, 04:01 AM
Replies: 6
Views: 3,918
Posted By ajj_dev@yahoo.com
Hi arunk, iam developing my application using...

Hi arunk,
iam developing my application using J2ME midlet,i mixed up midlet and Black berry api's,if i want to test my application in black berry device it asking me for the signing of the API,so...
Forum: Developer Forum 05-26-2008, 02:40 AM
Replies: 8
Views: 4,266
Posted By ajj_dev@yahoo.com
hi arunk, Thanks for the code my application...

hi arunk,

Thanks for the code my application is working fine now.

sincerely
ajj
Forum: Developer Forum 05-26-2008, 12:25 AM
Replies: 6
Views: 3,918
Posted By ajj_dev@yahoo.com
how to change application permission in emulator

hi all,

In my application iam using application permission API,i ll get the status of the permission using
boolean status1=ap.containsPermissionKey(ApplicationPermissions.PERMISSION_BLUETOOTH);...
Forum: Developer Forum 05-23-2008, 10:32 AM
Replies: 8
Views: 4,266
Posted By ajj_dev@yahoo.com
i want the user to change and save the permission

hi,
In my application,i want the user to change and save the permission,
initially all the permission but be in deny state and later user can request the permission and if the return value is false...
Forum: Developer Forum 05-23-2008, 05:32 AM
Replies: 8
Views: 4,266
Posted By ajj_dev@yahoo.com
how to set ApplicationPermissions manually

hi,
In my application i am using ApplicationPermission below is the code for the reference.

ApplicationPermissions ap =
ApplicationPermissionsManager.getInstance().getApplicationPermissions();...
Forum: Developer Forum 05-22-2008, 11:51 PM
Replies: 0
Views: 928
Posted By ajj_dev@yahoo.com
Error starting GTMIDlet: Module 'GTMIDlet' attempts to access a Secure API

hi all,
i am using PhoneListener API for my application and even i got my API signed iam getting the following error.
Error starting GTMIDlet: Module 'GTMIDlet' attempts to access a Secure API
...
Forum: Developer Forum 05-22-2008, 08:16 AM
Replies: 0
Views: 2,547
Posted By ajj_dev@yahoo.com
unable to play media (.3gp) files on CDMA phone programmatically

We have written a midlet to play the media files(.3gp) files from the file system sequentially. These media files are downloaded in the background and stored in the Blackberry filesystem as the clips...
Forum: Developer Forum 05-22-2008, 02:24 AM
Replies: 1
Views: 2,360
Posted By ajj_dev@yahoo.com
Issue related to phoneListener

hi,
In my application i used KeyListener and PhoneListener,
downkey from KeyListener works fine but when i use callConnected or
callDisconnected or callEndedByUser it does not give any response.
...
Forum: Developer Forum 05-21-2008, 11:10 PM
Replies: 2
Views: 8,701
Posted By ajj_dev@yahoo.com
Preverify ur jar file manually, use the...

Preverify ur jar file manually,
use the following command
preverify -classpath "C:\Program Files\Research In Motion\BlackBerry JDE 4.2.1\lib\net_rim_api.jar" abc.jar

i feel it will help u .
...
Forum: Developer Forum 05-20-2008, 08:48 AM
Replies: 0
Views: 3,370
Posted By ajj_dev@yahoo.com
java.lang.NoClassDefFoundError: net/rim/device/api/system/KeyListener

hi,
iam trying to mix up the midlet and RIM APi`s together but i am getting the following error when i use KeyListener.
java.lang.NoClassDefFoundError: NewBuild:...
Forum: Developer Forum 05-20-2008, 04:43 AM
Replies: 0
Views: 1,770
Posted By ajj_dev@yahoo.com
Connection: Error!: Missing stack map at label: 124

iam getting Connection: Error!: Missing stack map at label: 124
when i try to convert my jad and jar to cod file.

any one know soultion for this?

thanks
ajj
Forum: Developer Forum 05-19-2008, 04:58 AM
Replies: 2
Views: 1,876
Posted By ajj_dev@yahoo.com
iam getting error when i use keyListener

hi iam getting following error

Running with storage root SonyEricsson_JP7_240x320_Emu
java.lang.NoClassDefFoundError: BlackBugmidlet: net/rim/device/api/system/KeyListener
at...
Forum: Developer Forum 05-19-2008, 01:36 AM
Replies: 7
Views: 1,559
Posted By ajj_dev@yahoo.com
hi can i get the sample program of mixing api`s ...

hi can i get the sample program of mixing api`s

thanks
ajj
Forum: Developer Forum 05-19-2008, 12:56 AM
Replies: 0
Views: 1,422
Posted By ajj_dev@yahoo.com
Mixing of Midlet and Rim APi`s

hi,
i want to mix up midlet and Rim api's,i am getting doubt in starting point of the project.
midlet has startApp() as entry point and RIM has main().
can any one help me to do this?
thanks
ajj
Forum: Developer Forum 05-19-2008, 12:54 AM
Replies: 5
Views: 3,783
Posted By ajj_dev@yahoo.com
hi i tried ur application but iam not getting any icon in my emulator

hi,
i am trying to mix RIM and Midlet API`s,i even tried ur testk application but iam not getting any icon in the emulator.
can u plz tell me the execution procedure for your testk application?
i...
Forum: Developer Forum 05-16-2008, 02:29 AM
Replies: 7
Views: 1,559
Posted By ajj_dev@yahoo.com
can i use j2me and RIM api`s together

hi

iam j2me developer i got a task to merge j2me and RIM API`s.

can any one help me out
Showing results 1 to 31 of 31

 
Forum Jump

New Original Omron CJ1W-TS561 Thermocouple Input input unit CJ1WTS561 picture

New Original Omron CJ1W-TS561 Thermocouple Input input unit CJ1WTS561

$916.00



New Allen Bradley 1762-IT4 MicroLogix Thermocouple/mV 4-Channel Input AB 1762IT4 picture

New Allen Bradley 1762-IT4 MicroLogix Thermocouple/mV 4-Channel Input AB 1762IT4

$405.00



New Factory Sealed AB 2080-TC2 2-channel Thermocouple Micro800 Plug-in Modules picture

New Factory Sealed AB 2080-TC2 2-channel Thermocouple Micro800 Plug-in Modules

$160.00



1769-IT6 Allen Bradley Compact I/O Thermocouple/mV Input Module Faakart picture

1769-IT6 Allen Bradley Compact I/O Thermocouple/mV Input Module Faakart

$720.00



2pcs K Type 0-400C Thermocouple Probe Sensor 5 Meter for Thermometer picture

2pcs K Type 0-400C Thermocouple Probe Sensor 5 Meter for Thermometer

$15.34



K-Type Thermocouple Probe Digital Thermometer Steel Sensor Spiral Cable  picture

K-Type Thermocouple Probe Digital Thermometer Steel Sensor Spiral Cable

$10.49







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