[Q] adb dump modem.bin - Galaxy S I9000 Q&A, Help & Troubleshooting

Check out this thread. Must be in there somewhere

Related

[Q] How do I extract files from ROM?

Is it possible to extract an APK from a ROM File?
If i take the JM5 ROM, I can unRar it and then I can unTar the md5 file that is the ROM - but from there I just get a bunch of system files that I assume are images of partitions. The big one is the factoryfs.rfs - is there a way to pull an apk out of here, or do i have to install on a device first and save the APKs i want?
Thanks.
alphadog00 said:
Is it possible to extract an APK from a ROM File?
If i take the JM5 ROM, I can unRar it and then I can unTar the md5 file that is the ROM - but from there I just get a bunch of system files that I assume are images of partitions. The big one is the factoryfs.rfs - is there a way to pull an apk out of here, or do i have to install on a device first and save the APKs i want?
Thanks.
Click to expand...
Click to collapse
Just tell us what application your looking for(remember to follow the forum rules before replying )

[Q] Vold.fstab cannot pull with adb

sorry,
kind of a dumb question,
I'm trying to pull the vold.fstab file using adb, but no luck
since my P100 table has internal sd card damaged
My tablet is not rooted, have it in stock
does it need to be rooted before I can pull the file?
thanks a lot for the help
dg
to pull (read) should not need root.
adb pull /system/etc/vold.fstab
or
adb pull /etc/vold.fstab
what output did you get?
file not found
thanks for the help
Please use the Q&A Forum for questions &
Read the Forum Rules Ref Posting
Thanks ✟
Moving to Q&A
then it means the file really isn't there?
how about
adb shell
#ls /system/etc
(do you see the file you want)
#ls /etc/
is it there?
searched but no luck
Hi,
this is what I found out
I searched and inside the system dir there is no etc dir
there is an etc dir at the same level as system
I did #ls to etc but no vold.fstab
I only found a recovery.fstab
and a .fstab
so not sure what could be going on?
I think all these file come with the Kernell should I load a new kernel?
thanks
dg

[Q] Param.lfs location

@Edit:
Nevermind this topic, I figured out what I needed. I'm sorry, someone can close or delete it please

VZW SCH-I800 modem.bin needed

I accidentally flashed the stock zimage file to the modem location in Heimdall and, of course, the cellular radio isn't working anymore. I've search all over the internet and can't find the file. The links I do find that purport to contain the file are all broken.
If anyone has this file I would appreciate it if you could send it my way.

[Request] NC9 Firmware Modem Files

If anybody using the i537 is on the NC9 firmware I could use your help; I need the NC9 modem files (modem.bin and NON-HLOS.bin). These need to be copied directly from the phone since the
I've posted the code necessary below. First off you will need to be rooted and have Terminal Emulator installed. You will then enter the commands below one by one, pressing enter after each one. What this code does is first it asks for Root Access, the next line creates a folder on your internal storage called "backupfiles"; the third line copies the cell modem file into the newly created folder; and the last line copies the LTE modem into the newly created folder.
You don't need to worry about bricking your phone or anything, as this code is only copying the modem files, it is not moving them or stopping their service, it's just creating a new copy of it. These files can be flashed through Odin to upgrade or downgrade the modem on any other firmware. Once you've got the files can you upload them somewhere so that I can download them? They're rather large files (near 50MB total) so they're going to be too big to send directly.
su
mkdir -p /sdcard/backupfiles
dd if=/dev/block/platform/msm_sdcc.1/by-name/mdm of=/sdcard/backupfiles/modem.bin
dd if=/dev/block/platform/msm_sdcc.1/by-name/apnhlos of=/sdcard/backupfiles/NON-HLOS.bin
Click to expand...
Click to collapse

Categories

Resources