(request) dead boot - Samsung Galaxy S Duos

hi
can someone upload S7562 Debrick Image please?
for who do not know how to do it:
in android terminal type:
Code:
su
dd if=/dev/block/mmcblk0 of=/sdcard/debrick.img bs=1M count=128
or just flash this file from recovery.
It will create the debrick.img (128MB) on your sdcard then compress it is a .zip format and upload it here( size after compress is about 40 mb).
and
thanks for helping
your phone can save mine:fingers-crossed:

Updated

Why not try the pit file? I haven't tried this debrick method
I had uploaded all those files and guide to debrick it. and it's pretty much safe too.
http://forum.xda-developers.com/s7562/general/troubleshoot-pit-file-baseband-files-t3246791
Have you checked this?
---------- Post added at 03:46 PM ---------- Previous post was at 02:48 PM ----------
here is the 128mb debrick.img in a compressed zip that you have been looking for.
https://drive.google.com/file/d/0B8L3iz-iKjshSUxXRjBlMk41aEk/view?usp=sharing
Good Luck
Just to confirm again, its for Samsung Galaxy S Dous GT- s7562

Thank you
billysam said:
Why not try the pit file? I haven't tried this debrick method
I had uploaded all those files and guide to debrick it. and it's pretty much safe too.
http://forum.xda-developers.com/s7562/general/troubleshoot-pit-file-baseband-files-t3246791
Have you checked this?
---------- Post added at 03:46 PM ---------- Previous post was at 02:48 PM ----------
here is the 128mb debrick.img in a compressed zip that you have been looking for.
https://drive.google.com/file/d/0B8L3iz-iKjshSUxXRjBlMk41aEk/view?usp=sharing
Good Luck
Just to confirm again, its for Samsung Galaxy S Dous GT- s7562
Click to expand...
Click to collapse
Thank you dear
I can not go into download mod for flash pit file

hamed... said:
Thank you dear
I can not go into download mod for flash pit file
Click to expand...
Click to collapse
Oh I See, it's ok please update here after using this file, if you managed to get this working. it will help others as well.

Related

3D Max files (BIN, Baseband and Dll files) in one 7z package

I have managed to get the 3d max bin files merge them into one and have the baseband also the dll if anyone can get the apk's outta them that would be great..
I am confused to how to do this i will upload them now.. please be patiant..
What if we mixed a p920 baseband and used the P720 AP bin file i will try that when i get back from Birmingham after the weekend..
Meemo23 said:
I have managed to get the 3d max bin files merge them into one and have the baseband also the dll if anyone can get the apk's outta them that would be great..
I am confused to how to do this i will upload them now.. please be patiant..
What if we mixed a p920 baseband and used the P720 AP bin file i will try that when i get back from Birmingham after the weekend..
Click to expand...
Click to collapse
great !
so any possibilities that it would work flawlessly on our thrills/o3ds ?
Meemo23 said:
I have managed to get the 3d max bin files merge them into one and have the baseband also the dll if anyone can get the apk's outta them that would be great..
I am confused to how to do this i will upload them now.. please be patiant..
What if we mixed a p920 baseband and used the P720 AP bin file i will try that when i get back from Birmingham after the weekend..
Click to expand...
Click to collapse
i'm stuck on .bin for now, we need to find correct offset to create system.img
If i don't mistake p920 offset was from 00B80000 to 22ABFFF0
anyone can help us?
For the v20B .bin, the system.img file block was from B80000 all the way to the end of the .bin file. The end block depends on the size of the firmware and as such varies with different firmwares.
Maybe you could dd it in Ubuntu and inject the image into a normal p920 bin??
pandaball said:
For the v20B .bin, the system.img file block was from B80000 all the way to the end of the .bin file. The end block depends on the size of the firmware and as such varies with different firmwares.
Click to expand...
Click to collapse
so we need to know exact size of system.img?
any way to find it?
samno said:
Maybe you could dd it in Ubuntu and inject the image into a normal p920 bin??
Click to expand...
Click to collapse
What I did for the v20B bin was to copy the blocks 00B80000 to the end block and paste them in a new file using Winhex, rename it to system.img, go over to linux and use
sudo mkdir temp
sudo mount -o loop system.img temp
Click to expand...
Click to collapse
That way, I can then extract all the files using Terminal, like for example sudo cp system/app/LGHome.apk LGHome.apk (assuming default folder is pointed at desktop) to extract everything.
More info in the original thread: http://forum.xda-developers.com/showthread.php?t=1517531
Fab985 said:
so we need to know exact size of system.img?
any way to find it?
Click to expand...
Click to collapse
No need. System.img extends from 00B80000 all the way to the end of the file. The end block of the .bin file is also the end block of the system.img file.
I tried that but i get: "you must specify the filesystem type" in terminal when i try to mount. Is 00B80000 start? Can you take a look at that? Or bin is not extracted ok.
I don't have the download link... post it here and I'll take a look when I have time, I'm lazy to look for it
pandaball said:
I don't have the download link... post it here and I'll take a look when I have time, I'm lazy to look for it
Click to expand...
Click to collapse
LGP720 V10A_00
At first glance, so much for a 'lighter and thinner' rom when it's almost a full 100mb larger than the P920's rom
pandaball said:
At first glance, so much for a 'lighter and thinner' rom when it's almost a full 100mb larger than the P920's rom
Click to expand...
Click to collapse
Do you think you can extract everything from the kdz?
i will upload the ap file and stuff later i am tired right now will upload when i can...
Yeah, can extract it fine.
---------- Post added at 10:21 PM ---------- Previous post was at 10:11 PM ----------
My WinHex isn't working for some reason, will debug it tomorrow. In the meantime, try looking for the EXT4 magic number 0xF30A (0A F3 in hex) or 13 00 00 00 which is the compatibility structure between ext3 and ext4. The last file with any of these should be system.img.
If not, try the site here and see if it helps you find the start of the img files.
Well guys im really cheering that you can port that to O3D. Sadly im totally dont know how to do the port therefore i cant help to you, but i wish i could.
Go ahead you will make many ppl really happy if you can success (including me -> my genitalia will be the biggest ever xD)
I might have a hit. Winhex is still broken but someone with a working version of it could help me out with it.
154F2EFB seems to be the starting block if I'm interpreting it correctly. Could someone copy from that offset onwards all the way to the end, save it as an img and see if it mounts fine in Linux? This is a semi-wild guess since 0AF3 in hex brings up 5.3k hits while the text based search brings up 154F2EFB as the only hit which strikes me as odd but we'll see. The file size is approximately 300MB which is about right.
pandaball said:
I might have a hit. Winhex is still broken but someone with a working version of it could help me out with it.
154F2EFB seems to be the starting block if I'm interpreting it correctly. Could someone copy from that offset onwards all the way to the end, save it as an img and see if it mounts fine in Linux? This is a semi-wild guess since 0AF3 in hex brings up 5.3k hits while the text based search brings up 154F2EFB as the only hit which strikes me as odd but we'll see. The file size is approximately 300MB which is about right.
Click to expand...
Click to collapse
Wait I will try.
Sent from my LG-GT540 using XDA
---------- Post added at 04:10 PM ---------- Previous post was at 03:56 PM ----------
154f2efb didnt find. I find 0af3 as text 3 times. I will copy last one it has 373 MB maybe it will mount. I will try now.
sorry 154f2efb is a offset lol
---------- Post added at 04:23 PM ---------- Previous post was at 04:10 PM ----------
I tried from offset 154f2efb it is not working i cant mount it. it is 322mb file. Again: you must specify the filesystem type.
hey guys have you you tried this method from this thread to get the system apks ??? or to put in another way would this work for the 3d max extracted files http://forum.xda-developers.com/showthread.php?t=899580
rezzsha said:
hey guys have you you tried this method from this thread to get the system apks ??? or to put in another way would this work for the 3d max extracted files http://forum.xda-developers.com/showthread.php?t=899580
Click to expand...
Click to collapse
Have you actually read this thread? You would know that we're stuck on the final step of extracting system.img if you did.
only thing that is manage to extract are .png files, there are some interesting icons like cube I did it with win hex. It have options too extract known file tipes. It can also extract zip files and it extract parts off apps with it. If we could know header and footer of apk file it could extract them too. I tried but with no succes, I get only parts of apks. I attached 4 icons:
iodak said:
only thing that is manage to extract are .png files, there are some interesting icons like cube I did it with win hex. It have options too extract known file tipes. It can also extract zip files and it extract parts off apps with it. If we could know header and footer of apk file it could extract them too. I tried but with no succes, I get only parts of apks. I attached 4 icons:
Click to expand...
Click to collapse
haha cool i am still trying to rip the whole system apart to get all the files needed to build and port the whole rom.. Even if i do manage to get it working it won't solve our GC problems as we can't use 3D max's baseband as it corrupts your imei..

Anybody got the stock htc recovery.img

Anybody got it. Need it to upgrade to jb.
Sent link in PM.
donwload ruu or open up ruu..when it first starts go into your windows manager and in the link section delete what you have in that section like c:/program files and replace it with %temp% and it will find two encrypted folders with a big letter/digit name and they will show you what time they were opened . open them up and find rom.zip copy it to your desktop and then extract it somewhere safe .. in the folders in rom.zip you will see recovery_signed.img rename it recovery.img and flash it via hasoons tool kit provided in the development section..just in case you ever run into this again ..
---------- Post added at 06:37 PM ---------- Previous post was at 06:36 PM ----------
i thought with each different device and carrier it was different but i could be wrong .i was always on the safe side

[DEV] System folder of Xperia Miro

I am working on a new project. Can you please follow this guide how to get contents of system folder of stock rom and upload to me on the internet. I can not on my computer:
Use 4.0.4 - 11.0.A.5.5 for Xperia Miro.
1. Download .ftf
2. Extract .ftf file using 7Zip.
3. You will get system.sin and other files. You only need system.sin file so delete others.
4. Open flashtool and inside flashtool open SIN Editor to dump data from system.sin - you will get an ext4 file.
5. Open ext2Read and extract ext4 file.
6. Done.
Click to expand...
Click to collapse
You can do that even if you don't have Xperia Miro.
i really want to help, but since my connection is not good enough to upload such abig data, so i can't help u right now, but soon as possible if i have a good connection, i will upload it
If you have slow connections, you can split rar file with parts.
Option58 said:
If you have slow connections, you can split rar file with parts.
Click to expand...
Click to collapse
I'll DL the miro ftf now and extract it.Be with you in 20 mins or so.
EDIT: Can I DL another ftf from somewhere else?bitshare is too slow.
I started to DL Jozinek's 11.0.A.5.5 generic, from here: http://forum.xda-developers.com/showthread.php?t=2018878
---------- Post added at 07:22 PM ---------- Previous post was at 07:09 PM ----------
Is that OK with you, or do I have to use your ftf?ETA for your ftf is 1 hour and possibly more, and the jozinek one is 6 mins.
EDIT: Uploading now
UPLOADED.
https://docs.google.com/file/d/0BxFK1_LVa86aSXdQc1hFdGNIVG8/edit
Steam. said:
I'll DL the miro ftf now and extract it.Be with you in 20 mins or so.
EDIT: Can I DL another ftf from somewhere else?bitshare is too slow.
I started to DL Jozinek's 11.0.A.5.5 generic, from here: http://forum.xda-developers.com/showthread.php?t=2018878
---------- Post added at 07:22 PM ---------- Previous post was at 07:09 PM ----------
Is that OK with you, or do I have to use your ftf?ETA for your ftf is 1 hour and possibly more, and the jozinek one is 6 mins.
EDIT: Uploading now
UPLOADED.
https://docs.google.com/file/d/0BxFK1_LVa86aSXdQc1hFdGNIVG8/edit
Click to expand...
Click to collapse
Thanks! Will be much helpful although Loveforever is already porting MIUI to Stock rom.
It does not matter as long it is 11.0.A.5.5

LG Sample Videos that come with phone

I accidentally deleted mine can someone please upload them? Thank you!!!
darkstar765 said:
I accidentally deleted mine can someone please upload them? Thank you!!!
Click to expand...
Click to collapse
its here : https://www.dropbox.com/sh/5c43l9264lwwa2g/AABQOub6DWugqC8PvZ9NAiKZa
are these files unlocked ?????
alexdonwarez said:
are these files unlocked ?????
Click to expand...
Click to collapse
I feel it is, unfortunately...
thanks!!
---------- Post added at 08:49 AM ---------- Previous post was at 08:43 AM ----------
so I downloaded and in the gallery it says these files are locked. any ideas?
Anybody? I love those videos lol
Anyone know how to playback those .dm files on PC? I can't seem to find any possible player to play them back.
Try to put them in system directory as they was I suppose they will work.
i have found a solution..
in put all files in 1 folder of dm extensions.
then put that folder in internal storage > gallery > (any folder) or any seprate folder.
after that , 1 min wait and then go into gallery and open lock files in option, u will b surprised...
u will find here a now folder including images and videos
cheeers ...
i found that solution..
plz share.
sory for bad english.

AT&T H810 Qualcomm HS-USB QDLoader 9008 mode Solution

I have Just Repaired my H810 after 6 month dead . Now I have full procedure to recover any LG Phone witch has in this condition ,there is no download mode,no recovery and nothing sign of life..
Now you want *.img from running AT&T /h810v10o/H81020n/ h81021z/h81022b (lolipop/marshmallow baseband ) Firmware because there is no full stock firmware available .
Create Backup.img From Running h810v10o/H81020n/ h81021z/h81022b (lolipop/marshmallow baseband ) rooted system
1.Format external MicroSD card with exFAT system file , ( Most Important thing is SD card more than 32GB (which is size of the whole partition) use 64Gb or 128Gb card
2.Do a full factory reset from CWM TWRP or any recovery
3.Now open ADB shell
adb shell
su
dd if=/dev/block/mmcblk0 of=/storage/sdcard1/backup.img bs=8192 seek=65536 count=579584
it will take around sone time
Size of the backup.img is arround 32gb
Now You have backup.img in your hands
now same method to unbrick
Steps to Unbrick:
1. Insert your memory card in Card Reader and Format it using Windows Format. While formatting "uncheck Quick Format" and Change Type to "exFat". You can alternatively use SD Card Formatter but make sure that the card is in exFat format.
if exFAT not works than try to format with FAT32
2. Once format is completed, install Win32DiskImager and open it. Add SystemImage.bin file. If it does not show the bin file just rename SystemImage.bin to SystemImage.img and then select it. Select your memory card and Click Write.
(You can alternatively change the file types on the win32diskimage from .img to all types)
Win32diskimage
3. One the Write Completes. Eject Card and insert in your LG G4 H810. Press Volume Up Button while connecting the USB Cable.
4. There you go, it will open the download mode. Now Open LGUP Tool as admin. It will show the device as connected. Select the Original KDZ/TOT Firmware and Click Start. it will complete and your Mobile will reboot.
5. Now its Done. Enjoy!
or u can use eMMC ADB Dumper
dump boot1
and boot2
any of one images works to get download mode
does anyone have download link
mahan2607 said:
I have Just Repaired my H810 after 6 month dead . Now I have full procedure to recover any LG Phone witch has in this condition ,there is no download mode,no recovery and nothing sign of life..
Now i want *.img from running AT&T H81020n Firmware because there is no full stock firmware available .
Create Backup.img From Running H81020n rooted system
1.Format external MicroSD card with exFAT system file , ( Most Important thing is SD card more than 32GB (which is size of the whole partition) use 64Gb or 128Gb card
2.Do a full factory reset from CWM TWRP or any recovery
3.Now open ADB shell
adb shell
su
dd if=/dev/block/mmcblk0 of=/storage/sdcard1/backup.img bs=8192 seek=65536 count=579584
it will take around sone time
Size of the backup.img is arround 32gb
Now You have backup.img in your hands
I Have Sold my Phone So any member provide this image file here .
Click to expand...
Click to collapse
Hello master, i have the same problem, my h810 at&t is dead since a long time, please what files used?? i tried with many files and write in my sd 32 gb and still dead, i believe the files is wrong and you have the one, please up the file, be my savior .
GENTLEMAN I HAVE JUST SOLD MY PHONE , you need a Running H81020n/ h81021z/h81022b (marshmallow baseband ) (marshmallow ,old baseband not supported)rooted system to create bin file . i ahve already posted to create bin file method , believe me its work 100% . no other files works because h810 have different partition size ( not work 811,812,815,818 bin file ) , important thing is that you need a working marshmallow rooted h810 to create files . one thing is also important that you need to 32 gb microsd or greater to backup the image
Can someone share backup dump please
mahan2607 said:
GENTLEMAN I HAVE JUST SOLD MY PHONE , you need a Running H81020n/ h81021z/h81022b (marshmallow baseband ) (marshmallow ,old baseband not supported)rooted system to create bin file . i ahve already posted to create bin file method , believe me its work 100% . no other files works because h810 have different partition size ( not work 811,812,815,818 bin file ) , important thing is that you need a working marshmallow rooted h810 to create files . one thing is also important that you need to 32 gb microsd or greater to backup the image
Click to expand...
Click to collapse
Didnt you saved the dump ? Plz i am not in the us and i cant get access to another g4 At&t
mahan2607 said:
GENTLEMAN I HAVE JUST SOLD MY PHONE , you need a Running H81020n/ h81021z/h81022b (marshmallow baseband ) (marshmallow ,old baseband not supported)rooted system to create bin file . i ahve already posted to create bin file method , believe me its work 100% . no other files works because h810 have different partition size ( not work 811,812,815,818 bin file ) , important thing is that you need a working marshmallow rooted h810 to create files . one thing is also important that you need to 32 gb microsd or greater to backup the image
Click to expand...
Click to collapse
ok my friend, thanks, is a big step to revive my h810
Create backup.img and upload for other members
Why none of members dont want to share dump files
Its been 7 months since my h810 is sleeping
Amit2310 said:
Why none of members dont want to share dump files
Its been 7 months since my h810 is sleeping
Click to expand...
Click to collapse
We don't have root with marshmallow on H810. So we can't make a dump.
N4cr2k said:
We don't have root with marshmallow on H810. So we can't make a dump.
Click to expand...
Click to collapse
gentleman than create lolipop backup.img for those who have bricked with lolipop
now you an use this tool eMMC ADB Dumper
mahan2607 said:
now you an use this tool eMMC ADB Dumper
Click to expand...
Click to collapse
It looks like that tool requires root?
N4cr2k said:
It looks like that tool requires root?
Click to expand...
Click to collapse
you just upload the lolipop rooted emmc backup for users
Many peoples are still using rooted lollipop for h810, even i was using it , its seems like just they are not interested to upload 1gb of file
---------- Post added at 06:17 PM ---------- Previous post was at 06:09 PM ----------
http://ouo.io/XK4tFF
This file is not gonna work ?
Amit2310 said:
Many peoples are still using rooted lollipop for h810, even i was using it , its seems like just they are not interested to upload 1gb of file
---------- Post added at 06:17 PM ---------- Previous post was at 06:09 PM ----------
http://ouo.io/XK4tFF
This file is not gonna work ?
Click to expand...
Click to collapse
this file is not created by this method so its not work for bootable sd card , its for use any kind of box Z3X or emmc pro
Mr. Amit , please upload this file for members
Amit2310 said:
Many peoples are still using rooted lollipop for h810, even i was using it , its seems like just they are not interested to upload 1gb of file
---------- Post added at 06:17 PM ---------- Previous post was at 06:09 PM ----------
This file is not gonna work ?
Click to expand...
Click to collapse
This file don't work, i tried many times but the result is the same, dead, no response.
Please men, the solution is in your hands, up the file
jasta 11 said:
This file don't work, i tried many times but the result is the same, dead, no response.
Please men, the solution is in your hands, up the file
Click to expand...
Click to collapse
I dont have file bros , my own h810 is dead from many months
---------- Post added at 08:42 AM ---------- Previous post was at 08:40 AM ----------
I seen in gsmforum that it can be fixed using medusa box by selecting h811 as product then flashing it with kdz file of h810.
Shops in my city dont have that box , you can go to shop in your city and try if they have that box
---------- Post added at 08:47 AM ---------- Previous post was at 08:42 AM ----------
mahan2607 said:
Mr. Amit , please upload this file for members
Click to expand...
Click to collapse
http://www.mediafire.com/?npkrdqrkz03el2e
This file ?
mahan2607 said:
gentleman than create lolipop backup.img for those who have bricked with lolipop
Click to expand...
Click to collapse
You stated that you made a backup from a working phone that we can use to recover. Do you have this image uploaded somewhere so we can download it to repair our dead h810's?

Categories

Resources