I'm working on a CopperHead based Tor Phone prototype (https://github.com/mikeperry-tor/mission-improbable/), and I noticed that the hack of installing the iptables init script as /system/bin/oem-iptables-init.sh as per https://github.com/EthACKdotOrg/orWall/issues/79#issuecomment-174730305 stopped working in OrWall 1.2.0. I haven't had a chance to look into this, but I decided to flag this here in case it is obvious to someone else what broke. I suspect it may have something to do with the iptables refactoring and simplification that happened in 1.2.0.
I'm working on a CopperHead based Tor Phone prototype (https://github.com/mikeperry-tor/mission-improbable/), and I noticed that the hack of installing the iptables init script as /system/bin/oem-iptables-init.sh as per https://github.com/EthACKdotOrg/orWall/issues/79#issuecomment-174730305 stopped working in OrWall 1.2.0. I haven't had a chance to look into this, but I decided to flag this here in case it is obvious to someone else what broke. I suspect it may have something to do with the iptables refactoring and simplification that happened in 1.2.0.
I'm using this script https://github.com/mikeperry-tor/mission-improbable/blob/master/orwall-userinit.sh
That script still works in 1.1.0. Right now, I'm forced to use 1.1.0 in the prototype, but I'd obviously not force people to stay on an old version.