[Splash][bootanimation] Shiva - Xiaomi Mi 5 Themes, Apps, and Mods

===========================================
CAUTION:
===========================================
1) needs a unlocked & rooted phone
2) bootanimation only works in custom ROMS(CM,RR... etc), MIUI roms wont show the bootanimation(dont know why)
3) i am not the original creator of this image, i got it on google
4) i am not responsible if your phone dies or the earth ends,...
Video of them both on my phone--> Here
===========================================
Instructions(manual method)
===========================================
Splash.img
-> download the splash.img
-> reboot phone into fastboot mode ( VOL DOWN + Power)
-> open command promt where the splash.img is located and type
Code:
fastboot flash splash splash.img
fastboot reboot
Bootanimation.zip
-> Download the bootanimation.zip
-> Copy the file to your phone
-> use any explorer which supports root
-> copy the file to..
Code:
system/media
-> if asked replace the file
-> set permission as follow
Code:
S R W X
OWNER [] [x] [x] []
GROUP [] [x] [] []
OTHERS [] [x] [] []
-> Reboot
===========================================
Instructions(Recovery Flash method)
===========================================
-> To flash both the splash.img and bootanimation
-> download the Splash_Bootanimation.zip
-> flash it in recovery
===========================================
Downloads
===========================================
splash.img-Manual Method
bootanimation.zip-Manual Method
Splash_Bootanimation.zip-Recovery
===========================================
Revert back to orginal
===========================================
-> download and flash in recovery accordingly
Revert_CM_Bootanimation.zip-recovery
Revert_stock_splash.zip-recovery

Thanks

Related

[GUIDE] Unlock Bootloader on Orange UK Atrix using OS X Snow Leopard 10.6.8

I had to do a lot of hunting around to do this so thought I would write it all down.
Before you do this I would recommend reading these threads so you have an idea of what you are about to do:
http://forum.xda-developers.com/showthread.php?t=1136261
http://forum.xda-developers.com/showthread.php?t=1196747
You will need sbf_flash (attached to thread), fastboot-mac (attached to thread), the SBF file (attached to thread) and adb from the android SDK. Easiest thing is to download the Android SDK and copy sbf_flash.sh, fastboot-mac and the sbf file to platform-tools in the Android SDK.
1. Root your device with Gingerbreak.apk (v1.20) available here:
http://forum.xda-developers.com/showthread.php?t=1044765
2. Backup with Titanium backup (BATCH -> backup apps & system data)
3. Power down your device
4. Power it back up holding the volume up button
5. Connect your device to your Mac
6. Open a Terminal and 'cd' to where all your tools are ie type 'cd PATH TO platform-tools'. You'll need to change the permissions on 'sbf_flash.sh' and 'fastboot-mac' so type these in the terminal:
chmod +x sbf_flash.sh
then
chmod +x fastboot-mac
7. Run this 'sudo ./sbf_flash.sh intl-fix-try1.sbf' and you should get something like this:
SBF FLASH 1.23 (mbm)
http://opticaldelusion.org
=== intl-fix-try1.sbf ===
Index[5]: Unexpected chip 16
Index[6]: Unexpected chip 16
00: RDL03 0x00000000-0x002FFFFF 7F75 AP
01: RDL01 0x00800000-0x008407FF 3556 BP
02: CG02 0x00000010-0x0000580F 4615 AP
03: CG03 0x000000A0-0x0008009F 2135 AP
04: CG42 0x00000020-0x0030001F F03C AP
05: CG44 0x00000050-0x0030004F 0C66 AP
06: CG47 0x00000070-0x0008006F E7CB AP
>> waiting for phone: Connected.
>> uploading RDL03: 100.0%
-- OK
>> verifying ramloader
-- OK
>> executing ramloader
-- OK
>> waiting for phone: Connected.
>> sending erase
-- OK
>> uploading CG02: 100.0%
-- OK
>> uploading CG03: 100.0%
-- OK
>> uploading CG42: 100.0%
-- OK
>> uploading CG44: 100.0%
-- OK
>> uploading CG47: 100.0%
-- OK
>> rebooting
8. Let the device reboot
9. Power the device back off
10. Power it up with the volume down button, then press up
11. In your terminal run this './fastboot-mac -i 0x22b8 oem unlock'
... INFOUnlocking your device can permanently VOID your warranty.
INFOThis process cannot be reversed. If you wish to proceed,
INFOreissue the unlock OEM command containing the unique ID
INFOof your device: XXXXXXXX
OKAY
12. Enter it again with your device ID ie './fastboot-mac -i 0x22b8 oem unlock XXXXXXXXX' and this should happen:
... INFODevice is now unlocked
OKAY
13. Enter this in Terminal './fastboot-mac -i 0x22b8 reboot'
14. Success you've unlocked your bootloader!
15. Install Titanium Backup and restore your applications 'BATCH -> restore missing apps and all system data)
HOW TO FLASH GINGERBREAD ON OS X
Download moto-fastboot mac from here:
http://forum.xda-developers.com/showthread.php?t=1138092
Download Gingerbread and RAM fix from here (intsructions there for which Tegra version you need):
http://forum.xda-developers.com/showthread.php?t=1169409
1. Extract all the files to the same directory and CD there in the terminal.
2. Put your phone in fastboot mode (turn it on holding volume down button then press volume up)
3. Type these commands in the terminal:
chmod +x moto-fastboot-osx64
./moto-fastboot-osx64 flash boot XXXXXX.boot.img (work out what Tegra part you need to flash and change the XXXXXX to that!)
./moto-fastboot-osx64 flash system ORFR234-system.img
./moto-fastboot-osx64 flash webtop webtop.img
./moto-fastboot-osx64 reboot
Hurray you have Gingerbread!
INCREDIBLY USEFUL LINKS
FIX FINGERPRINT READER BROKEN AFTER TITANIUM BACKUP RESTORE
http://forum.xda-developers.com/showpost.php?p=12567301&postcount=8
SQLITE3 SO YOU CAN ACTUALLY DO THE FINGERPRINT FIX (COPY IT TO SYSTEM/BIN AND CHANGE PERMISSIONS TO 777 WITH ROOT EXPLORER)
http://forum.xda-developers.com/showpost.php?p=9848889&postcount=1
ROMRACERS RECOVERY
http://forum.xda-developers.com/showthread.php?t=1204500
Flash like this:
1. Put phone in fastboot mode
2. Open a terminal and cd to where fastboot-mac-osx64 is
3. Erase your recovery
./moto-fastboot-osx64 erase recovery
4. Flash romracers recovery
./moto-fastboot-osx64 flash recovery /PATH/TO/recovery-atrix4.1.img
5. Reboot
./moto-fastboot-osx64 reboot

[GUIDE] Help for flash more faster when you use fastboot line command

HELP FOR FLASH MORE FASTER WHEN YOU USE FASTBOOT LINE COMMAND​
If you have got a problem with your adb or fastboot or recovery....it's very simply and faster
use this:
Download this file "fastboot.zip" or this tool : platform-tools.zip - md5: 15e771613370afe3c70e0be1454d2ef1 - size: 346.8KB
Install this file somewhere in one folder which is named "fastboot" on your PC
=> disk C: root
Unzipped this file on the folder "fastboot" and you will find 3 files:
- adb.exe
- AdbWinApi.dll
- fastboot.exe
OR
Unzipped this file on the folder "platform-tools" and you will find 11 files:
- aapt
- adb
- AdbWinApi.dll
- AdbWinUsbApi.dll
- aidl
- dexdump
- llvm-rs-cc
- fastboot
- dx
- NOTICE
- source.properties
and when you need to push something by the bootloader, you can use it.
Don't forget to push on this folder the file that you need. For exemple: boot.img or a recovery.img, etc...
CD to where your fastboot or platform tools were installed
The line command is :
Code:
[B]C:\Users\R2D2>cd c:\platform-tools[/B]
Code:
[B]C:\platform-tools>[/B]
OR
Code:
[B]C:\Users\R2D2>cd c:\fastboot[/B]
Code:
[B]C:\fastboot>[/B]
Enter
Code:
[B]C:\fastboot>fastboot flash recovery recovery.img[/B]
Enter
If you want to flash the "recovery.img" file
******************************************************************
******************************************************************
If you want to know all lines of command
Code:
c:\fastboot>fastboot
Code:
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
help show this help message
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default: 2048

Bootloader logo (splash image) in Samsung Tab A 6 TM280

Hello, In my tablet SM-T280 I'm trying to change the boot logo (splash image): Samsung Galaxy Tab A6 Powered by android with other. I've detected that partition PARAM is
lrwxrwxrwx 1 root root 21 Feb 21 12:36 PARAM -> /dev/block/mmcblk0p16
I'm able to read this partition with: dd if=/dev/block/platform/sdio_emmc/by-name/PARAM of=/sdcard/Download/param.bin bs=4096
The binary file renamed to .tar give me these files:
- adv-env.img
-ani_upload_1_kernel_panic.jpg
- ani_upload_2_cp_crash.jpg
- ani_upload_3_forced_upload.jpg
- ani_upload_4_hardware_reset.jpg
- ani_upload_4_smpl.jpg
- ani_upload_4_unknown_reset.jpg
- ani_upload_4_watchdog_reset.jpg
- ani_upload_4_wtsr.jpg
- ani_upload_4_wtsr_smpl.jpg
- ani_upload_5_user_fault.jpg
- ani_upload_6_hsic_disconnected.jpg
- download.jpg
- download_error.jpg
- logo.jpg
- lpm.jpg
.......
I see logo.jpg is the picture I want to change. If I replace it (for example with lpm.jpg content), generate again .tar --> .bin and flash it: dd if=/sdcard/Download/param.bin of=/dev/block/platform/sdio_emmc/by-name/PARAM bs=4096
I don't see any change after rebooting the device. If I read again param partition, I get a .bin --> .tar with my changes. I guess the bootloader is no longer using this partition to get this image.
Do you have any information about bootloader works on TM280?.
Thanks in advanced.
mdelgadom said:
Hello, In my tablet SM-T280 I'm trying to change the boot logo (splash image): Samsung Galaxy Tab A6 Powered by android with other. I've detected that partition PARAM is
lrwxrwxrwx 1 root root 21 Feb 21 12:36 PARAM -> /dev/block/mmcblk0p16
I'm able to read this partition with: dd if=/dev/block/platform/sdio_emmc/by-name/PARAM of=/sdcard/Download/param.bin bs=4096
The binary file renamed to .tar give me these files:
- adv-env.img
-ani_upload_1_kernel_panic.jpg
- ani_upload_2_cp_crash.jpg
- ani_upload_3_forced_upload.jpg
- ani_upload_4_hardware_reset.jpg
- ani_upload_4_smpl.jpg
- ani_upload_4_unknown_reset.jpg
- ani_upload_4_watchdog_reset.jpg
- ani_upload_4_wtsr.jpg
- ani_upload_4_wtsr_smpl.jpg
- ani_upload_5_user_fault.jpg
- ani_upload_6_hsic_disconnected.jpg
- download.jpg
- download_error.jpg
- logo.jpg
- lpm.jpg
.......
I see logo.jpg is the picture I want to change. If I replace it (for example with lpm.jpg content), generate again .tar --> .bin and flash it: dd if=/sdcard/Download/param.bin of=/dev/block/platform/sdio_emmc/by-name/PARAM bs=4096
I don't see any change after rebooting the device. If I read again param partition, I get a .bin --> .tar with my changes. I guess the bootloader is no longer using this partition to get this image.
Do you have any information about bootloader works on TM280?.
Thanks in advanced.
Click to expand...
Click to collapse
bro, bootloader splash screen include for sboot.bin file.................
any change not can flash...
**** samsung!!!

Windows 10 Mobile Installer! New! Version 1.0

Hello everyone!
Today I am publishing my second program!
It's called...
the...
Windows 10 Mobile Installer!!!
Version 1.0!!!
It's easy to use!
It will be constantly updated via this forum!
It comes as .wim package
Extract it and you will find another .wim package
Extract it too and you will find a folder called W10M_Installer !
WARNING! COPY THE FOLDER W10M_Installer TO THE C: DRIVE!!! OTHERWISE THE PROGRAM WILL FAIL TO FIND THE PACKAGES!!!!!
Now after copying the folder to the C: Drive, open it
Open the W10M_Installer.exe as administrator!
Click "List of devices"
Find your model in there
for ex. I have an Lumia 925
so I should write the following package name in the text field:
Lumia920T,925T,928,1020 - DON'T WORRY!! IF THERE IS A (T) THERE IT MEANS THAT IT'S ALSO COMPATIBLE
WITH THE T VERSION!!!
After that click START
Firstly it will detect your device
Then it will prompt - "If you see your device, click 1, if not, reconnect your device and press 2"
If you press 2 it will retry to detect your device
Once it detects you should press 1
and it will start updating!
WARNING! YOUR DEVICE FIRMWARE VERSION SHOULD BE 8.10.14219 OR LATER OTHERWISE THE PROGRAM WILL FAIL TO INSTALL THE UPGRADE!
After finishing the upgrade, it will prompt you
"If the upgrade succeed and now your phone is running Windows 10 Mobile then press 1, if not make sure you are running Lumia Denim (8.10.14219 or later) or upgrade to Lumia Denim and press 2 to restart the upgrade! "
If the upgrade succeeds and you press 1, it will install IME packages, as the update packages have broken IME!
(Bug from Win10 Mobile Update offline package V4.1)
If you see an error, don't worry it's all normal!
Press any key to exit
And delete all keyboards from your Lumia, except English (US)!
Now install Interop Tools and modify the registry to update to a later version of Windows 10 Mobile!
After upgrade the IME error will be fixed!
THIS PROGRAM USES FILES FROM Win10 Mobile Offline Update Package v4.1 published by hikari_calyx! THIS PROGRAM ALSO USES IUTOOLS by Microsoft Corp.
WARNING! THIS PROGRAM IS MADE FOR LUMIAS ONLY!!!!
For help you can click "HELP" button in the program!
Version 1.1 Update!
[FIXED] IME patch not installing after finishing update
[FIXED] detect.exe requires PRO subscription
Here's the download link
https://mega.nz/#!gR4lTYzB!ptxTakr3klj-EFdpHCR6LZDhLwKV9ETdpikp7865hWc
detect.exe error
It looks like you get a message saying it was made with an unlicensed compiler. So, it's not working yet.
C--Dog said:
It looks like you get a message saying it was made with an unlicensed compiler. So, it's not working yet.
Click to expand...
Click to collapse
Well.... Now I have fixed it!
You just need to redownload again!
Please donate to me, if you like my work and want just to support! I will be very happy! Here's the credit card number where to donate to: 4890494450664545. Thank you very much for your support![/SIZE]
This works for Lumia 520 (RM-915)?
TBM 13 said:
This works for Lumia 520 (RM-915)?
Click to expand...
Click to collapse
Yes!
All compatible devices will be available in the program
I'm on lumia 520 and started the update, he copied 132 files and now is stopped for 30 minutes on the word "update started" .... what should I do?
Angyone1 said:
I'm on lumia 520 and started the update, he copied 132 files and now is stopped for 30 minutes on the word "update started" .... what should I do?
Click to expand...
Click to collapse
The phone should restart and show you spinning gears, WAIT AND DO NOT DISCONNECT YOUR DEVICE! IT WILL TAKE 1 HOUR OR MORE TO COMPLETE!
I really need this.. Thankyou so much
gmirz2005 said:
The phone should restart and show you spinning gears, WAIT AND DO NOT DISCONNECT YOUR DEVICE! IT WILL TAKE 1 HOUR OR MORE TO COMPLETE!
Click to expand...
Click to collapse
yep.... finally 3 hours later has finish.... lol
thanks
Angyone1 said:
yep.... finally 3 hours later has finish.... lol
thanks
Click to expand...
Click to collapse
ovinitas said:
I really need this.. Thankyou so much
Click to expand...
Click to collapse
I need this too!
kjjjjj
help me!!
When I connect my Lumia cell phone to my computer, I get a message that an Android device was detected and I can not restore it to Window Phone. Can someone help me?
Not detect Nokia 1320
Hi,
Program does not detect the cell phone...detect.exe?
I write cell type Nokia 1320, and nothing happens?
mic5463 said:
Hi,
Program does not detect the cell phone...detect.exe?
I write cell type Nokia 1320, and nothing happens?
Click to expand...
Click to collapse
You may check the list of supported devices
Yes, Lumia 1320 is on check list.
Windows Device Recovery Tool, normal find phone.
:good::good:
mic5463 said:
Yes, Lumia 1320 is on check list.
Windows Device Recovery Tool, normal find phone.
Click to expand...
Click to collapse
Then the problem is in your device's connection with your computer (ex. Cable damaged, drivers are not installed)
Please check that all the drivers are installed by downloading Windows Device Recovery Tool (if you haven't downloaded it yet)
And also check the data connection of the phone and PC (maybe the cable is damaged)
930 crapy phone
Hey, I am trying 3rd day to upgrade from windows 8.1 to 10, most of the time I am downloading Gigabites of ****....
Can anyone simply answer: Is there a posibility to update Lumia 930?
I tried WPinternals to unlock bootloader, and found out that it is not supporting 930.
I tried this solution also, but it just fails no matter what i do.
Code:
STEP 1! Detecting the device!
MAKE SURE YOU HAVE CONNECTED YOUR DEVICE PROPERLY!
(IUTool Version: 11:52:10/Feb 7 2014)
Log file: C:\Users\zlq\AppData\Local\Temp\IUTool-{299338D7-E9AD-4D02-BD74-B341894FDEEF}.etl
Serial: f794abe740331d0e650d4f5f639ac41c
Friendly Name: Windows Phone
Manufacturer: NOKIA
Model: Lumia 930
Command executed successfully.
(IUTool Version: 11:52:10/Feb 7 2014)
Log file: C:\Users\zlq\AppData\Local\Temp\IUTool-{299338D7-E9AD-4D02-BD74-B341894FDEEF}.etl
Serial: f794abe740331d0e650d4f5f639ac41c
Friendly Name: Windows Phone
Manufacturer: NOKIA
Model: Lumia 930
Command executed successfully.
(IUTool Version: 11:52:10/Feb 7 2014)
Log file: C:\Users\zlq\AppData\Local\Temp\IUTool-{299338D7-E9AD-4D02-BD74-B341894FDEEF}.etl
Serial: f794abe740331d0e650d4f5f639ac41c
Friendly Name: Windows Phone
Manufacturer: NOKIA
Model: Lumia 930
Command executed successfully.
(IUTool Version: 11:52:10/Feb 7 2014)
Log file: C:\Users\zlq\AppData\Local\Temp\IUTool-{299338D7-E9AD-4D02-BD74-B341894FDEEF}.etl
Serial: f794abe740331d0e650d4f5f639ac41c
Friendly Name: Windows Phone
Manufacturer: NOKIA
Model: Lumia 930
Command executed successfully.
If your device has been detected then press 1, if not then reconnect your device and press 2 : 1
STEP 2! Updating the device!
(IUTool Version: 11:52:10/Feb 7 2014)
Log file: C:\Users\zlq\AppData\Local\Temp\IUTool-{299338D7-E9AD-4D02-BD74-B341894FDEEF}.etl
ERROR: Bad parameters
Command-Line Usage:
Command lines
-?
-p path [-s name] [-n name] [-m manufacturer] [-t model] [-a] [-v] [-V]
-l
Options
-? Show list of commands and usage
-V show VERY detailed progress messages
-a update all connected devices in parallel
-l list the connected devices
-m the phone's manufacturer
-n the phone's friendly name
-p directory path or semicolon-delimited list of package paths
-s the phone's serial number
-t the phone's type (model name)
-v show detailed progress messages
Install update files onto a device.
Command failed. (HRESULT = 0x80dd0001)
If the update has completed and your device is now running Windows 10 mobile then click 1! If you see error code 0x80188306, it means that your device is not running needed operating system! Update your Lumia to Denim and type 2 to restart operation! :
Code:
Update completed!
PART 3! Installing fixes!
(IUTool Version: 11:52:10/Feb 7 2014)
Log file: C:\Users\zlq\AppData\Local\Temp\IUTool-{299338D7-E9AD-4D02-BD74-B341894FDEEF}.etl
[1] Started device f794abe740331d0e650d4f5f639ac41c
[1] Transferring files started
[1] Transferred file 1/70
[1] Transferred file 2/70
[1] Transferred file 3/70
[1] Transferred file 4/70
[1] Transferred file 5/70
[1] Transferred file 6/70
[1] Transferred file 7/70
[1] Transferred file 8/70
[1] Transferred file 9/70
[1] Transferred file 10/70
[1] Transferred file 11/70
[1] Transferred file 12/70
[1] Transferred file 13/70
[1] Transferred file 14/70
[1] Transferred file 15/70
[1] Transferred file 16/70
[1] Transferred file 17/70
[1] Transferred file 18/70
[1] Transferred file 19/70
[1] Transferred file 20/70
[1] Transferred file 21/70
[1] Transferred file 22/70
[1] Transferred file 23/70
[1] Transferred file 24/70
[1] Transferred file 25/70
[1] Transferred file 26/70
[1] Transferred file 27/70
[1] Transferred file 28/70
[1] Transferred file 29/70
[1] Transferred file 30/70
[1] Transferred file 31/70
[1] Transferred file 32/70
[1] Transferred file 33/70
[1] Transferred file 34/70
[1] Transferred file 35/70
[1] Transferred file 36/70
[1] Transferred file 37/70
[1] Transferred file 38/70
[1] Transferred file 39/70
[1] Transferred file 40/70
[1] Transferred file 41/70
[1] Transferred file 42/70
[1] Transferred file 43/70
[1] Transferred file 44/70
[1] Transferred file 45/70
[1] Transferred file 46/70
[1] Transferred file 47/70
[1] Transferred file 48/70
[1] Transferred file 49/70
[1] Transferred file 50/70
[1] Transferred file 51/70
[1] Transferred file 52/70
[1] Transferred file 53/70
[1] Transferred file 54/70
[1] Transferred file 55/70
[1] Transferred file 56/70
[1] Transferred file 57/70
[1] Transferred file 58/70
[1] Transferred file 59/70
[1] Transferred file 60/70
[1] Transferred file 61/70
[1] Transferred file 62/70
[1] Transferred file 63/70
[1] Transferred file 64/70
[1] Transferred file 65/70
[1] Transferred file 66/70
[1] Transferred file 67/70
[1] Transferred file 68/70
[1] Transferred file 69/70
[1] Transferred file 70/70
[1] Transferring files complete: 70 files
[1] Update started
[1] Installation failed (HRESULT = 0x80188302)
[1] Failed (0x80188302)
ERROR: 0x80188302
Command failed. (HRESULT = 0x80188302)
(IUTool Version: 11:52:10/Feb 7 2014)
Log file: C:\Users\zlq\AppData\Local\Temp\IUTool-{299338D7-E9AD-4D02-BD74-B341894FDEEF}.etl
[1] Started device f794abe740331d0e650d4f5f639ac41c
[1] Transferring files started
[1] Transferred file 1/1
[1] Transferring files complete: 1 file
[1] Update started
[1] Installation failed (HRESULT = 0x801882c2)
[1] Failed (0x801882c2)
ERROR: 0x801882c2
Command failed. (HRESULT = 0x801882c2)
Done!
Don't worry if you see an error
Now do the following instructions!
1.Open Settings
2.Navigate to Time
'Language' is not recognized as an internal or external command,
operable program or batch file.
3.Remove all keyboards except English (US)
4. Reboot your device
UPDATED SUCCESSFULLY!
Press any key to exit
Press any key to continue . . .

HTC Dual-SIM 816v (A5_DWGL) Files UnBrick, Rom, Enable ADB, Root, Recovery

All file download HERE:
Code:
https://androidfilehost.com/?w=files&flid=290608
___________________________________________________________________
I. Official RUU ROM:
1. 0P9CIMG_A5_DWGL_K44_DESIRE_SENSE60_HTCCN_CHS_CT_1.56.1401.12_Radio_0.44.60.0720_1-0.44.60.0720_1_NV_CT_PRI0.78_001_release_387003_combined_signed_2_4.zip
->
Code:
androidfilehost.com/?fid=1395089523397901488
2. 0P9CIMG_A5_DWGL_K44_DESIRE_SENSE60_HTCCN_CHS_CT_1.58.1401.11_Radio_0.45.60.0807_1-0.45.60.0807_1_NV_CT_PRI0.78_001_release_388489_combined_signed_2_4.zip
->
Code:
androidfilehost.com/?fid=1395089523397901490
3. 0P9CIMG_A5_DWGL_K44_DESIRE_SENSE60_HTCCN_CHS_CT_1.58.1401.12_Radio_0.45.60.0903_1-0.45.60.0903_1_NV_CT_PRI0.78_001_release_392610_combined_signed_2_4.zip
->
Code:
androidfilehost.com/?fid=1395089523397901486
4. 0P9CIMG_A5_DWGL_L50_DESIRE_SENSE60_MR_HTCCN_CHS_CT_2.34.1401.11_Radio_0.52.60.0226_CNV_CT_1.22_001_release_426702_partial_2.zip
->
Code:
androidfilehost.com/?fid=1395089523397901489
5. 0P9CIMG_A5_DWGL_L50_DESIRE_SENSE60_MR_HTCCN_CHS_CT_2.34.1401.11_Radio_0.52.60.0226_CNV_CT_1.22_001_release_426702_signed_2.zip
->
Code:
androidfilehost.com/?fid=1395089523397901491
6. OTA_A5_DWGL_K44_DESIRE_SENSE60_HTCCN_CHS_CT_1.60.1401.11-1.58.1401.12_release_393247b2z97ya3ws1saf4h.zip
->
Code:
androidfilehost.com/?fid=1395089523397901487
7. OTA_A5_DWGL_L50_DESIRE_SENSE60_MR_HTCCN_CHS_CT_2.34.1401.22-2.34.1401.11_release_437462gi61u9cuegaolf18.zip
->
Code:
androidfilehost.com/?fid=1395089523397901547
II. Full Backup file for UnBrick: HTC_D816v_ A5_DWGL_SENSE7.0_S-OFF_M60_mmcblk0.img.7z
->
Code:
androidfilehost.com/?fid=1395089523397921445
III. Other files
For start need get file unlock bootloader HTC 816: ->
Code:
htcdev.com/bootloader/
1. TWRP Recover for HTC 816V A5: twrp-2.8.7.0-a5.img
->
Code:
androidfilehost.com/?fid=1395089523397921525
2. Root htc 816 on recovery with: SR5-SuperSU-v2.82-SR5-20171001224502.zip
->
Code:
androidfilehost.com/?fid=1395089523397921526
3. ENABLE ADB on Recovery: bootimage_ENABLE_ADB_secure.zip
->
Code:
androidfilehost.com/?fid=1395089523397921520
4. ROM HTC 816v (A5_DWGL) Android 6.0 Sense 7 [TWRP Backup]: TWRP_Backup_HTC_D816v_ A5_DWGL_SENSE7.0_M60.7z
->
Code:
androidfilehost.com/?fid=1395089523397921529

Categories

Resources