Languages

Menu
Sites
Language
How to change the current / existing Launcher Application in Tizen Emulator or Device.

Hi! All.,

Am working on Tizen Native application development. At present running apps on emulator( Using Tizen 2.2 SDK ) till we bring up our device.

I am developing an launcher application which contains bunch of my own applications (different icons are displayed inside my app).

Now , I want to override the existing launcher app with my application. I want to display/launch my app while device(emulator) boots up.

Experts, Please help me to achieve this functionality.

Thanks in advance !.

Ganesh Kumar R.

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

10 Replies
muditha murthy
If you want to develop your own home launcher app,then to be registered as home screen app, category of the application should be specified as 'http://tizen.org/category/homeapp' in manifest file. (in advanced > category feature) Then name of the application will be shown on Settings > Home screen. From here you can launch ur own applications.
Ganesh Kumar R
Thanks a lot Muditha. It worked. Can you please suggest me path exactly i can get existing homo launcher screen source code ? Also, Is it possible to make Web / HTML5 App as own home launcher app ?
muditha murthy
Please join tizen.org and than you can access source code for the reference Home screen on following page. https://review.tizen.org Web applications are not possible to make a home launcher app
mekabe remain

I am at https://review.tizen.org/gerrit/#/

but I can't see fererance home screen app.

How can I find it ?

 

Leo Joseph
Hi Ganesh Kumar, I am able to set my application as Default Home Screen using Settings -> Home Screen - > Home Screen Type. Is there any way we can set the Default Home Screen from Coding ?? I mean instead of going to Settings Screen , I want to achieve it using Coding.
Uday Bhaskar D

Hi 

This might help

vconftool set -t string -f db/setting/menuscreen/package_name  <package id>

Leo Joseph

Hi Uday Bhaskar,

I guess I need to run the above code in Command line. But I want to do it from the application scope. Lets say, when I launch the application first time, then I need to set my application as Default HomeScreen

johnny

mark

mekabe remain

I am at https://review.tizen.org/gerrit/#/

but I can't see fererance home screen app.

How can I find it ?

mekabe remain

any updates ?