Ok so there appears to be different behavior between the home screen and the app tray. I've got screenshots to take a look at - other apps are certainly affected. In the following screenshots, you'll see that from before the reboot, there is the correct icon over Light Racer 3D, but after reboot, it turns into a random icon from the app, which is the pause symbol.
Take a look at Astro on these screen shots on the home screen. It starts off normal as well but then after the reboot, turns into a folder icon. Before Reboot - http://tinyurl.com/ygp4ddg After Reboot - http://tinyurl.com/ykpahuh The third screenshot is the app tray, where the app in the lower right- hand corner now says the package name instead of the correct application label and the image is a random one and not the correct app icon. You would have no idea that that app is Light Racer 3D. http://tinyurl.com/yh4vg5e The last screenshot is the affected version of Hero, which appears to be 1.5. I'd like if someone could confirm this bug in Donut as well. http://tinyurl.com/yz674os All of this stuff that I'm showing you works 100% correctly on the Dream, Magic and all emulator versions. On Oct 25, 2:16 am, Robert Green <[email protected]> wrote: > I originally titled this with the word "quirkiness" instead of "bugs" > but after reading the android reference docs, I believe it's a bug. > > I'm having problems with the app icons and labels for the Light Racer > series of games I've released on Hero. The games seem to run fine but > for whatever reason, they are having problems displaying more than the > package name on the home screen on Hero phones. The app manager shows > the right name and icon but not the home screen. It also on some > phones shows a random image as the icon, not even the app icon! > > I used a copy of a manifest that I used originally for Light Racer 1.0 > from when the Android SDK v1.0 was originally released. For whatever > reason, I put the words "Light Racer" directly in to the manifest for > the android:label. I also don't specify that same label for the > launch activity. > > I've since changed the label to the default @string/app_name but > people are still reporting problems. I thought that maybe not setting > the label on the launch activity was causing the problem but then I > read this: > > --------------------http://developer.android.com/guide/topics/manifest/activity-element.html > > android:label > A user-readable label for the activity. The label is displayed on- > screen when the activity must be represented to the user. It's often > displayed along with the activity icon. > > If this attribute is not set, the label set for the application as > a whole is used instead (see the <application> element's label > attribute). > > The activity's label — whether set here or by the <application> > element — is also the default label for all the activity's intent > filters (see the <intent-filter> element's label attribute). > > The label should be set as a reference to a string resource, so > that it can be localized like other strings in the user interface. > However, as a convenience while you're developing the application, it > can also be set as a raw string. > ---------------------- > > See, it says right there that it's optional and can even be a raw > string. That leads me to believe there's a bug with the app name > processing on the Hero. I'm going to update my app to try to fix this > and recommend that you test yours on hero and fix it as well if you > see the issue. > > Can others report on this please? I'd like confirm my suspicion that > the Hero needs a resource string for both the application and launch > activity to work correctly. > > I don't have a Hero so I'm relying on the feedback of others to solve > this issue. > > Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

