1. 02 Aug, 2012 1 commit
  2. 31 Jul, 2012 2 commits
  3. 30 Jul, 2012 7 commits
  4. 29 Jul, 2012 1 commit
    • Sungmin Choi's avatar
      mako: set battery usage related overlay values · f7e89dc5
      Sungmin Choi authored
      Add power_profile.xml for battery usage information.
      To show Settings -> Battery, need proper power_profile.xml.
      However, this file is INITIAL version, so very ROUGHLY and INCORRECTLY.
      In the future, this file will be changed to correct values.
      
      Change-Id: I05c547b0567db07b74fe782b4e77c6808e93adf7
      f7e89dc5
  5. 28 Jul, 2012 2 commits
  6. 27 Jul, 2012 7 commits
  7. 26 Jul, 2012 2 commits
  8. 25 Jul, 2012 4 commits
  9. 24 Jul, 2012 4 commits
  10. 23 Jul, 2012 6 commits
  11. 20 Jul, 2012 4 commits
    • Brian Muramatsu's avatar
      Change WiFi bin+ini modules from ETC to FAKE · 1a173bfb
      Brian Muramatsu authored
      The WCNSS_* bin and ini symlinks were not copied onto the device after
      switching lunch targets from mako to occam. Change the module class from
      ETC to FAKE so that the module files are properly removed when changing
      lunch targets.
      
      Change-Id: I9ca57e2f36f608da8f6607de8a769b6b954d5b11
      1a173bfb
    • Sungmin Choi's avatar
      mako: add recovery_ui · 4cf2819b
      Sungmin Choi authored
      - toggle: power + volume up
      - up: volume up
      - down: volume down
      - select: power
      
      Change-Id: Iafc903d7db8678a1953a5984f2881afedebde885
      4cf2819b
    • Sungmin Choi's avatar
      mako: cleanup useless services · 0d9f8cc1
      Sungmin Choi authored
      
      - remove the following services:
        + usbhub_init service. this service was used by MSM7x30 chipset
        + amp_init, amp_load, amp_unload service
        + cnd service
        + wiperiface, gpsone_daemon, quipc_igsn, quipc_man for GPS
        + fm_dl for fm radio
        + drmdiag for WV, this service will be able to upload when enabling WV
        + init.qcom.wifi.sh, wlan-on-off for qcom wifi
        + some ims services
      
      Change-Id: Id5507ef8c8fe5760e724b2b75c3d1d3e11bfd878
      Signed-off-by: default avatarIliyan Malchev <malchev@google.com>
      0d9f8cc1
    • jeonghoon.lim's avatar
      mako: bluetooth: read BT address using bdAddrLoader · 85ddb8c8
      jeonghoon.lim authored
      Add bluetooth address loader to support some arguments:
      -i : file path to be read (default, /persist/bluetooth/.bdaddr)
      -o : property path to be set (default, persist.service.bt.bdaddr)
      -p : if it is set, bd address is printed through standard output
      
      Change-Id: I936f7b6634c60d19bb5e62db822be84c0b3ef022
      85ddb8c8