4

I have written an app for a Galaxy Tab, in a Windows 7 environment. I am wanting to use 'adb shell' to look at files in my app's 'cordova.file.dataDirectory'. I launch the adb shell without problems. The snippet below shows that even though the package is listed, 'run-as' errors out with 'package unknown'.

shell@matissewifiue:/ $ pm list packages
...
package:org.simalliance.openmobileapi.service
package:org.crosswalkproject.xwalkembed
...
shell@matissewifiue:/ $ run-as org.crosswalkproject.xwalkembed
run-as: Package 'org.crosswalkproject.xwalkembed' is unknown
shell@matissewifiue:/ $

I get the same error whether or not the shell is running as root. Why is adb not recognising the package in the 'run-as' command?

MikeB
  • 788
  • 1
  • 9
  • 27

0 Answers0