Thread: Empty SDK UI
View Single Post
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#7
Originally Posted by kingoddball View Post
Install things like xTerm using 'fakeroot'

Sudo SU
echo 0 > /proc/sys/vm/vdso_enabled
exit on each reboot.

I run my /scratchbox/ inside a VM (Mint Linux). Works fine.
Did you install everything CORRECTLY?!

sudo su apt-get upgrade ?

Use this guide and just copy and paste it all and it will run PERFECTLY!

Guide to install SDK - PERFECT!

Just replace 'USER' with your login.
Just to stop people from getting confused:

sudo is an application that runs another application with root privileges.
su is an application that changes which user you are currently running applications as.

So, "sudo su" is to ask the system to run "su" as root and "su" by itself will change the active user to the super user, "root".

Furthermore, the argument to "su" is which user to change to so running commands using "sudo su <whatever>" looks both superfluous and wrong if your intention was to run a command as root.