Pages

Friday, November 8, 2019

Warp + 1.1.1.1 Uncensored Everything (Globe/TM Zero Load)

One of the hottest vpn app today is the recently launched Warp + 1.1.1.1 cloudfares' vpn. 1.1.1.1 is a cloudsflare DNS resolver which is faster than google's 8.8.8.8. This is a combination of socks proxy ang openvpn which bypasses Telecom's own DNS resolver and thus provides uncensored content without any internet plan (Zero Load). The app was built not for that purpose but to provide internet security. So let's begin.


Just download the app by clicking here. (The App is modded and thus, no need to farm or refer a friend.) Afterwards, install the app on your android phone and provide necessary permissions. Initially, the app requires internet connection to be able to fetch necessary files from its server. When the app is already installed you may now switch to globe sim (With Zero Load). Toggle the connect switch and your good. You will see key icon right on the upper right corner of your screen indication that the app is running on the background. Enjoy the app while it is still working. How to connect your PC/Laptop to this app will be discussed on our next post. So please stay tune.





Thursday, September 5, 2019

Payload Hunt

When talking about virtual private networking, we really cannot avoid discussing about "payload". Payload in telecommunications is the portion of transmitted data that is the actual intended message. When it comes to computer viruses, payload is the portion of the malware which performs malicious actions Source: https://en.wikipedia.org/wiki/Payload_(computing)) Thus, payload in vpn plays an essential role. In the Philippines, based on our observations in the past 10 years, telecommunication companies such as Globe Telecom and Smart Communications spent millions on patching up these so-called "payload" to keep their internet services from being used for free. Today, I will share to you how to hunt a good payload that can be used on our vpn. These payloads can also be used in http injector, ktr, SVL injector and the like. So lets, begin.



Wednesday, August 7, 2019

Free OPENVPN Config (Panel Type Collection)

Openvpn on huawei modem is gaining much popularity. Many are so excited in installing it on their modems beyond security purposes, you know what I mean, its not safe to mention it here eh? Just joking. Installing openvpn is easy, but finding good configuration is chaos. Well if you want a good configuration that delivers and exceeds your expectation, you may want to try paid configuration offered by vpn sellers at a fairly cheap price. However, if you are on a tight budget and seeking free stuff, this post is for you. Thanks to our PHC masters whom did not refuse to share their good stuffs to us. So lets begin.

Please let us help maintaining the servers by not using it on Hacking, torrenting and other fraudulent act.

1. SleakVPN Panel (Old) (Credits to the developer and owner: Sleak of phc) (Server down)



Wednesday, July 31, 2019

Hot! vPnas VPN application with Encryptor Included

Openvpn application specially on android inline with the pc version is an opensource application released by openvpn technologies. Anyone can actually modify any part or version of the app without infringing any intellectual property rights. Modded openvpn application has been running for almost a decade now in the Philippines and is being used by paid vpn owners for their clients. Most modded vpn application today has the ability to hide and secure openvpn configuration due to payload secrecy. Today I'm going to share to you one of our modded vpn application and show you how to upload and secure your own private configuration using our config encryptor.



Tuesday, July 16, 2019

How to Build Your Own Basic OCS Panel (Debian 9) Part 2

OCS Panel like what we had discussed on the previous post is an essential tool in managing your vpn servers. It provides easy to use button to simplify the task. The issue that arose on the previous tutorial was the OS availabilty and compatibility, as other VPS (Virtual Private Server) providers phased out Debian 8 Operating System. If you'd missed the privious article you may click here to check it out. Thanks to our fellow PHC master Sir Bon-chan in remastering the script for Debian 8 and making it compatible on Debian 9 Operating System. Credits goes as well with M4rshall, daybreakers, shigeno and vps provider hostingmurah. So lets begin.



What are the things needed?

1. VPS Debian 9 x 64 (Stretch x 2) Server and Panel.
2. Putty and/or Bitvise
3. A cup of Coffee

Saturday, July 13, 2019

How to Build Your Own Basic OCS Panel with Admin and Reseller Role

Setting up your own VPN server is as easy as abc, but managing your multiple servers? I don't think so. This is the reason why we need a certain tool where we can all manage our servers without the hustle of logging in to each servers manually. This is where OCS Panel comes in. OCS panel is a tool where one can manage vpn servers such as, account creation, account modification and the like. Almost all VPN sellers out there for sure are renting OCS panel and spending a lot for the service. Well, there is no question when it comes to the service itself, however, if you want to lessen the cost of your monthly bill for your panel, this one is for you. A big credit goes to our fellow PHC masters and contributors and to Indonesian provider hostingmurah. So let's begin.







What are the things we need in building our OCS Panel? Below are the list.

1. Debian 8 x 64 (Jessie) x 2 (Server and Panel)
2. Putty or Bitvise SSH Client
3. Patience and a cup of Coffee

Procedure:

1. We need a dedicated VPS server for this panel to work smoothly. Where to get a fairly cheap VPS server? You can create your account here (Vultr) or try other VPS provider, otherwise, proceed to the next step. 

2. Run your SSH Client (Putty or Bitvise) and input the necessary information then login.

3. Once Login copy the below command and execute.


wget https://raw.githubusercontent.com/shigeno143/OCSAutoScript/master/OCSAutoScrptz.sh && chmod +x OCSAutoScrptz.sh && ./OCSAutoScrptz.sh


Screenshot:




It will ask you some important information, take note of the information you are putting in, you will need it by the end of the installation. On our example below, We name our database as OCS_PANEL_vpnas.



4. Once you reach almost the end of the installation, you will see some onscreen instruction.



5. Follow the onscreen instruction, so lets go ahead and head over to http://45.32.102.69:85 to manually configure our database.



6. After inputting the information needed click on install button, you will know if installation is successful when you see this screen.



7. Lets go ahead and login as admin to our OCS panel.




8. The panel is in Indonesian language and we have to translate it to english. Go back to our putty and execute the below command:

wget https://raw.githubusercontent.com/ucanfindme18/master/master/translate.sh && chmod +x translate.sh && ./translate.sh

9. Once done the panel login page will change and language is translated to english.






10. Now lets go ahead and log back in and now we are ready to add our servers to manage with. Click on the add server button on the upper right hand side under servers pane.


11. Now we are ready to incorporate our servers to our newly created panel.

Server Setup:




12. Go ahead and get another VPS (Debian 8 x 64). Login to putty or any SSH Client and run the below command:

apt-get -y install wget && wget https://raw.githubusercontent.com/daybreakersx/premscript/master/Debian8 && chmod +x Debian8 && ./Debian8 && apt-get install libxml-parser-perl && rm -f Debian8 && history -c




*Type Y if it prompts you for anything. Server installation might take a while so go ahead and zip some coffee. You will see this screen once done. You can now download the .ovpn file by going to this url: http://YourIP:85/client.ovpn




13. Go back to your OCS panel and input your server name, VPS IP and the root password and click on Save button. Refer to the screen below:



14. Once you click on save it will prompt you that the server association is successful.




15. Now lets go ahead and create a client account. Click on servers, check users, then add user button.




16. Lets create a username and a password for our client. We can also set an account expiry, then click on save button.




A success prompt if the account creation is successful.



17. You can check the list of users and modified them if you want.



Try playing around until you familiarize yourself with the buttons.

18. You can actually create a Seller Role on the panel itself incase you want to sell vpn accounts.


Download your OVPN Configuration file by going to: http://YourIP:85/client.ovpn or you can download the server configuration inside our panel under sellers role.


Please stay tune for the next part of this tutorial. We will elaborate every options available on the panel.

Thursday, July 11, 2019

New! Openvpn Installer for B315s-936 Modem

Openvpn on modem specially on B315s-936 is now gaining its popularity at it's highest peak. We always give credit to sir Jerome Laliag in creating this one of kind vpn. It's been how many months since his last release of his openvpn mixed with softether and shadowsocks mode. We will be releasing a new version (modification)to improve user experience.
If your modem is still locked to your network, head over to our tools and drivers section to flash and unlock your device.


What's new?
1. Improved user interface, non-bootstrap design and purely html codes to lessen the load on the modem.
2. Lightweight and simple.
3. Upload and manage your own openvpn configuration.
4. Start up button added.
5. Improved speed.

Thursday, July 4, 2019

How to Uninstall Openvpn on Your Modem

As time passes by, Openvpn has been quite so popular nowadays, version after version has been publicly released. And almost all of us where so excited on the next release expecting something new. When installing updates, we can not avoid to remove the previous one. So we need to uninstall it, however, many are finding it too difficult specially when one losses his copy of the uninstall file. Today I will share to you an alternative way on how to uninstall any openvpn installed on your modem. If you'd like to know more about openvpn intallation, please click here




Requirements:

1. Laptop or Desktop
2. Putty SSH Client
3. Your modem wirelessly connected to the modem. (Wired will do.)

Thursday, June 27, 2019

How to Unlock and Install Openvpn on B310as-938 Modem

Months has passed since we enjoy the secured internet in our homes and offices due to the innovations on the vpn world. Openvpn has been quite popular in these past few months. Thanks to sir Jerome Laliag sa he made it possible to run and integrate openvpn on our B315s-936 Modems as well as with the B525-65a also known as the "Black Mamba". Lot of developments has not been posted on this blog since then. Different modification has been done, different looks and style has been published all with the same purpose. Today's post is about how to install openvpn on B310as-938 Modem. B310as-938 modem is quiet faster compare to B315s-936 modem. As the later has a limited CPU capability and can only provide maximum of 10MBPS speed. Speed always depends on the signal strength on the area. Theoretically, B310as-938 is almost the same with the B525-65a when it comes to capabilities, running on 2 band frequencies, this modem can provide a satisfying speed.


Photo credit: shop.globe.com.ph

Thursday, April 11, 2019

ShadowsocksR Account Creation (Panel)

ShadowsocksR has been became quite popular in this past few months. Like what we have discussed on our previous post, shadowsocksR is way faster and flexible compare to other vpns in terms of speed without compromising internet security. A powerful tool to unblock websites and censored information online. Today I will share to you a simple web panel for shadowsocksR account creation, created and maintained by Sir Baa of PHC. All the credits goes to him. 



==================================================================================================


Whats New?

1. Bigger Starting Bandwidth which is 10GB for 7 Days. I think this will be big enough already for moderate usage.

2. Dahil nilipat ko sa Digital Ocean yung hosting server ng panel, your old accounts before are incompatible in this one. Just create a new account here and it will automatically start with the new bandwidth set.

3. I will be adding nêtflïx or US servers in a few days, sana palarin ng compatible Ip sa DO.

4. Price for VIP package are changed because of the high bandwidth given in the said new packages.



                                                                 ------Quoted from sir Baa of PHC

Sunday, April 7, 2019

The Big Update (Openvpn with Stunnel B315s-936)

A sellers Edition of the openvpn with stunnel was released to the public yesterday. This edition of the new openvpn with stunnel for B315s-936 modem has a lot of features to navigate with. There is a notable change on the stunnel section. Now it is key-in type instead of uploading the stunnel.conf file, you need to input your SNI and the port itself. This makes the UI so user friendly. There is also a drop down selector for .ovpn configuration change. Once you uploaded .ovpn file, it will automatically enlisted on the drop down and you can select it anytime you want. There is also an online update for ovpn files to be uploaded directly to the modem. See it for your self and experience the big difference.


One of our fellow vpn enthusiasts, sir Mark delos Santos compiled and created a user friendly installer of the latest openvpn by sir Jerome Laliag. We give give credit to them for sharing us their piece of art, making it easy and convenient to use. Don't be surprised if the installer is a bit large because of the entire album of Air Supply incorporated to it. So clever!

Friday, April 5, 2019

New! Polestar VPN For Android (No Load For Sun, SurfAlert for Globe/TM).

Who doesn't know about the controversial video of a known singer celebrity circulating now on the internet and became so viral on social media? Who would think that a man like him who allegedly stood up upon morality criticizing religious organizations as well as the government will be engaged in this huge misconduct due to the leaked private video? Authorities are still under investigation about the whereabouts of this case. Well, if only JP used a VPN to prevent him from online sniff, I don't know.




Today I will share to you one of the 'not so popular' VPN available in Google playstore. The catch here is you can actually use this with or without any data plan for back up.  Let us begin. This app is called Polestar VPN.

Wednesday, April 3, 2019

How to Use Openvpn Over SSL (Stunnel) on Windows.

The use of Openvpn over Stunnel or commonly known as Openvpnssl has been so popular in these past few weeks. Since the release of the Openvpn with Stunnel Web UI for modem B315s-936 as authored by sir Jerome Laliag, many shifted from using the ordinary openvpn to openvpnssl to add more security, scalability, portability including load-balancing making it suitable for large deployments (Source: Stunnel.org). The use of Openssl was not that so popular until the discovery of deploying openvpn over stunnel on our Modem. B315s-936 owners really can benefit from this. However, many are asking how they can benefit from sir jerome's openvpn over stunnel if they don't have any modem to install it into? Today, I will share to you how to fully benefit  openvpn with stunnel using your Windows. (And android phones on the next article). Given that you are connected to your modem regardless of the model or a pocket wifi connected to your local ISP, this will surely a hit. So Lets begin.



Requirements:

1. Download and install openvpn installer and install.
2. Download and install stunnel 5.0 installer and install.
3. Openvpnssl.ovpn and stunnel.conf (If you want your own openvpnssl.ovpn and stunnel.conf please click here to create).

Sunday, March 31, 2019

OVPN/SSL New Release! Bootstrap Added.

A new version of the OVPN/SSL Client configuration was released by sir Jerome Laliag (For B315s-936 Modem only). There is a noticable change in WEB UI and responsive buttons powered by bootstrap. It has the option to change the Telnet Username and Password too. The default username and password is "admin" like the default login on the modem's web ui. A bit of issue was fixed and corrected before it went to public. Experience the look and feel of this latest release. Credits goes to sir Jerome Laliag.





Note: Incase that you have installed the previous version make sure to make a clean uninstall. Go to the previous version file folder and click uninstall.cmd or you can refer to the previous post to know more about the trend of this update.

Friday, March 29, 2019

Free OpenvpnSSL Config for B315s-936

Many are so happy with the latest release of the Openvpn over SSL, Sir Jerome Laliag the author of the Openvpn Client 2.5 for B315s-936 and B525s-65a has announce a 2nd update of the latest release on these coming days. Though many are so happy, a new problem arises about the new update. Many are struggling about where to get a free account as the latest release were design for a VPS owner. So one cannot have a configuration unless he or she rents a VPS or pays for a paid monthly account. Today I will share to you how to create a free Openvpn/SSL Config. Thanks to 123456 of PHC for these awesome panel. Lets begin.


1. Head over to the TrinityVPN site and create an account.

Thursday, March 28, 2019

How to Setup Openvn over SSL Server (B315s-936)

   Like what we had seen, the breakthrough on the Openvpn installation on B315s-936 and B525-65a Modem is really remarkable. It had drawn the attention of many and are so excited for the upcoming development of the said achievement. Like with other technologies nowadays, many vpn enthusiasts expect more than its prototype. Jerome Laliag, the author of the Openvpn Client 2.5 brought it to the next level as part of its developmental phase. Yesterday, marks his release of the Openvpn over Stunnel protocol. Thus making it possible to connect to server using SSL.




Today I will share to you how to setup Openvpn over SSL (Stunnel) Server. This is base on Jerome Laliag's post himself.

Monday, March 25, 2019

How to Use Shadowsocks VPN

   Shadowsocks is an opensource project created and developed in China. This app combines socks5 proxy and stunnel to create a bridge on ISP's firewall and open both TCP and UDP protocol. When it comes to  internet speed, Shadowsocks is twice as fast as most vpn running on port 443. This simple VPN application marks its prominence in the Philippines during our Psiphon days around 2016 to 2017. So powerful that it had bypass Globe Telecom data usage policy. If you want a cheaper or even free internet back then, just go ahead and install shadowsock app available on both android and PC. It only losts its popularity when Globe Telecom company seized the glitch on their system.



Photo credit: en.wikipedia.org

   Today I will share to you some simple steps on how to use Shadowsocks VPN. Here are the steps:

Sunday, March 24, 2019

Softether Philippines

   Next on our list is the VPN called Softether. Softether is one of the commonly used VPN in the Philippines. Due to its flexibility and strong tunneling mechanism,  Softether can go beyond the limits our internet service providers provide. Softether has reached its peak of popularity in between the months of June and July last year when one of our fellow VPN enthusiasts "Captain Underpants" of PHC disclosed some tweaks on the server itself to bypass data allocations on Globe Telecom subscribers even without any data plan and thus, providing free internet connection. Softhether users had established a group on social media to interact and share even a bit of knowledge in setting up and using the VPN.

Photo Credit: www.facebook.com/groups/softetherphilippines

   Softhether is an opensource project created and developed in the University of Tsukuba, Japan. It is available on Windows, Linux and Mac Os platforms both 32 and 64 bit structure.

Saturday, March 23, 2019

How to install Openvpn on B525-65a Modem

Since the last release of the Openvpn Client 2.5 for modem B315s-936, many VPN Enthusiasts in the Philippines and abroad have paid much attention to sir Jerome Laliag, the developer of the Openvpn Client 2.5 for the typical 936 modem. His profile gathered thousands of visits and his inbox has been flooded with huge messages from spectators. All the messages have one thing in common and that is the question, "Whats next?". If you will imagine how long the line of modems be, different modems, different colors and different specifications need the openvpn client same as the B315s-936. Whats' next in line? The B525-65a.

Photo credits: olx.ph

Today marks the release of the New Openvpn Client for the B525-65a also known as the Black Mamba. On sir Jerome's post on his FB account, he emphasized that his first release of the said openvpn client is almost perfect and has no bugs at all. All the errors on the previous clients has been corrected and considered to this new release.

Friday, March 22, 2019

How to Customize Openvpn Web_UI Client 2.5

Who will forget sir Jerome Laliag when speaking about openvpn installation on B315s-936 modem? His name has marked on our vpn history and never will anyone can steal his work of art. Openvpn Client 2.5 Web UI has indeed made a great impact on many. Specially to those vpn enthusiast out there who are depending on the vpn router to share their internet connection inside their home. This makes online transaction on the internet more secure and less worry. While we are waiting for the final release of the firmware of Black Mamba (B525-65a), lets play around and customize the web_ui according to our preference. Note* Please do not remove the name of the developer, you may place it anywhere but do not remove to give credit to him.



How to customize openvpn web_ui.

Tuesday, March 19, 2019

How to build your own Openvpn, SSH, SSL and Squid Proxy Server

   

 Photo credit: ant.sr 
  Building your own SSH,SSL and Openvpn Server is as easy as abc. You don’t need a formal training to learn how to set it up. All we need is a little help from our friend (Google) to get it to work, and a cup of hot coffee to keep us sound and alert. We need a lot of patience too.

   Just like an ordinary poetry, we need to have our pen and paper of course for us to start writing a good poetry. Same goes when building your own server we need the proper tools to start doing the job. Our writing tools in this project are the apps called Putty and Bitvise. Well we just need to choose one. Either of the two will do. (You do not hold 2 pens at the same time to write.) You can have these apps by downloading Putty and Bitvise. These apps are free. Of course we need a paper to write our thoughts into, so we need to get one. In our case, thats where the VPS kicks in. Virtual Private Server or simply VPS is a virtual machine that has its own OS and therefore can be configured for many purposes and being sold as a service by an internet hosting service. The physical machine itself is located in different parts of the world and can be remotely accessed and configured. Each Virtual machine is represented by a unique IP Address on the internet and in that purpose serves as a host server or simply the Host. How can I get my own VPS? The most commonly used in terms of performance at lower cost is Digital Ocean. Depending on the location and specifications you selected, price of monthly rentals varies. Unfortunately, Digital ocean does not have a local server (Philippine Server). If you are looking for a local server, you may want to consider CloudSigma. Like any other internet hosting services, the price depends on the specifications. Sadly a bit expensive compare to other hosting.

Friday, March 15, 2019

Firmware Section

Technically speaking when it comes to modem, firmware is the operating system running on the device. Without the firmware modem is dead and cannot be used at all. Firmware is so important that you would be able to maximize the ability and capacity of your modem to satisfy your internet needs. All firmware has its own uniqueness and strength. Always stay tune as we post firmware that is actually capable of running our newly discovered openvpn (By Jeremoe Laliag).

How to Flash your firmware.

This simple steps will guide you how to change or upgrade your firmware and to maximize its ability according to your preference. Be informed that by doing these steps make sure you fully understand the steps as you may brick or damage your modem. Do the steps at your own risk.

1. Flashing your modem. Please refer to the previous post entitled "How to fix Power light Only" As the steps are exactly the same. Please do the step 1 to step 11 only. You may also refer to "Unlocking" on our menu and look for your corresponding modem.

2. Now download the file B315s-936_Zain_Internet_On_The_Go_Final 2019. (We do not own the file. We give credit to the owner) Run the file and click Start. Now continue the step 12 to step 15.

3. After successful firmware installation your modem is now ready to install openvpn. Here are the list of the openvpn.zip from its first release up to the latest.

+++++++++++++++++++++Date of Release+++++++++++

openvpn.zip     |    March 08, 2019
openvpn_2.zip   |    March 09, 2019
openvpn_3.zip   |    March 10, 2019
openvpn_4.zip   |    March 12, 2019
openvpn_5.zip   |    March 15, 2019 
openvpn_Stable  |    March 17, 2019
openvpn_custom  |    March 21, 2019
openvpn_latest  |    March 22, 2019
custom_ui_simple|    March 23, 2019
openvpn_bootstrap_UI  | April 9, 2019
OpenvpnSSl_custom |  March 28, 2019
OpenvpnSSL_custom_2  March 29, 2019
OpenvpnSSL_Bootstrap UI | March 30, 2019
Openvpn with Stunnel, Softether and Shadowsocks
Openvpn Lite 2.2 version | May 11, 2019
Openvpn_B310as-938_B525 Black (password: jeromelaliag) | June 20, 2019
Openvpn_B310as-938_B525 Violet (password: edgardomurillojr) | June 27, 2019
Openvpn_B315s-936 Installer Maroon (pass: vpnas.blogspot.com) | July 11, 2019

Suggested firmware compatible on all openvpn packages.
Firmware 936 Stock with Tweak from Sir Jerome Laliag.
Normal files for installation.
B315s-936_UPDATE_21.329.01.01.19+V2.7z
Easy installation.
B315s-936_UPDATE_21.329.01.01.19.zip

Changes
* Open ADB
* Open TELNET
* Open ATC
* Tweaks Added
* Signal Tweaks
Password: jeromelaliag 
You can download and install this App for band selection according to your network.

B315s-936_UPDATE_21.329.01.00.1342 (Moded by Jerome Laliag)
(Release Date: July 19, 2019)

7Z Password: Bvbgtk1337
Firmware Upgrade Password: jeromelaliag

* Firmware Info:
Software Version 21.329.01.00.1342
WEBUI Version 17.100.09.00.03
Based on B315s-936_UPDATE_21.329.01.00.1342.BIN [Moded on 7/19/2019 06:06PM]
USSD Enabled [Note sa 2G only, 3G only at Auto lang nagana ang ussd, not working sa 4G Only or 4G na naka fix ang band]
SMS center number enabled
Band/Frequency Selector Added
Added 40Mhz in Wi-Fi bandwidth
Working on HUAWEI HiLink
Added setprop tcp tweaks
Added kernel tcp tweaks
2G/3G/4G working
Telephone working [Note sa 2G only, 3G only at Auto lang nagana ang telepono, not working sa 4G Only or 4G na naka fix ang band]
Added signal and device info parameters in device information
ATC enabled
TELNET enabled
ADB enabled
unlock commands added to unlock device via telnet
setimei commands added to set device imei via telnet
Kernel patch added on startup
Openvpn ready for installation.

B310As-938_UPDATE_11.326.01.00.1342 Rework
Release date: August 11, 2019
ZIP Password: O932424723O
Firmware/OpenVPN Password: jeromelaliag

* Firmware Info:
Software Version 11.326.01.00.1342
WEBUI Version 21.100.33.00.03
Based on B310_UPDATE_11.326.01.00.1342.BIN [Moded on 8/9/2019 05:13PM]
OpenVPN only [Fast UI response / lite binary mbedtls]
Show download/upload speed in home
Enabled SMS center settings
Frequency and Band locking
Enable DNS changer
Add parameters in device information
Replace system busybox
Enable telnet
Enable adb
Enable atc for AT command in telnet
Add setimei commands for changing imei using telnet
Add unlock commands for unlock/openline using telnet
Add kpatch.ko in startup to write in AT commands
Kernel Tweaks added

Setprop tcp tweaks added

**Note: Check readme.txt for further instruction. 
How to update openvpn? Please read news dated March 17, 2019

Screenshots





B315s-936 MTS (Finland OM) 2019 (Credits to Jhowel Gracio Huerto and 4PDA)





B525-65a Firmware:



B525s-65a Huawei RELOADED Final 2019 Firmware

Updates:
- Telephone / Landline Supported
- Open Telnet / Open ADB / Open ATC
- Huawei Hi-Link App Supported
- Huawei Manager App Supported
- OpenVPN Supported
- IMEI Changer
- 1-Click Unlocker / Openline

Credits to: Sir Jhowell Huerto
Video tutorials:



Please stay tune as we post the hottest firmware available.