Continuing the discussion from What apps with root access do you use?:
I know no other way, but when @haffenloher told me about that option he said:
So I guess there are.
Continuing the discussion from What apps with root access do you use?:
I know no other way, but when @haffenloher told me about that option he said:
So I guess there are.
##How to uncheck âunknown sourcesâ for F-Droid
The other possibility is to let F-Droid install packages using root access (can be found in the F-Droid settings).
First, uninstall F-Droid and make sure you have an F-Droid APK available somewhere, letâs assume itâs at /sdcard/fdroid.apk:
su
mount -o remount,rw /system
cp /sdcard/fdroid.apk /system/app/
chmod 644 /system/app/fdroid.apk
When youâre done, reboot your phone.
You can enter the above commands using an ADB shell or some terminal emulator application directly on your phone.
Shouldnât you remount it read-only again at the end?
Edit: Never mind, the reboot takes care of that already.
Exactly =)
âŚoh, my post has to contain 20 chars, so hereâs the read-only remount: mount -o remount,ro /system
Thank you! F-Droid (actually the app, you want to install) at installation doesnât ask for permissions anymore thoughâŚ
Using which configuration?
Iâve got F-Droid installed as a system application, âunknown sourcesâ disabled and checked none of the two âInstall using blablablaâ options in F-Droid. It seems to install packages through the normal android package installer, so I still see the permission confirmation dialogue.
I have checked âinstall using root privilegesâ and granted them forever, when F-Droid asked me. Now, I donât see this permission confirmation dialogue anymore.
PS: I unchecked âunknown sourcesâ.
OK, so perhaps F-Droidâs own âShow permissionsâ option is an alternative for you?
(Perhaps this whole discussion should be split out / moved to a different thread)
Have this activated now. The little list in the app overview must suffice, I guessâŚ
Well, you could still go through the procedure I described earlier to install it as a system app.
So that should be working the ADB as well or not?
Pardon? You can use the ADB shell for that, yes. Iâm not sure I understood your question, sorry
With Link2sd you can easily too change user-apps to system-apps.
This is one of a lot features from this app.
Best regards
Bobby
That was my question, yes thanks.