alidiepuit / osmtracker-android

Automatically exported from code.google.com/p/osmtracker-android
GNU General Public License v3.0
0 stars 0 forks source link

Runtime Exception on G1 (1.6) with custom layout #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load the attached custom layout
2. enter any obstacle
3. tap on warehouse

What is the expected output? What do you see instead?
I expect to be able to log a type of ware house. Instead it crashes with the 
following exception

mBaselineAlignedChildIndex of LinearLayout set to an index that is out of 
bounds.

What version of the product are you using (See "About" screen)?
0.4.2

Make/model of your device, and Android version?
G1 Dev phone with a fresh install with firmware 1.6.

Additional info.
Even if you are not using the custom layout there appears to be an issue on the 
G1 (1.6). Once you tap a button it stays selected if you push the back button. 
I tried this on several G1s all with the same result. However neither of these 
errors occur on a Motorola droid with version 2.1. 

Unfortunately we are donating the G1s to the Humanitarian project in Haiti and 
need it to work on these phones. 

Original issue reported on code.google.com by trevor.e...@gmail.com on 18 Jun 2010 at 3:22

Attachments:

GoogleCodeExporter commented 9 years ago
According to the layout you've attached it seems pretty normal to me that it 
fails, because your Warehouse layout is empty :-). You need to fill it with 
buttons as you've done with "health" or "roads". Or am I missing something ?

Concerning the buttons that stays selected I've observed it sometimes on the 
dev. emulator, but never on my phone (HTC Magic). It's annoying but it doesn't 
crash the app so I didn't investigate... I'll enter a new issue for this.

Original comment by nguillau...@gmail.com on 19 Jun 2010 at 8:57

GoogleCodeExporter commented 9 years ago
Close this one as it seems ok to me and no news from the reporter.

Original comment by nguillau...@gmail.com on 25 Jul 2010 at 6:34