语言

Menu
Sites
Language
Tizen debuging

Hi,

 

I have 2 phones with Tizen (2.2.0) and Tizen (2.2.1). On Tizen (2.2.0) everything works well. But on the phone with Tizen (2.2.1) application does not run in Debug mode. What could be the problem? Error is not displayed.

响应

11 回复
Alex Dem

Hi,
fyi, I was able to debug M0 device with 2.2.1 firmware. I am using 2.2.1 win7 32bit sdk installed on xp(32bit).
Alexey.

Serikov

Hi,
Thanks for your answer.
But Tizen SDK not support win XP. Do you tried debug in Win 7?

Alex Dem

Hi,
I was able to install on XP and able to debug M0 with 2.2.1 firmware (with M1 I have some problems to debug).
No I did not try, but maybe someone could help with testing on Win7.
Alexey.

 

Serikov

Hi,

What it means  debug M0 and debug M1?

How it set?

 

Alex Dem

Devices with differnr types (M0,M1) have different firmwares,
There are different model names  under the battery:
for M0  (RD-PQ reference device) Model: GT-I9300
for M1 Model: SM-Z9005
Alexey.

Serikov

Unfortunately, I have this phone M1 Model: SM-Z9005

AVSukhov

Hello,

Try execute following command before debugging: "sdb root on"

Serikov

No, this is not halp.

In Log i see many this errors;

08-06 10:16:44.439 : ERROR / VCONF ( 482 : 482 ) : vconf.c: _vconf_get_key_filesys(1985) > [SECURE_LOG] _vconf_get_key_filesys(0-memory/shealth/sleep/do_not_disturb) step(-21) failed(2 / No such file or directory)
08-06 10:16:44.439 : ERROR / VCONF ( 482 : 482 ) : vconf.c: _vconf_get_key(2076) > [SECURE_LOG] memory/shealth/sleep/do_not_disturb : read buf error(-21). break
08-06 10:16:44.439 : ERROR / VCONF ( 482 : 482 ) : vconf.c: vconf_get_int(2336) > [SECURE_LOG] vconf_get_int(482) : memory/shealth/sleep/do_not_disturb error

 

And in Console i see 

warning: Could not load shared library symbols for /usr/lib/<*>.

Do you need "set solib-search-path" or "set sysroot"?

 

AVSukhov

Hello,

Maybe this topic helps:

https://developer.tizen.org/forums/sdk-ide/library-debug-symbols?langredirect=1

Alex Dem

Hi,
but I have one minor question:
It is not quite clear what model (with 2.2.0 firmware) you are able to debug. Is it  M1(SM-Z9005) or M0(GT-I9300)?
Alexey.

Serikov

I have 2 phones M1(SM-Z9005) with 2.2.0 firmware and with  2.2.1

And on phone  M1(SM-Z9005) with 2.2.0 - debug ok

On phone  M1(SM-Z9005) with 2.2.1 - debug not working