Languages

Menu
Sites
Language
Turn On/Off Wifi, BlueTooth, AirPlane Mode by command

How can i turn On/Off Wifi, BlueTooth, AirPlane Mode by sdb or shell command?

Edited by: quang quang on 03 Aug, 2015

Responses

7 Replies
daniel kim

Hi,

I would suggest you to check below link regarding sdb command as I couldn't find a command for your requirement. Maybe there is special command for those functions. but not by sdb, I think.

      https://developer.tizen.org/community/tip-tech/smart-development-bridge

Regards

quang quang

Thank for your response. I also have researched, but i can't find any command to do this.

Marco Buettner

it isnt possible via sdb

quang quang

And how about shell?? I know android can do this.

Alex Dem

hi,
Regarding shell I know useful feature how to launch app:
sh-3.2$ launch_app app-id
But I did not face with possibilities what you have requested.
Alexey.

quang quang

Thank you so much Alex. And Do you know about Back or Home button by shell??

Alex Dem

fyi:

For devices I did not face but you could use cli (command line interface) for debugging on emulator (home key example) :
C:\tizen-sdk\tools\emulator\bin>ecp-cli
Start Emulator control panel CLI.
>> keycode 139
SUCCESS
>>

p.s. for emulator you could find commands in your Tizen IDE->help or here
https://developer.tizen.org/dev-guide/2.4b/org.tizen.devtools/html/common_tools/emulator.htm#ecp

Alexey.