[Q] Porting ROMs to the Fascinate - Fascinate Q&A, Help & Troubleshooting

I'm interested in learning how to port ROMs. I've done a lot of searching online and can't really figure out exactly what steps are needed. From what I've read, the porting process consists of replacing files in the ROM you're porting with files that are compatible with the Fascinate, but I don't understand which files need replaced. Also, information I've found on various websites don't explain what other steps are needed in order to successfully port a ROM. I'm sure there's more to it. Is anybody willing to take the time to explain what steps are involved in porting a ROM? Your help is appreciated!

It takes a significant amount of work, and if you've never done any ROM building in the past, you may want to start with that before worry about porting a new ROM.

Related

Starting Android Device developement

I wish to start taking devices that already have Android, but versions like 2.2 and learn to Develope a new Rom for it, for example 4.0.
I don't want to port anything etc, I want to take a device, and start building the ROM fro scratch, I have tried searching this forum but I only get results regarding developing for Android, apps. I want to tackle the actual OS.
Does anyone know a good way to start, tutorials? Further Reading? Etc?
I don't like the idea of waiting for the Manufacturer to produce the next update, I'd rather do it myself and learn.
Thanks for any help.
follow this
http://theunlockr.com/2010/03/26/ho...om-for-android-part-1-setting-up-the-kitchen/

[Q] How Do I Write My Own Custom ROM? Without "Cooking" It?

I'm interested in WRITING my own custom ROM, not cooking it. A while ago I saw a thread about someone giving us a piece of advice with everything I needed to learn to write my own custom ROM because he hated the Android Kitchen Moniker (I hate it too). Can someone give me pointers to write my ROM, not just "cook" it? Perhaps anyone knows what's the thread I'm talking about?

[help]

I hope I'm not posting this in the wrong forum, but i'm posting here because i think i am in the right place.. If not mods please move this to appropriate forum..
So I'm on the nexus s 4g and i'm feeling like i'm ready to get into porting and then development.. I really just need help understanding eclipse and how to port in general.. I know eclipse is great for developement and I just installed the adt and the sdks through eclipse and I need to know how to set this up so I can run a logcat through adb so I can see why my port isn't fully booting.. I'm stuck at the boot animation.. I've tried reading some guides but because i'm still a noob i feel like there's always something i'm missing.. I was hoping someone here would be so kind as to help run me through on getting this set up and helping me understand the fundementals..
there are many that know more than me, but i can try to help a little bit...
first off, im going to assume you are porting roms, not apps, because of how you have things worded i was a bit confused at first.
now, eclipse is an amazing IDE, but when it comes to porting android roms from device to device its not going to be much (if any at all) help to you. eclipse is great for application development, and building a full, ready to install android package (apk) for pushing to the market or side-loaded. (installed on data partition)
there dont tend to be many guides or strait line ways do do things. it all comes out of experience and good problem solving skills. learn to read your logcats, understand what they are saying. you will get it!
im more of a source built kind-of-guy, and never did any porting of pre-compiled roms. but i know http://freeyourandroid.com/ is a great resource for getting started with just that.
please also think about looking into the android build system, its complicated, but you will get it eventually, and it will teach you how a rom really works, and is really built, and it gives you complete control to do anything you want.
hope this was a little help.
a very wise man once said : http://forum.xda-developers.com/showthread.php?t=667298
gh123man said:
there are many that know more than me, but i can try to help a little bit...
first off, im going to assume you are porting roms, not apps, because of how you have things worded i was a bit confused at first.
now, eclipse is an amazing IDE, but when it comes to porting android roms from device to device its not going to be much (if any at all) help to you. eclipse is great for application development, and building a full, ready to install android package (apk) for pushing to the market or side-loaded. (installed on data partition)
there dont tend to be many guides or strait line ways do do things. it all comes out of experience and good problem solving skills. learn to read your logcats, understand what they are saying. you will get it!
im more of a source built kind-of-guy, and never did any porting of pre-compiled roms. but i know http://freeyourandroid.com/ is a great resource for getting started with just that.
please also think about looking into the android build system, its complicated, but you will get it eventually, and it will teach you how a rom really works, and is really built, and it gives you complete control to do anything you want.
hope this was a little help.
a very wise man once said : http://forum.xda-developers.com/showthread.php?t=667298
Click to expand...
Click to collapse
the only reason i was setting up eclipse for this was because it was to my understanding it had the tools needed to get adb to produce a logcat, i've delt with apps before.. I made myself a lil launcher for miui and a couple others, but i just have no idea on how to do anything with adb and gettings log cats.. I do appreciate your response and i will take a look at that website.

[Q] Any one to help us

Hi Mates,
we have a phone called "HTC rider model X515e".
we could not found any custom roms for it. In google we find most of chinese sites but it was difficult to understand.
Any experts here who can guide us to find a custom rom and guide that will suit us.
we have some how managed to root our device.
Any help mates?
moving to general section
If you guys have rooted it then you should also be able to port a Rom as well. There are guides to porting generic Roms, as well as specific guides for CM7/9/10 and certain versions of MIUI.
http://forum.xda-developers.com/showthread.php?t=1598713
You can try this one, but there are others as well if you need them. Odds are you guys will have to put in the work yourselves because if it's not a popular phone devs aren't going to take the time to do a one-off port. That said, if you do it yourself you'll learn a lot and be able to bring over any Rom you like.

[request] possible guide to developing for the v30

I only put this as a request since the most common thing is that people are looking for ROMs that haven't been developed. So I want to ask someone if they can provide the necessary steps on building/porting so we can all collaboratively pitch in towards development on the v30. Tons of users(including myself) would like to learn to build and or want some ROMs ported. If anyone can point in certain directions or even post a mini guide for the rest of us to use that would be greatly appreciated ?
R800x_user said:
I only put this as a request since the most common thing is that people are looking for ROMs that haven't been developed. So I want to ask someone if they can provide the necessary steps on building/porting so we can all collaboratively pitch in towards development on the v30. Tons of users(including myself) would like to learn to build and or want some ROMs ported. If anyone can point in certain directions or even post a mini guide for the rest of us to use that would be greatly appreciated ?
Click to expand...
Click to collapse
+1 haven't built anything since Cyanogenmod, need to dust myself off.
I also want to make an H933 stock flashable zip. (minus recovery)
It sounds good, i would give a try too.
same as any other device. get build environment setup, download source and device trees and start building.
R800x_user said:
I only put this as a request since the most common thing is that people are looking for ROMs that haven't been developed. So I want to ask someone if they can provide the necessary steps on building/porting so we can all collaboratively pitch in towards development on the v30. Tons of users(including myself) would like to learn to build and or want some ROMs ported. If anyone can point in certain directions or even post a mini guide for the rest of us to use that would be greatly appreciated ?
Click to expand...
Click to collapse
As another kinda nudge for ya; here is a guide I used when building for the Moto G 2015.
https://forum.xda-developers.com/chef-central/android/guide-android-rom-development-t2814763

Categories

Resources