Like GNURoot Wheezy but supports xterms, and launches a vncserver at launch.
You can connect to this simple graphical desktop via your favorite vncviewer on your android device or another device on your network (like a PC). The default password is "password".
There seems to be an issue with most android vnc viewers. If you zoom too far out, your device may no longer respond to touches. I need to figure this out, but for now, don't zoom out bigger than the desktop. Stay zoomed in. Don't beat me up about this, but do be warned and please do file bugs and feature requests.
Allows you to create and launch a Debian Wheezy rootfs without rooting your device when used along with GNURoot (champion.gnuroot).
Primarily, I install packages with apt-get (http://linux.die.net/man/8/apt-get) and I suggest you do the same). To use apt-get you will need to click the "Launch as Fake Root" checkbox. A good place to start is to do:
apt-get update
apt-get upgrade
Then start working. If you find out that something you need is not installed, just apt-get it. To install less, do this:
apt-get install less
That is pretty obvious, but sometimes it is not. You can use a search engine (like google to help you out). For example, I found out to install R, I should do this:
apt-get install r-base
You can also search for packages using
apt-cache search some_keyword
A very popular package to add right away is this one:
apt-get install build-essential
This gets you setup to run the make and compile steps of many SW projects.Come GNURoot Wheezy ma supporta xterm, e lancia un vncserver al momento del lancio.
È possibile connettersi a questa semplice interfaccia grafica tramite il vostro vncviewer preferito sul vostro dispositivo Android o un altro dispositivo in rete (come un PC). La password predefinita è "password".
Sembra esserci un problema con la maggior parte degli spettatori VNC Android. Se si ingrandisce troppo lontano, il dispositivo potrebbe non rispondere ai tocchi. Ho bisogno di capire questo, ma per ora, non lo Zoom Out più grande del desktop. Rimanere zoom dentro non battere me up su questo, ma do essere avvertiti e si prega di fare errori di file e richieste di nuove funzionalità.
Consente di creare e lanciare un rootfs Debian Wheezy senza radicamento vostro dispositivo quando utilizzato insieme GNURoot (champion.gnuroot).
In primo luogo, posso installare i pacchetti con apt-get (http://linux.die.net/man/8/apt-get), e ti consiglio di fare lo stesso). Per usare apt-get è necessario selezionare la casella "Avvia Root come Falso". Un buon punto di partenza è quello di fare:
apt-get update
apt-get upgrade
Poi iniziare a lavorare. Se si scopre che qualcosa è necessario non è installato, basta apt-get esso. Per installare meno, procedere come segue:
apt-get install meno
Questo è abbastanza ovvio, ma a volte non lo è. È possibile utilizzare un motore di ricerca (come Google per aiutarvi out). Ad esempio, ho scoperto di installare R, dovrei fare questo:
apt-get install r-base
Puoi anche cercare i pacchetti che utilizzano
apt-cache search some_keyword
Un pacchetto molto popolare per aggiungere subito è questa:
apt-get install build-essential
Questo si ottiene setup per eseguire la marca e compilare passi di molti progetti SW.