Comment 1 for bug 1313729

Revision history for this message
Pupu Toivonen (scolphoy) wrote :

What is currently in the repository branch should be able to compile hipfw for Android as well.

One must do everything that the current installation instructions for the android port say, and additionally:

Push hipfw to device:
adb push hipfw/hipfw /system/xbin/
adb push hipfw/hipfw.conf /system/etc/

Push libnetfilter_queue and dependencies to device:
adb push ${ANDROID_SYSROOT}/usr/lib/libnetfilter_queue.so.1 /system/lib/
adb push ${ANDROID_SYSROOT}/usr/lib/libnfnetlink.so.0 /system/lib/
adb push ${ANDROID_SYSROOT}/usr/lib/libmnl.so.0 /system/lib/

Do not just push everything from that folder to the device; I did, and it broke everything.

hipfw -klF starts, and after starting hipd and adding a mapping, ping to the LSI did initiate a base exchange. I still need to fix my phone and get ESP working to confirm this, but it's looking good so far.