NVIDIA SHIELD TV PRO 500GB 2015 LATEST FIRMWARE - Shield Android TV Q&A, Help & Troubleshooting

I noticed my hard drive had been running very sluggish as of late so, I decided to do a swap between my SSHD to an SSD. I had a Toshiba 512gb SSD drive laying around after watching a few different youtube videos I took my shield pro apart and regreased the cpu and replaced the sshd. When I plugged my sshd into my computer it showed as "unallocated" so, I assumed it's because of the OS that is not readable on it and I did a raw copy over to my ssd with HHDRAWCOPY ver 11.10. After it completed which took about 3 hours I plugged everything back in and then turned on my shield to have a completely black screen. I've been doing a search on the forums, youtube, Nvidia shield forums but everything seems too old, most links don't even work. Is there anyone that can help me restore an image to an ssd or try to recover what I had on the hard drive? I would really appreciate it! I plugged my shield into my computer with a micro USB cable and it was detected as "APX". So, I am not sure if the sshd died or if it's something else. It had the latest firmware on it so, trying to find step-by-step instructions on how to recover and reinstall the os seems impossible. I plugged my controller in and held the A and B buttons immediately after plugging the power cable back into my shield to get the fastboot screen but that doesn't seem to work either. I really don't know what to do at this point and hoping most of you who have had this issue in the past would be able to shine some light. Thanks in advance!

So first off you should swap with a 500gb drive not a 512, although there are guides on how to get it to work with larger drives.
I had a similar issue after cloning my drive and just got a black screen from both drives. I used this guide to get me back up to a working image on 7.2.3. Keep in mind I have never done any of this before.
How to recover Shield TV Pro (2015) after an error while flashing a boot.img
Hello, I was flashing the Nvidia Shield Pro (2015) 8.0.1 official Developer image as per the instructions on Nvidia developer site. The device is unlocked already, the latest drivers are used, a fully functional usb cable is used, latest...
forum.xda-developers.com
After getting back up using this guide I updated to 8.0, don't do the 8.2.3 upgrade.
After doing this though I had L3 level DRM so netflix, prime video didn't work.
I searched more and found this thread on using a hex editor to copy the data for my wedivine keys.
Bricked Shield TV pro 2015 version - stuck in APX mode.
Yep, I know :( - stupidly I flashed the wrong image to the Shield TV pro (2015) and am stuck in apx mode. I read somewhere I can flash a hard drive image and lose access to netflix etc due to keys. Can someone point me the way to the guide/image...
forum.xda-developers.com
Specifically this part
Edit: OK I found them in broken image dump at address 0x2200000
I copied the hex from 0x2200000 (2178336 bytes) and then flashed that to the fixed drive at the same location, now Widevine is back to Level 1, so I guess that's me back up and running to the state before I bricked now.
so I used dd to make my own firstpart.bin from my old drive
dd if=\\?\Device\HarddiskX\Partition0 of=firstpart.bin count=6899870 --progress
HarddiskX is your hard disk for me that was Harddisk1
I then used a hex editor HxD (googled free hex editors)
and navigated to 2200000. I highlighted all the way until i started hitting 00 00 00 00 00. noted where I stopped and copied it to the clipboard
I then made a copy of the firstpart.bin that got me working from the first post. highlighted the same area in the hex editor and replaced it with my info.
I also replaced the serial number with my serial number. This was at offset: 0xa0400C so A0400C
your serial number is on the back of your shield. This isn't necessary but I wanted mine to match.
I then followed the first guide but used my new firstpart.bin file
Once I got up to 8.0 I turned on usb debugging so i didn't have to hardware reboot to get into fastboot
I used adb reboot bootlader and i was back in fastboot
I had some internet issues a couple of times so you may need to do a factory reset at some point. I just did a quick reset to get by in android.
i then erased userdata and cache
fastboot erase userdata
fastboot erase cache
fastboot reboot
erasing userdata takes a while be patient, took almost 2hours
Once I rebooted i was greeted with the newer shield experience. I set up using my phone when promted and was forced tio upgrade to 8.2.3. To my surprise it updated normally and I am now on a SSD with a fresh 8.2.3 and all Apps working like Netflix and Prime Video
This whole ordeal lasted several days and many hours of searching, watching videos and staying up to all hours of the night. In the end it was worth the satisfaction of succeeding.

afal_22 said:
So first off you should swap with a 500gb drive not a 512, although there are guides on how to get it to work with larger drives.
I had a similar issue after cloning my drive and just got a black screen from both drives. I used this guide to get me back up to a working image on 7.2.3. Keep in mind I have never done any of this before.
How to recover Shield TV Pro (2015) after an error while flashing a boot.img
Hello, I was flashing the Nvidia Shield Pro (2015) 8.0.1 official Developer image as per the instructions on Nvidia developer site. The device is unlocked already, the latest drivers are used, a fully functional usb cable is used, latest...
forum.xda-developers.com
After getting back up using this guide I updated to 8.0, don't do the 8.2.3 upgrade.
After doing this though I had L3 level DRM so netflix, prime video didn't work.
I searched more and found this thread on using a hex editor to copy the data for my wedivine keys.
Bricked Shield TV pro 2015 version - stuck in APX mode.
Yep, I know :( - stupidly I flashed the wrong image to the Shield TV pro (2015) and am stuck in apx mode. I read somewhere I can flash a hard drive image and lose access to netflix etc due to keys. Can someone point me the way to the guide/image...
forum.xda-developers.com
Specifically this part
Edit: OK I found them in broken image dump at address 0x2200000
I copied the hex from 0x2200000 (2178336 bytes) and then flashed that to the fixed drive at the same location, now Widevine is back to Level 1, so I guess that's me back up and running to the state before I bricked now.
so I used dd to make my own firstpart.bin from my old drive
dd if=\\?\Device\HarddiskX\Partition0 of=firstpart.bin count=6899870 --progress
HarddiskX is your hard disk for me that was Harddisk1
I then used a hex editor HxD (googled free hex editors)
and navigated to 2200000. I highlighted all the way until i started hitting 00 00 00 00 00. noted where I stopped and copied it to the clipboard
I then made a copy of the firstpart.bin that got me working from the first post. highlighted the same area in the hex editor and replaced it with my info.
I also replaced the serial number with my serial number. This was at offset: 0xa0400C so A0400C
your serial number is on the back of your shield. This isn't necessary but I wanted mine to match.
I then followed the first guide but used my new firstpart.bin file
Once I got up to 8.0 I turned on usb debugging so i didn't have to hardware reboot to get into fastboot
I used adb reboot bootlader and i was back in fastboot
I had some internet issues a couple of times so you may need to do a factory reset at some point. I just did a quick reset to get by in android.
i then erased userdata and cache
fastboot erase userdata
fastboot erase cache
fastboot reboot
erasing userdata takes a while be patient, took almost 2hours
Once I rebooted i was greeted with the newer shield experience. I set up using my phone when promted and was forced tio upgrade to 8.2.3. To my surprise it updated normally and I am now on a SSD with a fresh 8.2.3 and all Apps working like Netflix and Prime Video
This whole ordeal lasted several days and many hours of searching, watching videos and staying up to all hours of the night. In the end it was worth the satisfaction of succeeding.
Click to expand...
Click to collapse
Hey thanks for the info Afal I really appreciate it! I searched through the forums and couldn't really find anything substantial. I just got a 1tb samsung evo 860 drive and I'd like to get that to work if possible. Also, I have reformatted my original sshd from my nvidia shield unit do you think I can still pull those widevine keys?

did you ever save your image to your PC? Does your 512gb drive still have the image on it?

afal_22 said:
did you ever save your image to your PC? Does your 512gb drive still have the image on it?
Click to expand...
Click to collapse
Unfortunately, no.

HookedonHD said:
Unfortunately, no.
Click to expand...
Click to collapse
I think you're out of luck then. Sorry. I got lucky and made a backup first which is the only way I could get mine.

afal_22 said:
I think you're out of luck then. Sorry. I got lucky and made a backup first which is the only way I could get mine.
Click to expand...
Click to collapse
That's ok, as long as I get my shield working again and I can record shows from live tv app and use kodi I am good with that. Now, I just need to figure out how I can get it to work with the 1tb drive and up and running again.

HookedonHD said:
That's ok, as long as I get my shield working again and I can record shows from live tv app and use kodi I am good with that. Now, I just need to figure out how I can get it to work with the 1tb drive and up and running again.
Click to expand...
Click to collapse
try here
Guide[Linux][Windows]: Migrate to SSD/HDD of any size, only for SATV Pro
I am not responsible for bricked devices, dead HDDs, animals activist campaigns, or any H/W damage caused by you following these directions. YOU are choosing to make these modificiations, and you, yourself take responsibility for doing these...
forum.xda-developers.com

afal_22 said:
try here
Guide[Linux][Windows]: Migrate to SSD/HDD of any size, only for SATV Pro
I am not responsible for bricked devices, dead HDDs, animals activist campaigns, or any H/W damage caused by you following these directions. YOU are choosing to make these modificiations, and you, yourself take responsibility for doing these...
forum.xda-developers.com
Click to expand...
Click to collapse
Thanks, this is where I get confused. So, I downloaded the the 1tb.bin version 1 and 2. However, what should the command line be for my 1tb ssd and do I use version 1 or 2? Thanks in advance!

Unfortunately I have not done a larger drive so I can't assist, I honestly don't know. read through the thread and maybe someone else had the same question.

afal_22 said:
Unfortunately I have not done a larger drive so I can't assist, I honestly don't know. read through the thread and maybe someone else had the same question.
Click to expand...
Click to collapse
I did that's why I haven't been able to figure it out but thanks for the input.

afal_22 said:
So first off you should swap with a 500gb drive not a 512, although there are guides on how to get it to work with larger drives.
I had a similar issue after cloning my drive and just got a black screen from both drives. I used this guide to get me back up to a working image on 7.2.3. Keep in mind I have never done any of this before.
How to recover Shield TV Pro (2015) after an error while flashing a boot.img
Hello, I was flashing the Nvidia Shield Pro (2015) 8.0.1 official Developer image as per the instructions on Nvidia developer site. The device is unlocked already, the latest drivers are used, a fully functional usb cable is used, latest...
forum.xda-developers.com
After getting back up using this guide I updated to 8.0, don't do the 8.2.3 upgrade.
After doing this though I had L3 level DRM so netflix, prime video didn't work.
I searched more and found this thread on using a hex editor to copy the data for my wedivine keys.
Bricked Shield TV pro 2015 version - stuck in APX mode.
Yep, I know :( - stupidly I flashed the wrong image to the Shield TV pro (2015) and am stuck in apx mode. I read somewhere I can flash a hard drive image and lose access to netflix etc due to keys. Can someone point me the way to the guide/image...
forum.xda-developers.com
Specifically this part
Edit: OK I found them in broken image dump at address 0x2200000
I copied the hex from 0x2200000 (2178336 bytes) and then flashed that to the fixed drive at the same location, now Widevine is back to Level 1, so I guess that's me back up and running to the state before I bricked now.
so I used dd to make my own firstpart.bin from my old drive
dd if=\\?\Device\HarddiskX\Partition0 of=firstpart.bin count=6899870 --progress
HarddiskX is your hard disk for me that was Harddisk1
I then used a hex editor HxD (googled free hex editors)
and navigated to 2200000. I highlighted all the way until i started hitting 00 00 00 00 00. noted where I stopped and copied it to the clipboard
I then made a copy of the firstpart.bin that got me working from the first post. highlighted the same area in the hex editor and replaced it with my info.
I also replaced the serial number with my serial number. This was at offset: 0xa0400C so A0400C
your serial number is on the back of your shield. This isn't necessary but I wanted mine to match.
I then followed the first guide but used my new firstpart.bin file
Once I got up to 8.0 I turned on usb debugging so i didn't have to hardware reboot to get into fastboot
I used adb reboot bootlader and i was back in fastboot
I had some internet issues a couple of times so you may need to do a factory reset at some point. I just did a quick reset to get by in android.
i then erased userdata and cache
fastboot erase userdata
fastboot erase cache
fastboot reboot
erasing userdata takes a while be patient, took almost 2hours
Once I rebooted i was greeted with the newer shield experience. I set up using my phone when promted and was forced tio upgrade to 8.2.3. To my surprise it updated normally and I am now on a SSD with a fresh 8.2.3 and all Apps working like Netflix and Prime Video
This whole ordeal lasted several days and many hours of searching, watching videos and staying up to all hours of the night. In the end it was worth the satisfaction of succeeding.
Click to expand...
Click to collapse

I had a 500gb ssd but I couldn't get it to work at all after that one time so, my beloved nvidia shield pro has been sitting on my shelf since then. I am hoping someone will come up with updated step-by-step instructions on how to revive the 2015 series 500gb pro because I think that was the best model they ever made IMHO.

I’m stuck in apx mode too. After the latest update
Even if I put in the original hhd my shield tv pro 2015 does nothing. Only powers on.

Related

woopsie HDD help needed!

Hi....i was going to format my shift and since i never used the vista recovery option from the bios i downloaded gparted and made a live cd usb and booted it up, deleted every single partition uncluding the hidden one that i could see and in total i had one big unallocated partitionless harddrive which i saved the changes and rebooted.
I then inserted a usb stick with windows 7 on it and proceeded to install, i created a new partititon and windows asked to create that 100mb system reserved and i then proceeded with the installation which took more than twice as long as it has ever done before.
Is this due to my gparted fiddling? Because at the second stage of installation, the unpacking of files it went quick and smooth up to 38% and after that slow as hell, unlike ever before during any version install...
And now that i finally had that part of the installation behind me it proceeded to automatically reboot for the final stage and when it did reboot after the RAM and basic BIOS tests it reported bad SMART status and i pressed F1 to continue and everything resumed as it should...
But I cannot find any settings in the BIOS to turn of the SMART checking so what can I do now?
Did i not delete the MBR? as I thought it would have gone with the partitions...
And why did the installation go so incredibly slow this time?
now I just got a Blue Screen & Ataport.sys message.
Could it really be such bad timing that the computers HDD has started to fail at the same time i deleted the partition or is this a software issue and not a hardware one?
What version of Windows 7?
I accidentally downloaded a RC/ Checked Debug version which had the same problems on an original untouched HDD.
If you are using correct version, then try repartitioning woth another tool liek acronis disk director. Format completely. Reboot, then re-partition , install windows 7 (RTM available tomorrow)
oh you sound a bit more optimistic than over at hd guru forum, check what they wrote when i published my thread over there:
http://forum.hddguru.com/htc-shift-recovery-partition-gives-false-smart-bios-error-t12907.html

[Q] Boot Loop, help?

IN MY INFINITE WISDOM, I replaced my build.prop with the one from a Motorola Xoom in an attempt to get Sketchbook Pro to show up in the market. Now my tablet is boot looping.
I backed the original up in the same directory, as build.prop.OLD. If I could mount system and replace the file with a PC, I'd imagine that the tablet would work again. How could I do that?
However, THERE IS ANOTHER COMPLICATION! I used the 'Acer Phone Disabler' app to remove the telephony drivers, which means that I cannot flash a rom or the tablet will brick. I'm not sure what this means for Nandroid backups.
The tablet has the leaked stock 3.1 rom installed, it's rooted, and it has Clockworkmod recovery.
Thanks in advance for any help!
Oh god.
I used ADB to pull my build.prop.OLD, renamed it to build.prop, and pushed it back. Now... the tablet boots up, and it shows the Android "Welcome" screen. Clicking the only button available doesn't work. It just highlights as if it is selected, and doesn't do anything when I lift my finger up.
I DO have a Nandroid backup from several weeks ago of the same rom, but from BEFORE I removed the telephony drivers. I am only going to try restoring it as a last resort; does anyone have any ideas? Remember, flashing a rom would result in a brick because I used Acer Phone Disabler. Is a nandroid backup safe?
Thanks guys. I'm really hoping this tablet isn't too screwed.
I'm hoping someone else chimes in here but I am under the impressing that the nandroid backup would override any changes you could make as long as you don't break recovery. As far as my experience goes if you had a backup of your current configuration you could do an "advanced restore" and only restore your "system"
Sent from my A500 using Tapatalk
Restoring just system worked! My homescreen is back to stock but all my apps are still installed, so I don't really care. Thanks a bunch, I was so worried.
COOL!!!
Glad I could help.
Sent from my A500 using Tapatalk
Help needed for a boot loop
Well as said in the video, i reuse an existing thread about bootloop...
I'm stuck in a bootloop with an iconia A500... but let's look at the steps that got me there...
The First mistake was to answer yes to my friend who asked me to connect his Vodafone k3565 to his iconia A500, but as i read Android was linux based and i did use linux a lot as a student, i didn't even imagine it could go wrong...
Tablet was stating to run :
Android 3.1
Bernel 2.6.36.3-00009-9dddf6f2
Build 4.015.05-EMEA-CUS3
i did root with iconia root 1.3
then added Busybox and a terminal program.
reboot, try a SU and could access the devices
Here is the second mistake... i should have wondered how to restore to normal state before starting, because i don't have any SD card that suit the device ( mine are normal sized ones, you know.. Stamp sized :/ )
Then i got to the thread
http://forum.xda-developers.com/showthread.php?t=1058846&page=7
and i used an usb key to transfer it to the device, but before applying the files i took a look to them and found 3 of them would overwrite actual system files, so i did a backup of them :
/system/build.prop
/system/etc/apns-conf
/system/bin/rild
and looking at the build.prop i saw differences in the values of the one on the A500 and the one in the package so i decided to get only the missing lines from the new system.zip file and add them to the original file
And here is the 3rd mistake, and i guess the reason of the problem : i did that merge on a windows computer, and i fear it did add those pesky CRLF at the end of lines, turning my build.prop into a build.prob(lem).
I'm not sure, as i didn't check before it was too late.
rebooted and... boot loop, with 1 times out of 2, the little android with yellow triangle and exclamaition mark.
Cried, runned in circles, then looked on forums to find a solution.
Reboot with Power+Volume gives :
"Erasing cache before SD update...
SD update cmd:recovery
--update_package=sdcard:update.zip
Booting recovery kernel image"
Then i get the android with gears for a few seconds, then below him is a bar like the one in the android store when you download a file, then half a second later, again the exclaimation mark.
I also tried plugging a keyboard to hit the home key...
( in fact two : Logitech G110 and trust easy scroll silverline )
no difference, maybe because those are gaming keyboards and they arent loaded soon enough by the tab, or maybe it crashes before keyboard loading.
Tried then to install ADB using post
http://forum.xda-developers.com/showthread.php?t=1155664
hoping i could use the USB cable to put the backup files back in place but when i plug the device into the windows host, it recognises an unavailable USB MTP device, whose properties say "Acer iconia tab a500" in the "signaled bus description"(translated from french display, may be something else in english)
I manually force added the Acer ADB interface, but both the devices are unavailable to windows, with a warning sign, stating "this device cannot start (code 10)"
"Adb shell" answers "Error:device not found",which is expected, as windows can't see the devices properly
the strange thing is that, with USB plugged from A500 to PC, the Android with exclaimation stays forever, while without the cable, the system boot-loops
so i'm at this point :
i have a boot looping device, and the backup of the modified files on an USB key, and no way to put them back on device.
I found on the forums a lot of different .imgs that could be put on the /system to reload the device but none with EMEA-CUS3. So if i overwrite the files, i can't go back
I read you need a SD card to patch the device but not all of them work...
And my only computer with a SD slot uses a big one, not micro one, so i also need an adapter to write on the sd card.
Is someone near me (belgium/postcode 4000) having a SD ward working with the device who could lend it or help me doing the job ?
else
i saw in a nearby store ad "Sigma SDHC 4Go" or "Sigma SDHC 8Go", with apparently an adaptor for a normal sized SD slot, can anyone confirm it works or it don't work for sure ?
else
Can anyone tell me an SD card know to work, and being sold currently with an adapter so i have a chance to find one in a store near me ?
Is there a way to create an update.zip that will only update the files i did overwrite ?
if not, has someone an image for the same system i have ?
Well... lots of questions, but i'm very worried, especially as the device is not mine and not working anymore atm.
-> update
Looking closer at the modem (Vodafone k3565) it has a trap that says "SD card" so i guess i won't need an adapter... still need the reference of a SD card known to work for the restoring.
[bump] and more :
this thread http://forum.xda-developers.com/showthread.php?t=834144
lists working SD cards, but don't tell with which device. i'd take the guess it applies to the iconia A500 and take the list to the shop to see if anyone is available...
Did you install the Acer USB driver, found here? http://www.acer.co.uk/ac/en/GB/content/drivers
You might need to go into device manager after installing and right click/update drivers on the tablet, then manually direct it to the Acer driver folder. That's what I did, then ADB worked.
Haemdaer said:
Well as said in the video, i reuse an existing thread about bootloop...
I'm stuck in a bootloop with an iconia A500... but let's look at the steps that got me there...
The First mistake was to answer yes to my friend who asked me to connect his Vodafone k3565 to his iconia A500, but as i read Android was linux based and i did use linux a lot as a student, i didn't even imagine it could go wrong...
Tablet was stating to run :
Android 3.1
Bernel 2.6.36.3-00009-9dddf6f2
Build 4.015.05-EMEA-CUS3
i did root with iconia root 1.3
then added Busybox and a terminal program.
reboot, try a SU and could access the devices
Here is the second mistake... i should have wondered how to restore to normal state before starting, because i don't have any SD card that suit the device ( mine are normal sized ones, you know.. Stamp sized :/ )
Then i got to the thread
http://forum.xda-developers.com/showthread.php?t=1058846&page=7
and i used an usb key to transfer it to the device, but before applying the files i took a look to them and found 3 of them would overwrite actual system files, so i did a backup of them :
/system/build.prop
/system/etc/apns-conf
/system/bin/rild
and looking at the build.prop i saw differences in the values of the one on the A500 and the one in the package so i decided to get only the missing lines from the new system.zip file and add them to the original file
And here is the 3rd mistake, and i guess the reason of the problem : i did that merge on a windows computer, and i fear it did add those pesky CRLF at the end of lines, turning my build.prop into a build.prob(lem).
I'm not sure, as i didn't check before it was too late.
rebooted and... boot loop, with 1 times out of 2, the little android with yellow triangle and exclamaition mark.
Cried, runned in circles, then looked on forums to find a solution.
Reboot with Power+Volume gives :
"Erasing cache before SD update...
SD update cmd:recovery
--update_package=sdcard:update.zip
Booting recovery kernel image"
Then i get the android with gears for a few seconds, then below him is a bar like the one in the android store when you download a file, then half a second later, again the exclaimation mark.
I also tried plugging a keyboard to hit the home key...
( in fact two : Logitech G110 and trust easy scroll silverline )
no difference, maybe because those are gaming keyboards and they arent loaded soon enough by the tab, or maybe it crashes before keyboard loading.
Tried then to install ADB using post
http://forum.xda-developers.com/showthread.php?t=1155664
hoping i could use the USB cable to put the backup files back in place but when i plug the device into the windows host, it recognises an unavailable USB MTP device, whose properties say "Acer iconia tab a500" in the "signaled bus description"(translated from french display, may be something else in english)
I manually force added the Acer ADB interface, but both the devices are unavailable to windows, with a warning sign, stating "this device cannot start (code 10)"
"Adb shell" answers "Error:device not found",which is expected, as windows can't see the devices properly
the strange thing is that, with USB plugged from A500 to PC, the Android with exclaimation stays forever, while without the cable, the system boot-loops
so i'm at this point :
i have a boot looping device, and the backup of the modified files on an USB key, and no way to put them back on device.
I found on the forums a lot of different .imgs that could be put on the /system to reload the device but none with EMEA-CUS3. So if i overwrite the files, i can't go back
I read you need a SD card to patch the device but not all of them work...
And my only computer with a SD slot uses a big one, not micro one, so i also need an adapter to write on the sd card.
Is someone near me (belgium/postcode 4000) having a SD ward working with the device who could lend it or help me doing the job ?
else
i saw in a nearby store ad "Sigma SDHC 4Go" or "Sigma SDHC 8Go", with apparently an adaptor for a normal sized SD slot, can anyone confirm it works or it don't work for sure ?
else
Can anyone tell me an SD card know to work, and being sold currently with an adapter so i have a chance to find one in a store near me ?
Is there a way to create an update.zip that will only update the files i did overwrite ?
if not, has someone an image for the same system i have ?
Well... lots of questions, but i'm very worried, especially as the device is not mine and not working anymore atm.
-> update
Looking closer at the modem (Vodafone k3565) it has a trap that says "SD card" so i guess i won't need an adapter... still need the reference of a SD card known to work for the restoring.
Click to expand...
Click to collapse
The reason "some" SD cards don't work is down purely to formatting. Normally, reformatting them in an Android phone sorts it out. Not always, but normally. Don't worry about the GEN3 stuff too much, it's just regional variations anyway... More important to get the tab working again, no?
Yes i did ( on 2 different computers, just to be sure )...
and still the device is not recognised as "adb device".
Windows shows a "USB MTP Device"
Tried to manually add the "ACER Composite ADB Interface" and "ACER Fastboot Interface" to the installed peripherals, it shows with yellow exclaimation mark, never shows up running.
Without any useable answer about one week later, i did buy a Traxdata 2Gb SD card with adapter ( the cheapest i found with an adapter from micro SD to normal SD ) and flashed with the Emea_Gen3 ROM from http://forum.xda-developers.com/showthread.php?t=1113878.
Now the tablet works, but is telling me 4.010.42-COM-GEN1 instead of the previous 4.015.05-Emea-Cus3.
Seems to work correctly, so i go on with the modem connexion.

failed rooting, glowlight not working. HELP!

Guys, I had quite bad experience rooting my glowlight nook with touchnooter . Basically messed smth up so it couldn't start (just kept flashing). didn't save my back up. had to do unrooting with the software 1.1 that I guess was from nook without glowlight. Unrooting went fine, but the glowlight function is not working anymore. does anyone know how to solve this or could give me a link to download the proper software? thanks!
dukenookem said:
Guys, I had quite bad experience rooting my glowlight nook with touchnooter . Basically messed smth up so it couldn't start (just kept flashing). didn't save my back up. had to do unrooting with the software 1.1 that I guess was from nook without glowlight. Unrooting went fine, but the glowlight function is not working anymore. does anyone know how to solve this or could give me a link to download the proper software? thanks!
Click to expand...
Click to collapse
you should read the instructions better next time...
but making errors is human and you have a cool nick
I'll hopefully receive my glow in two weeks and I'll upload my backup then
You should make an effort to salvage your personalized data in /rom.
There is all the info in the p2 partition (/rom).
There is also a backup copy in the p3 partition (/factory) as rombackup.zip
You might do this with noogie or CWR and ADB.
Zorkman said:
you should read the instructions better next time...
but making errors is human and you have a cool nick
I'll hopefully receive my glow in two weeks and I'll upload my backup then
Click to expand...
Click to collapse
I could use that backup too, to revive my nook =)
I have an open thread here with all the efforts done so far http://forum.xda-developers.com/showthread.php?t=1805936
Nook Glow Backup Image
I have a backup image of a NSTG that I am uploading right now ... and looks like it just finished. Here it is:
dl[dot]dropbox[dot]com/u/98836278/nook-glow-backup.img
When you have the image downloaded follow these instructions:
blog[dot]the-ebook-reader[dot]com/2012/05/02/how-to-backup-and-restore-nook-glow-and-nook-simple-touch/
As a new user I am not allowed to post outside links.
Downloading, thank you so much!!!
I'll post again with the results...
YES, YES, YES, YES !!!!!!
leadbella thank you a million times!!
I downloaded the image, and wrote it ot my nook.
By the end of the operation, which took some 9 minutes or so, the process ended abruptly:
error 27 writing to disk at sector 3825664
I opted to ignore it and reboot the nook, just to see what happened. The nook booted alright.
I then booted in CWR and replaced /rom with the contents of my own nook /rom which I had salvaged.
I then booted again, and performed all the process flawlessly.
So far I have registered the device again (no error here since /rom contains my sensitive data. Don't know if it would work if the data was from the original image, since MAC address, device SN and some other parameters would not match), loaded a couple of books and started reading again.
Just in time for another one week shift (leaving tomorrow)
Leadbella you saved my..... nook =)
Thank you, I owe you one.
No problem at all. Looks like it worked for srgarfi ... dukenookem please let me know when you have finished downloading the image. I need to use my dropbox for other things at some point, but I can keep it in there until you finish downloading the image. If the image link above no longer works and anyone needs a copy of this image feel free to send me a message and I will try to post it back up.
The image is from a just out of the box NSTG with no information and nothing added to it.
leadbella said:
No problem at all. Looks like it worked for srgarfi ... dukenookem please let me know when you have finished downloading the image. I need to use my dropbox for other things at some point, but I can keep it in there until you finish downloading the image. If the image link above no longer works and anyone needs a copy of this image feel free to send me a message and I will try to post it back up.
The image is from a just out of the box NSTG with no information and nothing added to it.
Click to expand...
Click to collapse
Thanks Leadbella. Downloaded the backup. Tried to follow the instructions, but the size of you file is almost 2 gb, too large for my microSD. Didn't expect the backup file to be that large. gonna go look for a larger sd card.
Renate NST said:
You should make an effort to salvage your personalized data in /rom.
There is all the info in the p2 partition (/rom).
There is also a backup copy in the p3 partition (/factory) as rombackup.zip
You might do this with noogie or CWR and ADB.
Click to expand...
Click to collapse
That totally didn't make any sence to me. Sorry for my ignorance. Are there any instructions to follow? thanks.
Could not register
Hey leadbella, thanks for uploading the backup image. I downloaded and worte it to my nook STG. However, I couldnt get pass the setup process. Everytime I reach the log in menu, it will have the error logging in msg. Do you know what might be wrong?
Zaotr0pe said:
Hey leadbella, thanks for uploading the backup image. I downloaded and worte it to my nook STG. However, I couldnt get pass the setup process. Everytime I reach the log in menu, it will have the error logging in msg. Do you know what might be wrong?
Click to expand...
Click to collapse
You should have saved your /rom files before ovewritting your nook with leadbella's image.
And I'm afraid there not anything you can do to recover your unique /rom files for your nook now.
Oh, I was concerned that Leadbella had posted an unedited backup...
so, what is going on?
first: if a post about partitions isn't comprehensible to you yet -- you probably shouldn't root your device until you do enough reading that you understand it a bit.
Putting leadbella's file onto an SD card probably won't work as a way to restore; when I recover from an image, I use a usb cable and write from my computer to my device.
Leadbella seems to have taken a complete backup image from the device - this will include the important /boot and /system partitions (which is good) but will also include the /rom partition, which unfortunately is unique to every device.
So, if you restore from that image and don't have access to your own /rom partition or recovery image, you're going to wind up attempting to register a second copy of Leadbella's Nook to your account. Fortunately for Leadbella, that won't work.
Now, what can you do to repair and get a corrected nook which can be registered?
I'm going to try an experiment - I'm going to start by backing my device up in its current state.
(I do this by making a Noogie disk
Booting from Noogie
Connecting to my computer
using the command dd if=/dev/sdX of=/dev/currentnookglow.img bs=1M
where X is the number of the device that pops up when I connect my NSTG to the USB port.)
That requires linux; if you don't have linux, you can install VMWare Player (Free) and then install linux in that.)
What I'm going to try doing:
- back my system up
- image with Bella's file
- delete the file /rom/devconf/MACAddress from the imaged device
- reboot the device
- see if I can now see the real, physical MAC address, either on the device (unlikely) or on my router (likelier)
If I can see the MAC address, recreate the file with the correct values for Mac and also create a correct file for serial number /rom/devconf/SerialNumber
Boot, and see if the device is registerable to my account.
BUT: right now, BN has blown out the Nook Touch register/deregister/register process. So I can't do the test until they fix that.
And if it does work, anyone trying it will need
- the noogie disk
- linux
For windows users, maybe, but I have not tried:
- a clockwork boot disk
- functioning ADB able to connect to your clockwork-booted device
(Some clockwork boots support ADB; some do not.)
as roustabout explains, you can write Leadbella's image to your nook (if in windows use win32diskimager or diskimage) and then take a look at the contents of /rom.
The fix the contents of macaddress and serialnumber, but only if you plan to use the nook with B&N services fix the rest of the necessary files.
If you just plan to use your nook as a standalone reader (yes, why not?) once registered you can just ignore the contents of /rom (at least until the next software update).
leadbella said:
I have a backup image of a NSTG that I am uploading right now ... and looks like it just finished. Here it is:
dl[dot]dropbox[dot]com/u/98836278/nook-glow-backup.img
When you have the image downloaded follow these instructions:
blog[dot]the-ebook-reader[dot]com/2012/05/02/how-to-backup-and-restore-nook-glow-and-nook-simple-touch/
As a new user I am not allowed to post outside links.
Click to expand...
Click to collapse
These links are both no longer available. Can someone post them to a mirror?
I'd really appreciate reup as well, since my backup is not working and I need to restore my NSTG.
before restoring from someone else's img, remember to salvage your own /rom partition since these files are unique to each device and you'll need them to register your nook prior to starting reading.
That said I can upload that IMG, but what's the best choice to do so? Any of the many filesharing services? Dropbox ? Google Drive?
require those images
Hi srgarfi, is it possible for you to please upload those images... i need them...
Please reupload the backup. I could really use it too.
the image I used, originally shared by LeadBella (thanks again!) is here:
https://www.dropbox.com/s/xikkjs627s9mw2r/nook-glow-backup.img
Remember to save your /rom files before applying the backup or you won't be able to register your nook on B&N to start reading.

QD 9008 FIX!! Tested on LG-V410(G Pad 7.0 US ATT)

I am beyond ecstatic, after 3 months of research, trial and error, I fixed my tablet!!
I am pleased to announce a fix to the dreaded QDLOAD 9008 brick! I've written this tutorial on the one tablet experimented on (LG-V410 aka Gpad 7.0 LTE US ATT), but I'm pretty certain others may find this helpful to other qualcomm msm based devices.
Background: I maintain that I can fix anything I break so I did the worst thing and corrupted the data on my LG GPAD LTE 7.0 (V410). As a result the tablet wouldn't go into any mode, no lights, even when charging, no screen image or light, nothing. When I plugged it into my computer, it wasn't even recognized, windows told me the device was having a problem. After a little experimentation I got it recognized (held power while connected to power cycle) by the computer as "QD BULK". Further research I found some drivers for Qualcomm devices and got the computer to recognize it as "QDLOADER 9008". I thought this was great news but from there got no where. I tried qpst, qfuse, hyperterminal, LG B2C, LG SUPPORT TOOL, EFS Professional, miflash, blankflash, etc... everything I tried got me nowhere. After 3 months, It is now fully operational and apparently CARRIER UNLOCKED, talk about a pot of gold at the end of a rainbow!!
WORD OF WARNING: This is not a simple matter, 9008 most likely means your Grand Partition Table is corrupted, and the poor thing doesn't have a clue how to function. My method is NOT GUARANTEED in any way, I will not be responsible if you turn your paper weight of a device into permanent paper weight or half functioning paper weight etc...PROCEED WITH CAUTION, this is not for the feint of heart nor a simple fix!! You've been warned!
PreRequisites:
-Windows (for expanding the KDZ) (there may be a linux alternative to LGFirmwareExtract)
-Linux and some basic experience with dd and navigating the terminal (I used ubuntu) --(again, nearly everything I'm about to explain can probaly be translated to another os.)
-KDZ for your device. http://forum.xda-developers.com/g-pad-10/general/kdz-lg-g-pad-7-0-v410-t3224867
-Replacement aboot and boot (see attached)
-KDZ Extractor ---http://forum.xda-developers.com/showthread.php?t=2600575
-TWRP http://forum.xda-developers.com/g-pad-10/development/recovery-twrp2-8-5-0lgv400-410-t3049568
-Fasboot and ADB http://forum.xda-developers.com/showthread.php?t=2588979
-A modified rom like Cyanogen mod etc... http://download.cyanogenmod.org/?device=v410
-16GB microsd card + a way of directly writing to it (i.e. usb card reader etc..) a second one is helpful but not required.
-Most important, Patience, beer, more patience, and more beer...
To teach a man to fish, some pertinent understanding: First thing to understand is how your main board works. Personally I disassembled my device and cross referenced every chip to do this, Good news is you don't have to. When power goes to the device, the SoC (system on a chip) looks to built in storage media for booting instructions (think low level here) and that in turn fires up everything else and then loads your kernel etc... You may be aware, there are two different types of computer systems out there, the old method used a BIOS, and the current uses UEFI. Older machines, when power was given to the system, the BIOS was responsible for firing up peripherals and finding the bootloader etc... UEFI (Unified Extended Firmware Instruction) however, relies on firmware on storage media to do all that.
For example, an x86 PC with a bios, when power is given to the board, the bios runs the show, testing equipment and waking up devices, then when it's ready, it looks to external media for a little magic byte at the end of the first sector of that media to indicate that it is bootable and in turn will boot (let those instructions take over). This style of booting media is called MBR or Master Boot Record.
Modern machines and most mobile devices use GPT or global partition table. There are quite a few advantages to GPT one primary being the possibility of many many more primary partitions, (MBR was very limited). The GPAD 7 LTE has 34 partitions to put things in perspective. When your device is stuck in 9008 mode, it is because it doesn't have a clue how to boot, most likely your GPT is corrupted. Fortunately, at least with the Gpad 7.0 this information does not have to be on the onboard internal memory chip. For this fix we will be constructing an sdcard to have all this info to get into a mode capable of writing to the emmc.
Without Further Ado, Here are the steps:
]PLUG THE TABLET INTO A CHARGER while you do the following (you may think it's been off and fully charged, but in reality it's probably been trying to boot over and over again while looking lifeless)
1.) Get the KDZ for your device (stock firmware)
2.) Extract the DZ using LGFirmwareExtractor
3.) Extract all the .bin files from the DZ using LGFirmwareExtractor
3b.) V410 US LTE ONLY - Replace aboot and boot with the files I attatched --I was fortunate enough to back them up before I hosed my tablet and they proved invaluable as the ones in the KDZ I linked to were causing strange graphic issues.
4.) open a terminal in linux and dd the sdcard with the file you extracted called "PrimaryGPT...."
I.E. "sudo dd if=/PATHTODZFILES/PrimaryGPT_0.bin of=/dev/sdx" (BE CERTAIN of the of= path, you can find yourself with more problems if you get that wrong) (run "sudo fdisk -l | less" first to verify what your sdcard's path is.)
This is where it gets tedious...:
5.) Do some hand stretches and start charting all 34 partitions on paper. Your sdcard is now partitioned with GPT and you need to know the name of each partition and its path. I.e. ("Partition name: LAF Located at /dev/sdXx")
6.) now for the fun part: dd every .bin to the corresponding partition EXCEPT: laf.bin and any of the system_xxxxx.bin files. (laf disables fastboot and the next step will bring you to a useless LG firmware download mode)( I.e. sudo dd if=/PATHTODZFILES/laf_xxx.bin of=/dev/sdXx) If some fail out, don't fret too much, I'm currently uncertain which ones are required and don't feel like corrupting my tablet again to figure that out. If the next step doesn't work you may need to revisit this step and ensure everything was accurate. It's easy to write down the wrong location for a partition and throw everything off
7.)Unmount your sdcard and put it in the tablet
8.) Press and hold power and volume up...If all went well, there is suddenly life to your paperweight!! Congratulate yourself and prepare for more fun... If nothing happened, revisit the above steps, more than likely something got flashed to the wrong partition.
9.)Now that you have fastboot, plug your tablet into the computer and use the following command: "fastboot boot TWRP.img" (or whatever the name or path is for your downloaded TWRP image.
10.) You should now be in TWRP and now your device is ADB ready, we are close to the home stretch...
11.) Now we need to load up an sdcard with all those dz files (except for laf and system images) and the custom rom like cyanogen mod. (if you only have the one sdcard you can unmount it and remove it while the table is in TWRP...crazy right?, if you opt for this, reformat the sdcard to ext or fat or whatever you please so the tablet can see all the bin files) Then put the sdcard into the tablet. You may need to remount the card in twrp before proceeding...
12.) Now from your computer type the following command "adb shell".
13.) now just like you did with the sd card dd PrimaryGPT_0.bin to the internal memory card, with the following command: dd if=/sdcard/PrimaryGPT_0.bin of=/dev/block/mmcblk0
14.) Grab the paper you wrote all the partitions down on and start doing the same thing you did to the sdcard to your tablet. You'll adjust the following command accordingly: "dd if=/sdcard/PARTITIONNAME.bin of=/dev/block/mmcblkpX (X being the partition number)
(again skip all system bin's and laf_xxxx.bin. Flashing laf disables fastboot on LG devices.)
15.) now time to install your custom rom, go through the prompts, clear your cache, and delvik cache and choose power off.
If all went well, you now have a tablet again, that's unlocked too!!!!! If not, don't lose faith, revisit the steps and ensure you didn't mistype or overlook something, this is so tedious it's easy to do. For instance, if you mistype your of=xxx it will create the file instead and give no error.
Post with your success stories, questions or difficulties and I'll try to help.
Yours Truly,
TheKiln
UPDATE/WARNING: Do not at any time under any circumstances dd directly from your host computer to the internal memory on your tablet, only do this via the asb shell. This may render a mode that I have not yet found a fix to, I will be working on it soon but from initial observation may be more complicated then the above instructions. With any invasive hacks like this tutorial there is always the possibility of making matters worse, so exercise caution and patience.
Quick Update/Revision : I am actively experimenting with this device and wanted to share that if your sbl1 and sbl1b partition is corrupt I have confirmed it will also cause 9008 mode. Therefore, it may be best to determine if the table is corrupt (try "parted /dev/block/mmcblk print"), and if not instead of wiping rewriting mmcblk0 try restoring sbl1 and sbl1b first. The V410 boots in the following order from what I can tell slb1->aboot->boot->system. So far I haven't found a downside to my prior instructions but to be less invasive just in case it might be wise to try this amendment.
I know my grand partition is corrupt, because after doing fastboot erase, basically everything, it came up as /dev/sdb. In a panic, I had deleted all the partitions, so now obviously my emmc storage is one big formated 16gb HD that cannot be seen in windows or linux no longer.
I just tried your method, found this post by doing a google search for:
sudo dd if=PrimaryGPT_0.bin
Had been doing just this, including the laf and many other ways. Am still getting the same thing though when putting the sdcard in the tablet, shows a 0% battery.
with the sdcard in the tablet I do get:
Bus 003 Device 063: ID 05c6:f006 Qualcomm, Inc.
Then after a few minutes, leaving it plugged into the USB I get:
Bus 003 Device 058: ID 1004:61a1 LG Electronics, Inc.
Also, with the sdcard in I do get KDZ_FW_UPD_EN to start updating but then get a perimeter error.
bethnesbitt said:
I know my grand partition is corrupt, because after doing fastboot erase, basically everything, it came up as /dev/sdb. In a panic, I had deleted all the partitions, so now obviously my emmc storage is one big formated 16gb HD that cannot be seen in windows or linux no longer.
I just tried your method, found this post by doing a google search for:
sudo dd if=PrimaryGPT_0.bin
Had been doing just this, including the laf and many other ways. Am still getting the same thing though when putting the sdcard in the tablet, shows a 0% battery.
with the sdcard in the tablet I do get:
Bus 003 Device 063: ID 05c6:f006 Qualcomm, Inc.
Then after a few minutes, leaving it plugged into the USB I get:
Bus 003 Device 058: ID 1004:61a1 LG Electronics, Inc.
Also, with the sdcard in I do get KDZ_FW_UPD_EN to start updating but then get a perimeter error.
Click to expand...
Click to collapse
Ive seen the exact mode you are referring to. Three possibilities:
1.) unplugged, hold down the power button for 30 seconds (or less if fastboot comes up)
2.) your sd card does not have all the necessary partitions to boot (which i just confirmed are specifically rpm, rpmb, tz, tzb, sbl1, sbl1b, PrimaryGpt(has to be done first), aboot and abootb)
3) They didn't dd quite right. from my active testing Ive found if you script the dd'ing it doesn't quite flash right, unless you add a delay after each step.
Its actually a very good sign you are seeing the 0% battery logo, sounds like you are almost there. Let me know what happens. Ill be happy to help guide you. Ive dedicated my v410 as a dev board so Im constantly running tests and reverse engineering it.
The 0% only shows up with the sdcard in, after I remove it, nothing. Tried wall charging it all night, that did nothing.
My theory is that if there was some way to mount the raw emmc and dd the primarygpt.bin to the raw emmc hd then the rest would be not problem.
I deleted the original EMMC partitions in gparted under linux after doing an erase fastboot -w laf, system, etc... something like that. After that the tablet did not show up again in gparted as soon as I unplugged it.
Right now I'm zero dd'ing my 16gb sd card, dang dd'ing seems to glue the partitions to the sdcard, If I try to fdisk the sdcard or delete the partitions using gparted, as soon as I dd the primarygpt.bin the old files reappear. Need to start fresh with 0s to the card.
In windows I can actually install specific lg drivers while in qualcomm hs_usb 9008 mode. The interesting thing with the sdcard in I can install the LG Android Net USB serial driver, which will not work while in 9008 mode.
bethnesbitt said:
The 0% only shows up with the sdcard in, after I remove it, nothing. Tried wall charging it all night, that did nothing.
My theory is that if there was some way to mount the raw emmc and dd the primarygpt.bin to the raw emmc hd then the rest would be not problem.
I deleted the original EMMC partitions in gparted under linux after doing an erase fastboot -w laf, system, etc... something like that. After that the tablet did not show up again in gparted as soon as I unplugged it.
Right now I'm zero dd'ing my 16gb sd card, dang dd'ing seems to glue the partitions to the sdcard, If I try to fdisk the sdcard or delete the partitions using gparted, as soon as I dd the primarygpt.bin the old files reappear. Need to start fresh with 0s to the card.
In windows I can actually install specific lg drivers while in qualcomm hs_usb 9008 mode. The interesting thing with the sdcard in I can install the LG Android Net USB serial driver, which will not work while in 9008 mode.
Click to expand...
Click to collapse
The 0% comes up when your sdcard is inserted because you are close to getting it done. You're going to have your computer running all night on the zero'ing but I can assure you that will be in vein. The whole point of this tutorial is so you can get into a mode in which you can flash the emmc. I can tell you are a little lost in the steps so pm me and I'll help you out. Also a word to the wise, you can try all you want with windows and the 9008 drivers, but seriously there is nothing out there specific to the v410 thats going to help you "engage" the 9008 mode. Not being stubborn I've just literally tried it all. If it's any credit I am clinically OCD. I can't sleep till I figure things out.
Finally, I see a hope is shining here!
I bricked my LG VK810, when I was trying to flash twrp, I refered to v500 pad instead and I flashed wrong img files (aboot, boot, sb1, sb2, sb3, tz & twrp.img) "only those 6 files" so I only need to replace those with the correct files, which I downloaded now.
I do not have Ubuntu, however I have CentOS, which i have not used for couple of years, so I forgot how to use it. also do I still need to use the LG Firmware Extractor?
please help
thekiln said:
This is where it gets tedious...:
5.) Do some hand stretches and start charting all 34 partitions on paper. Your sdcard is now partitioned with GPT and you need to know the name of each partition and its path. I.e. ("Partition name: LAF Located at /dev/sdXx")
6.) now for the fun part: dd every .bin to the corresponding partition EXCEPT: laf.bin and any of the system_xxxxx.bin files. (laf disables fastboot and the next step will bring you to a useless LG firmware download mode)( I.e. sudo dd if=/PATHTODZFILES/laf_xxx.bin of=/dev/sdXx) If some fail out, don't fret too much, I'm currently uncertain which ones are required and don't feel like corrupting my tablet again to figure that out. If the next step doesn't work you may need to revisit this step and ensure everything was accurate. It's easy to write down the wrong location for a partition and throw everything off
Click to expand...
Click to collapse
Please please please help, how to do those steps!
nmnm4alll said:
Please please please help, how to do those steps!
Click to expand...
Click to collapse
I am not certain exactly which partitions have to be flashed, the attached note I made was from what I can tell so far. I was simply noting that it may be best to try one partition at a time vs doing them all at once, it is at your own descretion. So as far as listing the partitions, I'm not familuar with the centos distro but in Ubuntu it is something to the effect of fdisk /dev/sdb -l or gdisk /dev/sda then p. I hope that answers your question, If not please be more specific to your exact question.
thekiln said:
I am not certain exactly which partitions have to be flashed, the attached note I made was from what I can tell so far. I was simply noting that it may be best to try one partition at a time vs doing them all at once, it is at your own descretion. So as far as listing the partitions, I'm not familuar with the centos distro but in Ubuntu it is something to the effect of fdisk /dev/sdb -l or gdisk /dev/sda then p. I hope that answers your question, If not please be more specific to your exact question.
Click to expand...
Click to collapse
Thank you very much for your response, I am sorry I have never flashed partitions before, sbut I noticed gparted is not on CentOS, so I downloaded Puppy precise Linux as I was able to find gparted and I tried using it as shown in this video, https://www.youtube.com/watch?v=6z1Tu9l8WNc
But I am confused now about how big and what are the formats for the 34 partitions which need to be created?
nmnm4alll said:
Thank you very much for your response, I am sorry I have never flashed partitions before, sbut I noticed gparted is not on CentOS, so I downloaded Puppy precise Linux as I was able to find gparted and I tried using it as shown in this video, https://www.youtube.com/watch?v=6z1Tu9l8WNc
But I am confused now about how big and what are the formats for the 34 partitions which need to be created?
Click to expand...
Click to collapse
Flashing PrimaryGPT_0.bin will automatically create the partitions. Flashing the individual partitions will give each partition the data needed. There should be no need to manually create partitions, if no partitions show up in gparted, the problem goes back to primarygpt, as that is the partition table.
I am not quite sure what you mean by:
thekiln said:
5.) Do some hand stretches and start charting all 34 partitions on paper. Your sdcard is now partitioned with GPT and you need to know the name of each partition and its path. I.e. ("Partition name: LAF Located at /dev/sdXx")
Click to expand...
Click to collapse
how to can I get the Partition names?
Edit: I finally was able to get Ubuntu installed on my computer, so please instruct accordingly, sorry I have been googling everything you have mentioned in your OP with no luck!
Thanks in advance.
nmnm4alll said:
I am not quite sure what you mean by:
how to can I get the Partition names?
Edit: I finally was able to get Ubuntu installed on my computer, so please instruct accordingly, sorry I have been googling everything you have mentioned in your OP with no luck!
Thanks in advance.
Click to expand...
Click to collapse
For the names I like to use "parted /dev/sdb" then "print" (sdb being the location of the sd card, might be sdc, sdd, etc..)
thekiln said:
For the names I like to use "parted /dev/sdb" then "print" (sdb being the location of the sd card, might be sdc, sdd, etc..)
Click to expand...
Click to collapse
Thanks for the command line, I came up with this 36 partitions
https://www.dropbox.com/s/bw8nj317y3v7pw6/VirtualBox_Ubunto_05_01_2016_08_59_03.png?dl=0
now how do I know each partition's path?
you have mentioned "I.e. ("Partition name: LAF Located at /dev/sdXx")"
so do I type for example: "modem: LAF located at /dev/sdb1" (sdb1 is my sdcard's path)?
thekiln said:
6.) now for the fun part: dd every .bin to the corresponding partition EXCEPT: laf.bin and any of the system_xxxxx.bin files. (laf disables fastboot and the next step will bring you to a useless LG firmware download mode)( I.e. sudo dd if=/PATHTODZFILES/laf_xxx.bin of=/dev/sdXx) If some fail out, don't fret too much, I'm currently uncertain which ones are required and don't feel like corrupting my tablet again to figure that out. If the next step doesn't work you may need to revisit this step and ensure everything was accurate. It's easy to write down the wrong location for a partition and throw everything off
Click to expand...
Click to collapse
Those are the files got extracted from the DZ file
https://www.dropbox.com/s/z3ebiy4vvnsy9oo/Untitled.png?dl=0
and this is a screenshot in Ubuntu after copying the file on a 64 memory stick and mounting it
https://www.dropbox.com/s/gqn35n1npklq8ld/VirtualBox_Ubunto_05_01_2016_09_30_15.png?dl=0
Do I just type: "sudo dd if=/media/mike/MEMORY/aboot_153600.bin of=/dev/sdb1" and so on for all .bin files?
Please try to write command lines as I do not have experience with Linux
I'll be honest and blunt, if you do not have experience with linux, a simple keystroke mistake could wipe your entire computer. I can't in good conscience recommend touching dd if you're not familiar with it. Not trying to be condescending or anything just really dangerous tools we are working with here.
it have problem
wow !!! i can see the LG logo in my tablet !!!
but i can't run next step !!!
pushed power + volume up button but i never changed screen !!
This is written on the screen.
"boot certification verify"
please help me i copy 34 partition on SDcard after that what can i do? please answer , this does not work (( 8.) Press and hold power and volume up...If all went well, there is suddenly life to your paperweight!! Congratulate yourself and prepare for more fun... If nothing happened, revisit the above steps, more than likely something got flashed to the wrong partition.
Issue
Hello, I've successfully followed the tutorial until step 9. When i flash TWRP it reboots and comes back to the fastboot screen.
If I hold the vol+ button when it is booting, the download mode screen flashes for a second and then it comes back to the fastboot.
I haven't been able to to anything else and would be very grateful if someone could help me with this.
Apparently there is no bootloader so it is stuck
I attached a picture of my screen
LG G Pad 7.0 V400
Is there a way to unlock Qualcomm 9008 from LG V400?
Finally my dead tablet went into fastboot mode.
Except windows cannot find a fastboot driver and fastboot command can't locate the device either. Any suggestions?

How to fully backup my SATV PRO (2015) via ADB and FASTBOOT?

Hi, friends. I've just got my new SATV PRO 2015 and I'm going to revert it to linux development station for some python stuff. To do this I need to make a lot of work on unlocking bootloader, rooting, flashing, etc.
So I need a fully backup first. I know, I could make one with copying inner HDD, but I don't want to open Shield due to the warranty.
Are there any ways to backup all important partitions, files, data, IDs with use only of ADB and FASTBOOT? Maybe I can somehow copy the whole HDD to my 1TB drive without disassembly?
Thank you!
No. You need to backup your partitions (not entire hdd as that would not be practical) with tools like dd from Linux distro.
Sent from my Tapatalk beta Hub
If I helped hit the Thanks button. Follow Me! ~ Buy Me a Coffee ~ DroidMote user ~ Full Android for Shield TV and Nexus Player
armitagebron said:
Hi, friends. I've just got my new SATV PRO 2015 and I'm going to revert it to linux development station for some python stuff. To do this I need to make a lot of work on unlocking bootloader, rooting, flashing, etc.
So I need a fully backup first. I know, I could make one with copying inner HDD, but I don't want to open Shield due to the warranty.
Are there any ways to backup all important partitions, files, data, IDs with use only of ADB and FASTBOOT? Maybe I can somehow copy the whole HDD to my 1TB drive without disassembly?
Thank you!
Click to expand...
Click to collapse
It's really not a problem to open up the SATV and make a proper DD backup of the drive.
But, you should be able to boot linux L4T from the SD card or a USB key, and from there use DD to make the backup.
I'm just not sure that you have full access to the HDD from within that environment.
A friend of mine recently introduced me to Flashfire by Chainfire.
You can backup partitions from there too and apparently "TrustZone" is the relevant partition or just backup all the ones tagged as (protected partitions). I only have 16gb model but partition names should be the same.
The problem might be when you ever need to restore, if partition is writable and let you flash it. This needs to be tested to be 100% sure.
That app would be only for prevention for now
Sent from my Tapatalk beta Hub
If I helped hit the Thanks button. Follow Me! ~ Buy Me a Coffee ~ DroidMote user ~ Full Android for Shield TV and Nexus Player
Yeah, guys. You were right. I was not smart enough to figure it out. I'm not sure about booting in Linux, but I'm sure, Flashfire will work. But, if you've rooted the device. ADB backup -all works just with /data partition. So, I opened the shield and cloned the whole HDD.

Categories

Resources