OzzysCmAcc
e347df7643
klte-common: make swap working as it should
...
* init: write_file: Unable to write to 'proc/sys/vm/swappiness':
Invalid argument
Change-Id: I05fc36074646ed23acb89d3089870aaedcce07b9
2017-02-26 17:28:25 +00:00
OzzysCmAcc
1a6fed40cd
klte-common: no need to fail enabling all cpu
...
*[ 147.362325] init: write_file: Unable to write to '/sys/devices/syste
m/cpu/cpu1/online': Invalid argument
[ 147.362380] init: write_file: Unable to write to '/sys/devices/syste
m/cpu/cpu2/online': Invalid argument
[ 147.362436] init: write_file: Unable to write to '/sys/devices/syste
m/cpu/cpu3/online': Invalid argument
Change-Id: I9e597d32cbd29ccb2845b4859e5e19a48582ac25
2017-02-26 15:26:05 +00:00
OzzysCmAcc
8f7265e77a
klte-common: move ril prop to system_prop
...
Change-Id: I74599eeaede5461438b1a3c56429fd45b36ef65f
2017-02-26 10:14:50 +01:00
Kevin F. Haggerty
9ad0c9b223
klte-common: fstab: Assign fota partition for /misc
...
* This partition doesn't cause the world to die...
Change-Id: I069eef35f586d2da02112c1558701b96e0059551
2017-02-09 22:12:20 -07:00
Kevin Haggerty
6fb8c3ef89
Revert "klte-common: fstab: Assign unused pad partition to /misc"
...
This reverts commit 92828016a3
.
* Do not ever ever ever use this partition for anything, not even if
someone has a gun to your head. It will cause misery and make
EVERYONE want to murder someone. And only you will know it is you.
* This was the cause for the "gapps upgrade makes klte unuseable"
problem.
Change-Id: Ibd69a528a1f3df4d8146472d1dc977676c72bbed
2017-02-05 16:42:01 +00:00
Andreas Schneider
789145442f
klte-common: init: Symlink telephony directories instead of files
...
* Symlinking the files seems to be horrendously brittle. Sometimes
after a nandroid restore, the OS would helpfully "upgrade" the
symlink to the new location, causing self-directed symlink for these
criticial files.
* This actually handles the nandroid restore path.
Change-Id: If53d7ddfb7493df1526b7578be3ccf9a63997234
2017-01-30 15:38:45 -07:00
Kevin F. Haggerty
2575fdfcf7
klte-common: Fix file contexts related to our telephony symlink mess
...
Change-Id: I1344b960de72a2b70da9cf6ce1bf947e8b39a71d
2017-01-11 08:12:59 -07:00
OzzysCmAcc
13825b4138
klte-common: updates from mm stock CPK1
...
Change-Id: I93b840ee6ab9053cbafe4808e8efa57d5fb68903
2016-12-24 01:44:05 -08:00
Luca Stefani
59335cd738
klte-common: switch to bullhead WV
...
Change-Id: I903c922d7ee19829190fa6e25208d5256e8f316b
Signed-off-by: Paul Keith <javelinanddart@gmail.com>
2016-11-20 20:34:53 -07:00
Arne Coucheron
92828016a3
klte-common: fstab: Assign unused pad partition to /misc
...
Change-Id: I02a9977681c221ddd42ab6a19cc6537f6c58eac3
Signed-off-by: Kevin F. Haggerty <kevin.f.haggerty@gmail.com>
2016-11-19 10:25:56 -07:00
OzzysCmAcc
1d1e0634f5
klte-common: update mpdecision group
...
Change-Id: Ic8ce414b48f115888c6788614c56d0846fe50afd
2016-11-13 13:22:42 -07:00
Kevin F. Haggerty
273661b2a5
klte-common: Move all the shims to libshim
...
* Rename libril_shim to libshim_ril for consistency
Change-Id: Ie86e5ceef2f90c5a9b9c9ebaacf49e48605794ed
2016-11-09 08:15:39 -07:00
Zhao Wei Liew
e0768ac083
klte-common: Mount debugfs on early-init
...
This was previously removed in commit 1b54691
due to the fact that it was mounted in the global init.rc in Android 6.0.
In Android 7.0 however, this is no longer the case.
Hence, revive the mount.
Change-Id: I15b9571db4dd07a19b298a670f9ce6db1c4eeb63
2016-11-09 05:49:27 -07:00
Arne Coucheron
9e0927fc01
klte-common: Add shim for libwvm.so
...
Change-Id: I1ac58a108783ae1aabe3f3f061b2444925f684db
2016-11-08 06:11:04 -07:00
Ethan Chen
36a765b701
klte-common: Symlink NFC node for backwards compatibility
...
Change-Id: Ic371080dfb22c53e788c959ffac0cb167919a579
2016-11-03 08:02:13 -06:00
Kevin F. Haggerty
bc1b148735
klte-common: symlink telephony databases to old location
...
* Our closed source libsec-ril.so hardcodes paths to the old
/data/data/com.android.providers.telephony, N moved this somewhere
else.
Change-Id: I9dbb229ee4aca83f36e5d73532dd32cda324486e
2016-10-25 05:09:43 -07:00
Cal Archer
915c07d37c
klte-common: fix wifi calibration
...
Enable macloader to load the correct nvram calibration
data matching the hardware variant. Since macloader
writes files in /data it needs to rerun after decryption,
requiring running during late_start. Additionally,
calibration data needs to be reloaded every time the driver
is reloaded.
Note that /sys/module/dhd/parameters/nvram_path is cleared
after the driver has accepted the input, you can use
"dhdutil -a wlan0 vars" to confirm that the calibration
data has been applied.
Change-Id: Ieb8ef0eafeead10a6dfc32862887abbe84e22a93
2016-10-25 05:02:53 -07:00
Kevin F. Haggerty
a56454ed46
klte-common: init: Add seclabel to macloader service
...
Change-Id: If1665aa5e0c741712b7c0bdc0403045ccbbb7ef3
2016-10-23 12:38:47 -07:00
Kevin F. Haggerty
6f42462650
klte-common: Change group ownership of ES705 UART
...
Change-Id: Ifc8827393af34b1c3fc6a09b4907206d1b9a3f90
2016-10-20 04:05:04 -07:00
OzzysCmAcc
a971342da8
klte-common: init updates for power and thermal
...
Change-Id: Ibd7828a4de4b4a61b6dcb204697235fcd2725008
(cherry picked from commit 614f2515a427b1a941b1c57b057ef52b4ed0d229)
2016-10-14 09:05:52 -07:00
Ljzyal
917095bfe7
Revert "klte-common: remove not existing include"
...
This reverts commit aad022625f
.
Change-Id: Ib67324a1022f4029a29019954993b92d77b8ab2b
2016-10-12 07:24:38 -07:00
OzzysCmAcc
12547a4360
klte-common: create perfd directories
...
Change-Id: I27207f75b1b3bb19b099176830b85f8935abdb4c
(cherry picked from commit 859a29e16fc7f1e12574b15e6082f28cb3bade2b)
2016-10-09 06:59:02 -07:00
OzzysCmAcc
aad022625f
klte-common: remove not existing include
...
Change-Id: I978a42f8035faf38b211df3ea5940cd0ef2b309c
(cherry picked from commit fe119aa7f47a4bb3e13e0ec2ae208e208045a919)
2016-10-09 06:58:40 -07:00
OzzysCmAcc
6aa4069e5c
klte-common: delete duplicated entries and keep lp stock values
...
Change-Id: I90607a906d5af023a5a9d21caa7c15ca26be73a7
(cherry picked from commit b5ec47cf967637a36cae4a6d23c161f375b71a70)
2016-10-09 06:57:49 -07:00
OzzysCmAcc
f6cbfbb018
klte-common: init fixes for mm kernel
...
Change-Id: I90d10043b4a6aca13f4b4ba4295905bd456dd274
2016-10-07 13:58:33 -07:00
OzzysCmAcc
c15f54176f
klte-common: fix wrong path in init
...
Change-Id: Ie4c7660b1e2a4d577e3f84f1f33acc802148ef78
(cherry picked from commit 2c94fff7936763323489a391fb51a35b6f4f1340)
2016-10-04 18:16:34 -07:00
ljzyal
2f41fd2d2f
klte: Use new Fingerprint Hal without ValidityService
...
* Use a fully OSS FPS stack to remove dependency on a service to
register fingerprints and hacked up touchwiz libs from Samsung
Change-Id: I66ae7fc807a213befdf77d0f09d38f2fbe01df61
2016-10-03 18:55:15 -07:00
OzzysCmAcc
22d0d0eb98
klte-common: update power settings
...
Change-Id: I3f7d3be0b8046d4664e6895318a20603e9123718
(cherry picked from commit 206c55899f27c918f18ddea210856d196415d964)
2016-09-27 13:13:17 -07:00
OzzysCmAcc
80664f82cd
klte-common: remove not existing icd nodes
...
Change-Id: Ie6d5df08d932a5b785b6be632f155ea741987b1b
(cherry picked from commit 0fad529445006689a364be0d54e7786fb9c58592)
2016-09-27 13:12:27 -07:00
OzzysCmAcc
c3cc351b23
klte-common: remove not existing service
...
Change-Id: I629b7141be25c50709b511f53409599d6ad63bbc
(cherry picked from commit cb2d022f3d3615eb3eed1386acc3c787c4f27c78)
2016-09-27 13:11:40 -07:00
OzzysCmAcc
58d79a417e
klte-common: remove not existing ipv6 nodes
...
Change-Id: I9ee9ea11cd05e70efdba2836145061c33f0a17b2
(cherry picked from commit e3f0a8399ebf3fd1231d5c2db26b5a32ee482da6)
2016-09-27 13:10:52 -07:00
OzzysCmAcc
b1627d7f21
klte-common: Add wakelock GID for rild and wifi
...
Change-Id: Id87b253c51677d21cb332c82f675da6ff94ffe7b
2016-09-24 08:35:01 -07:00
OzzysCmAcc
122421eb21
klte-common: define ril-daemon as previously in system_core
...
Change-Id: I3d9af214718991937b2ff931e147de85471cf2e4
2016-09-24 08:34:13 -07:00
OzzysCmAcc
13778e2014
klte-common: clean up the code
...
Change-Id: Idd8456427cf4c9fe5c5a51a34976af6161c6e0cd
(cherry picked from commit 34627da49947eaea94cb00d4784dba21172a93a3)
2016-09-24 07:41:24 -07:00
Nick Kralevich
9625df45d0
smdk4412: Delete /mnt/sdcard symlink
...
Bug: 28108983
Change-Id: If7f646a09289a3e171ee667ccc89d613bcd3cff8
2016-08-24 13:04:07 +02:00
Lorenzo Colitti
9dad257d4b
Delete dhcpcd init entries, since dhcpcd is no more.
...
Bug: 27192644
Change-Id: I31310096e0f544f8c4ca4a4ed1842616764e852d
2016-08-24 13:02:26 +02:00
OzzysCmAcc
9ac59af3c8
klte-common: update init
...
Change-Id: I455845287d0cb2d7c3a547e05c4cc5a116a4a54a
2016-07-29 15:38:07 -07:00
OzzysCmAcc
2fb90b77e6
klte-common: update cpu parameters
...
Change-Id: I4603f769d5523ba3908832896f44155f440c4196
2016-07-20 11:11:43 -07:00
Kevin F. Haggerty
d4b75cda0b
klte-common: Clean up misc cmhw-related items
...
* Make BOARD_HARDWARE_CLASS inheritance straight-forward
* Fix/unify duplicated Vibrator-related sysfs permissions/ownership
statements
Change-Id: I85137110acabf0fe53bd9ae3a0ffbf747fbcfab1
2016-07-19 08:15:00 -07:00
Kevin F. Haggerty
5654e1433c
Revert "klte-common: update mpdecision and thermal-engine from mm package"
...
This reverts commit 81b8ea0276
.
Change-Id: Ic38e539180e975a7b5432f0c68127aa40ce34cc5
2016-06-24 08:10:48 -06:00
Kevin F. Haggerty
8f3e9daeac
Revert "klte-common: Actually set perms/ownership of vibrator interfaces"
...
This reverts commit 05b92279f7
.
Change-Id: I74a8de8509578990c43e9a1a26c330632c62f62c
2016-06-24 07:23:42 -06:00
Kevin F. Haggerty
05b92279f7
klte-common: Actually set perms/ownership of vibrator interfaces
...
* That would be a generally good idea
* How about you include all of the changed files in the commit?
* Don't cause bootloops, you Derp Derp Derpy Derp
Change-Id: Iabec82a30d0e32061f11e4819c95a9651e51ef3a
2016-06-11 09:06:14 -06:00
OzzysCmAcc
81b8ea0276
klte-common: update mpdecision and thermal-engine from mm package
...
Change-Id: Icda48225eb1222220c879f1e1073cc87e321178f
2016-06-08 11:32:06 -07:00
OzzysCmAcc
2ec1aea90e
klte-common: remove LiveDisplay duplicated entries
...
*duplicate android_vendor_cm/prebuilt/common/etc/init.local.rc#L108
Change-Id: Iae4d009d3d6f0830d9cd7fb60596eed2a255bd84
2016-05-22 00:52:56 -07:00
Steve Kondik
5ca0f19221
klte-common: Use LZ4 for memory compression
...
Change-Id: I1c24cc30ac73b2176509f2f1c9c2552ca94089c2
2016-04-30 14:43:18 -06:00
Steve Kondik
79a8b05519
klte-common: Enable ZRAM and ZCACHE
...
* Improves performance over days of usage.
Change-Id: Idc9ea3c18e17f721277893dda2d77d76b71fe07f
2016-04-30 14:42:45 -06:00
OzzysCmAcc
b63dbe84bf
klte-common:update mount options
...
Change-Id: I9647a9597c205a5b4f947d34a401eb831c47ac0d
2016-04-14 09:43:30 -07:00
OzzysCmAcc
022ab48165
klte-common: remove unused location folders
...
Change-Id: I5214e0acacb93843f9c78b88bb37e011aca6138f
2016-04-11 10:39:58 -07:00
OzzysCmAcc
ee7886670b
klte-common: Update TCP performance from CAF
...
Change-Id: I9a7f7b5b88a64cc49b4b4bdfc0e63c40dda8b2e4
2016-04-04 21:47:02 +02:00
OzzysCmAcc
f352cc6c52
klte-common: remove deprecated init script
...
Change-Id: I30807a5f90b2a861a2aa478ff42e89b52fa30195
2016-04-04 21:44:34 +02:00
OzzysCmAcc
5f0c899831
klte-common: remove mounting debugfs
...
Change-Id: I3900c6313f84955aab7254191aa19fed615e5f4c
2016-04-04 21:43:22 +02:00
Matt Filetto
21ff569db2
klte-common: fix permissions for frameworks enabling torch
...
* Fixes bootloop after enabling torch via quick toggle on lockscreen
Change-Id: Ia60d93983b16e239cecd90b56518c26579302e05
Signed-off-by: Matt Filetto <matt.filetto@gmail.com>
2016-02-29 23:57:47 -08:00
ljzyal
e76049cc87
klte-common: Support Fingerprint Hardware
...
Change-Id: I41c1f9bfa3c6ad11ce9726c467b977384471a38e
2016-02-29 19:32:44 -08:00
OzzysCmAcc
65641c27b0
klte-common: enable adaptive lmk
...
Change-Id: I8119a6c50f208dec4ae3d886357c9e67be4bba57
2016-01-27 00:01:31 -08:00
OzzysCmAcc
279607a2ca
klte-common: address healthd denial
...
* Fixes offmode charging
Change-Id: I79e6ef01ba02bd780a80c7134d7cdbd499461e0c
2015-12-25 02:42:31 -08:00
Ethan Chen
fd5daaab26
klte-common: Move /dev permissions to ueventd.qcom
...
Change-Id: I3911a49db54e85f5f9dd71d4077b40aece3fe3cc
2015-12-23 14:22:24 -08:00
Ethan Chen
df2f37cc27
klte-common: Remove duplicate sensor permissions
...
Change-Id: I2dedc4f4b462d499ea5640d650cd9878d6f41e20
2015-12-23 14:22:11 -08:00
Matt Filetto
0644c6f997
klte-common: update ramdisk for LP kernel
...
* Compass was laggy and not responding in maps so update it's permissions
as well as all the other sensors since we updated our kernel
Change-Id: Ibae446d845d0c3578f0c31e62acadffd078b37ab
2015-12-23 14:11:26 -08:00
Steve Kondik
144a58a99e
klte: Clean up TCP buffer settings
...
Change-Id: I6a54c285d0cc0a645d2467fc7b5625f082dbfbc4
2015-12-23 11:14:12 -08:00
Dheeraj CVR
56c41fc773
init: don't set permissions for CID file
...
Permissions for the CID file is set by the macloader binary
Change-Id: Ifc4b77aae61ff2755f60c8696ec26a086e27e1a0
2015-12-08 08:41:53 -08:00
Patrick Lower
a7c5f4f306
fstab: use fs_mgr to format cache and userdata if unformatted
...
Change-Id: I494c4d367e16dba74c14dea6095e51cb352ca703
2015-11-16 10:58:01 -05:00
Ethan Chen
596d0d52b9
klte-common: Add RIL shim library
...
Change-Id: I20a803530d5c77e7cb464e3ef6d13afe16a90ded
2015-11-14 01:08:43 -08:00
Ethan Chen
fa39dc602a
klte-common: Remove performance profile overlay
...
* Not slated to return in cm-13.0
Change-Id: I03b22f2f7a8a3cdb3defe5ad9d3b3d321ac9bae5
2015-11-14 00:59:40 -08:00
Ethan Chen
520ba4edc1
Revert "klte-common: Load BoringSSL compatibility library"
...
* Unnecessary with new libraries
This reverts commit e8b3cb70b9
.
Change-Id: I61e92a038b91ccd02b94346a7923399bfccf6f70
2015-11-14 00:59:28 -08:00
Matt Filetto
9147739dd4
rootdir: Fix external storage configuration
...
Change-Id: I193951a9067107ab4bee778b3e4b46d52af321c0
2015-11-13 17:33:30 -08:00
Ethan Chen
e8b3cb70b9
klte-common: Load BoringSSL compatibility library
...
Change-Id: I14e1d0d020637ca13ef2fbc300190062ca0a1cf5
2015-11-13 17:33:30 -08:00
Jeff Sharkey
cc7385d30f
Updated external storage configuration.
...
vold now manages external storage in a much more dynamic fashion,
so we no longer need to define FUSE daemons or mount points.
Bug: 19993667
Change-Id: I17a468fe37ed6d1f7af8524b93072672c2ec2164
2015-11-13 17:33:30 -08:00
Ozzy2403
7bcdf04e9c
klte-common: Add F2FS support
...
Change-Id: I7b02853fa7a7a3ff069f679772af296aa26f68b5
2015-10-04 18:33:29 -07:00
Andrea Arcangeli
178c70448a
usb: don't start adb if not enabled in debugging
...
Avoid adb to be always enabled even when it's turned off in the
debugging menu.
Change-Id: I22839a742d6e1872029f47b0846bde92a9be6ff5
2015-09-29 18:35:04 -07:00
Andrea Arcangeli
795e4be327
usb: add "charging" option
...
This fixes settings->storage->charging only so that it can be selected.
Change-Id: I3f88afdd2563293798478ce063ba8cb93abb733a
2015-09-29 18:34:10 -07:00
Ozzy2403
14782c9ef2
klte-common: Set io scheduler using sys.io.scheduler prop
...
Change-Id: If6c1871e3c3249b9931c802a3533848d69459fb5
2015-09-18 13:59:11 -07:00
Harry Lin
20cb8eb7d9
klte-common: use fiops by default
...
Change-Id: If53579b0969ff6a7e10f21a5134d7e3f324eaea9
Signed-off-by: Harry Lin <mrregi24@gmail.com>
2015-07-13 11:58:41 -07:00
Regi24
76779d72f0
Remove plug_boost
...
plug_boost does not exist on klte
Change-Id: I6e00ed2eec9bde34492ef95323748868d7100b3e
Signed-off-by: Regi24 <mrregi24@gmail.com>
2015-06-11 19:17:50 +10:00
Andrea Arcangeli
0a0861161b
klte-common: Update performance profiles
...
* Fix KGSL governor path
* Online all cores when changing governors
Change-Id: If185cec8c1a8cc53e759a600b2db1e9f191cefb2
2015-05-25 10:52:22 -07:00
ljzyal
138fa434d4
klte: Import target specific init script
...
Change-Id: I780414c8142e287ba7610332c0d0878878d96951
2015-05-18 16:28:43 +00:00
Ethan Chen
6e52b24858
Revert "Revert "Fix fstab definition of usb storage""
...
This reverts commit 732a70074b
.
Change-Id: I603508241d29972c44899ad1c587331df6c71775
2015-05-14 18:46:04 +00:00
Ethan Chen
732a70074b
Revert "Fix fstab definition of usb storage"
...
This reverts commit 8437778b1c
.
Change-Id: I6341a964937bfd921cbf6912accb7151ec4f2db6
2015-05-13 17:46:40 +00:00
Regi24
8437778b1c
Fix fstab definition of usb storage
...
Removable storage is always noemulated and should be consistent with the
rest of android.
Also fixes apps2sd to usb storage.
Change-Id: I70eec3f38041ee1c3310ba51f52795c4abb935c6
Signed-off-by: Regi24 <mrregi24@gmail.com>
2015-05-13 17:41:01 +00:00
Matt Filetto
49799934c5
klte-common: correct permissions for audience ES705 SoC
...
* /dev/ttyHS3 is used by ES705
Change-Id: I21ebcd68daf4fa2f927d5cc706633b8641433487
2015-04-06 04:57:14 +00:00
Steve Kondik
2f78ad331f
klte-common: Add PCC calibration interface
...
* This will be used by the new LiveDisplay feature.
Change-Id: I2eb8f89832ac75841a79c5fb1a3fb98aad9cd0dd
2015-03-16 11:30:35 -07:00
Matt Filetto
a7f22f6579
klte-common: update lpm parameters
...
Change-Id: I59f91a63dc21e0d43646ee0e34ce4291fa45f130
2015-02-25 13:26:37 -08:00
Matt Filetto
e90860bc0a
klte-common: Revert changes to sdcard/usbdisk fuse services
...
This partially reverts commit 51ca39cf7c
.
Change-Id: Ie65a9795372a371869bf245942aee0ee921b7936
2015-02-22 21:29:42 -08:00
Christopher R. Palmer
51ca39cf7c
klte-common: Fix moving apps to external storage
...
Change-Id: I38bb67654f076846949c3cde25b72d67cabff85e
2015-02-22 00:57:22 +00:00
Matt Filetto
641137bd65
klte-common: Remove hostapd entries
...
Change-Id: I75b370c0187c8a233d581d985d9a0207d22ca1f3
2015-02-12 10:27:07 -08:00
christer12
fbe6afd255
klte-common: add missing cpu parameters
...
Change-Id: Iaf401dc3bd3efc8c4716d3f412388c84e4ec895a
2015-01-30 18:04:35 -08:00
Matt Filetto
4f05121f59
klte-common: remove gsiff_daemon service
...
* Not in 5.0 ramdisk and is spamming logcat with errors
Change-Id: Id3f3c53dae3808fa40b0f28f286de34b22f37bc0
2015-01-06 17:06:53 -08:00
Matt Filetto
3088caab1a
klte-common: remove qpngd and qpngp from init
...
Change-Id: Ie1180fa38456ddf202d4b15fd9aaf19119e6bc0b
2014-12-27 03:30:37 +00:00
Matt Filetto
ea5aecd030
klte-common: dont mount persist, persdata
...
* This fixes some stubbern phones from booting, mainly those on
older bootloaders
Change-Id: I98bca4bf064b7c80e0c02152a78e4bae8487ab34
2014-12-22 22:54:41 +00:00
Ethan Chen
083fa02404
klte-common: Add device-specific SELinux policies
...
Change-Id: I076561a13f73dccf4919d9e05561ebc324c1d99e
2014-12-20 23:34:14 -08:00
Matt Filetto
f1007a32c1
klte-common: update fstab
...
Change-Id: I15d9f6cbfcf1ba3b489570934276b1174af56065
2014-11-24 05:25:21 +00:00
Ethan Chen
b9518a4215
klte-common: Restart adb on adb root
...
Change-Id: I08ad8ed096b8c7eb21479b7ded2b294406883fa2
2014-11-05 21:09:10 -08:00
Ethan Chen
e3fb530146
klte-common: Clean up init
...
* Remove unused services
* Remove duplicate entries
Change-Id: I01adefe2430d31d9a3caf989507faaf42614eb7a
2014-11-05 15:11:11 -08:00
Ethan Chen
62c5e25237
klte-common: Mount all partitions in fstab
...
Change-Id: Ic940724f1e72405d25ad1c707650f972fc577027
2014-11-05 15:01:50 -08:00
Ethan Chen
187e885db8
klte-common: Clean up fstab
...
* Mount system, data partitions first
* Add footer entry for encryption
* Remove discard option
Change-Id: I9c70faa6aeb3eff1399166eb3a29d1a9da93b44c
2014-11-05 14:55:53 -08:00
Matt Filetto
c6164f22f6
klte-common: remove permissions that are not present in stock.
...
* These were left over from the hlte merge. They aren't present in stock
ramdisk.
Change-Id: If5774e1784186fd295dcd6db765aad8df4698685
2014-11-05 00:45:50 -08:00
Matt Filetto
e48d81cd26
klte-common: Add volume buttons to wakeup keys
...
Change-Id: I827a67b6aaf8f19c898ab0678eb7913542dfad25
2014-11-03 02:40:21 +00:00
Matt Filetto
fbe4b56cf9
klte-common: remove S-Pen permissions
...
Change-Id: Ifedad7e0030b60ac369ddcd18cfc9d91d7428d12
2014-10-31 18:35:34 +00:00
Matt Filetto
f1b5b360b9
klte-common: add symlink for NFC NXP device.
...
* Our device uses device path /dev/pn547 but source built HAL expects
/dev/pn544. Create a symlink to reslove this issue without editing
source.
Change-Id: Ibefa04bdae68039b15b6358042669e4cc0b5251c
2014-09-27 10:45:05 -07:00
arter97
176ff7120d
klte-common: fix typo on fstab
...
We should ask kernel to mount with "defaults" not "default".
This fixes some filesystems such as EXT4 not mounting on external OTG storage.
Also fix some whitespaces to match grid with other lines.
Change-Id: I8d8bbb2c2d5e31c9c756cafcc498773bbd944c1b
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
2014-09-17 18:58:27 +00:00
Matt Filetto
ed22efea40
klte-common: update GPS HAL
...
* CAF package version: kk_3.5
* Revert the following patch as it's causing a missing symbol
error when loading Samsung proprietary GPS libraries:
"Add a new LocAdapterProxyBase class"
Change-Id: Ib23df3e207048ed32880537a528aa7f85ebcdfe1
2014-09-16 14:02:18 -07:00