Skip to content

Commit 64d815f

Browse files
authored
Add more files
1 parent 1bdc636 commit 64d815f

28 files changed

+64
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v2
2+
- Added more files to attempt to fix the module.
3+
14
# v1.1
25
- Added better information on `module.prop`.
36

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=a03nnxx-ril-rollback
22
name=SMS Fix Magisk Module for Samsung Galaxy A03
3-
version=v1.1
4-
versionCode=2
3+
version=v2
4+
versionCode=3
55
author=IverCoder
66
description=Fix SMS on Galaxy A03 by rolling back the RIL libraries. This is only tested for SM-A035F, for other models please report your experience on https://t.me/a035f
77
updateJson=https://raw.githubusercontent.com/IverCoder/a03nnxx-ril-rollback/main/update.json
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright (C) 2012 The Android Open Source Project
2+
#
3+
# IMPORTANT: Do not create world writable files or directories.
4+
# This is a common source of Android security bugs.
5+
#
6+
7+
service ril-daemon /vendor/bin/hw/rild
8+
class main
9+
user radio
10+
group radio cache inet misc audio sdcard_r sdcard_rw log vpn system readproc wakelock
11+
capabilities BLOCK_SUSPEND NET_ADMIN NET_RAW SYS_ADMIN CHOWN SYS_TIME
12+
socket sap_uim_socket1 stream 660 bluetooth bluetooth
13+
14+
on post-fs-data
15+
setprop persist.vendor.modem.log_dest 0
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Copyright (C) 2012 The Android Open Source Project
2+
#
3+
# IMPORTANT: Do not create world writable files or directories.
4+
# This is a common source of Android security bugs.
5+
#
6+
7+
# service can not be overwritten except SPRINT
8+
# Thus, rilcarrier is imported before common rc, like init.rilchip.rc
9+
10+
on post-fs-data
11+
mkdir /data/vendor/secradio 0770 radio radio
12+
13+
on property:ro.vendor.multisim.simslotcount=1
14+
stop ril-daemon1
15+
16+
on property:vts.native_server.on=*
17+
setprop vendor.vts.native_server.on ${vts.native_server.on}
18+
19+
service network_config /vendor/bin/secril_config_svc NetworkConfig
20+
user radio
21+
group radio
22+
oneshot
23+
disabled
24+
25+
service sim_config /vendor/bin/secril_config_svc SimConfig
26+
user radio
27+
group radio
28+
oneshot
29+
disabled
30+
31+
on fs
32+
exec_start sim_config
33+
34+
on post-fs-data
35+
exec_start network_config
36+
setprop ro.telephony.default_network ${ro.vendor.radio.default_network}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
service vendor.sprd.broadcastradio-hal2 /vendor/bin/hw/vendor.sprd.hardware.broadcastradio@2.0-service
2+
class hal
3+
user audioserver
4+
group audio media
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
service vendor.sprd.hardware.network@1.0-service /vendor/bin/hw/vendor.sprd.hardware.network@1.0-service
2+
class hal
3+
user system
4+
group system
26.5 KB
Binary file not shown.
17.3 KB
Binary file not shown.
122 KB
Binary file not shown.
118 KB
Binary file not shown.

0 commit comments

Comments
 (0)