Showing posts with label manually. Show all posts
Showing posts with label manually. Show all posts
Monday, 24 October 2016
Insyde BIOS Modding Manually Changing Settings
Insyde BIOS Modding Manually Changing Settings
Even though you dont have access to all the hidden settings in your BIOS, you can still manually adjust them by changing the EFI global variable package that contains the values for each setting. By doing this, you can easily change the settings you want without having access to them in the setup utility.
The flash chip on your computer that contains your BIOS also has several other regions. Usually a computer has at least these follow regions: Intel ME, BIOS, and Descriptor. However they can also have additional ones line GBE and OEM. Depending on how you update your computers firmware, only parts of these regions are actually changed. So when you update your BIOS through an update released by your OEM, your actually only overwriting part of the whole BIOS region. So whats stored in the remaining part? Well in the BIOS region, one of these things are the EFI global variables.
So how do we gain access to a complete dump of out BIOS so that we can modify these values? Ive only seen one program that can accomplish this task and thats Intels Flash Programming Tool. There are different version of it for each of the Intel chipsets, so get the one that corresponds to your mobos chipset. You can find the different versions in this discussion.
To create a complete dump of your bios, youll need to run the following command through an admin cmd after youve already navigated to the programming tools directory. So heres what I did:
cd C:UsersDominoDesktopME 6.0.0.1184ME 6.0.0.1184ToolsSystem ToolsFlash Programming ToolWindows
fptw.exe -d output.bin -BIOS
If everything worked, then the output on the command prompt should say something similar to this:
So this will create a file called output.bin that contains the complete dump of your bios. As a side note, this complete dump will include things like your computers tattoo information, variable packages, etc. Since some of this stuff is unique to the computer it came from, like serial numbers, I dont recommend you attempt to flash someone elses complete BIOS dump on your own computer. Now lets use my EFI Variable Dumper to extract the important information about the variable packages from it. Just drag and drop the output.bin file onto the EFI Variable Dumper.exe executable.

This creates a file called output Variables Dump.txt that contains all the EFI global variable packages. Most of these packages arent of much interest to us, however the one that relates to the values of certain settings in the setup utility is the Setup package. This package contains the values currently being used by the settings. So all you need to know is the variable ID of the setting you want to change, the size of its storage in the package, and all its possible values. Luckily my EFI IFR Dumper can give us all that information. So before we continue, we first need to be get the IFR dump from our setup utility module. The first part of my hidden settings tutorial goes over how to get this, so come back here after you successfully dumped the internal forms representation from that module. Now lets continue, so heres what EFI IFR Dumper tells me about my Virtualization Technology settings:

The storage width is the size in bytes that the setting takes up, so in this case the location containing the setting were looking for is only one byte in length. So lets go into the file produced by EFI Variable Dumper, mines called output Variable Dump.txt, and see the setting with the variable ID 0x1A1 under the Setup variable package.

Now all we have to do is change the one byte at offset 0x122CCD from 0x0 to 0x1 which will enable this setting. We know that 0x0 is disabled and 0x1 is enabled because of what EFI IFR Dumper told us. So lets open the complete bios dump with a hex editor and change the value at that offset from 0x0 to 0x1.

Now save the file and all thats left to do is flash the changes. Intels FPT is capable of doing this with the following command:
fptw.exe -f output.bin -BIOS
This flashes the file named output.bin to the BIOS region of the flash chip. If everything went right, then the output on the command prompt should look similar to this:

So restart your computer to see the changes. I shouldnt have to say this, but do not restart your computer is the flashing process did not preform correctly as this will most likely brick your computer. Heres my Virtualization Technology settings after we altered the Setup global variable package:

No way! It worked. Now we can change every setting even though we dont have direct access to all of them.
?
Available link for download
Saturday, 8 October 2016
How to update to Android N Developer Preview 2 manually using OTA downloads
How to update to Android N Developer Preview 2 manually using OTA downloads
Google today announced that Android N Developer Preview 2 is coming OTA to several Nexus devices in the coming days and weeks. If you like to get the latest from Google, you know that coming weeks could be a pretty long wait. Thankfully, you can head to the front of the line and install the over-the-air (OTA) update by following our quick guide

This guide assumes you already have the ADB tools installed on your computer. If you dont know how to do this or what this is, this guide probably isnt for you. If you need the ADB tools, head over to Googles developers site and download the Android SDK. Downloading the SDK and making sure ADB is correctly set up is probably the hardest part, but this guide is for those who have already done this.
Download the OTA
The first step in updating to Android Marshmallow using OTA files is to actually download the proper OTA image file for your device. Weve compiled a full list of currently-available Android N Developer Preview 2 download links straight from Googles servers to help you with that.
Prepare your Device
Once you have the OTA zip downloaded to your computer, reboot your device into its bootloader. To do this, power off your device and power it back on while holding the volume down button and the power button down simultaneously. You need to get into the recovery from here. Press the volume button down until you see Recovery mode then press the power button. This should present you with the below screen.

Lastly, when you see the green Android icon on the screen, you need to hold and power button down and then press and release release volume up button to reveal the menu. From that menu, select apply update from ADB and make sure your device is plugged into your computer if you havent already.
Install the OTA
Open up the command line on your computer (terminal for Mac, command prompt for Windows) and change the directory to the location of the OTA file (For example: cd /Users/<yourusername>/Downloads/). Now run the command adb sideload <name of the OTA file>. The name of the OTA file is going to be a long string of letters and numbers and will end with .zip.Once you see Install from ADB complete on your Android devices screen, simply reboot your device. Once youve successfully rebooted, you should have the latest release of Android on your Nexus.
Available link for download
Thursday, 6 October 2016
CHANGE IP ADDRESS MANUALLY
CHANGE IP ADDRESS MANUALLY
A time we need privacy that even our tunneler cannot give, so the only option is to hide our internal ip manually. So how do we change our system ip? by following this simple steps below, you will be able to change your ip.
Follow the below steps
1. Click on Start
2. Click on Run
3. Type in command and hit ok.
You should now be at an MSDOS prompt screen.
4. Type ipconfig /release just like that, and hit enter
5. Type exit and leave the prompt
6. Right-click on Network Places or My Network Places on your desktop.
7. Click on properties
You should now be on a screen with something titled Local Area Connection, or something close to that, and, if you have a network hooked up, all of your other networks.8. Right click on Local Area Connection and click properties
9. Double-click on the Internet Protocol (TCP/IP) from the list under the General tab
10. Click on Use the following IP address under the General tab
11. Create an IP address (It doesnt matter what it is. I just type 1 and 2 until i fill the area up).
12. Press Tab and it should automatically fill in the Subnet Mask section with default numbers.
13. Hit the Ok button here
14. Hit the Ok button againYou should now be back to the Local Area Connection screen.15. Right-click back on Local Area Connection and go to properties again.
16. Go back to the TCP/IP settings
17. This time, select Obtain an IP address automatically
18. Hit Ok
19. Hit Ok again
20. You now have a new IP addressWith a little practice, you can easily get this process down to 15 seconds.
NOTE:
This only changes your dynamic IP address, not your ISP/IP address. If you plan on hacking a website with this trick be extremely careful, because if they try a little, they can trace it back
This only changes your dynamic IP address, not your ISP/IP address. If you plan on hacking a website with this trick be extremely careful, because if they try a little, they can trace it back
"http://apizu.blogspot.com/feeds/posts/default?alt=rss
Available link for download
Wednesday, 5 October 2016
How to Update Honor 5X to Marshmallow Manually
How to Update Honor 5X to Marshmallow Manually
The latest to tease an upcoming update is the Honor 5X from Huawei. Now you can download and Update Honor 5X to Marshmallow Manually. This update is based on EMUI 4.0 and contains all Android 6.0 Marshmallow features. The update is not available via OTA so you have to Update Honor 5X to Marshmallow Manually. To Update Honor 5X to Marshmallow manually first download honor 5x marshmallow ota zip from below.

The new Marshmallow update packed with features like Now on Tap, Doze Mode, App Permissions and more. Also, get some device specific changes like New EMUI 4.0. The Android 6.0 Marshmallow update for Huawei Honor 5X is available for download and it is about 1.16GB in size.
2) Now create a folder dload in the root of your internal storage or SD card and place the update.app file in that folder.
3) Now go to the phone settings>update and press the menu button.
4) Now select choose Local update.
5) It will detect the update.app and installation process will start.
6) Wait until the installation process is complete and then reboot your device., you have latest firmware
7) Done.
This is the easiest way to Update Honor 5X to Marshmallow manually. If you have any questions, comment below.

The new Marshmallow update packed with features like Now on Tap, Doze Mode, App Permissions and more. Also, get some device specific changes like New EMUI 4.0. The Android 6.0 Marshmallow update for Huawei Honor 5X is available for download and it is about 1.16GB in size.
Preq:-
- Your device must be on stock firmware and stock recovery.
- This update is only for Huawei Honor 5X KII-l21.
- Follow the steps correctly otherwise you may brick your device. We are not responsible for any damage to your phone.
- It will not erase your data, but it is advisable to take a complete backup of your phone for safer side.
- Ensure that your phone has at least 50-60% charged to prevent the accidental shutdown in-between the process.
Download Official Android 6.0 for Huawei Honor 5X
- Marshmallow for Honor 5X KII-l21 Download
Update Honor 5X to Marshmallow
1) First, download Android 6.0 for Honor 5X from above.2) Now create a folder dload in the root of your internal storage or SD card and place the update.app file in that folder.
3) Now go to the phone settings>update and press the menu button.
4) Now select choose Local update.
5) It will detect the update.app and installation process will start.
6) Wait until the installation process is complete and then reboot your device., you have latest firmware
7) Done.
This is the easiest way to Update Honor 5X to Marshmallow manually. If you have any questions, comment below.
Available link for download
Saturday, 27 August 2016
How to Manually Install Android 6 0 1 Marshmallow OTA update in OnePlus One
How to Manually Install Android 6 0 1 Marshmallow OTA update in OnePlus One
The much awaited Cyanogen OS 13 update based on Android 6.0.1 Marshmallow has finally started rolling out for OnePlus One users. The update sized around 485MB is available as an OTA (Over-the-air) and will be rolled out in phases. This CM13 ZNH0EAS26M incremental update will update your OnePlus One running Cyanogen OS version 12.1.1-YOG7DAS2K1 to 13.0-ZNH0EAS26M. The official Cyanogen OS 13.0 update brings Marshmallow to OnePlus One besides offering security fixes, performance improvements and other new features
Note: Before you go ahead with the update, make sure that your OnePlus One is not rooted and is Running on Stock ROM and Stock Recovery. The update is applicable to users updating their OnePlus One running on YOG7DAS2K1. Backup all your data, the process should not affect your data but if something goes wrong you risk losing your data.

You are done, with the reboot which will take some time around 20 minutes your OnePlus One will be running on the latest Android 6.0 Marshmallow based CyanogenOS 13.0.
Note: Before you go ahead with the update, make sure that your OnePlus One is not rooted and is Running on Stock ROM and Stock Recovery. The update is applicable to users updating their OnePlus One running on YOG7DAS2K1. Backup all your data, the process should not affect your data but if something goes wrong you risk losing your data.

How to Manually update OnePlus One to CyanogenOS 13.0ZNH0EAS26M:
- Download the CyanogenOS 13 ZNH0EAS26M Incremental update flashable zip file on your Laptop/PC or directly on your OnePlus One smartphone Official Link to Zip File
- Transfer the Zip file to download folder on your devices internal storage either from your PC or if you have downloaded the file directly on your device it will be in the download folder on your phone storage or SD card storage.
- Once the transfer is completed, Reboot your OnePlus One into Recovery, for this, you have to press and hold the Power + Volume down button at the same time and release it when the OnePlus logo appears on the screen.
- Now you need to use the volume keys to move up and down and the power button to select. Now select the Apply Update option and then choose from internal storage -> Go to Download folder and select the File which named cm-bacon-cee4e8702d-to-e36dd78050-signed.zip file.
- Once selected the installation of the update starts automatically and the Home screen appears.
- Now go to main page and select wipe cache partition and later select Reboot system now which will remove the cache from your device.
You are done, with the reboot which will take some time around 20 minutes your OnePlus One will be running on the latest Android 6.0 Marshmallow based CyanogenOS 13.0.
Available link for download
Subscribe to:
Posts (Atom)