higerra/TangoIMURecorder

app crashed

Opened this issue · 7 comments

hi. i build successful and installed in tango phone .but it flash back when i started ,

this is my tango phone and i use AS-3.2

screenshot_20190216-153020-734

ndk and sdk
image

image

image

image

image
image

could you please offer the tangoimurecorder.apk file to me ? and how to resolve the flash problem , i 'm very apprate if you can give any instruction

I have been stuck in this problem for a few days, it has bothered me.

@higerra AndroidIMURecoder run successful in my tango phone,but TangImuRecorder still run failed in tango phone,,flash back

in my tango phone ,tango c++ and java example run successful on tango phone

screenshot_20190217-111059-647

i solve this problem ,the code have some bug ,i will update it·

Hi @fangxu622 can you please post your solution here? I am facing the same issue.

@diav79 hi ~Sorry I'm little busy recently

you just modify some code like this

image

image

and add this code

mFineLocationPermissionGranted = checkPermission(Manifest.permission.ACCESS_FINE_LOCATION, REQUEST_CODE_FINE_LOCATION);

all modify on mainactive.java file

@higerra @diav79 hi ~~how about the accuracy of location?~~do you have some references

Hello,

You should only add this code to the ~408th line:
mFineLocationPermissionGranted = checkPermission(Manifest.permission.ACCESS_FINE_LOCATION, REQUEST_CODE_FINE_LOCATION);

and "google()" into gradle.

At the beginning, I had the same problem but after updating the OS to the newest version, all problems disappear.