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
Related
You can download the ROM files from here: http://goo.gl/ETPsm
Sorry I haven't had the time to package it for CWM. Hoping somebody here can do that for me.
Ta!
Care to elaborate, whats working, whats not...
Thanks, looking forward for this.
It should be everything included in this video
http://www.youtube.com/watch?v=dyPeT-ZUbBw&feature=youtube_gdata_player
Can't wait till someone compiles a ROM
how do I apply the update, you have any doc?
rosarafael said:
how do I apply the update, you have any doc?
Click to expand...
Click to collapse
Once someone compiles a ROM, it will be flashable via revovery.
rosarafael said:
how do I apply the update, you have any doc?
Click to expand...
Click to collapse
If you don't know how to flash it, then it's best for you to not even try.
It's an ALPHA (or even before an alpha) made from SDK image ported (quickly) to the Nexus One.
This means a lot of things are not working, it's not stable and can not be used as "main rom".
Just wait, "usable" ICS roms will come but now it's just too soon.
I asked him in a twitter. Here is answer:
Too many things to list that's not working. Here's what's working: touchscreen, hard buttons, battery indicator, accelerometer.
Click to expand...
Click to collapse
I ask, to see if there is any specific procedure, to work as many resources.
Unfortunately I do not know build a room, but, I try and install them, and if I can. Help improve.
With my comments.
Tks
Looking for devs to help in modifying gralloc.qsd8k.so to work in ICS. Please post below if ou can help.
The first problem is making a hwcomposer.qsdk8.so for Nexus One, this enables the hardware acceleration, needed for ICS.
I don't know, but I think it's actually possible without ICS source code
Just search for "hwcomposer android" on google
Sent from my GT-I9100 using XDA App
Oh! And you need to push EGL libs from Nexus One.
/system/egl
Sent from my GT-I9100 using XDA App
No. They are not compatible with the default gralloc module.
How did you get touchscreen to work? I am working on ICS port and wanted to know.
How can I make a zip package from your sources?
whooa. how you guys got touchscreen working please share
I'm looking for devs with NDK experience. PM me please if you can help.
Might have found a solution to the slow emulated graphics.
dr1337 said:
I'm looking for devs with NDK experience. PM me please if you can help.
Might have found a solution to the slow emulated graphics.
Click to expand...
Click to collapse
Sorry, I cant help, but if there is any other thing maybe i can...
Finally with a CM7.1 package i can boot this, but have you wifi working?
im working on this aswell.
DJ_Steve said:
im working on this aswell.
Click to expand...
Click to collapse
is ts working for you ?
Same question for touchscreen guys
I have it working on my HD2 but it has some stupid screen pointer I have to drag through the screen...
If I download the JB source and compile it, can I just install it on my GS2? Will everything work?
Legion6789 said:
If I download the JB source and compile it, can I just install it on my GS2? Will everything work?
Click to expand...
Click to collapse
Hahahaha. If you could do that, dont you think the Android Development thread will be full of it? Short answer, no. Go learn android my friend. And by learn, i dont mean install CWM and start flashing ****, i mean ****ing learn coding.
I figured as much, but I was hoping someone could give me a high level outline of what needs to be done. I'm trying to figure out what is missing from the JB code that you would have to add. Is it about coding the interface between the OS and the specific hardware? When you say coding, do you mean using the Android APIs and java, or more at the hardware level using C/C++/Assembly?
Legion6789 said:
I figured as much, but I was hoping someone could give me a high level outline of what needs to be done. I'm trying to figure out what is missing from the JB code that you would have to add. Is it about coding the interface between the OS and the specific hardware? When you say coding, do you mean using the Android APIs and java, or more at the hardware level using C/C++/Assembly?
Click to expand...
Click to collapse
its android APIs ,Java,smali,backsmali etc etc
Pdroid is a protection framework (a "firewall of permissions"), it's useful =)
Some related links:
http://forum.xda-developers.com/showthread.php?t=1357056
Port to ICS CM9 (maybe AOKP?) and AOSP: http://forum.xda-developers.com/showthread.php?t=1554960
I don't understand the difficult to port (and if it's necessary) or apply the patch and compile it, but it'll be amazing if anyone do it =)
perikolisan said:
Pdroid is a protection framework (a "firewall of permissions"), it's useful =)
Some related links:
http://forum.xda-developers.com/showthread.php?t=1357056
Port to ICS CM9 (maybe AOKP?) and AOSP: http://forum.xda-developers.com/showthread.php?t=1554960
I don't understand the difficult to port (and if it's necessary) or apply the patch and compile it, but it'll be amazing if anyone do it =)
Click to expand...
Click to collapse
First of all this is the wrong thread and place to ask. Secondly check out LBE Privacy Guard if you need a permissions firewall. I've been using it since i got my phone and it works wonders. Its the same permissions manager that MIUI.have integrated into their ROMS as well.
evonc said:
First of all this is the wrong thread and place to ask. Secondly check out LBE Privacy Guard if you need a permissions firewall. I've been using it since i got my phone and it works wonders. Its the same permissions manager that MIUI.have integrated into their ROMS as well.
Click to expand...
Click to collapse
Srry, what's the correct place?
I use LBE but it have less features. It can't have block any permissions and some apps don't run if block some perms but they works if you overwirte data (for example: GPS position). This can be with pdroid not with lbe.
And LBE protection is active at th e moment that LBE runs if other app runs faster and start at boot completed before LBE can "use" their blocked permisions.
Thanks for your reply
The general section would be right.
Give Appguard a try. It works very well and most apps don't crash when having permissions removed. Doesn't even require root iirc.
I don't know if the website is only german for me, but the application itself is english, so the language shouldn't be a problem.
Why porting? We already have something like this:
MIUI Security (ONLY Permissions Manager). Flashable zip for ANY ICS Rom! Working fine without any issues!
...> https://dl.dropbox.com/u/58821234/MiuiSecurity_Signedv2.zip
dtrail1 said:
Why porting? We already have something like this:
MIUI Security (ONLY Permissions Manager). Flashable zip for ANY ICS Rom! Working fine without any issues!
...> https://dl.dropbox.com/u/58821234/MiuiSecurity_Signedv2.zip
Click to expand...
Click to collapse
THANKS!! =D
This is the same, no?
http://forum.xda-developers.com/showthread.php?t=1663222
Yes, it's exactly what I wanted to link here, but I didn't find it anymore...thx.
Anyway i'm still working with pdroid, i'll publish the results.
Patch source and compile take a loong time for mi pc hahaha
perikolisan said:
Anyway i'm still working with pdroid, i'll publish the results.
Patch source and compile take a loong time for mi pc hahaha
Click to expand...
Click to collapse
+1 Looking forward to your results. Ide love to see the auto-patcher working for our rzrs.
AOSP 4.2
xt910
One epic fail in vendor name
No ICS precompiled files, no JB 4.1 precompiled files.. no custom kernels...
the only pure Google sources (and SGX drivers of course)
Do all the features work in this build?
hmmm...I can't believe that one guy makes 4.2 run on Razr without any help, just two days after source was released.
Or did you ported this rom to the Razr? Where is an real proof and why that less information? Please make it clear! And if you like to work together with us, contact me.
btw i got it runned in 5 hour after manifest comes.
And no, this is NOT fully worked fw. But had ui worked as well as many basic subsystems
Sent from my XT910 using xda app-developers app
Why don't you show us some more?
Like they said in a forum i used to read.
screen or fake ! !
This screen is just notice that no problem with 4430+4.2
What do you want to see?
Sent from my XT910 using xda app-developers app
Do not work on net subsystem yet. Have no time... iwill try today work on it...
Sent from my XT910 using xda app-developers app
Well if this is for real, first thanks.
Second if you dont have too much time , you should set up a git and share your work i m sure you ll get help.
And could you show us quick settings from status bar ?
sevenup30 said:
Well if this is for real, first thanks.
Second if you dont have too much time , you should set up a git and share your work i m sure you ll get help.
And could you show us quick settings from status bar ?
Click to expand...
Click to collapse
BTW point me to project that have a problem with 4.2 and I will push needed patches....
It seems like there are no screenshot bug on stock kernel, interesting.
lukas77 said:
It seems like there are no screenshot bug on stock kernel, interesting.
Click to expand...
Click to collapse
I do not like custom kernels but what problem are you talking about ?
silentjet said:
I do not like custom kernels but what problem are you talking about ?
Click to expand...
Click to collapse
I didn't say I have problem with this. On all 4.1 ROMs is screen shot and rotation bug, picture is downscaled, on 4.2 is OK. Nice job dude
great work, get in contact with other developers so u can hopefully continue development for xt910:victory:
Which recovery do you use to install it?
Wombatino said:
Which recovery do you use to install it?
Click to expand...
Click to collapse
???
installed via bootmenu
silentjet said:
???
installed via bootmenu
Click to expand...
Click to collapse
He wants to know how do you flash it to the phone for testing or whatever...For which recovery do you build this rom?
awesome I hope 4.2 comes to this device really looking forward to it
silentjet said:
BTW point me to project that have a problem with 4.2 and I will push needed patches....
Click to expand...
Click to collapse
or maybe setup a new one. Pure AOSP + your patches.
My project here is about making a spyder ROM with zero dependent on 3rd-party git.
- Upstream source is either AOSP or CyanogenMod.
- Overlay git for framework changes
- CM style device tree. Prebuilts binaries is pull directly via adb / image file (system.img)
Thanks for the screenshots mate, and i apologize for thinking it was a fake. (you know we've been sceptical over here )
Anyway, i think you should team up with whirleyes, sharing work will make more dev to help you i think.
I'm really interested to know what you did you make pure aosp booting on xt910.
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