BlackBerry Forums Support Community
              

Showing results 1 to 30 of 30
Search took 0.07 seconds.
Search: Posts Made By: irlennard
Forum: Developer Forum 01-30-2009, 08:43 AM
Replies: 13
Views: 4,045
Posted By irlennard
Actually I don't think you can sign it, because...

Actually I don't think you can sign it, because it's a pure J2ME midlet, not a BlackBerry application. The work around is to enable the Firewall on your device:

Options -> Security -> Firewall
...
Forum: Developer Forum 11-13-2008, 03:54 AM
Replies: 0
Views: 894
Posted By irlennard
8900 Simulator available!

The Javelin/8900 simulator is now available here (https://www.blackberry.com/Downloads/entry.do?code=060AD92489947D410D897474079C1477).

Select v4.6.1 from the list and away you go.

Ian.
Forum: Developer Forum 10-09-2008, 02:29 AM
Replies: 7
Views: 3,772
Posted By irlennard
I'm having mixed results too. Some of my apps...

I'm having mixed results too. Some of my apps will need a bit of work for the Storm :-(

I've also had problems playing back various video formats. I keep getting the message "An error has occurred...
Forum: Developer Forum 10-08-2008, 08:27 AM
Replies: 7
Views: 3,772
Posted By irlennard
9530 (aka Storm) simulator available!

I don't know how old this news is, but I just found a BB Storm simulator (beta) available for download from the BlackBerry website here...
Forum: Developer Forum 08-22-2008, 04:55 AM
Replies: 1
Views: 921
Posted By irlennard
BlackBerrys are Java based (J2ME - Java 2...

BlackBerrys are Java based (J2ME - Java 2 Microedition) so you're out of luck. You'll have to port the DLLs yourself. Although the Zlib and Gzip libraries are available. Check out the package...
Forum: Developer Forum 08-15-2008, 07:05 AM
Replies: 3
Views: 1,125
Posted By irlennard
I believe this is possible. You can create a...

I believe this is possible. You can create a synchronization "Add-in" for the Desktop Manager. Download the JDE and look at the sample program under <programfiles>\Research In Motion\BlackBerry JDE...
Forum: Developer Forum 08-15-2008, 06:36 AM
Replies: 2
Views: 1,170
Posted By irlennard
So what is the problem? What does your code above...

So what is the problem? What does your code above do? One thing I noticed though, is that you're comparing the char "c" variable to -1. Char is unsigned so this will never succeed. I would suggest...
Forum: Developer Forum 07-03-2008, 09:18 AM
Replies: 10
Views: 1,409
Posted By irlennard
Hi. I just posted to your other thread here...

Hi. I just posted to your other thread here (http://www.blackberryforums.com/developer-forum/138183-2-warnings-when-project-built.html#post998871)

-- Ian
Forum: Developer Forum 07-03-2008, 09:10 AM
Replies: 8
Views: 1,249
Posted By irlennard
I think your code should look something like...

I think your code should look something like this:


package com.blackberrydeveloper.ImplCallDiverter;

import net.rim.blackberry.api.phone.*;

public final class ImplCallDiverter extends...
Forum: Developer Forum 07-02-2008, 06:54 AM
Replies: 1
Views: 1,115
Posted By irlennard
Do you open any input/output streams from your...

Do you open any input/output streams from your connections? You need to call close() on these too otherwise I don't think the connection will be properly closed.

-- Ian
Forum: Developer Forum 07-02-2008, 05:28 AM
Replies: 1
Views: 722
Posted By irlennard
If you implement the SystemListener interface you...

If you implement the SystemListener interface you should be able to get what you want. In particular look at the batteryStatusChange function.

-- Ian
Forum: Developer Forum 07-01-2008, 06:16 AM
Replies: 11
Views: 24,372
Posted By irlennard
The file system has two "roots": store and...

The file system has two "roots": store and SDCard. You need to specify one of these, depending on where your file is.

E.g.

FileConnection fc =...
Forum: Developer Forum 06-30-2008, 04:15 AM
Replies: 1
Views: 1,721
Posted By irlennard
In your MainScreen (or other Screen subclass) you...

In your MainScreen (or other Screen subclass) you could try overriding:

boolean keyDown(char key, int status, int time)

or

boolean keyControl(char key, int status, int time)

Then save the...
Forum: Developer Forum 06-30-2008, 02:57 AM
Replies: 3
Views: 10,194
Posted By irlennard
Have you installed the JDE? It should register...

Have you installed the JDE? It should register the .csi extension to open with the SignatureTool.jar. Here is how to open them manually:

javaw.exe -jar "%ProgramFiles%\Research In...
Forum: Developer Forum 06-30-2008, 02:44 AM
Replies: 5
Views: 1,989
Posted By irlennard
What OS version is your 8707 running? You need at...

What OS version is your 8707 running? You need at least 4.2.1 for the File api.

-- Ian
Forum: Developer Forum 06-26-2008, 04:49 AM
Replies: 9
Views: 1,790
Posted By irlennard
Well, what events are you listening for? And what...

Well, what events are you listening for? And what are you doing when you receive them? If you're doing a lot of processing then, sure, you battery will get drained. Maybe post your code?

-- Ian
Forum: Developer Forum 06-12-2008, 05:10 AM
Replies: 2
Views: 1,222
Posted By irlennard
For JDE 4.1 and above you need at least Java 2...

For JDE 4.1 and above you need at least Java 2 SDK, Standard Edition v5.0. Earlier versions won't work.

-- Ian
Forum: Developer Forum 06-10-2008, 06:42 AM
Replies: 3
Views: 2,870
Posted By irlennard
When you create your alternate entry project,...

When you create your alternate entry project, make sure you enter something in the "Arguments passed to..." field (e.g. "my_argument").

Now, in your main class, your main() function looks like...
Forum: Developer Forum 06-10-2008, 02:46 AM
Replies: 12
Views: 14,605
Posted By irlennard
You need to import javax.microedition.io.* too,...

You need to import javax.microedition.io.* too, for the Connector class.

-- Ian
Forum: Developer Forum 06-05-2008, 09:43 AM
Replies: 7
Views: 1,148
Posted By irlennard
You can easily convert a double to a string with...

You can easily convert a double to a string with the toString() function of the Double class.

-- IRL
Forum: Developer Forum 06-05-2008, 09:32 AM
Replies: 3
Views: 12,247
Posted By irlennard
If you want to parse the contents of an xml file,...

If you want to parse the contents of an xml file, take a look at the sample application XmlDemo included with JDE 4.2+.

-- IRL
Forum: Developer Forum 06-05-2008, 09:16 AM
Replies: 3
Views: 1,922
Posted By irlennard
Take a look at the FileExplorerDemo sample...

Take a look at the FileExplorerDemo sample application included with JDE 4.2+. You should be able to modify it easily enough to suit your needs.

-- IRL
Forum: Developer Forum 04-29-2008, 07:25 AM
Replies: 13
Views: 4,045
Posted By irlennard
I just tested bbTracker with the Pearl 8130...

I just tested bbTracker with the Pearl 8130 Simulator that comes with JDE 4.3. When I turn on the simulator option "security" it exhibits the same problem. Turning on the firewall gave me the "don't...
Forum: Developer Forum 04-29-2008, 07:03 AM
Replies: 13
Views: 4,045
Posted By irlennard
I've been looking around and unless I'm mistaken,...

I've been looking around and unless I'm mistaken, OS 4.3 was never released for the Curve and has been renamed OS 4.5. So there may be no testing required...

-- IRL
Forum: Developer Forum 04-29-2008, 03:16 AM
Replies: 13
Views: 4,045
Posted By irlennard
(Oops, I meant I have a Curve 8310...) I...

(Oops, I meant I have a Curve 8310...)

I just re-installed bbTracker and this time said yes when it asked about the trusted application status. But it makes no difference, I still get asked every...
Forum: Developer Forum 04-29-2008, 03:06 AM
Replies: 13
Views: 4,045
Posted By irlennard
I installed bbTracker on my Curve (8320) with OS...

I installed bbTracker on my Curve (8320) with OS 4.2 and it worked without problems. Then I installed an OS 4.5 beta and afterwards was asked: "Do you want to grant trusted application status to this...
Forum: Developer Forum 04-25-2008, 02:37 AM
Replies: 2
Views: 1,533
Posted By irlennard
Thanks, I tried that already. Multiplying the...

Thanks, I tried that already. Multiplying the height by 1.5 seems to do the trick. I was just wondering if there was a better way.

A TextField for example somehow knows when I enter Ä on a line....
Forum: Developer Forum 04-25-2008, 02:19 AM
Replies: 2
Views: 1,533
Posted By irlennard
ListField with unicode characters

I have a dictionary application for languages such as German and French, and I'm using a ListField to display their contents.

The problem comes when I display some special characters such as Ä (A...
Forum: Developer Forum 01-29-2008, 10:31 AM
Replies: 5
Views: 28,022
Posted By irlennard
Hey, your BitmapFont class looks interesting. ...

Hey, your BitmapFont class looks interesting.
How do actually use it to display a font though? Can you then use it like the net.rim.device.api.ui.Font class or did you have to extend the...
Forum: Developer Forum 01-25-2008, 09:34 AM
Replies: 5
Views: 28,022
Posted By irlennard
Hey, just wondering if you ever solved this...

Hey, just wondering if you ever solved this problem. I'm also looking for information about custom fonts but have had no luck so far.

Thanks,
IRL
Showing results 1 to 30 of 30

 
Forum Jump

2PC Camshaft Timing Solenoid Valve For 04-10 Ford F-150 Expedition 4.6L 5.4L VCT picture

2PC Camshaft Timing Solenoid Valve For 04-10 Ford F-150 Expedition 4.6L 5.4L VCT

$47.59



SA-3786-12 603350 Fuel Shutoff Solenoid Kubota Compatible 721D2 21HP Grasshopper picture

SA-3786-12 603350 Fuel Shutoff Solenoid Kubota Compatible 721D2 21HP Grasshopper

$29.99



S.36121 Starter Solenoid Fits John Deere picture

S.36121 Starter Solenoid Fits John Deere

$38.69



Cole Hersee (24059-BP) 12V Insulated SPST Continuous Duty Solenoid picture

Cole Hersee (24059-BP) 12V Insulated SPST Continuous Duty Solenoid

$30.08



Fuel Shut Off Solenoid Fit For Kubota D905 D1005 D1105 17208-60010 17208-60015 picture

Fuel Shut Off Solenoid Fit For Kubota D905 D1005 D1105 17208-60010 17208-60015

$25.25



6669415 Fuel Timer Solenoid Bobcat Skid Steer Loader Excavator Compatible picture

6669415 Fuel Timer Solenoid Bobcat Skid Steer Loader Excavator Compatible

$29.99







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