Jump to content

henrikvrtraveler

Verified Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by henrikvrtraveler

  1. Just have to chime in as well, after having asked a couple times, the calibration technique mentioned in this thread works! Those of you who have done this earlier, have you had to calibrate the controller again? Or is the calibration a permanent fix? 😄 @Tony PH Lin @Cotta
  2. Just as I wrote this, I did read the Will try that! @Cotta
  3. Hi! It's been like this for the entire time, but our finchdash controllers doesn't track very well. It will suddenly slide off to either side, as if I was moving my hand, is there any tips to make the tracking better? Perhaps if the issue is the finchdash itself, are there any other options to make sure the controller only moves when the user is moving their hand around. It seems like it believes it's moving either to the right or left, haven't had any issues with up or down tracking.
  4. That's very interesting @Dario I will consult our team if this is something we would do. If we decide that is our next approach, where would we find this tool?
  5. Purchased multiple headsets in Norway Stuck as 1.69 as well Will we not be able to update to the latest ROM, because our suppliers purchase from China? @JustinVive
  6. 🤣 I understand, we're holding tight!
  7. That makes sense, I do understand that you signing an third party APK would be a cause of concern. I cannot argue against that, but I do beg that there is at least some solution to this either you building your own webview and sign that or some other way for me and the rest of the community to be able to utilize a new and updated Webview 🙂 It's very useful for business applications, as we can integrate with existing systems and create interactive solutions.
  8. Hi, @chengnay! The reason for this is that Google builds their webview with the package name com.google.android.webview, whilst any custom built ROM or any custom built webview has the package name com.android.webview. This means you have currently installed two webviews, but the Focus only attempts to use com.android.webview. There is a button in Dev options on the focus to switch which webview you want to use, but this does not work you can't switch it. Google does this so you can update their webview through play store, whilst any custom built webview won't be affected by googles own updates. It's to allow for custom webviews with custom code to not be removed and replaced with googles updates.
  9. Hi! I do believe this one is correct, however I can't guarantee as I have no prior experience with building the webview, but it seems to be correct. https://drive.google.com/file/d/1pImIuSvPK-ClHXxpJL17OWp-jm-xxOk-/view?usp=sharing Had to use google drive, as the attachment limit on this forum was limited. @chengnay
  10. Hi @chengnay! I followed https://www.chromium.org/developers/how-tos/build-instructions-android-webview On a Ubuntu VM. I'll get to building a version for you that I can send 🙂
  11. Hi! Is there a way to obtain root, of course legally to the enterprise headset? We'd love to make some adjustments, but we currently don't possess the authority over the device to make these changes. @Ken_Lee @Tony PH Lin
  12. Compiled my own version, however as this is not the dev glasses I can't access root to remove the preinstalled webview. Any tips? 🙂
  13. Hi! We struggled with the same issue, the important thing is to set and manage "Translucency Sort Priority" and you should be able to manage these issues.
  14. Hi! I see that my version of WebView is 52, is there any plans on upgrading this or could I go ahead and do it manually? In which case what is the recommended procedure to do that. @Tony PH Lin @Cotta
  15. @VRC Thank you, I'll have a look this week if that will help us out. Perhaps we can create a similar system for Unreal 🙂
  16. Any news? 🙂 @Cory_HTC @Tony PH Lin @Cotta
  17. @Cory_HTC Unreal Engine 4.21 Code snippet: FString filePath = FString(FileLocation); IPlatformFile& PlatformFile = FPlatformFileManager::Get().GetPlatformFile(); if (PlatformFile.FileExists(*filePath)) { But it will return false on the sd card. Works for files on the inbuilt storage, we are using kiosk mode with that SD card, would that interfere? The paths are like before: /storage/ext_sd/ /sdcard2 Or more specifically paths like: /sdcard2/images/1.png /storage/ext_sd/images/1.png Using ADB the paths exists and files are found from my windows machine.
  18. @Tony PH Lin Any further ideas? 🙂
  19. Indeed! I've also ran the commands: adb shell pm grant APP android.permission.READ_EXTERNAL_STORAGEadb shell pm grant APP android.permission.WRITE_EXTERNAL_STORAGE To no avail. I fear the paths might not be working, or the app doesn't have permissions. We're running Kiosk, do you think that may be altering permissions or something?
  20. Hi! I am attempting to access the sdcard2 folder from inside my application, I've tried many different paths however I am not sure if my app is allowed to access this folder / sd card. Any tips on what I can do to access the sdcard2? :) I've tried the following paths: /storage/ext_sd/ /sdcard2
  21. That could mean the Vive Browser doesn't register as a browser in the system? That's something that should be rectified quite easily by changing the AndroidManifest with intents by HTC. ( tag added by moderator)
×
×
  • Create New...