ChisBread / malior

malior is the game container of arm
GNU General Public License v3.0
112 stars 20 forks source link

malior-redroid SU binary and lost adb/scrcpy connection after GSF ID registered #15

Open Tiananmen8964 opened 1 year ago

Tiananmen8964 commented 1 year ago

Hi,

Thanks for your great effort of implement both magisk and GAPPS for redroid image.

Screenshot 2023-04-21 at 22 46 35

It shown SU binary conflict, is there anything else I misconfigured?

I lost adb/scrcpy connection after GSF ID applied to redroid image, it shown "device unauthorised" when connect.

If anything resolved, can this approach "Magisk + GSF" would be passed safetynet?

Thanks in advanced!

ChisBread commented 1 year ago

Sorry I haven't had time to do much testing since I switched the redroid base image from 'firefly' to 'moyunteng' moyunteng is a Chinese company. They promise to open source a redroid-like project for RK3588 The advantage of the moyunteng base image is that we can use a full-featured magisk (support zygisk)

  1. I have not been able to solve the SU binary conflict problem. This is my reference for making magisk overlays https://github.com/nitanmarcel/waydroid-magisk-installer
  2. Maybe the GApps overlays I made before are not compatible with moyunteng, or it may be caused by your device or other reasons
  3. Currently I have no way to pass safetynet. 'moyunteng' promised that they will provide a solution through the risk control system, I think it should be a fee-based service, so I didn't find out more
Tiananmen8964 commented 1 year ago

Thanks for your quick response and you guide me in a right direction to figure out a way to start troubleshooting.

Tiananmen8964 commented 1 year ago

Update: Resolve adb connection lost issue: Disable Google Play Protect before register GSF ID

su conflict issue still investigate