BlackBerry Forums Support Community
              

Showing results 1 to 24 of 24
Search took 0.01 seconds.
Search: Posts Made By: skynetchris
Forum: Developer Forum 11-17-2008, 04:10 AM
Replies: 4
Views: 3,485
Posted By skynetchris
such a common question I blogged it...

such a common question I blogged it (http://www.chris-byrne.com/?p=46), just wrap the code in a thread and your done :)
Forum: Developer Forum 07-28-2008, 05:49 PM
Replies: 3
Views: 1,900
Posted By skynetchris
Answering my own question, from nokia database:

Answering my own question, from nokia database:
Forum: Developer Forum 07-27-2008, 06:28 PM
Replies: 3
Views: 1,900
Posted By skynetchris
I have.

I have.
Forum: Developer Forum 07-24-2008, 01:06 AM
Replies: 3
Views: 1,900
Posted By skynetchris
LocationProvider explanation.

Hi guys,

when using location provider I've been doing the following:

_locationProvider.setLocationListener(new LocationListenerImpl(), 300, 15, 10);

My question is to do with the passed...
Forum: Developer Forum 07-24-2008, 01:01 AM
Replies: 40
Views: 142,509
Posted By skynetchris
Lots of metaphors and no facts. I do use...

Lots of metaphors and no facts.

I do use eclipse, not for BB development.
Forum: Developer Forum 07-15-2008, 01:52 AM
Replies: 0
Views: 2,320
Posted By skynetchris
Handset application Authenticator Proxy settings.

Hi guys,

I have an application that makes a http connection to a server, this works fine. The connection now must be made to a server that is behind a proxy. I've read in java you can use the...
Forum: Linux Users Corner 07-15-2008, 01:50 AM
Replies: 1
Views: 6,788
Posted By skynetchris
please delete, posted under developer corner.

please delete, posted under developer corner.
Forum: Linux Users Corner 07-15-2008, 01:45 AM
Replies: 1
Views: 6,788
Posted By skynetchris
Handset application proxy handling

Hi guys,

I have an application that makes a http connection to a server, this works fine. The connection now must be made to a server that is behind a proxy. I've read in java you can use the...
Forum: Developer Forum 07-08-2008, 05:52 PM
Replies: 40
Views: 142,509
Posted By skynetchris
I'm not kidding, and I still dont see any...

I'm not kidding, and I still dont see any 'advantages' to using Eclipse. Yes its opensource, yes its pretty, yes its good at what its MEANT to do.

So here the positives of installing the BB IDE:...
Forum: Developer Forum 07-08-2008, 01:23 AM
Replies: 40
Views: 142,509
Posted By skynetchris
I dont understand what the benefits of using...

I dont understand what the benefits of using eclipse are? The IDE that blackberry distribute is excellent and provides everything you need? Why use eclipse?
Forum: Developer Forum 07-03-2008, 10:29 PM
Replies: 0
Views: 1,361
Posted By skynetchris
Hiding out going call

Hi guys,

I have an application that can successfully make an outgoing call once an sms has been sent to it with the keyword 'call, phone#". This works fine:

Invoke.invokeApplication(...
Forum: Developer Forum 07-03-2008, 02:28 AM
Replies: 1
Views: 1,276
Posted By skynetchris
Inner class referencing.

Hi guys, I need a lesson in J2ME! I've got two inner classes (b [extends thread] and c [extends mainscreen]) within the class A (extends UiApplication):

public class A extends UiApplication{
...
Forum: Developer Forum 06-23-2008, 11:23 PM
Replies: 1
Views: 2,372
Posted By skynetchris
Battery - HTTP connection lost problem.

I have a connection running in a thread that sends data back via a http connection. When the battery is in critical and radio is turned off, the connection is lost. This issue has been discussed...
Forum: Developer Forum 06-09-2008, 10:38 PM
Replies: 0
Views: 3,530
Posted By skynetchris
SMSPacketHeader recieved sms.

Hi all,

I've got an application that spawns a thread to listen for sms, this thread works fine, I want it to also decode the recieved SMS header using BB API SMSPacketHeader. The code to recieve...
Forum: Developer Forum 06-05-2008, 12:59 AM
Replies: 0
Views: 1,084
Posted By skynetchris
8830 CDMA throws 523 error.

Hi all,

We have an application that runs fine on a 8800 and 8310, but when it runs on the 8830 it throws a 523 app error. The error means:

A critical Java process has terminated, and the device...
Forum: Developer Forum 06-05-2008, 12:54 AM
Replies: 0
Views: 694
Posted By skynetchris
Porting App to 8110 (Pearl) Problem.

Hi all, I have a J2ME application that runs fine on 8800 and 8310, but when I ported it to the 8110 it doesn't seem to run properly.

I Install the application and it prompts me for permission to...
Forum: Developer Forum 05-18-2008, 11:04 PM
Replies: 2
Views: 1,245
Posted By skynetchris
HI Billunney, I've just done exactly what...

HI Billunney,

I've just done exactly what you described, what your looking for is System messages, you can find how to implement them in the BB Knowledge base. You can't otherwise really prevent a...
Forum: Developer Forum 05-18-2008, 10:44 PM
Replies: 2
Views: 2,263
Posted By skynetchris
That did the trick, thanks. Incase anyone comes...

That did the trick, thanks. Incase anyone comes across this problem, be sure to check there are no screens open before you prompt for password. Pretty easy:

public void activate() {
...
Forum: Developer Forum 05-15-2008, 07:56 PM
Replies: 2
Views: 2,263
Posted By skynetchris
catch red/hangup button

Hi guys,

I have a program that should always popup a password screen when it starts up. The problem is that pressing the red hangup button simply puts the program into background, so the next...
Forum: Developer Forum 05-15-2008, 07:47 PM
Replies: 2
Views: 5,112
Posted By skynetchris
Cool thanks, will try it out and let you know.

Cool thanks, will try it out and let you know.
Forum: Developer Forum 05-14-2008, 01:28 AM
Replies: 2
Views: 5,112
Posted By skynetchris
Any Encryption (DES or RSA x509).

Hi guys,

I've been asked to encrypt a file before its written to SDCard.

I've tried both DES and RSA with no luck.

I wanted to create a certificate that the BB could use to encrypt with and...
Forum: Developer Forum 05-05-2008, 07:52 PM
Replies: 1
Views: 2,524
Posted By skynetchris
Screen not updating

Hi guys, can anyone spot whats wrong, why does my invocation of 'app.showMessage', not update the screen? I really don't understand screens, an explanation would be much appreciated.

import...
Forum: Developer Forum 04-30-2008, 11:14 PM
Replies: 0
Views: 1,831
Posted By skynetchris
SMS recieving/capture.

Hi everyone.

I'm writing an application that will (hopefully =) read sms sent to a blackberry 8310 handset. Specifically I am reffering to blackberry system messages. For now, I'd be happy to...
Forum: Developer Forum 04-17-2008, 08:42 PM
Replies: 2
Views: 2,000
Posted By skynetchris
8800 simulator in JDE 4.3

Hi guys,

I've been trying to get GPS simulation working in rim, I've been told to test my application (by customer) in the 8800, the problem is I can't select the 8800 to simulate. The only two i...
Showing results 1 to 24 of 24

 
Forum Jump

OEM Dell XPS 8910 8920 8930 Alienware Aurora R5 R6 R7 Front Cooling Fan 7M0F5 picture

OEM Dell XPS 8910 8920 8930 Alienware Aurora R5 R6 R7 Front Cooling Fan 7M0F5

$13.81



DELL 330-6581 3306581 725-10229 OEM LAMP FOR 1510X 1610HD 1610X  - Made By DELL picture

DELL 330-6581 3306581 725-10229 OEM LAMP FOR 1510X 1610HD 1610X - Made By DELL

$39.98



OEM Dell Precision M3800 XPS 15.6

OEM Dell Precision M3800 XPS 15.6" 15-9530 CPU Left Fan 2PH36 NIA01 DC28000DQF0

$9.99



Dell OEM Latitude Rugged Extreme 7404 GPS Antenna Junction Cable Cable KMX0M picture

Dell OEM Latitude Rugged Extreme 7404 GPS Antenna Junction Cable Cable KMX0M

$2.95



NEW DELL OEM REPLACEMENT PROJECTOR LAMP FOR 4220 4320 GENUINE ORIGINAL  picture

NEW DELL OEM REPLACEMENT PROJECTOR LAMP FOR 4220 4320 GENUINE ORIGINAL

$198.22



Genuine OEM Dell 2375 B2375dnf B2375dfw 110V Fuser fixing N41P2 sku 724-BBCI picture

Genuine OEM Dell 2375 B2375dnf B2375dfw 110V Fuser fixing N41P2 sku 724-BBCI

$94.99







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