RK3326 android10.0(Q) 系统精简瘦身

简介: RK3326 android10.0(Q) 系统精简瘦身

删除无用APk


系统备份、cts测试相关、系统壁纸备份


build/make/target/product/base_system.mk

@@ -41,7 +41,6 @@ PRODUCT_PACKAGES += \
     ashmemd \
     atrace \
     audioserver \
-    BackupRestoreConfirmation \
     bcc \
     blank_screen \
     blkid \
@@ -59,8 +58,6 @@ PRODUCT_PACKAGES += \
     ContactsProvider \
     content \
     crash_dump \
-    CtsShimPrebuilt \
-    CtsShimPrivPrebuilt \
     debuggerd\
     device_config \
     dmctl \
@@ -261,7 +258,6 @@ PRODUCT_PACKAGES += \
     viewcompiler \
     voip-common \
     vold \
-    WallpaperBackup \
     watchdogd \
     wificond \
     wifi-service \
@@ -373,7 +369,6 @@ PRODUCT_PACKAGES_DEBUG := \
 # The set of packages whose code can be loaded by the system server.
 PRODUCT_SYSTEM_SERVER_APPS += \
     SettingsProvider \
-    WallpaperBackup

浏览器、日历、联系人、邮箱、Android键盘、初始化相关、快速搜索框

build/make/target/product/handheld_product.mk

@@ -22,18 +22,11 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/media_product.mk)
 # /product packages
 PRODUCT_PACKAGES += \
-    Browser2 \
-    Calendar \
     Camera2 \
-    Contacts \
     DeskClock \
-    Email \
     Gallery2 \
-    LatinIME \
     Launcher3QuickStep \
-    OneTimeInitializer \
     Provision \
-    QuickSearchBox \
     Settings \
     SettingsIntelligence \
     StorageManager \


基本互动屏保、书签数据库、日历数据库、文件管理器、安卓彩蛋、短信管理服务、音乐音效控制、NFC、OSU帐号登录、代理配置、运营商对话框、系统跟踪、用户字典数据库

build/make/target/product/handheld_system.mk

@@ -32,45 +32,31 @@ $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
 PRODUCT_PACKAGES += \
-    BasicDreams \
     BlockedNumberProvider \
     Bluetooth \
     BluetoothMidiService \
-    BookmarkProvider \
     BuiltInPrintService \
-    CalendarProvider \
     cameraserver \
     CaptivePortalLogin \
     CertInstaller \
     clatd \
     clatd.conf \
-    DocumentsUI \
     DownloadProviderUi \
-    EasterEgg \
     ExternalStorageProvider \
     FusedLocation \
     InputDevices \
     KeyChain \
     librs_jni \
     ManagedProvisioning \
-    MmsService \
     MtpDocumentsProvider \
-    MusicFX \
-    NfcNci \
-    OsuLogin \
-    PacProcessor \
     PrintRecommendationService \
     PrintSpooler \
     ProxyHandler \
     screenrecord \
-    SecureElement \
     SharedStorageBackup \
-    SimAppDialog \
     Telecom \
     TelephonyProvider \
     TeleService \
-    Traceur \
-    UserDictionaryProvider \
     VpnDialogs \


壁纸选择器

build/make/target/product/mainline.mk

@@ -32,6 +32,5 @@ PRODUCT_PROPERTY_OVERRIDES += \
 PRODUCT_PACKAGES += \
     PhotoTable \
-    WallpaperPicker \


客制化书签主页

build/make/target/product/mainline_system.mk

@@ -30,7 +30,6 @@ PRODUCT_PACKAGES += \
 # Applications
 PRODUCT_PACKAGES += \
     LiveWallpapersPicker \
-    PartnerBookmarksProvider \
     PresencePolling \
     RcsService \
     SafetyRegulatoryInfo \

HTML查看器

build/make/target/product/media_system.mk

@@ -29,7 +29,6 @@ PRODUCT_PACKAGES += \
     drmserver \
     ethernet-service \
     fsck.f2fs \
-    HTMLViewer \
     libfilterpack_imageproc \
     libwebviewchromium_loader \
     libwebviewchromium_plat_support \


计算器、音乐

device/rockchip/common/device.mk

@@ -60,8 +60,8 @@ endif
 PRODUCT_AAPT_CONFIG ?= normal large xlarge hdpi xhdpi xxhdpi
 PRODUCT_AAPT_PREF_CONFIG ?= xhdpi
-PRODUCT_PACKAGES += \
-    ExactCalculator
+# PRODUCT_PACKAGES += \
+#     ExactCalculator
 ########################################################
 # Kernel
@@ -1063,7 +1063,6 @@ else # tablet
         SoundRecorder
 ifneq ($(strip $(BUILD_WITH_GOOGLE_GMS_EXPRESS)),true)
 PRODUCT_PACKAGES += \
-    Music \
     WallpaperPicker
 endif # tablet without GMS-Express
 endif


device.mk 中包含了一些RK定制apk,通过


$(call inherit-product-if-exists, vendor/rockchip/common/device-vendor.mk)


引入编译,这个看你编译后设备上运行的apk,找到对应mk进行裁剪


4K视频播放器、街景测试、设备测试


vendor/rockchip/common/apps/apps.mk

@@ -45,8 +45,8 @@ PRODUCT_PACKAGES += \
        Rk3grVideoPlayer
 else
 ifneq ($(strip $(TARGET_BOARD_PLATFORM_PRODUCT)), box)
-PRODUCT_PACKAGES += \
-    Rk4kVideoPlayer
+# PRODUCT_PACKAGES += \
+#     Rk4kVideoPlayer
 endif
 endif
 endif
@@ -63,20 +63,20 @@ endif
 endif
-ifeq ($(strip $(BOARD_HAS_STRESSTEST_APP)), true)
-    PRODUCT_PACKAGES += \
-    StressTest 
+# ifeq ($(strip $(BOARD_HAS_STRESSTEST_APP)), true)
+#     PRODUCT_PACKAGES += \
+#     StressTest 
-ifneq ($(filter atv box, $(strip $(TARGET_BOARD_PLATFORM_PRODUCT))), )
-PRODUCT_PACKAGES += \
-    RKDeviceTest
+# ifneq ($(filter atv box, $(strip $(TARGET_BOARD_PLATFORM_PRODUCT))), )
+# PRODUCT_PACKAGES += \
+#     RKDeviceTest
-else
-PRODUCT_PACKAGES += \
-    DeviceTest
+# else
+# PRODUCT_PACKAGES += \
+#     DeviceTest
-endif
-endif
+# endif
+# endif


删除无用字体


字体相关介绍可参考

Android系统字体加载流程

Android 系统字体


10.0 和之前低版本还是有些差异的,可以查看编译 out 目录下 system\fonts 中所编译的字体文件


注释 frameworks/base/data/fonts/fonts.xml 中成对字体组


注释 external/noto-fonts/Android.mk 中不需要编译字体文件 .ttf .otf


字库文件说明 可到 字客网 进行详细查询

思源宋体
NotoSerif-Regular.ttf 
NotoSerif-Bold.ttf 
NotoSerif-Italic.ttf 
NotoSerif-BoldItalic.ttf
阿德拉姆文
NotoSansAdlam-Regular.ttf 
阿霍姆文
NotoSansAhom-Regular.otf 
安那托利亚象形文字拉丁文
NotoSansAnatolianHieroglyphs-Regular.otf 
NotoSansAvestan-Regular.ttf 
巴厘文
NotoSansBalinese-Regular.ttf 
NotoSansBamum-Regular.ttf 
巴萨瓦赫文
NotoSansBassaVah-Regular.otf 
巴塔克文
NotoSansBatak-Regular.ttf 
拉丁文 孟加拉文
NotoSansBengali-Bold.otf 
NotoSansBengali-Medium.otf 
NotoSansBengali-Regular.otf 
孟加拉文
NotoSansBengaliUI-Bold.otf 
NotoSansBengaliUI-Medium.otf 
NotoSansBengaliUI-Regular.otf 
NotoSansBhaiksuki-Regular.otf 
拉丁文
NotoSansBrahmi-Regular.ttf 
爪哇文
NotoSansBuginese-Regular.ttf 
布希德文
NotoSansBuhid-Regular.ttf 
加拿大土著统一音节文字
NotoSansCanadianAboriginal-Regular.ttf 
卡里亚文
NotoSansCarian-Regular.ttf 
孟加拉文缅甸文
NotoSansChakma-Regular.otf 
占文
NotoSansCham-Bold.ttf 
NotoSansCham-Regular.ttf 
切罗基文
NotoSansCherokee-Regular.ttf 
希腊文
NotoSansCoptic-Regular.ttf 
苏美尔-阿卡德楔形文字
NotoSansCuneiform-Regular.ttf 
塞浦路斯文
NotoSansCypriot-Regular.ttf 
德塞莱特文
NotoSansDeseret-Regular.ttf 
古埃及象形文字
NotoSansEgyptianHieroglyphs-Regular.ttf 
爱尔巴桑文
NotoSansElbasan-Regular.otf 
埃塞俄比亚文
NotoSansEthiopic-Bold.ttf 
NotoSansEthiopic-Regular.ttf 
格拉哥里文
NotoSansGlagolitic-Regular.ttf 
NotoSansGothic-Regular.ttf 
NotoSansGujarati-Bold.ttf 
NotoSansGujarati-Regular.ttf 
NotoSansGujaratiUI-Bold.ttf 
NotoSansGujaratiUI-Regular.ttf 
NotoSansGurmukhi-Bold.ttf 
NotoSansGurmukhi-Regular.ttf 
NotoSansGurmukhiUI-Bold.ttf 
NotoSansGurmukhiUI-Regular.ttf 
NotoSansHanunoo-Regular.ttf 
NotoSansHatran-Regular.otf 
NotoSansImperialAramaic-Regular.ttf 
NotoSansInscriptionalPahlavi-Regular.ttf 
NotoSansInscriptionalParthian-Regular.ttf 
NotoSansJavanese-Regular.ttf 
NotoSansKaithi-Regular.ttf 
NotoSansKannada-Bold.ttf 
NotoSansKannada-Regular.ttf 
NotoSansKannadaUI-Bold.ttf 
NotoSansKannadaUI-Regular.ttf 
NotoSansKayahLi-Regular.ttf 
NotoSansKharoshthi-Regular.ttf 
NotoSansKhmerUI-Bold.ttf 
NotoSansKhmerUI-Regular.ttf 
NotoSansLao-Bold.ttf 
NotoSansLao-Regular.ttf 
NotoSansLaoUI-Bold.ttf 
NotoSansLaoUI-Regular.ttf 
NotoSansLepcha-Regular.ttf 
NotoSansLimbu-Regular.ttf 
NotoSansLinearA-Regular.otf 
NotoSansLinearB-Regular.ttf 
NotoSansLisu-Regular.ttf 
NotoSansLycian-Regular.ttf 
NotoSansLydian-Regular.ttf 
NotoSansMalayalam-Bold.otf 
NotoSansMalayalam-Medium.otf 
NotoSansMalayalam-Regular.otf 
NotoSansMalayalamUI-Bold.otf 
NotoSansMalayalamUI-Medium.otf 
NotoSansMalayalamUI-Regular.otf 
NotoSansMandaic-Regular.ttf 
NotoSansManichaean-Regular.otf 
NotoSansMarchen-Regular.otf 
NotoSansMeeteiMayek-Regular.ttf 
NotoSansMeroitic-Regular.otf 
NotoSansMiao-Regular.otf 
NotoSansMongolian-Regular.ttf 
NotoSansMro-Regular.otf 
NotoSansMultani-Regular.otf 
NotoSansMyanmar-Bold-ZawDecode.ttf 
NotoSansMyanmar-Regular-ZawDecode.ttf 
NotoSansMyanmarUI-Bold-ZawDecode.ttf 
NotoSansMyanmarUI-Regular-ZawDecode.ttf 
NotoSansNabataean-Regular.otf 
NotoSansNewa-Regular.otf 
NotoSansNewTaiLue-Regular.ttf 
NotoSansNKo-Regular.ttf 
NotoSansOgham-Regular.ttf 
NotoSansOlChiki-Regular.ttf 
NotoSansOldItalic-Regular.ttf 
NotoSansOldNorthArabian-Regular.otf 
NotoSansOldPermic-Regular.otf 
NotoSansOldPersian-Regular.ttf 
NotoSansOldSouthArabian-Regular.ttf 
NotoSansOldTurkic-Regular.ttf 
NotoSansOriya-Bold.ttf 
NotoSansOriya-Regular.ttf 
NotoSansOriyaUI-Bold.ttf 
NotoSansOriyaUI-Regular.ttf 
NotoSansOsage-Regular.ttf 
NotoSansOsmanya-Regular.ttf 
NotoSansPahawhHmong-Regular.otf 
NotoSansPalmyrene-Regular.otf 
NotoSansPauCinHau-Regular.otf 
NotoSansPhagsPa-Regular.ttf 
NotoSansPhoenician-Regular.ttf 
NotoSansRejang-Regular.ttf 
NotoSansRunic-Regular.ttf 
NotoSansSamaritan-Regular.ttf 
NotoSansSaurashtra-Regular.ttf 
NotoSansSharada-Regular.otf 
NotoSansShavian-Regular.ttf 
NotoSansSinhala-Bold.otf 
NotoSansSinhala-Medium.otf 
NotoSansSinhala-Regular.otf 
NotoSansSinhalaUI-Bold.otf 
NotoSansSinhalaUI-Medium.otf 
NotoSansSinhalaUI-Regular.otf 
NotoSansSoraSompeng-Regular.otf 
NotoSansSundanese-Regular.ttf 
NotoSansSylotiNagri-Regular.ttf 
NotoSansSyriacEastern-Regular.ttf 
NotoSansSyriacEstrangela-Regular.ttf 
NotoSansSyriacWestern-Regular.ttf 
NotoSansTagalog-Regular.ttf 
NotoSansTagbanwa-Regular.ttf 
NotoSansTaiLe-Regular.ttf 
NotoSansTaiTham-Regular.ttf 
NotoSansTaiViet-Regular.ttf 
NotoSansTamil-Bold.otf 
NotoSansTamil-Medium.otf 
NotoSansTamil-Regular.otf 
NotoSansTamilUI-Bold.otf 
NotoSansTamilUI-Medium.otf 
NotoSansTamilUI-Regular.otf 
NotoSansTelugu-Bold.ttf 
NotoSansTelugu-Regular.ttf 
NotoSansTeluguUI-Bold.ttf 
NotoSansTeluguUI-Regular.ttf 
NotoSansThaana-Bold.ttf 
NotoSansThaana-Regular.ttf 
NotoSansTibetan-Bold.ttf 
NotoSansTibetan-Regular.ttf 
NotoSansTifinagh-Regular.ttf 
NotoSansUgaritic-Regular.ttf 
NotoSansVai-Regular.ttf 
NotoSansYi-Regular.ttf
NotoNaskhArabic-Regular.ttf 
NotoNaskhArabic-Bold.ttf 
NotoNaskhArabicUI-Regular.ttf 
NotoNaskhArabicUI-Bold.ttf 
NotoSansArmenian-Regular.otf 
NotoSansArmenian-Bold.otf 
NotoSansArmenian-Medium.otf 
NotoSansDevanagari-Regular.otf 
NotoSansDevanagari-Bold.otf 
NotoSansDevanagari-Medium.otf 
NotoSansDevanagariUI-Regular.otf 
NotoSansDevanagariUI-Bold.otf 
NotoSansDevanagariUI-Medium.otf 
NotoSansGeorgian-Regular.otf 
NotoSansGeorgian-Bold.otf 
NotoSansGeorgian-Medium.otf 
NotoSansHebrew-Regular.ttf 
NotoSansHebrew-Bold.ttf 
NotoSansSymbols-Regular-Subsetted.ttf 
NotoSansSymbols-Regular-Subsetted2.ttf 
NotoSansThai-Regular.ttf 
NotoSansThai-Bold.ttf 
NotoSansThaiUI-Regular.ttf 
NotoSansThaiUI-Bold.ttf
NotoSerifArmenian-Bold.otf 
NotoSerifArmenian-Regular.otf 
NotoSerifBengali-Bold.ttf 
NotoSerifBengali-Regular.ttf 
NotoSerifDevanagari-Bold.ttf 
NotoSerifDevanagari-Regular.ttf 
NotoSerifEthiopic-Bold.otf 
NotoSerifEthiopic-Regular.otf 
NotoSerifGeorgian-Bold.otf 
NotoSerifGeorgian-Regular.otf 
NotoSerifGujarati-Bold.ttf 
NotoSerifGujarati-Regular.ttf 
NotoSerifGurmukhi-Bold.otf 
NotoSerifGurmukhi-Regular.otf 
NotoSerifHebrew-Bold.ttf 
NotoSerifHebrew-Regular.ttf 
NotoSerifKannada-Bold.ttf 
NotoSerifKannada-Regular.ttf 
NotoSerifKhmer-Bold.otf 
NotoSerifKhmer-Regular.otf 
NotoSerifLao-Bold.ttf 
NotoSerifLao-Regular.ttf 
NotoSerifMalayalam-Bold.ttf 
NotoSerifMalayalam-Regular.ttf 
NotoSerifMyanmar-Bold.otf 
NotoSerifMyanmar-Regular.otf 
NotoSerifSinhala-Bold.otf 
NotoSerifSinhala-Regular.otf 
NotoSerifTamil-Bold.otf 
NotoSerifTamil-Regular.otf 
NotoSerifTelugu-Bold.ttf 
NotoSerifTelugu-Regular.ttf 
NotoSerifThai-Bold.ttf 
NotoSerifThai-Regular.ttf


删除无用语言包


frameworks/base/core/res/res/values/locale_config.xml

删除其中不需要语音列表,注意以为一组,这里只保留了中文相关

<resources>
    <string-array translatable="false" name="supported_locales">
        <item>en-US</item> <!-- English (United States) -->
        <item>zh-Hans-CN</item> <!-- Chinese (Simplified, China) -->
        <item>zh-Hans-HK</item> <!-- Chinese (Simplified, Hong Kong) -->
        <item>zh-Hans-MO</item> <!-- Chinese (Simplified, Macau) -->
        <item>zh-Hans-SG</item> <!-- Chinese (Simplified, Singapore) -->
        <item>zh-Hant-HK</item> <!-- Chinese (Traditional, Hong Kong) -->
        <item>zh-Hant-MO</item> <!-- Chinese (Traditional, Macau) -->
        <item>zh-Hant-TW</item> <!-- Chinese (Traditional, Taiwan) -->
    </string-array>
</resources>

这样修改后只是系统设置中系统–语音和输入法–语音–添加语音列表中只展示中文相关,



N9fkgf.png

对应的资源文件并未删除依旧打包到了 system.img 中,依旧占用系统空间。接下来继续删除

frameworks/base/core/res/res/ 多余的资源文件夹,和刚刚的 locale_config.xml 保留对应

目录
相关文章
|
3月前
|
Android开发
基于android-11.0.0_r39,系统应用的手动签名方法和过程
本文介绍了基于Android 11.0.0_r39版本进行系统应用手动签名的方法和解决签名过程中遇到的错误,包括处理`no conscrypt_openjdk_jni-linux-x86_64`和`RegisterNatives failed`的问题。
186 2
|
3月前
|
JavaScript 前端开发 Java
[Android][Framework]系统jar包,sdk的制作及引用
[Android][Framework]系统jar包,sdk的制作及引用
95 0
|
27天前
|
缓存 Java Shell
Android 系统缓存扫描与清理方法分析
Android 系统缓存从原理探索到实现。
52 15
Android 系统缓存扫描与清理方法分析
|
18天前
|
算法 JavaScript Android开发
|
21天前
|
安全 搜索推荐 Android开发
揭秘安卓与iOS系统的差异:技术深度对比
【10月更文挑战第27天】 本文深入探讨了安卓(Android)与iOS两大移动操作系统的技术特点和用户体验差异。通过对比两者的系统架构、应用生态、用户界面、安全性等方面,揭示了为何这两种系统能够在市场中各占一席之地,并为用户提供不同的选择。文章旨在为读者提供一个全面的视角,理解两种系统的优势与局限,从而更好地根据自己的需求做出选择。
54 2
|
29天前
|
安全 搜索推荐 Android开发
深入探索安卓与iOS系统的差异及其对用户体验的影响
在当今的智能手机市场中,安卓和iOS是两大主流操作系统。它们各自拥有独特的特性和优势,为用户提供了不同的使用体验。本文将深入探讨安卓与iOS系统之间的主要差异,包括它们的设计理念、用户界面、应用生态以及安全性等方面,并分析这些差异如何影响用户的使用体验。
|
29天前
|
安全 搜索推荐 Android开发
揭秘iOS与Android系统的差异:一场技术与哲学的较量
在当今数字化时代,智能手机操作系统的选择成为了用户个性化表达和技术偏好的重要标志。iOS和Android,作为市场上两大主流操作系统,它们之间的竞争不仅仅是技术的比拼,更是设计理念、用户体验和生态系统构建的全面较量。本文将深入探讨iOS与Android在系统架构、应用生态、用户界面及安全性等方面的本质区别,揭示这两种系统背后的哲学思想和市场策略,帮助读者更全面地理解两者的优劣,从而做出更适合自己的选择。
|
20天前
|
安全 搜索推荐 程序员
深入探索Android系统的碎片化问题及其解决方案
在移动操作系统的世界中,Android以其开放性和灵活性赢得了广泛的市场份额。然而,这种开放性也带来了一个众所周知的问题——系统碎片化。本文旨在探讨Android系统碎片化的现状、成因以及可能的解决方案,为开发者和用户提供一种全新的视角来理解这一现象。通过分析不同版本的Android系统分布、硬件多样性以及更新机制的影响,我们提出了一系列针对性的策略,旨在减少碎片化带来的影响,提升用户体验。
|
20天前
|
安全 Android开发 iOS开发
深入探索iOS与Android系统的差异性及优化策略
在当今数字化时代,移动操作系统的竞争尤为激烈,其中iOS和Android作为市场上的两大巨头,各自拥有庞大的用户基础和独特的技术特点。本文旨在通过对比分析iOS与Android的核心差异,探讨各自的优势与局限,并提出针对性的优化策略,以期为用户提供更优质的使用体验和为开发者提供有价值的参考。
|
22天前
|
安全 Android开发 iOS开发
安卓系统与iOS系统的比较####
【10月更文挑战第26天】 本文将深入探讨安卓(Android)和iOS这两大主流移动操作系统的各自特点、优势与不足。通过对比分析,帮助读者更好地理解两者在用户体验、应用生态、系统安全等方面的差异,从而为消费者在选择智能手机时提供参考依据。无论你是技术爱好者还是普通用户,这篇文章都将为你揭示两大系统背后的故事和技术细节。 ####
40 0