jasonb1985
Android Expert
Barnacle seems to work now with the new SU... but never shows up in my laptops wireless list.
so it doesn't really work? lol
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Barnacle seems to work now with the new SU... but never shows up in my laptops wireless list.
the video didnt show any "cannot stat 'busybox': No such file or directory" error.
so it doesn't really work? lol
when i run the loop.bat i get a $. Does this mean it is working? Whe I try to run any of the commands I get read only file. What am I missing??
Barnacle seems to work now with the new SU... but never shows up in my laptops wireless list.
lol i just tested that myself, wifitether at least shows up on my wireless list.but never connects
anyone have an idea?Barnacle seems to work now with the new SU... but never shows up in my laptops wireless list.
lol i just tested that myself, wifitether at least shows up on my wireless list.but never connects
This doesn't seem to be a very time critical way of doing it. Did you use the looped adb shell? How does it go from "device not found" to "exec '/system/bin/sh' failed: No such file or directory (2) -" by only running adb shell once??? Did you need to load the 1.0 Android drivers as well? I notice that using this startup causes a different set of drivers being needed than the ADB r3 drivers.This worked for me.
Plug in your USB
Press and hold the optical Trackball and press and hold the power button
Once the white menu appears press the power button
Wait 20 seconds. A loading screen will appear with random SD card stuff and then return you back when it is done wait for the usb to be detected.
Press volume down to highlight "recovery"
Press the power button
This will reboot your phone and display a DInc with a red trianlge and ! mark.
Wait 20 seconds
Type adb shell it should say "error: device not found" to "exec '/system/bin/sh' failed: No such file or directory (2) -"
If it doesn't... pull the battery and try again.
This worked 5 out of 10 times for me. I kept having to go through these steps because I would hit reboot and not apply the update on the next steps lol. It was late and I was tired.
i know, because i loaded it correctly, just reread the steps on this thread or follow my video. Either way will work
How do I get loop to run correctly. When I enter loop, it puts me in "adb shell". Any suggestions?
This doesn't seem to be a very time critical way of doing it. Did you use the looped adb shell? How does it go from "device not found" to "exec '/system/bin/sh' failed: No such file or directory (2) -" by only running adb shell once??? Did you need to load the 1.0 Android drivers as well? I notice that using this startup causes a different set of drivers being needed than the ADB r3 drivers.
your goal is to get in the adb shell, once you're in proceed with the remaining steps
Something has to be missing. I recall the fastboot method tripping something on the PC asking for other drivers. ADB works under a normal boot. It doesn't sound like you are particularly concered of the timing as to when to issue the adb shell. Just roughly 20 seconds after the recovery ! screen after a fastboot. I looped the hell out of the adb shell on that screen multiple times and nothing.To answer in order:
1: No using the FASTBOOT menu you do not have to use the looped adb shell method.
2: It doesn't go from "device not found" to "exec ....". There is no transition, With this method you only need to run the command once. When you type adb shell if you get the "device not found" message just pull the battery and try it again. If you get the other message, it worked, and continue on with the process. Like I said, I had about 50% luck with it.
3: All of the pre-setup steps, downloading the SDK, drivers etc were done normally per the instructions.
That's the normal adb operation and not adb running in recovery mode.Right that's what I was thinking, but when I enter "loop.bat" I get "adb shell $". So it never loops.
Something has to be missing. I recall the fastboot method tripping something on the PC asking for other drivers. ADB works under a normal boot. It doesn't sound like you are particularly concered of the timing as to when to issue the adb shell. Just roughly 20 seconds after the recovery ! screen after a fastboot. I looped the hell out of the adb shell on that screen multiple times and nothing.
That's the normal adb operation and not adb running in recovery mode.
I FINALLY got it to work!!
I tried every little trick and here is what I noticed.
- unplug your phone from your USB cable
- turn your phone on normally...like you would every day. so you can use it.
- then don't power it down...just pull the battery out
- then press the optical jotstick & power button
- then follow the rest of the instructions listed in previous posts
i think for some reason...rebooting the phone into recovery from various states does not work (it did not for me). i think when you just kill the phone from it's normal state and then boot into recovery it works (it did for me).
i hope this helps!!!
When do you plug your usb cable back in and did you get loop running correctly while your phone was still powered on?
once the fastboot screen was up
loop had been running from all the previous attempts.