Hi all, I've recently created a wiki page about application Framework
https://wiki.tizen.org/wiki/Application_framework We can find HOWTO Section that provides a good way to launch / kill /install / uninstall applications etc... open_app has disapeared (https://bugs.tizen.org/jira/browse/TC-1883) it has been replaced by app_launcher open_app is avaible only if you install aul-test package So now on Tizen Common image & for the next IVI image (delay can be expected due to sync process). Here is an extract of the HOWTO section Packages Management *Installation* pkgcmd -i -t <pkg type> -p <pkg path> (-G) (-q) *Uninstallation* pkgcmd -u -n <pkgid> (-G) (-q) // NOTE the pkgid should be used NOT the appid. *List the installed packages* pkgcmd -l *Kill all applications associated to a package ID (usefull in case of uninstallation)* pkgcmd -k -n <pkgid> Applications Management Legacy HOWTO Tizen IVI 14.3 Release: *list available application IDs* ail_list *launch an application* open_app <app_id> *launch an application with debug mode* open_app <app_id> -d There is a new app_launcher tool (Feature TC-1883) on Tizen Common. *list available application IDs* app_launcher -l *launch an application* app_launcher -s <app_id> *launch an application with debug mode* app_launcher -s <app_id> -d *Get all running applications of the current user* app_launcher -S *kill an app* app_launcher -k <app_id> *Status of a specific app* app_launcher -r <app_id> BR Baptiste -- Baptiste DURAND Eurogiciel Vannes/FR
_______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
