BlackBerry Forums Support Community
              

Showing results 1 to 50 of 216
Search took 0.13 seconds.
Search: Posts Made By: eradis
Forum: Developer Forum 01-03-2007, 12:16 PM
Replies: 1
Views: 1,091
Posted By eradis
Here is a link to some more info: WBXML...

Here is a link to some more info:

WBXML (http://www.blackberry.com/developers/journal/jan_2006/wbxml_parsing.shtml)
Forum: Developer Forum 07-21-2006, 08:51 AM
Replies: 1
Views: 2,090
Posted By eradis
From the BlackBerry Application Developer Guide...

From the BlackBerry Application Developer Guide Volume 2:



The solution is to use multiple record stores or use BlackBerry Persistence Storage.
Forum: Developer Forum 05-09-2006, 11:27 AM
Replies: 3
Views: 5,900
Posted By eradis
Try this: public class CustomLabelField...

Try this:


public class CustomLabelField extends LabelField{
public CustomLabelField (String name){
super(name,HCENTER | ELLIPSIS );
} ...
Forum: Developer Forum 05-09-2006, 11:23 AM
Replies: 3
Views: 5,150
Posted By eradis
There is a SMSServer in the examples...

There is a SMSServer in the examples (samples\com\rim\samples\server\smsdemo). It works for SMS as I have used it to test Incoming SMS messages locally. Hope that helps.
Forum: General BlackBerry Discussion 04-17-2006, 08:18 PM
Replies: 15
Views: 1,818
Posted By eradis
I worked at RIM and you pay nothing for the...

I worked at RIM and you pay nothing for the BlackBerry device or service plan.
Forum: Developer Forum 04-12-2006, 10:06 PM
Replies: 5
Views: 12,984
Posted By eradis
First thing is to try and use Desktop Manager or...

First thing is to try and use Desktop Manager or javaloader to load the application onto the device. If that works then it is an issue with the OTA installation process (Make sure you have the...
Forum: Developer Forum 03-31-2006, 11:33 AM
Replies: 14
Views: 3,415
Posted By eradis
Make sure you have your JAVA_HOME and PATH...

Make sure you have your JAVA_HOME and PATH environment variables set correctly.

What version of java are you using?
Forum: Developer Forum 03-17-2006, 12:45 PM
Replies: 3
Views: 2,045
Posted By eradis
You cannot record audio - BlackBerry does not...

You cannot record audio - BlackBerry does not support it (well the 7520 has something similar to recording audio based on the IDEN chipset included).

The 7250 only supports tones and midi...
Forum: BlackBerry Guides 03-16-2006, 10:19 AM
Replies: 5
Views: 98,603
Posted By eradis
There are 3 ways to install an application: ...

There are 3 ways to install an application:

1. Desktop Manager - ALX and COD. To get the ALX in the JDE select 'Project'->'Generate ALX File'.
2. OTA - Put the JAD and COD file on a web server. ...
Forum: Aftermarket Software 03-15-2006, 02:08 PM
Replies: 2
Views: 938
Posted By eradis
That feature has not yet been implemented. ...

That feature has not yet been implemented. Sorry we have been busy with other work. It will eventually be included but I cannot give a firm date.
Forum: Developer Forum 03-13-2006, 01:48 PM
Replies: 4
Views: 1,238
Posted By eradis
Yes. You specify the files in the JAD file. ...

Yes. You specify the files in the JAD file. See the following article:
...
Forum: Developer Forum 03-03-2006, 08:19 AM
Replies: 4
Views: 1,670
Posted By eradis
I'm not sure what documentation you are looking...

I'm not sure what documentation you are looking at but see the links:

PIM Package - No Locks:
http://www.blackberry.com/developers/docs/4.1api/javax/microedition/pim/package-summary.html
...
Forum: Developer Forum 03-02-2006, 04:03 PM
Replies: 4
Views: 1,670
Posted By eradis
The PIM API (PDAP) does not require the app to be...

The PIM API (PDAP) does not require the app to be signed.
Forum: General BlackBerry Discussion 03-02-2006, 03:52 AM
Replies: 8
Views: 1,941
Posted By eradis
Notifire has time settings but it can't...

Notifire has time settings but it can't automatically change the profile setting based on device state (i.e. in a meeting - based on a calendar event).

That seems like a nice feature - I will add...
Forum: Aftermarket Software 02-25-2006, 12:42 PM
Replies: 11
Views: 16,075
Posted By eradis
The jad file is used to download and install a...

The jad file is used to download and install a application wirelessly (known as OTA - Over-The-Air ).

The ali and alx is used to install via Desktop Manager. The ali(Application Loader...
Forum: Developer Forum 02-15-2006, 04:52 PM
Replies: 1
Views: 2,246
Posted By eradis
BlackBerry provides more power and memory than...

BlackBerry provides more power and memory than the minimum spec required for J2ME (well CLDC and MIDP) used in your basic cellphone. The advantages of the additional APIs are:

- RIM GUI is more...
Forum: Developer Forum 02-14-2006, 08:41 AM
Replies: 5
Views: 1,289
Posted By eradis
Ingentes provides custom BlackBerry...

Ingentes provides custom BlackBerry consulting/application development. Ingentes has many years of experience and developers who work/worked at RIM.

Please email info@ingentes.com for more...
Forum: Developer Forum 02-06-2006, 05:05 PM
Replies: 10
Views: 4,839
Posted By eradis
To add the TrackwheelListener use the following...

To add the TrackwheelListener use the following code (from within the class in the constructor implementing TrackwheelListener - probably Canvas or GameCanvas).
...
Forum: Developer Forum 02-06-2006, 12:57 PM
Replies: 3
Views: 3,273
Posted By eradis
That is an addon package that doesn't get loaded...

That is an addon package that doesn't get loaded onto the device with the default options. You will need to get a version of the BlackBerry OS (usually directly from blackberry.com or the carrier)....
Forum: Developer Forum 02-06-2006, 12:50 PM
Replies: 10
Views: 4,839
Posted By eradis
You can directly add the TrackwheelListener to...

You can directly add the TrackwheelListener to any class that implements TrackwheelListener interface.

The TrackwheelListener is in the net.rim.device.api.system package not the...
Forum: Developer Forum 02-04-2006, 04:28 PM
Replies: 2
Views: 1,656
Posted By eradis
The cod file needs to go directly into the...

The cod file needs to go directly into the simulator folder (not the Java). When you run (F5) it should automatically put it there.

Hope that helps.
Forum: Developer Forum 01-28-2006, 12:49 AM
Replies: 2
Views: 1,761
Posted By eradis
You need to open them with "javaw.exe".

You need to open them with "javaw.exe".
Forum: Developer Forum 01-26-2006, 08:10 AM
Replies: 6
Views: 6,083
Posted By eradis
First make sure you are not importing...

First make sure you are not importing javax.microedition.lcdui.* (The javax....DateField is being imported - but it provides a getDate() method as well).

Did you try manually typing...
Forum: Developer Forum 01-25-2006, 04:40 PM
Replies: 6
Views: 6,083
Posted By eradis
How are you trying to access the DateField object...

How are you trying to access the DateField object (getDate())?

Make sure you are using the net.rim.device.api.ui.component.DateField and not the midp ui DateField.
Forum: Developer Forum 01-25-2006, 12:28 PM
Replies: 4
Views: 2,456
Posted By eradis
For unit testing you can look at...

For unit testing you can look at http://j2meunit.sourceforge.net/

Ultimately your best bet is to test across the different carriers that you wish to support. The main reason is some carriers have...
Forum: RIM Software 01-25-2006, 12:12 PM
Replies: 4
Views: 1,061
Posted By eradis
Yes that is possible - Maybe if I get some time I...

Yes that is possible - Maybe if I get some time I will take a closer look into it.

Possibly allow for Calendar interchange between BlackBerrys?

Sounds like a useful addon.
Forum: Developer Forum 01-25-2006, 12:07 PM
Replies: 3
Views: 3,247
Posted By eradis
I would bet that Player p =...

I would bet that Player p = Manager.createPlayer("capture://audio");
throws a MediaException - Cannot create player.

The MMAPI is very generic and up to the device manufacturers implementation...
Forum: Developer Forum 01-25-2006, 11:05 AM
Replies: 3
Views: 3,247
Posted By eradis
To the best of my knowledge it is not possible on...

To the best of my knowledge it is not possible on the 8700. The only BlackBerry devices to support Voice memos (Voicenotes) is the 7520 and 7100i.

The Audio class requires you to specify the...
Forum: Developer Forum 01-13-2006, 12:00 PM
Replies: 4
Views: 1,161
Posted By eradis
Re-install the drivers. Get the latest Desktop...

Re-install the drivers. Get the latest Desktop Manager from RIM.
Forum: Developer Forum 01-12-2006, 08:46 AM
Replies: 9
Views: 6,230
Posted By eradis
I did it quite some time ago. Using eclipse and...

I did it quite some time ago. Using eclipse and ant I managed to mimic the RIM JDE building environment.

I suggest creating a simple RIM JDE project (that does everything you want to mimic) and...
Forum: Developer Forum 01-10-2006, 05:26 PM
Replies: 6
Views: 1,285
Posted By eradis
Use the JDE to look at all the threads. I'm sure...

Use the JDE to look at all the threads. I'm sure there is an error in there somewhere (in the threading connection).

Is this happening in the simulator? If yes then for sure there is a logic...
Forum: Aftermarket Software 01-10-2006, 05:20 PM
Replies: 1
Views: 1,110
Posted By eradis
You need to get the .cod file. The .jad (java...

You need to get the .cod file. The .jad (java application descriptor) is just that a description of the app. Why don't you email handango or the developer - I'm sure they would help.
Forum: Developer Forum 01-09-2006, 06:48 PM
Replies: 6
Views: 1,285
Posted By eradis
It should look something like this: import...

It should look something like this:

import java.io.*;
import javax.microedition.io.*;

String url = "http://www.google.com";
HttpConnection conn = null;
InputStream in = null;

try {
Forum: Developer Forum 01-09-2006, 04:39 PM
Replies: 6
Views: 1,285
Posted By eradis
When does it happen? Try to open and close...

When does it happen?

Try to open and close the connection 11 times. If you get the max connection happening on the 11 try, then you are probably not closing them correctly.

20 is the max...
Forum: Developer Forum 01-09-2006, 04:34 PM
Replies: 3
Views: 1,802
Posted By eradis
1. Yes - Usually works straight out of the box...

1. Yes - Usually works straight out of the box (take the jar/jad and directly compile to cod). Sometimes there are some porting issues because of the thumbwheel etc.
2. Yes - startApp() is like...
Forum: Developer Forum 01-07-2006, 12:32 PM
Replies: 3
Views: 1,802
Posted By eradis
You can actually use a pure MIDP application...

You can actually use a pure MIDP application directly on the BlackBerry.
You can also use the RIM libs in that MIDP application. The only thing you can't do is mix the UI elements (if you are using...
Forum: General BlackBerry Discussion 01-06-2006, 12:27 PM
Replies: 1
Views: 1,646
Posted By eradis
Looks like Google bought Reqwireless

http://www.canada.com/nationalpost/story.html?id=c4f6f084-d72f-43ea-8a82-affe38df3830&k=58579
Forum: General BlackBerry Discussion 12-27-2005, 05:22 PM
Replies: 4
Views: 1,930
Posted By eradis
Wink It is possible the device left RIM without a PIN,...

It is possible the device left RIM without a PIN, usually it would be all FF's if that is the case(I know I wrote the S/W that programs the PINs to the device ;) ).
Forum: General BlackBerry Discussion 12-24-2005, 08:51 AM
Replies: 11
Views: 1,460
Posted By eradis
There are 2 channels - Voice and Data (what you...

There are 2 channels - Voice and Data (what you are calling internet). Basically the voice is a connected service when in use. Data is a non-connected service and can use special techniques to...
Forum: Developer Forum 12-24-2005, 08:47 AM
Replies: 1
Views: 1,775
Posted By eradis
Calendar is part of the java.util package - J2ME...

Calendar is part of the java.util package - J2ME CLDC not RIM. There is a DAY_OF_MONTH and net.rim.device.api.util.DateTimeUtilities class that should allow you to do that.
Forum: RIM Software 12-19-2005, 08:28 PM
Replies: 7
Views: 5,764
Posted By eradis
Here is a link explaining JVM error codes for...

Here is a link explaining JVM error codes for future reference:

http://www.blackberry.com/developers/javaknowledge/general/kpa0307163334.shtml
Forum: General BlackBerry Discussion 12-10-2005, 10:16 AM
Replies: 27
Views: 4,426
Posted By eradis
Yes you can. All you need to do is email the...

Yes you can. All you need to do is email the additional midi files to your BlackBerry and "Add to Notifire".

There is more details in the user guide.
Forum: RIM Stock/Legal Discussion 12-09-2005, 10:14 AM
Replies: 13
Views: 6,411
Posted By eradis
I think the most disturbing issues are: 1....

I think the most disturbing issues are:

1. NTP is a holding company.
2. Thomas Campana Jr died a couple of years ago.

I have noticed that RIM is signing deals left and right outside of the...
Forum: Developer Forum 11-23-2005, 07:01 AM
Replies: 3
Views: 1,212
Posted By eradis
The reason is that all cell phone devices are...

The reason is that all cell phone devices are required by law(U.S law) to provide GPS 911 capabilities by 2006.
Forum: General BlackBerry Discussion 11-22-2005, 02:00 PM
Replies: 27
Views: 4,426
Posted By eradis
Check the user guide for additional help. You...

Check the user guide for additional help. You can also email support@ingentes.com
Forum: General BlackBerry Discussion 11-18-2005, 05:49 AM
Replies: 27
Views: 4,426
Posted By eradis
Notifire Professional

Notifire Professional is the ultimate notification solution for BlackBerry. Attached are some screen caps of the application.

You can download the trial version here:
...
Forum: General BlackBerry Discussion 11-17-2005, 09:52 PM
Replies: 1
Views: 1,195
Posted By eradis
We are in the process of releasing Notifire...

We are in the process of releasing Notifire Professional. Here is the trial version link to try out. The full version should be available soon from Handango.

If you have any questions or...
Forum: Developer Forum 11-15-2005, 06:24 PM
Replies: 10
Views: 1,729
Posted By eradis
There wasn't a major change to the api's. ...

There wasn't a major change to the api's. Basically they just added to the existing api's so everything **SHOULD** be backwards compatible - from 4.0 at least.

The best thing to do is download...
Forum: Developer Forum 11-04-2005, 08:20 AM
Replies: 4
Views: 3,589
Posted By eradis
Good solution also.

Good solution also.
Forum: Developer Forum 11-03-2005, 04:19 PM
Replies: 4
Views: 3,589
Posted By eradis
A couple of ways to do this: 1. Use a...

A couple of ways to do this:

1. Use a Hashtable with key as the static int Color map and the value as the String representation of that colour.

2. Use 2 arrays; a 'int' array as the Color...
Showing results 1 to 50 of 216

 
Forum Jump

New In Box Schneider TSXMRPC001M Memory Card Module picture

New In Box Schneider TSXMRPC001M Memory Card Module

$519.99



Coltene Hyflex CM Controlled Memory NiTi Files Rotary File System Set of 6 Files picture

Coltene Hyflex CM Controlled Memory NiTi Files Rotary File System Set of 6 Files

$42.74



2 - RAM DRAM Tray-Container Box For Server PC Memory DIMM DDR4 DDR5- Fits 100 picture

2 - RAM DRAM Tray-Container Box For Server PC Memory DIMM DDR4 DDR5- Fits 100

$20.99



Desktop Memory Case Tray Case for PC DDR DRAM RAM DIMM Modules - 2 fits 100 New picture

Desktop Memory Case Tray Case for PC DDR DRAM RAM DIMM Modules - 2 fits 100 New

$20.50



Dental Endo NiTi Gold Taper Heat Activated /Rotary Files Engine Use 21mm/25mm picture

Dental Endo NiTi Gold Taper Heat Activated /Rotary Files Engine Use 21mm/25mm

$234.68



We R Makers The Cinch Book Binding Machine Round hole V 2 White Aqua 71050-9 picture

We R Makers The Cinch Book Binding Machine Round hole V 2 White Aqua 71050-9

$79.99







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