facebookarchive / fb-adb

A better shell for Android devices
Other
1.14k stars 128 forks source link

Look up __system_property_find_nth dynamically #56

Closed dcolascione closed 7 years ago

dcolascione commented 7 years ago

Some very recent Android systems don't have a __system_property_find_nth, making the fb-adb stub fail to load. We need this symbol only on very old Android versions, ones lacking __system_property_foreach, so just load both symbols dynamically.

dcolascione commented 7 years ago

Ping