Posts

Showing posts from October, 2016

[Recovery] [Unofficial] Twrp v3 For LG Aristo 2

Image
Prerequisites : YOUR BOOTLOADER MUST BE UNLOCKED Quote: How to unlock the bootloader : 1-enable oem unlock in the developer settings 2-reboot to fastboot [adb reboot bootloader] then issue this command [fastboot oem unlock] note: this will wipe your data] -If you have problems with the device drivers installed , you will need to install lg bridge, you can download it from here: http://tool.lime.gdms.lge.com/dn/dow...y=PWZO7A26B9UW How to flash Twrp: BOOT INTO FASTBOOT MODE: With your phone off, connect your usb cable to your phone while holding VOLUME DOWN to boot into fastboot mode or just type [adb reboot bootloader] in the adb terminal ONCE YOU ARE IN FASTBOOT MODE: Open a command prompt and type "fastboot flash recovery <path_to_recovery.img>” without the quotation marks. Example: fastboot flash recovery C:/Users/John/Desktop/recovery.img  [don't forget to extract the downloaded recovery zip to get the recovery.img] WHEN THE FLASH COMP...

[Recovery]Twrp v3 for Galaxy J700T/T1

Image
Twrp Recovery v3 For Samsung Galaxy J7 (SM-J700T/T1) Variants This recovery is ported from j700f/h twrp recovery , my kernel and stock dt images were included to get it to work Code: *** Disclamer * Your warranty is now void. * * We are not responsible for bricked devices, dead SD cards, * thermonuclear war, or you getting fired because the alarm app failed. Please * do some research if you have any concerns about features included in this ROM * before flashing it! YOU are choosing to make these modifications, and if * you point the finger at us for messing up your device, we will laugh at you. Warning : if it didn't work for you , you should use my kernel to get it to work HTML Code: http://forum.xda-developers.com/galaxy-j7/j700t-development/kernel-mina-kernel-v1-j700t-t3427446 How to flash [no need to have root] : Code: * Download the odin format recovery zip * * Extract it * * Enable oem unlock in the developer options * * Enter download mode * *...

[Recovery] Twrp v3 For Lg Stylo 2 Plus

Image
Code: *** Disclamer * Your warranty is now void. * * We are not responsible for bricked devices, dead SD cards, * thermonuclear war, or you getting fired because the alarm app failed. Please * do some research if you have any concerns about features included in this ROM * before flashing it! YOU are choosing to make these modifications, and if * you point the finger at us for messing up your device, we will laugh at you. WARNING : The stock boot image has dm-verity, which prevents you from booting if you swipe to enable system modifications! SOLUTION: Flash a root such as SuperSU or phh-superuser. You can also flash no-verity-opt-encrypt.zip. Supported Models : MS550/K550 Prerequisites : YOUR BOOTLOADER MUST BE UNLOCKED Quote: How to unlock the bootloader : 1-enable oem unlock in the developer settings 2-reboot to fastboot [adb reboot bootloader] then issue this command [fastboot oem unlock] note: this will wipe your data] -If you ...