3

I have added to the project Alternate Entry Point with argument "init", "auto-run on startup" and "do not display on homescreen" checkboxes checked, so that application could be backed-up and restored. And now I can't delete it from my device... It doesn't appear on Desktop Manager as well. Please advice :)

Stephane Rolland
  • 34,892
  • 31
  • 111
  • 159
Artem Svystun
  • 169
  • 1
  • 14

1 Answers1

4

I have seen that before... Have you tried removing it with javaloader? Use the -u erase -f followed by your cod file name to force remove it.

Tamar
  • 1,958
  • 14
  • 25
  • have not tried before, but have tried it now - it is working and it is great :) thanks a lot! And how can it be done by simple user? :) I mean the one who can't use comand line tools? – Artem Svystun Nov 02 '11 at 13:07
  • 2
    I know it sounds odd but try reversing it - have the main Application set as "auto-run on startup" and "do not display on homescreen", have the alternate entry point with the icon and pass in argument like "gui" and run it in reverse (run the gui with the argument). That's how I ended up setting it... :) – Tamar Nov 02 '11 at 13:34
  • thank you very much, it realy helped. Is it possible to give you some points? :) – Artem Svystun Nov 03 '11 at 13:25
  • I'm glad it helped! You already gave me points with marking my answer as the solution and voting up my answer :) – Tamar Nov 03 '11 at 15:10
  • @Tamar: Can you please tell me why such behavior is there (I mean why these apps can't be deleted)? – Mudassir Jun 20 '12 at 12:08
  • @Mudassir: I have no idea, to me it seems like a bug... You'll have to ask someone at rim :) – Tamar Jul 02 '12 at 19:59
  • Thanks the `-f` was the bit I was missing. Full command `javaloader erase -f ` – donturner Aug 03 '12 at 10:20