Open and customize CyanogenMod application on Eclipse - Android Q&A, Help & Troubleshooting

Hi,
I followed all the instructions on cyanogenmod wiki for compiling and opening the entire source tree in eclipse.
Cyanogen Open in Eclipse
Although this worked, I still don't see how I can open a specific package project and mod it because it does not compile. I have to edit everything in notepad and compile it in a linux box.
I wanted to take out a specific folder like packages/apps/Phone and built it as seperate project using the whole Cyanogen built as dependency but I don't know how to do this.
Is there anyone who knows how I can find the dependencies of a cyanogen app and manage to built a seperate project only with one app?
Thank you

+1
+1

Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Thanks ✟
Moving to Q&A

Related

[Q] Decompiling the "classes.dex" file

Hi All,
I'm a noob ROM developer and I want to create a new Rom based on
one of the great Roms here on this forum and add it support for RTL languages so it can support correct display of numbers when displaying an RTL lang.
As I understand I need to somehow decompile the "classes.dex" so I can edit the code in it and compile it again.
How can I achieve this? Maybe I can the original source code of it so I don't need to decompile?
I'm experienced with c++ and Java Android apps development but don't have a clue from where to start roms development.
Appreciated your help,
Thanks,
Oren
Please ask in the Q&A section, its much more suitable for your post.
Moved of: Samsung Vibrant > Vibrant Android Development
To: Samsung Vibrant > Vibrant Q&A
Please put your questions to: Vibrant Q&A
Search for info about Baksmali andor smali. Those are the tools you'll need.

combining two apk's

Hi All,
iam trying to combine two apk's in one... can anyone suggest a simple approach to this.
My use case is
i write scripts using python for android.
i can package those scripts in apk. however apk if installed on a phone which doesn't have python interpreter ask's user's to download interpretor.
what i want is one monolithic apk which contains python interpretor plus my script.
Note : looked through SL4A forum completely and was not able to find any satisfactory answer.
so is this possible or not?
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Thanks ✟
Moving to Q&A
This blog post seems to detail the process of packaging a python script along with the interpreter: http://jokar-johnk.blogspot.co.uk/2011/02/how-to-make-android-app-with-sl4a.html
EDIT: At least, I think it does. I haven't fully read it, more skimmed it.

Get source of Android Appd

Hello,
I would like get the sources of apps like gallery3d or of the stock android launcher and modify them.
I know the best way is too download it with git, but i havent linux and i didnt want to download the full androidsource (i could it via a vm).
My question: can i download tge sources of these apps anywhere?
If not, could somebody upload the gallery source and the launcher source from gingerbread for me?
Metin
Sent from my HTC Desire using XDA App - sorry if it isnt correct english, my english isnt perfect
Android.googlesource.com/packages/Launcher2.git
^^ clone this
Do the same for other apps you need
From my fingers to your eyez
There are GIT Clients for Windows and Mac, just google it.
thanks portablegit works out for me
i made a new project with eclipse and copied all in the project but there are a huge count of errors is that normal?
MetinKale38 said:
i made a new project with eclipse and copied all in the project but there are a huge count of errors is that normal?
Click to expand...
Click to collapse
Do you have the android sdk?
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums
Moving to Q&A
Thx for moving.
Ok ive solved it, if i copy all it doesnt generate the R. Class, ive to copy the resources first
Sent from my Desire - sorry if it isnt correct english, my english isnt perfect

[DEV] Choose and include proprietary device lib

Hi everYbody. This is my first post. I didn't found anything about including proprietary libs.
I'm trying to build my own rom from official android 2.3.6 source, and actually i don't know what i need to include. In my working rom, are:
a vendor folder, under system folder, that have two folder inside, bin and lib.
Another, classic lib folder, under system, that contains, i hope, other libs.
How can i know what i have to include in my android build structure, and what the exactly structure?
thanks to all.
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums & Read the Forum Rules
Moving to Q&A
thank you and sorry for that

Need help compiling a project from github site

Firstly, I don't know if this is a right site/forum to ask this question but this seems to be most active android development forum when googling for 'android development forum' even though this site seems to be mosty about rooting and mods which is not what my question is about.
I'm trying to compile github.com/corbinlc/GNURootDebian from source and make it run on my android emulator. I get 'Configuration with name 'default' not found' in android studio 3.0 when just opening the project. Can anyone help me out tackle this error?
> I tried googling / stackoverflow and couldn't find a satisfying answer
> I have successfully built and run a simple app in emulator using steps outlined in 'Building Your First App' walkthrough on developer.android.com/training/basics/firstapp/index.html
Thanks in advance,

Categories

Resources