[Q] Bricked HDX7 after edited Build.prop . How to save it? - Kindle Fire HDX 7" & 8.9" Q&A, Help & Troubleshoot

today i saw the nexus v1.1 rom and i followed the instruction
but i found a step need to edit build.prop
for convenient, i use build.prop.zip attached in http://forum.xda-developers.com/showthread.php?t=2582773
after replaced the prior one and rebooted, my device bricked
now it just can show the silver logo and then the screen black when i push power 20 seconds
Or boot into <Kindle Fire System Recovery>
i reset to factory defaults twice after it bricked
please help me, im not an american so i cannot send my device to Amazon
i tried adb but just show me that device not found.
what should i do now:crying:

12312412312 said:
today i saw the nexus v1.1 rom and i followed the instruction
but i found a step need to edit build.prop
for convenient, i use build.prop.zip attached in http://forum.xda-developers.com/showthread.php?t=2582773
after replaced the prior one and rebooted, my device bricked
now it just can show the silver logo and then the screen black when i push power 20 seconds
Or boot into <Kindle Fire System Recovery>
i reset to factory defaults twice after it bricked
please help me, im not an american so i cannot send my device to Amazon
i tried adb but just show me that device not found.
what should i do now:crying:
Click to expand...
Click to collapse
Follow the guide here for how to get adb to work.
Then do the following as it sounds like you didn't change the permissions of the build.prop after copying it.
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
chmod 644 /system/build.prop
then reboot and try again.
If you can't get adb mode working you won't be able to fix this.
good luck.

thanks for your helping
im trying it not
i tried your method but there still nothing different on pc
hdx still cannot get connect with pc

well
12312412312 said:
thanks for your helping
im trying it not
i tried your method but there still nothing different on pc
hdx still cannot get connect with pc
Click to expand...
Click to collapse
You have to uninstall the Microsoft drivers for your device before you can install the ADB drivers which will allow you to get ADBworking and make these commands. There's only a dozen or more threads already for this exact problem in the general and the troubleshooting section... And they all contain links for the drivers and explain how to uninstall Microsoft drivers etc...

Related

[Q] force atrix into usb bootloader?

ok, I've looked everywhere else but I haven't been able to find the answer. My friend was trying to put gingerbread on his atrix 4g (att) and the battery died halfway through. Now we borrowed a charged battery from a friend and now when ever we turn it on it says
SVF 105:1:2
failed to boot 0x1000
then waits a few seconds then flashes "starting hv flash recovery" then turns off. The hv part might be wrong. But no matter what I press the device will not go into usb bootloader for me to put a new sbf on
any help would be much appreciated. Thank you for your time
so you can't get into fastboot mode either?
How were you installing gingerbread?
turl1 said:
How were you installing gingerbread?
Click to expand...
Click to collapse
well when my friend was doing it it was rsd lite 4.6 i think
lifetaker said:
well when my friend was doing it it was rsd lite 4.6 i think
Click to expand...
Click to collapse
if you can only get into NVFlash mode, then i'm pretty sure that you're not gonna be able to fix it. i don't believe we have the nvidia flashing tools needed to get past this option.
Alcapone263 said:
if you can only get into NVFlash mode, then i'm pretty sure that you're not gonna be able to fix it. i don't believe we have the nvidia flashing tools needed to get past this option.
Click to expand...
Click to collapse
so what your telling me, is that under no circumstance, at all. there is no way to ever fix this phone. ever, in a million years. there is no way to force the phone into bootloader?
yea you need to charge the battery outside the phone then check the dev section there is a program just fir your situation!
A soft brick, in this case, is when you make a bad edit to your framework files and the phone won't fully boot and starts flashing a red LED at you.
There is one catch, you only get about 1-2min to do all of this before the phone reboots on its own. If that happens, do SuperOneClick steps again and continue where you left off. Better yet, build a script to do it all for you 
Power off your device
Enter Fastboot:
Hold Volume down + power until you see Fastboot at the top left
Use volume down to scroll down to "Early USB Enumeration" (only shows one item at a time, if you pass it, keep going down, up selects)
Press Volume up to select
Wait for ADB to enable, run "Shell Root" from SuperOneClick, wait until it says you have root.
Enter adb shell from command line, You should have root(#) access:
adb shell
Mount the system directory as read/write:
mount -o rw,remount /dev/block/mmcblk0p12 /system
Make a new directory on /data for your recovery files: (sdcard wont be mounted yet)
mkdir /data/recover
Exit adb shell:
exit
Push your known working files to the new directory:
adb push /path/to/local/file.ext /data/recovery
Enter adb shell from command line:
adb shell
Copy your newly pushed recovery files to their proper location:
cp /data/recover/services.jar /system/framework
cp /data/recover/framework.jar /system/framework
cp /data/recover/famework-res.apk /system/framework
Reboot:
reboot now
ltdanno360 said:
yea you need to charge the battery outside the phone then check the dev section there is a program just fir your situation!
A soft brick, in this case, is when you make a bad edit to your framework files and the phone won't fully boot and starts flashing a red LED at you.
There is one catch, you only get about 1-2min to do all of this before the phone reboots on its own. If that happens, do SuperOneClick steps again and continue where you left off. Better yet, build a script to do it all for you 
Power off your device
Enter Fastboot:
Hold Volume down + power until you see Fastboot at the top left
Use volume down to scroll down to "Early USB Enumeration" (only shows one item at a time, if you pass it, keep going down, up selects)
Press Volume up to select
Wait for ADB to enable, run "Shell Root" from SuperOneClick, wait until it says you have root.
Enter adb shell from command line, You should have root(#) access:
adb shell
Mount the system directory as read/write:
mount -o rw,remount /dev/block/mmcblk0p12 /system
Make a new directory on /data for your recovery files: (sdcard wont be mounted yet)
mkdir /data/recover
Exit adb shell:
exit
Push your known working files to the new directory:
adb push /path/to/local/file.ext /data/recovery
Enter adb shell from command line:
adb shell
Copy your newly pushed recovery files to their proper location:
cp /data/recover/services.jar /system/framework
cp /data/recover/framework.jar /system/framework
cp /data/recover/famework-res.apk /system/framework
Reboot:
reboot now
Click to expand...
Click to collapse
wont go into fastboot or i would have used that already
also i have a video of the phone. but i dont have enough posts to post the link. dont get mad mods
watch?v=XuV5A6mH-Qw
of course just post this at the end of a youtube url
lifetaker said:
also i have a video of the phone. but i dont have enough posts to post the link. dont get mad mods
watch?v=XuV5A6mH-Qw
of course just post this at the end of a youtube url
Click to expand...
Click to collapse
no, this is a hard brick to your Atrix. it's a nice paperweight now.
did you attempt to flash a froyo .sbf on a gingerbread Atrix?
Alcapone263 said:
no, this is a hard brick to your Atrix. it's a nice paperweight now.
did you attempt to flash a froyo .sbf on a gingerbread Atrix?
Click to expand...
Click to collapse
Alcapone263 said:
no, this is a hard brick to your Atrix. it's a nice paperweight now.
did you attempt to flash a froyo .sbf on a gingerbread Atrix?
Click to expand...
Click to collapse
it was the other way around. but now i guess ill sell it on ebay for $200. its still in perfect condition. lets see what happens. thanks guys
lifetaker said:
it was the other way around. but now i guess ill sell it on ebay for $200. its still in perfect condition. lets see what happens. thanks guys
Click to expand...
Click to collapse
Why would you sell a broken phone on Ebay and claim it's in perfect condition?
Sent from my MB860 using xda premium

[Q] Please help unbrick my prime (Brick 1a)

Hi comrades!
Ihave unlocked prime 32dock.
Yesterday I tried to flash the firmware KJY2010 Primalicious 9.4.2.21.
1) First, I installed the CWM 5.8.2.0 - successfully
2) rebooted several times - everything was OK. The factory firmware loaded.
3) Then I found the instructions KJY2010 Primalicious 9.4.2.21 - is successfully established.
4) The new firmware is loaded. I set up wifi, google account and decided to reboot.
5) After rebooting, I was constantly load in the CWM.
I go to instruction Brick 1a
adb give me this result:
Code:
c:\Tools>adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: device not found
c:\Tools>
I try 2 other Prime usb driver - result the same. (In device manager Asus transformer Prime set OK, whithout any warnings)
I try do this under Linux - result the same.
What else can i do in this situation?
I have backup image and i try do restore - result the same.
I try wipe data - result the same.
Please HELP.
See this thread to get your Prime recognized by adb:
http://forum.xda-developers.com/showthread.php?t=1426502
thanks
tedr108 said:
See this thread to get your Prime recognized by adb:
http://forum.xda-developers.com/showthread.php?t=1426502
Click to expand...
Click to collapse
big thanks.
I already tried this driver yesterday, but was inattentive. did not remove the old drivers first.
Who made ​​everything clear to the user manual (deleted the driver and rebooted the computer).
It worked! Thank you and the author of the driver! My tablet is restored.
I had this problem with my prime with it 1a bricked. so i tried it on my laptop instead of my desktop and was able to adb. Think my desktop needs a reimage but i was not in the mood to do it.
yurmala22 said:
big thanks.
I already tried this driver yesterday, but was inattentive. did not remove the old drivers first.
Who made ​​everything clear to the user manual (deleted the driver and rebooted the computer).
It worked! Thank you and the author of the driver! My tablet is restored.
Click to expand...
Click to collapse
FIXED!
Hiya mate, any chane you can write down your procedure if thats cool, ive got the exact same issue as you,
- ive deleted anything that looks like a driver pack from asus in my add remove program (im on xp)
- ive uninstalled the driver from the listing in the device manager (Android Phone > Asus Transformer Prime ADB Interface) which comes up when i hook up the tab while its in CWM
-restarted comp, connect my tab, point xp's driver install program to the universal naked driver folder
- all set, yet still getting the device not found
I have adb folder in C:\ directory
CMD into the run menu
CD change C:\
cd adb
adb shell
daemon not running. starting it now on port5037
daemon started successfully
error: device not found
Been looking around for a while now, pulling my hair out, a few snippets here and there, some have been successfull, but no detail on how they got it fixed
Out of all of them, your situation best describes the one im in at the moment, am i missing something?
Hoping you or anyone really, have a solution, and perhaps help anyone else who might get into a similar situation
By the way, for the record, my brick occured because i stupidly Factory/Reset using the ROMS ( Virtuous Prime/Stock kernel) menu, rather then CMW's Factory/Reset
Any help would be mucho appreciated
Edit: Sorry ive just realised how old the thread is, hope no one minds, if not
-Tried asus sync
-Tried pdanet?(is that right?) drivers
- Hoping for a solution that doesnt involve deleting internal sd card content as ive got 1 or two nand backups im in the process of streamlining, if thats possible that is
Edit 2
Ok, managed to get past the device not found part,
http://dottech.org/tipsntricks/2153...ows-computer-for-use-with-your-android-phone/
Installed another version of adb(link above, follow instructions), i guess the adb i was using was a dud
Edit 3
Fiiinaly fixed it, problem was adb, for anyone who might have similar symptoms try installing and following the instructions in the link just up there ^^^^
And to be thorough, follow the instructions written by Diamondback (option 1a)
http://forum.xda-developers.com/showthread.php?t=1514088
Heres the snippet, if Diamondback dont mind?
Once adb's installed correctly
Now do the following:
Make sure your Prime is in Recovery mode (CWM)
Open a cmd line on your pc
Type: "adb shell"
You should see a "#" now
Once you have that "#", please type: dd if=/dev/zero of=/dev/block/mmcblk0p4 bs=100 count=1 and press [Enter]
Now type: dd if=/dev/zero of=/dev/block/mmcblk0p3 bs=16 count=1 and press [Enter]
Exit the shell and reboot your Prime via CWM
It should not reboot to CWM automatically now. It either boots your ROM or is stuck at the splash screen. If it is stuck, boot to recovery and install any ROM you want.
There you go folks, if a noob like me can do it.......well, you get the idea

Allview Speed City tablet troubleshooting

Hello,
I have a Allview Speed City tablet, and after i installed root on it, i changed the dpi using an app..
(root thanks to mad_ady, root availible at http://forum.xda-developers.com/showthread.php?p=40740061#post40740061 )
After this, the tablet is stuck in a boot loop.
I tried to do a factory reset from recovery mode, but this didn't solved the problem.
(the tablet has only 2 buttons, power and home. The recovery can be accessed pressing and holding both buttons until the recovery boot).
I located the file where the dpi is changing, /system/build.prop , and tried to flash another file from Onda 701 ROM (a very similar tablet). I didn't managed to find the original file. Anyway, the flashing didn't succeeded, "instalation aborted" appeared on the screen.
I found on some forum a flashable zip with build.prop from another device, and i replaced the build.prop file with the one from Onda ROM, signed it with a tiny program and still fails.
What options do i have to replace/edit the build.prop file? Before bricking, the ADB was not turned on on the tablet, and i read that i cannot use the SDK (anyway don't know how to use it). I contacted Allview and they don't want to give me the ROM from the tablet. And so, i call anybody that can give me a backed up rom from the tablet, anyone who have the knowledge about AD ROMS and are willing to help me..
Thanks folks!
I installed ADB on my pc and tried to pull the build.system file from /system on tablet, but i get error:closed.. I tried to run this command with tablet in recovery/ apply update from ADB.. Why do i get this error? the device cannot recieve other commands than adb sideload?
Thanks..
this worked for me for full reset
crististan said:
I installed ADB on my pc and tried to pull the build.system file from /system on tablet, but i get error:closed.. I tried to run this command with tablet in recovery/ apply update from ADB.. Why do i get this error? the device cannot recieve other commands than adb sideload?
Thanks..
Click to expand...
Click to collapse
this has been done with the allview speed city
I had a simular problem...
here my solution, hold on and home button at the same time until the screen gets back
wait until you get the boot screen...
use both, 1. erase card and 2. media options...
then to be save I choosed the other option say something like for factory reset.
the I used the apply update from ADB...
the tablet shows the same screen for 5 or 6 minutes
after it booted normaly, but I still had some problems
and I used a needle for a reset...
after that the tablet worked fine
the only thing what I dont understand is why its still root
Thank you for this tutorial, but i solved my problem with warranty. Even so, i erased all cache, factory reset from recovery but still i had no access to system files, and factory reset didn't changed the build.prop (system settings) to defaults.
It's normal. build.prop is part of /system (and the su binary is installed under /system as well), and any changes you make to /system files are permanent until you flash a different firmware.

[GUIDE]How to Unbrick Phones Bricked Due To Chainfire 3D...

How to Uninstall Chainfire 3D on bricked Devices ...
Here is the solution
1. Connect USB cable and then restart your phone.Get your phone in Recovery Mode....
2. Check whether your device has been detected in the PC - Device Manager - Android ADB Interface.
2. Run "adb devices" - to make sure the phone drivers are ok (should output a long hex string and "device"). If Device Isn't Detected You need to install Adb Drivers... Download From: adbdriver.com
3. Run "adb shell" from command prompt. If $ came then Type SU. so it will automatically change to #. ( Means your phone rooted and you gain root permission to delete the Bloody CF3D driver from your phone.
*Tip*If You Get An Error Type "# mount -o rw,remount /system" - Press Enter.
4. Still in shell? Type "sh /cf3d_uninstall.sh"
*Tip*if sh /cf3d_uninstall.sh doesnt work , try 'sh /system/lib/cf3d_uninstall.sh" instead.
Phone will automatically reboot and will be ready.
Don't Forget To press Thanks.....
:victory::victory::victory::victory::victory::victory::victory::victory:
N'ayam Amarsh'e said:
How to Uninstall Chainfire 3D when bricked Device ...
Here is the solution
1. Connect USB cable and then restart your phone.Get your phone in Recovery Mode....
2. Check whether your device has been detected in the PC - Device Manager - Android ADB Interface.
2. Run "adb devices" - to make sure the phone drivers are ok (should output a long hex string and "device").
3. Run "adb shell" from command prompt. If $ came then Type SU. so it will automatically change to #. ( Means your phone rooted and you gain root permission to delete the Bloody CF3D driver from your phone.
4. (only for users which have ADB locked or get Operation not Permitted).Then type # mount -o rw,remount /system - Press Enter.
5. Still in shell "sh /cf3d_uninstall.sh"
if sh /cf3d_uninstall.sh doesnt work , try 'sh /system/lib/cf3d_uninstall.sh" instead.
Phone will automatically reboot and will be ready.
:victory::victory::victory::victory::victory::victory::victory::victory::victory:
Click to expand...
Click to collapse
I have my device bricked with Chainfire 3d but when I use adb devices it does not show anything and also it is in Recovery mode.
jxgreat said:
I have my device bricked with Chainfire 3d but when I use adb devices it does not show anything and also it is in Recovery mode.
Click to expand...
Click to collapse
Hi ,
Do You Turned ON USB DEBUGGING If Yes then....
I think you don't have ADB drivers installed... Here You Go - http://adbdriver.com/upload/AdbDriverInstaller.exe
IF NOT
Then I am sorry i can't help, also which phone do you have??
N'ayam Amarsh'e said:
Hi ,
Do You Turned ON USB DEBUGGING If Yes then....
I think you don't have ADB drivers installed... Here You Go - http://adbdriver.com/upload/AdbDriverInstaller.exe
IF NOT
Then I am sorry i can't help, also which phone do you have??
Click to expand...
Click to collapse
No I didn't.
I have Huawei Ascend Y320 U30.
So what should I do now? Through this mobile in junk? I just brought it couple of days ago.
My pc didn't detect any devices when I connecting asus memopad 8 in recorvery mode
is this will work with motorola razr d3 xt919 its bricked with chainfire and please can you give the link of what i neet for this thank you
---------- Post added at 09:48 AM ---------- Previous post was at 09:40 AM ----------
And yes i wiped dilveck cache and factory reset now what will happen please help me
N'ayam Amarsh'e said:
How to Uninstall Chainfire 3D when bricked Device ...
Here is the solution
1. Connect USB cable and then restart your phone.Get your phone in Recovery Mode....
2. Check whether your device has been detected in the PC - Device Manager - Android ADB Interface.
2. Run "adb devices" - to make sure the phone drivers are ok (should output a long hex string and "device").
3. Run "adb shell" from command prompt. If $ came then Type SU. so it will automatically change to #. ( Means your phone rooted and you gain root permission to delete the Bloody CF3D driver from your phone.
4. (only for users which have ADB locked or get Operation not Permitted).Then type # mount -o rw,remount /system - Press Enter.
5. Still in shell "sh /cf3d_uninstall.sh"
if sh /cf3d_uninstall.sh doesnt work , try 'sh /system/lib/cf3d_uninstall.sh" instead.
Phone will automatically reboot and will be ready.
:victory::victory::victory::victory::victory::victory::victory::victory::victory:
Click to expand...
Click to collapse
I have viewsonic vb734 tablet running gingerbread ROM , its a Chinese tablet. i have root access but I wasn't able find custom recovery , thats why i didn't made nandroid backup , so the thing is that I installed chainfire 3d and now I am stucked on boot loop without any recovery , Is there any way to fix it ? Thanks
heres the link of my device, http://forum.xda-developers.com/showthread.php?t=1393128
huzaifahaziz said:
I have viewsonic vb734 tablet running gingerbread ROM , its a Chinese tablet. i have root access but I wasn't able find custom recovery , thats why i didn't made nandroid backup , so the thing is that I installed chainfire 3d and now I am stucked on boot loop without any recovery , Is there any way to fix it ? Thanks
heres the link of my device, http://forum.xda-developers.com/showthread.php?t=1393128
Click to expand...
Click to collapse
You dont need a custom recovery you can do it with stock ones also
sir tnx for this guide it will help me to unbrick my galaxy y
Thanks
N'ayam Amarsh'e said:
You dont need a custom recovery you can do it with stock ones also
Click to expand...
Click to collapse
Okay, I Will try it .. thanks for the help
hello, please help me I also installed Chainfire 3D on my phone and now it is stuck on the booting screen. please tell what should i do? My device is Lava Iris 404e.
learner4 said:
hello, please help me I also installed Chainfire 3D on my phone and now it is stuck on the booting screen. please tell what should i do? My device is Lava Iris 404e.
Click to expand...
Click to collapse
Did you read post #1? Followed the steps? Should solve your problem.
PS: You can reflash your rom/firmware, it will for sure get rid of CF3D and this bootloop, too.
PS2: I googled your phone model, it runs Android 4.2. CF3D supports officially only 2.1 - 2.3.
Enviado de meu Nexus 4 usando Tapatalk
Yes i tried that step but it gives an error saying that directory not found. I also tried to find the stock rom for my device but its not there on any of the website.
Hey thanks! Now my phone is working. What i needed to do was that when i rebooted my device in recovery mod and plugged it in my pc, my device was not detected even when i installed latest drivers for my device. But when i rebooted my device in factory mode, it was detected so i was able to fix it.:laugh:
Can't access to adb shell
N'ayam Amarsh'e said:
How to Uninstall Chainfire 3D when bricked Device ...
Here is the solution
1. Connect USB cable and then restart your phone.Get your phone in Recovery Mode....
2. Check whether your device has been detected in the PC - Device Manager - Android ADB Interface.
2. Run "adb devices" - to make sure the phone drivers are ok (should output a long hex string and "device").
3. Run "adb shell" from command prompt. If $ came then Type SU. so it will automatically change to #. ( Means your phone rooted and you gain root permission to delete the Bloody CF3D driver from your phone.
4. (only for users which have ADB locked or get Operation not Permitted).Then type # mount -o rw,remount /system - Press Enter.
5. Still in shell "sh /cf3d_uninstall.sh"
if sh /cf3d_uninstall.sh doesnt work , try 'sh /system/lib/cf3d_uninstall.sh" instead.
Phone will automatically reboot and will be ready.
:victory::victory::victory::victory::victory::victory::victory::victory::victory:
Click to expand...
Click to collapse
I'm pretty sure that my device is detected. But when i type "adb shell", its says, ' /sbin/sh/' failed: permission denied <13>
What do i do? Please help guys!!
I just bricked my device need a stock rom of Alps GT-I9600 mt6572 device
I just bricked my device need a stock rom of Alps GT-I9600 mt6572 device
please someone help me. I'll be great full to you Thanks in advance....and sorry for bad english :crying:
Great Work - Favor to Ask
N'ayam Amarsh'e said:
How to Uninstall Chainfire 3D when bricked Device ...
Here is the solution
1. Connect USB cable and then restart your phone.Get your phone in Recovery Mode....
2. Check whether your device has been detected in the PC - Device Manager - Android ADB Interface.
2. Run "adb devices" - to make sure the phone drivers are ok (should output a long hex string and "device").
3. Run "adb shell" from command prompt. If $ came then Type SU. so it will automatically change to #. ( Means your phone rooted and you gain root permission to delete the Bloody CF3D driver from your phone.
4. (only for users which have ADB locked or get Operation not Permitted).Then type # mount -o rw,remount /system - Press Enter.
5. Still in shell "sh /cf3d_uninstall.sh"
if sh /cf3d_uninstall.sh doesnt work , try 'sh /system/lib/cf3d_uninstall.sh" instead.
Phone will automatically reboot and will be ready.
:victory::victory::victory::victory::victory::victory::victory::victory::victory:
Click to expand...
Click to collapse
Nice clear instructions - Ran into a problem - Believe the cf3d_uninstall.sh is corrupt and desperatly need a copy - Definite donation your way - Thanks!
j518 said:
Nice clear instructions - Ran into a problem - Believe the cf3d_uninstall.sh is corrupt and desperatly need a copy - Definite donation your way - Thanks!
Click to expand...
Click to collapse
Thanks to say but I don't take Donations But Can't give you the file now ... You can reequest someone to pull the file for you... or I think the file isn't corrupt something other is wrong... it generally doesn't happen or It never has happened...
jepoy75 said:
I'm pretty sure that my device is detected. But when i type "adb shell", its says, ' /sbin/sh/' failed: permission denied <13>
What do i do? Please help guys!!
Click to expand...
Click to collapse
This means your phone isn't rooted properly... that's why it shows error...
learner4 said:
hello, please help me I also installed Chainfire 3D on my phone and now it is stuck on the booting screen. please tell what should i do? My device is Lava Iris 404e.
Click to expand...
Click to collapse
Follow My guide....Simple???

Soft Bricked KFHDX 7 (Thor) and white and orange KF screen

I have a KFHDX 7 (thor) I was on 3.2.8 and installed safestrap. I installed 4.5.2 and had GAPPS on it. I ran into some issues with GAPPS. I removed some files and I also deleted the TWRP folder that had my backup since I was not using safestrap Somewhere along the line one of the things I did made the device bootloop. It is stuck on the white and orange Kindle Fire logo and the animation goes across. I have ADB and Root and have tried several ways to flash a .bin file. I have not been able to get it to work the closest I found was 5 steps :
1. Adb push kindleupdate.bin /data/local/tmp
2. adb shell
3. su
4. echo'—update_package=/data/local/tmp/kindleupdate.bin > /cache/recovery/openrecoveryscript
5. reboot recovery
After step 4 the command prompt makes adb show < and I nothing works at all. Not reboot recovery or exit everything I type just takes me back to <. I have seen people say a device can be recovered with ADB and Root. I would love any and all advice and options to restore my device. Thanks for taking the time to read and help.
What does the prompt look like after step 3?
It's shows a #
Okay. So it seems you do have root access. Did you try the verbose argument I mentioned in the other thread? If that works, it will tell you why it is not able to write the recovery script.
I tried that and it moved forward with the command and stuck the prompt at the same place I can take a screen shot if you would like to see it.

Categories

Resources