Closed
Bug 622131
Opened 15 years ago
Closed 12 years ago
Motorola DROID2 and DROIDX have "Unknown" manufacturer
Categories
(Input :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: mbrubeck, Unassigned)
References
Details
These devices don't show up when "manufacturer=Motorola" is checked, and when you filter for these devices the manufacturer is "Unknown":
http://input.mozilla.com/en-US/search/?q=&product=mobile&version=&date_start=&date_end=&device=DROID2
On IRC, aakashd says this is because these phones report the manufacturer as lowercase "motorola" instead of capitalized "Motorola".
Comment 1•15 years ago
|
||
Fred, seems like a small enough fix (i.e. make input case-insensitive when siphoning device type and manufacturer from the db) to put in a 2.3 next week or so. What do you think?
Comment 2•15 years ago
|
||
Yes, the device/manufacturer names should be case-insensitive. Should consult with davedash on how to teach that to Sphinx -- perhaps we should just index all lowercase and then send the queries to sphinx all lowercase too.
We also got a bigger variety of devices than before now in the database (some bogus). That plays into bug 620760.
Comment 3•15 years ago
|
||
=(In reply to comment #2)
perhaps we should just index
> all lowercase and then send the queries to sphinx all lowercase too.
That's a viable solution, but won't be very pretty if it stays lowercase once its seen by a user. What about capitalizing at the end?
Comment 4•15 years ago
|
||
(In reply to comment #3)
> =(In reply to comment #2)
> perhaps we should just index
> > all lowercase and then send the queries to sphinx all lowercase too.
>
> That's a viable solution, but won't be very pretty if it stays lowercase once
> its seen by a user. What about capitalizing at the end?
We'll normalize all input and also store prettified versions in a lookup table. No worries.
Assignee: nobody → dd
Updated•14 years ago
|
Priority: -- → P2
Target Milestone: --- → 4.0
Comment 5•14 years ago
|
||
Matt/Aakash,
Can I get a Droid2/DroidX to test? And will these fields auto-fill if I just go to input by manually typing the URL (I want to go to a test version of the Input site).
Not needed for this, but might make solving this easier.
Reporter | ||
Comment 6•14 years ago
|
||
(In reply to comment #5)
> Can I get a Droid2/DroidX to test?
There should be some in Mountain View you can borrow if you talk to Aakash or the other mobile team members there.
> And will these fields auto-fill if I just go to input by manually
> typing the URL (I want to go to a test version of the Input site).
To get these to auto-fill on a different site, go to about:config and change these preferences:
extensions.feedback.url.happy
extensions.feedback.url.sad
then use the "Beta Tester Tools" pane in a Fennec Aurora build to submit feedback.
Comment 7•14 years ago
|
||
Moving to Future, but many of these will land in 4.x
Target Milestone: 4.0 → Future
Assignee | ||
Updated•14 years ago
|
Component: Input → General
Product: Webtools → Input
Updated•14 years ago
|
Assignee: dd → nobody
Comment 8•12 years ago
|
||
I think this isn't relevant anymore with the new Input.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•