Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aries-common: use common recovery.rc | Pawit Pornkitprasan | 2013-02-26 | 1 | -0/+1 |
| | | | | | | | | Note that init.recovery.aries.rc is intentionally copied to root instead of recovery/root, the build system will put it in the correct place. Change-Id: Ie8dc0a320c1ceb62e3679c4cfaf39d1553918982 | ||||
* | aries-common: use default audio policy | Pawit Pornkitprasan | 2013-02-13 | 1 | -1/+0 |
| | | | | | | | No point extending and compiling another audio policy when we're not modifying it in anyway. Change-Id: I3e1d144b92b42ace670d312fe3c57f2596ea9e43 | ||||
* | aries-common: Jellybean 4.2 bring up | Pawit Pornkitprasan | 2012-12-11 | 1 | -3/+2 |
| | | | | Change-Id: I96c39dc243c3cf2379ee6a41eda74cde75ba3bf9 | ||||
* | aries: Remove Wi-Fi direct | Pawit Pornkitprasan | 2012-10-24 | 1 | -1/+0 |
| | | | | | | | | Wi-Fi direct support on Jelly Bean requires a firmware which supports concurrent mode, which is not available for bcm4329 Change-Id: Icc463e3e13d126f3771989e41c72a2220131fc3b | ||||
* | use logical volumes for system and data, bring back datadata | jt1134 | 2012-09-25 | 1 | -0/+1 |
| | | | | | | | | | | | * use lvm to split eMMC into 2 logical partitions * use entire available space on OneNAND for /datadata based on information from: http://bit.ly/OMny8Z WARNING: WILL WIPE DATA Change-Id: I3caeec096a6798afafaf03b2eb72c20580272682 | ||||
* | aries-common: Add power HAL | Pawit Pornkitprasan | 2012-09-25 | 1 | -0/+1 |
| | | | | | | Add support bits for power HAL to be included from s5pc110 common Change-Id: I4e7f05dbd6fd64c085aa6309823bafe97581a38a | ||||
* | aries-common: Use open-source charger | Pawit Pornkitprasan | 2012-09-18 | 1 | -0/+5 |
| | | | | | | | | | | | | | Requires: http://review.cyanogenmod.com/#/c/19760/ http://review.cyanogenmod.com/#/c/19785/ Patch Set 2: - Rebased - Use cleaned up lpm.rc from fascinate - Don't use lpm.rc facility in init (so ramdisk don't need to be modified) Change-Id: I9687f1005047c62b76cd5579713604f983ff01e5 | ||||
* | aries-common: Use exynos3 common | Pawit Pornkitprasan | 2012-08-18 | 1 | -7/+7 |
| | | | | Change-Id: I337ba107f248992d7e08be9f45efeb78529f8ba8 | ||||
* | Use OneNAND for /data | Pawit Pornkitprasan | 2012-08-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | Writing on MoviNAND is very slow and so we use it on /system and use the space of /system for /data instead. Needs kernel change. Needs updated recovery.fstab in devices. WILL WIPE DEVICE Patch Set 2: tweak data partition size for CDMA devices (fascinatemtd/etc) Patch Set 3: don't use nosuid for /system (thanks Thomas Arcila) Change-Id: Ie3ac814ce79b7652416904ab1ab1ad7d8ad68a1e | ||||
* | We can now store dalvik on /cache | Pawit Pornkitprasan | 2012-07-20 | 1 | -4/+0 |
| | | | | Change-Id: I3f4463e3151230cd986a68b5c367178cc6b96781 | ||||
* | aries-common: remove the use of datadata | Pawit Pornkitprasan | 2012-07-17 | 1 | -1/+0 |
| | | | | | | /system needs to be expanded Change-Id: I3d2bc9a459dc2f5ae10bb9b076ce69de2dbd0724 | ||||
* | jellybean bring up | Pawit Pornkitprasan | 2012-07-14 | 1 | -14/+20 |
| | | | | Change-Id: I19a95c3c8613a81d02f1146941fcb2f9ecc4efae | ||||
* | aries-common: Use background wifi scanning | Pawit Pornkitprasan | 2012-05-22 | 1 | -1/+0 |
| | | | | | | | - bcmdhd has background scanning support - removing wifi.supplicant_scan_interval because it's not used Change-Id: I1a615445018cffb95d0d855248fe134591fe3869 | ||||
* | aries-common: Switch emmc and sdcard | Pawit Pornkitprasan | 2012-04-22 | 1 | -2/+4 |
| | | | | | | | To match CM standard. Not touching recovery right now as that can cause a lot of problems. Change-Id: I09940553b16e84a396271fcad547eb21f7eb8474 | ||||
* | aries-common: allow for GPS init modularity | Daniel Bateman | 2012-03-15 | 1 | -1/+2 |
| | |||||
* | aries-common: Remove apns-conf (already in vendor/cm) | Pawit Pornkitprasan | 2012-02-19 | 1 | -4/+0 |
| | |||||
* | aries-common: Remove front camera permission | Pawit Pornkitprasan | 2012-02-18 | 1 | -1/+0 |
| | | | | Not all devices have FFCs. Add them to device-specific device.mk | ||||
* | aries-common: System dalvik cache on /data | Pawit Pornkitprasan | 2012-01-26 | 1 | -0/+4 |
| | |||||
* | Edit ril_class for new RIL loading system | Pawit Pornkitprasan | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | Set ro.vold.umsdirtyratio to speed up UMS | Pawit Pornkitprasan | 2011-12-31 | 1 | -0/+4 |
| | |||||
* | Switch default to mass storage | Pawit Pornkitprasan | 2011-12-30 | 1 | -1/+1 |
| | |||||
* | Update dalvik heap size from crespo | Pawit Pornkitprasan | 2011-12-18 | 1 | -1/+2 |
| | |||||
* | Import libcamera from crespo | Pawit Pornkitprasan | 2011-12-17 | 1 | -0/+1 |
| | |||||
* | Add libhwcomposer | Pawit Pornkitprasan | 2011-12-17 | 1 | -0/+1 |
| | |||||
* | Add TV Out support | Pawit Pornkitprasan | 2011-12-06 | 1 | -1/+2 |
| | |||||
* | Add usb accessory support | Pawit Pornkitprasan | 2011-12-03 | 1 | -0/+5 |
| | |||||
* | Fixed compiling on userdebug | Pawit Pornkitprasan | 2011-12-02 | 1 | -1/+2 |
| | |||||
* | Add WiFi Direct and Bluetooth reverse tethering support | Pawit Pornkitprasan | 2011-11-30 | 1 | -1/+4 |
| | | | | | | Needs: - New kernel with bcmdhd compiled in - http://review.cyanogenmod.com/#change,10546 | ||||
* | Increase dalvik heapsize for photo editor | Pawit Pornkitprasan | 2011-11-29 | 1 | -1/+1 |
| | |||||
* | Add /system/etc/bluetooth/main.conf from Samsung ROM | Pawit Pornkitprasan | 2011-11-29 | 1 | -1/+2 |
| | | | | | 1) Sets the device name properly 2) Hopefully fix bluetooth connection problems | ||||
* | Add encryption support and cleaned up init.aries.rc for it | Pawit Pornkitprasan | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | remove visual strict mode persist | Shawn Alty | 2011-11-27 | 1 | -4/+0 |
| | | | | | not necessary if the build reports itself as userdebug instead of eng needs: 1309264d2fb9abc0270b453970a4ccde4b9eb867 | ||||
* | Fix A2DP | Pawit Pornkitprasan | 2011-11-27 | 1 | -0/+1 |
| | |||||
* | Use new ro.telephony.ril.v3 prop format | Pawit Pornkitprasan | 2011-11-27 | 1 | -1/+1 |
| | |||||
* | add libs3cjpeg to build | techmik | 2011-11-25 | 1 | -1/+2 |
| | | | | Change-Id: Id3a29a9c6210b1ab78ef4677344f6ab486f00f0f | ||||
* | Disable visual strict mode, even on eng builds. | Shawn Alty | 2011-11-25 | 1 | -0/+4 |
| | |||||
* | Fix mass storage mount in recovery | Pawit Pornkitprasan | 2011-11-24 | 1 | -1/+2 |
| | |||||
* | Create a base aries device to be inherited by the variants. | Shawn Alty | 2011-11-24 | 1 | -0/+163 |