Thanks for the feedback,@Bin4ry
I'm attaching the logcat of crashing:
https://drive.google.com/file/d/0B8I5Ow-gLRsWTDBNbG1WZkc0U3VwVmhSLW1OMzg3ZGg2MjJV/view?usp=sharing
Note: I'm on Android 6.0, from JDCTeam.
Thanks.
the crash is due to your customrom. There is a function which checks for a propietary value looking like this:
Code:
boolean bool = false;
if (Build.MANUFACTURER.toLowerCase().equals("samsung"))
{
if (Build.VERSION.SDK_INT >= 22) {
bool = isMobileKeyBoardCoveredSamsung(paramContext);
}
return bool;
}
return isMobileKeyBoardCoveredNonSamsung(paramContext);
@ThaiM:
I will take a look at the streaming issue as soon as my camera gets here, i think it is much easier for me to get the correct logs then
Best Regards
Last edited: