mtmichaelson
Android Enthusiast
Can someone please get a full system dump for me and pull the boot.img? If you could upload it and drop me a link that would be awesome! THANKS!!!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Can someone please get a full system dump for me and pull the boot.img? If you could upload it and drop me a link that would be awesome! THANKS!!!
Sounds good. It is actually rather easy.If you know the adb commands I will get it for you once I unbrick my phone.
adb pull /system
adb shell
dd if=/dev/block/mmcblk0p? of=/sdcard/boot.img
I have the System dump and the boot.img you were asking about. I cant get it to upload though. let me know if there is another way to get it to you.
If you can zip it up in different folders and upload it that way it would be great. Or you can check out dropbox. You can get a free account and it has a lot of other cool features!I can give you an FTP acct to upload to and I can host it, if you want.
I planned on doing a 2.3.5 AOSP, deodexed when I can get my hands on the device files. I can't ever get ADB working on my machine, so I have to wait for someone else to do a dump. :/
I can give you an FTP acct to upload to and I can host it, if you want.
I planned on doing a 2.3.5 AOSP, deodexed when I can get my hands on the device files. I can't ever get ADB working on my machine, so I have to wait for someone else to do a dump. :/
sudo ./adb kill-server
sudo ./adb start-server
Hey, thanks so much for this, but this is before the update. Does anybody have this after the update? Thanks!
I will pull that for you this afternoob when i get home from work.