Closed GoogleCodeExporter closed 9 years ago
This is worse than I thought basically all dialogs are broken on older devices.
Basically this is an issue with us moving to the newer api and dropping support
for the old api. The fix is to add the following to MyTracks.java:
@Override
protected Dialog onCreateDialog(int id) {
return dialogManager.onCreateDialog(id, null);
}
This change along with some other unfinished changes can be found at:
http://code.google.com/r/sandordornbush-bugfix/source/detail?r=df93b0f05af9a19c2
6e9a1ab0cf352c444e77ad9
Original comment by sandordo...@google.com
on 24 Nov 2010 at 11:19
Merged the dialog part of the fix.
Original comment by rdama...@google.com
on 25 Nov 2010 at 3:12
This is good news. Is it fixed in current 1.0.20, or will next version have the
fix? Should I install 1.0.20 or wait? Thank you.
Original comment by hariskar
on 25 Nov 2010 at 6:46
Next version. If you want to test I can post a package here.
Original comment by rdama...@google.com
on 25 Nov 2010 at 7:41
I would like to test it.
Original comment by hariskar
on 25 Nov 2010 at 7:59
Please let us know if this works as expected.
Original comment by rdama...@google.com
on 25 Nov 2010 at 8:31
No crash, while I started sending a track. The problem seems to be fixed. I
will use it today at my ride and report any problem I may find.
Original comment by hariskar
on 25 Nov 2010 at 10:56
This app is one of the reasons I bought the Desire. I used it to record a
couple of tracks without a hitch. Two days ago, 24. Nov 2010 it suddenly
refused any save to SD card or Google.
Luckily I did not delete the tracks, but re-installed after reading this thread
and it sprang back to life, saving my tracks just as intended and programmed as
though nothing had happened.
No Idea where the hiccup occurred.
Original comment by WilliamB...@gmail.com
on 26 Nov 2010 at 2:50
I had the identical issue with 1.0.20 on an ADP1 running Android 1.6. After
installing the binary in Comment #6, uploading works perfectly again. Thanks!
Original comment by simon.le...@gmail.com
on 26 Nov 2010 at 5:43
The fix is now live at the Android Market, please update from there. Removing
the package from here.
Original comment by rdama...@google.com
on 27 Nov 2010 at 2:46
Original issue reported on code.google.com by
sandordo...@google.com
on 24 Nov 2010 at 9:04