CM9.0.0-RCO-Triumph-KANG-signed.zip - Motorola Triumph

Does anybody know how to get 3g or wifi working on this new ics based rom ?

im waiting till they can actually get 3g and wifi working, glad they atleast got cm9 up and running
Sent from my Transformer Prime TF201 using xda premium

well i tried a framework swap but no luck it booted but just sat on the ICS boot ani. for ever. oh well it was worth a shot, maybe another framework might work ???

..

what about adding the 3g libraries from the stock rom ? This was something they were doing on a Samsung Intercept over at SDX developers to get service working so i was just pushing idea's to try & help out anyway i can for the development of ICS.

jaaydogg said:
what about adding the 3g libraries from the stock rom ? This was something they were doing on a Samsung Intercept over at SDX developers to get service working so i was just pushing idea's to try & help out anyway i can for the development of ICS.
Click to expand...
Click to collapse
The development thread for ICS is here, built ROMs should not be posted anywhere yet since it's very alpha stage and there's no point in generating more questions than finding answers right now.
http://androidforums.com/triumph-all-things-root/488824-dev-continuing-triumph-ics-development.html
Proper solutions need to be put into the source code, not just mix & match pre-built frameworks & binaries.

ok will do, I just like to play with this stuff but need guidance on some stuff.

Related

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?

I'd like to make you guys a ROM

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!

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] where to start?

Haven't been here for a while... just bought a t959v .. build vuvkj6 .. off of craigslist. Used to own the phone when it originally came out..it's been a few years but I bought this one for nostalgic/backup/jogging purposes.. I have the Note2 for my normal phone. SO.... anyway I really want Jelly bean and gps for runtastic.. or running gps software , wifi isn't important because I have a good 3g+connection where I'm at . I'm familiar with rooting/flashing/odin'ing but if someone could give me some quick tips so I don't have to read for hours. I'm just hoping there is an Odin tar I can run to get root and have file systems in correct order for the newer aokp/slimblean type roms out there. ... any info will help. THanks!
tri0xinn said:
SO.... anyway I really want Jelly bean and gps for runtastic..
Click to expand...
Click to collapse
Not gonna happen. No JB ROMs have working GPS. It's being worked on though. CM9 is pretty damn stable and you can get GPS to work well on it with some effort. Search for the AGPS Patch in the dev section. Also search for [Guides]Fresh out of box in the general section. That should give you all you need and more.

[R] Port Tmo G3 Rrom

This is a request for any port developer who would like to port the G3 rom from tmo to the G2 or help me with a simple guide of where to start, i have already try porting it following the few guides of "general" porting from xda. Didn't work. I used a already ported G3 rom as a base. So any help would really be appreciated.
The reason to port something that it has already been done is for our case (tmo) we are missing the WifiCalling from the G3 roms. Now that we have a rooted G3 rom from tmo it would be easy(i think) to get that rom working on the g2(tmo) and get a fully functional WifiCalling. Thanks in advance!
Have you checked here? http://forum.xda-developers.com/showthread.php?t=2788077
They reported a few weeks back that 801 support was coming soon and the OP reports "all variants support"
Sent from my LG-D801 using XDA Premium 4 mobile app
sairegsx said:
This is a request for any port developer who would like to port the G3 rom from tmo to the G2 or help me with a simple guide of where to start, i have already try porting it following the few guides of "general" porting from xda. Didn't work. I used a already ported G3 rom as a base. So any help would really be appreciated.
Click to expand...
Click to collapse
Take a look at this: http://forum.xda-developers.com/showthread.php?t=2783192. It is stable.
I know of those two roms, am using one of them myselft. What am trying to achieve is getting Wi-Fi Calling which is present on the T-Mobile G3 rom. If we port that rom all the T-Mobile g2 could have a g3 rom with wifi calling.
Edit1: At the moment i get the boot animation for a second then it bootloops....
Edit2: i was using linux but most tools are for windows so i will switch to windows to work faster( i was using vmware) hopefully i get something by myselft soon.
sairegsx said:
I know of those two roms, am using one of them myselft. What am trying to achieve is getting Wi-Fi Calling which is present on the T-Mobile G3 rom. If we port that rom all the T-Mobile g2 could have a g3 rom with wifi calling.
Edit1: At the moment i get the boot animation for a second then it bootloops....
Edit2: i was using linux but most tools are for windows so i will switch to windows to work faster( i was using vmware) hopefully i get something by myselft soon.
Click to expand...
Click to collapse
:good:
+1
this would be nice, good luck and I hope someone helps :victory:
If I had a PC I would assist you with this project.
Have you taken the other ROM, from the links and inserted the WiFi calling app, and associated files (bin,libs,etc...)? That may be an easier path.
Sent from my hammerhead using XDA Premium 4 mobile app
rfunderburk39 said:
If I had a PC I would assist you with this project.
Have you taken the other ROM, from the links and inserted the WiFi calling app, and associated files (bin,libs,etc...)? That may be an easier path.
Sent from my hammerhead using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Many people have tried that way and it doesn't work, like for aosp and such, there must be something baked in the rom, if i had a list of everything related to wifi calling it would be a lot easier, but i haven't find anything like that.
Any news on this?
Bump on this. I've been really missing WiFi Calling but really can't stand the G2 UI.
gigamchz said:
Bump on this. I've been really missing WiFi Calling but really can't stand the G2 UI.
Click to expand...
Click to collapse
It's most likely not going to happen WiFi calling is baked into the ROM, kernel/modem. Unless someone is willing to comb through all that code and reverse engineer T-mobiles implementation of it it can't be ported between roms. There are many people who have tried this in the past and failed and seeing as the development for the T-mobile G2 is a lot smaller than the rest of the variants it's not something to keep your hopes up for. My advice is root used xposed and xtheme engine if you really can't stand the G2 UI
I heard LG may give us 5.0.1 and with the G3 UI. That would be very nice.
jgeorge15 said:
It's most likely not going to happen WiFi calling is baked into the ROM, kernel/modem. Unless someone is willing to comb through all that code and reverse engineer T-mobiles implementation of it it can't be ported between roms. There are many people who have tried this in the past and failed and seeing as the development for the T-mobile G2 is a lot smaller than the rest of the variants it's not something to keep your hopes up for. My advice is root used xposed and xtheme engine if you really can't stand the G2 UI
Click to expand...
Click to collapse
No combing necessary to get Wi-Fi calling. Working...just need tmo stock rom as a base andthe tmo g3 rom as the port...i was on the same path as the op and just couldnt get any info on porting stock that worked...i tried to ask optimusrus and cloudyfa for info on porting g3 to g2 and got no reply...i gave up months ago as my dev experience is very noobish and i can make no ground without at least some up to date tuts on porting stock across devices

Categories

Resources