BlackBerry Forums Support Community
              

Showing results 1 to 31 of 31
Search took 0.02 seconds.
Search: Posts Made By: phil_doyle
Forum: Developer Forum 10-17-2006, 12:31 PM
Replies: 0
Views: 831
Posted By phil_doyle
Auto On/Off listener?

Under Options -> Auto On/Off, the user is able to schedule when the device turn on and turn off.

I was wondering if there is a Listener to catch that event. Right now I'm using the SystemListener...
Forum: Developer Forum 09-05-2006, 10:26 AM
Replies: 1
Views: 1,960
Posted By phil_doyle
bump

bump
Forum: Developer Forum 09-01-2006, 01:26 PM
Replies: 1
Views: 1,960
Posted By phil_doyle
LocationListener Problem

Hi,
I was wondering if anyone else ran into a problem with the LocationListener on the BlackBerry 7520 (using the latest handheld software v4.1.0.273)
And was able to fix it/work around it/resolve...
Forum: Developer Forum 08-15-2006, 04:44 PM
Replies: 4
Views: 1,453
Posted By phil_doyle
awesome thanks so much!

awesome
thanks so much!
Forum: Developer Forum 08-14-2006, 12:11 PM
Replies: 4
Views: 1,453
Posted By phil_doyle
how were you able to make the application play a...

how were you able to make the application play a ringtone?
is it able to play out the speaker?

i used a code that played an audio, but i think it only came out of the earphone....
Forum: Developer Forum 08-10-2006, 06:23 PM
Replies: 4
Views: 1,453
Posted By phil_doyle
Playing Ringtone

I was wondering if there was a way for an application to alert the user using the device ringtone.

If the user has the ringtone set to vibrate, the application will alert the user by vibrating....
Forum: Developer Forum 07-20-2006, 05:24 PM
Replies: 1
Views: 1,394
Posted By phil_doyle
in case you haven't looked into them, i would...

in case you haven't looked into them, i would recommend reading the BlackBerry Application Developer Guide.

Livelink - Redirection...
Forum: Developer Forum 07-20-2006, 11:43 AM
Replies: 1
Views: 1,496
Posted By phil_doyle
you could use Persistable

you could use Persistable
Forum: Developer Forum 07-19-2006, 01:53 PM
Replies: 2
Views: 1,017
Posted By phil_doyle
is the menu is a list? or is the menu a menuitem?...

is the menu is a list? or is the menu a menuitem?

if you want to capture the wheel click, you could try using the TrackwheelListener
Forum: Developer Forum 07-17-2006, 05:41 PM
Replies: 3
Views: 6,389
Posted By phil_doyle
i use the following to get the IMEI: ...

i use the following to get the IMEI:
IDENInfo.imeiToString(IDENInfo.getIMEI())
Forum: Developer Forum 07-13-2006, 04:54 PM
Replies: 3
Views: 3,566
Posted By phil_doyle
i guess i solved that problem by adding a code in...

i guess i solved that problem by adding a code in the main that will check if the application is running already
Forum: Developer Forum 07-13-2006, 04:27 PM
Replies: 3
Views: 3,566
Posted By phil_doyle
thanks for the help here is the code i'm...

thanks for the help

here is the code i'm using


however, now i have the problem where i can have two instances of the program running. if my application restarts through the...
Forum: Developer Forum 06-30-2006, 02:04 PM
Replies: 3
Views: 3,566
Posted By phil_doyle
[Resolved] How to terminate program and have it restart

is there a way for me to code my program so that it is able to terminate the program on its own and then restart itself after a given amount of time (5 minutes)?
Forum: Developer Forum 06-07-2006, 08:12 PM
Replies: 6
Views: 3,896
Posted By phil_doyle
This is what I did: // get the local time ...

This is what I did:

// get the local time
Date _date = new Date();
long currentTime = _date.getTime();

// now we get the local time zone and date info
// the date info is passed into...
Forum: Developer Forum 05-31-2006, 04:43 PM
Replies: 6
Views: 3,896
Posted By phil_doyle
Figured it out

Figured it out
Forum: Developer Forum 05-31-2006, 04:33 PM
Replies: 6
Views: 3,896
Posted By phil_doyle
Still no luck. This is how I used the...

Still no luck.
This is how I used the Calendar.setTimeZone()

TimeZone _timeZone = TimeZone.getTimeZone("GMT");
Calendar _calendar = Calendar.getInstance();
_calendar.setTimeZone(_timeZone);...
Forum: Developer Forum 05-31-2006, 12:36 PM
Replies: 6
Views: 3,896
Posted By phil_doyle
Bump

Bump
Forum: Developer Forum 05-26-2006, 07:38 PM
Replies: 6
Views: 3,896
Posted By phil_doyle
Display GMT Time

Hi,
I'm trying to make my application display the time as GMT.

The handheld still needs to be set to PST.
So changing the Date/Time Time Zone to GMT is not an option.

I've tried doing this:
...
Forum: Developer Forum 10-07-2005, 08:11 PM
Replies: 30
Views: 3,226
Posted By phil_doyle
the prize is pretty weak. Grand Prize Winner...

the prize is pretty weak.

Grand Prize Winner ($14,500 USD value total awards package):
1. $2500 cash
2. handango will promote your game for a year or till it hits $7500 in sales
3. three...
Forum: Developer Forum 09-26-2005, 04:52 PM
Replies: 0
Views: 1,140
Posted By phil_doyle
need help with auto-run on startup

could someone help me walk through on how to get an application to auto-run on startup?

i've been trying to get my application to auto-run, but it doesn't seem to be work. am i missing something?...
Forum: Developer Forum 09-23-2005, 07:54 PM
Replies: 0
Views: 1,203
Posted By phil_doyle
registerAlarm for UiApplication?

for MIDlet, it is able to use RegisterAlarm (part of PushRegistry class) to launch an application after a specific amount of time

does UiApplication have something similar to that?
Forum: Developer Forum 09-20-2005, 08:49 PM
Replies: 4
Views: 5,928
Posted By phil_doyle
Need help with Splash Screen image alignment

Hi,
I"m using Blackberry's splash screen sample code:...
Forum: Developer Forum 09-20-2005, 08:33 PM
Replies: 2
Views: 3,501
Posted By phil_doyle
did you try getOSVersion() that is found in the...

did you try getOSVersion() that is found in the DeviceInfo class?

public static int getOSVersion()
Deprecated. This function attempts to pack the String returned by getPlatformVersion() into the...
Forum: Developer Forum 09-19-2005, 12:10 PM
Replies: 7
Views: 2,846
Posted By phil_doyle
thanks

thanks
Forum: Developer Forum 09-16-2005, 12:10 PM
Replies: 7
Views: 2,846
Posted By phil_doyle
The Close menu that appears when you press down...

The Close menu that appears when you press down on the trackwheel.
I want to remove it because I want to customize the Menu
Forum: Developer Forum 09-15-2005, 08:35 PM
Replies: 7
Views: 2,846
Posted By phil_doyle
Removing Close from the Menu

Is there a way for me to remove Close from appearing in the Menu?
I've tried MainScreen(Screen.DEFAULT_MENU) but the Close option is still there
Forum: Developer Forum 09-14-2005, 12:08 PM
Replies: 2
Views: 1,429
Posted By phil_doyle
Thanks for the reply KonTiki But the program...

Thanks for the reply KonTiki
But the program I'm developing needs to display the IP Address on the device.
Forum: Developer Forum 09-13-2005, 08:19 PM
Replies: 2
Views: 1,429
Posted By phil_doyle
BlackBerry 7520: Retrieving IP Address

Does anyone know which class/method I could use to retrieve the IP Address found in Option->Status?
Forum: Developer Forum 09-12-2005, 06:47 PM
Replies: 0
Views: 1,385
Posted By phil_doyle
Auto-run on startup MIDlet

For the BlackBerry JDE version 4.0.2, Auto-run on startup is disable for MIDlet projects.

What would be the easiest/quickest way to make my MIDlet application auto-run on startup?

Would making...
Forum: Developer Forum 09-07-2005, 01:59 PM
Replies: 1
Views: 1,783
Posted By phil_doyle
nvm, i was running v4.0.0.249 (Platform 1.4.0.40)...

nvm, i was running v4.0.0.249 (Platform 1.4.0.40)
i just had to upgrade the device
Forum: Developer Forum 09-07-2005, 12:10 PM
Replies: 1
Views: 1,783
Posted By phil_doyle
help with GPS/javax.microedition.location.*

i've created an application for the 5720 that retrieve GPS information using the javax.microedition.location.* class

when i install the program into the 5720 and run the program, i receive the...
Showing results 1 to 31 of 31

 
Forum Jump

Renogy 500A Battery Monitor High and Low Voltage Programmable Alarm 500A Shunt picture

Renogy 500A Battery Monitor High and Low Voltage Programmable Alarm 500A Shunt

$85.59



Renogy 500A Battery Monitor with Shunt, High and Low Voltage Programmable Alarm picture

Renogy 500A Battery Monitor with Shunt, High and Low Voltage Programmable Alarm

$96.29



USB PD Battery Power Tester Digital Type C Multimeter Voltmeter Voltage Current picture

USB PD Battery Power Tester Digital Type C Multimeter Voltmeter Voltage Current

$18.90



USB Type-C Meter Tester Digital Multimeter Current Voltage Power Detector +Cable picture

USB Type-C Meter Tester Digital Multimeter Current Voltage Power Detector +Cable

$19.98



Power Queen 500A Battery Monitor with Shunt High Low Voltage Programmable Alarm picture

Power Queen 500A Battery Monitor with Shunt High Low Voltage Programmable Alarm

$53.99



Voltage Electricity Tester Volt Detector Test Pen AC Non-Contact Sensor 90-1000V picture

Voltage Electricity Tester Volt Detector Test Pen AC Non-Contact Sensor 90-1000V

$14.99







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