C
Cryptophon
Erfahrenes Mitglied
- 272
- Themenstarter
- #161
Danke, aber in der Form leider nicht ganz was ich brauche (da mit einer App erstellt). Fuer die Zukunft die Logs vielleicht doch lieber als PM schicken. So es fuer alle relevant ist, poste ich dann die passenden Ausschnitte ;-)
Fuer die Kommandos von mir braucht es das "adb" Kommando auf einem PC. Dies ist entweder im Android SDK enthalten (Android SDK | Android Developers) oder auch schon einmal via Google als separater Download zu finden.
So man diesen Weg nicht gehen will, kann man auf dem Geraet auch direkt aus dem Terminal Fenster arbeiten. Dann sehen die Kommandos nur leicht anders aus, damit die Dateien auf der SD-Karte landen.
Bitte daran denken die Logs direkt zu erstellen, nachdem der Boot durch ist und man das Problem reproduziert hat.
---
Thanks, but this is just a small part of the log and not very useful (probably because you used an App). Feel free to send a PM with the logs. That is probably better than spamming the forum. If they contain something useful, I will post the relevant part ;-)
You will need the "adb" utility on your PC for the commands I mentioned in my previous post. It comes either as part of the Android SDK (Android SDK | Android Developers) or can be found as a separate Download.
If you want to do it on the device itself, you can open a Terminal Window and type in the commands. However, they will look slightly different, because you have to redirect the output to the SD-card.
Please create the logs immediately after reproducing the problem.
Fuer die Kommandos von mir braucht es das "adb" Kommando auf einem PC. Dies ist entweder im Android SDK enthalten (Android SDK | Android Developers) oder auch schon einmal via Google als separater Download zu finden.
So man diesen Weg nicht gehen will, kann man auf dem Geraet auch direkt aus dem Terminal Fenster arbeiten. Dann sehen die Kommandos nur leicht anders aus, damit die Dateien auf der SD-Karte landen.
Bitte daran denken die Logs direkt zu erstellen, nachdem der Boot durch ist und man das Problem reproduziert hat.
---
Thanks, but this is just a small part of the log and not very useful (probably because you used an App). Feel free to send a PM with the logs. That is probably better than spamming the forum. If they contain something useful, I will post the relevant part ;-)
You will need the "adb" utility on your PC for the commands I mentioned in my previous post. It comes either as part of the Android SDK (Android SDK | Android Developers) or can be found as a separate Download.
If you want to do it on the device itself, you can open a Terminal Window and type in the commands. However, they will look slightly different, because you have to redirect the output to the SD-card.
Please create the logs immediately after reproducing the problem.
Code:
su
logcat -d > /sdcard/logcat.txt
logcat -b radio -d > /sdcard/radio.log
dmesg > /sdcard/dmesg.log