Advertisement
deadman96385

shim

Feb 7th, 2016
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. CANNOT LINK EXECUTABLE: cannot locate symbol "_ZN7android6Parcel9writeBlobEjPNS0_12WritableBlobE" referenced by "drmserver.samsung"...
  2.  
  3. Fixed with this hopefully
  4.  
  5. /* https://android.googlesource.com/platform/frameworks/native/+/jb-dev/include/binder/Parcel.h#125 */
  6. extern "C" int _ZN7android6Parcel9writeBlobEjPNS0_12WritableBlobE (size_t len, WritableBlob* outBlob);
  7.  
  8.  
  9. Not sure how to fix this
  10.  
  11. 02-07 14:30:44.849 2436 2436 E Crypto : createCryptoFactory failed:undefined symbol: GetWB_AMR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement