Linux Distribution auf DHD

Jersey Devil

Jersey Devil

Stammgast
87
Hi, weiß jemand von euch, ob es möglich ist, eine andere Linux-Distribution (Knoppix oder sonstwas) parallel zu Android auf dem DHD zu installieren?
Also ein Desktop-Linux neben Android, beim Start sollte man dann irgendwie auswählen können, welches man starten möchte ;)
Hab schonmal irgendwo was dazu gelesen, aber finde das nicht wieder...
 
Hat davon niemand einen Plan? :D
Technisch müsste das doch auf jeden Fall möglich sein, und fürs G1 gabs sowas mal glaub ich.
 
Vielleicht hilft der Link weiter:
YouTube - Nexus One Hacks - Ubuntu Running on Nexus One Android!
Ich selber hab aber keinen Plan von dem Thema. :)
 
Zuletzt bearbeitet von einem Moderator:
  • Danke
Reaktionen: Jersey Devil
Das scheint mir aber eher die App "Android Terminal Emulator" zu sein. Ich meine hier war eher eine Installation einer Desktop-Distri gefragt, wenn ich das richtig verstanden habe.
 
er startet über den terminal emulator nur die ubuntu distri wenn ich das richtig gesehen und gehört habe :)
 
Stimmt - das kommt davon, wenn man sich sowas nur nebenher anschaut. Sry für den unqualifizierten Beitrag ;)
 
Jaa, sowas hab ich mir schon vorgestellt :)
Da gibts ja sogar ne Anleitung zu ;)
Ich werd mir das ganze mal angucken :)
Thx!
 
das doch nur nen vnc desktop steuerung ode rnicht?
 
Ja schon, aber da steht ja was von "localhost". Von daher gehe ich davon aus, dass er sich (wahrscheinlich mangels passender Treiber) einfach per vnc auf seinem eigenen Handy einlogt.
 
Also das Ubuntu wird schon lokal auf dem DHD installiert ;)
Habs fast hingekriegt, aber leider kriege ich den Fehler wie einige andere User mit DHD anscheinend auch, irgendwas mit loop devices bla bla bla :(
Scheint wohl noch nicht ganz mit dem DHD zu klappen.

Edit:
Auch mit dem neueren bootubuntu file klappt es nicht :(
Schade, hoffe das wird gefixt :)
 
Zuletzt bearbeitet:
Nur mal so wozu brauch man das eigentlich? Man kann doch über Ubuntu nicht mehr mit dem dhd anstellen als mit dem normalen android oder?

Sent from my Desire HD
 
Also hauptsächlich ist es um meine Bastelwut zu stillen :D
Aber es gibt natürlich auch ernstere Einsatzzwecke... Man kann zum Beispiel Desktopanwendungen benutzen, auch wenn mir spontan jetzt nicht so viel einfallen würde.
Was ich aber am besten finde ist, dass ich dann auf YouTube alle Suchergebnisse habe, und nicht diese beschnittene Scheiße die es jetzt gibt...
 
Spielekind.

Aber YouTube kannst doch jetzt auch schon voll im Browser nutzen.
Musst doch nicht die App nehmen.
 
segelfreund schrieb:

Ja :biggrin:

segelfreund schrieb:
Aber YouTube kannst doch jetzt auch schon voll im Browser nutzen.
Musst doch nicht die App nehmen.

Auch im Browser gibts nicht die gleichen Suchergebnisse wie am Desktop... Sondern die gleichen wie in der App ;)
 
Aber läuft es denn genau so flüssig wie an einem richtigen PC? Denn auf dem Video hat es ja auch 2-3 Sekunden gedauert bis Firefox dann offen war.

Sent from my Desire HD
 
grad gefunden auf xda

Basic requirements
  • A Rooted HTC Desire HD (Ace)
  • A MicroSD with minimum 3GB free space
  • A Custom kernel wit LoopBack support (I have attatched mine )
  • The Below Ubuntu.rar which contains ubuntu.img & the required scripts (modified by my self)
  • An android terminal emulator -from the market
  • Android VNC - from the market
  • If you're using Froyo App2SD, move all your applications which are on SD card back to Internal Storage and ensure FroYo A2SD install location is set to internal(1) by typing #"pm setInstallLocation 1" into your android terminal. If you fail to do so, you won't be able to enter Ubuntu.



How to

1. Extract the Ubuntu.rar that you have just downloaded to an "ubuntu" folder on the root of your SD card.
2. Open your Android Terminal Emulator
3. Type “cd sdcard/ubuntu” (enter)
4. Type su to go to superuser mode
3. Type “sh ubuntu.sh
4. If you see “Type 'bootubuntu' to boot Ubuntu”, then you're almost there!
5. Type “bootubuntu” (enter)
6. You should now see “"root@localhost:/#"” Congratulations! Now you're running Ubuntu 10.10


Whenever you want to enter Ubuntu again, simply cd to the ubuntu directory and type “bootubuntu” (enter) in your Android Terminal.

To properly exit Ubuntu, you must type exit from the Ubuntu terminal.

If your Android terminal application gets killed by Android system (i.e. you lost Ubuntu terminal), you need to go back to Android terminal, type “exit” (enter), that will properly unmount Ubuntu.

Very often you can get “loop device busy” error when exiting from Ubuntu, in that case, type “exit” (enter) multiple times (it's harmless to run the“exit” script multiple times, don't worry). If still you get “loop device busy”error, don't worry, just ignore it.


Loading the GUI (Gnome desktop)

1. Install “android-vnc-viewer” from Market (free)
2. Enter Ubuntu terminal
3. Make sure that you have network connection (Wi-fi recommended)
4. type “apt-get update” (enter), and wait till it finishes
5. type “apt-get install tightvncserver” (enter) and answer “y” to the question
6. After you have installed tightvncserver, type “cd /bin” (enter)
7. Type the following commands (all are case-sensitive!):
“cat > x” (enter)
“rm -r -f /tmp” (enter)
“mkdir /tmp” (enter)
“chmod 777 /tmp” (enter)
“export USER=root” (enter)
“export XKL_XMODMAP_DISABLE=1” (enter)
“vncserver -geometry 1024x800” (enter)
(enter)
(At this point you will need to configure "vol-" as Ctrl in Android terminal emulator preferences)
(Now hold volume down and press D on your keypad)
“chmod 777 x” (enter)
8. The above procedure makes a script named “x”, whenever you want to start GUI, you need to type “x” (enter).
Notice that the first time (only the first time) you run “x” script you'll be prompt to enter a password for VNC connection, then you'll be asked whether to create a “view-only” password, since it is not necessary, answer “n” to the question.
9. Start “android-vnc-viewer”, create a new connection with the following settings:
Nickname: (anything you like to identify the connection)
Password: the VNC connection password that you created when ran the “x”script
Address: localhost
Port: 5901
Color format: 24-bit color (4 bpp)
Click “Connect” button, and in about a minute, you'll see your Ubuntu 10.10 desktop!
10. We still need to create one final script called “s”, now go back to your Ubuntu terminal and type:
“cd /bin” (enter)
“cat > s” (enter)
“export USER=root” (enter)
“vncserver -kill :1” (enter)
“vncserver -kill :2” (enter)
“sudo reboot” (enter)
“sudo halt” (enter)
(enter)
(press and hold Vol- & click “D” on keyboard)
“chmod 777 s” (enter)
11. If you have GUI running, you * MUST * type “s” (enter) to stop VNC server before you exit from Ubuntu terminal!
In case that your Android kills your Android Terminal application and you still have VNC server running, do the following steps:
a. Start Android Terminal
b. type “bootubuntu” (enter) to bring back Ubuntu terminal
c. type “s” (enter) to stop VNC server
d. type “exit” (enter) to exit from Ubuntu terminal

Fail to do so you will have problem with VNC connection next time you use it.
What's not currently working in Ubuntu:
1. Sound
2. Some applications may not run (I guess, due to Android memory management mechanism)

A little trick to access SD card from your Ubuntu:
1. Install “SwiFTP” from Market (freeware)
2. Set up FTP server using SwiFTP
3. In Ubuntu, “Places → Connect to Server” then:
Service type: FTP (with login)
Server: localhost
Port: (port number specified in SwiFTP, default is 2121)
Folder: /
User Name: (user name specified in SwiFTP)
Then press “Connect” and enter your password specified in SwiFTP. Now feel free to access your phone's file system!
 
geht das übermir nochmal auf deutsch? wäre nett weil ich komme nicht weiter bei dem HOW TO

hat jemand es von euch geschafft ?

LG
 
Zuletzt bearbeitet:
Mal ne andere Frage,

kann Ubuntu mit dem WLAN Chip umgehen der im DHD verbaut ist? Bekommt das Ubuntu eine eigne IP oder wird es nur gebridget vom Android? Weil dann könnte man das Handy in die Ecke stellen und sich mit nem VNC Client vom PC direkt zum Ubuntu verbinden. Wenn das funktioniert dann ist es genau das was ich suche und ich lege sofort los... :)

LG
 
es wird gebridget... (was für ein wort) =)

und über wlan ist die ganze sache recht langsam, jedoch kann man auch per USB auf den VNC Client zugreifen. Was widerum recht flüssig läuft.
 
und wie geht das ganze ich komme mit der anleitung oben nicht klaa :S

würde jemand von euch das nochmal in deutsch wiedergeben...

LeeDrOiD V2.0.6 custom Kernel muss man den haben?

lg
 

Ähnliche Themen

M
  • Morci91
Antworten
1
Aufrufe
2.427
Chooksi
C
T
  • thebt995
Antworten
10
Aufrufe
5.555
Phiber2000
P
AMCooper
Antworten
1
Aufrufe
3.240
MarM
MarM
Zurück
Oben Unten