Tuesday, November 14, 2023

fake clone poco f3 mainboard mt6582 1gb ram 8gb rom

 This is what inside this POCO F3 clone mobile phone.

Hardware : MT6582
Model : F3
Build number : LRX21M test-keys
Build date UTC : 20220105-091726
Android  v : 5.0
Baseband v: MOLY.WR8.W1449.MD.WG.MP.V1.P8,MOLY.WR8.W1449.MD.WG.MP.V1.P8, 2020/09/14 20:17
Kernel v : 3.10.54 (android@kst-10) (gcc version 4.8 (GCC) ) #1 SMP  Wed Jan 5 17:31:23 CST 2022

#poco #f3 #clone #mt6582 #mediatek #1gbram #8gbrom

Saturday, July 29, 2023

How ro Fix Error Roblox Requires Microsoft Internet Explorer 6.0 Or Greater on Windows

This error is due to Internet Explorer version is missing in the Windows Registry

To fix just add this information below.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer]
"Version"="9.11.22000.0"

Note: It doesn't matter what version of Internet Explorer is installed on your Windows 

But that should still fix the issue. Look mine below! Hahahah....

Cheers!




Monday, July 24, 2023

How to flash dead or corrupted xiaomi redmi 9 The System Has Been Destroyed

This steps does not need xiaomi redmi account. Also no need  to unlock boot loader. 

The phone will be formatted / erase completely to factory default and all data will be lost. 

Steps:

- download and extract the firmware for redmi 9 (The version I've used is V11.0.4.0.QJCMIXM)
- download and install android usb driver New_QcomMtk_Driver_Setup_V2.0.1.1 / UsbDk_1.0.22_x64
- download and install Python for Windows
- download and install libusb-win32-devel-filter-1.2.6.0
- download and extract MTK Bypass Tool mtk_bypass_rev4
- download and extract SP Flash Tool SP_Flash_Tool_v5.1924_Win

Now assuming that the phone can be detected by the Computer in device manager in ports (com and lpt)

- start bypass tool
- start sp flash choose format all and uncheck options for "check lib" and "storage life"
- power off phone
- insert the type c usb cable holding volume down (hold still)
- start bybass tool
- start flash and wait

I've already provided the filenames for you to easily search on google and download them but

I can also provide the download links if you need. 

Just ask =)

#format #xiaomi #redmi9 #deadboot #bootloop #spflashtool #rooting #firmware #reformat #unlocked #bootloader #corrupted #bricked #android #phone #TheSystemHasBeenDestroyed

Thursday, June 29, 2023

How to disable and enable network adapter in windows via cmd

This command requires elevated command prompt - CMD must Run As Admin

First run this command to see which adapter is available in your system

cmd:\>netsh interface show interface

Sample output below

 Admin State    State          Type             Interface Name
-------------------------------------------------------------------------
Enabled        Connected      Dedicated        Local Area Connection


cmd:\>netsh interface set interface name="Local Area Connection" admin=DISABLED

cmd:\>netsh interface set interface name="Local Area Connection" admin=ENABLE

That's it you have successfully disabled and enable your network adapter