BlackBerry Forums Support Community
              

Showing results 1 to 50 of 237
Search took 0.05 seconds.
Search: Posts Made By: Skipper_Joe
Forum: Developer Forum 02-21-2008, 04:04 AM
Replies: 2
Views: 2,572
Posted By Skipper_Joe
most probably you compile it under JDE 4.2 and...

most probably you compile it under JDE 4.2 and your 8100 and 7100 has older OS version - maybe 4.1.
Forum: Developer Forum 02-20-2008, 06:24 AM
Replies: 2
Views: 691
Posted By Skipper_Joe
1) Does it happen for any 4.3 device or for some...

1) Does it happen for any 4.3 device or for some particular one?

2) if you reboot device manually (without installing new app), will the same errors happen?

i suggest you to get full eventlog...
Forum: Developer Forum 02-14-2008, 05:09 AM
Replies: 4
Views: 3,923
Posted By Skipper_Joe
i think it launch native Camera application, not...

i think it launch native Camera application, not making photos itself. Am I right?
BTW, what OS version is on your Pearl?
Forum: Developer Forum 02-13-2008, 03:12 AM
Replies: 3
Views: 1,088
Posted By Skipper_Joe
how do you bundle ksoap2 with your application?...

how do you bundle ksoap2 with your application? you compile everything into single cod file or you place ksoap2 into separate cod file? You need to define all necessary cod files inside alx file.
Forum: Developer Forum 02-13-2008, 03:09 AM
Replies: 4
Views: 3,923
Posted By Skipper_Joe
This is not possible yet. You can only invoke...

This is not possible yet. You can only invoke Camera application programatically, via Invoke class.
RIM promised to implement in MMAPI, but this is not done yet.
Forum: Developer Forum 02-12-2008, 08:33 AM
Replies: 3
Views: 967
Posted By Skipper_Joe
yes

yes
Forum: Developer Forum 02-09-2008, 06:16 AM
Replies: 3
Views: 967
Posted By Skipper_Joe
no, you can't mix J2ME and RIM-specific UI...

no, you can't mix J2ME and RIM-specific UI components on the same screen :(
Forum: Developer Forum 02-07-2008, 08:15 AM
Replies: 4
Views: 2,672
Posted By Skipper_Joe
You can do it with javax.microedition.media API....

You can do it with javax.microedition.media API. See documentation here, for example:
RIM Device Java Library: Interface Player...
Forum: Developer Forum 02-06-2008, 12:24 AM
Replies: 45
Views: 159,023
Posted By Skipper_Joe
you need to set JAVA_HOME and PATH env variables...

you need to set JAVA_HOME and PATH env variables properly. search forum - it was discussed few times before.
Forum: Developer Forum 02-04-2008, 05:02 AM
Replies: 7
Views: 4,567
Posted By Skipper_Joe
You can to read phone.wav to byte array in...

You can to read phone.wav to byte array in memory, wrap it into ByteArrayInputStream and pass it to createPlayer(InputStream stream, String type) method, along with type="audio/x-wav"
Forum: Developer Forum 02-04-2008, 04:57 AM
Replies: 1
Views: 1,771
Posted By Skipper_Joe
After thread's method run() is finished, thread...

After thread's method run() is finished, thread can't be restarted again. You either need to create and start new thread or you should not allow method run() to exit. Call Thread.sleep() method, for...
Forum: Developer Forum 02-04-2008, 04:52 AM
Replies: 4
Views: 910
Posted By Skipper_Joe
You can do it via CodeModuleManager class: 1)...

You can do it via CodeModuleManager class:
1) get list of modules via getModuleHandles()
2) get list of app descriptors for each module via getApplicationDescriptors()

read javadoc for more...
Forum: Developer Forum 02-04-2008, 04:50 AM
Replies: 1
Views: 788
Posted By Skipper_Joe
No, it is not possible.

No, it is not possible.
Forum: Developer Forum 02-02-2008, 04:45 PM
Replies: 1
Views: 1,441
Posted By Skipper_Joe
try read it using java.util.jar.* API from...

try read it using java.util.jar.* API from standard java (SE).
maybe they use java.util.jar.Pack200 to pack it?
Forum: Developer Forum 02-01-2008, 02:55 AM
Replies: 5
Views: 3,676
Posted By Skipper_Joe
JDE itself doesn't support antenna preprocessor...

JDE itself doesn't support antenna preprocessor syntax, but you can do in next way:

//#ifdef OS4_2
//# public static final boolean isOS42 = true;
//#else
public static final boolean...
Forum: Developer Forum 01-29-2008, 05:32 AM
Replies: 7
Views: 8,551
Posted By Skipper_Joe
just a guess: did you make your project active...

just a guess:
did you make your project active in JDE? Select project in tree view and check popup menu item "Activate Project"
Forum: Developer Forum 01-29-2008, 05:19 AM
Replies: 3
Views: 2,390
Posted By Skipper_Joe
You should not download cod file directly. You...

You should not download cod file directly. You should download jad file and device will handle it and will download all the cod files, referenced in jad file.

search forum - it was discussed a lot...
Forum: Developer Forum 01-27-2008, 05:29 PM
Replies: 7
Views: 2,440
Posted By Skipper_Joe
ok :)

ok :)
Forum: Developer Forum 01-27-2008, 05:27 PM
Replies: 8
Views: 2,689
Posted By Skipper_Joe
java.util.Calendar is one of the basic java...

java.util.Calendar is one of the basic java classes. You can find a samples and explanations in any java book or/and try google.
Forum: Developer Forum 01-27-2008, 05:24 PM
Replies: 4
Views: 4,554
Posted By Skipper_Joe
There is no IMEI for CDMA devices, but there are...

There is no IMEI for CDMA devices, but there are similar unique identifiers. Check methods of CDMAInfo class.
Forum: Developer Forum 01-25-2008, 09:29 AM
Replies: 7
Views: 2,440
Posted By Skipper_Joe
This is old API, which was intended to use for...

This is old API, which was intended to use for IDEN devices only. You should use MMAPI (javax.microedition.media.* package) to record and play voice.
Forum: Developer Forum 01-22-2008, 04:33 AM
Replies: 2
Views: 1,100
Posted By Skipper_Joe
PersistentStore is definitly faster than parsing...

PersistentStore is definitly faster than parsing xml. But it requires signing. Is it better - depends on your needs.
Other storage solution is MIDP RecordStore. It is less flexible and size of...
Forum: Developer Forum 01-17-2008, 01:57 AM
Replies: 1
Views: 947
Posted By Skipper_Joe
you can only launch BB Map application with some...

you can only launch BB Map application with some parameters (show pinpoint, show route), but you can't get some component and tweak it to your needs and you can't register any listener to react on...
Forum: Developer Forum 01-17-2008, 01:41 AM
Replies: 1
Views: 859
Posted By Skipper_Joe
1) you can run SignatureTool.jar separately from...

1) you can run SignatureTool.jar separately from JDE. So you don't need to run JDE 4.2, just run
java -jar /path/to/jde42/bin/SignatureTool.jar + all the necessary command line arguments

2) if...
Forum: Developer Forum 01-08-2008, 02:41 AM
Replies: 1
Views: 1,139
Posted By Skipper_Joe
Just a guess: what is OS version on your device?...

Just a guess: what is OS version on your device? it should be 4.2.1, not 4.1
Forum: Developer Forum 12-25-2007, 03:28 AM
Replies: 3
Views: 911
Posted By Skipper_Joe
or even better - add class files from jar to your...

or even better - add class files from jar to your own class files and compile them all by rapc.exe into single cod file
Forum: Developer Forum 12-25-2007, 03:17 AM
Replies: 2
Views: 1,396
Posted By Skipper_Joe
how do you convert jar to cod file?

how do you convert jar to cod file?
Forum: Developer Forum 12-11-2007, 03:14 AM
Replies: 15
Views: 6,228
Posted By Skipper_Joe
You get "illegalstateException:no application...

You get "illegalstateException:no application Instance" because you don't have instance of net.rim.device.api.system.Application.

You can do something like this, for example:

public class MyApp...
Forum: Developer Forum 12-07-2007, 04:57 AM
Replies: 1
Views: 897
Posted By Skipper_Joe
you need to convert your .jar file into .cod file...

you need to convert your .jar file into .cod file using rapc tool. After this you will be able to sign .cod file.
Forum: Developer Forum 12-07-2007, 04:53 AM
Replies: 1
Views: 1,065
Posted By Skipper_Joe
select option "Auto-run on startup" in JDE...

select option "Auto-run on startup" in JDE project properties. Or set RIM-MIDlet-Flags-1 parameter to 1 in your .rapc file, if you compile from console.
Forum: Developer Forum 12-07-2007, 04:49 AM
Replies: 7
Views: 3,966
Posted By Skipper_Joe
generate ANT script?

generate ANT script?
Forum: Developer Forum 12-07-2007, 04:46 AM
Replies: 1
Views: 2,051
Posted By Skipper_Joe
Check net.rim.device.api.system.DeviceInfo class

Check net.rim.device.api.system.DeviceInfo class
Forum: Developer Forum 12-07-2007, 04:32 AM
Replies: 1
Views: 1,607
Posted By Skipper_Joe
Did you try reading BlackBerry Developer Guide...

Did you try reading BlackBerry Developer Guide how to do BlackBerry UI?
Forum: Developer Forum 12-07-2007, 04:28 AM
Replies: 1
Views: 948
Posted By Skipper_Joe
ControlledAccessException is thrown usually when...

ControlledAccessException is thrown usually when user denied some permission for your app. Check in Settings > Application menu of your device. Maybe this is a problem?
Forum: Developer Forum 12-07-2007, 04:19 AM
Replies: 1
Views: 1,230
Posted By Skipper_Joe
It is possible to do it in next way: - Record...

It is possible to do it in next way:
- Record sound using MMAPI (JSR-135) and get result as byte array. There are a lot of tutorials and howtos about it.
- Send byte array to server using http...
Forum: Developer Forum 11-30-2007, 06:04 AM
Replies: 4
Views: 1,128
Posted By Skipper_Joe
Done. Actually this file is on blackberry.com...

Done. Actually this file is on blackberry.com site in developers area. I just sent it to bo, because he has troubles with download.
Forum: Developer Forum 11-18-2007, 07:09 AM
Replies: 3
Views: 1,012
Posted By Skipper_Joe
I suspect that problem is that after "Clear...

I suspect that problem is that after "Clear Field" is deleted, position number of subsequent menuitems is changed.
Forum: Developer Forum 11-18-2007, 06:20 AM
Replies: 8
Views: 2,812
Posted By Skipper_Joe
We trapped into the same problem and we asked RIM...

We trapped into the same problem and we asked RIM support. There answer was that files in /store/samples/ folder are RIM protected media and are defended against distribution in this way.
Forum: Developer Forum 11-12-2007, 09:17 AM
Replies: 1
Views: 1,071
Posted By Skipper_Joe
You can store any resource inside your cod file -...

You can store any resource inside your cod file - include it in the jar file, which is compiled by rapc.
After this you can access it using Class.getResourceAsStream(<path/to/resource>) method.
Forum: Developer Forum 11-12-2007, 02:07 AM
Replies: 3
Views: 2,240
Posted By Skipper_Joe
see, for example, here: Livelink - Redirection...

see, for example, here: Livelink - Redirection...
Forum: Developer Forum 11-12-2007, 02:06 AM
Replies: 3
Views: 2,240
Posted By Skipper_Joe
I suggest you to recompile midlet as cod file and...

I suggest you to recompile midlet as cod file and install cod file on blackberry and jar on all other midp devices
Forum: Developer Forum 11-12-2007, 01:54 AM
Replies: 4
Views: 1,128
Posted By Skipper_Joe
sent one to your email

sent one to your email
Forum: Developer Forum 11-06-2007, 09:25 AM
Replies: 5
Views: 3,637
Posted By Skipper_Joe
check OS version on your device: Options > About....

check OS version on your device: Options > About.
OS 4.2.1 was released for 8703e not long time ago. For example, Sprint suggests only OS 4.1 for 8703e on their site.
Forum: Developer Forum 11-06-2007, 02:30 AM
Replies: 4
Views: 6,292
Posted By Skipper_Joe
PATH is Windows environment variable. Also...

PATH is Windows environment variable.
Also check your JAVA_HOME variable, that it points to correct JDK path.

try search this forum for PATH and JAVA_HOME, this question was answered in details...
Forum: Developer Forum 11-06-2007, 02:27 AM
Replies: 1
Views: 1,109
Posted By Skipper_Joe
the only solution which I know - compile 2...

the only solution which I know - compile 2 different binaries: using JDE 4.1 and without file support and using JDE 4.2 with file support.

I usually use preprocessor (antenna or netbeans) for...
Forum: Developer Forum 11-05-2007, 08:46 AM
Replies: 11
Views: 4,595
Posted By Skipper_Joe
I didn't meant to fix by waiting 1 minute. I...

I didn't meant to fix by waiting 1 minute. I meant just to check if this is a timing issue.
Forum: Developer Forum 11-05-2007, 03:21 AM
Replies: 11
Views: 4,595
Posted By Skipper_Joe
few more suggestions: - Is it possible that you...

few more suggestions:
- Is it possible that you open connections simultaneously in different threads?
- Can you add debug output after calling close() method for HttpConnection (not close() for...
Forum: Developer Forum 11-05-2007, 02:50 AM
Replies: 1
Views: 969
Posted By Skipper_Joe
Add deviceside=false suffix in the of the URL to...

Add deviceside=false suffix in the of the URL to work via MDS.
See more detailed description in javadoc for Connector class.

I know that it is possible to get information about how device is...
Forum: Developer Forum 10-31-2007, 05:10 AM
Replies: 4
Views: 937
Posted By Skipper_Joe
you mean - you want to create application for...

you mean - you want to create application for blackberry device, which can post data somewhere? Please ask more specific and detailed question
Forum: Developer Forum 10-31-2007, 05:08 AM
Replies: 3
Views: 1,042
Posted By Skipper_Joe
there is same in JDE which contains serious bugs...

there is same in JDE which contains serious bugs but which can be used as starting point:

device part:
%JDE_HOME%\samples\com\rim\samples\device\usbdemo

desktop part:...
Showing results 1 to 50 of 237

 
Forum Jump

OEM Battery for MacBook Pro 17

OEM Battery for MacBook Pro 17" A1309 A1297 Early 2009 Mid 2009 2010 MC226

$36.90



NEW OEM Battery A1466 A1369 A1496 A1405 A1377 A1466 for MacBook Air 13 inch picture

NEW OEM Battery A1466 A1369 A1496 A1405 A1377 A1466 for MacBook Air 13 inch

$31.90



A1618 NEW OEM Battery for MacBook Pro 15

A1618 NEW OEM Battery for MacBook Pro 15" Retina A1398 Mid 2015 020-00079

$43.90



iPhone 13 12 11 PRO MAX XR XS 8/7/6 Fast Charger USB Data Cable cord 10 feet/3M picture

iPhone 13 12 11 PRO MAX XR XS 8/7/6 Fast Charger USB Data Cable cord 10 feet/3M

$4.99



NEW OEM A1618 Battery for Apple MacBook Pro 15” Retina 99.5Wh A1398 Mid 2015 picture

NEW OEM A1618 Battery for Apple MacBook Pro 15” Retina 99.5Wh A1398 Mid 2015

$43.90



Genuine A1417 OEM Battery Apple Macbook Pro 15 Retina A1398 Mid 2012 Early 2013 picture

Genuine A1417 OEM Battery Apple Macbook Pro 15 Retina A1398 Mid 2012 Early 2013

$37.90







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