Hi All ,
So i have a Question about Cyanogen , it is Legally Allowd to Integrate Some Source Code , LatinIME Keyboard , Modify it , then Integrate it on my App iam Not Making a Keyboard Appication but i need a Keyboard in my App , Does Cyanogen &/Or Google Allow it ?
I think there is no source Cyanogen
Alfa4 said:
Hi All ,
So i have a Question about Cyanogen , it is Legally Allowd to Integrate Some Source Code , LatinIME Keyboard , Modify it , then Integrate it on my App iam Not Making a Keyboard Appication but i need a Keyboard in my App , Does Cyanogen &/Or Google Allow it ?
Click to expand...
Click to collapse
Yes you can do this because Cyanogenmod is open source and allows you to modify the source code for use in other projects and applications. The source code for Cyanogenmod can be found here https://github.com/CyanogenMod. The repository (Source code) for the keyboard can be found here https://github.com/CyanogenMod/android_packages_inputmethods_LatinIME.
Sent from my SCH-I535 using xda premium
Okay , Thanks you very Much , does i have to Put a "Disclamer" in Google Play or Anywhere ? Also , i am Trying to Integrate all Java File/Xml Text/Strings in My Project ...
Alfa4 said:
Okay , Thanks you very Much , does i have to Put a "Disclamer" in Google Play or Anywhere ? Also , i am Trying to Integrate all Java File/Xml Text/Strings in My Project ...
Click to expand...
Click to collapse
It's not technically required but it would be the right thing to do. To integrate all your files (Java, XML, and strings) I recommend using an IDE such as Eclipse (http://www.eclipse.org).
Sent from my SCH-I535 using xda premium
Use Eclipse to include this in your project.
darblack said:
Use Eclipse to include this in your project.
Click to expand...
Click to collapse
Yes , iam Using Eclipse for my Application , anyways is there any Disclamer to add ? ,
Thanks you .
Related
What are the languages/tools you need to build a rom for scratch and i dont mean just adding themes and someone else's stuff..?
Thanks
Android SDK, a good graphics editor (not ms paint), Google and xda forums.
Also, open source means building on the work of others. Its recommended to use a working rom as base, then remove what you don't want, and add what you need (this includes all system apps, files, kernel, etc)
You need Ubuntu and a whole lot of code knowledge
This was sent from a Galaxy Ace. Problem?
Ubuntu . Python
Jdk
Sdk
And more i thought
Sent from my GT-i9070 using xda premium
Hi,
i create this topic to make you a Request ,
As i devellop All my Aps Using my I9100G and CM9/10 for Now Nightly , i wanted to Know if it is Possible to Integrate my App 'SMS Recon' in the Avaible Roms for i9100/G , as Basic Anti Theft/Lost Application ,
Thanks .
celb said:
Hi,
i create this topic to make you a Request ,
As i devellop All my Aps Using my I9100G and CM9/10 for Now Nightly , i wanted to Know if it is Possible to Integrate my App 'SMS Recon' in the Avaible Roms for i9100/G , as Basic Anti Theft/Lost Application ,
Thanks .
Click to expand...
Click to collapse
Good description very detailed very useful n code will surely add :Laugh:
Sent from my GT-I9100G using xda premium
my apps are not Open Source , sorry i make this thread quickly , here the Market Url https://play.google.com/store/apps/details?id=com.recon.sms.free&hl=fr
Hello xda,
I'm wanting to learn and build ROM. Anywho, I'm trying to build Cyanogenmod's android_packages_apps_Settings so I can add functionality.
https://github.com/CyanogenMod/android_packages_apps_Settings
However, I've seem to be missing some packages or something. I know CM is modular in build settings, but I can't seem to figure out how to compile it or the repo android_packages_apps_Settings.
So in short, how do I build android_packages_apps_Settings?
Ok so you want to compile the settings app and get the apk am I right??
sent from cyanmobile powered Beni
speed_bot said:
Ok so you want to compile the settings app and get the apk am I right??
sent from cyanmobile powered Beni
Click to expand...
Click to collapse
Yes. I wanna develop my own more options for settings within the menu, eg, toggle nfc lock screen,
juryben said:
Yes. I wanna develop my own more options for settings within the menu, eg, toggle nfc lock screen,
Click to expand...
Click to collapse
ok in order to add functions to it you need eclipse...
Assuming you have eclipse installed and the required api set up...
go to file>new project>android project from existing source
go and give the path to source as your directory of settings.apk
then after finishing all the mods build the package and test it..
OK cool. Somehow I got lost on some path where I was using linux to compile the Android.mk. I had no idea what I was doing.
Now I'm having problems accessing the 4.2 internal apis. I found a solution to enable the forbidden apis but don't have the time today to set up it. Is there an easier way?
juryben said:
OK cool. Somehow I got lost on some path where I was using linux to compile the Android.mk. I had no idea what I was doing.
Now I'm having problems accessing the 4.2 internal apis. I found a solution to enable the forbidden apis but don't have the time today to set up it. Is there an easier way?
Click to expand...
Click to collapse
are you referring to the setting of sdk... ?
speed_bot said:
Ok so you want to compile the settings app and get the apk am I right??
sent from cyanmobile powered Beni
Click to expand...
Click to collapse
speed_bot said:
ok in order to add functions to it you need eclipse...
Assuming you have eclipse installed and the required api set up...
go to file>new project>android project from existing source
go and give the path to source as your directory of settings.apk
then after finishing all the mods build the package and test it..
Click to expand...
Click to collapse
speed_bot said:
are you referring to the setting of sdk... ?
Click to expand...
Click to collapse
This. http://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-1-introduction/
Doesn't seem like people release already compiled jars for accessing hidden apis. And it seems like a pain in the ass to do. Oh well..
juryben said:
This. http://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-1-introduction/
Doesn't seem like people release already compiled jars for accessing hidden apis. And it seems like a pain in the ass to do. Oh well..
Click to expand...
Click to collapse
So you are referring to dependent apis??
sent from cyanmobile powered Beni
Hello !
In Tutorial about compile AOSP GB i see one think. When I write in terminal lunch i have list devices which i can compile. So I am in trouble becouse i don't know how can i add My device. I Download Source GB to my device but I have external folder, bionic and probably hardware (and kernel) So My Question is - How can I Add My phone to compile list, to compile flashable zip work?:fingers-crossed:
cheqolada said:
Hello !
In Tutorial about compile AOSP GB i see one think. When I write in terminal lunch i have list devices which i can compile. So I am in trouble becouse i don't know how can i add My device. I Download Source GB to my device but I have external folder, bionic and probably hardware (and kernel) So My Question is - How can I Add My phone to compile list, to compile flashable zip work?:fingers-crossed:
Click to expand...
Click to collapse
What is your device?
Sent from my GT-I9100 using xda app-developers app
xSkArx said:
What is your device?
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
Alcatel Ot - 908 / T-Mobile Move.
Hey guys i´m currently working on a AOSP-Theme and i want to include some APKs too.
So i´ve taken the cm7-launcher out of a cm7-rom.
Now i want the latest version of this launcher. Looked in the cyanogenmod-repositories and found the launcher.
The problem is, that when i download the pack its in sourcecode and not compiled. Well thats not the real problem..
I just want to know, is there a way to build a APK from Github in Windows?
I´ve searched now for 2 days and never found a right solution :/
Thanks instead
luxxx123 said:
Hey guys i´m currently working on a AOSP-Theme and i want to include some APKs too.
So i´ve taken the cm7-launcher out of a cm7-rom.
Now i want the latest version of this launcher. Looked in the cyanogenmod-repositories and found the launcher.
The problem is, that when i download the pack its in sourcecode and not compiled. Well thats not the real problem..
I just want to know, is there a way to build a APK from Github in Windows?
I´ve searched now for 2 days and never found a right solution :/
Thanks instead
Click to expand...
Click to collapse
Don't know about github but you can do it with eclipse
Sent from my A116 using Tapatalk 2
sak-venom1997 said:
Don't know about github but you can do it with eclipse
Sent from my A116 using Tapatalk 2
Click to expand...
Click to collapse
Thanks for your fast answer.
Already tried it.
1. Downloaded sourcecode as zip.
2. Extracted
3. File -> import -> Android (Existing Android Code into Workspace)
The problem is just that nearly all java-files are marked with exclamation marks and red crosses.
I attached a screenshot for you.
You have a suitable solution for this?
Thanks for your help
Before i forget it: i have ADT-Plugin, Android SDK and JDK installed
luxxx123 said:
Thanks for your fast answer.
Already tried it.
1. Downloaded sourcecode as zip.
2. Extracted
3. File -> import -> Android (Existing Android Code into Workspace)
The problem is just that nearly all java-files are marked with exclamation marks and red crosses.
I attached a screenshot for you.
You have a suitable solution for this?
Thanks for your help
Before i forget it: i have ADT-Plugin, Android SDK and JDK installed
Click to expand...
Click to collapse
They're showing errors could you post screens of each class
Try this
Make sure you set the same api version as is the source for launcher
Sent from my A116 using Tapatalk 2
sak-venom1997 said:
They're showing errors could you post screens of each class
Try this
Make sure you set the same api version as is the source for launcher
Sent from my A116 using Tapatalk 2
Click to expand...
Click to collapse
I´ve set the API version by clicking with "right click on project -> properties -> Android -> Android 2.3.3 (API10)" to API10 and the launcher
i want to compile is out of "gingerbread" branch from cyanogenmod-github-repo.
But nothing changed, because it already was set to API10.
I´ve attached a excel-sheet with discription, resource, path location, and so on.
Hope it helps
Thanks for your help
luxxx123 said:
I´ve set the API version by clicking with "right click on project -> properties -> Android -> Android 2.3.3 (API10)" to API10 and the launcher
i want to compile is out of "gingerbread" branch from cyanogenmod-github-repo.
But nothing changed, because it already was set to API10.
I´ve attached a excel-sheet with discription, resource, path location, and so on.
Hope it helps
Thanks for your help
Click to expand...
Click to collapse
It is using some cynanogen mod resources which are not there in android repository so it won't compile more over u can't use a cynanogen launcher with any rom if you whish to do so you would have to mod the code so that it can run with any Android
Search xda I think there may b some cynanogen launhers
Sent from my A116 using Tapatalk 2