언어 설정

Menu
Sites
Language
App works fine when installed, gives blank screen in later runs

Hello,

I' ve got a web app that works fine when installed for the first time on the device. When I try to run again the app after this first installation I'm getting a blank screen (in fact the color of the body background).

In order to make it work again I have to uninstall the app from the device, restart the phone, and then re-install the app.

I found a related bug of tizen but it was related to the emulator, whereas I've got no problem there.

Any ideas?

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

Responses

7 댓글
Lakshmi Grandhi
Hi, Can you please share logs to analyze the issue and else we can raise bug
Varsamis
Where should I check for them? I found the log files of the emulator. Can't find the ones of IDE.
Lakshmi Grandhi
connect device to your host machine and run " sdb dlog" command in terminal
Varsamis
the last lines of the command's output: E/Tizen::App( 2124): Tizen::Base::Collection::ArrayList* Tizen::App::Package::_PackageManagerImpl::GetPackageAppFeatureListN(const Tizen::App::PackageId&, const Tizen::Base::String&) const (1772). > [E_OUT_OF_MEMORY] AppInfo list instance must not be null. E/Tizen::App( 2124): static Tizen::Base::String Tizen::App::_ContextManager::_Util::QueryFeatureFromPackageManager(const Tizen::Base::String&, const Tizen::Base::String&, const Tizen::Base::String&) (378). > Cannot acquire feature list. E/Tizen::App( 2124): void Tizen::App::_ConditionManagerStub::OnInstallComplete(const Tizen::App::AppId&, const Tizen::Base::String&, const Tizen::Base::String&) (133). > failed to GetAppLaunchConditionListN(HEytmo0mXo.) [HEytmo0mXo is the id of the app I'm referring to]
Lakshmi Grandhi
Thanks for sharing logs, i created bug in jira https://bugs.tizen.org/jira/browse/TDIST-222 Kindly follow it for more instructions.
Varsamis
Thanks Lakshmi.
Varsamis
Lakshmi, to add more to the issue , I just checked the same app in 2.1 and it works fine.