I'd like to make you guys a ROM - Motorola Triumph

Hello, I am new to XDA-Developers and so this isn't in the Development forum and I'm sorry for that. What I need to ask is about making a ROM. I want to make a ROM out of the AOSP Jelly Bean ROM, and port it to the Triumph:laugh:, but I don't know about compatibility issues. My question is: Do any of you guys know if the Triumph is compatible with dsixda's ROM Kitchen? It isn't on the supported devices list, but dsixda himself said that more devices might work with it, so if any of you have tried using the Kitchen I'd like your help. Thanks.

Good to see that you're motivated, but there's already a major roadblock to widespread ICS adoption on the Triumph because the camera won't work and the files needed to get it working aren't publicly available. You'll probably run into the same issues, making this project kinda dead in the water.

Good luck but the kitchen can only do so much. If you do use it, you will have to make manual edits to get things to work. But I don't think you can just port JB to our phones, especially with the kitchen. You will need to build from source, I am pretty sure. But don't let me stop you, just trying to give you a heads up. Try some things out and then ask some questions in the forums and somebody should be able to help you get on the right path.

BSydz said:
Good luck but the kitchen can only do so much. If you do use it, you will have to make manual edits to get things to work. But I don't think you can just port JB to our phones, especially with the kitchen. You will need to build from source, I am pretty sure. But don't let me stop you, just trying to give you a heads up. Try some things out and then ask some questions in the forums and somebody should be able to help you get on the right path.
Click to expand...
Click to collapse
I am going to try an experimental build on my friend's Triumph (I don't have one) and I'll post in this thread the results, and then I'll go from there.

I don't think that dsixda's kitchen works with the Motorola Triumph. I currently use it for the Galaxy S2 SGH-t989! But in the near future updates he may have add support for that device! And if you wanted to do Jelly Bean then you would have to get the android source code and build it from source! Building from source is much harder than building from port.
I really hope this helped and I wish you the best of luck with your development!

Related

G1/MT3G Video Drivers fo Eclair

If this is in the wrong thread I apologize. I didn't know if I should post this in Q & A because its a question relevant to something developed, I also didn't wanna invade anyones ROM thread.
I am creating a ROM which is a fusion of the Droid and Nexus one for the G1/MT3G. I am learning how to create ROMS and have been able to search and solve alot of problems on my own. This one however has me stumped and I've searched through a hundred threads but it seems no one is interested in this information but me.
Would someone explain to me how to implement the graphics driver that was designed for the G1/MT3G for Eclair 2.1. I can't seem to find any documentation/posts about how to implement this so that the camcorder works and the 3d gallery, those are my last 2 obstacles. I know ROMS such as CaNNoN202 Complete Eclair 2.2.1 or CyanogenMod-5 have it implemented. I have even looked through the ROMS but haven't found the drivers and have no idea where they would be.
If an experienced modder could help me get on my way to becoming a allround dev, please explain a few thing to me like in a pm or something. Like if they are kernel specific/dependent, what scripts are needed for the drivers to install, etc..
Please any help is very much appreciated.
EDIT:
I found a thread where CE developed a patch for his ROM which adds the support for 3D to the G1.
Gonna see if I can implement it that way. I will post results if I find anything.
Any info is still very welcome
Are you trying to build your own kernel or just a rom? The only reason you would need the drivers is if you are making your own kernel, which by the way you ask, I doubt you could do. Nothing against you, its just not easy.
Any kernel (mostly Cyanogens) has the drivers implemented after version 5.0.4 i think. You can just strip the boot.img out of any of those roms and slap it into your rom till you get it all to work.
Once you do that, then you may have the problems of no BT or wifi.
crypysmoker said:
Are you trying to build your own kernel or just a rom? The only reason you would need the drivers is if you are making your own kernel, which by the way you ask, I doubt you could do. Nothing against you, its just not easy.
Any kernel (mostly Cyanogens) has the drivers implemented after version 5.0.4 i think. You can just strip the boot.img out of any of those roms and slap it into your rom till you get it all to work.
Once you do that, then you may have the problems of no BT or wifi.
Click to expand...
Click to collapse
Yea I have been exploring these ROMS and seen the extra libraries and patches that have been implemented, but I haven't been able to get someone elses kernel to boot my ROM.
I have used the tutorial on theunlockr to set up a kitchen and been able to modify alot, but I am missing the true functionality of these ROMS if I don't understand the kernel and libraries that allow for these patches.
I think I am going to set up Eclipse in my linux and slowly learn the process of actually building these ROMS from scratch, I know its difficult but I'll search through old examples until I get on my feet.
Thanks for the info. If any ther experienced ROM maker has any tips to share I thank you in advanced.
The drivers you are looking for are in /system/lib
Note that in some cases, preload memory offsets need to be manipulated.
lbcoder said:
The drivers you are looking for are in /system/lib
Note that in some cases, preload memory offsets need to be manipulated.
Click to expand...
Click to collapse
Hey thanks for your info/help
I figured the libraries and modules needed to be ported over as well, didn't know anything about the memory offsets
I am trying to port Cyanogens kernel+system/libe+modules offer, hopefully it will fix all issues.
Will post update. Thanks you guys for helping a noob I'm really trying to learn and its very tough
Edit:
porting kernel either ends in bootloop or it ends in the settings and fc's like crazy
If I apply my modifications to cyanogens rom, the live wallpapers break, this is so wierd!

Question about porting a rom

Sorry in advance if this should be in Q&A (mod please move if inappropriate) but my question has to do with development so....
Anyway.. was wondering if anyone could point me in the direction of any guides or helpful threads that would help teach me how to port a rom. I am wanting to start to learn how to make custom ROMS and figured this would be a good place to start as the heavy lifting has already been done by the real devs...
Specifically looking to port lets say a nexus S rom for use with the NS4g for now.
Thanks in advance for any help you can give!
I was wondering the same thing. It seems like so much good is coming from the Nexus S section, that I would like to help bring it to the 4g side.
thefangedkanga said:
I was wondering the same thing. It seems like so much good is coming from the Nexus S section, that I would like to help bring it to the 4g side.
Click to expand...
Click to collapse
Yes, I know. Me too as well, but there's no guides on porting or I just can't find any. If anyone knows any guides on porting, point us fellows in that direction. thanks!
Man... kinda sux... no one can help at all?
First, this belongs in Q & A, hence no answer , second, it should be pretty easy, nandroid, switch out rild, and rils, make correct edits to build prop, and a kernel for ns4g and you should be good to go.
Are there any guides out there that perhaps detail this process a little bit, I would like to start porting some ns roms over to ns4g. I followed the steps provided by the previous post, and got most everything booting for the new miui rom with ICS however the wifi still doesn't work and it will not allow me to flash a different kernel as afterwards it refuses to boot. Any guidance would be greatly appreciated. Thanks

no roms galaxy tab 7.0 plus

where are there no roms for the gt 6210??
http://forum.xda-developers.com/showthread.php?t=1547152
p6210 has this one only
we have no rom as we have no codes Samsung will not let them go
renegade37918 said:
where are there no roms for the gt 6210??
Click to expand...
Click to collapse
There are quite a few reasons we don't. Number one is that there is not a lot of interest in this device by developers. Gary right now is pretty much our only one and he has already said he eventually will get around to making ROMs but not right away. A few of us have the basic knowledge to maybe hack something together but without good kernels a lot of the hardware may or may not work, wifi for one. There are ways to get these things to work like porting over other devices kernels, but that is beyond most of us here. The 7.7's could be ported over as it has similar hardware and you could probably port over ICS from it too. You would need a good kernel developer who has the time to do it. On top of it Honeycomb isn't the easiest thing to make ROMs for, MIUI and CyanogenMod don't have Honeycomb versions. Once ICS drops we can use that kernel to at least try and port over MIUI 4 and CM9 but its still a lot of work and again having only one dev doesn't help. We will need a team effort to get a lot of it done.
kzoodroid said:
There are quite a few reasons we don't. Number one is that there is not a lot of interest in this device by developers. Gary right now is pretty much our only one and he has already said he eventually will get around to making ROMs but not right away. A few of us have the basic knowledge to maybe hack something together but without good kernels a lot of the hardware may or may not work, wifi for one. There are ways to get these things to work like porting over other devices kernels, but that is beyond most of us here. The 7.7's could be ported over as it has similar hardware and you could probably port over ICS from it too. You would need a good kernel developer who has the time to do it. On top of it Honeycomb isn't the easiest thing to make ROMs for, MIUI and CyanogenMod don't have Honeycomb versions. Once ICS drops we can use that kernel to at least try and port over MIUI 4 and CM9 but its still a lot of work and again having only one dev doesn't help. We will need a team effort to get a lot of it done.
Click to expand...
Click to collapse
It's not much, but I've started a device tree with some initial work on a CM9 port. If you've got a copy of CM9's repository, clone this repo into the device/samsung directory, then you'll be able to start working on building CM9: https://github.com/alanorth/device_samsung_galaxytab7p
Also, I have a kernel repo here: https://github.com/alanorth/samsung-kernel-p6200
And a collection of initramfs (including touch and non-touch ClockworkMod Recovery): https://github.com/alanorth/GT-P6200-initramfs
If you're at ALL interested in helping with development on this device (especially CM9), fork those repos and start experimenting with building/tweaking STOCK stuff first.
I'm more interested in trying to port over MIUI 4 (ICS version). Been reading up on how to do it but really need the ICS kernel for our device first before I will even attempt it. I pretty much feel confident I could at least get a bootable version up and running but as far as fixing things that are broken that would take a lot more than I might be able to handle on my own. Say if wifi is broken I'm not sure where to go to even start fixing it. I could hang out on the IRC channels to get answers but then this is just a part time interest of mine and not a career.
When will ICS come out? Come on Samsung.
aorth said:
It's not much, but I've started a device tree with some initial work on a CM9 port. If you've got a copy of CM9's repository, clone this repo into the device/samsung directory, then you'll be able to start working on building CM9: https://github.com/alanorth/device_samsung_galaxytab7p
Also, I have a kernel repo here: https://github.com/alanorth/samsung-kernel-p6200
And a collection of initramfs (including touch and non-touch ClockworkMod Recovery): https://github.com/alanorth/GT-P6200-initramfs
If you're at ALL interested in helping with development on this device (especially CM9), fork those repos and start experimenting with building/tweaking STOCK stuff first.
Click to expand...
Click to collapse
Can I use this any of this for the GT-p210? Or is it GT-p200 specific only?
Edit: Nevermind I see that it's mostly device, android and vendor.mk stuff
To build ROMs we are going to need kernels, MIUI amd CM require an AOSP kernel which you can make following the instructions on the cyanogenmod wiki, it is way beyond me as I struggle with Linux in general. There are devs out there who only make kernels and maybe we could enlist their help in doing this.
http://wiki.cyanogenmod.com/index.php?title=Building_Kernel_from_source
Now according to cyanogenmod the wifi kernel is seperate and you need the drivers in order to fix it. And from what I understand the drivers for our device will not be released any time soon so this is going to be a real issue.
For porting over another touchwiz ROM we could use the stock kernel but you need the specific kernel for each version of android. Honeycomb kernels don't work with ICS or GB. But since there isn't much of a difference in the touchwiz ROMs between all the Galaxy Tabs why bother even doing this. Right now the only reason I see to try would be to get the 7.7 ICS ROM on our device but since we will be getting the upgrade soon anyways why bother. The upgrade will drop before you could ever get all the bugs worked out of it anyways in my opinion.
Here is the link for AOSP, explains all you need to set up a Linux PC to become a developer. An AOSP kernel will be critical to further development, right now all we could build would be an AOSP Honeycomb kernel as that is the only source code out. Samsung will eventually release the ICS kernel source sometime soon after ICS drops. I have a Linux box at home but I'm not very familar with it, also I think its the latest version which won't work. I really don't like working with Linux its a pain. I do everything in Windows using a virutal machine but should swtich over just because it what most devs use and its easier for them to help you if your on the same page so to speak.
http://s.android.com/index.html
Gladly take cm9 with no wifi
chrisrotolo said:
Gladly take cm9 with no wifi
Click to expand...
Click to collapse
snap!!! i would also love to see it on our tab. i would even consider forgetting WiFi till its fixed i want it that bad i don't see how some one has not made it with out WiFi just a basic platform to work with
Nice news! Every android device I had, I always found ROMs for. When I bought the P6200 I came here smiling and..... OOOPS no ROMS I was crying 'cuz I always had ONLY TO CHOOSE which one to flash with all my devices (such as Motorola Xoom or Galaxy Note)
I know this one doesn't pretty interest to devs or it has not much business (such as GS2 for example) but I hope we could see nice things soon (just 'cuz the worse thing is that for the old Tab 7...There're lots of ROMs :banghead: )
Let's wait so. And having MIUI here would be the best thing I ever had
Sent from my Galaxy Note with DarkyROM 3.3
1. they have the source release for their device
2. samsung is being a b***h about releasing the source code for our lovely device...
3. we cant do a lot of thing without a source...
4. go head to development section to see some work...
edan1979 said:
1. they have the source release for their device
2. samsung is being a b***h about releasing the source code for our lovely device...
3. we cant do a lot of thing without a source...
4. go head to development section to see some work...
Click to expand...
Click to collapse
I know it all dude, and I've already seen the dev section Why are you all so touchy in Tab 7 Plus section?
Thanks
Sent from my Galaxy Note with DarkyROM 3.3
Sorry if you feel were a little touchy here, its just that sometimes there complete noobs that come here to the forums and don't even think about checking the android development section or even bother to read other threads that hold the answer to their questions.
bdds13 said:
Sorry if you feel were a little touchy here, its just that sometimes there complete noobs that come here to the forums and don't even think about checking the android development section or even bother to read other threads that hold the answer to their questions.
Click to expand...
Click to collapse
Don't worry, I understand I even read about people asking always the same things bothering to read threads before posting
Thank you, it was really kind from you to explain Sorry for off-topic
Sent from my Galaxy Note with DarkyROM 3.3
edan1979 said:
1. they have the source release for their device
2. samsung is being a b***h about releasing the source code for our lovely device...
3. we cant do a lot of thing without a source...
4. go head to development section to see some work...
Click to expand...
Click to collapse
But we do have source aren't we?

How hard is creating a kernel for this device?

So I am fed up with T-Mobile and Samsung not releasing a ics update for this phone. I wan't to try the new features like facelock and android beam ( really helpful). Well can we start from scratch also is there a guide to do that? It would be really awesome if someone posted a link for it.
Well I'm not sure what you are asking but are you saying if we can do a ICS kernel without source? Yes it's possible if we use the s2 source but with heavy modifications to run on our phone. Doubt there is a guide for it anywhere, though if you have an understanding of Linux kernels and a few languages like C, C++ and Java you can help us get there.
Another way we can get cm9 or any ics varient we can modify our current 2.6.35.11+ kernel to make it run cm9.
I suggest or rather think the easiest way is the waiting way because by the time you or I or anyone gets anything close to a working build the source will drop. This would be a good idea if the blaze wasn't getting ICS at all but it is.
So for now lets enjoy GB a little more I got a rom update uploading and dwitherell is also updating his awesome rom
----------------------------------------------
If helped don't be afraid to hit the thanks button it doesn't bite lol
Okay still love the darknight rom although holo launcher gets somewhat laggy sometimes.. but is there a guide for modifying the kernel to create cm9? any help would be appreciated.
theprogram1 said:
Okay still love the darknight rom although holo launcher gets somewhat laggy sometimes.. but is there a guide for modifying the kernel to create cm9? any help would be appreciated.
Click to expand...
Click to collapse
Well i just release build8 and no more holo launcher
As for a guide, there isn't one. There's guides on how to make your own kernel from the source drop and the initramfs from a stock rom but to modify the 2.6.35.11(gb) kernel to work with cm9/ics takes a lot of work and a lot of backporting and unfortunately every kernel is different as every phone is which is why no guide is ever accurate. Honestly, the best way to contribute is learn a few languages and start learning slowly. Unless, of course, you have knowledge on linux kernels then that'd be awesome
Either way i started a channel on irc #teamfah-q. That is where team fah-q(merwin, flyers00, thomas.raines, and myself) hangs out and shares ideas with each other and talk about changes and we do drop leaks to our builds and mods and the such. Join us on the channel.
theprogram1 said:
So I am fed up with T-Mobile and Samsung not releasing a ics update for this phone. I wan't to try the new features like facelock and android beam ( really helpful). Well can we start from scratch also is there a guide to do that? It would be really awesome if someone posted a link for it.
Click to expand...
Click to collapse
I tried exactly this once... and let me tell you, it's REALLY difficult. I started with a T989 kernel and after months of work, still had a non-booting kernel.
I'm starting again, but moving much slower since I have an S3 now. I'm also trying to get a "console" on the device so I can see if the thing is actually booting at all.
Joy.
Good luck if you want to start in on this, I wish you the best

[Q] 2 roms questions

Hi, sorry if this thread is short, but i have two question blowing my mind.
1: Why don't whe have a 4.0.4 Cyanogenmod Rom?
2: And can we have a stock 4.1.2 rom? I mean, with motoblur, not cyanogenmod or that kinda variants
I know that motorola isn't collaborating with its upgrades. But, there is any chance?
First of all the boot loader is locked that means no custom kernel that means no proper CM builds, still there is an unofficial CM ROM in the development section take a look at it. And don't forget the funda "search before you post"..
Sent from my MB865 using xda app-developers app
tchsvy said:
First of all the boot loader is locked that means no custom kernel that means no proper CM builds, still there is an unofficial CM ROM in the development section take a look at it. And don't forget the funda "search before you post"..
Sent from my MB865 using xda app-developers app
Click to expand...
Click to collapse
You don't get me at all. I know that there's 3 roms of 4.1.2 CM.
And this was my comment about that, but no ones answers me:
I know that is hard, and i really really really apreciate the work that they're doing.
But, we have 3 roms of cyanogenmod, and the 3 roms have the same bugs.
I repeat. I know, they can't spend the whole free-time that you have working in the creation of the rom. But, why don't you team up and make a unique functional rom.
Or, am i missing something, and for the moment we can't have a functional rom because of motorola or whatever?
I repeat again, sorry if i'm bothering someone, but i ask this from my ignorance.
Click to expand...
Click to collapse
brianmoyano said:
You don't get me at all. I know that there's 3 roms of 4.1.2 CM.
And this was my comment about that, but no ones answers me:
Click to expand...
Click to collapse
brianmoyano said:
I know that is hard, and i really really really apreciate the work that they're doing.
But, we have 3 roms of cyanogenmod, and the 3 roms have the same bugs.
I repeat. I know, they can't spend the whole free-time that you have working in the creation of the rom. But, why don't you team up and make a unique functional rom.
Or, am i missing something, and for the moment we can't have a functional rom because of motorola or whatever?
I repeat again, sorry if i'm bothering someone, but i ask this from my ignorance.
Click to expand...
Click to collapse
Then learn how to build your own freaking ROM, and why even start a NEW thread with this junk, it all fits in the CM Q&A thread.
These types of threads are not cool to your dev team. We all work very hard to bring the stuff that we do, to you guys, for free.
If you do not like the bugs in the CM based roms that we have then do not use them and stick to stock and stop basically complaining about it, or do some reading and learn about the process and see why we have these issues, we have all posted about it so many times now it is not even funny.
I saw your post before and chose to ignore it, but now that you have posted a new thread like this, I just had to reply.
--EDIT--
And to answer the questions you put in the first post here:
1) because the source for CM10 with 4.0.4 is not out anymore
2) because motorola will not release a 4.1 or 4.2 stock ROM and kernel, so we can not port that, even our 4.1 and 4.2 CM based roms are still really 4.0.4 because we still have the 4.0.4 version of the kernel underneath.
Again all this has been spelled out too many times now and some reading and searching could have gotten your answers.
jimbridgman said:
Then learn how to build your own freaking ROM, and why even start a NEW thread with this junk, it all fits in the CM Q&A thread.
These types of threads are not cool to your dev team. We all work very hard to bring the stuff that we do, to you guys, for free.
If you do not like the bugs in the CM based roms that we have then do not use them and stick to stock and stop basically complaining about it, or do some reading and learn about the process and see why we have these issues, we have all posted about it so many times now it is not even funny.
I saw your post before and chose to ignore it, but now that you have posted a new thread like this, I just had to reply.
--EDIT--
And to answer the questions you put in the first post here:
1) because the source for CM10 with 4.0.4 is not out anymore
2) because motorola will not release a 4.1 or 4.2 stock ROM and kernel, so we can not port that, even our 4.1 and 4.2 CM based roms are still really 4.0.4 because we still have the 4.0.4 version of the kernel underneath.
Again all this has been spelled out too many times now and some reading and searching could have gotten your answers.
Click to expand...
Click to collapse
I already said this, but, i do not want you to get mad.
If you can't response a single question without freaking out, then, don't answer.
I just gave an opinion, like i said, from my ignorance.
brianmoyano said:
I already said this, but, i do not want you to get mad.
If you can't response a single question without freaking out, then, don't answer.
I just gave an opinion, like i said, from my ignorance.
Click to expand...
Click to collapse
I am not mad BTW, I am just tired of people not doing their own research. You are more than welcome to do some reading on compiling Cyanogenmod, so that you understand what we are up against. Also try searching for compiling cyanogenmod on locked bootloaders.
We (all the A2 devs), have answered these same questions so many times now, it is not even funny. It seems that as of late people have gotten more and more lazy in here, and we just keep hashing the same crap over and over again.
You say it is from your own ignorance, but you do not have to be ignorant, just use the search function or do some reading on your own and find what you need. And I do not want to hear excuses or complaints about the search function, I use it all the time, all you have to do is play with the wording until you find what you want. Also note other devs did not answer your original query either, for probably the same reason, not to put words in their mouth's either.
brianmoyano said:
But, why don't you team up and make a unique functional rom.
Click to expand...
Click to collapse
Also I hate to tell you but most of your devs do "team up" and we work together on our IRC chat room to do dev work, but again reading around the forms would have also told you that as well, as we talk about it quite often.
brianmoyano said:
You don't get me at all. I know that there's 3 roms of 4.1.2 CM.
And this was my comment about that, but no ones answers me:
Click to expand...
Click to collapse
I think only PA is 4.1.2 so far.. the others are 4.1.1, I think
And Jim's right, I also saw your post in the PA thread and started to reply, but discarded it because I felt I was sounding too mean.. let me try again:
I can say from my personal experience and (relatively low) skill level - it's a mess trying to get all the pieces in place to compile a working ROM from source code for our phone - specifically, the vendor and device files..
I know at least a few A2 devs are working to straighten things out for Edison directly - and a few others working on other Motos with similar hardware and locked bootloaders, which benefits us all.
It's probably safe to say that our phone is in the early stages of true ROM development (as opposed to derivative pseudo-roms and ports) - there is still a lot of work to be done to get something truly stable.
Again, please be patient, or learn and contribute... don't stir the pot.
Sent from my paranoid phone's mind

Categories

Resources