[Q] Build native app from source - Android Q&A, Help & Troubleshooting

Hi,
I'm new in ROM tweak, mod
I want to rebuild the mms.apk from native app of android for include my own touch for personnal use (adding spécial option)
Does i need to build the whole AOSP ROM with class edited and after pick mms.apk to put it on my phone? ( i'm running on CM 10.1.3 But)
Any way to build only one apps from the AOSP ROM.
Does this way make mms.apk working on other ROM?
Sorry if it's not good categories for post that question (move it if necessary )
Thanks by advance

Related

[IDEA] Porting Cyanogen Cam to MIUI rom (rodirriguez style)

Hello All,
I am looking to PORT over the Cyanogen 6 Camera to the MIUI ROM at least on Rodriguez Style's version. I am aware that Rodi has included the working Libs in his ROM however this is where I am stuck. I would like to first get a list of all the libs that are needed to support the Cyanogen 6 Camera and then possibly complie this into a flashable zip.​I have checked on CyanogenMod github under the androidpackage_apps_camera and have found very little info expcept the RAW java.
Lets make this a community effort.
Moderators please dont move this thread as it is Android Development Related.
U cant do that until u have the framework sources of miui, most cyanogen cam changes are in framework and not in camera app.So no need to even try without framework source for miui
charnsingh_online said:
U cant do that until u have the framework sources of miui, most cyanogen cam changes are in framework and not in camera app.So no need to even try without framework source for miui
Click to expand...
Click to collapse
what if we installed the cyanogen framework as an addition to the MIUI framework? Would it work? Like framework2 or something like that?

Rom-making the begining

Hi all! I am very interested in such theme, as making rom for my device. I'm sure there are people who can give me link or advices where I can get info about it, download different sources of different android versions, articles about someone's practice of rom making and so on. Thank you for help.
I use dsixda kitchen (http://forum.xda-developers.com/showthread.php?t=633246) to make my own custom roms. I also managed to port a rom from Nexus One to HTC HD2 with it (all was working except WIFI).
You can also look at freeyourandroid.com, there are very good tutorials to learn how to make a custom rom.
if your making themed rom and your rom based on cm7 then yo can use this
persist.sys.themeId=
persist.sys.themePackageName=
build.prop tweak if you just copy and paste this line on end of build.prop and add name of your theme that for your rom example
persist.sys.themeId=Cyanbread
persist.sys.themePackageName=com.tmobile.theme.Cyanbread
but make sure this theme on system/app folder if not then it will not work
and if you are thinking to port rom on your device then you can find many guide to port roms on xda and google
u should read:
[Tutorial][How To]Make your Own Custom ROM ~~ By NeroYoung ~~ (Work In Progress)

[Q] cooking my 1st rom

hey guys
i m planning to cook my own rom and i need some help here.
i m planning to build my custom rom based on CM and aokp
i wanted to know about this : it has gappas, i have to edit only base rom right? i dont have to touch gapps if i dont want to theme it ? am i correct?
and i just started learning it , so i m using kitchen
thanks for your time
Yes that is correct. The UI framework that android uses is in the base ROM or system. Gapps just contains the assortment of Google applications that cannot be added into major ROMs directly due to licensing issues (since CM/AOKP source is GPL and Google apps are proprietary). This is why CM/AOKP provide gapps but do not bake into their ROMs from the get go.
Hope I helped!
Think u can make gapps native to your own rom...I've been doing this from far now and never had any problems...the thing is CM can't include them,you're not cm...anyway you can theme as much as you like them,but will have to make your own zip path for users...it's not as difficult as it sounds, you can even take meta-inf from original path and just compile and sign it
Sent from my MB860 using XDA

[Q] Can I Edit AOSP ROMs (Cm10.1) in Android Kitchen?

I am wanting to edit CM10.1 ROMs (4.2.2) in my android kitchen. I would source build but computer restrictions will not let me do so. I have very good knowledge with ROM building (Stock only). I just want to make sure that I can set working folder from CM10.1 then edit what i need to then build and flash. I Own the Galaxy Note 2 for T-mobile if that helps any. Also if its possible please list any cautions or steps that i may need to know.
Thanks so much guys!

[Q] Extracting APK from AOSP branch?

Hi All,
I need to get APK from AOSP (a 4.2.2 Browser in particular), I have an Android SDK with synced 4.2 branch. Is there a way to extract just one APK or do I need to make a ROM?
Thanks in advance!
yes u can do so...
Summer Son said:
Hi All,
I need to get APK from AOSP (a 4.2.2 Browser in particular), I have an Android SDK with synced 4.2 branch. Is there a way to extract just one APK or do I need to make a ROM?
Thanks in advance!
Click to expand...
Click to collapse
u can extract apk code but if u try to build through ecllipse then it wont compile because of missing libraries that are only available in full source...
just look in Android.mk
and try to satisfy the needed libraries...

Categories

Resources