successfully rooted my star n9599
btw: when running the linux-version (at least on my ubuntu 13.04) adb worked right away (no usb-driver installation required); however I had to run it as root; so in the extracted folder, don’t forget to
– Make yourself root: sudo su root
– Change ownership of all files (not necessarily needed I guess): chown root:root ./*
– Make adb-linux and run.sh executable: chmod o+x ./adb-linux ./run.sh
– And finally get it done: ./run.sh
…then it ran like a charm and gave me a rooted phone! Thanks a lot guys!!!