Skip to content

Instantly share code, notes, and snippets.

@steadfasterX
Last active March 7, 2019 17:12
Show Gist options
  • Save steadfasterX/620e82bd144870c2155d2c35c6ebddf2 to your computer and use it in GitHub Desktop.
Save steadfasterX/620e82bd144870c2155d2c35c6ebddf2 to your computer and use it in GitHub Desktop.
lglaf - testing
on FWUL:
-----------------------------------------------
cd ~/programs/lglafng
git pull
git checkout develop
git pull
sudo python partitions.py --list --debug
sudo python partitions.py --list --batch --debug
sudo python lglaf.py -c '!EXEC dmesg\0' 2>&1 | grep -i LAF
(copy that line but ensure ^^^^ that beween EXEC and dmesg are EXACTLY 2(!!) spaces)
the result goes to:
http://bpaste.net
so copy/paste the output there and share the link together with saying YOUR DEVICE MODEL
-----------------------------------------------
Trouble?
-----------------------------------------------
if you get an error about crypto stuff you need to install python crypto dependency (not part of FWUL atm) as well:
sudo pacman -S python-pip
sudo pip install cryptography
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment