Tag Archives: adb

Pulling libraries off Android phones

Well, have you ever wanted to pull a bunch of libraries off an Android phone? I bet you wish you could execute the command like this: > adb pull /system/lib/*.so Sorry. A no go. What about this then: > for … Continue reading

Posted in Programming | Tagged , , , | Comments Off on Pulling libraries off Android phones