| Commit message (Collapse) | Author | Age |
|
|
|
| |
Change-Id: I2d75ebf306bcedc09de6fa1cd53ba2a34bf6cea6
|
|
|
|
|
|
|
|
| |
* Add back the fstab contexts to prevent some vfat denials
* Remove a lot of not needed addresses
* Create a domain for double tap to wake to not let the powerhal access all the sysfs files
Change-Id: I44dfc5e9903eb562748215541f2d71f9a3d111d7
|
|
|
|
|
|
|
|
|
|
| |
* The principal reasons are:
- Just one TWRP for treble and non treble ROMs
- No need to flash anything to switch from treble to non treble ROM
- No need for new users to flash any new zip
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Change-Id: I362d703042d536be9af53ef5319858f1296e69e0
|
|
|
|
| |
Change-Id: I98d2c82ae5786d2e6e49bd1edf0f6e2e7d6f6ae3
|
|
|
|
|
|
|
| |
* Oreo sensors.qcom cannot access to persist even with the symlink
Change-Id: Ifc43515c70b51aeb8c1b5db765051fb21fddb80d
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move persist entry to fstab and mount at /mnt/vendor/persist
Apply required user, group and permissions once persist
folder is created through __mount and parititon is mounted.
Run restorecon on /mnt/vendor/persist.
Change-Id: I20a16f3669bc7abf9844525c6ba0db1521a5a8e2
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Change fstab to mount dsp and firmware to /vendor/dsp and
/vendor/firmware_mnt.
Add classpath for firmware loading /vendor/firmware_mnt/image in
kernel command line.
Change-Id: I2dd2e7ea6334fb979ad8ff8c755648748de93ab4
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
| |
Change-Id: I6dbb4e19fd00861b0c50a7df6eab197e878a5d0e
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Bug: 30118894
Signed off by: Nolen Johnson <johnsonnolen@gmail.com>
Change-Id: If84764e3ce51f467b2dfa867ce28e1e396422d45
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
| |
Change-Id: I96b2f52d7cf97d9b5794422bb57d6e151917d7a9
|
|
|
|
|
|
| |
* Not needed, system treats it as a raw block device
Change-Id: Ieff8b1888c22d49974bfeb60cfc62f3bb2d424c7
|
|
|
|
|
|
|
| |
SELinux blocks the loading of the newer firmware and
I do not know how to fix it, for now.
This reverts commit 13c9609710f05a79d119636ec2b9640259dd67c2.
|
|
|
|
| |
* From google/marlin/marlin:9/PPR1.180610.009/4898911:user/release-keys.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* We renamed 'factory' as 'vendor' on our partition table:
z2_row: sgdisk_static --change-name=9:vendor /dev/block/sda
z2_plus: sgdisk_static --change-name=46:vendor /dev/block/mmcblk0
Note that partition number for z2_plus may not be the same if you came from Indian's stock
or from Chinese's stock.
Check first the output of 'ls -l /dev/block/bootdevice/by-name/factory'
* Thanks to @cryscript for the idea and his work for z2_plus.
|
|
|
|
| |
Change-Id: Ia85f5755acf9c88ac45f5ccf9dc9f49e5d130bd5
|
|
|
|
|
| |
* ext4 is the stock's default choice.
* f2fs support is highly dependent on which kernel you use.
|
|
|
|
|
|
|
|
|
|
| |
* Mounting /system and /vendor partitions is handled in kernel now,
however removing the entries from fstab caused issues building
the OTA. The workaround was to have a separate fstab, but turns out
that simply setting the recoveryonly flag does the trick because
those are then ignored during a normal Android boot.
Change-Id: I2944384d0a1c41bc9f9f51e2e29daff2bed0a0f4
|
|
|
|
|
|
|
| |
* Current code expects lenght to be the real partition size
> The footer is automatically added now
Change-Id: I47165062ae0b15c935c8b1c561b9788ff825c4f5
|
|
|
|
|
|
|
| |
* Turn the partition /factory into something more
useful for us.
Change-Id: I32a3088ef7803d3db691b9031dda2dbe55565ba3
|
|
|
|
| |
Change-Id: Ica769bf4bc058041ae044c6a71464823a92f073d
|
|
|
|
| |
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
| |
* Add a fstab.full to make OTA assert not fail the compilation
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
| |
Enable noatime mount option for userdata, cache and
persist partitions.
Change-Id: Ie6fb063115ac6a1d62f9cf2814fd1c0b89e4d17f
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
|
| |
* AOSP now support it as max_comp_streams
Change-Id: I094f1e15f386cb7aa7909df2f7c91b93148eb840
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
|
|
|
|
|
|
| |
This reverts commit a88a284a012da3d773f37ec12b41c8ee7877c941.
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
| |
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
|
|
|
|
| |
Check the accompanying kernel patch for more info and also
https://source.android.com/devices/tech/debug/jank_jitter#page_cache.
Change-Id: I69b9dabf2100701a55f99056facfe6978c60cfb6
Signed-off-by: dd3boh <dade.garberi@gmail.com>
|
|
|
|
| |
https://lwn.net/Articles/244941/
|
| |
|
|
|
|
| |
Change-Id: I9926097f65e084c322ce320d43a1654e613e596b
|
| |
|
| |
|
| |
|
|
|