AndroidHogs
Android Enthusiast
I just downloaded the ISO of Ubuntu then got magiciso mount the set it as a installable app to dual boot.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I just install Ubuntu with my flash drive, I have my HDD set up to have 2 partitions, that way I don't clutter up mmy windows drive with Ubuntu and if I want to get rid of Ubuntu it's only a few clicks away.I just downloaded the ISO of Ubuntu then got magiciso mount the set it as a installable app to dual boot.
If I have a external hdd I would've went that route lol
And I'm pretty sure we would be trying bobzhome gingerkernel.
I just downloaded the ISO of Ubuntu then got magiciso mount the set it as a installable app to dual boot.
It gives you the option when you open it up with magiciso
I'd put about 25 to 30gbs
did you shrink your windows partition first so you would have available hard drive for Ubuntu?
It gives you the option when you open it up with magiciso
i have a awesome computer 8gb ram 4 cpu @ 3.2 and 1Tb HD please let me know what else i would need to be a dev for android i wish to make my own roms and all sorts of thingsIt gives you the option when you open it up with magiciso
i opened the file iso file with MagicISO and clicked on wubi.exe and its installing ubuntu right now. i put a 20 gb because im kinda limited on memory at the moment. once that's done what do i download next?
hey i am also downloading Ubuntu 10.04 64-bit i would like to help you guys and also be a dev :-D or at least tryi have a awesome computer 8gb ram 4 cpu @ 3.2 and 1Tb HD please let me know what else i would need to be a dev for android i wish to make my own roms and all sorts of things

download --> MagicISO <--- and --->Ubuntu 10.04 <---
intall ubuntu using MagicISO and then follow what sammyz or ghost.rider say to do next![]()
Yea sorry I got tons of hw and a laptop to fix on top of that......I don't have the time to find links or cmds at the moment :/ sorry

This is my favorite guide to set up a build environment. Follow it until you get to compiling, because compiling is pretty different for our phone. Also, Java is tricky, and if that guide doesn't get Java installed right, ask and I'll help, because Java is a pain. Free Your Android - How to Compile ICS (Ubuntu)

root@ubuntu:~# apt-get install sun-java6-jdk
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package sun-java6-jdk is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package sun-java6-jdk has no installation candidate
root@ubuntu:~# add-apt-repository "deb Index of / lucid partner"apt-get install sun-java6-jdk
Error: need a repository as argument
root@ubuntu:~# apt-get install sun s
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package sun
root@ubuntu:~# apt-get install sun-java6-jdk
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package sun-java6-jdk is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package sun-java6-jdk has no installation candidate

Okay got my system running the proper Ubuntu build dual booting. Now I gotta figure how to use it lol. I'm experienced with some languages but not these.
i need help with the java 6 jdkif you have any problems downloading Java 6 JDK let me know i'll post a link next time i boot back into Ubuntu
i need help with the java 6 jdk
$ sudo -i
# add-apt-repository ppa:ferramroberto/java
# apt-get update
# apt-get install sun-java6-jdk
in terminal type this: