Porterhouse0
Member
For those looking for the answer to this, as i am, hopefully a dev can explain for us...whats the difference between the ROMs on the DX and the CUSTOM ROMs on the D1?
For those looking for the answer to this, as i am, hopefully a dev can explain for us...whats the difference between the ROMs on the DX and the CUSTOM ROMs on the D1?
For those looking for the answer to this, as i am, hopefully a dev can explain for us...whats the difference between the ROMs on the DX and the CUSTOM ROMs on the D1?
The original Droid is the only Motorola Android phone that does not have a locked bootloader, allowing you to install a custom recovery and a custom kernel. Those two things allow you to install just about any build of Android you want that is independent from Motorola's software.
The Droid X, however, has a locked bootloader that only allows for signed, Motorola-approved software. That means you're stuck with their kernel. Even though it is open-sourced, a developer isn't able to recompile that kernel with new features and bug fixes and install it on his own device.
That said, you are still able to modify 100% of the user-space, that is everything outside the kernel. So our roms only affect everything in the /system/ folder. We can get very close to having a stock Android experience, but it will always be dependent on the underlying Moto kernel behind it.
And to be honest - what were we all getting from the kernel anyway? A few minor tweaks here and there, but mostly overclocking. Which we now have with the X. Most of the stuff you would see in a custom ROM, as explained, was outside the kernel. So really, the biggest diff between the two right now is source-built ROMS. For example, on the DX I cannot yet tweak statusbar colors on the fly because that involves putting my code into the DX framework - haven't gotten around to that yet. But all of my scripts will be available on SSX as well as the traditional blue/black look it has. It will definitely get more interesting once I (or anyone else) gets a true source-built DX ROM.
For those looking for the answer to this, as i am, hopefully a dev can explain for us...whats the difference between the ROMs on the DX and the CUSTOM ROMs on the D1?
So now that source code has been released when will we start seeing the results. Not trying to seem impatient, I just am ignorant when it comes to building them. I appreciate each Dev. work and enjoy the experience of tweaking my phone (although my wife hates it).