Guest pjg_pigeon Posted March 12, 2011 Report Posted March 12, 2011 This is awesome... though I can't make it work on my Streak. Are you all on DJ Steves newest rom? I have a rooted 2.2 on official firmware (version 318). I have read somewhere from my searching through google that this may due to the missing loop possibilities. Anyway, just wanted to hear from you that have a working Ubuntu which rom you are having? Ubuntu working for me on 1.8.0
Guest Hothan Dao Posted March 12, 2011 Report Posted March 12, 2011 I've figured out that incorrect input of this line will issue the keyboard problem: export XKL_XMODMAP_DISABLE=1
Guest icediced Posted March 12, 2011 Report Posted March 12, 2011 can't seem to get this working and i followed the guide to the letter >_<
Guest pjg_pigeon Posted March 12, 2011 Report Posted March 12, 2011 can't seem to get this working and i followed the guide to the letter >_< Where is install your falling down?
Guest a_friend Posted March 12, 2011 Report Posted March 12, 2011 after running bootubuntu i get the following error apt-get command not found after typing apt-get update? Phone is rooted, busybox installed running latest streakdroid 1.8.1
Guest icediced Posted March 12, 2011 Report Posted March 12, 2011 (edited) @pjg_pigeon: When i type bootubuntu into the terminal it just refuses to work. Edited March 12, 2011 by icediced
Guest gingernator Posted March 12, 2011 Report Posted March 12, 2011 @pjg_pigeon: When i type bootubuntu into the terminal it just refuses to work. What's the error message?
Guest icediced Posted March 13, 2011 Report Posted March 13, 2011 What's the error message? Can't quite remember - I had to format my SD card last night (unrelated to this, I felt like formatting it because it was filled with stuff I don't need). going to try again when I have the time, thanks for trying to help anyway! :D
Guest gingernator Posted March 13, 2011 Report Posted March 13, 2011 Can't quite remember - I had to format my SD card last night (unrelated to this, I felt like formatting it because it was filled with stuff I don't need). going to try again when I have the time, thanks for trying to help anyway! :D I had some problems with loops (maybe due to perfmod used in the previous versions of StreakDroid??) but after a factory reset and a wipe of my sd card - everything worked fine.
Guest stevepork Posted March 13, 2011 Report Posted March 13, 2011 Fantastic, Took some time and I have cut down the line of code to one every time to start up Love you!!! and Ubuntu
Guest nebukadneza Posted March 14, 2011 Report Posted March 14, 2011 Just one question: Does Jagged Alliance 2 run on this?
Guest pjg_pigeon Posted March 15, 2011 Report Posted March 15, 2011 I have the lxde ubuntu version working fine. Not got much experience of linux, was wondering if its possible to access the admin side and maybe get my wireless printer working. Anyone know if this is feasible? Other versions of linux that I've seen its easy to find administrative side of the OS but I cannot see it in this version. On the brother site I know there are drivers but I think they are i386 based will I need to research arm versions. Any help or suggestions would be appreciated. If I'm barking up the wrong tree just tell me. :D
Guest andycqos Posted March 16, 2011 Report Posted March 16, 2011 Things move fast...check out this version, it's really complete and has a working ubuntu software center. http://forum.xda-developers.com/showthread.php?t=962023 I just tried this one and it worked fine :D
Guest ClippinWings Posted March 16, 2011 Report Posted March 16, 2011 had it working... can't get it to work again... what do i type in terminal to restart it?...
Guest pjg_pigeon Posted March 16, 2011 Report Posted March 16, 2011 had it working... can't get it to work again... what do i type in terminal to restart it?... I restart with su cd /sdcard/ubuntu sh ubuntu.sh Then re- connect through VNC Hope this helps but I'm only a beginner myself :D
Guest ClippinWings Posted March 17, 2011 Report Posted March 17, 2011 I restart with su cd /sdcard/ubuntu sh ubuntu.sh Then re- connect through VNC Hope this helps but I'm only a beginner myself :D Tried that... just get VNC Connection failed
Guest pjg_pigeon Posted March 17, 2011 Report Posted March 17, 2011 Tried that... just get VNC Connection failed Could it be a space issue on your SDCARD ?
Guest pjg_pigeon Posted March 17, 2011 Report Posted March 17, 2011 Could it be a space issue on your SDCARD ? this is my terminal window at which point i start and connect with vnc
Guest azizayouba Posted May 11, 2011 Report Posted May 11, 2011 Hello All, I'm attempting to natively port Ubuntu and/or Debian to the Streak. With it being such a powerful device there really is no reason it SHOULDN'T be running a “desktop” operating system. However, implementing his is quite a difficult task, so if any and everyone's help would be very much appreciated. In the mean time, this is my first guide on how to get ubuntu running piggyback on the Dell Streak. After quite a while (and numerous different trials), I have found that this is the easiest way to get Ubuntu Mobile up and running fast. All commands can be done through either ADB shell or the terminal emulator on the phone. This was *NOT* done entirely by me, but is a culmination of the effort of lots of people in the android community. I just modified it so that it would work on the Streak. **This Installation DOES NOT install Linux natively, and as such is should not be destructive to your Android system, however i take absolutely no responsibility for anything that happens and you do this COMPLETELY at your own risk** Here is how to do it: 1) Root your phone. There are plenty of guides on how to do it, so find one and get root access on your phone. **YOUR PHONE MUST BE ROOTED. THIS WILL NOT WORK WITHOUT IT.** 2) Download Ubuntu Mobile Bundle: http://uploading.com/files/bbm6b311/ubuntu.zip/ This contains an image of the filesystem as well as other necessary scripts to get it working. 2) Busybox - Install Titanium Backup from Android Market - if you press the "Problems" button it will install Busybox on your phone for you (Feel free to uninstall Titanium after this is done). This is the fastest and most pain free way to install busybox on the streak that i know of for now (the other ways of doing this ARE NOT fun...) 3) On your SD card's root directory, create a folder called ubuntu and extract all files in the ubuntu mobile bundle there. 4) Replace the bootubuntu executeable file in the ubuntu directory with mine, found here http://www.mediafire.com/?fi011w4fbmymw3y 5) Unmount phone from computer. ADB and Android Terminal will not work if the phone is mounted. 5) Download a terminal from the Android Market - I used Jack Palevich's Android Terminal Emulator (android market search: terminal) but anything similar should work the same su cd /sdcard/ubuntu sh ubuntu.sh 6) Ignore any errors thrown up by ubuntu.sh. From this point, all that is needed to boot ubuntu is just to enter this: bootubuntu To start ubuntu from now on, this is all you need to do. You should now have ubuntu working on your laptop, and while it DOES connect to your phone's internet sources, it DOES NOT yet have a graphical interface. Here is how to add one: 1) Update the system with the following commands in ubuntu: apt-get update apt-get upgrade The first one updates the package lists, the second one downloads updates to the system itself. 2) Install TightVNC in ubuntu: apt-get install tightvncserver 3) Configure TightVNC: export USER=root vncserver -geometry 800x480 For security purposes, it is recommended that you assign a password to your VNC server when asked. 4) Download Android VNC Viewer from the market 5) Configure Android VNC Viewer: Change the port to 5901 and type in your password that you entered before. Other Problems There appears to be a bug with the X window server sometimes refusing to connect to VNC. DO NOT change any settings on Android VNC Viewer, instead open a terminal and run the folloring command: rm -R /tmp/.X11-unix What Does Not Work – Will Try To Fix Keyboard from Android VNC Viewer Shutdown – Does Nothing Reboot Log Out Native Install I hope you guys enjoy this, and I can't wait to get your feedback. - Pat hey pat i have quick question i am trying to instal ubuntu on my dell streak 5 and i get error message say bootubuntu no find plz help if u can joe
Guest Posted May 15, 2011 Report Posted May 15, 2011 Things move fast...check out this version, it's really complete and has a working ubuntu software center. http://forum.xda-developers.com/showthread.php?t=962023 Anyone made this to work?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now