Lauriethefish / ModsBeforeFriday

Beat Saber Mods Before Friday
GNU Affero General Public License v3.0
77 stars 13 forks source link

Multi-User Detection? #32

Open cyclone018 opened 3 weeks ago

cyclone018 commented 3 weeks ago

Hi, I just wanted to say that your work is phenomenal, and your tools are great to use (especially in a pinch.)

However im having a slight problem... I have multiple users on one quest, and I am able to adb to all users without a problem. However I believe your program is always pointing and looking at user 0 (the admin user), I need the program to look at user 11 (a guest user, in which is where Beat Saber is installed.) Any suggestions to help fix this problem?

Lauriethefish commented 3 weeks ago

Hey. So unfortunately, it's actually not possible (AFAIK) for ADB to modify files for any user but the main account on the Quest. This is why the functionality isn't yet implemented into MBF.

it would however make sense for MBF to detect and warn if a secondary account is detected, to explain the situation.

cyclone018 commented 3 weeks ago

Hey. So unfortunately, it's actually not possible (AFAIK) for ADB to modify files for any user but the main account on the Quest. This is why the functionality isn't yet implemented into MBF.

it would however make sense for MBF to detect and warn if a secondary account is detected, to explain the situation.

Ah ok, that would be great thanks.