@joebine, thanks for the tests! Do you how to capture logcat output?
No, tell me how.
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.
@joebine, thanks for the tests! Do you how to capture logcat output?
adb logcat
adb logcat | tee log.txt | less
FINALLY GETTING SOMEWHERE!!!!
The camera is slightly working! Video recording only crashes the camera, switching cameras crashes the camera, but upon restarting the camera app the camera actually has switched. Taking pictures works.
I finally am getting the impression that this whole Lollipop thing might end up complete!
TODO: fix email app crash, fix autobrightness turning of the screen. That last one is pretty bad and I'd like it fixed before I put up a new build.
By the way, I now have 11 unique downloads for the last Lollipop build, and no more brick reports since. I'm also getting a little bit of confidence back
First, make sure you have adb installed on your computer, and, preferably, that it is in your path. On your tablet, make sure that you've activated developer options, and that you've activated adb (Android Debug Bridge).
I have turn on ADB and My PC see my tablet but says it is offline..
I try to find a way to fix this but I can't. I am on Win 10.
... You did activate adb under developer settings, right?
The LeTools ADB doesn't work for newer Android versions because of the adb authentication. Use the mini adb installer for adb.
@joebine, thanks for the tests! Do you how to capture logcat output?