how to write in the apps in execsystem mobile

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Post Reply
Eohmer
Posts: 17
Joined: February 26th, 2019, 8:47 am
Location: Costa Rica

how to write in the apps in execsystem mobile

Post by Eohmer »

Hello!

I want to know what's the proper way to enter the app in the execsystem function.

The example in the user's guide uses execsystem("app:com.google.android.gm"); which opens gmail. That's great. Now, I want to open another app using this function, lets say I want to open my voice recording app (and to nothing else, just open it up).

How do I know the correct way to enter the app "name"? (The part after "app:") Is it com.google.android.voicerecorder or, since I've got a Samsung phone (if it has ANYTHING to do at all), is it com.samsung.android.voicerecorder?

Thanks!
khurshid.arshad
Posts: 571
Joined: July 9th, 2012, 11:32 am
Location: Islamabad, Pakistan

Re: how to write in the apps in execsystem mobile

Post by khurshid.arshad »

I usually use Apk Extraxtor 4.2.9, which you can download from play store. For reference, please see attached picture.

Best.
a.
Attachments
Screenshot_2020-03-27-12-30-36.png
Screenshot_2020-03-27-12-30-36.png (110.34 KiB) Viewed 2157 times
Screenshot_2020-03-27-12-20-54.png
Screenshot_2020-03-27-12-20-54.png (29.52 KiB) Viewed 2157 times
Eohmer
Posts: 17
Joined: February 26th, 2019, 8:47 am
Location: Costa Rica

Re: how to write in the apps in execsystem mobile

Post by Eohmer »

khurshid.arshad wrote: March 27th, 2020, 3:32 am I usually use Apk Extraxtor 4.2.9, which you can download from play store. For reference, please see attached picture.

Best.
a.
This does it. Thank you so much!
Post Reply