On Wed, Feb 4, 2015, at 12:52 PM, Hans-Christoph Steiner wrote: > > It seems that having the non-PIE and PIE versions of Orbot is causing > issue > for some people. I just had a thought: what about limiting the PIE > version to > only >=21, i.e. android:minSdkVersion="21", then for now using the > original, > non-PIE version for everything else, i.e. android:maxSdkVersion="20" > > Then once the kinks are worked out, the PIE version could be lowered to > android:minSdkVersion="16" so that more devices benefit from the security > enhancements.
The problem isn't running the PIE binary, it is just related to the binary upgrade logic, and detecting the change of the OS to Android 5. I'll be fixing the binary resource installer logic in v15 dev work going on now. The other option is to turn the tor binary into a libtor.so shared library, which removes the whole PIE issue. -- Nathan of Guardian [email protected] _______________________________________________ Guardian-dev mailing list Post: [email protected] List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev To Unsubscribe Send email to: [email protected] Or visit: https://lists.mayfirst.org/mailman/options/guardian-dev/archive%40mail-archive.com You are subscribed as: [email protected]
