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 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
Xperia E C1505
hello excuse me, I have downloaded from the sony fw 11.3.A.0.47.tar how to install the tar format? Sorry I would like to reinstall the previous firmware to try to get root and install the rom z-fusion as the root 11.3.A.2.13 not work.
thanks
matrix888 said:
Xperia E C1505
hello excuse me, I have downloaded from the sony fw 11.3.A.0.47.tar how to install the tar format? Sorry I would like to reinstall the previous firmware to try to get root and install the rom z-fusion as the root 11.3.A.2.13 not work.
thanks
Click to expand...
Click to collapse
Extract the rar file, it should give you a .ftf file
http://forum.xda-developers.com/showthread.php?p=38414211
Follow the above guide on how to flash a ftf file
hsr0 said:
Extract the rar file, it should give you a .ftf file
http://forum.xda-developers.com/showthread.php?p=38414211
Follow the above guide on how to flash a ftf file
Click to expand...
Click to collapse
thanks for the guide
I opened the tar file folders as full screenshot. the ftf with him to the fw xxxx.13ce for this reason do not understand why the sony from the files downloaded in tar.bz2 format if you can not install grrrrr
decomplile tar file I 852mb
EDIT: to understand here is the link of the file http://developer.sonymobile.com/dow...es/open-source-archive-for-build-11-3-a-0-47/
Click to expand...
Click to collapse
EDIT 2 : Now I do not understand anything resembling a os linux kernel inside the folder here is a readme file
Click to expand...
Click to collapse
matrix888 said:
thanks for the guide
I opened the tar file folders as full screenshot. the ftf with him to the fw xxxx.13ce for this reason do not understand why the sony from the files downloaded in tar.bz2 format if you can not install grrrrr
decomplile tar file I 852mb
Click to expand...
Click to collapse
That Firmware is a source code dump not an ftf or file you can flash its for developers my friend.
gavster26 said:
That Firmware is a source code dump not an ftf or file you can flash its for developers my friend.
Click to expand...
Click to collapse
ok thanks to not be installed but only use change rom?
These are files to be used for recompiling a ROM.
Try searching for ftf file of your choice
hsr0 said:
These are files to be used for recompiling a ROM.
Try searching for ftf file of your choice
Click to expand...
Click to collapse
yes, and I work for experts to compile and build a rom ftf with these files
TKS!
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.
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.