You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I wrote a simple xml to read information from a device and it worked very well on my phone. I could get the information I want.
But, when I try to use another phone, still the same xml and the same device, it always stucks and nRF Logger reports "Test suite file not found in Test/.xml".
I used "adb shell" to check the xml path, and I can find the xml file in the right path: /sdcard/Android/data/no.nordicsemi.android.mcp/files/Test/
I am very confused now. Every step is the same. Why it worked on some phones and couldn't work on another?
So I hope you could help me learn about:
What situation will report this log?
What can I do to make it work?
The text was updated successfully, but these errors were encountered:
By the file name, or a lack of it, I suspect it's something with env variables? The file name should not be empty, so it's being replaced with "" somewhere on the way. Do you see this file as .xml, or somename.xml?
Check your script and try to print the name sent, or enable echo.
Hi
I wrote a simple xml to read information from a device and it worked very well on my phone. I could get the information I want.
But, when I try to use another phone, still the same xml and the same device, it always stucks and nRF Logger reports "Test suite file not found in Test/.xml".
I used "adb shell" to check the xml path, and I can find the xml file in the right path: /sdcard/Android/data/no.nordicsemi.android.mcp/files/Test/
I am very confused now. Every step is the same. Why it worked on some phones and couldn't work on another?
So I hope you could help me learn about:
The text was updated successfully, but these errors were encountered: