tags:

views:

16

answers:

1

hi i have developed two apps in j2me. both uses push registery.but when i use any one app another app is invocked automaticaly due to same port number used for listening sms.... this is actually my guess ..is it so....have a solution to anybody

A: 

If you're using the same port number for both apps, just try to assign a different port number for the second application.

jean27