change the OS - MDA II, XDA II, 2060 ROM Development

im a big Linux fan and i was wondering is it possible to change the operating system on my xda 2:?:

http://wiki.xda-developers.com/wiki/Xanadux
and doing a search for linux in hecking it forum is also likely to give some results as to how far people have gotten

Related

XDA running linux

I saw this a while ago, and tonight I ran into this:
http://pigeond.net/photos/xda-linux/
I run Debian GNU/Linux on my desktop at home, and I'm not a big fan of the SynCE project since I'm a GNOME user and a vast majority of the SynCE tools are built for KDE. So, I would love nothing more than to be able to run Linux on my XDA.
Has any progress been made with this? It looks like someone got linux running on the XDA, but even if we got X working, what kind of task would it be to develop a phone app? What kind of support is needed before this can happen?
Does anyone know anything about the progress? =]
It seems, that this project is located on sourceforge
Here is the Link ...
http://sourceforge.net/projects/xanadux/
perhaps start the job with him.
I am also willing to help, but not familar with linux at all.
status of linux
Hi,
As you may have seen from other posts too, the Linux porting effort has been severely stalled more than once. Currently pigeon posted some progress here on the board which is about similar to what the xanadux project was in. Unfortunately no one currently has time to work further on this. I think pigeon probably will be making the most progress, and possibly we will integrate it all into one place some day. Seeing the current number of contributors and amount of time available I wouldn't hold my breath though ...

[Q]

I'm sure this is a stupid noob question, but:
Can I build from source on a Chromebook without running Ubuntu in a box? If so, can anyone point me in the direction of a resource for that? I'm only asking because the wifi only Chromebooks are pretty cheap - cheaper than I am likely to find a macbook.
austontatious said:
I'm sure this is a stupid noob question, but:
Can I build from source on a Chromebook without running Ubuntu in a box? If so, can anyone point me in the direction of a resource for that? I'm only asking because the wifi only Chromebooks are pretty cheap - cheaper than I am likely to find a macbook.
Click to expand...
Click to collapse
You are very unlikely to find your answer here. What exactly are you wanting to do? Install a different OS on it?
Sounds like he wants to build Android from source code which is usually done it a Linux system. I'm not sure the answer, but it seems like you should be able to. Unless Chrome is not as powerful since it is browser based system.
I don't know if this is correct but....
I would assume that you can't because chromebooks are not powerful at all. There's almost nothing that eye popping about the specs of chromebooks. On top of that, there isn't much you can do with a chromebook because it is a browser-based operating system. If you really want to build from source just buy a cheap DIY computer from Newegg or something and install Linux on it.
Please use the Q&A Forum for questions Thanks
Moving to Q&A
You can't do what you want right out of the box on a chromebook. But you can open em up and flip a switch which will allow you to load linux or ubuntu on them. Only caveat is that the one I have is an alpha tester model they gave to us (the company I work for had a deal with google) so jot sure if that I the case wih the newest ones.
3VO Sent
austontatious said:
I'm sure this is a stupid noob question, but:
Can I build from source on a Chromebook without running Ubuntu in a box? If so, can anyone point me in the direction of a resource for that? I'm only asking because the wifi only Chromebooks are pretty cheap - cheaper than I am likely to find a macbook.
Click to expand...
Click to collapse
As long as you're able to get to a unix/linux based terminal/shell, you *should* be able to compile the Android OS.
Now there are a few caveats to the process, I recall hearing a 64 bit instead of a 32 bit system was required for gingerbread and above, plus there might be some other operating system dependencies. There might also be a RAM requirement.
Also, it can take an hour or two on many modern computer builds. This might take a very long time on a laptop or stripped down laptop such as a chromebook.
I've only compiled inside Ubuntu as that is the recommended OS by Google in their directions. I've compiled using Ubuntu as main booting OS and with Ubuntu being booted inside a VM on a Windows Host.
Best place to start is with Google's official directions for compiling AOSP: http://source.android.com/source/initializing.html
I found this link by searching google.com using the terms: android complie source code
The requirements and notes Google's mentions in their directions:
"Note: The source download is approximately 6GB in size. You will need 25GB free to complete a single build, and up to 80GB (or more) for a full set of builds."
"The Android build is routinely tested in house on recent versions of Ubuntu LTS (10.04), but most distributions should have the required build tools available. Reports of successes or failures on other distributions are welcome.
Note: It is also possible to build Android in a virtual machine. If you are running Linux in a virtual machine, you will need at least 16GB of RAM/swap and 30GB or more of disk space in order to build the Android tree"
Hope that helps! Good luck!
Thanks for the help! So it looks like I could *maybe* do the build on a chromebook, but regardless I wouldn't want to. Correct?
austontatious said:
Thanks for the help! So it looks like I could *maybe* do the build on a chromebook, but regardless I wouldn't want to. Correct?
Click to expand...
Click to collapse
Assuming you were able to get everything setup on the Chromebook, at bare minimum it would take a few hours, if not much much longer to complete the compile based on Chromebook hardware and Google expectations as outlined in my previous post.
An alternative, would be to ssh into a build box from the chromebook and compile using this method. This would probably be an approach I would be willing to take. Just throwing out another idea as there are a few reasonable alternatives.
In my experience, compiling AOSP is one of the more hardware intensive tasks I perform on my desktop .. if not the most intensive.
Hope that helps!

[SOLVED] Native linux on Android?

Sorry first off I'm not sure if this is the right forum. Was thinking developers but there was an ominous warning at the top of that one so I decided not to take the chance.
The question is can Linux be installed on an Android based device natively? I'm aware of chroot enviroments and have done those. I also found this http://forum.xda-developers.com/showthread.php?t=981688 which is slightly cooler but it's still an AUFS based chroot mount. I found the same question asked here http://forum.xda-developers.com/showthread.php?t=1272964 but there was no answer and I didn't want to zombie the thread. Google searches didn't turn up anything useful either.
While I'm thinking the question is fairly device agnostic my device is a Droid 2 Global. I'm getting ready to replace it soon but I'm thinking it might make a nice little embedded system. From what I've read about my device in particular it's got some type of "lock" that disallows the use of other kernels but I am not afraid of recompiling the kernel for my device with additional needed modules for file systems or whatever. I have done this in the past.
I'm not super picky on the distro, but given a choice I guess I'd go with Debian (hardly ever changes so I can just check for security updates once a week or so and otherwise forget about it).
I wouldn't expect anyone to be able to answer this directly as I'm sure it'd be a novel. I'm more hoping someone might have a link to a guide or something that I just completely failed to locate.
So I kept digging and I found this: http www dot htc-linux.org forwardslash wiki forwardslash index.php. As the link suggests it's focused towards HTC devices but between it and some other links on there I think I can work with it.
I'll mark the thread as [SOLVED], but since it ended up being fairly useless (sorry) go ahead and delete if it amuses you to do so, any passing admin.
Ubuntu is coming out with an official version for Android soon.
Sent from my ADR6425LVW
I Am Marino said:
Ubuntu is coming out with an official version for Android soon.
Sent from my ADR6425LVW
Click to expand...
Click to collapse
This is probably your best answer. The Ubuntu build that runs on top of Android for webtop/lapdock purposes is running from the same kernel as Android is according to what I've heard. They will be providing the source so we'll see what the community can do with it.
It is possible on some Android devices, such as the Transformer and Desire.
But the Droid 2 Global, having a locked bootloader and the inability to install custom kernels, is not able to use native Linux.
If you want an Android device that is able to use native Linux do some research to find the one that fits you best.
Sent from my DROIDX using Tapatalk
have you seen this? interestiong reading...
http://whiteboard.ping.se/Android/Debian
Itbelikedat said:
have you seen this? interestiong reading...
http://whiteboard.ping.se/Android/Debian
Click to expand...
Click to collapse
I tried it a small time ago. Everything works but zygote and its forks fail to start, perhaps due to mount namespaces implementation on Android, but I'm not sure. Seeking a way out for this but not successful so far due to lack of knowledge.

Development Talk

I know aosp is all open source and theres tons of places to download from. As well as many tutorials to do so. Though my question is, Why you people in general dont just repo sync the master branch and make modifications your self ? Understand the Android Architect layout? Getting knee deep in the development? Go to linux forums to build kernels unpack images etc? I love xda though but sometimes you have to go to the root and birth of Android. Which is Linux. I aint haten though you might not get as many errors if you follow directions to the tee. Everyone wants the easiest way possible well for some. I recently just got into Android development I've read multiple tutorials for various things and some were successful and others were not. On Linux forums and XDA I corrected them from going to the source Linux. Though we learn from trial and error. Though in my opinion knowing what is going behind the scenes is better then just clicking buttons and choosing options. i been into pc's for a long time and i know the difference between software and hardware. Obviously the kernel is the hardware in android development thats common sense. So compiling a kernel for your device and flashing it to a rom of choice will fix many issues. Thats just me. You'll just have to modify the kernel yourself. Basically what im sayn is learn learn learn google is your best friend XDA and Linux. Yes we all learn from eachother though sometimes its best to do it on your own.

[Q] Windows Phone 8

Is it possible to port/install Windows Phone 8 on an Android based device?
No. But Android W8 themes/Roms have been made. Basically modifies the look of android to achieve the look of W8
I'm not really focused on the look, rather the OS itself. Much like one could flash iOS onto an Android device.
You mean the menus as opposed to the live tiles? IOS can't be done either.
I'm talking about replacing the Android OS (kernel, /system, /data, all partitions) with the Windows Phone 8 OS. Not just the UI, but the whole thing.
@xlxcrossing he's wanting to replace the entire OS, not just the UI. Like putting Ubuntu on a Windows PC.
As for the original question, it could, in theory, be possible. However, it would be extremely difficult due to WP8 being closed source, and not based on Linux. You would pretty much have to start from scratch, and many parts of it would most likely be broken and unfixable. It would be hard to find a dev willing to take it on. It's not the same as porting AOSP or even Ubuntu Touch.
Sent from my crDroid DNA
@_phoey Thanks for the answer. Has Ubuntu Touch been ported yet? Or can I just go to Ubuntu's website and snag it there?
EDIT:
I found this http://forum.xda-developers.com/showthread.php?t=2199491
But it's tools to build. Something I'm unable to do (not lack of wanting to learn, but unstable internet to setup buildbox).
PrimeMinister91 said:
@_phoey Thanks for the answer. Has Ubuntu Touch been ported yet? Or can I just go to Ubuntu's website and snag it there?
EDIT:
I found this http://forum.xda-developers.com/showthread.php?t=2199491
But it's tools to build. Something I'm unable to do (not lack of wanting to learn, but unstable internet to setup buildbox).
Click to expand...
Click to collapse
I think that someone here began work on it, but never got it to a stable state. I also have an unstable internet connection, and am also lacking a somewhat modern PC with enough memory and storage to build on, or I would attempt it.
Sent from my crDroid DNA
_phoey said:
@xlxcrossing he's wanting to replace the entire OS, not just the UI. Like putting Ubuntu on a Windows PC.
As for the original question, it could, in theory, be possible. However, it would be extremely difficult due to WP8 being closed source, and not based on Linux. You would pretty much have to start from scratch, and many parts of it would most likely be broken and unfixable. It would be hard to find a dev willing to take it on. It's not the same as porting AOSP or even Ubuntu Touch.
Sent from my crDroid DNA
Click to expand...
Click to collapse
I Knew that, he made a comment about the "look" being different from the "OS itself" in regards to me telling him there are themes that transform it into Windows 8. My first answer was the short version of yours, which was no.
xlxcrossing said:
I Knew that, he made a comment about the "look" being different from the "OS itself" in regards to me telling him there are themes that transform it into Windows 8. My first answer was the short version of yours, which was no.
Click to expand...
Click to collapse
With all due respect, your original answers seemed rather vague and easily misunderstood. They led me to believe that you were thinking he was just wanting a theme, not the entire OS. My apologies for misunderstanding.
Sent from my crDroid DNA
_phoey said:
With all due respect, your original answers seemed rather vague and easily misunderstood. They led me to believe that you were thinking he was just wanting a theme, not the entire OS. My apologies for misunderstanding.
Sent from my crDroid DNA
Click to expand...
Click to collapse
Not really. He said he wanted WP8 which I understood completely. But why would someone want that but then not care about how it looks? His response is what was confusing, so I ushered him in a direction to get the Windows 8 "experience" on his phone without the actual port which at this time as you've already stated doesn't exist. So in review I helped him to go toward what he wanted as opposed to describing why something isn't available. Vague and to-the-point are separate things.

Categories

Resources