Xa2 instructions#4
Xa2 instructions#4AlexEdimensionz wants to merge 13 commits intovermut:masterfrom AlexEdimensionz:XA2-instructions
Conversation
AlexEdimensionz
commented
Apr 25, 2019
- IP tables command can't be executed if rsync already running. Reversed the order
- The revert process is different (easier) for t he XA2
new base image and more README aout git submodules
XA2 revert process is quicker and different
|
I'm reluctant of merging XA2 specific code here.
What I propose:
@yeoldegrove WDYT? |
|
My pull request doesn't remove the existing instructions. i added a section at the bottom for XA2 |
|
@AlexEdimensionz You can create a PR against https://github.com/yeoldegrove/sailfish-signature-spoofing-lxc against the master branch. We can merge this there. @rfvermut I like your idea of splitting it up... Makes it more easy to maintain. |
|
@yeoldegrove what would be the good telltale of LXC environment? So I can add it to script like if [[ -f /etc/LXC ]]; then
echo "Seems like you are using tool for older Android version. Please use yeoldegrove/sailfish-signature-spoofing-lxc"
echo "https://github.com/yeoldegrove/sailfish-signature-spoofing-lxc"
exit 1
fi |
|
@rfvermut By the way... Funny this is going so fast and we both already have everything up and running ;) |
|
@AlexEdimensionz I opened a new PR for you here: yeoldegrove#7 |
|
Nothing can stop SFOS. I added simple validation: f35aa89#diff-1b0c2b516b83393edb7200ad5ff12181R6 |