Android Question Lock app removal

lock255

Well-Known Member
Licensed User
Longtime User
There is some code that allows you to lock the uninstall an application?
 

DonManfred

Expert
Licensed User
Longtime User
no
 
Upvote 0

lock255

Well-Known Member
Licensed User
Longtime User
I have noticed that there are some pre-installed app that does not allow me to remove them. So I think there might be a way, or I'm wrong?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
The preinstalled apps are part of the android system. Or part of the phone-provider you are using. it that case they are custom-roms. Even the original from google is a custom one... The decide some apps not being deinstalled... there are restrictions about this apps or something.
I dont know a way to set an own app on this "security-list" or whereever this may defined.
 
Upvote 0

GMan

Well-Known Member
Licensed User
Longtime User
You have to have root permissios to install an APP to a Rom.
 
Upvote 0

lock255

Well-Known Member
Licensed User
Longtime User
Security issues are both positive and negative, depending on how they look and if the intentions of the developer.
 
Upvote 0

GMan

Well-Known Member
Licensed User
Longtime User
I can get root access via code?

You (may) can - its not as difficult as it sounds: :rolleyes:
1. set the depending system directories to R/W instead of R/O
2. copy and install SU (SuperUser) to the system
3. execute SU and set the rights for it to root
4. allow SU to manage the root accessment
5. copy and install YOUR app to the system
6. remount the depending directories from R/W back to R/O

As you see, really simple ;)

P.S.: i forgot: for each OS the SU differs :p
 
Upvote 0
Top