Discussion Board

Results 1 to 5 of 5
  1. #1
    Registered User bripebar's Avatar
    Join Date
    Jul 2009
    Posts
    13
    I have made an app for my phone, Can Somebody tell me how I can disable the Delete option in my Cellphone in order to avoid somebody to delete the app

  2. #2
    Registered User NightStalkerDNS's Avatar
    Join Date
    Dec 2009
    Posts
    42
    I highly doubt that is possible. As that would be a major security risk. Imagine installing some misc app that starts using money all the time for no apprent reason for eg and you cannot uninstall it.

  3. #3
    Regular Contributor snehalpatil's Avatar
    Join Date
    Feb 2008
    Posts
    174
    Quote Originally Posted by bripebar View Post
    I have made an app for my phone, Can Somebody tell me how I can disable the Delete option in my Cellphone in order to avoid somebody to delete the app
    i dont think its possible!!
    Regards,
    Snehal

  4. #4
    Registered User grahamhughes's Avatar
    Join Date
    Jun 2003
    Location
    Cheshire, UK
    Posts
    7,394
    They're right, you cannot.

    You may find documentation that refers to adding the following to the MANIFEST.

    Code:
    Nokia-MIDlet-Block-Uninstall: true
    However, this can be used only with applications pre-installed by Nokia or the network operator, you cannot use this for your own application (for the security reasons NightStalkerDNS refers to above).

    Some devices allow you to display a warning when the user selects delete, by adding a message to the JAD or MANIFEST.

    Code:
    MIDlet-Delete-Confirm: All data will be deleted.
    This will be displayed (on devices that support this feature) along with an "are you sure (yes/no)?" dialogue.

    Graham.

  5. #5
    Regular Contributor sunil_bhambani123's Avatar
    Join Date
    Sep 2008
    Location
    Ahmedabad
    Posts
    254
    Hi,

    Its simply not possible in J2ME. But I think it may be possible in Symbian C++.
    Sunil
    Mobile Application Developer

Similar Threads

  1. unable to to delete an installed application
    By savvy in forum Symbian C++
    Replies: 7
    Last Post: 2007-09-27, 14:47
  2. Avoid system camera application interrupt
    By mopa in forum Symbian Media (Closed)
    Replies: 4
    Last Post: 2007-09-04, 09:42
  3. How can the WAP browser communicate to J2ME application?
    By hbfornies in forum Mobile Java General
    Replies: 20
    Last Post: 2007-03-02, 16:32
  4. Replies: 2
    Last Post: 2006-03-27, 17:33
  5. how to delete make application from emulator?
    By khinsen in forum Symbian Tools & SDKs
    Replies: 4
    Last Post: 2005-01-21, 01:37

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved