aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-30remove com.android.future.usb.accessoryGiulio Cervera
it's now included in core_minimal Change-Id: Ie743f0441ac29e1e7ef47f59aaf3243f2497eb02
2017-01-30Remove persist.sys.usb.config overrideGiulio Cervera
The variable persist.sys.usb.config is no longer honored by the framework, and it's presence causes unnecessary toggling of the USB driver, which disconnects ADB and makes the device's connection unstable. Delete it. Change-Id: I90210bc1849e81ecd404f3589f1bf17ba9a3dd4d
2017-01-30update devfreq cpubw governor nodeGiulio Cervera
Change-Id: Ie00eff5e5861cd716e4a5f58a1e6d8936a2fb141
2017-01-30update low battery shutdown nodeGiulio Cervera
Change-Id: I61a3028c63b71f63458d026e227d4fbaab614f94
2017-01-30clean update and aggregate graphics permissionsGiulio Cervera
Change-Id: I2120fe0a383cea455d0090dd1bac2e6b34133aac
2017-01-30remove unused/older init stuffGiulio Cervera
Change-Id: I56954fc6594a2fd658f8d20ba7a2f99ca723ee74
2017-01-30SELinux: Fix errors from mlog_qmi daemonJulien Bolard
[ 975.964842] type=1400 audit(1446642899.043:386): avc: denied { net_bind_service } for pid=9887 comm=mlog_qmi_servic capability=10 scontext=u:r:mlog_qmi:s0 tcontext=u:r:mlog_qmi:s0 tclass=capability permissive=0 [ 980.851345] type=1400 audit(1446642903.923:387): avc: denied { net_raw } for pid=9916 comm=mlog_qmi_servic capability=13 scontext=u:r:mlog_qmi:s0 tcontext=u:r:mlog_qmi:s0 tclass=capability permissive=0 Signed-off-by: Humberto Borba <humberos@gmail.com> Signed-off-by: Julien Bolard <jbolard@genymobile.com> Change-Id: If7e31433325dd607877bd5110a8936024584ff28
2017-01-30shinano: adoptable MicroSDDavid Viteri
more info: https://source.android.com/devices/storage/adoptable.html & https://source.android.com/devices/storage/config.html#android_6_0 Change-Id: Ia6f1abfdf5d843e3e5b1d0d83593e8ac8584baac Signed-off-by: David Viteri <davidteri91@gmail.com>
2017-01-30remove permissions for unknown persist_rw user/groupGiulio Cervera
Change-Id: I414133386234841e21b89d16161aefcac7cb4d40
2017-01-30Set s3d_mode permissionsGiulio Cervera
Change-Id: I3d4d456b8cf09e9a5b98549ce38ad9a874f5e792
2017-01-30shinano-common: Cleanup for source-built Sony initAdrianDC
* Delete all init.sh related sources Change-Id: I8235a3d66912a4051b653a6a312965dcaddeb9d2 Signed-off-by: AdrianDC <radian.dc@gmail.com>
2016-03-25make it more clear for new developersJohannes Jülg
Change-Id: Ia6720133870d83372c70131ea4f9018b300dad82
2016-01-16Fix and cleanup BT permissionsGiulio Cervera
Change-Id: I3ac9bb7992aff0f3e17114c2f76692b129d900e2
2015-10-06Tweak startupSteve Kondik
* Fix the slow bootup regression. Change-Id: I94fcc9e9f1585ad9f2ea7b6bbc310b7608c7044f
2015-10-06start audiodGiulio Cervera
Change-Id: Ie3bfbfe9152c00ce01a80ba5cfe7ca21fc45d90b
2015-10-07start taimport on late_startGiulio Cervera
Change-Id: I412e1d43c53357c6e2e690c16f8a8b952a7a2dcb
2015-09-22shinano: clean ueventd conf (2)Giulio Cervera
Change-Id: I8d0b5699d61415ad63897925ec95f2c503825783
2015-09-17shinano: move io scheduler to commonGiulio Cervera
Change-Id: I052ef2ad4bba8c6af8ac1608e515ed99a256b27c
2015-09-17shinano: clean ueventd confGiulio Cervera
Change-Id: Ib710fab4795dc00847c7b71727ea512f78514f2a
2015-09-17shinano: use f2fsGiulio Cervera
Change-Id: I230119fc68be93b206d1fec9c96e2c46164a2d44
2015-09-14shinano: remove bootsplash hackGiulio Cervera
Change-Id: Id38a5033270bec0efb98edb99ce64b6a34871241
2015-09-14shinano: Use the new power modes configurationGiulio Cervera
Change-Id: I20039b485b2b92c40cdca5d79524a58671b1cea3
2015-09-08shinano: Use fs_mgr to format if unformattedEthan Chen
Change-Id: I5f13c83e0b199c04f7926a7fcda8807eef4d2a03
2015-08-25update permission for thermanagerGiulio Cervera
Change-Id: I932a1e85bd363b333822fed4731a2c791781d1a4
2015-07-03nfc: Set device pathChirayu Desai
* No need to symlink anymore. Change-Id: I070f2ce24846ff4b4e4c7560bd4d9ffb3d7e7db3
2015-06-07shinano: Clean up TFA9890 helper libraryEthan Chen
Change-Id: I6c238042f2d15e621aa25fc8edac6f8169ea0e1c
2015-06-01start taimport onceGiulio Cervera
and move it early on post-fs-data Change-Id: Id7411aa4073065d70190b8bfd3f37c9155f72a44
2015-06-01init: Stop taimport when bootanimation exitsChirayu Desai
* Should be done by then, not needed afterwards. Change-Id: Ib8d0a489bec9d60b5fa18dbf102e6b239c7236bf
2015-05-25shinano: init: create common usb.rcDavid Viteri
Following AOSP https://github.com/sonyxperiadev/device-sony-shinano/blob/master/rootdir/init.shinano.usb.rc Change-Id: I2cf6613e0aa887755da8061a3a7fea7b08b4b946 Signed-off-by: David Viteri <davidteri91@gmail.com>
2015-05-23update sec_configGiulio Cervera
Change-Id: If288c3c8fd510565adf3794e9899c8758dabc44b
2015-05-22remove qcom fm stuffGiulio Cervera
Change-Id: Id9eb100cc9756107a4c9973b604e7b5a8e44953f
2015-05-14fix cpu.notify_on_migrate pathGiulio Cervera
Change-Id: I005d13584061377e21e1b337304ee7a2e422d769
2015-05-12Build the tfa amp helperChirayu Desai
* This got left out in 899b01eea912bae4d31ae9d0181018de41990f61, leading to incosistent speaker behaviour. Change-Id: Icd7ddd9e60c34eb685223fa04e23e05d64356ca0
2015-05-09update storage configGiulio Cervera
* set noemulated for real sdcard * set vold write permission to sd and usb disks Change-Id: I8340c9e4f379b1c89c8a8df6a7b81f30662a609e
2015-05-04ril: reconcile with current cm12.1Giulio Cervera
Change-Id: I189023dd1223986219afac9ca033908ee3ebd6e2
2015-05-01remove some audio blobGiulio Cervera
Change-Id: Ide9473966a3cd67428b2a416a1a784568b93a5e3
2015-04-24shinano-common: Stop using prebuilt audioEthan Chen
* Add custom audio backends using audio_platform_info * Match stock devices and ACDB IDs * Specify MULTISESSION_VOICE for calls * Specify LOW_LATENCY as primary output Change-Id: I9d6927ab98c70ab71a181c656253f64491219470
2015-04-24shinano: enable logo workaroundGiulio Cervera
Change-Id: I211f24221bb4dd0c0db0f440db634ea5929bfa62
2015-04-24shinano: update kernel command lineGiulio Cervera
recommended value from 23.1.A.0.690 kernel release Change-Id: Iba304ef197429eed212c3973d0eae261ae4c8c70
2015-04-19shinano: Remove deprecated recovery optionsEthan Chen
Change-Id: I9a73740738b6644f0069308c8f8190aa6afb804e
2015-04-13remove mdp propGiulio Cervera
Change-Id: I891f6e474fc123152cdde5f9458c37c97a26b7cd
2015-04-11update mpdecision stuffGiulio Cervera
Change-Id: I9210e7dcfe79c895019015f976b05ae33b053d52
2015-04-10remove libqc-optGiulio Cervera
Change-Id: I364bba3a115a0fd0dd92e0e09cb1edab645bcf3c
2015-03-22audio: Switch back to proprietary HALChirayu Desai
* The open source HAL works perfect for media, but in-call audio is wonky. * Because let's rather have the phone part of our smartphones work perfectly. Change-Id: I581f2a6210115d0bdf64c44373a1bf29effeb9e8
2015-03-21Revert "Don't build bcm wifi hal for now."Chirayu Desai
This reverts commit 0a135c4b43d4bcd9883b73c8562526d04602ab99. Change-Id: I62283259b1c60b38ff5a83ef5d8ccbb022a4e926
2015-03-07sepolicy: modifications for CmHardwareServiceDavid Viteri
Change-Id: I7e5db804524dca6cb3da52d3997525911dac66f7
2015-03-06Add PCC calibration interfaceSteve Kondik
* This will be used by the new LiveDisplay feature. Change-Id: I1c7e8547d5305a8c8031e972d1513fa8906908e7 Signed-off-by: Chirayu Desai <chirayudesai1@gmail.com>
2015-02-26remove postproc stuffGiulio Cervera
Change-Id: I2189f22b62c4bdeda4717f2a944ce6b3217a5993
2015-02-26shinano: remove FM servicedavid
Change-Id: I29214905a5ecb8131391bd35d9b1483da8dfc67c
2015-02-26shinano-common: fix headset buttonKonstantin Koslowski
patchset2: use HEADSETHOOK instead Change-Id: Ic1e019201786d8182ba0032bf6fd82f96b9d6234
2015-02-16Add DRM blobsChirayu Desai
Change-Id: Iff2987a8b11270d34fdad869ccba8d56f2f8c206
2015-02-14shinano-common: remove languages-full.mkBrinly Taylor
* languages_full.mk is inherited by locales_full.mk which is inherited by full_base.mk Change-Id: I02f264e2c8ea87d30e660d4bb95911d2641c1441
2015-02-14Fix hispeed frequencyGiulio Cervera
Change-Id: I9c613991e50829fd384e3a1a0acc82cf6eb0fdb8
2015-02-06remove deprecated qc rng stuffGiulio Cervera
Change-Id: I0158ed676787eb77f0b93da4bf8d8770b2220aaa
2015-02-06remove useless propertyGiulio Cervera
Change-Id: I7dd3842c32fc1c8a64b68856e0804d058011176e
2015-02-02Misc CleanupChirayu Desai
* We have a broadcom chip. Change-Id: I7223373b11abe15d98e8e8bb36a07ff56374fa2c
2015-02-02init: Move taimport to class mainChirayu Desai
* We want this to run as early as possible, but also have the right MAC addresses on the device when encrypted. Change-Id: I08b327b6135df644bac60a8080910b2f0b0aace9
2015-02-02init: Add a service for taimportChirayu Desai
* 'exec' and SELinux don't go well, and there's no reason not to have this a service. Change-Id: Ica4ee5f820a64ac51a3ad3353e3e58b685cf7d43
2015-02-02Add SELinux policy for the TFA amp serviceChirayu Desai
Change-Id: I698f56bca42ffef6e83f46dbdf6e8b798267028a
2015-02-02sepolicy: Label the vibrator sysfs nodeChirayu Desai
Change-Id: Ib7d69d95adbef765429a7ba9f7112b6296bc6f1b
2015-01-31Remove CMHW CABC controlChirayu Desai
Change-Id: I42971cd8dc77655c066aabfb198b7eac033cd484
2015-01-25use opensource healthdGiulio Cervera
Change-Id: I0f8c39218a8e75d1cfdccb921929a053bc5111c4
2015-01-23fstab: mount SDCC 3 as sdcard1 tooChirayu Desai
* Needed by scorpion{,_windy} Change-Id: I1497263c2438cba1b4d8c7ae99b199cc8a5470c1
2015-01-20init: Add mlog_qmi serviceShane Francis
All Z3 series need this service to keep modem alive Change-Id: Iba8ac16083d878a9a9864472d350ee4868f20c6a
2015-01-16keylayout: fix typodavid
Change-Id: I16fc75c015442ff3623c70b9283e0495958a72e9
2015-01-16proprietary-files: remove keylayoutdavid
Change-Id: Ied2ed1b979d4e50751ddb3be99a8ff15bbb27ac7
2015-01-16shinano: move keylayout files from vendordavid
Remove Deprecated definitions in lollipop (WAKE & WAKE_DROPPED) Fix camera button to take photos Fix Headphones comands Change-Id: I4a9408393ead108766bf8edccc1295d0d258961b
2015-01-15Add SELinux policy for hardware tunablesdavid
Change-Id: Ie58527ef6ca5b9aed48e68d0ec74a6453b3b4643
2015-01-15libaudioamp: Disable verbose loggingChirayu Desai
Change-Id: Ibe5fc0d9a28f54e3287a644f37889ed856c4f096
2015-01-15audio: Use a service to init the TFA ampChirayu Desai
Change-Id: I8501c54878302c5caa0a93dbe85bb31815e76d6d
2015-01-12Append to TARGET_SPECIFIC_HEADER_PATHDaniel Hillenbrand
Change-Id: I0af8aeea4bcb9b7a2dcaba3403893997bdf278c3
2015-01-12Use rhine 4.3 camera stackChirayu Desai
Change-Id: Ic1b2696d74cff380dbc5113759e70fc78f3a21a4
2015-01-11Don't build bcm wifi hal for now.Chirayu Desai
* Doesn't work well with bcmdhd module, will keep restarting device until started at least once after boot and the interface has been brought up. * TODO: Revert this after building bcmdhd in the kernel and getting rid of modules. Change-Id: Id81577f1cbd2730f86a3fb63a18ce205700597ca
2014-12-24audio: Updates for open source HALShane Francis
* Add audio_platform_info.xml for speaker backend Change-Id: I473410a2e77f187ceeafb098737dbb7f99214ec8
2014-12-24Initial implementation of libaudioampChirayu Desai
* Init the TFA9890 amp. * Pass on the data from the files in /system/etc/tfa98xx to the kernel by an ioctl. * EQ data present in device-specific header tfa98xx_eq.h * Also add a standalone executable tfa9890_amp, which does all of the above, for when we want to do it on demand, directly. Change-Id: I24d3dfa5b497e2542a2a0877a7795e76cb3d6254
2014-12-24move bludroid cfg to commonGiulio Cervera
Change-Id: I8938a0d6d995202e2d9006ca4c65eb4afdbfda51
2014-12-19consolidate audio and display on 8974 commonGiulio Cervera
Change-Id: I1994a3c77f814524ada56588c687adeee2e0d099
2014-12-19add missing camera blobGiulio Cervera
Change-Id: I58c0b8f90d751048e5dcc8cfd2e5661e2959c77d
2014-12-16build: Avoid poisoning the host binaries with bad ABIsGiulio Cervera
Change-Id: I5fa78a7a8d35cbf4d6f19f92863ee2194f2c30e1
2014-12-16bluetooth: Use bt_vendor.conf to set correct..Chirayu Desai
..firmware patch file name Z2: Chipset BCM4335C0 Z3: Chipset BCM4350C0 * libbt(-vendor) expects the filename to match the chipset reported, but we have a different common filename (from Sony stock). * Add bt_vendor.conf to set the correct name instead of creating symlinks to what was expected. Change-Id: I78fa158d052b1913284c55d7f01eef9508b975fe
2014-12-16bluetooth: Update firmware nameChirayu Desai
* This changed in 23.0.1.A.0.167 Change-Id: I33835d99c06e2a28eead44cd2cc7a4f51d431287
2014-12-15remove idd libGiulio Cervera
Change-Id: Idacefde9c0bdffad57d4f3e9c5c1d8d0ac9550e9
2014-12-13Update proprietary file list to 23.0.1.A.0.167Chirayu Desai
Change-Id: I1ff05ba083ba8d93cced75cebd93ab04d2fb8d37
2014-12-12Prepare proprietary files for Z3 familyChirayu Desai
* Move some stuff out of shinano-common and into the device-specific repos Change-Id: If180f2847ac36eae07d65d4705ef06c417f3bfce
2014-12-06shinano: disable audio resampler for nowShane Francis
Change-Id: Ic2a134182ff0cb27d605d94d61496b14472908bd
2014-11-30Open source thermal managementChirayu Desai
* Use Sony's open source thermanager * Get rid of their proprietary implementation, sysmon Change-Id: I7e41d6b18273f669358b50616de57be212242151
2014-11-30init: Use a service for Wi-Fi MAC updateChirayu Desai
Change-Id: I57c5f0c6d8b243def6490a70cda71d5ad0cd9749
2014-11-30Re-add ta_param_loaderChirayu Desai
Change-Id: I31820bb0ba0685e5a61e35e4dc9116425ad567d8
2014-11-30Move audio HAL from device, and use open source libaudiorouteChirayu Desai
Change-Id: I8a158a70b0b77f546acaa25bb6f071e759face93
2014-11-30Remove illumination serviceChirayu Desai
Change-Id: Ia3939bf9b19a462196091e7c45469d510190d95e
2014-11-30Revert "Remove ClearPad firmware loader"Chirayu Desai
This reverts commit d330400c455028b394fae42fe49ea29695eee50a. Change-Id: I188d720851c85efa886b872fa8ceee336ca36f0a
2014-11-29more msm8974 consolidationGiulio Cervera
Change-Id: I0c0bada4f6d35588fd087c720caad4e2183e08e5
2014-11-29move overlay to msm8974-commonGiulio Cervera
Change-Id: I2dc06ea9bb720b559ad00a3922212560162949e8
2014-11-29remove unused flagsGiulio Cervera
Change-Id: I78296f441d59b8856fcdb9a6af77fb7fbc70f7ef
2014-11-29Enable multiuserGiulio Cervera
Change-Id: If55067bffae18719c33f840719f898659855dbd6
2014-11-29Move tty_enabled from Telephony to TelecommGiulio Cervera
Change-Id: Icf4a7c64c44cac88ee6f45de3634f0d0e5e2b3a6
2014-11-28switch to config based tcp buffer sizesGiulio Cervera
Change-Id: I4e86ce5b869a4172fe4d9ce055fb0b897a03a775
2014-11-28prepare to switch to config based tcp buffer sizesGiulio Cervera
Change-Id: Id6e5774e484473a0c86defef5788026a8f785433
2014-11-28Define TCP bufferGiulio Cervera
Change-Id: I4e2f218266304beb78f2efdced9117e6da8e5a90
2014-11-28sensors: update permissions for LollipopGiulio Cervera
Change-Id: I569cae53e792f3cf517740a60ac4058e8f627bc5