I always get the problems no one else has even heard of, because two hours were lost in desperate search for answers.
I checked and double checked the packages on the prerequisite list
I installed and set Oracles JDK 7 as default (I also tried 6 and then reinstalling 6)
I then downloaded and set the execute-bit on: tizen-wearable-sdk-2.2.150_ubuntu64.bin
When I execute it in bash I get: ./tizen-wearable-sdk-2.2.150_ubuntu64.bin: line 190: ./InstallManager.sh: Permission denied
When I tried to run it with sudo, sudo bash $script, and su i got: Do not install as 'root' user or 'su' commands.
When I used nano to add a pause before the execution of InstallManager.sh I think I corruted the file, I removed the MD5 check, the sudo check, and ran ./InstallManager.sh as sudo.
It said something about a gzip archive being incorrectly named (I believe I corrupted the file) I also tried with GHEX and recieved similar results
I added the symbolic link with: sudo ln -s /lib/x86_64-linux-gnu/libudev.so.1.3.5 /lib/x86_64-linux-gnu/libudev.so.0
didn't do anything
Maybe this also has something to do with the system's inability to update to 14.04...
Maybe?
Ubuntu complains about missing files or something and refuses to upgrade...
Anyway, I'm leaving stable WiFi tomorrow morning and would appreciate any support
Thanks,
Quinn
[EDIT]
I feel stupid now, somehow my /tmp directory was flagged noexec (something that I definitely did not do) this seems to be a bug with tizen sdk requiring the /tmp directory to do it's install.
FIX:
sudo mount -o remount,exec /tmp
remounts the /tmp directory as executable, make sure to delete all tizen files previously installed, do a full uninstall, then install the .bin InstallManager as normal.