AceSLS

joined 2 years ago
[–] AceSLS 3 points 11 months ago* (last edited 11 months ago)

Factory resetting the phone should fix it (this will delete all your data so make backups if you want to keep some things!). I'm not 100% certain though

Keep in mind that this bug will most likely reappear someday, maybe even sooner than later. So it might be worthwhile to look into custom roms if you're a liitle tech savy and/or willing to learn a little bit. This also is your only realistically achievable option if factory resetting doesn't work

[–] AceSLS 5 points 11 months ago (3 children)

I had a similiar thing happening. Did some rough calculations and found out system was only using something like 40gb for real, rest was some kind of bug

Have since switched to Evolution X rom and I'm very glad I did

[–] AceSLS 1 points 1 year ago* (last edited 1 year ago)

Since you're a Pixel user have a look at GrapheneOS if you care about privacy. Keep in mind though that it does not contain any google apps by default and I' recommend it only for intermediate to advanced users. You should get the hang of it pretty quickly though if you're not tech illiterate. You'll probably need to learn many things btw, so if you just want to be done with it it might not be for you

Also there's F-Droid for downloading FOSS apps

[–] AceSLS 7 points 1 year ago* (last edited 1 year ago)

Kodi has some IPTV addons

[–] AceSLS 8 points 1 year ago

It's google, it's okay when they do it /s

[–] AceSLS 30 points 1 year ago (1 children)

Owncast might fit your needs

[–] AceSLS 1 points 1 year ago

I'm glad to hear that, have fun buddy. If it stops working one day feel free to dm me so I can fix my Frida script :)

[–] AceSLS 1 points 1 year ago

Well that was quick :D Have fun buddy

[–] AceSLS 3 points 1 year ago (2 children)

No biggie, I quite enjoy helping people :) I tried to keep everything as simple as possible

[–] AceSLS 4 points 1 year ago (7 children)

Don't worry, I made you a quick install script to setup Frida for your Specific use case:

#!/bin/sh

DIR="$HOME/Frida"
mkdir "$DIR"
cd "$DIR"

python -m venv "./python"
source "./python/bin/activate"

pip install frida-tools

wget https://github.com/frida/frida/releases/download/16.1.4/frida-server-16.1.4-linux-x86.xz
unxz frida-server-16.1.4-linux-x86.xz
chmod u+x frida-server-16.1.4-linux-x86

echo "#!/bin/sh
source ./python/bin/activate
frida -R -l _agent.js \$(pidof steam)" > inject.sh
chmod u+x inject.sh

echo "#!/bin/sh
sudo ./frida-server-16.1.4-linux-x86" > launch-server.sh

chmod u+x launch-server.sh

Make sure that your system has python3 installed, otherwise the script will most likely fail.

Now run my script, then download my _agent.js from https://anonymfile.com/84jO/agent.js and put it into your /home/YourUserName/Frida folder. After that navigate there and run ./launch-server.sh in your terminal. Open up another terminal in the same directory and enter ./inject.sh already, but don't press enter yet. Then startup steam and quickly execute the previously prepared ./inject.sh

That's it, good luck and enjoy :) If something's unclear feel free to reach out, and I know injecting it is annoying but I just can't be bothered to make yet another script to inject it fully automatically just yet

[–] AceSLS 2 points 1 year ago (9 children)

No biggie, let me upload it for you and also create a quick tutorial

[–] AceSLS 3 points 1 year ago (11 children)

If you only need a simple dlc unlocker + family sharing bypass for the native steam linux client I can give you one. It's a frida script, so it's unwieldy to inject it

view more: next ›