Closed GoogleCodeExporter closed 9 years ago
Hm... Unfortunately there's nothing I can do without getting more information,
since I don't own a Galaxy Y myself.
Do you have the skills to install the Android SDK and try to run the app. with
the debugger ?
Original comment by nicolas@guillaumin.me
on 24 Aug 2012 at 12:12
Ok, I installed the SDK on Windows XP and adb lists the device as
0123456789ABCDEF device. What to do now?
Original comment by stephanf...@gmail.com
on 30 Aug 2012 at 7:48
Impressive !
The idea is to capture the logs when the crash occurs. I'm not exactly sure how
because I'm usually using the Eclipse IDE to get the logs, but you should be
able to run logcat from the command line:
http://developer.android.com/tools/help/logcat.html
If it works I guess you can redirect the output to a file (logcat > file.txt)
and then attach it to the issue ?
Original comment by nicolas@guillaumin.me
on 4 Sep 2012 at 7:49
I installed version 0.6.2 and captured some output with the command
adb logcat *:E -f > logfile.txt
until I had to press the confirm button that the app had to be closed. Tell me
if you need more of this or even some lower level output.
Original comment by stephanf...@gmail.com
on 7 Sep 2012 at 9:52
Attachments:
Any update on this? Version 0.6.3 is still not working on Galaxy Y.
Original comment by stephanf...@gmail.com
on 8 Jan 2013 at 11:14
Problem solved by updating to the newest firmware from Samsung for the SGY. :)
Original comment by stephanf...@gmail.com
on 20 Mar 2013 at 12:05
Original comment by nicolas@guillaumin.me
on 20 Mar 2013 at 8:08
Original issue reported on code.google.com by
stephanf...@gmail.com
on 23 Aug 2012 at 6:35