-
Help bringing MID9742-8 completely back to stock
Unfortunantly my sisters coby 9742-8 tablet touch screen went bad on her. I am attempting to put the tablet completely back to stock. Heres where I got stuck. When I use Traveller1701 bat file from his .zip found here
READ FIRST: Development Index and Root Utility
followed the directions to install the stock recovery, everything seems to be working right but the tablet does not reboot into recovery when the program calls for it. I have to choose reboot from the menu options after it finishes. Once I do that I turn the tablet back off and boot into the recovery and find that the cwm recovery is still present.
I tried this
via adb
adb push recovery.img /data/local/tmp/recovery.img
adb push install-recovery.sh /data/local/tmp/install-recovery.sh
adb push reboot-recovery /system/bin/reboot-recovery
adb shell
chmod 777 /data/local/tmp/install-recovery.sh
chmod 755 /system/bin/reboot-recovery
/data/local/tmp/install-recovery.sh
/system/bin/reboot-recovery
It is from vampirefo. post here
CW Recovery v6.0.1.1 for Coby 7042, 8042
I used a stock recovery.img instead but it still booted into cwm-recovery.
What am I doing wrong?
More information on the touch screen.
It was working fine than all the sudden out of the blue a line running horizontally the long way started pushing randomly along that line. I tried everything on the software side (stock rom custom rom different stock roms cleared dalvik factory reset cleared cash rerooted etc.) I pushed heavily around the border of the tablet but it did not seem to help. Something went wrong so I am just returning it via warranty thus why I want it completely back to stock. It acts up whether it is plugged in or not so not a voltage issue while charging.
Last edited by jmblouin; 11-19-2012 at 12:41 AM.
-
11-19-2012 12:35 AM
# ADS
Circuit advertisement
-
This seems like a hardware issue to me
-

Originally Posted by
jmblouin
Unfortunantly my sisters coby 9742-8 tablet touch screen went bad on her. I am attempting to put the tablet completely back to stock. Heres where I got stuck. When I use Traveller1701 bat file from his .zip found here
READ FIRST: Development Index and Root Utility
followed the directions to install the stock recovery, everything seems to be working right but the tablet does not reboot into recovery when the program calls for it. I have to choose reboot from the menu options after it finishes. Once I do that I turn the tablet back off and boot into the recovery and find that the cwm recovery is still present.
I tried this
via adb
adb push recovery.img /data/local/tmp/recovery.img
adb push install-recovery.sh /data/local/tmp/install-recovery.sh
adb push reboot-recovery /system/bin/reboot-recovery
adb shell
chmod 777 /data/local/tmp/install-recovery.sh
chmod 755 /system/bin/reboot-recovery
/data/local/tmp/install-recovery.sh
/system/bin/reboot-recovery
It is from vampirefo. post here
CW Recovery v6.0.1.1 for Coby 7042, 8042
I used a stock recovery.img instead but it still booted into cwm-recovery.
What am I doing wrong?
More information on the touch screen.
It was working fine than all the sudden out of the blue a line running horizontally the long way started pushing randomly along that line. I tried everything on the software side (stock rom custom rom different stock roms cleared dalvik factory reset cleared cash rerooted etc.) I pushed heavily around the border of the tablet but it did not seem to help. Something went wrong so I am just returning it via warranty thus why I want it completely back to stock. It acts up whether it is plugged in or not so not a voltage issue while charging.
make sure commands are going through, best if you just copy all your input and output from your cmd window.
we can't see what you are typing nor can we see what feed back you are receiving.
If you like my work buy me a coffee!!!
Donations Appreciated
Due to the overwhelming PM's that I receive, I am unable to answer all the questions and many questions are duplicates so PLEASE post all questions on this forum so I may better help you and any others who are having the same issues.
No PM's regarding windows questions will be answered, I am a Linux Guy.
-

Originally Posted by
jmblouin
Unfortunantly my sisters coby 9742-8 tablet touch screen went bad on her. I am attempting to put the tablet completely back to stock. Here's where I got stuck.
More information on the touch screen.
It was working fine than all the sudden out of the blue a line running horizontally the long way started pushing randomly along that line. I tried everything on the software side (stock rom custom rom different stock roms cleared dalvik factory reset cleared cash rerooted etc.) I pushed heavily around the border of the tablet but it did not seem to help. Something went wrong so I am just returning it via warranty thus why I want it completely back to stock. It acts up whether it is plugged in or not so not a voltage issue while charging.
Yeah, I've never been able to get the reboot recovery command working properly in the batch file for some reason.
However, as has already been pointed out, you have a hardware issue. A LCD has a series of transistors running along its edges which control the on and off states of the pixels. In your case, the transistor controlling the blue pixels on that particular line has failed in the "on" position, leaving you with a blue line. That hardware issue however should not prevent you from replacing the recovery. What would prevent you from restoring the stock recovery is if you have an old version of the root utility. Download a new copy of the root utility and try again, as there was a cut and paste error in the older version which would prevent the stock recovery from restoring.
Last edited by Traveller1701; 11-19-2012 at 08:44 AM.
I do not accept PMs asking for one-on-one tech support. Ask on the forums so everyone can benefit.
Q: Why does an App say it's not compatible on Google's Play Store?
A: The build.prop is faulty and files are missing from \system\etc\permissions. Download the file from
here and install it.
Q: Why does Google Earth refuse to start on stock ROMs?
A: Google Earth expects to be able to pinpoint your location. Read
this thread to fix things.
-

Originally Posted by
vampirefo.
make sure commands are going through, best if you just copy all your input and output from your cmd window.
we can't see what you are typing nor can we see what feed back you are receiving.
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Android>adb devices
List of devices attached
20080411 device
C:\Android>adb shell
root@android:/ # /data/local/tmp/install-recovery.sh
/data/local/tmp/install-recovery.sh
done
root@android:/ # /system/bin/reboot-recovery
/system/bin/reboot-recovery
0+1 records in
1+0 records out
C:\Android>
At that point the device reboots to cwm-based recovery.
Note: I am going to try traveller's method later today by redownloading the files and trying again.
-

Originally Posted by
Traveller1701
Yeah, I've never been able to get the reboot recovery command working properly in the batch file for some reason.
However, as has already been pointed out, you have a hardware issue. A LCD has a series of transistors running along its edges which control the on and off states of the pixels. In your case, the transistor controlling the blue pixels on that particular line has failed in the "on" position, leaving you with a blue line. That hardware issue however should not prevent you from replacing the recovery. What would prevent you from restoring the stock recovery is if you have an old version of the root utility. Download a new copy of the root utility and try again, as there was a cut and paste error in the older version which would prevent the stock recovery from restoring.
I went ahead and redownloaded the cobyadb.zip file and replaced all the files I had previously on except the .dlls (they would not copy over)
I re rooted the device for good measure rebooted than went and followed the directions to install the stock recovery. Like before everything seems to work right but it still boots up into cwm-recovery. (Is there a way to mark/copy data from the .bat after the screen has passed that portion of the information?) All the files push to the devices when your .bat calls for it.
-
Are you sure you are flash stock recovery? where did you get the stock recovery and when you push it what are you calling it, upload your stock recovery that you are trying to flash?
If you like my work buy me a coffee!!!
Donations Appreciated
Due to the overwhelming PM's that I receive, I am unable to answer all the questions and many questions are duplicates so PLEASE post all questions on this forum so I may better help you and any others who are having the same issues.
No PM's regarding windows questions will be answered, I am a Linux Guy.
-
Not that it matters much since the only thing that changed is the batch file itself, but why are you not able to copy the .DLL files? That should not be happening. Also, this may seem rather obvious, but I've made this error myself. Check and make sure that you didn't accidentally rename the CWM recovery as stock_recovery.img.
Heck, since you're trying to restore the recovery to stock anyway, take two copies of the stock recovery from a system dump (if you didn't make one yourself), name one copy "stock_recovery.img" and the other "cwm_recovery.img". That way, no matter which recovery command you execute in the batch file it's going to push the stock recovery. If you still have CWM on the tablet after that, then I don't know what to say.
Last edited by Traveller1701; 11-19-2012 at 09:32 AM.
I do not accept PMs asking for one-on-one tech support. Ask on the forums so everyone can benefit.
Q: Why does an App say it's not compatible on Google's Play Store?
A: The build.prop is faulty and files are missing from \system\etc\permissions. Download the file from
here and install it.
Q: Why does Google Earth refuse to start on stock ROMs?
A: Google Earth expects to be able to pinpoint your location. Read
this thread to fix things.
-

Originally Posted by
Traveller1701
Not that it matters much since the only thing that changed is the batch file itself, but why are you not able to copy the .DLL files? That should not be happening. Also, this may seem rather obvious, but I've made this error myself. Check and make sure that you didn't accidentally rename the CWM recovery as stock_recovery.img.
Heck, since you're trying to restore the recovery to stock anyway, take two copies of the stock recovery, name one copy "stock_recovery.img" and the other "cwm_recovery.img". That way, no matter which recovery command you execute in the batch file it's going to push the stock recovery. If you still have CWM on the tablet after that, then I don't know what to say.
the guy is clearly flashing cw recovery, just thinks he is flashing stock.
If you like my work buy me a coffee!!!
Donations Appreciated
Due to the overwhelming PM's that I receive, I am unable to answer all the questions and many questions are duplicates so PLEASE post all questions on this forum so I may better help you and any others who are having the same issues.
No PM's regarding windows questions will be answered, I am a Linux Guy.
-
I went and edited my post while you were posting to make it clear that he needs to get the stock recovery from a system dump, since he likely didn't make one of his own.
I do not accept PMs asking for one-on-one tech support. Ask on the forums so everyone can benefit.
Q: Why does an App say it's not compatible on Google's Play Store?
A: The build.prop is faulty and files are missing from \system\etc\permissions. Download the file from
here and install it.
Q: Why does Google Earth refuse to start on stock ROMs?
A: Google Earth expects to be able to pinpoint your location. Read
this thread to fix things.