Quote:
Originally Posted by
lukethepainter
how did you get it to work on windows i couldnt no matter how long i messed with it i actually spent more time messing with it in windows then i did booting linux on the kids puter i had to do some code for linux to see the usb port the way i needed to
i love the internet
Originally Posted by Admiral2145
can we transfer files from windows to the sd card in the recovery?
Install Android ADB (found in the SDK package, check Google if you need help to install).
Then, go to Install from sdcard menu once so it mounts the sdcard, then type on your computer:
adb push C:\myfile.bla /sdcard/
Go back and forth in the Install zip from sdcard menu and your file will be there.