语言

Menu
Sites
Language
usage "appsvc_test" command

hello, 

 

Tizen device has this command "appsvc_test". it seems like a command to execute each serviceapp by sdb command line

is ther anyone has a example to use this?? I tried several trying. but i couldn't find the way to use this.

what parameter should i use for each options?

----------------------------------------------------

sh-4.1# appsvc_test
appsvc_test
[usage] appsvc_test <cmd> ...
 - available cmd list
        run_svc : run_svc test
                [usage] run_svc -o <OPERATION> [-m <MIME TYPE>] [-u <URI>] [-d "<key>,<val>"]...
        run_svc_res : run_svc_res test
                [usage] run_svc_res -o <OPERATION> [-m <MIME TYPE>] [-u <URI>] [-d "<key>,<val>"]...
----------------------------------------------------
 
i put the package name on <OPERATION> but, it failed
 
 
 
sh-4.1# appsvc_test run_svc -o hmmql7top4.MultiProcServiceApp
appsvc_test run_svc -o hmmql7top4.MultiProcServiceApp
[run_svc test]
open service fail
... test failed
 
 
 
编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

1 回复
For example, appsvc_test run_svc_res -o http://tizen.org/appcontrol/operation/pick -m "image/*" -d "launch-type,select-one"