phhusson / Superuser

Keeping koush's Superuser fresh
GNU General Public License v3.0
423 stars 50 forks source link

Add 64-bit builds, cleanup some warnings #49

Open ehem opened 8 years ago

ehem commented 8 years ago

The 64-bit may or may not be a big deal. I'm actually pretty worried some 64-bit devices may never run app_process32 in privileged mode, at which point the hook to start the su daemon fails. The 64-bit builds expect to chain to app_process64 instead.

lbdroid commented 7 years ago

Use of app_process to hook in is obsolete and not recommended. As long as the device is capable of executing a 32bit binary from an init script, there should be no advantage to 64bit builds.