Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
1
Question by rkauw · Sep 25, 2017 at 06:50 AM · androidusbintent

Allowing Android app to access USB device

Hi all!

I've been searching a lot for this, and I've found many similar questions. Unfortunately, I cannot seem to find the solution. Since I'm building an Android app on Unity, I'd like to bother you with my question :)

I'm using Android 7.1.2 on an oDroid, connected with an external USB camera. It's asking (during runtime) for permissions to use the USB Devices, and when pressed OK all goes well. However, the Use by default for this USB device checkbox does not really seem to do anything. Most people say that I have to use an intent filter in the manifest (located in Assets\Plugins\Android).

In application -> activity I have:

   <intent-filter>
     <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />        
     <action android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />        
   </intent-filter>

Als in activity I have:

  <meta-data android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" android:resource="@xml/usb_device_filter" />  
   <meta-data android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" android:resource="@xml/usb_accessory_filter" />  

These files are in Assets\Plugins\Android\res\xml . Is that the correct location?

The xml file contains:

 <?xml version="1.0" encoding="utf-8"?>

 <resources>
     <usb-accessory vendor-id="2760" product-id="13424" />
 </resources>

I found the vendor id and product id in the logcat while connecting.

The problem is that everytime I reboot, the messages reappear. I don't want that, because normally I don't use a keyboard.

Hope someone can help me!

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by Harsh1020 · May 31, 2018 at 08:17 AM

@rkauw I am facing the same issue. Could you solve the problem?

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image rkauw · Jun 02, 2018 at 06:08 PM 0
Share

Unfortunately I wasn't able to solve it in a pretty way. The maker of Android for our oDroid has solved the need for this permission in the OS. I can choose if it's needed or not, so that's a great solution for me.

Before the OS fix, I had a very dirty (but perfect) solution. I used tab to click on the O$$anonymous$$ button location, when I expected the pop up. 99.999999999% of the times, the ti$$anonymous$$g was perfect...

avatar image bmagsalan rkauw · Jan 16, 2019 at 10:15 PM 0
Share

Can you tell me about the OS fix because I'm using Odroid XU4 with the Lineage 14.1 rom.

Thanks, $$anonymous$$

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

147 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

How can I respond to the Android broadcast "com.android.vending.INSTALL_REFERRER"? 1 Answer

Possible to use an external camera (USB) while running on Android? 1 Answer

Executing C# Code on BOOT_COMPLETED 1 Answer

Read NFC tag from Unity3d android 1 Answer

Fast communication between Android and desktop via USB 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges