Skip to content
Snippets Groups Projects
  1. Apr 18, 2012
  2. Apr 16, 2012
  3. Apr 15, 2012
  4. Apr 11, 2012
  5. Apr 10, 2012
    • James Sullins's avatar
      add userinit script(s) support · eb7799c1
      James Sullins authored
      Allow user to provide userinit.sh and/or userinit.d/*
      scripts under /data/local to be run on each boot.
      
      Change-Id: I96f3034bcdea8d4cc75929d21b69efa31c1cb108
      eb7799c1
  6. Apr 07, 2012
  7. Apr 06, 2012
  8. Apr 05, 2012
  9. Apr 01, 2012
  10. Mar 31, 2012
  11. Mar 30, 2012
    • Steve Kondik's avatar
      cm: Add CM-specific permissions · e0c12dad
      Steve Kondik authored
       * These can be used if someone wants to filter for CM features
       * Basic feature com.cyanogenmod.android is included in all builds
       * Include nfc_enhanced on devices that have NFC
      
      Change-Id: Ib7704b791c8916f1eabe5f40fd21e2f0005d32f9
      e0c12dad
  12. Mar 29, 2012
  13. Mar 25, 2012
  14. Mar 24, 2012
    • Chirayu Desai's avatar
      Changelog : 4.0.1 >>> 4.0.3 · b63ddf36
      Chirayu Desai authored
      The current codebase is 4.0.3, updated the changelog to reflect that
      
      Change-Id: I26a37c43786d34b83e2b472148717be5060bee69
      b63ddf36
  15. Mar 23, 2012
  16. Mar 20, 2012
  17. Mar 16, 2012
  18. Mar 15, 2012
  19. Mar 14, 2012
  20. Mar 13, 2012
  21. Mar 11, 2012
    • Warren Togami's avatar
      CDMA specific apns-conf.xml. · 6f3d7a38
      Warren Togami authored
      To use, include this in your device's cm.mk:
      $(call inherit-product, vendor/cm/config/cdma.mk)
      
      Change-Id: I5651bf1ad702f7ed2afe49f0d74110c7921daeab
      6f3d7a38
  22. Mar 09, 2012
    • Jef Oliver's avatar
      Merge "Modular backuptool.sh. Executes backup and restore methods defined in... · 2de0bba2
      Jef Oliver authored
      Merge "Modular backuptool.sh.  Executes backup and restore methods defined in arbitrary /system/addon.d/*.sh scripts." into ics
      2de0bba2
    • Steve Kondik's avatar
      7f9ee227
    • Warren Togami's avatar
      Modular backuptool.sh. Executes backup and restore methods defined in... · b1637c8e
      Warren Togami authored
      Modular backuptool.sh.  Executes backup and restore methods defined in arbitrary /system/addon.d/*.sh scripts.
      
      Tips & Tricks
      =============
      * 50-cm.sh contains only a reference implementation.  You may customize the methods however you wish.
        For example, 20-foobar.sh pre-backup can use a loop with conditionals to generate a dynamic backup list in
        /tmp/foobar_file_list which is later printed by list_files() so the backup method will act on those files.
      * Optional methods pre-backup, post-backup, pre-restore, or post-restore may be defined for special purposes.
      * Inject new files into /tmp/addon.d/ prior to backuptool.sh backup if you want to act during the current CM upgrade.
      * Delete files from /tmp/addon.d/ during post-restore if you want to permanently remove files from /system/addon.d/
        Addons may use this approach to run a script only once.
      * Scripts run in sort -n order.  Prefix with numbers 00 through 99 if want to run in a particular order.
      * You can have two separate scripts, implementing only backup in one, and only restore in the other with a different
        number prefix of each.  This allows even greater control the backup/restore order even further.
      * You could use pre-backup to generate a one-time use backup script in /tmp/addon.d/ that deletes itself in
        post-restore.
      
      Patch Series
      ============
      http://review.cyanogenmod.com/#change,13265
      CyanogenMod/android_build
        * edify generator
      http://review.cyanogenmod.com/#change,13266
      CyanogenMod/android_system_core
        * permissions on /system/addon.d
      http://review.cyanogenmod.com/#change,13267
      CyanogenMod/android_vendor_cm
        * 50-cm.sh reference backup script
        * modular backuptool.sh
        * support backuptool.functions used by /system/addon.d/*.sh scripts
      
      Change-Id: Ifd5eaf9dcfd68d92e5043c21d1bae1dc0ad54860
      b1637c8e
    • Steve Kondik's avatar
  23. Mar 06, 2012
  24. Mar 05, 2012
    • kallt_kaffe's avatar
      apns-conf.xml: Fix Mobifone APN settings. · b8fac549
      kallt_kaffe authored
      A Mobifone user contacted me and alerted me that the APN settings for Mobifone was wrong and provided the correct ones.
      
      Change-Id: I8a6b9bde39d7394db2fdf7261b2a8026692fb808
      b8fac549
  25. Mar 04, 2012
  26. Mar 03, 2012
Loading