Are these possible with J2ME/MIDP?

Hello All,

I need to develop an application, which should do:-

#1 Active/Disable Mode

Active - Application should launch when the Mobile is Switched on.

Disable - Application should NOT launch when the Mobile is Switched on.

Is this possible with J2ME/MIDP?

#2 Registration Icon on Tool bar

Need to place an application icon on the Mobile Desktop toolbar? (Not on Desktop)

Is this possible with J2ME/MIDP?

Please help me in giving a clarification.

Thanks in advance,

~Sunil

Message was edited by:

sunilonline

[597 byte] By [sunilonlinea] at [2007-10-3 4:40:30]
# 1
1. not possible2. it would depend on the phone if it id possible.
deepspacea at 2007-7-14 22:44:30 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
On #1: Can you use an Alarm on PushRegistry?
mshitaa at 2007-7-14 22:44:30 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Currently Push registry can not listen to system events. It can listen to inbound connections or alarms registered by midlets.
k_i_shora at 2007-7-14 22:44:30 > top of Java-index,Java Mobility Forums,Java ME Technologies...