-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Touchscreen FIXED 1. Vendor bin/libs added **[ Failed ]** 2. GT9886 - firmware added + BoardConfig Adjustments **[ Failed ]** 3. Adjusted Kernel Touchscreen Drivers **[ Working!! ]** - Several mount errors resolved - init.recovery.usb.rc added & adjusted to device, allowing ADB/MTP to work together - removed crypto files for this build - prepped BoardConfig for future A13 Crypto development.
- Loading branch information
1 parent
5a08fd6
commit da24048
Showing
69 changed files
with
127 additions
and
578 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
LOCAL_PATH := $(call my-dir) | ||
|
||
ifeq ($(TARGET_DEVICE),a14xm) | ||
ifeq ($(TARGET_DEVICE),a14m) | ||
include $(call all-subdir-makefiles,$(LOCAL_PATH)) | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,41 @@ | ||
# recovery_device_samsung_a14m | ||
Recovery Tree for Samsung Galaxy A14 **WIP** | ||
### Samsung Galaxy A14 (Mediatek) - Android Recovery Device Tree | ||
|
||
| **Prop** | **spec** | | ||
| --- | --- | | ||
| `Codename` | **A14m** | | ||
| `Model` | **SM-A145P** | | ||
| `Board` | **MediaTek MT679V (MT6768)** | | ||
| `Chipset` | **Helio G80** | | ||
| `OS` | **Android 13** | | ||
|
||
### TOUCHSCREEN | ||
|
||
1. Vendor bin/libs added **[ Failed ]** | ||
2. GT9886 - firmware added + BoardConfig Adjustments **[ Failed ]** | ||
3. Adjusted Kernel Touchscreen Drivers **[ Working!! ]** | ||
|
||
### FIXES | ||
|
||
- Several mount errors resolved | ||
- init.recovery.usb.rc added & adjusted to device, allowing ADB/MTP to work together | ||
|
||
### CRYPTO | ||
|
||
- removed crypto files for this build | ||
- prepped BoardConfig for future A13 Crypto development. | ||
|
||
### Kernel | ||
|
||
https://github.com/forforksake/android_kernel_samsung_a145p | ||
|
||
### THANKS | ||
|
||
Thanks to Physwizz initial device tree & kernel commits, | ||
SebaUbuntu's awesome twrpdtgen | ||
plus all the contributors to TWRP ofcourse. | ||
|
||
C F K o d @ X D A | ||
|
||
@Cardiffian | ||
[Telegram](https://t.me/cardiffian) | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import /init.recovery.samsung.rc | ||
import /[email protected] | ||
import /teegris_v4.rc | ||
|
||
on init | ||
setprop sys.usb.configfs 1 | ||
|
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.