Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 18, 2024
1 parent 87dc2ca commit 24b0123
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 6 deletions.
1 change: 0 additions & 1 deletion bad.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ This is not always an error, some patches contain commented lines.
| 640 | S45iv4 | [Список ссылок и звуков<br>Links & sound list](https://patches.kibab.com/patches/details.php5?id=640) |
| 2167 | S75v24 | [Отключить появление окна "Помощника" при старте телефона<br>Disable "Assistant" at startup](https://patches.kibab.com/patches/details.php5?id=2167) |
| 2541 | S75v26 | [Смена имени телефона в *#06#<br>Rename phone in *#06#](https://patches.kibab.com/patches/details.php5?id=2541) |
| 10835 | S75v52 | [ТЕСТ ПАТЧ<br>TEST PATCH](https://patches.kibab.com/patches/details.php5?id=10835) |
| 1688 | SL45iv56 | [Исправление предупредительного сигнала об окончании батарейки<br>Modify Battery Empty Warning Sound](https://patches.kibab.com/patches/details.php5?id=1688) |
| 1747 | SL45iv56 | [Скрыть, отцентрировать и т.п. дату и время<br>Remove, center etc. Date & Clock](https://patches.kibab.com/patches/details.php5?id=1747) |
| 1892 | SL45iv56 | [DSSM. Перемещение строки даты/часов и коллекция перемещений<br>DSSM. Date/time string style & movement collection](https://patches.kibab.com/patches/details.php5?id=1892) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;Using ELFs screensavers
;(c) FIL
;(p) Виктор89
;Version: 1.5
;Version: 1.6
;PatchID: 10844
;Details: https://patches.kibab.com/patches/details.php5?id=10844
/*
Expand All @@ -29,6 +29,8 @@
0968A94: 9EF7E6E9 A7F4D6FD
0610644: 7379734765744469726563746F727953697A652C2063616E6E6F7420726561642066696C65206E616D652074 064A0B0010B5904205D118000449054B0322984710BD044B9847FBE74203000024EB30A0743825A0886D90A0


;PATCH PREVIEW:
03A8384: 9EF759F9 F5F760FF
039E248: 6461746120213D204E554C4C20262620646174614C656E677468203D3D2073697A656F6628416464 10B5042804D104490448054B984710BD044B9847FBE7C04601A0000009420000942A09A03B6634A0
;------------------------- end -------------------------

14 changes: 14 additions & 0 deletions patches/S75v52/10849-fade_light_off_faster.vkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
;S75v52
;Ускоренное гашение подсветки
;Fade light off faster
;(c) FIL
;Version:
;PatchID: 10849
;Details: https://patches.kibab.com/patches/details.php5?id=10849
/*

*/

0962856: 021C FF22
;------------------------- end -------------------------

6 changes: 5 additions & 1 deletion patches/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -30941,7 +30941,7 @@
"E71v45/10843-using_elfs_screensavers_v1_5.vkp"
],
[
"S75v52/10844-using_elfs_screensavers_v1_5.vkp"
"S75v52/10844-using_elfs_screensavers_v1_6.vkp"
],
[
"S75v52/10845-change_dirs_of_theme_res_v1_1.vkp"
Expand All @@ -30951,5 +30951,9 @@
],
[
"S75v52/10847-disable_mmc_messages.vkp"
],
null,
[
"S75v52/10849-fade_light_off_faster.vkp"
]
]
14 changes: 12 additions & 2 deletions patches/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -19127,8 +19127,8 @@
"10844": {
"id": "10844",
"model": "S75v52",
"file": "S75v52/10844-using_elfs_screensavers_v1_5.vkp",
"mtime": 1718481594000,
"file": "S75v52/10844-using_elfs_screensavers_v1_6.vkp",
"mtime": 1718524408000,
"title": {
"ru": "Использование эльфов-скринсейверов",
"en": "Using ELFs screensavers"
Expand All @@ -19153,6 +19153,16 @@
"ru": "Отключить сообщения 'Карта неисправна или неотформатирована!', 'Потеря данных! Исп. опцию \"Вынуть карту\".'",
"en": "Disable messages 'MultiMedia-Card defect or not formatted!', 'Data lost! Use option 'Eject card'.'"
}
},
"10849": {
"id": "10849",
"model": "S75v52",
"file": "S75v52/10849-fade_light_off_faster.vkp",
"mtime": 1718604786000,
"title": {
"ru": "Ускоренное гашение подсветки",
"en": "Fade light off faster"
}
}
},
"SL75v31": {
Expand Down

0 comments on commit 24b0123

Please sign in to comment.