Languages

Menu
Sites
Language
execute sdb commands from tizen device

Is there a way to execute sdb shell commads from native tizen application?

Responses

3 Replies
Peter Wegner

Depend on what you need for which device...

 

For mobiles... SM-Z130H and SM-Z300H for instance. Check as example in Tizen Store:

ShellExec

Also 2 Tools with source code available... with more features...

 

And mini-shell for instance... is inbuild... in usr/bin folder.

ROOT required...

 

Best Regards

Akhil Goel

I wanted to execute sdb shell commands in my own application. Is there any code or library to run sdb shell commands on tizen device?

Peter Wegner

Maybe look here for "inspiration"...

https://www.reddit.com/r/Tizen/comments/4i8si9/terminal_emulator/

 

Best Regards