CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.0 (ICS), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Example:
- cd ~/android/system
- repo start branchname CyanogenMod/android_device_samsung_galaxynote
-- Make your changes at device/samsung/galaxynote
- cd device/samsung/galaxynote
- git add -A
- git commit -a
- cd ~/android/system
- repo upload CyanogenMod/android_device_samsung_galaxynote
xplodwild, mauimauer, entropy512, codeworkx, teamhacksung, cyanogenmod, and maybe a few others I might not think of right now
Quote:
SUPPORT US
You can either help us by giving FULL bug reports WITH LOGS, WITH REPRO CASE, ETC, or by submitting patches.
If you're not a developer, you can hit the "Donate to me" button up ahead, or hit the Donate button on teamhacksung's page
Thanks to all donators!
_ Team (ex-)Hacksung/CyanogenMod developer - Check my twitter for the latest updates! - Have a Nikon DSLR?
______
<codeworkx> YIPIJAHEY SCHWEINEBACKE
• Samsung Galaxy S II i9100, Galaxy Note N-7000, Galaxy S III i9300 • Asus TF300T, TF700T • Sony Xperia T (mint) • LG Nexus 4 • Oppo Find 5 •
______ Press "Thanks" if I helped !
_ Team (ex-)Hacksung/CyanogenMod developer - Check my twitter for the latest updates! - Have a Nikon DSLR?
______
<codeworkx> YIPIJAHEY SCHWEINEBACKE
• Samsung Galaxy S II i9100, Galaxy Note N-7000, Galaxy S III i9300 • Asus TF300T, TF700T • Sony Xperia T (mint) • LG Nexus 4 • Oppo Find 5 •
______ Press "Thanks" if I helped !
_ Team (ex-)Hacksung/CyanogenMod developer - Check my twitter for the latest updates! - Have a Nikon DSLR?
______
<codeworkx> YIPIJAHEY SCHWEINEBACKE
• Samsung Galaxy S II i9100, Galaxy Note N-7000, Galaxy S III i9300 • Asus TF300T, TF700T • Sony Xperia T (mint) • LG Nexus 4 • Oppo Find 5 •
______ Press "Thanks" if I helped !
So, s-pen works incorrectly in landscape mode, right?
I'll try to push a fix soon if I'll get familiar with gerrit etc and if it won't be already fixed.
Could you please update 'how to send patches' with information valid for your Note branch? Or it's basically the same?
So, s-pen works incorrectly in landscape mode, right?
I'll try to push a fix soon if I'll get familiar with gerrit etc and if it won't be already fixed.
Could you please update 'how to send patches' with information valid for your Note branch? Or it's basically the same?
If it's a kernel fix, the standard gerrit procedure applies as the kernel is in the main cyanogenmod github repo.
If it's a device tree fix, that isn't in the main cyanogenmod repo yet, so instead you should do a pull request on github, OR use git format-patch to generate a properly formatted patch that someone with write access to the device tree can apply.
The importance of good and appropriate graphics for your development work is undeniable. Be … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?