summaryrefslogtreecommitdiffstats
path: root/overlay
Commit message (Collapse)AuthorAgeFilesLines
* Revert "aries-common: Long press menu as search"Pawit Pornkitprasan2012-06-171-12/+0
| | | | | Only SGS has no search key This reverts commit 8b038022d50c1a6eba32803deee2df63bfafe14a
* aries-common: Long press menu as searchPawit Pornkitprasan2012-06-051-0/+12
| | | | Change-Id: I1155d45ba194dd176ffeca48e58a8ccac6d57df7
* aries-common: Disable background wifi scanningPawit Pornkitprasan2012-06-051-3/+0
| | | | | | May be causing problems for some users Change-Id: I87d993445667d52b0c2965007d087388b7dfcc29
* aries-common: Use background wifi scanningPawit Pornkitprasan2012-05-221-0/+3
| | | | | | | - bcmdhd has background scanning support - removing wifi.supplicant_scan_interval because it's not used Change-Id: I1a615445018cffb95d0d855248fe134591fe3869
* aries-common: Switch emmc and sdcardPawit Pornkitprasan2012-04-221-4/+4
| | | | | | | To match CM standard. Not touching recovery right now as that can cause a lot of problems. Change-Id: I09940553b16e84a396271fcad547eb21f7eb8474
* aries-common: Enable Camera focus modePawit Pornkitprasan2012-04-061-0/+27
| | | | | Add overlay to prevent Camera app from removing focus mode setting when touch focus is present
* Update config.xml from crespoPawit Pornkitprasan2011-12-301-0/+6
|
* Revert "Increase minimum brightness"Pawit Pornkitprasan2011-12-261-1/+4
| | | | | | This reverts commit 8bb709a522fd5f2681783361b8686a9ecccaf47f. We now use herring's framebuffer which does not have this problem
* Increase minimum brightnessPawit Pornkitprasan2011-12-251-4/+1
| | | | Our framebuffer doesn't handle brightness that low well
* libsensors: Update from crespoPawit Pornkitprasan2011-12-231-23/+14
| | | | | | Light sensor now uses calculation instead of pre-determined values Requires updated kernel
* Change usb tether interface to match kernel changePawit Pornkitprasan2011-12-081-1/+1
|
* Add more tether upstream type (to match tuna)Pawit Pornkitprasan2011-12-081-0/+2
|
* Allow mass storage mount in systemPawit Pornkitprasan2011-12-031-2/+4
| | | | (setprop persist.sys.usb.config mass_storage,adb and reboot to take effect)
* Fix bluetooth reverse tetheringPawit Pornkitprasan2011-12-031-0/+8
|
* Add WiFi Direct and Bluetooth reverse tethering supportPawit Pornkitprasan2011-11-301-1/+6
| | | | | | Needs: - New kernel with bcmdhd compiled in - http://review.cyanogenmod.com/#change,10546
* Merge pull request #5 from DvTonder/icsDaniel Hillenbrand2011-11-261-0/+35
|\ | | | | Ics
| * Extended Power Menu - Device overlay - translatableDavid van Tonder2011-11-241-4/+4
| | | | | | | | Change-Id: I38b9246d866cedd100ebbc8c36770a7945ea8272
| * Extended Power Menu - Device OverlayDavid van Tonder2011-11-241-0/+35
| | | | | | | | Change-Id: I79d2feb68dee82a76a9858062d34bade729195f4
* | Update overlay: enable bluetooth tether and disable default live wallpaperPawit Pornkitprasan2011-11-261-4/+7
|/
* Updated overlayPawit Pornkitprasan2011-11-242-0/+31
| | | | Change-Id: Ic640eb16f8f92170d65d197cb1e763081250b25c
* Fix tetheringPawit Pornkitprasan2011-11-201-14/+7
|
* Add external sd supportPawit Pornkitprasan2011-11-201-0/+45
|
* Add overlayPawit Pornkitprasan2011-11-192-0/+253
|
* Initial crapatinm2011-11-1844-1134/+0
| | | | Change-Id: Iea55d594ffc24d554371006682cc954dc91d185d
* aries-common: touch to focus overlayPawit Pornkitprasan2011-10-291-0/+24
| | | | | | | | Required due to I942336cf73d66adfe530922e9dcc17458d5c7016 Patch set 2: Oops. Wrong patch in patch set 1. Change-Id: I3a77695b3387cd70244d624ff023d7522fe259d2
* This enables led notification settings and will remove the "choose flash ↵techmik2011-09-051-0/+8
| | | | | | | | | | color" options, since we have no colors to choose with our hardware needs prebuild kernel update also needs http://review.cyanogenmod.com/#change,7736 Change-Id: Ib4bd127845fa1799a66466d572f9bfa5cb9c9d27
* Enabled FM seek supportPawit Pornkitprasan2011-09-011-0/+3
| | | | | | Depends on I40199f60a28d3a7bf856efc5d026a4e17a1ef6d5 Change-Id: I54c9cdd83252a9579511898662bab1402191a7ba
* Remove FM app's dependency on bluetooth for aries devicesNimesh Madhavan2011-08-231-0/+6
| | | | Change-Id: I303d44636194bc38a9171c2bae8462d6bc007825
* Replaced libcamera.so with a wrapperPawit Pornkitprasan2011-08-091-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Features: - Continuous AF - ISO - Metering - Scene-modes - Focus-modes - Touch to focus (dependent on Iafc575a5) - Additional FFC Preview sizes (was hacked in on the old libcamera.so) - Disabled Samsung hacks in Camera.apk because it's no longer needed Note: - I believe that the same libcamera.so (now renamed libsamsungcamera.so) can be used for all variants now that the wrapper returns the correct number of comera (correct me if I'm wrong) - The vendor_samsung will need to be updated with libcamera.so removed for all models and http://www.mediafire.com/?3h7p4m0932l1dbv added as a proprietary file (renamed as libsamsungcamera.so). except for fascinatemtd, mesmerizemtd and showcasemtd and they require their libcamera.so with flash support. (Just rename the old one to libsamsungcamera.so) - This new libcamera.so requires a new prebuilt kernel (with pull request #41, which is already merged) for FFC to work. (only on models with FFC) Change-Id: I1f179068bf9d5295a48d118be191cf65c834fe7b
* Continuous autofocus for samsung phones (galaxysmtd, galaxys2) (3/3)Pawit Pornkitprasan2011-08-021-0/+26
| | | | Change-Id: I09af1c585966a517638fa6eb89baf2e32465d596
* overlay: code dedup, move overlay to aries-commonKolja Dummann2011-05-2841-0/+1093
new update script for radio image fix tethering interface Change-Id: I19583cce1aac14cef01f5ba05b85fb1bfbedb507