I'm running out of room in my old notes and I found this command that does even better what I wanted to do
BEAUTIFUL <3
Source: https://android.stackexchange.com/q...there-so-many-partitions-in-dev-block-mmcblk0
This video shows radio or wi-fi hacking
What busy box actually is I have always heard of busy box but I had not enough Linux knowledge to understand.. so now this video makes sense
RP1 RP2 RP3+ RP= Route Processor
Relevant for next project
forum.xda-developers.com
We can learn how to change out the shield's hard drive in the future and in learning how to do so, you could translate that to phones or anything anydroid
Why?
dev/block has all the images but
dev/block/platform/sdhci-tegra.3/by-name has the images as well. Now is this 2 separate files and taking up two times the space? Or are they somehow referencing the same partition somehow in the background? I am confused
Pull all parts
Why you shouldn't be a bad guy
Code:
find /dev/block -path \*/by-name -exec ls -l {} \;
BEAUTIFUL <3
Source: https://android.stackexchange.com/q...there-so-many-partitions-in-dev-block-mmcblk0
This video shows radio or wi-fi hacking
What busy box actually is I have always heard of busy box but I had not enough Linux knowledge to understand.. so now this video makes sense
RP1 RP2 RP3+ RP= Route Processor
Relevant for next project

Nvidia Shield TV SSD - done
It's done. I repleced original SSHD with SAmsung SSD. If someone else is interested in how to do this I'll help. ******************************************************* Some users and moderator has asked me to add mote information what this is...

Why?
dev/block has all the images but
dev/block/platform/sdhci-tegra.3/by-name has the images as well. Now is this 2 separate files and taking up two times the space? Or are they somehow referencing the same partition somehow in the background? I am confused
Pull all parts
Code:
adb root
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/APP of=/storage/F4D8-568C/APP
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/BMP of=/storage/F4D8-568C/BMP
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/BPF of=/storage/F4D8-568C/BPF
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/CAC of=/storage/F4D8-568C/CAC
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/DTB of=/storage/F4D8-568C/DTB
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/EBT of=/storage/F4D8-568C/EBT
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/EKS of=/storage/F4D8-568C/EKS
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/FB of=/storage/F4D8-568C/FB
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/FCT of=/storage/F4D8-568C/FCT
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/LNX of=/storage/F4D8-568C/LNX
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/MDA of=/storage/F4D8-568C/MDA
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/MSC of=/storage/F4D8-568C/MSC
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/NCT of=/storage/F4D8-568C/NCT
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/RBL of=/storage/F4D8-568C/RBL
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/RP1 of=/storage/F4D8-568C/RP1
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/RP2 of=/storage/F4D8-568C/RP2
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/RP3 of=/storage/F4D8-568C/RP3
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/RP4 of=/storage/F4D8-568C/RP4
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/RP5 of=/storage/F4D8-568C/RP5
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/RP6 of=/storage/F4D8-568C/RP6
adb shell dd if=/dev/block/platform/sdhci-tegra.3/by-name/RP7 of=/storage/F4D8-568C/RP7
Last edited: