wacko1805 / MagiskGapps

MagiskGApps is a modification of NikGApps that can be flashed in Magisk. It is built using a script that converts the NikGApps package into a MagiskGApps Package.
https://MagiskGApps.com
GNU General Public License v3.0
276 stars 36 forks source link

Unable to add Google Account - Android 13 (AOSP) #18

Closed songlongdaiduong closed 1 year ago

songlongdaiduong commented 1 year ago

Probably something is wrong with FRP. It keeps spinning at Checking Account when trying to add Google account

10-30 21:33:03.240 16012 16012 W FRP     : [SecureFrpUtil] Failed to get FRP mode
10-30 21:33:03.240 16012 16012 W FRP     : android.provider.Settings$SettingNotFoundException: secure_frp_mode
10-30 21:33:03.240 16012 16012 W FRP     :  at android.provider.Settings.parseIntSetting(Settings.java:3514)
10-30 21:33:03.240 16012 16012 W FRP     :  at android.provider.Settings.-$$Nest$smparseIntSetting(Unknown Source:0)
10-30 21:33:03.240 16012 16012 W FRP     :  at android.provider.Settings$Secure.getIntForUser(Settings.java:7139)
10-30 21:33:03.240 16012 16012 W FRP     :  at android.provider.Settings$Secure.getInt(Settings.java:7132)
10-30 21:33:03.240 16012 16012 W FRP     :  at kwq.b(:com.google.android.gms@224212044@22.42.12 (190400-481949630):1)
10-30 21:33:03.240 16012 16012 W FRP     :  at com.google.android.gms.auth.uiflows.addaccount.PreAddAccountChimeraActivity.c(:com.google.android.gms@224212044@22.42.12 (190400-481949630):7)
10-30 21:33:03.240 16012 16012 W FRP     :  at cfr.a(:com.google.android.gms@224212044@22.42.12 (190400-481949630):2)
10-30 21:33:03.240 16012 16012 W FRP     :  at cdb.b(:com.google.android.gms@224212044@22.42.12 (190400-481949630):4)
10-30 21:33:03.240 16012 16012 W FRP     :  at cdb.f(:com.google.android.gms@224212044@22.42.12 (190400-481949630):2)
10-30 21:33:03.240 16012 16012 W FRP     :  at cdb.l(:com.google.android.gms@224212044@22.42.12 (190400-481949630):2)
10-30 21:33:03.240 16012 16012 W FRP     :  at cfq.l(:com.google.android.gms@224212044@22.42.12 (190400-481949630):1)
10-30 21:33:03.240 16012 16012 W FRP     :  at cfq.onLoadComplete(:com.google.android.gms@224212044@22.42.12 (190400-481949630):1)
10-30 21:33:03.240 16012 16012 W FRP     :  at cgb.deliverResult(:com.google.android.gms@224212044@22.42.12 (190400-481949630):0)
10-30 21:33:03.240 16012 16012 W FRP     :  at qiy.deliverResult(:com.google.android.gms@224212044@22.42.12 (190400-481949630):0)
10-30 21:33:03.240 16012 16012 W FRP     :  at cfv.c(:com.google.android.gms@224212044@22.42.12 (190400-481949630):6)
10-30 21:33:03.240 16012 16012 W FRP     :  at cge.run(:com.google.android.gms@224212044@22.42.12 (190400-481949630):3)
10-30 21:33:03.240 16012 16012 W FRP     :  at android.os.Handler.handleCallback(Handler.java:942)
10-30 21:33:03.240 16012 16012 W FRP     :  at android.os.Handler.dispatchMessage(Handler.java:99)
10-30 21:33:03.240 16012 16012 W FRP     :  at android.os.Looper.loopOnce(Looper.java:201)
10-30 21:33:03.240 16012 16012 W FRP     :  at android.os.Looper.loop(Looper.java:288)
10-30 21:33:03.240 16012 16012 W FRP     :  at android.app.ActivityThread.main(ActivityThread.java:7898)
10-30 21:33:03.240 16012 16012 W FRP     :  at java.lang.reflect.Method.invoke(Native Method)
10-30 21:33:03.240 16012 16012 W FRP     :  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
10-30 21:33:03.240 16012 16012 W FRP     :  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:946)