Closed Bug 620584 Opened 14 years ago Closed 14 years ago

Hardcode app id to org.mozilla.firefox instead of org.mozilla.@MOZ_APP_NAME@

Categories

(Firefox Build System :: General, defect)

All
Android
defect
Not set
normal

Tracking

(fennec2.0b3+)

RESOLVED FIXED
Tracking Status
fennec 2.0b3+ ---

People

(Reporter: mwu, Assigned: mwu)

References

Details

Attachments

(3 files)

Attached patch HackSplinter Review
Patch attached just in case we need to do this. Going to write a cleaner patch to follow up, but this one works in case we need it ASAP.
why would we want this?
This allows apps to override the entire package name instead of just the end of org.mozilla. It defaults to org.mozilla.MOZ_APP_NAME but can be overwritten in the conf vars.
Attachment #498933 - Flags: review?(ted.mielczarek)
Attachment #498933 - Flags: review?(blassey.bugs)
can someone give some insight on how/what needs to be tested to adequately cover this fix? for example, stuart briefly mentioned that a user that updates with this change will end up with 2 copies of firefox on their android device. That doesnt sound like a good experience to me.
I still don't understand why we want this
We need to get this for b3
tracking-fennec: --- → 2.0b3+
Attachment #498934 - Flags: review?(mark.finkle)
Comment on attachment 498933 [details] [diff] [review] Add ANDROID_PACKAGE_NAME The build bits look fine to me.
Attachment #498933 - Flags: review?(ted.mielczarek) → review+
For posterity's sake, if someone could answer blassey's question in-bug, that would be useful.
Comment on attachment 498934 [details] [diff] [review] Use org.mozilla.firefox on branded builds We could put | ANDROID_PACKAGE_NAME=org.mozilla.fennec | in the nightly configure.sh just to be explicit, but it's not a big deal.
Attachment #498934 - Flags: review?(mark.finkle) → review+
Comment on attachment 498933 [details] [diff] [review] Add ANDROID_PACKAGE_NAME >- String action = "org.mozilla.gecko.restart" + getAppName(); >+ String action = "org.mozilla.gecko.restart"; you need to change the restarter's action in the manifest. Have you tested this?
Comment on attachment 498933 [details] [diff] [review] Add ANDROID_PACKAGE_NAME please fix the restarter action and test the heck out of this
Attachment #498933 - Flags: review?(blassey.bugs) → review+
Comment 8 is a good one, why do we want this? Can someone answer in the bug?
someone put our beta 2 build in the android market place with org.mozilla.fennec as its app id. For obvious reasons, the market place doesn't allow two apps with the same id. Its unclear at this time if google will fully remove the existing app from the market such that we can submit with org.mozilla.fennec.
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: