Simple AllJoyn Test with Android Studio - no communication -


i'm trying simple/basic alljoyn test app working android studio (v1.5.1). compiles , starts @ real android device.

alljoyn.jar , liballjoyn_java.so v15.09a included, .so lib found:

d/dalvikvm: trying load lib /data/app-lib/com.test.alljoyntest-2/liballjoyn_java.so 0x417d1010  d/dalvikvm: added shared lib /data/app-lib/com.test.alljoyntest-2/liballjoyn_java.so 0x417d1010  

unfortunately no bus events, announcements etc., breakpoints never hit. other alljoyn apps , devices find eachother on wifi net, there traffic , should seen.

android permissions set recommended: access_wifi_state, change_wifi_state, change_wifi_multicast_state, internet

although having set permissions, logcat shows 1 suspect line:

e/permission_mgr:    0.995 ****** error permission_mgr lepdisp2_0 ...ndroid/permissiondb.cc:182 |  0x0001 

might hint more permissions being necessary? which?

maybe there simple , working alljoyn example android studio on net try , track communication problem of project down? hard believe, didn't find 1 far...


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -