Ralph

Results 8 comments of Ralph

![screenshot-20220926-202731](https://user-images.githubusercontent.com/20430414/192276244-4013c50b-4fca-41de-8420-068475bb4b9e.png) 通过日志也能看出来我确实拿到了UsbDevice的deviceId并且设置到了构建CameraRequest中

![screenshot-20220927-140730](https://user-images.githubusercontent.com/20430414/192447066-87d76441-de80-4a75-8495-43225b0f6276.png) 我也看了CameraUvcStrategy中的createCamera()函数,里面对于CameraRequest设置的cameraId进行了重新赋值,那么说明外面设置的cameradId应该是无效的

> 您的意思是您想启动测试应用程序而不是通过 Appium 启动测试应用程序过程吗?`adb shell is am instrument -w your.test.app/androidx.test.runner.AndroidJUnitRunner` Yes, I want to in my test App to start Appium. Achieve the “adb shell is am instrument -w your.test.app/androidx.test.runner.AndroidJUnitRunner”...

> I know you means, but my test app in mobile phone has not permission to exec shell commods. I should user Intent to start or startInstrumentation or others in...

I want implement the function is in my test app, to start the test AppiumUiAutomator2Server(In terminal is input adb shell is am instrument -w your.test.app/androidx.test.runner.AndroidJUnitRunner).

You cant imagine if I install the two appium test apk.But in normal I must input adb shell is am instrument -w your.test.app/androidx.test.runner.AndroidJUnitRunner in terminal.But I want my test app...

So if I want in my app to start AppiumUiAutomator2Server is no way?

Might you consider providing a way that the other app can start the server instead of input adb shell is am instrument -w io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner ? It's can more convenient for...