PLDT Boosteven R281 (Band Locking)

Status
Not open for further replies.
Newbie lang po ako, pero possible po kaya mag install ng fw, through OTA gamit ang sariling server?
Katulad po ng kay sir Jerome Laliag sa PLDT FX-ID3.
 
Payday sale ngayon😆
May 10% voucher sa shopee
Mura B818, dagdag collection na naman😆6893 lang😆

Screenshot_2021-09-30-08-39-08-929_com.shopee.ph.jpg


Bat overprice na masyado mamba🤔😆
6k to 9k na price sa shopee😆
 
Mga masters tama ba to, pwede ma extract MTD.GZ files with winzip

How to open GZ files
Download and save the GZ file to your computer. If your compressed file was downloaded from the internet, it may be saved in the Downloads folder in your Documents or user directory.
Launch WinZip and open the compressed file by clicking File > Open. If your system has the compressed file extension associated with WinZip program, just double-click on the file.
Select all of the files in the compressed folder or select only the files you want to extract by holding the CTRL key and left-clicking on them.
Click 1-click Unzip and choose Unzip to PC or Cloud in the WinZip toolbar under the Unzip/Share tab.
Select a destination folder to place the extracted GZ files in and click the "Unzip" button.
Find your extracted files in your chosen destination folder.
Unzip GZ file format on Windows or Mac
WinZip
Windows 10
Windows 8
Windows 7
Windows Vista
Windows XP
Internet Explorer 8 or later



Linux Commands
How to Open a GZ File in Linux
6 months agoby Simran Kaur
There are various tools to compress any file to minimize its size for saving storage. GZ files are squeezed through the “GZIP” tool, which is a little bit similar to the zip file. GZIP is one of the most popular compression programs that decrease any file size while keeping the original timestamp, ownership, and file mode. Generally, this compression is used for compressing the web elements to reduce the load time of webpages. However, many people don’t know how to open a GZ file; we will cover complete details on opening a GZ file in Linux.
How to Open a GZ File in Linux
There is a specific process to open a GZ file in Linux, so here is the step-by-step procedure to open it from the terminal:

First, unzip the GZ file using the Linux terminal by “-d” Flag; to do this, open the terminal and execute the following command:

MY LATEST VIDEOS
$ gzip -d FileName.gz
Once you execute the command, the system starts to restore all of the files in their original format. This “-d” Flag will replace the GZ file with the extracted file.


In case you don’t want to replace the GZ file with the extracted file, then you can use the “-dk” flag by executing the following command:

$ gzip -dk FileName.gz
There is another command line that is similar to the “-d” Flag, but it requires the gunzip command so execute the following command for it:

$ gunzip FileName.gz
Note: In the above commands, “FileName” stands for the name of the GZ file, so make sure to replace it with your file’s name instead.

The “tar” files end with.tar.gz, which are compressed .tar archive, execute the following command in the terminal to extract “tar” files.


$ tar -xf archive.tar.gz
Once you execute the command successfully, the system will start to detect the current archive extraction.

Conclusion
That concludes the complete information GZ file and how one can extract and open GZ file easily on your Linux system. We have included four different methods to extract GZ files without having any errors. These methods are tried and tested on various Linux machines, so you can use these methods on your Linux system without facing issues.


compression
ABOUT THE AUTHOR

Simran Kaur
Simran works as a technical writer. The graduate in MS Computer Science from the well known CS hub, aka Silicon Valley, is also an editor of the website. She enjoys writing about any tech topic, including programming, algorithms, cloud, data science, and AI. Travelling, sketching, and gardening are the hobbies that interest her.

View all posts
RELATED LINUX HINT POSTS
How to Use fdisk Command to Create Partition in Linux
Linux Bluetooth Not Working Troubleshooting
Linux Wc -C Option to Count Bytes
How to Remove a Non-Empty Directory in Linux
Creating A User with Different Home Directory in Linux
How Do I Become a Root User in Linux
What is the Linux shutdown Command?
Linux Hint LLC, editor@linuxhint.com
1210 Kelly Park Cir, Morgan Hill, CA 95037

You do not have permission to view the full content of this post. Log in or register now.
 
Pwede paki try mga master yung Gz file extract nyo kung magiging. Bin files

How to Uncompress Gz file to Bin

You do not have permission to view the full content of this post. Log in or register now.

I have a file named like file.bin.gz.

I tried using gzip -d f.bin.gz to uncompress it, and got a .bin file.

Is the correct way to uncompress .bin files to use gzip -d? Also, .bin is a binary file, right?

Yes, what you did was one of the correct ways. To un-gzip a .gz file, use gunzip or gzip -d.

If your gzipped file is file.bin.gz, you can decompress it with:

gunzip file.bin.gz
This decompresses it to file.bin. If the operation succeeds, the original file.bin.gz is automatically removed. This is to say that the gzipped file is replaced with the decompressed file.

If you want to keep the original, pass the -k/--keep flag:

gunzip -k file.bin.gz
gzip behaves like gunzip when it is invoked with the -d/--decompress/--uncompress flag. So this works too:

gzip -d file.bin.gz
As with gunzip, the default behavior of gzip -d is to replace its input file once it succeeds. You can pass both -d and -k if you want to keep the input file.

(All of this applies regardless of what kind of file you want to decompress; none of it is specific to the file having .bin in its name--that's just part of the example I've used, to better match your situation.)

You can run man gunzip for more information, or gunzip --help for a summary of options.

As for what the .bin in the filename is likely to mean, you have surmised correctly that a file named .bin is usually a binary file. However, there are several different kinds of files that are sometimes named this way and, furthermore, the vast majority of binary files do not have .bin in their names.

To get more information about what file.bin is, run file on it:

file file.bin
(This is not specific to file.bin having file in its name. In general for a file abc you can learn about what kind of file it appears to be by running file abc.)

(This is also not specific to the .bin part of the filename having Any Meaning At All)
 
may fw na master way nalang ireflash ang wala

Ka Phc Aimee
Mtd4.gz yung firmware1 at mtd7.gz naman yung firmware2 kaya naisip lang din na dapat mga bin files mga yan para madali ma upload dunsa dashboard ng r281. Kaya dapat firmware1.bin at firmware2.bin. para madali i flash yung file. Wala pa kac mahanap na universal openwrt na fully compatible sa r281👍👍

Yung flashing kac ng mtd files ay dapat lahat yung 10 na mtd files kac may mga layer pala yan, halimbawa sa layer1 jan mapupunta mtd1 at mdt2 , next layer2 jan naman mdt3 at mdt4 layer3 and So on
 
Pakitingnan to mga Masters Lenar, Hawk etc, mukhang eto na yung way to flash yung nadukot na firmwares

You do not have permission to view the full content of this post. Log in or register now.

Video Tutz:

https://y😊utu.be/6jXjP3q7-NA


OpenWrt firmware upgradation with SSH command (with Piture)

OpenWrt firmware upgradation with SSH command (with Piture)

OpenWrt Attitude Adjustment 12.09-beta to Chaos Calmer 15.05.1 with SSH command
OpenWrt is an embedded operating system based on Linux. It is an open-source firmware for the wireless router with GNU license. Openwrt firmware developed by a team who works under GNU. OpenWrt firmware let your router boost-up and increase performance, but the important thing is using a wrong build or model firmware can be damage your router. you can find right firmware for your router from OpenWrt Table of Hardware. Follow the post for Openwrt firmware upgrade with ssh command.

Popular Post: How to Connect Any Wi-Fi without Password from Mobile?

Disclaimer –

Upgrading firmware on any router can be permanently brick router due to wrong model number and firmware upgraded. Before going to upgrade firmware on your Wi-Fi router make sure you have download correct firmware as supported by the model number. To verify of OpenWRT firmware supported by your Wi-Fi router and getting right firmware for your router model number confirm model number in OpenWrt Table of hardware

The requirement for OpenWrt Firmware Upgrade with Command Line.
To upgrading OpenWrt firmware on OEM version firmware you must require some tools to make it possible to replace OEM firmware with OpenWRT firmware. Find the required tools and accessories details given below to start firmware upgradation process without facing any error due to lack of any tools.

1:- WinSCP or any FTP ( download WinSCP Now)
WinSCP is FTP ( File transfer protocol) tools to transfer Openwrt firmware copy to your hardware flash. You can use any different FTP tools to which support ftp and sftp protocol.

2:- SSH client ( you can use putty Download Putty Now )
SSH client required to execute the firmware up gradation command from inside of router.SSH client also be using any other several ssh client available on the internet free of cost.

3:- Firmware Saved in Local Drive (PC or Laptop)
This is the most important steps and things to keep in mind. This firmware should the correct firmware copy compile with your router hardware md5 checksum otherwise your router can damage permanently.


4:- LAN Cable for Router Connection
A cat6 or cat5E LAN cable to connect the physical router to Computer /Laptop LAN port to start firmware up gradation process.



Wireless Router Connection Diagram for OpenWrt Firmware Upgrade with ssh Command.
Once you have ready all tools and firmware copy to move forward to the next steps of firmware up-gradation then connect your PC/Laptop LAN port to the router LAN port.

If you are going to upgrade your old router then make sure you have got all default settings with you to access router in FTP tool and Ssh.

Binatone WR3000N Configuration Router mode

Upgrading OpenWrt Attitude Adjustment 12.09-beta to Chaos Calmer 15.05.1.
OpenWrt Default IP Address : 192.168.1.1

Default username: root

Default password: No password (blank)

Note: Please login OpenWRT router and set the password to enable access from ssh and telnet. without a password OpenWrt not access from telnet or ssh.

5 Best Long Range Wireless Point to Point Device for Internet and CCTV

OpenWrt Firmware Up-gradation process with ssh
open WinSCP utility and select SCP from File protocol

user hostname: IP Address of Router

port number: 22

username: root

password : (whatever you have set in your router)

click Login

openwrt firmware upgarde with winscp software

Note: If you got an error during access to your router on WinSCP and SSH client please open router in web GUI and enable SSH access from management or services tab. You can search how to enable ssh access on your router by visiting your brand support page.



Upload Firmware to “tmp” folder in Router Flash.
For upgrading Openwrt firmware from ssh command we have to upload the firmware file into tmp folder of router flash with using of WinSCP. Follow the picture of how to upload OpenWrt firmware file in tmp folder.

1: In the left side-block browse the folder you have saved firmware copy and open the folder.

2: Open “tmp” folder inside router flash as shown below image option number 2.

3: Right-click firmware copy and click upload option to start uploading firmware into router flash.

how to install firmware in openwrt router from ftp

Access router with ssh command
Now you need SSH client software to login your router through SSH command .if you don’t download ssh client you can download putty from Download putty here.

Open putty and login router with ssh.

Type router IP Address in Hostname and choose the Connection type SSH as shown below image.

download putty now



Once you have successfully logged-in router with SSH command you will get black command box. In command box you have to execute the command to apply firmware up-gradation through commands.

” mtd -r write /tmp/firmware name firmware” [Enter]
firmware upgrade openwrt with putty OpenWrt Firmware upgrading process
While upgrading process going device will show “[W]” in last

firmware upgrade with telnet command in openwrt router

Note: During firmware up-gradation process does not reboot and switch off power it can damage your router permanently. If firmware up-gradation process interprets without self-reboot router until firmware up-gradation finished.

OpenWrt Firmware Up-gradation Finishing.
once device will be upgraded successfully then the device will reboot and open with new firmware version

Note: After Firmware up-gradation from ssh device will factory default settings.
openwrt super channel firmware for I-ball router


After Finishing the router reboot now your router should access with OpenWrt default IPAddress 192.168.1.1 and login username root and password no password.
 
guys pansin ko lang na once nagreset ng modem, iba yung lumalabas na wifi ssid. mtd something. possible na connected yun sa fw image?
 
mt-7663-8086 sa 5g at mt7603-8086 sa 2.4g. tho walang ganitong image sa op3nwrt org. idk if din if may sense ba to but trying to help lang

CPU:ASR(Marvell) PXA1826
 
naka gz file extensions din yung nahugot na fw. idk kung pwede ba iconvert into bin o may kailangan bang baguhin

Mukhang, ma swerte ngayong araw mga ka phc

Eto na yung command writing mtd. Gz

” mtd -r write /tmp/firmware name firmware” [Enter]
firmware upgrade openwrt with putty OpenWrt Firmware upgrading process
While upgrading process going device will show “[W]” in last

firmware upgrade with telnet command in openwrt router


Pwede yung Cp mode dto mga lods, ah yung Andftp, parehas lang pala used sa winscp

Upload Firmware to “tmp” folder in Router Flash.
For upgrading Openwrt firmware from ssh command we have to upload the firmware file into tmp folder of router flash with using of WinSCP. Follow the picture of how to upload OpenWrt firmware file in tmp folder.

1: In the left side-block browse the folder you have saved firmware copy and open the folder.

2: Open “tmp” folder inside router flash as shown below image option number 2.

3: Right-click firmware copy and click upload option to start uploading firmware into router flash.

how to install firmware in openwrt router from ftp
 
Status
Not open for further replies.

About this Thread

  • 5K
    Replies
  • 426K
    Views
  • 368
    Participants
Last reply from:
-Synntaxx

Online now

Members online
1,220
Guests online
1,203
Total visitors
2,423

Forum statistics

Threads
2,271,708
Posts
28,937,518
Members
1,237,818
Latest member
gieterdave2011
Back
Top