BlackBerry Forums Support Community
              

Showing results 1 to 50 of 400
Search took 0.09 seconds.
Search: Posts Made By: Dougsg38p
Forum: Developer Forum 05-06-2013, 11:46 AM
Replies: 90
Views: 105,455
Posted By Dougsg38p
Re: **** BlackBerry and Ksoap2 Tutorial *****

What environment are you testing on? Device, simulator, etc?
Forum: Developer Forum 03-27-2013, 02:01 PM
Replies: 4
Views: 12,170
Posted By Dougsg38p
Re: How many simultaneous threads can work together?

One other issue that occurred to me: a long running task will keep subsequent tasks from executing. You might want to consideer using the timer to simple start a thread in your own process, then...
Forum: Developer Forum 03-27-2013, 12:24 PM
Replies: 4
Views: 12,170
Posted By Dougsg38p
Re: How many simultaneous threads can work together?

TimerTask uses a single scheduler thread, AFAIK.

Don't confuse threads and timer-task tasks - two different things.

There is a system-wide limit to the number of threads - and this depends on...
Forum: Developer Forum 03-07-2013, 05:38 PM
Replies: 4
Views: 11,432
Posted By Dougsg38p
Re: Server connection

Did you look at the HTTPDemo sample code that ships with the dev tools?
Forum: Developer Forum 02-25-2013, 03:59 PM
Replies: 4
Views: 12,760
Posted By Dougsg38p
Re: Background application that listens on keypad.

Only the application that owns the currently focused UI component gets the keystrokes.

There is no global keystroke listener for the Java API's.
Forum: Developer Forum 11-26-2012, 03:09 PM
Replies: 3
Views: 10,415
Posted By Dougsg38p
Re: error launch "Help me!" screen from third-party application

If it didn't launch, then you got some type of exception.

First thing I would do is check the module handle that you are getting back from "getModuleHandle". If this comes back as -1, the module...
Forum: Developer Forum 11-24-2012, 10:05 AM
Replies: 3
Views: 10,415
Posted By Dougsg38p
Forum: Developer Forum 11-16-2012, 08:37 AM
Replies: 2
Views: 11,133
Posted By Dougsg38p
Re: Mute Microphone During call through API

My only suggestion is using key event injection - i.e. send the key strokes that would hit the "mute" option on the call menu.
Forum: Aftermarket Software 11-08-2012, 11:09 AM
Replies: 8
Views: 14,371
Posted By Dougsg38p
Re: ToDoMatrix

BTW, the forum is down but it was not the "support" forum. If you want support,

support.center@REXwireless.com

...and you will get results.
Forum: Developer Forum 11-08-2012, 10:45 AM
Replies: 3
Views: 11,531
Posted By Dougsg38p
Re: Pulling device data from device to server

OK, so what is the question? Seems pretty straight forward. What is the servlet expecting in terms of format? Are you using some type of web service wrapper?

The model, OS level, etc are...
Forum: Aftermarket Software 11-07-2012, 03:43 PM
Replies: 8
Views: 14,371
Posted By Dougsg38p
Re: ToDoMatrix

I like the iOS version...

:)
Forum: Developer Forum 11-07-2012, 09:31 AM
Replies: 3
Views: 11,531
Posted By Dougsg38p
Re: Pulling device data from device to server

The big question is: what application is on the server to catch the data, and what is it expecting?
Forum: Developer Forum 10-23-2012, 09:20 AM
Replies: 5
Views: 11,538
Posted By Dougsg38p
Re: Uploading Blackberry games to Blackberry Appworld

And here is the link to start the process:

https://developer.blackberry.com/appworld
Forum: Developer Forum 10-23-2012, 09:18 AM
Replies: 5
Views: 11,538
Posted By Dougsg38p
Re: Uploading Blackberry games to Blackberry Appworld

Try posting here:

BlackBerry App World (http://supportforums.blackberry.com/t5/BlackBerry-App-World-Development/bd-p/appworld_dev)
Forum: Developer Forum 10-13-2012, 09:51 AM
Replies: 1
Views: 11,549
Posted By Dougsg38p
Re: how to record and play .amr files

Livelink - Redirection (http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/1089414/How_To_-_Play_audio_in_an_application.html?nodeid=1168553&vernum=0)
Forum: Developer Forum 09-28-2012, 07:49 AM
Replies: 3
Views: 10,714
Posted By Dougsg38p
Re: NoClassDefFound after adding some vars

Did you check the event log?

You can view it on the device or download via javaloader...

No way for anyone to help you with 1) no error info, and 2) no source code
Forum: Developer Forum 09-27-2012, 09:22 AM
Replies: 3
Views: 10,714
Posted By Dougsg38p
Re: NoClassDefFound after adding some vars

The first thing to do is detemine which class it is complaining about.

This should be in your stack trace (simulator) or in the event log (device)
Forum: Developer Forum 09-24-2012, 10:02 AM
Replies: 5
Views: 11,113
Posted By Dougsg38p
Re: programmatically Select Default GPS Data Source

The typical way to get the *default* provider is to provide a null criteria.
Forum: Developer Forum 09-20-2012, 10:32 AM
Replies: 4
Views: 15,266
Posted By Dougsg38p
Forum: Developer Forum 08-29-2012, 07:46 AM
Replies: 1
Views: 11,544
Posted By Dougsg38p
Re: Integerating BlackBerry_JDE_6.0.0 with eclipse

Why don't you just download the Eclipse plug-in for BB 6.0 ?
Forum: Developer Forum 08-29-2012, 07:45 AM
Replies: 1
Views: 11,833
Posted By Dougsg38p
Re: Getting errors in using BrowserField

Get a set of keys (free) and sign the application.
Forum: Developer Forum 08-01-2012, 07:59 AM
Replies: 1
Views: 11,770
Posted By Dougsg38p
Re: Need Information How Application is Working

I don't know the application, but you can always run a background applicaiton that checks what app is in the foreground. You can also query "active" applications.
Forum: Developer Forum 07-23-2012, 01:11 PM
Replies: 1
Views: 11,225
Posted By Dougsg38p
Re: How do I replace more than 1 character in blackberry?

You will probably have to invent this by using StringMatch and then replacing the data matched.
Forum: Developer Forum 07-12-2012, 10:58 AM
Replies: 3
Views: 11,741
Posted By Dougsg38p
Re: Read incoming sms without spaces

You can't iterate though the chars of a string?

Do you understand the concept of a for{} loop?

- create the string buffer
- get the length of the original message
- enter the for{} look,...
Forum: Developer Forum 07-12-2012, 10:56 AM
Replies: 2
Views: 11,256
Posted By Dougsg38p
Re: Run menu item : browser

Where would you be triggering this from?

You can't programmatically invoke a menu item on another application from your application using the API's.

You might possibly be able to use key event...
Forum: Developer Forum 07-11-2012, 12:56 PM
Replies: 3
Views: 11,741
Posted By Dougsg38p
Re: Read incoming sms without spaces

I would create a new StringBuffer, then loop though the characters in the original string, appending each non-blank (!= '32') char to the StringBuffer.
Forum: General Z10 Series Discussion - BlackBerry 10 07-10-2012, 10:36 AM
Replies: 23
Views: 17,400
Posted By Dougsg38p
Re: BB10 in January?

No matter how "right" they get it, it's still wrong if you have 3rd-party apps on your phone.

Many Java developers have bailed on the platform since there is no backward compatibility for Java...
Forum: Developer Forum 06-18-2012, 08:24 AM
Replies: 3
Views: 11,609
Posted By Dougsg38p
Re: Blackberry Location.getBearing NoClassDefFound

You cannot compile under V7 and deploy under OS 6.

Your compiler must be <= the target OS level.
Forum: Developer Forum 06-15-2012, 10:56 AM
Replies: 3
Views: 13,039
Posted By Dougsg38p
Re: Blackberry Browserfield example not launching

You cannot compile on 7.0 and deploy on 6.0 - your JDK level has to be <= the OS level of the target.
Forum: Developer Forum 06-15-2012, 07:31 AM
Replies: 3
Views: 13,039
Posted By Dougsg38p
Re: Blackberry Browserfield example not launching

What OS level is on the device?

Are you checking the device event log?
Forum: Developer Forum 06-07-2012, 07:22 AM
Replies: 3
Views: 4,430
Posted By Dougsg38p
Re: BBM change status

6.0 does not support the new BBM API. You'll need a 6.1 simulator.

See this link:

BlackBerry - BlackBerry Messenger (http://us.blackberry.com/developers/blackberrymessenger/)
Forum: Developer Forum 06-06-2012, 07:12 AM
Replies: 3
Views: 4,430
Posted By Dougsg38p
Re: BBM change status

Is this on the simulator or on the device?

What version are you compiling with?

What OS version is on the device?
Forum: Developer Forum 05-24-2012, 09:22 AM
Replies: 3
Views: 2,834
Posted By Dougsg38p
Re: Total Freeze under OS 7.0

Run the application on the debugger and inspect the console output window text. I'm sure there is a clue somewhere in this data.
Forum: Developer Forum 05-18-2012, 07:59 AM
Replies: 1
Views: 2,472
Posted By Dougsg38p
Re: Incoming call Responding

How do you know it is not responding?

If you are basing this on the fact that you don't see the dialog, this "Dialog.inform()" code will never happen because the execution context is the phone...
Forum: Developer Forum 05-17-2012, 11:04 PM
Replies: 3
Views: 2,834
Posted By Dougsg38p
Re: Total Freeze under OS 7.0

Sounds like a panic garbage collection.

Do you get the hourglass while the device is hung?
Forum: Aftermarket Software 05-16-2012, 10:53 PM
Replies: 1
Views: 12,486
Posted By Dougsg38p
Re: Reminder/calendar app

Try TodoMatrix

REXwireless - SmartPhone Software for Productivity and Success (http://www.rexwireless.com)
Forum: Developer Forum 05-16-2012, 08:36 AM
Replies: 1
Views: 4,545
Posted By Dougsg38p
Re: net_rim_bb_browser_field2_api

You can't. It's either on your device or it's not.

Again, sounds like you are trying to run a 5.0+ app on a device running 4.3 or possibly 4.5.

Upgrade the device or get a newer one.
Forum: Developer Forum 05-16-2012, 08:35 AM
Replies: 1
Views: 2,606
Posted By Dougsg38p
Re: 4shared installation in my BB (1)

You can't.

Why do you want to do this? It sounds to me like you are trying to run a 5.0 or later program on a 4.3 device (or something along thoes lines).

If so, not possible.
Forum: Developer Forum 05-15-2012, 08:47 AM
Replies: 8
Views: 3,340
Posted By Dougsg38p
Re: Blackberry java plugin

Did you look at the samples that ship with your dev tools? I'm pretty sure there is a demo "GPACalc" somewhere that calculates your grade point average when you press a button.

Also see this...
Forum: Developer Forum 05-13-2012, 11:36 AM
Replies: 8
Views: 3,340
Posted By Dougsg38p
Re: Blackberry java plugin

Typically, you add a field change listener to the button(s).

See the javadocs.
Forum: Developer Forum 05-09-2012, 08:06 AM
Replies: 2
Views: 3,192
Posted By Dougsg38p
Re: how to convert war file to cod files

I'm not aware of any way to "convert" a WAR to a COD. I don't believe this exists.

It's extremely unlikely that a WAR file is going to contain code that will execute in the very limited blackberry...
Forum: Developer Forum 05-05-2012, 07:31 PM
Replies: 4
Views: 2,557
Posted By Dougsg38p
Re: Can we implement Key listener?

You can get phone call events with the phone listener.

See the java docs.
Forum: Developer Forum 05-04-2012, 08:06 AM
Replies: 7
Views: 2,995
Posted By Dougsg38p
Re: Need to Know Mobile is in Motion State

Define "in motion state" and "in stay state"

What exactly are you trying to detect?

There are two possibilities, depending on what you are trying to accomplish: GPS or Accellerometer.
Forum: Developer Forum 05-03-2012, 07:31 AM
Replies: 4
Views: 2,557
Posted By Dougsg38p
Re: Can we implement Key listener?

Only the application with the current focus can get key and trackwheel events, so the answer is no.
Forum: Developer Forum 04-25-2012, 04:24 PM
Replies: 4
Views: 15,266
Posted By Dougsg38p
Re: net_rim_json_org not found error in downloading

Did you also put the json package on the device? It's not on the device, so you have to put it there.

Anyway, I'm not so sure I agree with this thing that you read somewhere. The better idea, I...
Forum: Developer Forum 04-25-2012, 07:23 AM
Replies: 1
Views: 3,894
Posted By Dougsg38p
Re: net_rim_json_org not found

The json support does not exist on JDE 4.5

AFAIK, it doesn't come into the API until OS 6
Forum: Developer Forum 04-18-2012, 10:31 AM
Replies: 1
Views: 2,132
Posted By Dougsg38p
Re: User required to pay for app- upgrade.. why ?

You should probably post this in the Blackberry Appworld forum.

BlackBerry App World (http://supportforums.blackberry.com/t5/BlackBerry-App-World-Development/bd-p/appworld_dev)
Forum: Developer Forum 04-18-2012, 08:49 AM
Replies: 4
Views: 2,350
Posted By Dougsg38p
Re: Need Help with Accelerometer

That's self-explanatory. You need a device that has the acelerometer. Not all devices do.
Forum: Developer Forum 04-18-2012, 07:41 AM
Replies: 4
Views: 2,350
Posted By Dougsg38p
Re: Need Help with Accelerometer

Did you look at the AccelerometerDemo in the samples?
Forum: Developer Forum 04-17-2012, 08:04 AM
Replies: 12
Views: 3,831
Posted By Dougsg38p
Re: Read GPS TimeStamp

AFAIK, Location.getTimeStamp() is the only way to retrieve the time of the GPS fix.

Why does this not work for you?
Showing results 1 to 50 of 400

 
Forum Jump

Schneider 140CPU65150 processor module 140CPU65150 140CPU65150 picture

Schneider 140CPU65150 processor module 140CPU65150 140CPU65150

$2898.00



Schneider Electric - Unity processor, Modicon Premium - TSXP573634M picture

Schneider Electric - Unity processor, Modicon Premium - TSXP573634M

$1680.00



AB 1747-L542 /C SLC 500 5/04 CPU PROCESSOR UNIT 1747L542 NEW Factory Sealed picture

AB 1747-L542 /C SLC 500 5/04 CPU PROCESSOR UNIT 1747L542 NEW Factory Sealed

$380.00



AlphaSmart Neo2 Laptop Word Processor, . picture

AlphaSmart Neo2 Laptop Word Processor, .

$90.00



Used & Tested TEKNOR T936IBAAB CPU Single Board picture

Used & Tested TEKNOR T936IBAAB CPU Single Board

$330.91



AB 1769-L35E CompactLogix EtherNet Processor 1769L35E New Factory Sealed picture

AB 1769-L35E CompactLogix EtherNet Processor 1769L35E New Factory Sealed

$787.87







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