Re: [android-developers] Re: Particularity running modified standard app

2011-01-12 Thread Kostya Vasilyev
Check the manifest for your custom version, to see if there is an activity with an intent filter that is launched by a specific action name (as opposed by class). I'd think there might be. If so, change the action string to be different from the standard application in the manifest and in your code

Re: [android-developers] Re: Particularity running modified standard app

2011-01-12 Thread Bernard T. Higonnet
Kostya Vasilyev wrote: 12.01.2011 23:49, higonnet пишет: I did not change the package name. Do that then. Well, it gets curioser and curioser. Please fasten seatbelts for what follows. Before describing what happened when I did change the package name, I have to say that without knowledge

Re: [android-developers] Re: Particularity running modified standard app

2011-01-12 Thread Kostya Vasilyev
12.01.2011 23:49, higonnet пишет: I did not change the package name. Do that then. You can't publish applications that use "com.android.*" or "android.*" for package name anyway. -- Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com -- You received this messag

[android-developers] Re: Particularity running modified standard app

2011-01-12 Thread higonnet
I should clarify that I changed android:label in . I did not change the package name. Bernard Higonnet On Jan 12, 8:41 pm, higonnet wrote: > On Jan 12, 5:53 pm, Kostya Vasilyev wrote: > > > Did you change the package name in the code and in the manifest? > > I did. It shows up with the name X

[android-developers] Re: Particularity running modified standard app

2011-01-12 Thread higonnet
On Jan 12, 5:53 pm, Kostya Vasilyev wrote: > Did you change the package name in the code and in the manifest? I did. It shows up with the name X in the app launcher and also in the list of running tasks (when using Taskiller for example). Bernard Higonnet > > 12.01.2011 20:52, higonnet пишет

[android-developers] Re: Particularity running modified standard app

2011-01-12 Thread Brill Pappin
update the manifest package name, and double check the resources for the string. You simply missed something. - Brill On Jan 12, 12:52 pm, higonnet wrote: > Hello, > > I have downloaded and slightly modified the Android 2.2 version of > Camera and have begun to make some changes to it. > > Let'