Search This thread

XpLoDWilD

Senior Recognized Developer
Nov 19, 2009
1,673
14,418
France
www.xplod.fr
DEVELOPMENT THREAD
FOR DEVELOPERS ONLY


DISCUSSION THREAD FOR USERS:
http://xdaforums.com/showthread.php?t=1627854

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.



http://get.cm/?device=n7000


http://github.com/cyanogenmod

Getting Started:
http://wiki.cyanogenmod.com/wiki/Howto:_Gerrit

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

Navigate to http://review.cyanogenmod.com , click your commit and add codeworkx and xplodwild as reviewer.



xplodwild, mauimauer, entropy512, codeworkx, teamhacksung, cyanogenmod, and maybe a few others I might not think of right now


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!
 
Last edited:

hav0c

Senior Member
Dec 14, 2005
883
156
Amsterdam
That was fast. Thanks a lot.

Donation: 9V6598784L709515T

Sorry for spamming this developing thread btw. Was replying in the wrong browser tab :p

Sent from my GT-N7000 using xda premium
 
Last edited:

imilka

Retired Recognized Developer
Oct 13, 2010
1,571
5,553
Moscow
Good luck.

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?
 
Last edited:

Entropy512

Senior Recognized Developer
Aug 31, 2007
14,088
25,086
Owego, NY
Good luck.

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.
 

w1ll1m

Senior Member
Jul 15, 2010
460
41
Wouldn't it have been easier to continue from imilka's build? I know that was based on the s2 but it is a very similar device. It was also stable.
 

Entropy512

Senior Recognized Developer
Aug 31, 2007
14,088
25,086
Owego, NY
Wouldn't it have been easier to continue from imilka's build? I know that was based on the s2 but it is a very similar device. It was also stable.
No, as his builds were created by replacing files in galaxys2 nightlies, not from a device tree. They also depended on leak kernels which I will not trust again for a long time after the recent rash of hardbricks across multiple devices.

Please continue this line of discussion in the discussion thread.

i think
Call mic issue is caused miss header file in kernel.


sound/soc/codecs/mc1n2/mc1n2_cfg_q1.h
Yup - and that's already fixed. Problem was that xplod pulled in the wrong kernel tree, and the one he pulled in was older.

xplod pushed a pen fix, it's working in landscape now. (imilka, we're on IRC now fyi)

Video recording will get fixed as soon as we can figure out why the build system keeps overriding media_profiles.xml
 
Last edited:

timstanley1985

Senior Member
Sep 23, 2010
291
182
London
I have just flashed version two and the mounts points in android and receovery appear to be the wrong way around.

External_sd is mounted as emmc/internal storage and internal is mounted as /sdcard.
 

Entropy512

Senior Recognized Developer
Aug 31, 2007
14,088
25,086
Owego, NY
Danger!!!

Stop flash this cm9 because i have bricked my note after flash it.
Im experience to flash everyday difference custom rom no problem.

Right now my note is completely dead.

1) This isn't development.
2) No one has hardbricked that followed the instructions. It's in red text - DO NOT FLASH THIS FROM AN I9220 REPACK.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 111
    DEVELOPMENT THREAD
    FOR DEVELOPERS ONLY


    DISCUSSION THREAD FOR USERS:
    http://xdaforums.com/showthread.php?t=1627854

    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.



    http://get.cm/?device=n7000


    http://github.com/cyanogenmod

    Getting Started:
    http://wiki.cyanogenmod.com/wiki/Howto:_Gerrit

    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

    Navigate to http://review.cyanogenmod.com , click your commit and add codeworkx and xplodwild as reviewer.



    xplodwild, mauimauer, entropy512, codeworkx, teamhacksung, cyanogenmod, and maybe a few others I might not think of right now


    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!
    17
    Good luck.

    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?
    15
    MOD Notice

    Once again this thread has had to be cleaned, this is a development thread, if you have any general user questions then please use the provided discussion thread. It is clearly highlighted in the first post, so there can be no excuses. So if you have nothing directly to add to the development of this ROM, do not post here!​
    14
    14
    Build #3 available.