What's new

PLDT Boosteven R281 (Band Locking)

Status
Not open for further replies.
ni reset ko sa akin.. bumalik uli yung yung attempts

Anong mep pn ang ginamit lods?

Enabled Ssh Lods

Sa Termux

Type install apt Dropbear then press enter

Pagkatapos ma-install dropbear

Eto yung commands pang enable SSH

run mo ito para mag open yung dropbear

/etc/init.d/dropbear enable
dropbear -p 192.168.1.1:22



Next Command

ubus call router set_dropbear_info '{"dropbear_mode":"1","dropbear_key_type":"0"}'

Run this command


ubus call router set_dropbear_info '{"dropbear_mode":"1","dropbear_key_type":"99"}'

Optional dto wag napalitan para sa unlocking
Changed PW run
passwd

Make your PW permanent run
fw_setenv dropbear_password your created pw

Ex: fw_setenv dropbear_password root

Telnet ang buksan mo ok na un.
 
lods penge ako ubus code for bandlock band 1 and 3

bandlock with Frequency lock sa r051

ubus call cm set_cell_lock '{"mode":"2","act":"3","band":"3","freq":"1350","cellid":"}'

Sa r281

Band 3/1 using Ubus

ubus call version set_atcmd_info '{"atcmd":"AT+ZNLOCKBAND=1,0,5,0"}'

band 28/3/1 yan
AT+ZNLOCKBAND=1,0,8000005,0

Band 41/40/1
AT+ZNLOCKBAND=1,0,18000000001,0

band 40/1?
AT+ZNLOCKBAND=1,0,8000000001,0


Band 3/28
AT+ZNLOCKBAND=1,0,8000004,0

Band 1/3/28
AT+ZNLOCKBAND=1,0,8000005,0
 
ano code pag mag enter ng Pn key ubus

1. Open Termux and access telnet
Command:
telnet 192.168.1.1

2. Edit rc.local just copy paste the command then save.
Command:
vim /etc/rc.local

# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.

echo "*****enter rc.local" >/dev/kmsg

i=0
while [ $i -le 20 ]
do
eth1_detect=dmesg | grep "eth1 up"
[ -z "$eth1_detect" ] || break
sleep 2
let i+=1
done
echo "******************leave rc.local" >/dev/kmsg
ubus call version set_atcmd_info '{"atcmd":"AT+CLCK=PN,0,123456,16"}'
 
Eto lang muna.
Easy band locking via web interface.
Download You do not have permission to view the full content of this post. Log in or register now.
Then iupload sa router gamit AndFtp.
Watch video for steps.


Paalala lang:
Dapat enabled na ssh ng router mo at alam mo password nito.
 

Attachments

Last edited:
Eto lang muna.
Easy band locking via web interface.
Download You do not have permission to view the full content of this post. Log in or register now.
Then iupload sa router gamit AndFtp.
Watch video for steps.
View attachment 1767810

Salamat parin lods pero marami na kaming tricks sa bandlocking. Kahit directory file lang at file name saan mo nakita malaking tulong na.

ano code pag mag enter ng Pn key ubus

Enable mo pala mep pn mo sa web ui para malaman mo nakailang error kana. Pero kung may nginx file ka dun mo nalang tignan nakailang attempt kana.
 
Last edited:
Salamat parin lods pero marami na kaming tricks sa bandlocking. Kahit directory file lang at file name saan mo nakita malaking tulong na.



Enable mo pala mep pn mo sa web ui para malaman mo nakailang error kana. Pero kung may nginx file ka dun mo nalang tignan nakailang attempt kana.
oo lods na enable ko na..

Eto lang muna.
Easy band locking via web interface.
Download You do not have permission to view the full content of this post. Log in or register now.
Then iupload sa router gamit AndFtp.
Watch video for steps.
View attachment 1767810

Paalala lang:
Dapat enabled na ssh ng router mo at alam mo password nito.
thanks Lods.. bigyan mo naman kami hint
 
Status
Not open for further replies.
Back
Top