i have Found MSM8994DownloadTool with rawprogram0 . but not for Gflex2 , - LG G Flex 2

Hello
i have Found MSM8994DownloadTool with Rawprogram0 for MSM8994 .
but its for another model i not exactly remember which model it is ,
i have attach Tool with post , if some one have good knowledge and experience and he can convert and make working for Gflex2
ill wait ,
https://mega.nz/#!lQBUCSTZ!Xty3MTICufa5Tj-vnQUdtJIDK2lFSPIxodKOwzxaawQ

well, Its the same as OP2, same problem.... same chipset.
check that, maybe we can fix it very easily
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Im working on it

tomorrow I have news.
Almost done Rawprogram0.xml to fix download mode.
The second problem will be if it flash or not...
Im going to sleep, tomorrow I finish

Man, just wanted to say, I appreciate your efforts @pelelademadera. I haven't been able to make any progress on this matter. Hope you do.

pelelademadera said:
tomorrow I have news.
Almost done Rawprogram0.xml to fix download mode.
The second problem will be if it flash or not...
Im going to sleep, tomorrow I finish
Click to expand...
Click to collapse
Thats Good news im waiting .please share news

mauchito said:
Man, just wanted to say, I appreciate your efforts @pelelademadera. I haven't been able to make any progress on this matter. Hope you do.
Click to expand...
Click to collapse
well, rawprogram0 is done,
But I cannot flash it, maybe patch0, or rawprogram2 problem, IDK I have headache of reading and editing.
The log error was fixed, and rawprogram was correct, at least every partition, mabe incorrect in primaryGPT and backupGPT, someone with a working phone maybe can check it.
When my headache gone, I continue editing patch0.
in my opinion the problem is not the flasher and files, the problem are prog_emmc_firehose_8994_lite.mbn, but not 100% sure.
the file I share is a rar file, with correct files for ATT h950, so, if your version is not an h950, CHECK THAT PLEASE BEFORE.
and is very probable that system size and userdata size does not match, so rawprogram0 must be checked for the other versions
https://drive.google.com/folderview?id=0B8KKKARP5vh4enpzUThnR19wQU0&usp=sharing
when finish upload, the file will be there... 2 -3 minutes and there is

If someone knows someone, with a working phone, I need a few partitions backup.
I need someone with a rooted phone, that can share to me or here ddr.img.
its /dev/block/mmcblk0p29 so backup with dd.
adb shell
su
dd if=/dev/block/mmcblk0p29 of= "somewere to save"
upload and share, I have the size and everything, but not the img to use

pelelademadera said:
If someone knows someone, with a working phone, I need a few partitions backup.
I need someone with a rooted phone, that can share to me or here ddr.img.
its /dev/block/mmcblk0p29 so backup with dd.
adb shell
su
dd if=/dev/block/mmcblk0p29 of= "somewere to save"
upload and share, I have the size and everything, but not the img to use
Click to expand...
Click to collapse
I'll try to do it later today (955 - 15c), how many space is required to save this partition?

Lg g flex2 h950
Hi
There was lollipop version 5.0.2 in my phone at the time of purchase. After the upgradation with android version of H95011z, i got a problem with my phone ,now the phone always shows the below massage all the time...
***Secure booting Error !
Error code: 1006
And also USB is not working and download mood is not working , factory hard reset is not working.
Please help me in this issue. I am really waiting for your help.
Thanks for your cooperation.

i tried:
dd if=/dev/block/mmcblk0p29 of= "/sdcard/mmcblk0p29"
and
dd if=/dev/block/mmcblk0p29 of= "/storage/external_SD/mmcblk0p29"
both returns to # almost immediately but there is no file saved, what am I doing wrong?

lol, try this:
dd if=/dev/block/mmcblk0p29 of=/data/media/0/DDR_mmcblk0p29.img
but I found this tool earlier (some months ago) and tryed to get working with flex 2, mine is a working device, and can't test by me, but shared in this forum, and no success
this is originally for OnePlus 2
I think better way, if we found the emmc pinouts on the pcb
Currently know, two necessary pins not in the pcb (data0, clk) but someone found the clk pinout on the pcb other side.

stars2 said:
lol, try this:
dd if=/dev/block/mmcblk0p29 of=/data/media/0/DDR_mmcblk0p29.img
Click to expand...
Click to collapse
same problem, it goes back to # in a second but no file saved.
any ideas @pelelademadera ?

no "" in output
Thanks so much

pelelademadera said:
no "" in output
Thanks so much
Click to expand...
Click to collapse
dd if=/dev/block/mmcblk0p29 of="/sdcard/mmcblk0p29"
dd if=/dev/block/mmcblk0p29 of="/sdcard/mmcblk0p29.img"
dd if=/dev/block/mmcblk0p29 of=/sdcard/mmcblk0p29.img
dd if=/dev/block/mmcblk0p29 of="/storage/external_SD/mmcblk0p29"
dd if=/dev/block/mmcblk0p29 of="/storage/external_SD/mmcblk0p29.img"
dd if=/dev/block/mmcblk0p29 of=/storage/external_SD/mmcblk0p29.img
dd if=/dev/block/mmcblk0p29 of=/data/media/0/DDR_mmcblk0p29.img
dd if=/dev/block/mmcblk0p29 of="/data/media/0/DDR_mmcblk0p29.img"
none of above worked, maybe is a problem of path?
what I do is:
Send_Command.exe \\.\COM4
#id (just to be sure)
#dd etc. etc.
#LEAVE
Am I doing wrong?

Which file you need?

superdioz said:
dd if=/dev/block/mmcblk0p29 of="/sdcard/mmcblk0p29"
dd if=/dev/block/mmcblk0p29 of="/sdcard/mmcblk0p29.img"
dd if=/dev/block/mmcblk0p29 of=/sdcard/mmcblk0p29.img
dd if=/dev/block/mmcblk0p29 of="/storage/external_SD/mmcblk0p29"
dd if=/dev/block/mmcblk0p29 of="/storage/external_SD/mmcblk0p29.img"
dd if=/dev/block/mmcblk0p29 of=/storage/external_SD/mmcblk0p29.img
dd if=/dev/block/mmcblk0p29 of=/data/media/0/DDR_mmcblk0p29.img
dd if=/dev/block/mmcblk0p29 of="/data/media/0/DDR_mmcblk0p29.img"
none of above worked, maybe is a problem of path?
what I do is:
Send_Command.exe \\.\COM4
#id (just to be sure)
#dd etc. etc.
#LEAVE
Am I doing wrong?
Click to expand...
Click to collapse
This command is correct:
dd if=/dev/block/mmcblk0p29 of=/data/media/0/DDR_mmcblk0p29.img
But you need to do it from adb shell, not from download mode, and with superuser acces
Enviado desde mi Lead4 mediante Tapatalk

pelelademadera said:
But you need to do it from adb shell, not from download mode, and with superuser acces
Click to expand...
Click to collapse
ok, i needed that piece of information, check the attachment and tell me if you need anything else

superdioz said:
ok, i needed that piece of information, check the attachment and tell me if you need anything else
Click to expand...
Click to collapse
Great, when I have notices, I post here
Enviado desde mi Lead4 mediante Tapatalk

I had tried your above method. the tool gave firehose error. Changed the file name to firehose8994.mbn. Then it gave Sahara error. I think we should have a Sahara.xml file also.

nothing, fails, thats a shi%&
if I send my phone to usa, I waste more money than buying a new one....
I ordered a G3 D851, when flex 2 becomes repairable, I repair it.
Too much time for me, no more locked bootloaders phones for me, thats all cause we cannot flash anything from a recovery...

Related

[GUIDE] How to do a FULL low level backup of your Android Device

This Guide is simple and is straight the point, but is helpful and may come in handy for those who experience a hard-bricked phone or missing file in your phone like I did. Basically, nandroid is not a FULL backup, it only backs up your system, data, sd-secure, and boot partitions. A low level backup does every partition on your phone (even low level ones) and puts it on your sdcard. Now note that a full backup can create quite a large backup size total.
Credits to XDA user closeone for teaching me how to do this:
In a terminal emulator app perform this command in your terminal:
dd if=/dev/block/mmcblk0 of=/sdcard/mmcblk0.img
(Quoted from closeone)
That command is a disk to file command with the parameter if (Input file) of mmcblk0 (the entire device) and the parameter of (output file) to the SD Card as a file called mmcblk0.img
Click to expand...
Click to collapse
the "0" basically says "the whole phone" and as such backs it up. This will back up your radios, system, data, and every other partition you didnt even know existed in your phone.
I have been around android for a long time, but I did not know this, I hope this helps someone.
A couple of things you should mention: you're not responsible for any issues which may or may not arise or user errors.
Secondly, if the if= and the of= get reversed, well it would overwrite the phone's info, at least to the point DD can't run or encounters an error and stops.
Sent from my LG-P999 using xda premium
How do you restore this back to the device?
and if this restores without an issue, this might be a solution to the infamous ICS Brick bug in Samsung Galaxy Note and Galaxy SII.
Reverse the if= and the of= "if" is input file "of" output file. Think of this as being similar to making an ISO of a CD or DVD. And depending on what utilities are available and how the device is recognized, it could be a solution. If the device is recognized by a program which can flash .img files, for example for my phone we have nvflash which can. CWM can also be scripted to write them.
Sent from my LG-P999 using xda premium
Волк said:
Reverse the if= and the of= "if" is input file "of" output file. Think of this as being similar to making an ISO of a CD or DVD. And depending on what utilities are available and how the device is recognized, it could be a solution. If the device is recognized by a program which can flash .img files, for example for my phone we have nvflash which can. CWM can also be scripted to write them.
Sent from my LG-P999 using xda premium
Click to expand...
Click to collapse
I am not sure about the reverse... a working file system needs to be remounted as read+write before it can be overwritten. I am guessing this COULD be done in recovery mode using adb shell but still quite risky. If anything, I have a feeling it can hardbrick the device unless the boot and recovery partitions are left untouched. Comments?
Thank you, this is what I was looking for!
I want to encrypt my device, thus I won´t be able to backup with Clockworkmod afterwards.
Does this command also backup /sdcard1? That would be odd somehow, because you cannot write the backup to a partition you are just about to backup itself...
How can I issue this command with adb?
I would like to connect my device to my Linux workstation, use adb to issue the backup command and write the backup to my local harddrive. How could I do that with adb?
Best regards
papperlapapp said:
Thank you, this is what I was looking for!
I want to encrypt my device, thus I won´t be able to backup with Clockworkmod afterwards.
Does this command also backup /sdcard1? That would be odd somehow, because you cannot write the backup to a partition you are just about to backup itself...
How can I issue this command with adb?
I would like to connect my device to my Linux workstation, use adb to issue the backup command and write the backup to my local harddrive. How could I do that with adb?
Best regards
Click to expand...
Click to collapse
Wow talk about a blast from the past lol. Honestly man I left the dev scene for about a good year and some months up until.... two days ago lol, so I'm rusty as all get out. I'd have to get back on my stuff to answer it for you to be honest. Even at the time of my creating this, I didn't necessarily KNOW how to do it, closeone just taught me how and I felt like this could have possibly saved someone from a potentially disastrous encounter, I wasn't knowledgeable enough to tell you much is what I'm trying to say.
I have a generic rooted tablet and im unable to find a custom recovery and i want to send my rom to a dev who can or want to made cwm/twrp for me, so this is my question: is it a safe way to copy my actual rom? Im asking that cuz im scared to brick my tablet. Thanks
acuicultor said:
I have a generic rooted tablet and im unable to find a custom recovery and i want to send my rom to a dev who can or want to made cwm/twrp for me, so this is my question: is it a safe way to copy my actual rom? Im asking that cuz im scared to brick my tablet. Thanks
Click to expand...
Click to collapse
Is the tablet rooted? I might be able to look at it, give me a PM.
Sent from my HTC One using xda app-developers app
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
These are the specs. Thanks
Is this possible to do without a rooted phone? What about via adb shell or as an external device?
http://forum.xda-developers.com/showthread.php?t=1818321 showed more advance function for low level backup.
would you please explain how you reach the point where you can run the dd command?
awambawamb said:
would you please explain how you reach the point where you can run the dd command?
Click to expand...
Click to collapse
dd is a Linux command, so you should do adb shell from your Windows Command Prompt. Obviously abd should be installed beforehand.
http://www.theandroidsoul.com/how-to-install-adb-on-windows-full-guide/
Well, I am beginner, if this is not what you asked, sorry in advance
I need mmcblk0.img from someone please for htc m8s if anyone has ir can get a hold of cheers ?

Restoring mmcblk0p6 will restore full DRM!

First off, I don't know if this has been posted, everywhere I looked on the subject was inconclusive on weather or not it actually works.
I finally unlocked my TF700 after owning it for almost a year! Before I unlocked I backed up /dev/block/mmcblk0p6 because I didn't want to loose the HD content I own in Play movies. I checked after the unlock and sure enough the HD button was gone (and there was a noticeable loss in quality). So i restored /dev/block/mmcblk0p6, rebooted, and tried again. My results, It worked! The HD button was back, and so was the quality! I took screenshots after I unlocked, and after I restored the DRM. Unfortunately you aren't able to take screenshots of Play Movies, so you cant see the difference in quality, but you can see the HD button.
The first picture is right after I unlocked, the second is after restoring DRM
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Are you able to buy new play movies in HD after unlocking then using this hack?
Excellent news! This was the main reason I've held off from unlocking. Thanks for posting.:highfive:
One question. What app did you use to do the backup/restore?
michaelhaseth said:
First off, I don't know if this has been posted, everywhere I looked on the subject was inconclusive on weather or not it actually works.
I finally unlocked my TF700 after owning it for almost a year! Before I unlocked I backed up /dev/block/mmcblk0p6 because I didn't want to loose the HD content I own in Play movies. I checked after the unlock and sure enough the HD button was gone (and there was a noticeable loss in quality). So i restored /dev/block/mmcblk0p6, rebooted, and tried again. My results, It worked! The HD button was back, and so was the quality! I took screenshots after I unlocked, and after I restored the DRM. Unfortunately you aren't able to take screenshots of Play Movies, so you cant see the difference in quality, but you can see the HD button.
The first picture is right after I unlocked, the second is after restoring DRM
View attachment 2189462
View attachment 2189463
Click to expand...
Click to collapse
How did you do the backup and restore?
Thanks,
Ken
sub
GitAlongLilDoggies said:
How did you do the backup and restore?
Click to expand...
Click to collapse
Backup (via adb shell as root):
Code:
dd if=/dev/block/mmcblk0p6 of=/sdcard/backup_of_mmcblk0p6.img
This must be done *before* unlocking! The unlocking process wipes this partition.
The resulting file should be 524288 bytes, however only the first 208 bytes have non-zero content.
Restore:
Code:
dd if=/sdcard/backup_of_mmcblk0p6.img of=/dev/block/mmcblk0p6
Be very careful with dd and always check that what you specify after "of" is correct before pressing Enter. Writing stuff to the wrong partition can brick your device.
_that said:
Backup (via adb shell as root):
Code:
dd if=/dev/block/mmcblk0p6 of=/sdcard/backup_of_mmcblk0p6.img
This must be done *before* unlocking! The unlocking process wipes this partition.
The resulting file should be 524288 bytes, however only the first 208 bytes have non-zero content.
Restore:
Code:
dd if=/sdcard/backup_of_mmcblk0p6.img of=/dev/block/mmcblk0p6
Be very careful with dd and always check that what you specify after "of" is correct before pressing Enter. Writing stuff to the wrong partition can brick your device.
Click to expand...
Click to collapse
Are these device specific or can you restore using someone elses backup?
What would happen if I restored someone else's DRM to my device?
_that said:
Backup (via adb shell as root):
Code:
dd if=/dev/block/mmcblk0p6 of=/sdcard/backup_of_mmcblk0p6.img
This must be done *before* unlocking! The unlocking process wipes this partition.
The resulting file should be 524288 bytes, however only the first 208 bytes have non-zero content.
Restore:
Code:
dd if=/sdcard/backup_of_mmcblk0p6.img of=/dev/block/mmcblk0p6
Be very careful with dd and always check that what you specify after "of" is correct before pressing Enter. Writing stuff to the wrong partition can brick your device.
Click to expand...
Click to collapse
_that, you rock. Thanks so much!
faustus1005 said:
Are these device specific or can you restore using someone elses backup?
Click to expand...
Click to collapse
I have no idea. Maybe it's time to compare backups to find out.
Mine begins with E1 33 2F 3B.
sbdags said:
What would happen if I restored someone else's DRM to my device?
Click to expand...
Click to collapse
DRM will work or it won't.
_that said:
I have no idea. Maybe it's time to compare backups to find out.
Mine begins with E1 33 2F 3B.
DRM will work or it won't.
Click to expand...
Click to collapse
If someone wants to post one I can give it a shot - can't see what harm it would do.
Hello everyone Is someone willing post here a backups of this file so we can check is it working for every tablet? I don't have backup becouse i unlock tablet before I notice it...
Wysłane z mojego ASUS Transformer Pad TF700T przy użyciu Tapatalk
C'mon someone can we have a test file please.
*begs pathetically* Currently I am this:
Be kind - make me this:
_that said:
I have no idea. Maybe it's time to compare backups to find out.
Mine begins with E1 33 2F 3B.
Click to expand...
Click to collapse
Hmm.. mine begins with E7 CD B0 26
faustus1005 said:
If someone wants to post one I can give it a shot - can't see what harm it would do.
Click to expand...
Click to collapse
Okay, have at it:
http://br1an.fastmail.fm/mmcblk0p6.bak
bsammon said:
Hmm.. mine begins with E7 CD B0 26
Okay, have at it:
http://br1an.fastmail.fm/mmcblk0p6.bak
Click to expand...
Click to collapse
My hero!
faustus1005 said:
My hero!
Click to expand...
Click to collapse
Well, didn't do anything for me, but maybe one of you smarter folk can figure out something.
bsammon said:
Hmm.. mine begins with E7 CD B0 26
Click to expand...
Click to collapse
I expected it to be device specific. Would have been too easy if not.
Sorry for the delay. Here's a copy of my mmcblk0p6. Not sure if it will be of any use for anyone else.
https://www.dropbox.com/s/hw28bqw8895ouuq/backup_of_mmcblk0p6.zip
Hi All,
Been pretty busy, finally was able to get unlocking to work. I've installed CROMi-Xenogenesis 5.1.1 (most excellent, wish I had done this ages ago). I've restored my mmcblk0p6. I checked youtube and netflix; both are playing in HD. Tried HBOGo, won't play at all even if temp unrooted, don't really care as I'm thinking of cancelling it anyway. Amazon Prime Instant video via Firefox doesn't work.
Anything else I can test?
Thanks,
Ken

Need Help Dump Partition And Recovering Application Database on Moto G XT1033

Hello, I'm sorry if my english was bad since its not my native language .
Recently I accidentally clear data of naver line applications and now I'm trying to recover the apps database since all my naver line contacts were gone, I already try using the method provided on this link: http://forum.xda-developers.com/gal...de-internal-memory-data-recovery-yes-t1994705 it gives me 0 bytes of raw data, all step by step including using cygwin 32bit still 0 bytes, so is there any other way to image the userdata partition? Or is there a way to recover applications database properly? My Moto G were XT1033 version with android 5.1 lollipop.
Every help were appreciated, Thank you .
This thread may help you: (read up to post #42)
[Being resolved!] MotoG Bootup Problem - Recovery Mode failed​
lost101 said:
This thread may help you: (read up to post #42)
[Being resolved!] MotoG Bootup Problem - Recovery Mode failed​
Click to expand...
Click to collapse
Hi! Thank you so much it works! But now how do i access the RAW file to recover? Im using Autopsy and FTK Imager.
prayogasp said:
Hi! Thank you so much it works! But now how do i access the RAW file to recover? Im using Autopsy and FTK Imager.
Click to expand...
Click to collapse
adb reboot recovery
adb pull /dev/block/platform/msm_sdcc.1/by-name/userdata userdata.img​
This is done in TWRP. It's important to pull the .img directly to PC rather than dumping on internal storage.
lost101 said:
adb reboot recovery
adb pull /dev/block/platform/msm_sdcc.1/by-name/userdata userdata.img​
This is done in TWRP. It's important to pull the .img directly to PC rather than dumping on internal storage.
Click to expand...
Click to collapse
Okay, but this command will dumping directly to PC right? Didnt need any additional command to direct it to pc?
prayogasp said:
Okay, but this command will dumping directly to PC right? Didnt need any additional command to direct it to pc?
Click to expand...
Click to collapse
Commands are performed in Command Prompt / Terminal. Report back what happens.
lost101 said:
Commands are performed in Command Prompt / Terminal. Report back what happens.
Click to expand...
Click to collapse
I tried using this command when on twrp recovery but it give me this reply:
Code:
E:\Android\android-sdk\platform-tools>adb devices
List of devices attached
TA9330F2RS recovery
E:\Android\android-sdk\platform-tools>adb pull /dev/block/platform/msm_sdcc.1/userdata userdata.img
adb: error: remote object '/dev/block/platform/msm_sdcc.1/userdata' does not existt
EDIT: Sorry my fault missing by-name, i will report what happen, thank you!
lost101 said:
Commands are performed in Command Prompt / Terminal. Report back what happens.
Click to expand...
Click to collapse
I already have the img of userdata but when i add it as data source on ftk imager or autopsy it shows as unrecognized file system and i cant access it even using other apss like linuxreader cant access it, what happens? Is there any other way around this?
prayogasp said:
I already have the img of userdata but when i add it as data source on ftk imager or autopsy it shows as unrecognized file system and i cant access it even using other apss like linuxreader cant access it, what happens? Is there any other way around this?
Click to expand...
Click to collapse
GetDataBack: https://www.runtime.org/data-recovery-software.htm
lost101 said:
GetDataBack: https://www.runtime.org/data-recovery-software.htm
Click to expand...
Click to collapse
Hello,
I already tried using GetDataBack heres what happen:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
what should i do now? Btw my phone i was trying to recover was after unlocking bootloader.
prayogasp said:
I already tried using GetDataBack heres what happen:
what should i do now? Btw my phone i was trying to recover was after unlocking bootloader.
Click to expand...
Click to collapse
I think I recall the demo version of GetDataBack did not work as well as the full version. Even after bootloader unlock (data wipe) - you should still be able to recover files.
lost101 said:
I think I recall the demo version of GetDataBack did not work as well as the full version. Even after bootloader unlock (data wipe) - you should still be able to recover files.
Click to expand...
Click to collapse
Well, right now im using the full version still post the same result , is there any other way? Or maybe the problem was on the .img i created?
prayogasp said:
Well, right now im using the full version still post the same result , is there any other way? Or maybe the problem was on the .img i created?
Click to expand...
Click to collapse
Try this utility. In Command Prompt type:
ImgExtractor.exe userdata.img userdata​
lost101 said:
Try this utility. In Command Prompt type:
ImgExtractor.exe userdata.img userdata​
Click to expand...
Click to collapse
Hello, I tried using this utility and suddenly it stop working and giving this reply to command prompt:
I extract the imgextractor.exe to my backup folder and run cmd from there, is it the problem was my img file?
lost101 said:
Try this utility. In Command Prompt type:
ImgExtractor.exe userdata.img userdata​
Click to expand...
Click to collapse
What should i do now sir?
prayogasp said:
What should i do now sir?
Click to expand...
Click to collapse
I do not have the time to test solutions for you. I suggest you try a google search and re-read the thread I initially linked to above.
lost101 said:
I do not have the time to test solutions for you. I suggest you try a google search and re-read the thread I initially linked to above.
Click to expand...
Click to collapse
Hi! It seems i found the problem, the problem is because userdata partition detected as a Unallocated Space thats why all apps like Autopsy, FTK imager, GetDataBack, cant determine the file system for userdata partition, do you know the way around this?

[GUIDE] QCN File for Redmi 4 Prime

Dear Xiaomi Redmi 4 Prime User.​
A Guy Name Dragonii Requested For a QCN File. and its Procedure. So now you Guys can restore IMEI by the Following Guide.
1: Download IMEI Converter.
2: Download QPST from here.
3: Download ADB Fastboot drive.
4: Download Qualcomm Driver.
5: Download NotePad++.
6: Download Redmi 4 Prime QCN File.
Follow the following steps to solve IMEI error on Redmi 4 Prime device :
1: Run Minimal ADB and Fastboot setup and following commands to enable diag mode.
adb shell
su
getprop sys.usb.config
OR​Dial on the Keypad - *#*#13491#*#*
2: Launch IMEI converter and enter Your original IMEI number and convert this number in a specific format. Same thing do for slot 2 IMEI and note down these converted string in notepad.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3: Find this string in QCN file “08 8A 36 82 05 83 67 33 28” and replace with the number which you convert via IMEI converter tool.
4: Find again for sim slot 2 “08 8A 36 82 05 83 67 33 09” and replace with the string which you convert for SIM 2.
5: Again launch Minimal ADB and Fastboot and run Following commands.
adb shell
su
dd if=/dev/block/mmcblk0p13 of=/sdcard/modemst1
dd if=/dev/block/mmcblk0p14 of=/sdcard/modemst2
dd if=/dev/block/mmcblk0p20 of=/sdcard/fsg
These commands will create a backup of the existing images.
dd if=/dev/zero of=/dev/block/mmcblk0p13
dd if=/dev/zero of=/dev/block/mmcblk0p14
dd if=/dev/zero of=/dev/block/mmcblk0p20
reboot
These commands will wipe off the modemst1 modemst2 and fsg partitions.
6: Again follow first step to enable diag mode.
7: Now run QPST software and select the Ports tab.
8: You should see the port added automatically.
9: Now Click on the Start Clients option on the Top Menu bar. and select Software Download.
10: Click on the restore tab and then browse to the file that you just saved.
11: Now click the start Button.
12: Once it is done Reboot your system and You should have your IMEI restored.
Some corrections needed:
- The keypad code to trigger diag mode is *#*#13491#*#* on the Redmi 4 Prime
- Step 3: the dummy IMEI codes are 800000000000000, both for SIM1 and SIM2
- To edit the QCN file, you should NOT use Ultraedit but Hex Editor to keep the original file format intact
- Step 10: you probably have to check the box "Allow phone/file ESN mismatch" (I don't remember anymore if I had to do it) if you encounter an error when restoring
Thanks for the effort!
Useful guide, a lot of people asking for QCN files lately...
Just a heads up that messing with the imei is illegal in many countries and even owning the tools to do it is a crime. As such xda has banned all talks about how to do it.
There are only 2 acceptable ways on xda.
1. Restore the backup that you should have made or flash stock rom
2. Return to oem to fix
Brich phone
I follow all steps, and after theese commands:
dd if=/dev/zero of=/dev/block/mmcblk0p13
dd if=/dev/zero of=/dev/block/mmcblk0p14
dd if=/dev/zero of=/dev/block/mmcblk0p20
reboot
my phone is dead ((
what happened?
Please help
onogost said:
Please help
Click to expand...
Click to collapse
Now what is the current status of your mobile.
Do you get Fastboot mode? Or EDL? Do you have unlocked bootloader?
SAFI_AFRIDI said:
Now what is the current status of your mobile.
Do you get Fastboot mode? Or EDL? Do you have unlocked bootloader?
Click to expand...
Click to collapse
I managed to revive my phone (through EDl mode, qualcomm 9008 port, mi flash). After that, I found another Redmi 4 Prada phone, done a backup qcn file, then restore that qcn file on my redmi 4 Prada phone. Now it's Baseband ok, IMEI is ok, phone recognizes my SIM card, but I still do not have bluetooth, wifi, fingerprint, gps ....
onogost said:
I managed to revive my phone (through EDl mode, qualcomm 9008 port, mi flash). After that, I found another Redmi 4 Prada phone, done a backup qcn file, then restore that qcn file on my redmi 4 Prada phone. Now it's Baseband ok, IMEI is ok, phone recognizes my SIM card, but I still do not have bluetooth, wifi, fingerprint, gps ....
Click to expand...
Click to collapse
Basically i posted this for redmi 4 prime and you need to follow a prada device. Following is the link.
http://en.miui.com/thread-2100147-1-1.html
@SAFI_AFRIDI I can't find my phone on any port in step 7
DannGD said:
@SAFI_AFRIDI I can't find my phone on any port in step 7
Click to expand...
Click to collapse
Repeat step one or enter the device in diag mode first.
SAFI_AFRIDI said:
Repeat step one or enter the device in diag mode first.
Click to expand...
Click to collapse
I've already tried this before step 7
adb shell
su
getprop sys.usb.config
OR
Dial on the Keypad - *#*#13491#*#*
there's no phone in any port
DannGD said:
I've already tried this before step 7
adb shell
su
getprop sys.usb.config
OR
Dial on the Keypad - *#*#13491#*#*
there's no phone in any port
Click to expand...
Click to collapse
Check Device Manager wether there is any port detected or not?
SAFI_AFRIDI said:
Check Device Manager wether there is any port detected or not?
Click to expand...
Click to collapse
There's a Qualcomm usb composite device 901D in device manager with a yellow box of warning
DannGD said:
There's a Qualcomm usb composite device 901D in device manager with a yellow box of warning
Click to expand...
Click to collapse
Your Device is connected but there is a problem in your Driver. Please uninstalled it and install it again
SAFI_AFRIDI said:
Your Device is connected but there is a problem in your Driver. Please uninstalled it and install it again
Click to expand...
Click to collapse
I updated and finish the steps... I restore my imei... But still without service
DannGD said:
I updated and finish the steps... I restore my imei... But still without service
Click to expand...
Click to collapse
Strange. Now given a try by resetting it. It might work.
SAFI_AFRIDI said:
Strange. Now given a try by resetting it. It might work.
Click to expand...
Click to collapse
Nothing
@SAFI_AFRIDI I figure out that my MEID number is wrong, do you Know any way to change it ?
DannGD said:
@SAFI_AFRIDI I figure out that my MEID number is wrong, do you Know any way to change it ?
Click to expand...
Click to collapse
Just copy the original IMEI code from mobile box. And repeat the above method and another thing you can do is just flash another modem via twrp and check it.

How To Guide [GUIDE] How to make your System RW / Super R/W read/write-able

Welcome to the one and only, the original, universal
SystemRW / SuperRW feat. MakeRW / ro2rw by lebigmac​
This script removes the read-only lock of all partitions embedded in the super partition of your stock firmware.
This allows you to mount your device as R/W and fully debloat your device and customize your MIUI experience to make it run as smooth as silk!
MIUI 12 is great but it has a little bit too much bloatware.
Be very careful and make lots of backups before messing with your System ! One small error could cause irreversible bootloop!
Enjoy debloating and customizing your fully read/write-able Android device!
NOTE: Before launching this script make sure you've got full read/write (rw) access to the /data partition by first decrypting and then mounting /data partition as r/w !
Visit official project thread​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
PS C:\adb> adb shell "ls -Alg /dev/block/by-name | grep 'super'"
lrwxrwxrwx 1 root 16 1970-02-02 16:40 super -> /dev/block/sda23
POCO X3 pro
/
so does this work on x3 pro?
edit, it didnt. threw some devblock warnings about not mounting
@gsser Yes it works! Try latest version! Good luck!
lebigmac said:
@gsser it can work depending on how much effort you decide to put into it.
Click to expand...
Click to collapse
well if it is like that, then why is there even a non complete script when it can be done by the owner...
And since you have already asked how it is on x3 pro im saying it doesnt work.
"I'm looking forward to hearing from the Poco X3 Pro users how the script performs on your device."
It is mostly because of current recoveries for x3 pro doesnt support /data yet, but the script can use sdcard rather than internal storage.
@gsser Thanks for the screenshot and feedback. Please download latest v1.32
Feel free to send me your log files if you get any errors and I'll take a look. Thanks.
lebigmac said:
@gsser Thanks for the screenshot and feedback. Please download latest v1.31 that I uploaded today. And feel free to edit the script with your favorite text editor and change the super image dump path in line #333 to this. Then save file.
Code:
sDumpTarget="/sdcard/super_original.bin"
Feel free to send me your log files if you get any errors so I can take a look. Thanks.
Click to expand...
Click to collapse
Only lines i could find about data were these and i edited the path to my sdcard, flashed it.
Edit just seen you edited your reply. Ill try
I'm not 100% sure if your changes will work properly. Feel free to give it a try.
Keep in mind if you change variables the script might not work as expected.
The reason why the script is installed to /data/local/tmp is because in /scard path you don't have execution permission. That's why it's better to launch script from /data/local/tmp
Poco x3 pro recovery don't have full r/w access to /data/local/tmp ?! That's crazy!
You can try launch script directly from android and it should work as expected.
lebigmac said:
I'm not 100% sure if your changes will work properly. Feel free to give it a try.
You can also use /sdcard path it should be the same thing as what you wrote. Good luck.
Please report back any errors thanks.
Keep in mind if you change LOC variable you must also copy the whole script folder to that new location.
The reason why the script is installed to /data/local/tmp is because in /scard path you don't have execution permission. Is better to launch script from /data/local/path
You don't have full access to /data/local/path in poco x3 pro?
Click to expand...
Click to collapse
This is how the folder looks rightnow. Do i need to do anything about it? Also what is LOC :c
Edit nvm, lol im blind
Not sure what you're trying to do but that path is totally messed up
Just run script in android operating system as described in the instructions if you don't have full read write access to /data/local/tmp from custom recovery
Have you tried manually mounting /data partition in orange fox? Maybe it's not mounted and that's why /data/local/tmp is unavailable.
lebigmac said:
Not sure what you're trying to do but that path is totally messed up
Click to expand...
Click to collapse
Yeah ill just change than only line
lebigmac said:
Not sure what you're trying to do but that path is totally messed up
Just run script in android operating system as described in the instructions if you don't have full read write access to /data/local/tmp from custom recovery
Have you tried manually mounting /data partition in orange fox? Maybe it's not mounted and that's why /data/local/tmp is unavailable.
Click to expand...
Click to collapse
All available recoveries have issue mounting data, some cant even mount mtp.
Ill try android one and see what happens.
If your /data partition is not mounted then you can try manually mounting /data partition before running script.
mount /data
lebigmac said:
LOC is a safety path check feature I had to implement because some folks were launching the script from God knows where and overwriting God knows what with dd lol.
Did you try manually mounting /data partition before running script?
mount -o remount,rw /data
Click to expand...
Click to collapse
Yeah, ill try android version then flash it with fastboot but im a bit confused. Do i execute this command or do i need to do other things? Sorry im a noob at these things
./makesysrw.sh in=./files/super/super_original.bin out=./custom/path/super_fixed.bin size=50
Actually ill stop here since i dont get the whole thing, i dont understand at all :/ once i tried to use linux and it was not fun for me... Im bad with command lines and scripts
After copying script folder into /data/local/tmp/
open command prompt and type this
Bash:
adb shell
su
cd /data/local/tmp/systemrw_1.32
chmod +x ./systemrw.sh
./systemrw.sh size=50
lebigmac said:
After installing script folder into /data/local/tmp/
open command prompt and type this
Bash:
adb shell
su
cd /data/local/tmp/makesysrw_1.31
chmod +x ./makesysrw.sh
./makesysrw.sh size=25
Click to expand...
Click to collapse
now this is what i like
are you sure your bootloader is unlocked?
now do i need to flash the super_fixed.bin in script folder's files folder in fastboot? original super is approx. 8gb and fixed one is nearly half of it

Categories

Resources