Can you remove profiles from cyanogenmod 7?
I also wonder this.
I suppose you could git the source, mod it out, compile, flash, and then celebrate.
Related
Hi all,
I've managed to properly build CM9 so far, but I noticed somehow CM settings aren't included. Does anyone know how to add this to the build? What I tried so far:
Downloaded the source files for CMParts from CM github, placed them in /packages/apps/CMParts/ and added CMParts to the core.mk file in build/../.
It starts compiling, but always returns an error complaining about deprecated API's.
Hope someone can give some advice here! Been searching like crazy the past few days, but cannot seem to find the answer. Thanks in advance...
(oh, and while I'm at it: after a build I have to manually add a couple of libs to /system/vendor/firmware/ -bcm4330 and some others-. Is there anyway to include them in the source so that they are automatically added? Thanks! )
I like the PA rom but i would want to have the Rom Control / Similar tweaks into PA.
Can someone help me with this.
Thanks
husytcs said:
I like the PA rom but i would want to have the Rom Control / Similar tweaks into PA.
Can someone help me with this.
Thanks
Click to expand...
Click to collapse
build from source. there's a thread about aosp building stickied in general. learn git and its various functions. you'll need linux or mac osx (only builds on master branch, afaik).
explore rom's source you wish to kang @github (or any other git repository). enjoy the beauty of open source. learn how to (at least) read, cherry-pick and merge code.
naturally, after you get your build running, you can't (or shouldn't) ask for help, you need to know how to debug, and how to get yourself out of trouble.
sent from my i9250
Recent period of time. I have been learning compiler cm.
Accumulated a lot of problemsr. Can you help me, help me to answer it?
1: AOSP kernel and Samsung official kernel, what difference? This issue has been bothering me.
Did not they are compiled from the same source it?
2: The config file is how to configured? Is there any quick tool?
Before use "make localmodconfig" command. Configuration config file.
Used more than four hours before configuration is complete. And the result is simply not compile.What a **** day!
3:What is "ramdisk" ?how to build it? the AOSP ramdisk,and Samsung official, what difference?
I could not find the answer on the network.
thanks.
I waited to post this over here until it was debugged and all the hardware works.
Even though this forum's been kinda dead quiet for a while, xda gets searched and I want this source code out there.
Derived from androidarmv6 project and tweaked over to thunderc from the p500 developers' awesome work getting it running on the Optimus One.
source:
https://github.com/bigsupersquid/and...7x27-3.0.x.git
(branch squid, for lack of imagination.)
make thunderc-test_defconfig
you'll want to change or remove the toolchain path in the config. it is highly unlikely that your cross toolchain is in the same path as mine.
I set it in the config to avoid having to add "CROSS_COMPILE=/blah/blah/etc" to the make command every time I rebuild the kernel.
it is for jellybean and kitkat roms.
use on older android versions messes up various things. Especially USB.
it conflicts with /sbin/chargerlogo or /sbin/charger for offline charging and bootloops unless that file is removed.
Use the attached removecharger.zip in recovery with signature verification off for that if you don't want to edit the ramdisk yourself.
md5sum b1a9f21285e09e06dc94422a8578dc98
enjoy
@bigsupersquid Know if anyone's willing to have a stab at building Firefox OS, now with the 3.x kernel?
EDIT: Well apparently there's no full ArmV6 support in it so, I guess not...
Hi all,
Noob here and PA follower.
I'm well enough in AOSP and CM11 sources building...follow an howto is not so diffcult
Anyway I'm just learning Git and GitHUb and I was wondering if my favourite PA feature
could be included in my personal AOSP build.
I'm talking about Hover.
Is it feasible and legal to include it in others builds?
I mean, could I "repo sync" AOSP and after include Hover from PA git?..and if so, will I need to "cherry-pick"
its commit(s)?
syscall
Check out the guides on cherry picking. Git add remote the repo, git cherry pick the commit
#stayparanoid