Skip to content

Commit

Permalink
Update system.prop
Browse files Browse the repository at this point in the history
  • Loading branch information
naiheSH authored Nov 2, 2024
1 parent 96d550e commit e56482f
Showing 1 changed file with 7 additions and 37 deletions.
44 changes: 7 additions & 37 deletions MyModule/system.prop
Original file line number Diff line number Diff line change
@@ -1,37 +1,7 @@
# system.prop 文件说明

`system.prop` 文件的格式与 `build.prop` 完全相同,每一行都是 `[key]=[value]` 的形式。此文件用于定义系统属性,这些属性将在系统启动时通过 `resetprop` 命令进行更改。

## 文件路径

该文件位于以下路径:
/system/build.prop

示例:
# Example properties
ro.product.model=MyDevice
ro.build.version.release=11
ro.build.version.sdk=30
ro.build.date=Tue Sep 21 21:21:21 UTC 2021
ro.build.type=user
ro.build.tags=release-keys

ro.product.manufacturer=MyManufacturer
ro.hardware=MyHardware
ro.serialno=1234567890
ro.bootimage.build.date=Tue Sep 21 21:21:21 UTC 2021
ro.bootimage.build.fingerprint=MyManufacturer/MyDevice/MyHardware:11/RP1A.200720.012/1234567:user/release-keys

ro.config.ringtone=MyRingtone
ro.config.notification_sound=MyNotificationSound
ro.config.alarm_alert=MyAlarmSound
ro.config.wallpaper=MyWallpaper
ro.config.wallpaper_component=MyWallpaperComponent

ro.build.characteristics=default
ro.build.description=MyDevice-user 11 RP1A.200720.012 1234567 release-keys
ro.build.display.id=RP1A.200720.012
ro.build.fingerprint=MyManufacturer/MyDevice/MyHardware:11/RP1A.200720.012/1234567:user/release-keys
ro.build.host=MyHost
ro.build.id=RP1A.200720.012
ro.build.product=MyDevice
ro.system.build.version.incremental=OS2.0.2.2.VNCCNXM
ro.system.build.version.release=15
ro.system.build.version.release_or_codename=15
ro.build.version.incremental=OS2.0.2.2.VNCCNXM
ro.build.version.release=15
ro.build.version.release_or_codename=1
ro.build.version.security_patch=2024-10-01

0 comments on commit e56482f

Please # to comment.