Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SDB command not found

I have two PCs, ones that runs mac & the other ubuntu, I installed tizen sdk on both and it is working fine, however, as I'm trying to pull files from the tizen device I get an error message "SDB connection error", which means that my device is not rooted, so when I try to root it using sdb command on both mac & ubuntu I get that sdb command not found, even though I did navigate into the folder in which sdb exist, tizen-sdk/tools and execute the command, but still got the same massage. what I'm doing wrong here?

like image 541
Sara S'h Avatar asked Aug 06 '26 16:08

Sara S'h


1 Answers

Use the below step to get solved.

Step 1: open terminal

Step 2: write command $ nano ~/.bash_profile

Step 3: Paste the given below the code line to the bottom of and change <pc_user_name> to your PC name, then save it and exit.

export TIZEN_HOME=/Users/<pc_user_name>/tizen-studio
export PATH=${PATH}:/Users/<pc_user_name>/tizen-studio/tools
export PATH=${PATH}:/Users/<pc_user_name>/tizen-studio/tools/ide/bin

Step 4: write command $ source ~/.bash_profile

Step 5: $ sdb write command to sdb instruction

Either you can be going this path to find ./sdb and other write sdb command will work perfectly.

path: /Users/<pc_user_name>/tizen-studio/tools/sdb

like image 178
Kishan Godhani Avatar answered Aug 08 '26 23:08

Kishan Godhani



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!