Thejas Elandassery

Results 32 comments of Thejas Elandassery

> I would like to try to solve this problem. Would you like to assign it to me? Are you still working on this issue ?

I'm really sorry but this was my first contribution to open source as well. This was a good first issue that I thought I could solve.

> @Thejas775 Thanks for your enthusiasm, however better work on unassigned bugs (the app has enough bugs for everybody haha) next time. > > @starrain1031 Sorry for unusual workflow this...

> @Thejas775 That's understandable :-) You might want to read https://github.com/commons-app/commons-app-documentation/blob/master/android/Volunteers-welcome!.md#developers which has the link to unassigned bugs. I hope you will enjoy fixing other bugs :-) Yeah sure seems...

Update: When I did this first time it had this issues. Now when I opened it I don't know how but the app is working.

@lolosssss Any updates on this ?

> xiaohua717 > ```java > Intent intent = new Intent(ACTION_USB_PERMISSION); > intent.setPackage(context.getPackageName()); // add it > mPermissionIntent = PendingIntent.getBroadcast(context, 0, intent, PendingIntent.FLAG_MUTABLE); > final IntentFilter filter = new IntentFilter(ACTION_USB_PERMISSION); >...

> https://github.com/jiangdongguo/AndroidUSBCamera/blob/ebfd9437eb6e23e30f583a0151474b2fa6267fca/libuvc/src/main/java/com/jiangdg/usb/USBMonitor.java#L181 > > Use `PendingIntent.FLAG_IMMUTABLE` instead of custom `PENDING_FLAG_IMMUTABLE` > > And also change this: > > https://github.com/jiangdongguo/AndroidUSBCamera/blob/ebfd9437eb6e23e30f583a0151474b2fa6267fca/libuvc/src/main/java/com/jiangdg/usb/USBMonitor.java#L189 > > to: > > ```java > if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU)...

> [@Thejas775](https://github.com/Thejas775) I have compiled but its getting `Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x379f7b064183b8` > > how to fix this? I used another library

> [@Thejas775](https://github.com/Thejas775) Can you please share the other library. Thanks https://github.com/quantum6/Android-USB-OTG-Camera/tree/master This one