Swind

Results 15 comments of Swind

test 可能因為 `2.debug 的時候採用dev port` 所以目前有很多都會失敗,如果真的要這樣改的話,可能會需要連 tescase 執行方式一起修正 ?

> @Swind 我確認一下這個 PR 是剩標籤列印的部分,我們之前決定先不做?如果是的話,我要把這個移出 milestone 對的這個只剩下標籤列印了,目前應該是沒有排時間去做他。 我覺的可以先移出,如果 @deeper747 覺的非常需要的話,我可以再回來做。

如果 Disfactory 與 經濟部 有同樣的資料(工廠)的話,那麼就要在 `source` 的欄位同時標上 "UE" U = 使用者檢舉 G = 農委會 E = 經濟部

可能有的情況會有 U G E UG UE GE UGE

嗯嗯,那我猜有可能是因為 timeout 了,可能因為產生文件太久(因為需要去下載圖片),我看一下怎麼延長 timeout 時間 ~

可是這樣當那個 action 按下去之後,我要 response 什麼給他呢 ? 或者是要另外提供一個下載網址給使用者讓他可以去某個地方下載文件?

Hi @superuser789 The adb server is running on your computer and the default port should be `5037`. Thanks

## reference code - adb client https://cs.android.com/android/platform/superproject/+/master:system/core/adb/client/commandline.cpp;drc=master;l=1761

Hi Ragenvald The return value of `shell` function is the `command` result **example** ```python print(device.shell("echo hello world !")) >> hello world ! ```

Hi @iverdr17 You can use `adb -H 127.0.0.1 -P 5037 devices` to check the device `emulator-5554` is existing or not. When the device `emulator-5554` is not existing, `client.device("emulator-5554")` will return...