forked from LIghtJUNction/RootManage-Module-Model
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
37 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,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 |