change e_player boot order

This commit is contained in:
hyx 2026-04-23 14:41:08 +08:00
parent 854418797b
commit abeb0f4251
2 changed files with 9 additions and 1 deletions

View File

@ -74,4 +74,5 @@ sleep 5
echo -100 > /proc/$(pidof lbh_server)/oom_score_adj
echo -100 > /proc/$(pidof lbh_client)/oom_score_adj
./e_player &
# e_player 已移到 S20e_player 启动脚本中,提前启动
# ./e_player &

View File

@ -0,0 +1,7 @@
#!/bin/sh
export LD_LIBRARY_PATH=/data/bin/libs:/vendor/qua/lib:/lib:/usr/lib:$LD_LIBRARY_PATH
export PATH=$PATH:/vendor/qua/ko:/vendor/qua/BT:/vendor/qua/wifi/bin:/system/qua/BT:/system/qua/wifi/bin
echo "Starting e_player..."
cd /data/bin
./e_player &