Register
BlackBerry Unlock
Sponsored By
BlackBerryFAQ
Search
Today's Posts
Mark Forums Read
BlackBerry Forums Support Community
Search Forums
Search Results
Page 1 of 5
1
2
3
>
Last
»
Showing results 1 to 50 of 216
Search took
0.03
seconds.
Search
:
Posts Made By:
eradis
Forum:
Developer Forum
01-03-2007, 11:16 AM
Replies:
1
bes wbxml and soap services
Views:
679
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
RecordStoreFullException
Views:
1,549
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
Vertical centering text in LabelField
Views:
5,208
Posted By
eradis
Try this: public class CustomLabelField extends...
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
SMS simulator
Views:
4,547
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
Any one working on here work at Rim?
Views:
1,129
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
OTA Problems
Views:
11,711
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, 10:33 AM
Replies:
14
Simulators for BB 8700
Views:
2,621
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, 11:45 AM
Replies:
3
MMAPI on Simulator
Views:
1,718
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, 09:19 AM
Replies:
5
Installation process for a .cod file
Views:
92,677
Posted By
eradis
There are 3 ways to install an application: 1....
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, 01:08 PM
Replies:
2
Is there a notifire update?
Views:
640
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, 12:48 PM
Replies:
4
OTA Questions
Views:
959
Posted By
eradis
Yes. You specify the files in the JAD file. ...
Yes. You specify the files in the JAD file. See the following...
Forum:
Developer Forum
03-03-2006, 07:19 AM
Replies:
4
Calendar integration issue
Views:
1,382
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
Browser...
Forum:
Developer Forum
03-02-2006, 03:03 PM
Replies:
4
Calendar integration issue
Views:
1,382
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, 02:52 AM
Replies:
8
Change sound profile while in meeting
Views:
1,185
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 it...
Forum:
Aftermarket Software
02-25-2006, 11:42 AM
Replies:
11
Installing apps - .jad vs. .ali/.alx
Views:
11,784
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 Information)...
Forum:
Developer Forum
02-15-2006, 03:52 PM
Replies:
1
What's so special about RIM's JRE?
Views:
1,805
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, 07:41 AM
Replies:
5
Custom Application Development?
Views:
1,012
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, 04:05 PM
Replies:
10
J2ME MIDlet using TrackwheelListener
Views:
4,298
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...
Forum:
Developer Forum
02-06-2006, 11:57 AM
Replies:
3
Class not found?
Views:
2,400
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...
Forum:
Developer Forum
02-06-2006, 11:50 AM
Replies:
10
J2ME MIDlet using TrackwheelListener
Views:
4,298
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, 03:28 PM
Replies:
2
Setup Questions
Views:
1,285
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-27-2006, 11:49 PM
Replies:
2
.CSI files and registering with the signing authority
Views:
1,120
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, 07:10 AM
Replies:
6
DateField Problem
Views:
5,220
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, 03:40 PM
Replies:
6
DateField Problem
Views:
5,220
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, 11:28 AM
Replies:
4
Solid Testing Strategy
Views:
1,137
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, 11:12 AM
Replies:
4
Emailing appointments
Views:
636
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, 11:07 AM
Replies:
3
Audio Streaming on Blackberry 8700
Views:
2,883
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, 10:05 AM
Replies:
3
Audio Streaming on Blackberry 8700
Views:
2,883
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 codec...
Forum:
Developer Forum
01-13-2006, 11:00 AM
Replies:
4
Have a 6750 but always disconnected
Views:
903
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, 07:46 AM
Replies:
9
Building without JDE...
Views:
5,267
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, 04:26 PM
Replies:
6
Max Connections opened on HttpConnection
Views:
970
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, 04:20 PM
Replies:
1
.jad issues
Views:
581
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, 05:48 PM
Replies:
6
Max Connections opened on HttpConnection
Views:
970
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, 03:39 PM
Replies:
6
Max Connections opened on HttpConnection
Views:
970
Posted By
eradis
When does it happen? Try to open and close the...
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 amount of...
Forum:
Developer Forum
01-09-2006, 03:34 PM
Replies:
3
Coding for vs Converting to Blackberry
Views:
1,275
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, 11:32 AM
Replies:
3
Coding for vs Converting to Blackberry
Views:
1,275
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, 11:27 AM
Replies:
1
ReqWireless Emailviewer, looking for alx and cod files
Views:
687
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, 04:22 PM
Replies:
4
No pin?
Views:
1,333
Posted By
eradis
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, 07:51 AM
Replies:
11
Can someone please help me understand?
Views:
922
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, 07:47 AM
Replies:
1
No Calendar.DAY_OF_YEAR?
Views:
1,284
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, 07:28 PM
Replies:
7
JVM 102 Errors
Views:
5,103
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, 09:16 AM
Replies:
27
Notifire Professional
Views:
3,329
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, 09:14 AM
Replies:
13
Poll:
Anyone Sick and Tired of NTP???
Views:
4,284
Posted By
eradis
I think the most disturbing issues are: 1. NTP...
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 U.S...
Forum:
Developer Forum
11-23-2005, 06:01 AM
Replies:
3
JSR-179 and 7250
Views:
880
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, 01:00 PM
Replies:
27
Notifire Professional
Views:
3,329
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, 04:49 AM
Replies:
27
Notifire Professional
Views:
3,329
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...
Forum:
General BlackBerry Discussion
11-17-2005, 08:52 PM
Replies:
1
Filter
Views:
486
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 comments...
Forum:
Developer Forum
11-15-2005, 05:24 PM
Replies:
10
Developing for the 8700
Views:
1,196
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 JDE...
Forum:
Developer Forum
11-04-2005, 07:20 AM
Replies:
4
COLOR reference by string
Views:
1,998
Posted By
eradis
Good solution also.
Good solution also.
Forum:
Developer Forum
11-03-2005, 03:19 PM
Replies:
4
COLOR reference by string
Views:
1,998
Posted By
eradis
A couple of ways to do this: 1. Use a Hashtable...
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 values...
Showing results 1 to 50 of 216
Page 1 of 5
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
BlackBerry General Forums
General BlackBerry Discussion
BlackBerry Help
Social Networking
BlackBerry Themes
Rumor Mill
Beta You Than Me
BlackBerry In the News
Network Outages - powered by DataOutages.com
BlackBerry Device Specific
General PlayBook Discussion
General Z10 Series Discussion - BlackBerry 10
General Q10 Series Discussion - BlackBerry 10
General 9900 Series Discussion - Bold Touch
General 9800 Series Discussion - Torch
General 9700 Series Discussion - Bold 2
General 9670 Series Discussion - Style
General 9600 Series Discussion - Tour
General 9500 Series Discussion - Storm
General 9300 Series Discussion - Curve 3G
General 9100 Series Discussion - Pearl2
General 9000 Series Discussion - Bold
General 8900 Series Discussion - Javelin
General 8500 Series Discussion - Gemini
General 8300 Series Discussion - Curve
General 8200 Series Discussion - Pearl Flip
General 8100 Series Discussion - Pearl
General Legacy Device Discussion
BlackBerry Technical
BlackBerry Messenger (BBM)
BlackBerry Wallpapers
Media Center
Hardware & Accessories
BlackBerry and Mobile Security
GPS & Mapping
WiFi HotZone
Bluetooth Connection
Mac Users Corner
Linux Users Corner
RIM Software
Aftermarket Software
Developer Forum
BlackBerry Architecture
Carrier Specific Issues
BlackBerry Network
BES Admin Corner
Community
BlackBerry World 2012
Rants and Raves Forum
BlackBerry Versus
New Members Forum
iPhone Android & other HandHeld Forum
Buy Sell Trade
WTB Section
Member Feedback
BlackBerry Job Listings
Employer Job Postings
Seeking Employment
RIM Stock/Legal Discussion
Site Related
Site Suggestions, News & Problems
BlackBerryFAQ Article Discussion
Copyright © 2004-2013
BlackBerryFAQ.com
,
BlackBerryForums.com
.
The names
RIM ©
and
BlackBerry ©
are registered Trademarks of
Research In Motion Limited.
Contact Us
-
BlackBerryForums.com
-
Archive
-
Top