Tools B315s-936 Firmware Remod

ito boss ilagay mo.. alisin mo na yung nakasulat dun sa cmd..
Code:
@echo off
echo Connecting to server..
adb kill-server > nul
adb connect 192.168.8.1:5555 > nul
adb shell echo "Connected!"
adb shell echo "Flashing webgui files. Please wait..."
adb shell mount -o remount, rw /app/webroot
adb push favicon.ico /app/webroot/WebApp/common/favicon.ico
adb push login_menu_bg.png /app/webroot/WebApp/common/res/login_menu_bg.png
adb push login_menu_bg.gif /app/webroot/WebApp/common/res/login_menu_bg.gif
adb push antenna.png /app/webroot/WebApp/common/res/antenna.png
adb push bg1.png /app/webroot/WebApp/common/res/bg1.png
adb push header_bg.jpg /app/webroot/WebApp/common/res/header_bg.jpg
adb push header_bg.png /app/webroot/WebApp/common/res/header_bg.png
adb push hotlinks_0.gif /app/webroot/WebApp/common/res/hotlinks_0.gif
adb push hotlinks_1.gif /app/webroot/WebApp/common/res/hotlinks_1.gif
adb push hotlinks_2.gif /app/webroot/WebApp/common/res/hotlinks_2.gif
adb push icon_signal_00.png /app/webroot/WebApp/common/res/icon_signal_00.png
adb push icon_signal_01.png /app/webroot/WebApp/common/res/icon_signal_01.png
adb push icon_signal_02.png /app/webroot/WebApp/common/res/icon_signal_02.png
adb push icon_signal_03.png /app/webroot/WebApp/common/res/icon_signal_03.png
adb push icon_signal_04.png /app/webroot/WebApp/common/res/icon_signal_04.png
adb push icon_signal_05.png /app/webroot/WebApp/common/res/icon_signal_05.png
adb push login_bg.png /app/webroot/WebApp/common/res/login_bg.png
adb push login_box_bg.png /app/webroot/WebApp/common/res/login_box_bg.png
adb push login_header.png /app/webroot/WebApp/common/res/login_header.png
adb push logo.gif /app/webroot/WebApp/common/res/logo.gif
adb push main_ad.gif /app/webroot/WebApp/common/res/main_ad.gif
adb push main_bg.gif /app/webroot/WebApp/common/res/main_bg.gif
adb push main_bg.jpg /app/webroot/WebApp/common/res/main_bg.jpg
adb push main_button.gif /app/webroot/WebApp/common/res/main_button.gif
adb push menu_bg.gif /app/webroot/WebApp/common/res/menu_bg.gif
adb push menu_line.gif /app/webroot/WebApp/common/res/menu_line.gif
adb push menu_message.gif /app/webroot/WebApp/common/res/menu_message.gif
adb push menu_setting.gif /app/webroot/WebApp/common/res/menu_setting.gif
adb push menu_traffics.gif /app/webroot/WebApp/common/res/menu_traffics.gif
adb push menu_update.gif /app/webroot/WebApp/common/res/menu_update.gif
adb push message.gif /app/webroot/WebApp/common/res/message.gif
adb push mobile_connect_btn.png /app/webroot/WebApp/common/res/mobile_connect_btn.png
adb push pcassist_img.jpg /app/webroot/WebApp/common/res/pcassist_img.jpg
adb push power_btn.png /app/webroot/WebApp/common/res/power_btn.png
adb push read.gif /app/webroot/WebApp/common/res/read.gif
adb push signal_0.png /app/webroot/WebApp/common/res/signal_0.png
adb push signal_1.png /app/webroot/WebApp/common/res/signal_1.png
adb push signal_2.png /app/webroot/WebApp/common/res/signal_2.png
adb push signal_3.png /app/webroot/WebApp/common/res/signal_3.png
adb push signal_4.png /app/webroot/WebApp/common/res/signal_4.png
adb push signal_5.png /app/webroot/WebApp/common/res/signal_5.png
adb push Tab_button_down.gif /app/webroot/WebApp/common/res/Tab_button_down.gif
adb push Tab_button_down.png /app/webroot/WebApp/common/res/Tab_button_down.png
adb push Tab_button_off.gif /app/webroot/WebApp/common/res/Tab_button_off.gif
adb push Tab_button_off.png /app/webroot/WebApp/common/res/Tab_button_off.png
adb push Tab_button_on.gif /app/webroot/WebApp/common/res/Tab_button_on.gif
adb push Tab_button_on.png /app/webroot/WebApp/common/res/Tab_button_on.png
adb push unread_message.gif /app/webroot/WebApp/common/res/unread_message.gif
adb push waiting.gif /app/webroot/WebApp/common/res/waiting.gif
adb push wan_disable.png /app/webroot/WebApp/common/res/wan_disable.png
adb push wan_down.png /app/webroot/WebApp/common/res/wan_down.png
adb push wan_up.png /app/webroot/WebApp/common/res/wan_up.png
adb push wan_up_down.png /app/webroot/WebApp/common/res/wan_up_down.png
adb push main.css.gz /app/webroot/WebApp/common/css/main.css.gz
adb push main.js.gz /app/webroot/WebApp/common/js/main.js.gz
adb push version.xml /app/webroot/WebApp/common/config/version.xml
adb shell chmod 775 /app/webroot/WebApp/common/res/antenna.png
adb shell chmod 775 /app/webroot/WebApp/common/res/bg1.png
adb shell chmod 775 /app/webroot/WebApp/common/res/header_bg.jpg
adb shell chmod 775 /app/webroot/WebApp/common/res/header_bg.png
adb shell chmod 775 /app/webroot/WebApp/common/res/hotlinks_0.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/hotlinks_1.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/hotlinks_2.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/icon_signal_00.png
adb shell chmod 775 /app/webroot/WebApp/common/res/icon_signal_01.png
adb shell chmod 775 /app/webroot/WebApp/common/res/icon_signal_02.png
adb shell chmod 775 /app/webroot/WebApp/common/res/icon_signal_03.png
adb shell chmod 775 /app/webroot/WebApp/common/res/icon_signal_04.png
adb shell chmod 775 /app/webroot/WebApp/common/res/icon_signal_05.png
adb shell chmod 775 /app/webroot/WebApp/common/res/login_bg.png
adb shell chmod 775 /app/webroot/WebApp/common/res/login_box_bg.png
adb shell chmod 775 /app/webroot/WebApp/common/res/login_header.png
adb shell chmod 775 /app/webroot/WebApp/common/res/logo.gif
adb shell chmod 775 /app/webroot/WebApp/common/css/main.css.gz
adb shell chmod 775 /app/webroot/WebApp/common/js/main.js.gz
adb shell chmod 775 /app/webroot/WebApp/common/res/main_ad.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/main_bg.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/main_bg.jpg
adb shell chmod 775 /app/webroot/WebApp/common/res/main_button.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/menu_bg.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/menu_line.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/menu_message.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/menu_setting.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/menu_traffics.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/menu_update.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/message.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/mobile_connect_btn.png
adb shell chmod 775 /app/webroot/WebApp/common/res/pcassist_img.jpg
adb shell chmod 775 /app/webroot/WebApp/common/res/power_btn.png
adb shell chmod 775 /app/webroot/WebApp/common/res/read.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/signal_0.png
adb shell chmod 775 /app/webroot/WebApp/common/res/signal_1.png
adb shell chmod 775 /app/webroot/WebApp/common/res/signal_2.png
adb shell chmod 775 /app/webroot/WebApp/common/res/signal_3.png
adb shell chmod 775 /app/webroot/WebApp/common/res/signal_4.png
adb shell chmod 775 /app/webroot/WebApp/common/res/signal_5.png
adb shell chmod 775 /app/webroot/WebApp/common/res/Tab_button_down.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/Tab_button_down.png
adb shell chmod 775 /app/webroot/WebApp/common/res/Tab_button_off.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/Tab_button_off.png
adb shell chmod 775 /app/webroot/WebApp/common/res/Tab_button_on.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/Tab_button_on.png
adb shell chmod 775 /app/webroot/WebApp/common/res/unread_message.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/waiting.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/wan_disable.png
adb shell chmod 775 /app/webroot/WebApp/common/res/wan_down.png
adb shell chmod 775 /app/webroot/WebApp/common/res/wan_up.png
adb shell chmod 775 /app/webroot/WebApp/common/res/wan_up_down.png
adb shell chmod 775 /app/webroot/WebApp/common/config/version.xml
adb shell chmod 775 /app/webroot/WebApp/common/res/login_menu_bg.gif
adb shell chmod 775 /app/webroot/WebApp/common/res/login_menu_bg.png
adb shell chmod 775 /app/webroot/WebApp/common/favicon.ico
adb shell mount -o remount, ro /app/webroot
adb kill-server > nul
echo Finished. Refresh your browser.

pagkatapos irename mo boss yung .cmd to .sh
 
Screenshot_20210126_001219_com.termux.jpg
 

Attachments

[XX='PHC-Jerick09, c: 707801, m: 774763'][/XX] orr baka naman ito "adb shell mount -o remount, rw /app/webroot"
yung mali na codes lodss kasi pang cmd to😅
 
[XX='bianon, c: 707807, m: 1475345'][/XX] hindi pa nga lumabas ito:
adb shell echo "Connected!"
adb shell echo "Flashing webgui files. Please wait..."
nag eeror na ka agad sa line 7 yung
adb shell mount -o remount, rw /app/webroot
 
[XX='PHC-Jerick09, c: 707804, m: 774763'][/XX] ito ba yung ADB lods



Termux-ADB​

Install ADB & FastBoot Tools in Termux!
For devices with ARM or ARM64 processors only!

How to install​

  • Silent installation:
    Copy and paste the following command in Termux to silently install Tools:
    apt update > /dev/null 2>&1 && apt --assume-yes install wget > /dev/null 2>&1 && wget You do not have permission to view the full content of this post. Log in or register now. -q && bash InstallTools.sh
 

Users search this thread by keywords

  1. wifi voucher firmware
Back
Top