BlackBerry Forums Support Community
              

Showing results 1 to 24 of 24
Search took 0.01 seconds.
Search: Posts Made By: fabius
Forum: Developer Forum 10-09-2005, 02:50 AM
Replies: 0
Views: 1,297
Posted By fabius
All day events spread over multiple days fails

Hi,

I use JDE 4.0.2 simulator, and I want read mutiple days allday (e.g. start date 13 october, end date 16 october) by API, but when read the event by the API start date and end date are the same...
Forum: Developer Forum 10-08-2005, 03:41 PM
Replies: 0
Views: 895
Posted By fabius
Help - All day events spread over multiple days

Hi,

I use JDE 4.0.2, and I want read mutiple days allday (e.g. start date 13 october, end date 16 october) by API, but start date and end date are the same (13 october).
I use event.getDate(...
...
Forum: Developer Forum 09-20-2005, 04:34 AM
Replies: 2
Views: 3,502
Posted By fabius
Help Platform Version -> O.S. Version

By DeviceInfo.getPlatformVersion(),
I execute those test:

JDE 4.0.2: 2.2.0.13
Device 7230 con 4.0: 1.6.1.48
Simulator 4.0.0.185 (all): 2.1.0.91
Simulator 3.8.0.145 (all): 2.1.0.74

But I...
Forum: Developer Forum 09-20-2005, 02:48 AM
Replies: 2
Views: 1,180
Posted By fabius
Help - O.S. Version

Hi,

I need read device O.S. version and I use:
System.getProperty("os.version"),
but this return alway null.

Is this a know BlackBerry issue?
Is it possible read device O.S. version?
...
Forum: Developer Forum 09-15-2005, 05:18 AM
Replies: 2
Views: 3,359
Posted By fabius
Help Home address and Work address

Hi,

I use BB 7280 device.
For each contact is available Home address and Work address.

I read address by
String[] addr = contact.getStringArray(Contact.ADDR, 0);

If my contact has only...
Forum: Developer Forum 06-20-2005, 02:19 PM
Replies: 1
Views: 1,860
Posted By fabius
Help DayLight Saving

Hi,

I write java application, wich uses this code:

TimeZone zn = null;
Calendar now = null;
zn = TimeZone.getDefault();
now.setTime(new Date());
zn = TimeZone.getDefault();
Forum: Developer Forum 05-24-2005, 04:00 PM
Replies: 3
Views: 2,661
Posted By fabius
Help Event Notification

Hi,

I want to write an application that interacts with User's calendar.
I want to get notified when an event is added, updated and deleted.

I have added PIMListListener for EVENT_LIST as
...
Forum: Developer Forum 02-17-2005, 04:42 AM
Replies: 1
Views: 2,146
Posted By fabius
JDE help, enable -d (deprecation details)

Hi,

can i enable in jde 4.0 deprecation details (-d) in build project?

thank for any suggestions.
fabio
Forum: BlackBerry Network 02-16-2005, 07:03 AM
Replies: 1
Views: 5,210
Posted By fabius
"Data Connection refused" by vodafone SIM

Hi,

I use BlackBarry 7230 T Mobile in Italy by Vodafone locale SIM card.
I buy BlackBarry TMobile in USA.

I read in BlackBerry display
"Data connection refused" and "gprs" (not "GPRS").

My...
Forum: General BlackBerry Discussion 11-26-2004, 05:36 AM
Replies: 5
Views: 1,980
Posted By fabius


Forum: RIM Software 11-13-2004, 05:51 PM
Replies: 2
Views: 4,509
Posted By fabius


Forum: General Legacy Device Discussion 11-09-2004, 05:55 AM
Replies: 3
Views: 2,187
Posted By fabius


Forum: Bluetooth Connection 11-09-2004, 05:38 AM
Replies: 32
Views: 25,416
Posted By fabius


Forum: Developer Forum 09-28-2004, 07:17 PM
Replies: 2
Views: 3,078
Posted By fabius
Help - PIMListListener for Events

Has anyone this problem?

============
"I'm trying to write an application that interacts with User's calendar. I want to get notified when an event is deleted. I have added PIMListListener for...
Forum: Developer Forum 09-27-2004, 03:42 AM
Replies: 5
Views: 13,788
Posted By fabius
Socket is available only from / to BlackBerry...

Socket is available only from / to BlackBerry Enterprise Server?
It is possible use socket in gateway connection,
e.g....
Forum: Developer Forum 09-24-2004, 08:28 AM
Replies: 4
Views: 5,893
Posted By fabius
HttpConnection -> timeout?

Hi,

I tested this code:

======================
httpCon = (HttpConnection)Connector.open(http://server:8080 /sync4j/sync;WAPGatewayIP=x.x.x.x;WAPGatewayAPN=so mething;WAPGatewayPort=9201");
...
Forum: Developer Forum 09-23-2004, 02:40 AM
Replies: 4
Views: 2,542
Posted By fabius
Hi eradis, actually, we haven't figured out it...

Hi eradis,
actually, we haven't figured out it at all... we are getting more pessimistinc about BB is giving real support for HTTP.
We did a test with the following code:
......
Forum: Developer Forum 09-21-2004, 12:01 PM
Replies: 1
Views: 4,438
Posted By fabius
setRequestProperty Content-Length don't work

Hi,

in my code set connection content-length
by

c.setRequestMethod(HttpConnection.POST);
c.setRequestProperty("User-Agent", "BlackBerry/3.2.1");
c.setRequestProperty("Content-Language",...
Forum: Developer Forum 09-21-2004, 11:51 AM
Replies: 2
Views: 2,202
Posted By fabius
Hi Eradis, is right. Thanks! fabius ...

Hi Eradis,

is right.

Thanks!
fabius

Sync4j - the open source SyncML mobile application platform - www.sync4j.org
Forum: Developer Forum 09-21-2004, 02:29 AM
Replies: 2
Views: 2,202
Posted By fabius
Help - debug: Error sending bytes on channel

Hi,

I want attach JDE debug to handleld,
but JDE display this message in error window:
"Error sending bytes on channel".

Thanks for any suggestion.
fabius
Forum: Developer Forum 09-20-2004, 12:00 PM
Replies: 4
Views: 2,542
Posted By fabius
POST. Thanks. fabius

POST.

Thanks.
fabius
Forum: Developer Forum 09-17-2004, 02:52 PM
Replies: 4
Views: 2,542
Posted By fabius
Help - Device set MimeType

Hi,

I develop a java application, that open a HttpConnection.
Application run in BlackBarry 7230 handleld.

In code I set MimeType by
c.setRequestProperty(PROP_CONTENT_TYPE, "text/xml" ),
but...
Forum: Developer Forum 09-17-2004, 02:37 PM
Replies: 2
Views: 6,752
Posted By fabius
Hi Mark, thanks for yor reply. Debug...

Hi Mark,

thanks for yor reply.

Debug message "no sig from 0x33",
is right in JDE debug before "allow / not allow" connection window,
is not a error.

I know this thank BlackBerry JDE...
Forum: Developer Forum 09-16-2004, 02:56 AM
Replies: 2
Views: 6,752
Posted By fabius
help - no sig from 0x33

Hi,

I develop a java application, that open a StreamConnection:
StreamConnection s =...
Showing results 1 to 24 of 24

 
Forum Jump

Rechargeable Voice Amplifier Microphone Headset Speaker Teacher Meeting Speech picture

Rechargeable Voice Amplifier Microphone Headset Speaker Teacher Meeting Speech

$15.33



Bluetooth Power Amplifier Module 2.1 Channel 160WX2+220W TDA7498E Subwoofer picture

Bluetooth Power Amplifier Module 2.1 Channel 160WX2+220W TDA7498E Subwoofer

$37.69



KEYENCE LR-TB5000CL Laser Sensor with Built-in Amplifier picture

KEYENCE LR-TB5000CL Laser Sensor with Built-in Amplifier

$289.99



PROGRESSIVE ELECTRONICS 200EP INDUCTIVE AMPLIFIER MODEL 700C W/ CASE picture

PROGRESSIVE ELECTRONICS 200EP INDUCTIVE AMPLIFIER MODEL 700C W/ CASE

$34.99



RF Wideband Amplifier Low-noise LNA Broadband Module Gain 32dB 0.1-2000MH​z USA picture

RF Wideband Amplifier Low-noise LNA Broadband Module Gain 32dB 0.1-2000MH​z USA

$8.09



Portable Voice Amplifier, Towevine Rechargeable Microphone Speaker picture

Portable Voice Amplifier, Towevine Rechargeable Microphone Speaker

$14.99







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