Jump to content

ralfdestroyer

Verified Members
  • Posts

    3
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. thanks you, its works! Can I send some settings configuration to Viveport video by "adb shell am start" (use flags or exstras)? Like - display video in under-over or side-by-side mode? I cant find any documentation about Viveport video, thanks. @Tony PH Lin @chengnay
  2. good its works. but now I'm trying to to run a video like mentioned at this topic, but unsuccess too - in fact Viveport Video activity launched but stuck in main page and not load or play the video. adb shell am start -a android.intent.action.VIEW -t video/mp4 -d file:///storage/emulated/0/Movies/2020.mp4 adb shell am start -a android.intent.action.VIEW -t video/mp4 -d content:///storage/emulated/0/Movies/2020.mp4
  3. hi, I'm trying to do same think but unsuccess when I run : C:\Users\rafae\Downloads\platform-tools>adb shell am start -a android.intent.action.VIEW -t text/plain -d content://com.android.externalstorage.documents/document/primary%3AMovies%2F11.txt Starting: Intent { act=android.intent.action.VIEW dat=content: typ=text/plain } the output is: But if I open file by file manager all good and path is same.
×
×
  • Create New...