ReVanced / revanced-patches

🧩 Patches for ReVanced
https://revanced.app
GNU General Public License v3.0
2.48k stars 287 forks source link

bug(Google Photos): User becomes logged out when app is closed #3554

Open kazimmt opened 3 months ago

kazimmt commented 3 months ago

Bug description

Google photos requires logging in every time we clear the app from the background or close the app.

Step to reproduce

Also some people says it doesn't backup files in background.

Acknowledgements

Subbarao6338 commented 3 months ago

Currently revanced photos app is not working. When I enable backup, it doesn't show any thing and not uploading any files, not showing things like percentage of storage space, unlimited storage etc. Any solution for this?

cyberboh commented 3 months ago

Currently revanced photos app is not working. When I enable backup, it doesn't show any thing and not uploading any files, not showing things like percentage of storage space, unlimited storage etc. Any solution for this?

On my device it works as expected. The only issue i get is same like OP. If you facing bugs, create new issue. ReVanced Github is not a place to get support.

tranduytoan commented 3 months ago

I'm not exactly sure how the error works, but when I open the Google Photos app after fully closing it, I see the screen briefly showing that I'm still logged in before switching to a logged-out state. Additionally, if I open the app for the first time (where the login request error appears), then switch to the home screen without closing the app and open it again, the app will return to logged-in state.

oSumAtrIX commented 3 months ago

Capture logs using logcat when you open the app. Check Google how to use logcat.

rodrigoswz commented 3 months ago

Capture logs using logcat when you open the app. Check Google how to use logcat.

Same issue here, so here's my logcat

kazimmt commented 3 months ago

@oSumAtrIX GPhotos Log.txt Here is my logs

harshads-dev commented 2 months ago

log.txt @oSumAtrIX Here Is My Logs

harshads-dev commented 2 months ago

@oSumAtrIX Can you tell me if this bug is fixed? if so when will new patch launch? sorry for asking again and again, i am 17 years old, i'm trying learning this all

oSumAtrIX commented 2 months ago

The issue is open, as indicated by the label at the top

harshads-dev commented 2 months ago

@oSumAtrIX Why this problem happenes? Will it take long time to fix?

tranduytoan commented 2 months ago

@oSumAtrIX I tried logging using logcat by filtering 'gms' and 'app.revanced.android.photos', but didn't find anything notable in the results. Do you have any suggestions for filters?

harshads-dev commented 2 months ago

@tranduytoan try this, "adb logcat | grep --line-buffered "revanced" > log.txt" i used this to log @oSumAtrIX if i am wrong guide me