Related
Okay I don't know if this will help anyone, but I figured out how to stop Windows from detecting the phone as two USB drives when the phone goes into Recovery mode, and to make it show up as Android Composite ADB device.
I do NOT have HTC installed, rather, I'm using the USB 3 drivers that come down through the SDK, so I'm not sure how to do this if you are using the HTC Sync drivers intead.
At any rate, start with the phone off and disconnected. Open the Device Manager. Boot with your prefered method into Recovery mode, then connect the phone. It should detect as USB Mass Storage Device under Universal Serial Bus Controllers. Right click on USB Mass Storage Device and click Uninstall and then OK. Once this is done, disconnect the phone (you can leave it running in Recovery).
Open My Computer and navigate to C:\Windows\inf. Copy the files usbstor.inf and usbstor.pnf to your desktop or wherever, it doesn't matter, just make sure you put them somewhere you can get them later. Then delete them from the C:\Windows\inf folder. These are the drivers that Windows automatically uses for USB storage devices.
Ok, now bring Device Manager back to the foreground and plug the phone back in in Recovery. It should show up as Android Phone with an exclamation mark. If Device Wizard pops up cancel out of it. Now right click on the Android Phone and click update driver. Click Browse my computer for driver software. Click Let me pick from a list... Click Android Phone and Next. Click Have Disk. Browse to your SDK folder into the USB Drivers folder and you should see android_winusb.inf, select that then click OK. You should now have a list of three items to select, this part I am not sure if there is a 'right' or a 'wrong' but I go with Android Composite ADB Interface.
Select that or whichever one you think and this is what it will install as. Bingo, now whenever you connect the phone into Recovery or boot into Recovery with it already connect it correctly detects as the Composite ADB Interface or whichever you selected, but does NOT show up as any USB drives.
Unfortunately... I still could not get ADB Shell to connect (I even went out and bought a 2GB PNY card).... so I don't know if this will help any of you but I figure it's one step closer to what we need to happen.
At any rate, to get everything back to normal as far as your computer being able to use USB storage devices just copy those two files back to the inf folder before you connect them and you should be fine.
bast525 said:
Unfortunately... I still could not get ADB Shell to connect (I even went out and bought a 2GB PNY card).... so I don't know if this will help any of you but I figure it's one step closer to what we need to happen.
.
Click to expand...
Click to collapse
Format it LONG Fat32, 1024k allocation, name it TEST, put PB31IMG.zip (downgrade ROM) on it, power on into bootloader holding volume down until you get to volume up to start upgrade, run the downgrade from Bootloader, then immediately reboot with holding the track button switch into Fastboot menu, power to Bootloader, let the card check run, decline upgrade this time, run your loop.bat or loop.sh if you like linux, power the phone into recovery boot, and prepare yourself to be happy--I think that will work. The whole trick is get a card/format that forces recovery into an ADB-available mode.
Or you could try what I've done 7 times and achieved ADB Shell 7 times...
1. Turn the phone off.
2. Start running Loop.bat
3. Unplug USB cable.
4. Turn device on in Fastboot by holding in the optical joystick and power.
5. Plug USB in.
6. Hit power button once to get to HBOOT.
7. Wait two seconds for it to do it's thing.
8. Pull off the back of the phone.
9. Hit Vol - to Recovery then hit power.
10. Immediately after doing this continuously push the sd card in and out (about every .5 - .75 seconds)
11. ?????
12. Profit
@DigitalDementia--
How is what you said relevant in this thread?
bast525 said:
Unfortunately... I still could not get ADB Shell to connect (I even went out and bought a 2GB PNY card).... so I don't know if this will help any of you but I figure it's one step closer to what we need to happen.
Click to expand...
Click to collapse
drtrmiller said:
@DigitalDementia--
How is what you said relevant in this thread?
Click to expand...
Click to collapse
Pretty positive it had everything to do with that section of the first post, he said he still couldn't achieve root I attempted to help him. Why don't you explain to me exactly what it doesn't have to do with this thread?
rynosaur said:
Format it LONG Fat32, 1024k allocation, name it TEST, put PB31IMG.zip (downgrade ROM) on it, power on into bootloader holding volume down until you get to volume up to start upgrade, run the downgrade from Bootloader, then immediately reboot with holding the track button switch into Fastboot menu, power to Bootloader, let the card check run, decline upgrade this time, run your loop.bat or loop.sh if you like linux, power the phone into recovery boot, and prepare yourself to be happy--I think that will work. The whole trick is get a card/format that forces recovery into an ADB-available mode.
Click to expand...
Click to collapse
The real bummer here - and I should have known better, really - is that this wipes your phone.
I suppose it should be obvious, but take it from someone who's pretty new to Android phones and just wiped their entire phone after following your steps: Please add a warning to your original post.
It's late, I'm tired and irritated, but I'm sort of bummed to know I went from hero to zero in trying to enter shell (again) during recovery all in an effort to get proper perm. root. Sort of ****ty to know that I just lost everything.
still no root
I'm sorry, I shouldn't have assumed people knew an IMG flash from bootloader wipes user data. Believe me, that's not the only time you'll wipe if you keep modding
-------------------------------------Sent via the XDA Tapatalk App
USB drives are ok in recovery
When I am in recovery with adb and working correctly it still shows the 2 USB drives so this is normal and ok, what you have done is fool yourself into thinking that your phone is in correct mode but it really is not, this is why it still does not work, sorry.
rynosaur said:
I'm sorry, I shouldn't have assumed people knew an IMG flash from bootloader wipes user data. Believe me, that's not the only time you'll wipe if you keep modding
-------------------------------------Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
Now that I've scorched the earth, I'm hitting this thing hard with every trick I can think of to get the shell in recovery again.
Thankfully, I at least have my app list on appbrain.
After researching around the different forums, I think this maybe my issue. I will have to make this attempt when I get home.
This is what I posted on a different forum. I am not sure if this is a similar experience you were having:
So, for a little a bit I was having issues with finding and modding the usb.inf file. I got that finally resolved... Now as I go to one of the first parts of the procedure, executing the adb shell command. Well at first it said the 2 lines, about the daemon and whatever the second line was. Anyways, the third line did not say "no device found" it went straight to a shell prompt "$" . The instructions made a point in the instructions for it to say " no device found" .
I went ahead with the rest of the instructions. No Luck. And I did both methods. A co-worker of mine told to run adb devices to see if my phone is recognized. I will also make that attempt tonight.
I wanted to know if any of you had some insight. I made sure I was in the right directory.
I will make another attempt on a different machine tonight.
Thanks. Oh yeah, I do have some UNIX experience if that makes a difference.
I had the same problem, used this method here
addictivetips.com/windows-tips/how-to-disable-automatic-driver-installation-in-windows-vista/
Click to expand...
Click to collapse
Seemed to help me with the dumb usb mass storage devices whilst in recovery
I don't know how I missed this thread earlier though, It had been a problem for me for days!
kentoe said:
I had the same problem, used this method here
Seemed to help me with the dumb usb mass storage devices whilst in recovery
I don't know how I missed this thread earlier though, It had been a problem for me for days!
Click to expand...
Click to collapse
I rooted in Windows, rather than linux, simply because I like the look of MejDam's procedure better than the linux script posted here on XDA--and his windows procedure is accompanied by his YouTube video
Long story short: I had ADB Composite Device AND the two storage volumes mounted together, as I got shell, and did the other steps in recovery. NB: they were mounted as Generic Storage Volumes, not writeable partitions. The stock recovery on DI does not allow host to mount either partions, although I'd like to see if
Code:
mount /dev/block/mmcblk0p1
worked for the SDcard on the sdcard, cuz then it would be a cinch to mount sdcard/emnc partition into host OS--windows, linux, Atari 2600, etc Worth a try.
Anyhow, my conclusion: a bad driver setup could be a barrier to catching adb shell, but it is certain not the prevailing problem for most, IMHO.
Was wondering if bast525(the creator of the thread) was ever able to adb shell while in recovery, and if so what did you do thanks.
Heh, I wish.... I've tried just about every method posted on these forums, and five different SD cards from Sandisk, PNY, and Kingston. The only thing I haven't tried is rolling back to the pre OTA update, because I don't want to wipe the phone at this point.
Here is my experience with all this and why I need help ..
(Yes, I am new to all this, maybe that's why I get confused but alright..)
Okay, I want to root my phone with the design of DocRambone. Right, I follow your guide here:
http://forum.xda-developers.com/showthread.php?p=7329960#post7329960
And go to HOWTO#1 which says I need to flash my firmware. And so I start.
I first download Odin, get the 512.pit file and then try to find the desired firmware package(which according to the Doc guide is I9000XWJM8). Okay, I search the link and get to this: (I pick original firmwares -> Europe)
https://www.wuala.com/Samsung Galax...n/Original Firmwares/Europe/?key=AfzUZSU4SpKU
Which leads to my first confusion. I can't find anything named "I9000XWJM8". The closest I find is the one called "GT-I9000_I9000XWJM8_I9000XXJM4_CODE-MODEM.7z". Can I use this one or where is the "I9000XWJM8" ? :S
Right, I then assume it's the right one and continue only to find out that I don't know how to start my phone in "download mode". Or maybe I just can't because I got one of the phones without the 3 button combination. I'm not sure which one it is, and yes I did try all the combinations you state here:
http://forum.xda-developers.com/showthread.php?t=746814&page=2
None works. But how does the screen look like when you are in recorvery mode? Maybe you should add this to the guide, so people know if they can or cannot start in recorvery mode.
Anyway, I assume I have one of the phones without the combination and so I continue to the guide "Release: 3-button combo fix for any firmware version":
http://forum.xda-developers.com/showthread.php?t=785201
I follow the guide and get to step 6 which says "Start a new command prompt and type "adb reboot recovery"". Right, what's this now?
I go back to the big tutorial:
http://forum.xda-developers.com/showthread.php?p=7329960#post7329960
And finds the ADB tutorial to find out that I need Android Software Development Kit .. AND a rooted phone. Right, so I wanted to root my phone in the first place and now I need to root the phone in order to get the 3 button combination so I can root the phone. "Wait what?" was my 1st thought. But then I remembered that I found this guide earlier "[REF] Howto (un)root your SGS I9000 the easy way (keep all your data) (Eclair 2.1)":
http://forum.xda-developers.com/showthread.php?t=728754
Why did I got here? Because it said "the easy way". I thought that maybe it doesn't need the 3 buttom combination and so I found out it doesn't!! YAY finally a breakthrough, I thought. And so I started with this tutorial.
I was then met with this
"ROOT includes:
- Superuser 2.3.6.1
- Busybox 1.16.0 (for use with Titanium Backup)"
which brings me to another question: Does this mean that you get these apps when you use this root method? or do I need to install the apps first?
I thought it was the first one, since it says "includes". And so I start with the "Automated Method!". I dowload the .bat file and start. Follow what it says and reaches to the part where I plug in my phone. Here I get the error message: "Driver installation unsuccessfull" (Or something like it. I Don't recall since when I plug the phone in now I don't get the error. I don't even get a "ready to use removable disk" now. It doesn't even recognize the phone now when it's plugged in). Now I have tryed to connect it to the pc before (although WITHOUT the USB-debugging checked) and it worked fine. And this is as far as I can get. I am now officially stuck!
I have read comments and all but it doesn't help.
I'm realy tired from trolling these forums after being led through like 4-6 guides + the ones I havn't mentioned here (havn't counted, but something like that)..
So can anyone please, for the love of god, tell me which guide I should start with, list the guides so I know which one to go to next and answer the questions above.. My head hurts now :S ..
But in general, please write the guides more "noob friendly" or whatever .. I think alot of them are written by admins for admins(or atleast people who know their way around these phones). Atleast that's the impression I get.
I know it was a long read but I hope you'll help anyway
Thank you in advance!
/JohnTheOne
Sorry if I sound mad or offencive btw.. it's not my itention. I'm just mad and annoyed at myself because I can't make it work
Sent from my GT-I9000 using XDA App
hello there, I can appreciate if you're new to smartphones it can seem a lot to take in.
If you want an easy/simple way to root then there are 2 or 3 methods available on this fantastic forum but try this one:
http://forum.xda-developers.com/showthread.php?t=742403
just go to youtube and search for rooting videos and watch someone do it first, then you do it. very easy once you see how it is done. youtube or theunlockr.com also has great videos
Yea but my problem is now that I can't get access to it when it's in USB debugging mode.
As I posted earlier, the first time I put my phone in USB debugging mode and connected it to my computer it said "Drivers where not successfully installed" (or something like it).. And now, when I connect my phone to my computer in USB debugging mode, it won't even show as an USB. It doesn't pop up and say "USB connected" and I can't find it under My Computer.
Someone who can help me with this?
And when I plug it in, in USB debugging mode, should I press the USB connected button on my phone, like I usually do when I connect the phone to my computer without it being in USB debugging mode?
Okay, I found the device now on my computer, but I can't find any drivers for the phone to be connected in USB-debugging mode. Anyone knows where I can find drivers for this?
JohnTheOne said:
Okay, I found the device now on my computer, but I can't find any drivers for the phone to be connected in USB-debugging mode. Anyone knows where I can find drivers for this?
Click to expand...
Click to collapse
when used as USB Debugging mode, you need no driver if you plan to use it as a mass storage drive
you just pull down the tab and select mount the drive
then you can copy your Update.zip to the phone Internal SD
after it is done select Unmount the mass storage drive from the pull down tab in the phone
and now you can boot into the Recovery Mode, select update.zip
and you are rooted.
reboot back to normal, and enjoy the freedom to install any App you want to play with
The easiest way I found is to go on to Android market, install One Click Lag Fix. Then open the app and select root 2.1. Restart into recovery and select apply update.zip. Your phone reboots and its rooted. Simples!
simplest way to root is
1)go to market search for RyanZA's OCLF 2.0.
or here is link http://www.appbrain.com/app/com.rc.QuickFixLagFix
2)open the app
3) click root.
4)then boot into recovery
5)use volume button to select update.zip and click home button
6)your phone is rooted.
Hi everyone... Can anyone here let me know if these "lagfix" rooting methods work and are SAFE for a LOCKED (I have not unlocked the sim) Bell Galaxy S with stock JH2 rom? I am also a bit of a noob and would like to see what this phone can really do.
Also... Do I have to unroot it if I want to upgrade to froyo when it is released?
Please advise...
Thx.
yiannisthegreek
PS... Once this is rooted, HOW do you unroot with these "lagfix" methods if I ever need to?
i would advice againts installing the LAG FIXes as they can kill your Internal SD
there are over a dozen forum topics with people unable to repair the damage, and end up having to ship the phone back to samsung to have it repaired.
Allgamer...
Thank You for the heads up on this but now I am still confused on how to do it. I have to move the update.zip file to my internal sd card but I too have some issues that I cant figure out.
I learded how to do it on youtube watching someone called tech0stickyasglue and it seems very simple but firstly I am not sure exactly where I have to place the file and if I have to unzip it and then place the 2 folders inside it into the sd card, etc... I also have an issue with the whole "mount" and "unmount" thing.
I can mount the card while in usb debugging but when I go back to the dropdown menu it does not give me an option to "unmount" it only gives me an option to quit usb debugging and when I pick this option I get a warning message saying that I should "make sure I have unmounted form the host" or something to that effect.
Can you give any advice or step by step instructions to me on what and where I need to place these files to make this work?
I would greatly appreciate it...
Yea but the thing is that I can't go into recorvery mode.. The 3 button combination doesn't work (Talking to the people from page 1)
AllGamer said:
when used as USB Debugging mode, you need no driver if you plan to use it as a mass storage drive
you just pull down the tab and select mount the drive
then you can copy your Update.zip to the phone Internal SD
after it is done select Unmount the mass storage drive from the pull down tab in the phone
and now you can boot into the Recovery Mode, select update.zip
and you are rooted.
reboot back to normal, and enjoy the freedom to install any App you want to play with
Click to expand...
Click to collapse
When I put down the tap and select mount the drive(when in USB debugging mode that is) I can't acces the phones folders. I can't even see the extra icons you usually get, under My Computer, when you connect an USB to the computer. I can only find the SAMSUNG_Android under Control Panel -> Hardware and Sound ->Devices and Printers where it lies under the "Unspecified" section and not under the "Devices" section. And when I right click on it, press proporties and go to the Hardware tap, I can see under "Device status:" it says "The drivers for this device are not installed. (Code 28)" ..
So can anyone tell me what's wrong? (I havn't installed Kies btw, dunno if that has got anything to do with it)
JohnTheOne said:
When I put down the tap and select mount the drive(when in USB debugging mode that is) I can't acces the phones folders. I can't even see the extra icons you usually get, under My Computer, when you connect an USB to the computer. I can only find the SAMSUNG_Android under Control Panel -> Hardware and Sound ->Devices and Printers where it lies under the "Unspecified" section and not under the "Devices" section. And when I right click on it, press proporties and go to the Hardware tap, I can see under "Device status:" it says "The drivers for this device are not installed. (Code 28)" ..
So can anyone tell me what's wrong? (I havn't installed Kies btw, dunno if that has got anything to do with it)
Click to expand...
Click to collapse
Ahh... the joy of Android & Kies....
you don't really need to install Kies, I only installed Kies to check for official ROMs, but i was using the phone on the PC even without Kies installed
You can install the Android SDK drivers, inside the Android package that you download from google, there is a sub folder with both 32bit and 64bit drivers, unplug your phone and install them, then plug back the phone, it should be detected now.
in my Work PC, i never installed any driver, and i select mount, and it gets detected as a USB key by Win XP
AllGamer said:
Ahh... the joy of Android & Kies....
you don't really need to install Kies, I only installed Kies to check for official ROMs, but i was using the phone on the PC even without Kies installed
You can install the Android SDK drivers, inside the Android package that you download from google, there is a sub folder with both 32bit and 64bit drivers, unplug your phone and install them, then plug back the phone, it should be detected now.
in my Work PC, i never installed any driver, and i select mount, and it gets detected as a USB key by Win XP
Click to expand...
Click to collapse
Alright, thanks alot But where can I find this Android package then? I'm not sure what you are talking about exactly
Why wont anyone explain WHAT file(s) you put WHERE exactly for this update.zip root method? Is is some sort of "spy secret" or something?
Seriously... I CAN get to see my phone folders on my computer so I am good there but what I dont know is if I am supposed to move the entire .zip file to the root of my sd card or if I need to extract the .zip file to the root of my sd card.
At any rate... I have tried BOTH methods and I always get the same error message when I reboot in 3 button mode... Something to the effect of E: cannot open / install update.zip... Invalid or not found... (I am guessing on this as I am at work but you get the idea)...
Please... ANY help and "step by step" instruction would be GREATLY appreciated!!!
Hi,
One Click Lag Fix (OCLG) downloadable from Android Market will give u an option to root ur phone. And also it gives u an option to fix the lag in galaxy s. I have more than 80 applicatons and widgets installed in my phone. I insist that OCLF is the most useful, powerful and demanded application ever. It is so easy to use and follow. It even offers an option to unroot. So don't be afraid to download and install.
For ur reference, the bench mark speed has been increased from 800 to 2150. Comparable to nexus 1 with 2.2 was 1200. Hope this helps.
Sent from my G-I9000M Ver. UGJH2 using XDA App on Bell Mobility Network
JohnTheOne said:
Alright, thanks alot But where can I find this Android package then? I'm not sure what you are talking about exactly
Click to expand...
Click to collapse
you download it from google
just google up Android SDK download
Hi all,
the question seems simple, but I am unable to solve it, would be very grateful for somebody helping me out.
I have an unlocked HTC One
Bootloader is working, OS is upgraded to 2.24.401.1
Recovery is installed and working TWRP 2.6.1.0
When starting the phone, the system asks to connect to WiFi but does not find a network in the air, hence I am not able to continue that route.
When connecting it to a Windows PC, it is recognized, the usual "drives"are mounted as the drivers are installed.
I see the HTC One but it is read-only and a file cannot be copied to it.
I tried to use the adb push xxxx /storage command but this also says the system is read-only.
I just lack the knowledge on how to continue, I cannot flash a rom as it is not copied to the device.
Please be so kind to guide me in the right direction.
Ruud
When you connect the phone to the PC - the phone will show its connected on the top (notification bar) pull that down and select /USB connected then choose
HTC Sync Manager
Now connect the phone to the pc and it will be seen as a media devise open it and in root copy the rom and anything else you need
leave the phone with that setting then when you need to move photo, music, docs or whatever its is just a matter of finding the correct file and copy/paste
L0rdNels0n said:
When you connect the phone to the PC - the phone will show its connected on the top (notification bar) pull that down and select /USB connected then choose
HTC Sync Manager
Now connect the phone to the pc and it will be seen as a media devise open it and in root copy the rom and anything else you need
leave the phone with that setting then when you need to move photo, music, docs or whatever its is just a matter of finding the correct file and copy/paste
Click to expand...
Click to collapse
Thanks, but your explanation is for normal usage, as said, I had a read-only system, this did not work for me.
I understand that the command adb remount did the trick, after that at least adb was able to do its task.
Sent from my ASUS Transformer Pad TF700T using Tapatalk 4
Ruud Westerhout said:
Hi all,
the question seems simple, but I am unable to solve it, would be very grateful for somebody helping me out.
I have an unlocked HTC One
Bootloader is working, OS is upgraded to 2.24.401.1
Recovery is installed and working TWRP 2.6.1.0
When starting the phone, the system asks to connect to WiFi but does not find a network in the air, hence I am not able to continue that route.
When connecting it to a Windows PC, it is recognized, the usual "drives"are mounted as the drivers are installed.
I see the HTC One but it is read-only and a file cannot be copied to it.
I tried to use the adb push xxxx /storage command but this also says the system is read-only.
I just lack the knowledge on how to continue, I cannot flash a rom as it is not copied to the device.
Please be so kind to guide me in the right direction.
Ruud
Click to expand...
Click to collapse
Do you have USB debugging mode activated when you connect to a PC?
Also you can adb sideload a rom when you are in recovery.
Thanks farang4u,
As I said, Matt helped me out and the last Wipe Data which I did this morning was also the trick, so now all seem fine with my phone again.
Thanks all.
Ouya SuperScript
By TehCrucible
v0.1
INTRODUCTION
So I originally wrote this batch script to simplify and combine some of the most frequently used tweaks on the forums for my own sake, to speed up my tinkering with the Ouya but I've decided to clean it up and upload it in case anyone else wants to use it.
This script is designed as a "one-click" modification tool for a stock Ouya on the latest firmware. Please read this guide carefully.
I ACCEPT NO RESPONSIBILITY FOR ANY DAMAGE OR DATA LOSS. This script is built on the work of many others much smarter than myself and be sure to check the credits.
SO WHAT DOES IT DO?
In a nutshell:
- Install Clockworkmod Recovery
- Root Ouya
- Install Xposed Framework
- Install Google Play Store
WHAT DO I NEED?
- A Windows PC. I have included drivers for both x86 and x64.
- A Micro USB cable.
INSTALLATION OVERVIEW
1. Update your Ouya to latest stock firmware
2. Install ADB drivers
3. Run the script
4. Play some games!
There's a more detailed step-by-step in the included README.txt file.
KNOWN ISSUES
- None
CREDITS & THANKS
WonderEkin
mybook4
elmerohueso
fatesausage
DOWNLOAD
Here
Thanks a lot for this. A lo of people have been asking about an automated method to get the play store running on the OUYA...
Great works. I just think of root my ouya....
A quick update:
It's working. I'm on the latest firmaware which is JZO54L-OUYA, kernel version 3.1.10-g780994a. Completely stock, but I had already rooted my OUYA.
Anyway, I enabled the Wireless ADB which will instantly show you the ip and port, installed the drivers for 64bit. Then open CMD and type: adb connect "iport"
Then I ran the superscript and everything went fine.
Hope this helps. I didn't even have to connect with a wire.
But I guess if you wanna install the CWM recovery you should be connected with a wire...
Hello guys!
I can see the Ouya in Device list in Control panel but I can't connect it in SuperScript. Any ideas?
THX
zmelkoow said:
Hello guys!
I can see the Ouya in Device list in Control panel but I can't connect it in SuperScript. Any ideas?
THX
Click to expand...
Click to collapse
Did you install the drivers right? If yes, then you should open the folder where you extracted your files and right click while holding shift then choose open CMD here. Then write: adb devices
If your device is there, it will give you an output of the IMEI and name of device
From there, you can then tell us what the error is and hopefully we can resolve it...
zmelkoow said:
Hello guys!
I can see the Ouya in Device list in Control panel but I can't connect it in SuperScript. Any ideas?
THX
Click to expand...
Click to collapse
that happened to me yesterday, but I overcame it by have my computer plugged into the Ouya then reboot the ouya and as soon as the computer recognized it started the script and it worked.
but I have an issue too
So I can run the script everything works except getting the recovery installed. the command prompt acts like it successfully installed the recovery then the Ouya proceeds to reboot into recovery mode. When that happens I get this menu? Nothing happens when I push any buttons on my keyboard. This doesn't look like a custom recovery.
I have tried this many times, did a factory reset and started fresh however even after updating the device driver it doesnt recognize the ouya....
unkoil said:
So I can run the script everything works except getting the recovery installed. the command prompt acts like it successfully installed the recovery then the Ouya proceeds to reboot into recovery mode. When that happens I get this menu? Nothing happens when I push any buttons on my keyboard. This doesn't look like a custom recovery.
Click to expand...
Click to collapse
No it doesn't :angel:.
I think I had the recovery installed when I first got the device a long time ago and I used the manual method in this thread, but I'm not sure that it works any more. Also do you have a wired or wireless keyboard? By the way only the Bluetooth keyboard doesn't work. May be if you can install the recovery from that thread, then you can proceed to the next step. One last thing, I don't think you will need the recovery except if you want to install CM or something. Other than that, I never used it before.
TRMB said:
I have tried this many times, did a factory reset and started fresh however even after updating the device driver it doesn't recognize the ouya....
Click to expand...
Click to collapse
Which version of windows are you on? Is it Windows 8 or 8.1? Do you know how to disable driver signature verification?
Also, what does it say when you connect? Just nothing, or not recognized or what? You can try the adb wireless, go into settings/development on the ouya and activate it. Then open CMD from the extracted folder and type adb connect "ip : port" then check by typing "adb devices". Let us know what happens after that.
Which version of windows are you on? Is it Windows 8 or 8.1? Do you know how to disable driver signature verification?
Also, what does it say when you connect? Just nothing, or not recognized or what? You can try the adb wireless, go into settings/development on the ouya and activate it. Then open CMD from the extracted folder and type adb connect "ip : port" then check by typing "adb devices". Let us know what happens after that.[/QUOTE]
I have tried both from my windows 7 computer and 8.1 laptop. It showed up just as you said "missing driver", sent it to the drivers part of SS to get the driver, it said it installed but when i run the SS and hit option "1" it comes up blank...
ahmadshawki said:
No it doesn't :angel:.
I think I had the recovery installed when I first got the device a long time ago and I used the manual method in this thread, but I'm not sure that it works any more. Also do you have a wired or wireless keyboard? By the way only the Bluetooth keyboard doesn't work. May be if you can install the recovery from that thread, then you can proceed to the next step. One last thing, I don't think you will need the recovery except if you want to install CM or something. Other than that, I never used it before.
I am having the same issue but not only with this method, I have also tried to install CWM with oneclicks auto and manual method to no avail.....
any suggestions?
Click to expand...
Click to collapse
always says it installed but will only boot into stock recovery
TRMB said:
always says it installed but will only boot into stock recovery
Click to expand...
Click to collapse
I can see from your posts that you tried everything and I'm so sorry that I'm just a user and not a developer or something. May be you can try sideloading terminal and try CWM manually (if you haven't already) or sideload ROM Toolbox and try the flash recovery option.
That's all I got. But if I were you, I won't bother about the CWM at all. It's useless.
As for the Play store, try the mod that I attached in my reply and let me know if this one works for you...
Unfortunately the link is not working. Is it possible to update it, please?
What I do if my micro usb is broken :/. I only have wireless adb
.. nice .. now my ouya will run again .. thanks
I already tried everything but I can't make this work... I installed every single drive in every single way.
The best screenshot of the whole situation is on attachment. SuperScript simply doesn't recognize OUYA with default drivers, neither provided drivers (or any of its variation like "composite adb" or something like that. The "List of devices attached" always return empty, even when provided drivers installed (signature deactivated and everything else). As readme says, when SuperScript doesn't recognize, it returns "error: device not found" every time that I try something...
This SuperScript seems great to start things on my my untouched and default OUYA... but I'm honestly out of options.
vinirockman said:
I already tried everything but I can't make this work... I installed every single drive in every single way.
The best screenshot of the whole situation is on attachment. SuperScript simply doesn't recognize OUYA with default drivers, neither provided drivers (or any of its variation like "composite adb" or something like that. The "List of devices attached" always return empty, even when provided drivers installed (signature deactivated and everything else). As readme says, when SuperScript doesn't recognize, it returns "error: device not found" every time that I try something...
This SuperScript seems great to start things on my my untouched and default OUYA... but I'm honestly out of options.
Click to expand...
Click to collapse
Problem solved. It is Windows Drivers issue. S-Config did a great job explaining how you should do this HERE. I hope it helps people who got stuck. SuperScript did work, I did installed CWM but I was not able to navigate (neither thru bluetooth usb full keyboard). I'm going to try to figure out what I'm missing later. As I can see, S-Config's website is fully updated... I do highly recommend read there who is going to do anything with ouya.
vinirockman said:
Problem solved. It is Windows Drivers issue. S-Config did a great job explaining how you should do this HERE. I hope it helps people who got stuck. SuperScript did work, I did installed CWM but I was not able to navigate (neither thru bluetooth usb full keyboard). I'm going to try to figure out what I'm missing later. As I can see, S-Config's website is fully updated... I do highly recommend read there who is going to do anything with ouya.
Click to expand...
Click to collapse
.. CWM need wired usb keyboard no navigate .. i don't remember if it can do it via bluetooth
Hi,
Like many, I got the same problem after installing new ROM (Runymede KitKat 4.4), but even after reading many threads and advises in other sites, my phone is still bricked. Any help will be highly appreciated.
Details:
Loaded the ROM, was working, but no internal SD.
I was stupid enough to perform a factory default, then, being even more stupid (amazing, no?), deleted the ROM somehow.
Now I'm left with a brick which only accepts recovery mode, nothing else.
Phone is connected to a PC, with working cable (verified), but not recognized by PC.
When I enter the recovery, in FASTBOOT mode.
Same screen gives me the following:
******IR-KEY***
RUNNYMEDE PVT SHIP S-OFF (yes, I'm sure it's off)
HBOOT-6.25.444
RADIO-3831.16.00.16_M
eMMC-boot
Oct 20 2011.00:20:33
Now, I managed to go to recovery, and browse there in file manager.
Went to system/etc/ in order to check vold.fstab, but it's not there.
Went to SDcard directory - no ROM zip file is there (of course. I deleted it...).
Bottom line - 1 Sensation XL stuck on boot, no ROM or installed system, no recognition by PC = nice paper weight.
The recovery I'm getting is TWRP (not CWM) and as I wrote, it's on S-off.
It's quite clear to me that first step is to somehow load a ROM.zip file to the device, but as I wrote - it's not recognized by PC (Yes, I did try to do USB mount via TWRP. No, it did not help. nothing recognized, even after replacing USB port and even on a different computer).
Tried few "magic tools" that meant to save HTC XL found in the web, no help. Youtube search brought me few guides, but all start at working device with working ROM installed, while mine has nothing.
Next (last?) was to try and transfer the zip file via ADB sideload, and here I got stuck:
Downloaded different kinds of ADB packages I found, but I don't understand how to use them. I'm not using LINUX/UNIX or any similar based OS, but MS WIN7. I assume that it needs to be done via CMD window, but couldn't find
a proper guide of how to try and transfer the file to the device. all guides seem to assume that I know what I'm doing, while (as result proves) I have no clue.
I'l be really thankful if someone can publish a dummy-proof, step-by-step guide for using ADB sideload method to identify the device, then transfer a new ROM to it.
Any other suggestions would be welcomed as well, unless it's something like "hold firmly, move your hand back and throw the piece of sh&$t on the nearest brick wall" or "paint in light Blue, drive to nearest beach and throw as far as you can".
Thank you for lasting the long post, and even more if you can suggest a solution.
dnt wrry
shemer_t said:
Hi,
Like many, I got the same problem after installing new ROM (Runymede KitKat 4.4), but even after reading many threads and advises in other sites, my phone is still bricked. Any help will be highly appreciated.
Details:
Loaded the ROM, was working, but no internal SD.
I was stupid enough to perform a factory default, then, being even more stupid (amazing, no?), deleted the ROM somehow.
Now I'm left with a brick which only accepts recovery mode, nothing else.
Phone is connected to a PC, with working cable (verified), but not recognized by PC.
When I enter the recovery, in FASTBOOT mode.
Same screen gives me the following:
******IR-KEY***
RUNNYMEDE PVT SHIP S-OFF (yes, I'm sure it's off)
HBOOT-6.25.444
RADIO-3831.16.00.16_M
eMMC-boot
Oct 20 2011.00:20:33
Now, I managed to go to recovery, and browse there in file manager.
Went to system/etc/ in order to check vold.fstab, but it's not there.
Went to SDcard directory - no ROM zip file is there (of course. I deleted it...).
Bottom line - 1 Sensation XL stuck on boot, no ROM or installed system, no recognition by PC = nice paper weight.
The recovery I'm getting is TWRP (not CWM) and as I wrote, it's on S-off.
It's quite clear to me that first step is to somehow load a ROM.zip file to the device, but as I wrote - it's not recognized by PC (Yes, I did try to do USB mount via TWRP. No, it did not help. nothing recognized, even after replacing USB port and even on a different computer).
Tried few "magic tools" that meant to save HTC XL found in the web, no help. Youtube search brought me few guides, but all start at working device with working ROM installed, while mine has nothing.
Next (last?) was to try and transfer the zip file via ADB sideload, and here I got stuck:
Downloaded different kinds of ADB packages I found, but I don't understand how to use them. I'm not using LINUX/UNIX or any similar based OS, but MS WIN7. I assume that it needs to be done via CMD window, but couldn't find
a proper guide of how to try and transfer the file to the device. all guides seem to assume that I know what I'm doing, while (as result proves) I have no clue.
I'l be really thankful if someone can publish a dummy-proof, step-by-step guide for using ADB sideload method to identify the device, then transfer a new ROM to it.
Any other suggestions would be welcomed as well, unless it's something like "hold firmly, move your hand back and throw the piece of sh&$t on the nearest brick wall" or "paint in light Blue, drive to nearest beach and throw as far as you can".
Thank you for lasting the long post, and even more if you can suggest a solution.
Click to expand...
Click to collapse
here i will help you...
first of all jst go to recovery, as you said it is twrp, then select mount option and again select mount storage and your pc will open up dialogue box which will be your sdcard...
if this FAILS....then go to wipe option, select advanced wipe and jst tick on sdcard option and click on repair drive......you will see sdcard details...
try it..
if you get any details of sdcard then reply me...
Hi.
Thanks for the reply.
I forgot to mention, did try the "mount" option, including wipe every option (separately and combined).
Still no sign from PC.
Micro USB port is good, I get charging of battery and PC responds when phone is connected, but looks like driver is corrupted or missing.
I'm pretty sure my only option is ADB sideload. Once I get the zip file on the phone, looks like I can proceed from there...
download htc driver
shemer_t said:
Hi.
Thanks for the reply.
I forgot to mention, did try the "mount" option, including wipe every option (separately and combined).
Still no sign from PC.
Micro USB port is good, I get charging of battery and PC responds when phone is connected, but looks like driver is corrupted or missing.
I'm pretty sure my only option is ADB sideload. Once I get the zip file on the phone, looks like I can proceed from there...
Click to expand...
Click to collapse
then you only need to download new htc driver and use windows xp if win7 fails...
other option is go to device and printers in win7, > right click on your android device device icon > troubleshoot it.... i think everything will be fine...
and if this will help then you are able to mount usb storage from mobile twrp recovery...
nirmalviper said:
then you only need to download new htc driver and use windows xp if win7 fails...
other option is go to device and printers in win7, > right click on your android device device icon > troubleshoot it.... i think everything will be fine...
and if this will help then you are able to mount usb storage from mobile twrp recovery...
Click to expand...
Click to collapse
Hi,
HTC driver (included in HTC sync) downloaded, no change.
Unfortunately, WIN XP is not really available...
The Android device is not there, that's exactly the problem.
Hi,
An update regarding this HTC.
I put it in my friend's lab, he found that the USB port connection was loose, so after some welding it's working, and phone is identified by the computer.
Managed to send it a ROM zip file, then flashed the ROM, phone is functioning, but...
Problem now is that the phone's internal memory (what HTC define as "SD card", although it's the internal flash memory) is still not found by the phone - e.g. impossible to take photos, get any files with whatsapp or any other storage related actions.
I did try to install another ROM, same result.
I think problem is derived from the fastboot version, which is (still):
******IR-KEY***
RUNNYMEDE PVT SHIP S-OFF
HBOOT-6.25.444
RADIO-3831.16.00.16_M
eMMC-boot
Oct 20 2011.00:20:33
Every former thread I saw in XDA or other site, related to 1.25.0 or 1.28.0 (ICS or JB), not this HBOOT.
Note that phone is in S-OFF, but memory is not yet found.
TWRP is installed, of course (so phone is already rooted).
IMHO, what I should do is replace the HBOOT version, but I have no clue of how to do so.
Found some old threads about this issue, but either the download links are broken, or the "tool" package in the link is disabled by Chrome browser due to trojan warning.
Would much appreciate if any of you can assist with clear step-by-step guide of what should be done in order to "save" the SD memory of the phone, as I could not find any proper guide even after spending much time searching.
Thanks in advance
Shemer.