Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 928885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T20:04:55+00:00 2026-05-15T20:04:55+00:00

I want to uninstall some useless apps from /system . I have super access,

  • 0

I want to uninstall some useless apps from /system.
I have super access, and the permission DELETE_PACKAGE in the manifest.
But when I run

Runtime.exec("pm uninstall package")

I get

ERROR/AndroidRuntime(10981): java.lang.SecurityException: Neither user 10094 nor current process has android.permission.DELETE_PACKAGES.

Anyone know how to solve this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T20:04:55+00:00Added an answer on May 15, 2026 at 8:04 pm

    It wouldn’t matter if you have root access or not. You will not be able to uninstall anything in /system without remounting it as read/write. /system is readonly.

    you will have to run something like this:

    mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
    

    then do your pm uninstall package, and finally put the mount point back to readonly.

    mount -o ro,remount -t yaffs2 /dev/block/mtdblock3 /system 
    

    chmod doesn’t change the fact that everything in /system is readonly. that means NOTHING has permissions to modify or delete files. you have to remount it to remove it. just an FYI, you can edit your original question to add your manifest, but I don’t need it, I know that is your issue.

    if /system is readonly, you wont even be able to do rm /system/somefile.ext. you will get an error that /system is readonly. The same thing is probably happening when pm uninstall runs, and it just assumes its a permissions issue, which it sort of is.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have several programs I want to uninstall from my computer (Windows 7 64bit).
I want to remotely uninstall apps from clients using c#. In all the samples
Want to run javascript function from parent window in child window Example I have
I recently decided to uninstall RVM from my system. Some of the arguments made
I currently have the standard dev eclipse 3.5.2, but now need to do some
I have eclipse 3.6, i have installed lot of plugins. But i want to
I have some condition, which I have to check at the time of uninstall,
Is there a way to make an application uninstall itself? For example: I want
Want to open firefox from terminal at linux with firebug enabled // Terminal $
want to have a Hyperlink-Button in a gridView in which I can display a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.