[REQ]Galaxy S6 PIT file - Galaxy S6 Q&A, Help & Troubleshooting

Hi guys,
How to create Backup from my S6 partition information?(pit)
Give script please.
dd if=/dev/block/mmcblk0 of=/sdcard/s6.pit bs=1 skip=17408 count=4244 NOT WORK

sajjjjjjad said:
Hi guys,
How to create Backup from my S6 partition information?(pit)
Give script please.
dd if=/dev/block/mmcblk0 of=/sdcard/s6.pit bs=1 skip=17408 count=4244 NOT WORK
Click to expand...
Click to collapse
did you find anything

eyekyu said:
did you find anything
Click to expand...
Click to collapse
nop

i think need to change count number

Here you go:
http://forum.xda-developers.com/galaxy-s6/general/g920f-pit-file-banded-firmwares-t3118459

Related

[HELP] O3D Kernel BackUp

Is there any tool that can backup my kernel? I mean just the kernel. I tried google and stuff but I can't find a thing.
makaramk said:
Is there any tool that can backup my kernel? I mean just the kernel. I tried google and stuff but I can't find a thing.
Click to expand...
Click to collapse
You can use ADB. I'll post the command when I get home.
The Dark Lestat said:
You can use ADB. I'll post the command when I get home.
Click to expand...
Click to collapse
That would be great But is there some app like the samsung kernel manager?
makaramk said:
That would be great But is there some app like the samsung kernel manager?
Click to expand...
Click to collapse
Nope. I don't believe there is.
The Dark Lestat said:
Nope. I don't believe there is.
Click to expand...
Click to collapse
Oh ok.. Waiting for your tutorial then
makaramk said:
Oh ok.. Waiting for your tutorial then
Click to expand...
Click to collapse
Open command prompt.
Code:
adb shell
su
dd if=/dev/block/mmcblk0p5 of=/sdcard/boot.img
exit
exit
If you use Terminal on the phone, use this.
Code:
su
dd if=/dev/block/mmcblk0p5 of=/sdcard/boot.img
exit
exit
The Dark Lestat said:
Open command prompt.
Code:
adb shell
su
dd if=/dev/block/mmcblk0p5 of=/sdcard/boot.img
exit
exit
If you use Terminal on the phone, use this.
Code:
su
dd if=/dev/block/mmcblk0p5 of=/sdcard/boot.img
exit
exit
Click to expand...
Click to collapse
Thanks And just one question.. Can you tell me a got kernel for baseband v21a? I was looking in the Android Development section but I can't find one...
Titan Kernel or update to v21e and use promethius
Sent from my LG-P920 using Tapatalk
Titan Kernel or update to v21e and use promethius kernel
Sent from my LG-P920 using Tapatalk

need config partition backup

I managed to erase my config partition, could someone make a copy of theirs
so I can recreate mine?
Code:
adb shell sh -c "dd if=/dev/block/mmcblk0p5 of=/sdcard/cfg.bak bs=4096"
adb pull /sdcard/cfg.bak
will be there in a minute
PM
Thanks, that is the right size but appears to be part of a kernel image.
untermensch said:
Thanks, that is the right size but appears to be part of a kernel image.
Click to expand...
Click to collapse
Check your PM
Thanks... exactly what i needed.
untermensch said:
Thanks... exactly what i needed.
Click to expand...
Click to collapse
The least I could do.

[REQUEST] [Dumps] [Evita-Utl] Need (hboot,misc partition,radio,adsp,wcnss) imgs

Hey
Please can anyone have 'Evita-Utl' (Middle eastern variant) help me by dumping (hboot,misc partition,radio,adsp,wcnss) imgs from his working device .. and here is how:
1)first you must get into recovery(cwm) because img token from booted device is useless for me
2)then while you are in cwm recovery connect to pc and adb
Code:
adb shell
dd if=/dev/block/mmcblk0p12 of=/sdcard/hboot.img
exit
adb pull /sdcard/hboot.img
adb shell
dd if=/dev/block/mmcblk0p23 of=/sdcard/misc.img
exit
adb pull /sdcard/misc.img
adb shell
dd if=/dev/block/mmcblk0p17 of=/sdcard/radio.img
exit
adb pull /sdcard/radio.img
adb shell
dd if=/dev/block/mmcblk0p18 of=/sdcard/adsp.img
exit
adb pull /sdcard/adsp.img
adb shell
dd if=/dev/block/mmcblk0p19 of=/sdcard/wcnss.img
exit
adb pull /sdcard/wcnss.img
and upload these 5 files from your sdcard .. I will be grateful
Thanks for help
Why?
tjhooker73 said:
Why?
Click to expand...
Click to collapse
Do you have the middle eastern variant?
Sent from my Evita
tjhooker73 said:
Why?
Click to expand...
Click to collapse
timmaaa said:
Do you have the middle eastern variant?
Sent from my Evita
Click to expand...
Click to collapse
Someone in other thread tell that middle east version(ul flashed) can be fixed by those 3 blocks and radio block ofcours .. but do you have any suggestions for recover my misc partition .. if I was lucky and someone upload it to me .. do you think that adb can restore it ??
dr.scofield said:
Someone in other thread tell that middle east version(ul flashed) can be fixed by those 3 blocks and radio block ofcours .. but do you have any suggestions for recover my misc partition .. if I was lucky and someone upload it to me .. do you think that adb can restore it ??
Click to expand...
Click to collapse
What's wrong with your phone?
Need the imgs because no firmwares or ruu fo this phone .. and my utl flashed ul and bricked .. then relifed with evita-ul dll because no dll for it .. so since there no firmwares for it and I replaced mine .. I need it from any working phone by dumping it .. if you can help
Anyone??
Sent from my HTC One XL using XDA Premium 4 mobile app
dr.scofield said:
Anyone??
Click to expand...
Click to collapse
I upload these 5 files on my google drive
But I can't post the link
Send me you contact at "sladefoto" a t gmail
Sladefoto said:
I upload these 5 files on my google drive
But I can't post the link
Send me you contact at "sladefoto" a t gmail
Click to expand...
Click to collapse
Thanks .. i've managed these files and fixed this phone
dr.scofield said:
Hey
Please can anyone have 'Evita-Utl' (Middle eastern variant) help me by dumping (hboot,misc partition,radio,adsp,wcnss) imgs from his working device .. and here is how:
1)first you must get into recovery(cwm) because img token from booted device is useless for me
2)then while you are in cwm recovery connect to pc and adb
Code:
adb shell
dd if=/dev/block/mmcblk0p12 of=/sdcard/hboot.img
exit
adb pull /sdcard/hboot.img
adb shell
dd if=/dev/block/mmcblk0p23 of=/sdcard/misc.img
exit
adb pull /sdcard/misc.img
adb shell
dd if=/dev/block/mmcblk0p17 of=/sdcard/radio.img
exit
adb pull /sdcard/radio.img
adb shell
dd if=/dev/block/mmcblk0p18 of=/sdcard/adsp.img
exit
adb pull /sdcard/adsp.img
adb shell
dd if=/dev/block/mmcblk0p19 of=/sdcard/wcnss.img
exit
adb pull /sdcard/wcnss.img
and upload these 5 files from your sdcard .. I will be grateful
Thanks for help
Click to expand...
Click to collapse
i have same problem and still my device (no service )not antenna after jtag with riff box
my device one xl (evita utl pj83500) s-off and super cid
i dumped this 5 files but i dont know how to solve my problem and flash misc.radio and hboot files ==> when i write fastboot flash radio radio.img say error : not allowed
how to eng-s-off this model to flash radio.img and hboot.img
pls help
How did you flash them?
I have the same problem but I don't know how to flash the partitions.
Thread Cleaned, there is no "trading", "selling" for device files or anything of that sort, of funds or gifts, as per Forum Rules.
dr.scofield said:
Hey
Please can anyone have 'Evita-Utl' (Middle eastern variant) help me by dumping (hboot,misc partition,radio,adsp,wcnss) imgs from his working device .. and here is how:
1)first you must get into recovery(cwm) because img token from booted device is useless for me
2)then while you are in cwm recovery connect to pc and adb
Code:
adb shell
dd if=/dev/block/mmcblk0p12 of=/sdcard/hboot.img
exit
adb pull /sdcard/hboot.img
adb shell
dd if=/dev/block/mmcblk0p23 of=/sdcard/misc.img
exit
adb pull /sdcard/misc.img
adb shell
dd if=/dev/block/mmcblk0p17 of=/sdcard/radio.img
exit
adb pull /sdcard/radio.img
adb shell
dd if=/dev/block/mmcblk0p18 of=/sdcard/adsp.img
exit
adb pull /sdcard/adsp.img
adb shell
dd if=/dev/block/mmcblk0p19 of=/sdcard/wcnss.img
exit
adb pull /sdcard/wcnss.img
and upload these 5 files from your sdcard .. I will be grateful
Thanks for help
Click to expand...
Click to collapse
thanks god, could you tell me how did you do with 5 files, please share? we have the same problems, hope you help us? pls!
vincent844 said:
thanks god, could you tell me how did you do with 5 files, please share? we have the same problems, hope you help us? pls!
Click to expand...
Click to collapse
Do you have these 5 files If yes please please send them to me [email protected]
u will send for evita UTL?
and u have all the 5 files?
Hboot.img
Misc.img
Radio.img
Adsp.img
Wcnss.img
Can you send me these files please
I will also help you to flash them but please send them to me

backup imei/efs/nvram file before installing twrp

Hello guys, so now my mi4c is unlocked bootloader i want to backup first imei/nvram/efs partition before start to flashing twrp, since on my device before my imei gone after flashing twrp already restore from twrp backup/qpst tool/fastboot rom flash but still nothing work.
From now my local store refund the money since they cant fix it too and then i bought new one.
So, how i can backup those files directly from phone with root permission like terminal emulator or something?
Anyone can give me command for it..
Thanks. :fingers-crossed:
I'm searching over google and miui forum and find this thread on russian forum but its for minote pro does it same?
Correct me if i'm wrong please..
Take look link below
http://4pda.ru/forum/index.php?s=&showtopic=668750&view=findpost&p=45923244
http://4pda.ru/forum/index.php?s=&showtopic=657190&view=findpost&p=39377526
Might be usefull for everyone too before facing problem with imei.
bump
@ketut.kumajaya I need your advice please :crying:
Which is partition block number used on mi4c?
Degrinder said:
bump
@ketut.kumajaya I need your advice please :crying:
Which is partition block number used on mi4c?
Click to expand...
Click to collapse
https://github.com/kumajaya/android...-13.0-twrp/recovery/root/etc/twrp.fstab#L7-L8
You can use busybox's dd command:
Code:
busybox dd if=/dev/block/bootdevice/by-name/modemst1 of=/sdcard/modemst1.img bs=4096
busybox dd if=/dev/block/bootdevice/by-name/modemst2 of=/sdcard/modemst2.img bs=4096
Be careful with above commands.
ketut.kumajaya said:
https://github.com/kumajaya/android...-13.0-twrp/recovery/root/etc/twrp.fstab#L7-L8
You can use busybox's dd command:
Code:
busybox dd if=/dev/block/bootdevice/by-name/modemst1 of=/sdcard/modemst1.img bs=4096
busybox dd if=/dev/block/bootdevice/by-name/modemst2 of=/sdcard/modemst2.img bs=4096
Be careful with above commands.
Click to expand...
Click to collapse
I'm sorry but for me its new things for linux command so i dont know much about it :laugh:
And i'm affraid if my device got bricked too
Need to instal busybox first or i can do it instantly with terminal emulator?
Degrinder said:
I'm sorry but for me its new things for linux command so i dont know much about it :laugh:
And i'm affraid if my device got bricked too
Need to instal busybox first or i can do it instantly with terminal emulator?
Click to expand...
Click to collapse
Maybe yes, I'm not sure if 4c have a proper busybox binary preinstalled.
ketut.kumajaya said:
Maybe yes, I'm not sure if 4c have a proper busybox binary preinstalled.
Click to expand...
Click to collapse
So, which do you think is better using backup from this command or using 3rd apps like Partitions Backup & Restore(select raw .img files) ?
i thought that was crap that only happened with cheap mediatek based phones,
I've never made any backup of EFS on any phone...
#xiaomiMi4c

Any one with a fully rooted nxt-al10 or l29??? need modemnvm_backup/modemnvm_factory

Hi, as many other people i have unbricked my mate using Dc-phoenix and lost nerwork
is missing modemnvm_backup/modemnvm_factory/modemnvm_system partition in the flash, dc phoenix erase them but not reflashed them after. If any one with working al10 or l29 can extract them and upload this img,
If any one can give this three partition pls help
Thank you
i can not find working phone to get file
Here is a Trwp Modem Backup from L29
Extract and copy in Twrp Folder Backups
You can test,but i dont know if it works
thank you but my problem is this file is missing
modemnvm_backup
modemnvm_factory
modemnvm_system
dd if=/dev/block/platform/hi_mci.0/by-name/modemnvm_factory of=/external_sd/backup/modemnvm_factory.img
dd if=/dev/block/platform/hi_mci.0/by-name/modemnvm_backup of=/external_sd/backup/modemnvm_backup.img
dd if=/dev/block/platform/hi_mci.0/by-name/modemnvm_img of=/external_sd/backup/modemnvm_img.img
dd if=/dev/block/platform/hi_mci.0/by-name/modemnvm_system of=/external_sd/backup/modemnvm_system.img
dd if=/dev/block/platform/hi_mci.0/by-name/3rdmodemnvm of=/external_sd/backup/3rdmodemnvm.img
dd if=/dev/block/platform/hi_mci.0/by-name/3rdmodemnvmbkp of=/external_sd/backup/3rdmodemnvmbkp.im
dd if=/dev/block/platform/hi_mci.0/by-name/3rdmodem of=/external_sd/backup/3rdmodem.img
its defiant bro
elsokary said:
thank you but my problem is this file is missing
modemnvm_backup
modemnvm_factory
modemnvm_system
dd if=/dev/block/platform/hi_mci.0/by-name/modemnvm_factory of=/external_sd/backup/modemnvm_factory.img
dd if=/dev/block/platform/hi_mci.0/by-name/modemnvm_backup of=/external_sd/backup/modemnvm_backup.img
dd if=/dev/block/platform/hi_mci.0/by-name/modemnvm_img of=/external_sd/backup/modemnvm_img.img
dd if=/dev/block/platform/hi_mci.0/by-name/modemnvm_system of=/external_sd/backup/modemnvm_system.img
dd if=/dev/block/platform/hi_mci.0/by-name/3rdmodemnvm of=/external_sd/backup/3rdmodemnvm.img
dd if=/dev/block/platform/hi_mci.0/by-name/3rdmodemnvmbkp of=/external_sd/backup/3rdmodemnvmbkp.im
dd if=/dev/block/platform/hi_mci.0/by-name/3rdmodem of=/external_sd/backup/3rdmodem.img
its defiant bro
Click to expand...
Click to collapse
This Modemfiles are from my L29,i Backup it with Partition Backup&Restore from Playstore
Working the Phone?
If yes Download the Files from Attachment
Extract the Partitions Backup.zip and copy the Folder Named "PartitionsBackups" in your external or internal Memory
install the apk file and open it
On the 3 Dot Menu Restore the Modem Files
i hope this works for you
Looking the Screenshots in Attachment to Help for the right Partition (mmcblk0p35/14/15/10/6/and 12)
thank you pro
i will try and tell you
Hero
You are my hero!
You saved my day! my week! my month!

Categories

Resources