openstf / stf

Control and manage Android devices from your browser.
https://openstf.io
Other
13.33k stars 2.77k forks source link

Empty window (no visible file system) on "file explorer" menu with mobiles from SDK 25 ! #694

Open denis99999 opened 7 years ago

denis99999 commented 7 years ago

I use the latest version of STF

What is the issue or idea you have? All works well except empty window (no visible file system) on "file explorer" menu with mobiles from SDK 25, for instance : SONY G8141 7.1.1 and Google Pixel 7.1.2

Does it only happen on a specific device? Please run adb devices -l and paste the corresponding row. CB512EDDM1 device usb:1-1.3.4.3 product:G8141 model:G8141 device:G8141 FA6A90303673 device usb:1-1.3.4.3 product:sailfish model:Pixel device:sailfish

Please provide the steps to reproduce the issue.

  1. take the control of the considered device
  2. click on the "File explorer" menu
  3. see the empty window (no visible file system)

What is the expected behavior? see the file system

Do you see errors or warnings in the stf local output? If so, please paste them or the full log here. no output in the log file

Please run stf doctor and paste the output here.

on docker container : App role

$ stf doctor INF/cli:doctor 6 [] OS Arch: x64 INF/cli:doctor 6 [] OS Platform: linux INF/cli:doctor 6 [] OS Platform: 3.16.0-4-amd64 INF/cli:doctor 6 [] Using Node 6.11.2 INF/cli:doctor 6 [] Using ZeroMQ 4.1.4 INF/cli:doctor 6 [] Using GraphicsMagick 1.3.23 ERR/cli:doctor 6 [] RethinkDB is not installed (rethinkdb is missing) ERR/cli:doctor 6 [] ProtoBuf is not installed (protoc is missing) ERR/cli:doctor 6 [*] ADB is not installed (adb is missing)

on docker container : Provider role

/app $ stf doctor INF/cli:doctor 7 [] OS Arch: arm INF/cli:doctor 7 [] OS Platform: linux INF/cli:doctor 7 [] OS Platform: 4.4.50-v7+ INF/cli:doctor 7 [] Using Node 6.11.2 INF/cli:doctor 7 [] Using ZeroMQ 4.1.5 ERR/cli:doctor 7 [] RethinkDB is not installed (rethinkdb is missing) ERR/cli:doctor 7 [] ADB is not installed (adb is missing) INF/cli:doctor 7 [] Using GraphicsMagick 1.3.25 INF/cli:doctor 7 [*] Using ProtoBuf 3.1.0

sorccu commented 7 years ago

I think there have been several issues like this in the past, you might want to take a look at open and closed issues. I'm not sure but it may have had something to do with Firefox. Might wanna try in Chrome.

denis99999 commented 7 years ago

same issue with firefox (49.5.0) and chrome (60.0.3112.101) and safari (10.1.2) and IE (11), it seems the SDK 25 is the origin of this issue because all works well with lower SDK

thinkhy commented 7 years ago

The same problem was also hit on my 7.x devices. The default view of file explorer with filepath "/" is empty indeed, but when specify more exact filepath like "/sdcard", the file list can be displayed.