Hi,
I had a SGS2 (Android 2.3.4) and I used the below command line to start the "service" in my app:
"adb.exe shell am startservice -n com.mycompany/.servicename"
And it worked fine to remotely start the service in my app from my desktop PC.
But, now I have a S4 and doing the above shell doesn't start the service. It seems there is a permission issue due to the S4 running android 4.2.2
Does anytone have any ideas of a solution?
-John
I had a SGS2 (Android 2.3.4) and I used the below command line to start the "service" in my app:
"adb.exe shell am startservice -n com.mycompany/.servicename"
And it worked fine to remotely start the service in my app from my desktop PC.
But, now I have a S4 and doing the above shell doesn't start the service. It seems there is a permission issue due to the S4 running android 4.2.2
Does anytone have any ideas of a solution?
-John