Problems Implementing own remote commands

I was wondering if the “Implement own remote commands” is really supported in the current anti theft version.

I tried using 2222 android.provider.MediaStore.ACTION_IMAGE_CAPTURE to launch the camera activity but got an error message back saying “The given activity or service was not found”.

How can I effectively use the 2222 at.domain.package.Activity Test syntax to launch built-in phone activities ?

Thanks

hi you actually did not give any activity or service in your command, the thing you wrote there is intent data.

So, how do i actually use the command syntax to launch any of the phone’s built in apps?

you will need to know the package + activity you want to launch.

however the idea of setting an intent is basically good! will put it on my list.

Great idea! I’m looking forward to it.

I am having problems with it too.

Here is a simple command that should work:
1111 com.android.settings.Settings

because this one works:
am start -n com.android.settings/.Settings

But i allways receive the message “The given activity or service was not found”.

What is wrong ?

My device is samsung galaxy pocket gt-s5300B with android 2.3.6-gingerbread

Thanks in advance,
Helênio