skysumbra

Results 9 comments of skysumbra

其實這是一個有和沒有都可以的功能

類似於app 可以在調整一次文字大小,但是不超過UI 情況下, 像是許多平板是有到1200 或是 1440 解析度…非常的大,如果用安卓盒子,通常又配合電視螢幕,解析度達到4K,UI 文字無法看清楚

try editor SH file line 4 source util.sh → ./source util.sh

詢問你這邊的[twrp_elish.mk](https://github.com/ymdzq/OFRP-device_xiaomi_elish/blob/fox_12.1-a13/twrp_elish.mk) ``` # 引用默认的编译配置文件,core_64_bit必须先于其他引用,否则不生效 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk) ``` 請問這邊是參考什麼的? 我在twrp 網頁上找不到要跟據什麼時機才能使用這些 有的[人](https://github.com/D8100-9000-TWRP-Device-Tree/device_xiaomi_xaga-TWRP/blob/twrp-12.1_5.10.66/twrp_xaga.mk)是這樣使用 ``` $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk) ```

> 配置文件都在build/target/product/ 有时间你可以自己研究内容,但是很多包twrp根本用不上,所以随便抄一个就行了 Got it

請問你的[device.mk](https://github.com/ymdzq/OFRP-device_xiaomi_elish/blob/fox_12.1-a13/device.mk) 其中類似這樣的 ``` # Boot Control HAL PRODUCT_PACKAGES += \ [email protected] \ bootctrl.kona.recovery ``` += 右邊的那些項目也是twrpdtgen tool 產生的嗎? 我是twrpdtgen tool 產生相關的項目再修改 需要手動放入device tree folder ? 那是直接在手機系統找那些名稱就可以嗎?

我放上個月產生的[devcie tree](https://gitlab.com/besov007/test) ,使用[twrpdtgen](https://github.com/twrpdtgen/twrtpdtgen) 工具並到處看編輯,結果來說並不能產生img。 應該缺少許多東西和錯誤的內容

[twrp_panther.mk](https://gitlab.com/besov007/test/-/blob/main/twrp_panther.mk): 這邊應該是 /build/target/product/ 用的項目未確認,之後再嘗試 ``` # Inherit from those products. Most specific first. $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) ``` 至於網頁下面的內容,大概都是那樣的寫法,應該沒有錯

請問你這邊[twrp.flags](https://github.com/ymdzq/OFRP-device_xiaomi_elish/blob/fox_12.1-a13/recovery/root/system/etc/twrp.flags) 內容是如何找出正確的內容? 我覺得它和[recovery.fstab](https://github.com/ymdzq/OFRP-device_xiaomi_elish/blob/fox_12.1-a13/recovery/root/system/etc/recovery.fstab)有些類似 我發現網路上看到的內容都比較多,但是練習時發現到內容沒有如網路上看到的多,是屬於手動新增的方式? 去by-name 下檢查會有以下項目, ``` abl_a bl31_b dram_train_a frp ldfw_b pbl_a tzsw_a vbmeta_vendor_a abl_b blenv dram_train_b gsa_a metadata pbl_b tzsw_b vbmeta_vendor_b bl1_a boot_a dtbo_a gsa_b mfg_data persist userdata...