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?
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With