[REQUEST] (4.4.2) NAE System, Modem nandroid/dumps - Sprint Samsung Galaxy S 4 General

Here's what I need so that I can update things like Firmware packages, ROM files, mods, etc...
This is all assuming they didn't break our ability to root and/or use a custom recovery
This is already done:
First ensure you're on the NAE update. (Duh)
Root it
Enable USB Debugging, connect to PC with adb setup and do the following:
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/apnhlos of=/data/local/tmp/apnhlos.bin
dd if=/dev/block/platform/msm_sdcc.1/by-name/mdm of=/data/local/tmp/mdm.bin
exit
adb pull /data/local/tmp/apnhlos.bin
adb pull /data/local/tmp/mdm.bin
It's possible they don't allow writing to /data/local/tmp, you might just use /sdcard instead. (so change of=/data/local/tmp/x.bin to of=/sdcard/x.bin) but being in su should grant you access to do whatever.
You'll have two files (apnhlos.bin and mdm.bin), zip those up, upload them somewhere and send them to me.
I still need this
Next for the system file(s) I need...
First ensure you're on the NAE update. (Duh)
Wipe it to full stock, no mods, no personal apps, no accounts setup, nothing.
Flash recovery
Boot to recovery and do a Nandroid backup to your external sd card.
Boot back to system and copy off the file(s) called system.ext4.img or something to the extent of that, it should be SOMEWHERE on your external sd card, TWRP stores it in the TWRP folder somewhere, CWM stores them in some clockworkmod folder somewhere I believe.
I need all the system image files from the backup, it'll be huge an upwards of 2-3GB, and it might split them into multiple files, so there might be more than one system file in that backup folder. I need them all, zip them up again and upload them somewhere and send the link to me please.
Thanks!
Also, if someone has the update file, that'd by slightly helpful as well, but the other two are more important.

OTA file name is:
8069446ccb676c347a698e64b2df33882547f017.USER_L720 _SPT_MK2_CSB_user_RP_to_NAE_CSB_user_RP_Update_FWD .zip

ChadH42 said:
OTA file name is:
8069446ccb676c347a698e64b2df33882547f017.USER_L720 _SPT_MK2_CSB_user_RP_to_NAE_CSB_user_RP_Update_FWD .zip
Click to expand...
Click to collapse
And the full URL: http://android.clients.google.com/p...CSB_user_RP_to_NAE_CSB_user_RP_Update_FWD.zip

Now lets see that de-knoxed modem file. and a de-knoxed NAE ROM.

thereverend999 said:
And the full URL: http://android.clients.google.com/p...CSB_user_RP_to_NAE_CSB_user_RP_Update_FWD.zip
Click to expand...
Click to collapse
Thanks for this, this gets a few of the firmware bits out of the way, now I just need the dumps of the modem and system...

Do you need adb on your computer, if so where can I get it for a windows computer?
Sent from my SPH-L720 using XDA Premium 4 mobile app

churchey360 said:
Do you need adb on your computer, if so where can I get it for a windows computer?
Sent from my SPH-L720 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That and the Samsung drivers
ADB: http://forum.xda-developers.com/showthread.php?t=2317790
Drivers: http://forum.xda-developers.com/showthread.php?t=961956

I'm rooted with custom recovery and adb setup on my computer but I'm not sure on how to type the commands. I got the adb shell and it recognized my phone the I typed su and Idk what to do from here any help?
Sent from my SPH-L720 using XDA Premium 4 mobile app

churchey360 said:
I'm rooted with custom recovery and adb setup on my computer but I'm not sure on how to type the commands. I got the adb shell and it recognized my phone the I typed su and Idk what to do from here any help?
Sent from my SPH-L720 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Check post one please! ???
Sent From My Samsung Galaxy S4! ?

churchey360 said:
I'm rooted with custom recovery and adb setup on my computer but I'm not sure on how to type the commands. I got the adb shell and it recognized my phone the I typed su and Idk what to do from here any help?
Sent from my SPH-L720 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
The commands to type were in the OP.
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/apnhlos of=/data/local/tmp/apnhlos.bin
dd if=/dev/block/platform/msm_sdcc.1/by-name/mdm of=/data/local/tmp/mdm.bin
exit
adb pull /data/local/tmp/apnhlos.bin
adb pull /data/local/tmp/mdm.bin
Click to expand...
Click to collapse

Do I just type the whole thing at once? I tried doing just the apnhlos.bin and got this message.
Sent from my SPH-L720 using XDA Premium 4 mobile app

You hit enter after each line. In this exact order:
Type adb shell Then hit enter.
Type su Then hit enter.
Type dd if=/dev/block/platform/msm_sdcc.1/by-name/apnhlos of=/data/local/tmp/apnhlos.bin Then hit enter.
Type dd if=/dev/block/platform/msm_sdcc.1/by-name/mdm of=/data/local/tmp/mdm.bin Then hit enter.
Type exit Then hit enter.
Type adb pull /data/local/tmp/apnhlos.bin Then hit enter.
Type adb pull /data/local/tmp/mdm.bin Then hit enter.
After which, you'll follow the rest of the instructions in the OP.

I did it that way but the last 2 steps say error: device not found
Sent from my SPH-L720 using XDA Premium 4 mobile app
---------- Post added at 01:48 AM ---------- Previous post was at 01:36 AM ----------
I think it has to do with my adb interface drivers
Sent from my SPH-L720 using XDA Premium 4 mobile app

churchey360 said:
I did it that way but the last 2 steps say error: device not found
Sent from my SPH-L720 using XDA Premium 4 mobile app
---------- Post added at 01:48 AM ---------- Previous post was at 01:36 AM ----------
I think it has to do with my adb interface drivers
Sent from my SPH-L720 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I thanked you for helping out. His post said try changing the lines with /sdcard added. Check first post
Sent from my SPH-L720 using Tapatalk

I'll try it that way now and see if it'll work
Sent from my SPH-L720 using XDA Premium 4 mobile app
---------- Post added at 02:12 AM ---------- Previous post was at 01:59 AM ----------
I keep getting error device not found
Sent from my SPH-L720 using XDA Premium 4 mobile app

Is this correct?
Sent from my SPH-L720 using XDA Premium 4 mobile app

Yes. There you go. Zip them and upload them so he can download them.
Sent from my SPH-L720 using Tapatalk

@Unknownforce will this work? It is the apnhlos.bin and mdm.bin in a zip file it's not a big file so I hope it was done correctly it's about all I can do i tried to help lol. https://www.dropbox.com/s/tz9u0rkq092m9qv/0.zip
Sent from my SPH-L720 using XDA Premium 4 mobile app

churchey360 said:
@Unknownforce will this work? It is the apnhlos.bin and mdm.bin in a zip file it's not a big file so I hope it was done correctly it's about all I can do i tried to help lol. https://www.dropbox.com/s/tz9u0rkq092m9qv/0.zip
Sent from my SPH-L720 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Perfect, now all I need is the system dump, if you can get me that, everyone will love you!

OK I did a factory reset and backed up the stock ROM but I didn't back it up to the external sd card I just backed it up to the device storage will that be fine or should I backup to my external sd card?
Sent from my SPH-L720 using XDA Premium 4 mobile app

Related

Adb devices or sdk

ok i go into cmd and type adb devices, and it tells me that
adb is not recognize as an internal or external command,operable program or batch files
what am i doing wrong NEED HELP
Are you running windows
Sent from my LG-P925 using xda premium
If so try typing cd c:/android-sdk-windows/platform-tools
Sent from my LG-P925 using xda premium
Then type adb devices
Sent from my LG-P925 using xda premium
hoskopico said:
Then type adb devices
Sent from my LG-P925 using xda premium
Click to expand...
Click to collapse
Yes i am on windows,ok after i type adb devices it says
* dameon not running. staring it now on port 5037*
* dameon started successfully*
List of devices attached
Is it supposed to show devices cuzz it dont show non,also in my device manager it has android phone with little yellow circle and exlamation point
This is kind of difficult for me cuzz i came from the samsung infuse and it was easier to add a rom thru rom manager,so if yall can please help me out
It should put a number after if not do you have the drivers installed
Sent from my LG-P925 using xda premium
ok it gave me 16 digits and says device
I would really apreciate if you can help me
Open command prompt and type:
adb shell
su (click allow on phone if prompted)
chmod 777 /data
ls -l (then look at the data directory and it's permissions should now be drwxrwxrwx)
Each line is a new comand so adb shell then enter then su etc...
Then fallow the steps by designgear
Sent from my LG-P925 using xda premium
You gotta use the directory change i gave you earlier then type the adb commands
Sent from my LG-P925 using xda premium
Did ya get it to work?
Sent from my LG-P925 using xda premium
ok i typed adb shell and it has a
$ symbol?
Now type su then enter and u should be good to go.. to go about finishing the install commands that is
Sent from my LG Thrill 4G...
so how would i install cwm?
I sent ya a pm on it man this thread needs to be deleted by mods for it is not a development thread but a q/a thread
Sent from my LG-P925 using xda premium
it says adb not found
ssfirme said:
it says adb not found
Click to expand...
Click to collapse
Do youreself a favor and search the adb howto in the Thrill general section. It will tell you how to make an adb shortcut. Save you some headaches.
Also after you adb shell you can no longer use the adb command until you 'exit' the shell. Trying to do so will result in adb not found.
Sent from my LG-P925 using Tapatalk
what do you mean exit the shell
ssfirme said:
what do you mean exit the shell
Click to expand...
Click to collapse
Adb commands are run from the computer. When you type adb shell all commands from that point on are from the phone, so you can no longer use the adb command when in shell. Typing 'exit' will exit the shell and return you to being able to use adb commands.
Sent from my LG-P925 using Tapatalk

[REQ]clockworkmod touch

Clockworkmod just released touch recovery 6.0.1.5. I know you can download it from their site but I can't find a way to do so(when I click download I just see a page with lots of characters). Can anyone zip it so that we can get this awesome recovery love for p990?
Thx in advance
Sent from my LG-P990 using xda premium
If you use another browser you can download the recovery image but I don't know how to flash it
Via ROM manager
Sent from my LG-P999
emanuele95 said:
but I don't know how to flash it
Click to expand...
Click to collapse
As already mentioned, you can do it using ROM Manager. Otherwise, flash IMG file via cmd line, either from a PC:
Code:
adb push XXX.img /data/local/
adb shell "su -c 'dd if=/data/local/XXX.img of=/dev/block/mmcblk0p7'"
adb shell rm /data/local/XXX.img
...or in terminal on the phone itself under su, once you copy the file somewhere on an SD card:
Code:
dd if=/path_to_file/XXX.img of=/dev/block/mmcblk0p7
Just replace "path_to_file" and "XXX" with the actual path and filename.
How to flash the .IMG through ROM manager?
Sent from my LG-P990 using xda premium
kt-Froggy said:
As already mentioned, you can do it using ROM Manager. Otherwise, flash IMG file via cmd line, either from a PC:
Code:
adb push XXX.img /data/local/
adb shell "su -c 'dd if=/data/local/XXX.img of=/dev/block/mmcblk0p7'"
adb shell rm /data/local/XXX.img
...or in terminal on the phone itself under su, once you copy the file somewhere on an SD card:
Code:
dd if=/path_to_file/XXX.img of=/dev/block/mmcblk0p7
Just replace "path_to_file" and "XXX" with the actual path and filename.
Click to expand...
Click to collapse
Thanks..installed with terminal emulator
So the O2X has official CWM Touch?
Uh... the o2x was the 2nd phone to get it. It was one of the models it was worked on.
What would it take to port it to g2x?
Sent from my LG-P999 using xda app-developers app
Thanks armcee you are the best! Also I have flashed the recovery through terminal emulator and it is the best recov!
Sent from my LG-P990 using xda premium
aremcee said:
Uh... the o2x was the 2nd phone to get it. It was one of the models it was worked on.
Click to expand...
Click to collapse
I thought it didn't purely because of this http://forum.xda-developers.com/showthread.php?t=1825510
Andy HOT said:
How to flash the .IMG through ROM manager?
Sent from my LG-P990 using xda premium
Click to expand...
Click to collapse
Not possible.
Install rom manager from gplay, open it buy rom manager primium it will then give u option for installing cwm touch
Sent from my Galaxy Nexus using xda premium

How to install cwm/custom recovery from android terminal

$ su
# dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p32
# reboot recovery
THANKS SKEEVYDUDE FOR THE PROPER COMMAND & EPINTER FOR THE RECOVERY
And anyone else I forgot
Edit: to add the correct android terminal
Command & instructions
Disclaimer: if you **** up its not my fault
This Will work if done properly
Requirements: android
A BRAIN
Terminal emulator
Recovery.img (see epinter/skeevydude posts)
Download recovery of your choice place on root of sdcard
Open terminal and enter this command
$ su
# dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p32
# reboot recovery
Your done congratulations you now have a recovery
Problems? : triple check your commands I'm NOT a Dev and cannot provide support as this is a fairly basic process for anyone expert or beginning always remember android is Linux and thus terminal has more power than you realize and so does google good luck!
Sent from my MB886 using Tapatalk 2
I would just use fastboot commands, is the same as on windows.
fastboot devices
fastboot flash recovery recovery.img
No computer guess I'll have to find out
Sent from my MB886 using Tapatalk 2
Franzferdinan51 said:
$ su
# dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18
# reboot recovery
Will this command work to install custom recovery from Android terminal
Sent from my MB886 using Tapatalk 2
Click to expand...
Click to collapse
no
use
Code:
su
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p32
32 is the recovery partition
then yes
also, Q & A forum
Once again thanks skeevy for saving the day
Sent from my MB886 using Tapatalk 2
BTW is successful thanks to your zip skeevy I took then recovery. IMG used the adb command quick painless can't believe I forgot I could do that
Sent from my MB886 using Tapatalk 2
Franzferdinan51 said:
BTW is successful thanks to your zip skeevy I took then recovery. IMG used the adb command quick painless can't believe I forgot I could do that
Sent from my MB886 using Tapatalk 2
Click to expand...
Click to collapse
Hi, can you please explain the steps you followed to install recovery. Do we put the recovery image file in SD card and use any terminal emulator app to key in the codes? TIA
I placed the recovery. I'm on root of sdcard used the command that skeevy told me NOT the one from my Op using basic terminal emulator from play store was so simple I could've smacked my selfnfor forgetting that Android is Linux and can do from just terminal
Sent from my VTAB1008 using Tapatalk 2
Franzferdinan51 said:
I placed the recovery. I'm on root of sdcard used the command that skeevy told me NOT the one from my Op using basic terminal emulator from play store was so simple I could've smacked my selfnfor forgetting that Android is Linux and can do from just terminal
Sent from my VTAB1008 using Tapatalk 2
Click to expand...
Click to collapse
Maybe you should edit the OP with the correct command..
It is a nifty way of doing it
Hmm yeah given me a second
Sent from my MB886 using Tapatalk 2
Franzferdinan51 said:
Hmm yeah given me a second
Sent from my MB886 using Tapatalk 2
Click to expand...
Click to collapse
http://batakang.com/MB886.php
That list has been invaluable to me. I've based all my recovery/bootloader zips off of that information. If you're into system modding and tweaking, you'll love it.
//Glad ya got it working
Good to know thanks for the info.
Sent from my MB886 using xda premium
Thanks . I flashed recovery by copy-pasting your command in terminal emulator. Works great. Already did a backup for flashing ROMs :thumbup:
skeevydude said:
http://batakang.com/MB886.php
That list has been invaluable to me. I've based all my recovery/bootloader zips off of that information. If you're into system modding and tweaking, you'll love it.
//Glad ya got it working
Click to expand...
Click to collapse
Thanks that list u gave me is cool yeah I always like doing things the mobile way I use my phone basically as my computer so I like to learn these things plus I love tweaking and tinkering so it ends up as things like this kind of funny if I used my original command I'd have flashed a recovery to modem and well we could all guess what would happen then
Sent from my MB886 using Tapatalk 2
you put the zip on the ext SD or internal SD?
^^ Internal sd card.
Franzferdinan51 said:
I placed the recovery. I'm on root of sdcard used the command that skeevy told me NOT the one from my Op using basic terminal emulator from play store was so simple I could've smacked my selfnfor forgetting that Android is Linux and can do from just terminal
Sent from my VTAB1008 using Tapatalk 2
Click to expand...
Click to collapse
which image is the safest ??? pleas advise thanks
---------- Post added at 09:45 AM ---------- Previous post was at 09:16 AM ----------
skeevydude said:
no
use
Code:
su
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p32
32 is the recovery partition
then yes
also, Q & A forum
Click to expand...
Click to collapse
sorry to bug and i know all androids are basically the same i just cant afford to mess up and ive been looking for the proper CWM image as i want Custom Recovery but i am lost i went threw some of your post/threads but not sure which one and or where as far as what CWM image i should use when trying to flash it threw the Terminal Please ADVISE
sdwyz74 said:
which image is the safest ??? pleas advise thanks
---------- Post added at 09:45 AM ---------- Previous post was at 09:16 AM ----------
sorry to bug and i know all androids are basically the same i just cant afford to mess up and ive been looking for the proper CWM image as i want Custom Recovery but i am lost i went threw some of your post/threads but not sure which one and or where as far as what CWM image i should use when trying to flash it threw the Terminal Please ADVISE
Click to expand...
Click to collapse
Go here and download image file under Method 3.
http://forum.xda-developers.com/showthread.php?t=
crossxn said:
Go here and download image file under Method 3.
http://forum.xda-developers.com/showthread.php?t=
Click to expand...
Click to collapse
thanks but the link is dead or invalid
---------- Post added at 11:14 AM ---------- Previous post was at 10:37 AM ----------
skeevydude said:
no
Code:
su
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p32
32 is the recovery partition
then yes
also, Q & A forum
Click to expand...
Click to collapse
do i us the dd or start from the if
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p32
either way i tried and it says e cant open something
---------- Post added at 11:59 AM ---------- Previous post was at 11:14 AM ----------
say CANNOT OPEN FOR READ: NO SUCH FILE OR DIRECTORY
please advise thanks
can someone Please Take a few minutes to help me as i been trying for days now and its just giving the same error ??? READ MY ABOVE POST AND THATS THE ERROR I GET THANKS TO ALL

[Q] No ROM Installed, SD Card Completely Empty

I am rooted and have TWRP installed. I have no ROM installed and cannot get a rom into the SD Card. TWRP isn't allowing me to mount USB-OTG for some reason. Any way I can fix this issue?
ROM adb sideload
Sent from my HTC One using xda app-developers app
a13xemz said:
ROM adb sideload
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
It just hangs there for a long time.
Welcome to Android 4.2.2. Your files need to be under folder /sdcard/0 to be seen. ADB push there if you're able. Sideboard can take a really long time, too.
Sent from my Galaxy Note 8
unremarked said:
Welcome to Android 4.2.2. Your files need to be under folder /sdcard/0 to be seen. ADB push there if you're able. Sideboard can take a really long time, too.
Sent from my Galaxy Note 8
Click to expand...
Click to collapse
I cannot push the file, because it says the device is offline.

help i've formatted my card

hi guys was messing with my one and i have wiped all my data and i can't connect phone to pc to copy a rom over..HELP
No stress buddy, just follow instructions from here and your good to go in 10-15mins :good:.
http://forum.xda-developers.com/showthread.php?t=1667929
Use odin to flash to stock then copy custom rom zip to mem card simple
jacklei said:
No stress buddy, just follow instructions from here and your good to go in 10-15mins :good:.
http://forum.xda-developers.com/showthread.php?t=1667929
Click to expand...
Click to collapse
hi dude all i find in mount is cache.data.system.usb-otg
JohnnyBlade said:
Use odin to flash to stock then copy custom rom zip to mem card simple
Click to expand...
Click to collapse
is odin only for samsung
smarty2322 said:
is odin only for samsung
Click to expand...
Click to collapse
Hi mate, I can help. You just need to set up adb properly and transfer the rom over we can do it on TeamViewer?
MacHackz said:
Hi mate, I can help. You just need to set up adb properly and transfer the rom over we can do it on TeamViewer?
Click to expand...
Click to collapse
i've downloaded team viewer
anyone please
smarty2322 said:
anyone please
Click to expand...
Click to collapse
Do you know how to use basic adb commands? How did you flash your recovery?
Sent from my HTC One using xda premium
redbull123 said:
Do you know how to use basic adb commands? How did you flash your recovery?
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
i think so i'll have a look
smarty2322 said:
i think so i'll have a look
Click to expand...
Click to collapse
?? Have a look for what?
Sent from my HTC One using xda premium
redbull123 said:
?? Have a look for what?
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
i'm not sure what commands i need to use
smarty2322 said:
i'm not sure what commands i need to use
Click to expand...
Click to collapse
You need to use the push command
Put a rom in your adb folder if you know where it is
Hold shift and right click on your adb folder and click open terminal/command window here
Put your phone into recovery
Command: adb devices
If your device appears then;
Command: adb push name_of_your_rom.zip /sdcard/
After a few minutes the rom should be on your sdcard.
If your device doesn't appear with adb devices then there's a problem with your adb files
Sent from my HTC One using xda premium
---------- Post added at 07:38 PM ---------- Previous post was at 07:29 PM ----------
Also, this guide is good for learning about adb...
http://www.androidcentral.com/android-201-10-basic-terminal-commands-you-should-know
Sent from my HTC One using xda premium
redbull123 said:
You need to use the push command
Put a rom in your adb folder if you know where it is
Hold shift and right click on your adb folder and click open terminal/command window here
Put your phone into recovery
Command: adb devices
If your device appears then;
Command: adb push name_of_your_rom.zip /sdcard/
After a few minutes the rom should be on your sdcard.
If your device doesn't appear with adb devices then there's a problem with your adb files
Sent from my HTC One using xda premium
---------- Post added at 07:38 PM ---------- Previous post was at 07:29 PM ----------
Also, this guide is good for learning about adb...
http://www.androidcentral.com/android-201-10-basic-terminal-commands-you-should-know
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
do i need to be in team win recovery
smarty2322 said:
do i need to be in team win recovery
Click to expand...
Click to collapse
Doesn't matter what recovery you use
Sent from my HTC One using xda premium
i think it's ****ed usb will not connect
smarty2322 said:
i think it's ****ed usb will not connect
Click to expand...
Click to collapse
Reboot your computer and try a different usb port
Try go into your bootloader menu and press fastboot it should say fastboot usb after a few seconds then open a command window from the folder again and command
fastboot devices
Did you find your adb folder?
Sent from my HTC One using xda premium
redbull123 said:
Reboot your computer and try a different usb port
Try go into your bootloader menu and press fastboot it should say fastboot usb after a few seconds then open a command window from the folder again and command
fastboot devices
Did you find your adb folder?
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
got fastboot usb working,cant find adb folder
smarty2322 said:
got fastboot usb working,cant find adb folder
Click to expand...
Click to collapse
Did your device serial code show in fastboot devices?
Download these files and Extract them to a folder on your desktop called 'adb' or something simple. This will now be your folder to open the terminal window from.
http://www.androidrevolution.nl/downloader/download.php?file=mini-sdk.rar
Sent from my HTC One using xda premium
redbull123 said:
Did your device serial code show in fastboot devices?
Download these files and Extract them to a folder on your desktop called 'adb' or something simple. This will now be your folder to open the terminal window from.
http://www.androidrevolution.nl/downloader/download.php?file=mini-sdk.rar
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
ok done that

Categories

Resources