[GUIDE] [UNBRICK] Reviving Yulong Coolpad Dazen 1 (8297L-I00) - Android General

Hi Hi.. friends.. its been 5 months since Coolpad Dazen 1 (8297L-I00) was launched in India and yet the stock rom for this phone is not available on net. Even at Coolpad's official service support site where firmware for all of their models are available, our beloved Dazen 1 seems to be an orphan.
There is no cwm available for our device either.
But if you are rooted and were searching for cwm and probably got one (wrong one which is for coolpad f1 plus) following some misguiding articles. and if you try to flash it to your phone, you will get stuck in bootloader mode. But don't worry it can be fixed easily..
NOTE: YOU WILL BE RESPONSIBLE FOR ANY TYPE OF DAMAGE THAT CAN HAPPEN TO YOUR PHONE. I HAVE TESTED THIS METHOD AND IT WORKED PERFECTLY FINE FOR ME. IT WILL WORK FOR YOU AS WELL IF YOU FOLLOW THE STEPS CAREFULLY.
Steps.
#1. Download the recovery.zip below, extract the files.
#2. Download and install the drivers if u haven't already.
#3. Power off your phone, connect it to pc, press and hold the Volume + and Power key for a few seconds to enter bootloader.
#4. Go to the folder where u extracted the files, Press Shift key then right click any where on the window and select open command window here.
#5. Press Volume+ key in phone.
#6. Type this command in command window.
Code:
fastboot devices
if your device is listed. then type
Code:
fastboot flash recovery recovery.img
If flash succeeds then you are done.
Code:
fastboot reboot
to reboot your device.
and if you don't see your device listed then make sure you have installed the drivers.
NOW.. if you mess up with your system u will brick your device OR try to apply OTA update on your rOOted phone, u will stuck on boot logo.
and these bricks will be pain in head to fix.. because there's no cwm backup or no stock rom.
but somehow @jaswant singh has managed to create fastboot flashable system.img which can restore our system but there are issues with it, wifi and bluetooth do not work after flashing.. but we hope that it will be fixed soon.
this is only way to fix this brick until stock rom becomes available.
oooooooohhhhhhhhhhh yeaaaah...........
Created my own system.img with help of @jaswant singh
and finally fixed my dazen 1 completely.. everything is working fine... wifi, bluetooth, sims are also working..
Fully functional Stock system.img is ready.
[Supports OTA Update]
Link below..
https://mega.nz/#!3gRkVLLB!MAUWgk_OjOCPrTI8qMeGfU30o8Ejq6NPw8T0qLglM8s
Flash system.img in fastboot.
#1. For windows.
copy system.img in your adb folder. put your phone in fastboot and give the command.
Code:
fastboot flash system system.img
it will take 2-3 minutes to complete. when its done, type
Code:
fastboot reboot
#2. For Ubuntu.
cd to the directory where you have put system.img. put your phone in fastboot and give the command.
Code:
fastboot flash system system.img -i 0x1ebf
when done.
Code:
fastboot reboot -i 0x1ebf
Voila.... :highfive::highfive:You just unbricked your coolpad dazen 1 and saved yourself some cash that you would have paid to service center.
So, Hit thanks button if I helped you.

OTA bricking the phone after root is really sad.. I don't think i will root my phone not until we find ways to counter this problem..
Anyways its good to finally see development work start on our Coolpad Dazen 1.. Better late than never..

This is the complete guide to unbrick coolpad dazen 1
---------- Post added at 07:28 AM ---------- Previous post was at 07:27 AM ----------
http://forum.xda-developers.com/showthread.php?p=63542971
---------- Post added at 07:31 AM ---------- Previous post was at 07:28 AM ----------
I need to upload all the stuff and will do it soon......
Not if any one have IMEI problem then please give the IMEI no I will solve it
Bugs are WiFi and Bluetooth not working
Will be fixed soon

Stock recovery and boot images link
https://www.dropbox.com/s/dfth7bs1601e7ni/boot and recovery.zip?dl=0
---------- Post added at 09:28 AM ---------- Previous post was at 09:13 AM ----------
System image link
Will recover the imei no also
https://www.dropbox.com/s/bay9cu8sbkn9oel/system.zip?dl=0
---------- Post added at 09:31 AM ---------- Previous post was at 09:28 AM ----------
Flash the files by fast boot
Commands
Fastboot flash boot boot.img
Fastboot flash recovery recovery.img
Fastboot flash system system.img
System image will take approx 10 minutes to flash
If any tell me will try to fix

@jaswant singh's guide
Requirements
1. Linux box or virtual machine
2. simg2img, make_ext4fs binaries which can be downloaded from here
web.djodjo.org/?a=download:an...inux:ext4tools
Procedure:
system stock files(u can get it by nandroid backup)
place you system files and the 2 binaries in one directory, and make sure the binaries have exec permission.
Code
mkdir sys
Place all the system stock files in sys folder
Part 2 - create a new flashable system image.
1. sudo ./make_ext4fs -s -l 2147483648 -a system system.img sys/
2. rm -fr sys
Now u I'll get system.img
Flash it by fastboot
fastboot flash system system.img

jaswant singh said:
Stock recovery and boot images link
https://www.dropbox.com/s/dfth7bs1601e7ni/boot and recovery.zip?dl=0
---------- Post added at 09:28 AM ---------- Previous post was at 09:13 AM ----------
System image link
Will recover the imei no also
https://www.dropbox.com/s/bay9cu8sbkn9oel/system.zip?dl=0
---------- Post added at 09:31 AM ---------- Previous post was at 09:28 AM ----------
Flash the files by fast boot
Commands
Fastboot flash boot boot.img
Fastboot flash recovery recovery.img
Fastboot flash system system.img
System image will take approx 10 minutes to flash
If any tell me will try to fix
Click to expand...
Click to collapse
@jaswant singh plz post md5 sum for system.zip so that we can check after download that the downloaded file is ok...

It's OK

jaswant singh said:
It's OK
Click to expand...
Click to collapse
have u checked your zip file after creating it?? i have downloaded it but its corrupted... don't know if got corrupted during download..

Yes it's okk

jaswant singh said:
Yes it's okk
Click to expand...
Click to collapse
well.. my data limit is exhausted.. can u give me nv file and where to put it?

OK I'm out of town will give you in night

jaswant singh said:
Yes it's okk
Click to expand...
Click to collapse
i think it wasn't uploaded successfully.. i have saved the file in google drive and google is unable to open the archive..

Alright I'll re-upload it

use 7zip
jaswant singh said:
Alright I'll re-upload it
Click to expand...
Click to collapse
use 7zip with ultra compression level and compression method: LZMA for best compression..

cm11 compressed 2.43 gb
http://forum.xda-developers.com/chef-central/android/aokp-aosp-cyanogenmod-miui-source-code-t2918515

for me also archive is showing corrupted. :crying: Still my phone is dead

Don't worry i will upload my system.img soon...
Sent from my Coolpad 8297L-I00 using XDA Free mobile app

How to root coolpad dazen 1

hey guys running lack of time will start work on dazen after 8/11/15 sorry guys just wait some more
........

sorry guys took along time
now I have a working link for system.img
after downloading hit thanks........
link:- https://mega.nz/#F!nJRyAT4R!kWFsSayc_WyLg128aASQaA

Related

[STOCK ROM][LB] Huawei Ascend P2 - B021

I've finally managed to find another copy of the stock Ascend P2 firmware [P2-6011V100R001C00B021]
Flashing is easy, just copy the dload folder to the root of your internal memory and use the system update app to apply a local update.
The ROM can be rooted using eRoot.
More tweaks and other mods for this rom will follow soon.
Downloads:
P2-6011V100R001C00B021
eroot v1.3.3
Thank you Angelbob! I can finally have the B021 update
Very cool I assume I can flash it even if I've removed some of the stock Apks from my current rom?
By the way there's a p2tools apk on the server- Whats it for?
Mine fails to update, after the system reboots in the Android recovery system.
Fails to mount E: /SDcard. Runs through the "checking module" stuff, and after Checking module Cust it writes Huawei SD card update fail..
and continues
cust copying files...
copy cust files successed!
and then the huge
FAIL.
I'm probably doing something wrong but what could it be?
Try a factory reset first
Sent from my C6603 using Tapatalk
How well does this ROM work?
EDIT: I also cannot get this ROM installed.
Could it be because I am already running BO25?
I tried factory resetting as you suggested to the other person, it made no difference.
Tried factory reset also, made no difference
Mine updated fine.
I thought this would remove the silly operator logo that comes up when i turn on my phone and remove all the apps installed by the operator, but it's all still there.
Is this just a 'kernel' update or am i missing something here?
Thanks.
Impossible for me to install the B021... Error in the recovery when flashing
I'm with B007...
HI
anyone had success in flashing this on P2 which locked to 3 UK network?
the same for me !!
The same : "Impossible for me to install the B021... Error in the recovery when flashing
I'm with B007... "
Can somebody please help me get down to BO21, I am stuck on the appalling BO25 and there is still no fix released!
same problem here. update fails in the check part. I have edited the buid.prop. can anyone send me the build.prop for the B021 version?
Mabe new update !!!
xixorro said:
same problem here. update fails in the check part. I have edited the buid.prop. can anyone send me the build.prop for the B021 version?
Click to expand...
Click to collapse
I worked the last 8 Hours on a update for the huawei p2.
in few minutes i will try it.
PlS Hope with me :angel:
davide_94 said:
I worked the last 8 Hours on a update for the huawei p2.
in few minutes i will try it.
PlS Hope with me :angel:
Click to expand...
Click to collapse
I extracted the build.prop file from a stock ROM someone sent me and was able to update. you made your own update. what will it do?
xixorro said:
I extracted the build.prop file from a stock ROM someone sent me and was able to update. you made your own update. what will it do?
Click to expand...
Click to collapse
the update zip is mixed with the huawei p6 omni rom based on 4.4.4.
but i get error during install the zip.
error status 6
_wolfpup said:
Can somebody please help me get down to BO21, I am stuck on the appalling BO25 and there is still no fix released!
Click to expand...
Click to collapse
You ought to try this method to downgrade your ROM.
1) your P2 must have root access;
2) find in the "default.prop" file (you'll find it in the "/" directory) and change "B025" to "B020" for example:
ro.confg.hw_bootversion=P2-6011V100R001C00B025...
3) find in the "build.prop" file and change all "B025" to "B020" for example:
ro.confg.hw_systemversion=P2-6011V100R001C00B025_SYSTEM
ro.build.display.id=P2-6011V100R001C00B025
ro.build.version.incremental=C00B025
ro.build.description=P2-6011-user 4.1.2 HuaweiP2-6011 C00B025 ota-rel-keys,
ro.build.fingerprint=Huawei/hwp2-6011:4.1.2/HuaweiP2/C00B025
ro.product.CustDVersion=B025 (here can be any other values, these are only for example).
Having changed all the above-mentioned values, you will be able to downgrade your B025 ROM to B021. Just remember, that a ROM version in the edited "default.prop" and "build.prop" must be lower than a ROM version which you want to downgrade to.
Good luck!
Android 4.4.2 Omni Rom successfully installed
l0l0l0 said:
still no custom rom for this device
Click to expand...
Click to collapse
History
At the first time i tried to build my own custom Rom Mixed with the Huawei P2 + Huawei P6. After installing my own rom my Huawei P2 system was death.
After i tryed a lot of hours to fix it but nothing helps.
All partitions were lost. I tryed to install the stock recovery and update the phone using Update.app. ( But didnt work)
i tryed really all things. but nothing works. Only one thing.
Step by Step Instruction:
Follow the instructions on your own risk
1- Download the B510 Update for the huawei P6 ""Download""
2- Download the Huawei Update extractor ""Download""
1. In Profiles Select Huawei P6
2. Choose the Update file that you have downloaded.
3. Mark
- system.img
- userdata.img
- cust.img
- boot.img
4. Right click on a market line and select "create flashable zip"
3- Download this Openrecovery ""Download""
4- Download ADB And Fastboot ""Download""
5- Extraxt the Adb/Fastboot zip file In a folder
6- Copy the recovery.img in the same folder
7- Open the folder and press "shift" + "right-click" on a free place in the folder select "Open command window here"
8- Make shure Usb Debuging is enabled and connect your phone with the PC
9- type "adb reboot bootloader"
10- type "fastboot flash recovery recovery.img"
11- type "fastboot reboot"
12- during startup press "power" + vulume-up + volume-down" at same time and wait for the recovery
13- Select "wipe" "swipe to factory reset"
14- Select "wipe" "format data"
15- Select "advanced" "adb sideload" "swipe to start sideload"
16- move youre flashable zip into the same folder (like recovery.img)
17- Open command window (Step 7-)
18- type "adb sideload "your-zip-name".zip
19- now the install beginn and you have the P6 Firmware installed (Dont try to reboot your Phone it dosnt work)
20- Download Omni Rom and Gapps ""Homade Rom Download"" ""Stable Omni Rom 4,4,2 Download"" ""Gapps Download""
21- Firs install the Homade Version (same like step 1
22- now install the Stable Omni Rom 4,4,2 (same like step 1
23- wipe cache and dalvik
24- install Gapps (same like step 1
25- wipe cache and dalvik
26- Congratulation You Have now a Huawei P2 Phone with The Huawei P6 Firmware And Omni Custom Rom 4.4.2
Follow the instructions on your own risk
Please Give me a feadback if it work.:good:
Say thanks If it work :good:
Knowed Issue:
Phonespeaker works only after plugin a headset and unplug.....
I'm going to try this now, thanks for posting this. If it works I'll owe you big time. :victory:
---------- Post added at 03:48 PM ---------- Previous post was at 02:54 PM ----------
Tried it and it says invalid file when trying to open the update.app file from the B510.zip
I extracted the B510 file and tried to open update.app
http://prntscr.com/49gglp
jdcrispe95 said:
I'm going to try this now, thanks for posting this. If it works I'll owe you big time. :victory:
---------- Post added at 03:48 PM ---------- Previous post was at 02:54 PM ----------
Tried it and it says invalid file when trying to open the update.app file from the B510.zip
I extracted the B510 file and tried to open update.app
http://prntscr.com/49gglp
Click to expand...
Click to collapse
go to original Post ==>
There is all things updated

[Custom Recovery][TWRP 2.7][MTK6572-UBIFS][Micromax A58]

Hi here is the fully working TWRP recovery for Micromax A58
DOWNLOAD
Click to expand...
Click to collapse
STEPS TO INSTALL:
1.Flash using Mobileuncle tools (need a rooted phone)
2.Use Sp flash tools
Credits:
christiantroy
Yuweng
Dees_Troy
Carliv
Click to expand...
Click to collapse
Source
whoo hoo
dhinesh77 said:
Hi here is the fully working TWRP recovery for Micromax A58
STEPS TO INSTALL:
1.Flash using Mobileuncle tools (need a rooted phone)
2.Use Sp flash tools
Source
Click to expand...
Click to collapse
dude you mean we have TWRP also.. coool!!!!!!!!!!:laugh:
alanvmathew said:
dude you mean we have TWRP also.. coool!!!!!!!!!!:laugh:
Click to expand...
Click to collapse
Have you installed ? Need feedback from yourside
nope
dhinesh77 said:
Have you installed ? Need feedback from yourside
Click to expand...
Click to collapse
Sry bro I flashed recovery via mobile uncle tools but it did not work.. How to flash back to ctr!!!!
---------- Post added at 09:34 PM ---------- Previous post was at 08:36 PM ----------
used the manual porting option in the auto port tool and fixed my recovery.... it nearly bought my balls to my mouth.....
:laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh:
alanvmathew said:
Sry bro I flashed recovery via mobile uncle tools but it did not work.. How to flash back to ctr!!!!
---------- Post added at 09:34 PM ---------- Previous post was at 08:36 PM ----------
used the manual porting option in the auto port tool and fixed my recovery.... it nearly bought my balls to my mouth.....
:laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh::laugh:
Click to expand...
Click to collapse
Three problem behind for non working twrp ,,
1. Your downlaod had been corrupted ,
2. while installing via mobile uncle is not supported
3. your size of recovery partition should be less than actual twrp size ,
I used recovery manager app i went smooth , the first two points you can debugg easily , and last point can be checked by following code
Code:
1.adb shell cat /proc/dumchar_info
2.adb shell cat /proc/mtd
dhinesh77 said:
Three problem behind for non working twrp ,,
1. Your downlaod had been corrupted ,
2. while installing via mobile uncle is not supported
3. your size of recovery partition should be less than actual twrp size ,
I used recovery manager app i went smooth , the first two points you can debugg easily , and last point can be checked by following code
Code:
1.adb shell cat /proc/dumchar_info
2.adb shell cat /proc/mtd
Click to expand...
Click to collapse
I used recovery manager too but failed
Bro how to do debug I am not a computer guy. I have no programing knowledge...
screen shot
@dhinesh77
Screenshot via terminal emulator.
alanvmathew said:
@dhinesh77
Screenshot via terminal emulator.
Click to expand...
Click to collapse
Thanks bro its almost fine with your phone , I will reupload this weekend , sry for delay :good:
Can i use this recovery in other device with the same chip (mtk6572)?
AbdennourB said:
Can i use this recovery in other device with the same chip (mtk6572)?
Click to expand...
Click to collapse
Same question here. Trying to install on Huawei Ascend Y330.
masster64 said:
Same question here. Trying to install on Huawei Ascend Y330.
Click to expand...
Click to collapse
Is that working for another device with same chip 6572 ?

Oukitel u7 pro rooting , TWRP Recovery

Hello,
this how i rooted and installed TWRP Recovery on my oukitel u7 pro .
All credit to someone posted the recovery image at Russian website can not remember his nick and to some other guy at Mexican website i only put the files together and made demo video at YouTube.
all the files to root and install the recovery in the download link below .
1- download the files
https://drive.google.com/file/d/0B1YQfWNB26xbZDRWQVk5TkNhTGM/view
2-unrar it , move the update.zip file from the root folder to your sd card .
3-make sure u have the mtk drivers installed .. ( included in the archive file )
4-open and run the SP flashing tool
5-hit browse and locate the scatter file
6-hit download
7-remove the phone battery and put back in then plug in the usb cable and wait for the pc to detect your phone and start flashing the recovery image .
8-when done . do not turn the phone on we need to go to the recovery first.
9-Press and hold volume up then power to go to the recovery
10-once on the recovery page go to install and locate the update.zip file and install it .
reboot the phone when done .
YouTube tutorial link.
https://youtu.be/k5FC4jXsa_g
cheers.
Hello, any chance you could upload a TWRP Backup of the complete Phone? I accidently did not only wipe the phone but also the sdcard, so not only the OS but also my backup is gone :,(
I found some zip files on needrom.com but I cant get them to install. (Neither with TWRP nor manually unzipped with fastboot.)
Currently I have TWRP and fastboot working properly, but nothing to flash.
Doogee X5 Pro can use this tutorial?
I've tried all the procedures set out on this tutorial but TWRP flashes but when phone reboots, there's no TWRP ... Maybe this recovery.img won't work for DDR3 version of Oukitel U7 Pro because I think it is meant for the DDR2 version of this phone or is there anything I'm doing wrong here? Please somebody help me out :cyclops:
hi, currently i am facing unresponsive touch screen on my oukitel u7 pro. Can i use this method to solve this issue.
How can i know whether my phone is ddr2 or ddr3.
Thanks.
@fawwazismail go onto your phone settings and and check your custom build version.
---------- Post added at 05:40 PM ---------- Previous post was at 05:39 PM ----------
PetaX8 said:
Doogee X5 Pro can use this tutorial?
Click to expand...
Click to collapse
No
---------- Post added at 05:46 PM ---------- Previous post was at 05:40 PM ----------
Allquantor said:
Hello, any chance you could upload a TWRP Backup of the complete Phone? I accidently did not only wipe the phone but also the sdcard, so not only the OS but also my backup is gone :,(
I found some zip files on needrom.com but I cant get them to install. (Neither with TWRP nor manually unzipped with fastboot.)
Currently I have TWRP and fastboot working properly, but nothing to flash.
Click to expand...
Click to collapse
Please can you upload your TWRP recovery for me if what version of phone you have is the DDR3 version then I'll do a backup and upload it for you?
---------- Post added at 05:50 PM ---------- Previous post was at 05:46 PM ----------
onasre said:
Hello,
this how i rooted and installed TWRP Recovery on my oukitel u7 pro .
All credit to someone posted the recovery image at Russian website can not remember his nick and to some other guy at Mexican website i only put the files together and made demo video at YouTube.
all the files to root and install the recovery in the download link below .
1- download the files
https://drive.google.com/file/d/0B1YQfWNB26xbZDRWQVk5TkNhTGM/view
2-unrar it , move the update.zip file from the root folder to your sd card .
3-make sure u have the mtk drivers installed .. ( included in the archive file )
4-open and run the SP flashing tool
5-hit browse and locate the scatter file
6-hit download
7-remove the phone battery and put back in then plug in the usb cable and wait for the pc to detect your phone and start flashing the recovery image .
8-when done . do not turn the phone on we need to go to the recovery first.
9-Press and hold volume up then power to go to the recovery
10-once on the recovery page go to install and locate the update.zip file and install it .
reboot the phone when done .
YouTube tutorial link.
https://youtu.be/k5FC4jXsa_g
cheers.
Click to expand...
Click to collapse
Please what version of DDR does your phone have?
Oukitel u7 please root e e covery?
Inviato dal mio U7 Plus utilizzando Tapatalk
Latest Nougat based twrp, Root Guide and Xposed framework
From here
I have flash failure twice then nothing (i need flash for crashing battery during update),so no solution. but what makes the "recovery.exe" file?

[WIP] H901 V20J Android 6.0.1 Rootable Boot Image - Auto Root !

H901 V20J Android 6.0.1 Rootable Kernel
- Patched sepolicy
- Disabled dm-verity
- Auto Root: SuperSU 2.76 (systemless)
How to install:
- Copy su.img & SuperSU.apk to Internal storage (root folder)
- Unlock Bootloader
- Flash boot.img : fastboot flash boot boot.img > Update: Can't flash boot.img in fastboot mode, need build tot file includes kernel patched (boot.img), then flash new tot file via LGUP > tot file includes kernel patched HERE by @tungkick )
- Reboot
How to unroot:
- Remove /data/su.img
- Remove /data/media/0/su.img & /data/media/0/SuperSU.apk
- Uninstall SuperSU
MOD EDIT - WARNING - THIS IS A WORK IN PROGRESS SYSTEMLESS ROOTABLE IMAGE. TREAT IT AS SUCH. KEEP A WORKING STOCK FIRMWARE HANDY BEFORE PROCEEDING TO TRY.
su.img we will do with it, I do not see mention it, just copy to the memory of
PjLyTam said:
su.img we will do with it, I do not see mention it, just copy to the memory of
Click to expand...
Click to collapse
Just copy to Internal storage (root folder)
Rebuild, fix path: /sdcard/ to /data/media/0/
WolfW said:
Rebuild, fix path: /sdcard/ to /data/media/0/
Click to expand...
Click to collapse
how about some clear instructions
@WolfW what is this garbage you are posting. Unless I'm mistaken, please somebody inform me where 6.0.1 is for the LG V10?
This is spam, has no instruction as to what it is for, and you have zero credentials (it would appear) to be posting something like this. This thread should be locked and your links pulled until somebody identifies who you are and what your intentions here are.
I would highly recommend you guys be careful about flashing anything just because somebody comes in and says "here flash this"
Just my two cents.
*back into lurk mode
---------- Post added at 08:16 PM ---------- Previous post was at 08:12 PM ----------
Here is another thread by this clown claiming to have TWRP for the Galaxy Note 7...
http://forum.xda-developers.com/note-7/development/recovery-twrp-3-0-2-0-galaxy-note-7-t3438294
Read some of the replies over there.
This is useless anyway, since we can't fastboot flash anything since 6.0, right? This was randomly posted without any knowledge about our phone.
Sent from my LG-H901 using XDA-Developers mobile app
I see there has been a lot of discussion here about OPs Credibility or purportedly lack thereof. I have changed the Thread title to add Work In Progress Tag. And made a disclosure in the OP. So its upto the user to decide if they wish to try it or not.
Now Having said that, like all other attempts to root, it will have a risk of Soft Bricking. So keep a working Stock Firmware around that you are able to flash, should you softbrick. And then proceed to try this. IF you still have failure, then either PM me or report this thread. Otherwise don't dismiss the thread for simply lack of credibility. We all know we start from Zero on this forum at one point or the other. Any such critique will be deleted as OT going forward from this point on.
waitting update can root work
---------- Post added at 03:05 AM ---------- Previous post was at 03:04 AM ----------
i have test but need make tot because fastboot can not flash. waitting him make tot

[]

.
lebigmac said:
Hi. can someone please upload only the stock boot.img from the Nougat firmware for Xperia XA?
Thank you very much!
Click to expand...
Click to collapse
You need to be a little clearer.
1. 100% Stock is a boot.sin which will only flash when using FlashTool. (.sin is a archive like .zip is a archive)
2. If you extract the .sin you will have a boot.elf the .elf can be flashed with recovery or adb shell dd cmd's but Not Flastboot. (or the last time I checked you could not )
3. So are you asking for the .sin, .elf or do you want someone to unpack the .elf then rebuild it as a .img for you??
bigrammy said:
You need to be a little clearer.
1. 100% Stock is a boot.sin which will only flash when using FlashTool. (.sin is a archive like .zip is a archive)
2. If you extract the .sin you will have a boot.elf the .elf can be flashed with recovery or adb shell dd cmd's but Not Flastboot. (or the last time I checked you could not )
3. So are you asking for the .sin, .elf or do you want someone to unpack the .elf then rebuild it as a .img for you??
Click to expand...
Click to collapse
if possible could you send over the boot.sin and recovery.sin so that i can reflash my device as i cannot find these files anywhere thanks
my_old_user_sucked said:
if possible could you send over the boot.sin and recovery.sin so that i can reflash my device as i cannot find these files anywhere thanks
Click to expand...
Click to collapse
Use FlashTool and press the XF (XperiFirm) tab you can then choose which firmware you want.
Or if you want to use the stand alone version of XF (XperiFirm) see here https://forum.xda-developers.com/crossdevice-dev/sony/pc-xperifirm-xperia-firmware-downloader-t2834142
bigrammy said:
Use FlashTool and press the XF (XperiFirm) tab you can then choose which firmware you want.
Or if you want to use the stand alone version of XF (XperiFirm) see here https://forum.xda-developers.com/crossdevice-dev/sony/pc-xperifirm-xperia-firmware-downloader-t2834142
Click to expand...
Click to collapse
I have done this but now i need the original boot img file in order to root the device using magisk is there anyway i could get this file?
---------- Post added at 10:43 AM ---------- Previous post was at 10:26 AM ----------
lebigmac said:
Hi. can someone please upload only the stock boot.img from the Nougat firmware for Xperia XA?
Thank you very much!
Click to expand...
Click to collapse
https://forum.xda-developers.com/xperia-xa/how-to/f3111-f3113-f3115-how-to-root-apply-drm-t3689384
The guide contains the boot.img and recovery.img for xperia xa firmware 33.3.A.1.97
---------- Post added at 10:46 AM ---------- Previous post was at 10:43 AM ----------
bigrammy said:
Use FlashTool and press the XF (XperiFirm) tab you can then choose which firmware you want.
Or if you want to use the stand alone version of XF (XperiFirm) see here https://forum.xda-developers.com/crossdevice-dev/sony/pc-xperifirm-xperia-firmware-downloader-t2834142
Click to expand...
Click to collapse
Many thanks for your help i have found the files i needed and they work perfectly

Categories

Resources