528491
                
              
                
              
                  
                  
              1
              
             
            
              Regarding the problem described here:
If you are on LOS 17.1, you can use the LOS adb root feature to maually push the files of the OTA zip to their respective location.
- 
Activate Developer Settings 
- 
Enable ADB and ADB Root in Developer Settings 
- 
Extract the OTA zip files 
- 
Type these commands from within the extracted folder adb root
 adb remount
 adb push F-DroidPrivilegedExtension.apk /system/priv-app/
 adb push permissions_org.fdroid.fdroid.privileged.xml /system/etc/permissions/
 adb push F-Droid.apk /system/app/
 adb push 80-fdroid.sh /system/addon.d/
 
- 
Reboot, go to F-Droid Settings and check if the privileged extension is detected 
- 
Disable ADB Root and ADB for security reasons 
This worked for me on Pixel XL (marlin) with the latest lineage-17.1-20200916 installed, but please tell me if this is a stupid thing to do!
EDIT: This did NOT work on my unofficial LOS17.1 Nexus 6P (angler), seems like a failure of the ADB Root feature.
             
            
              
              
              6 Likes
            
                
           
          
            
              
                system
                
                  Closed 
              
              
                  
                  
              2
              
             
            
              This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.