i have implemented following code to upgrade application
platformrequest("URL TO JAR FILE");
i am checking if the jad file residing on server has more value in the custom field Application-Version than the current one then the platformRequest will get called..
every thing fine
but only one problem i have installed my app in memory card and if i updateusing above mentioned technique... i m having new version installed saperately..
instead of this i want my older version application to be upgraded [replaced by newer]
in jad file ony i change the Application-Version Field rest every thing are same as the local installed appliction..
and i want my app to be replaced in memory card only.