|
|
2007-09-29
, 12:04
|
|
|
Posts: 165 |
Thanked: 9 times |
Joined on Jul 2007
|
#31
|
|
|
2007-09-29
, 14:31
|
|
|
Posts: 1,310 |
Thanked: 820 times |
Joined on Mar 2006
@ Irving, TX
|
#32
|
)
|
|
2007-09-29
, 20:11
|
|
|
Posts: 469 |
Thanked: 88 times |
Joined on Sep 2007
@ Montana
|
#33
|
|
|
2007-10-01
, 11:34
|
|
Posts: 87 |
Thanked: 40 times |
Joined on May 2007
|
#34
|
After 2 years of Nokia's crap, isn't anyone else sick of being a beta tester. Its like QA doesn't even exist over there.
|
|
2007-10-01
, 12:15
|
|
|
Posts: 2,669 |
Thanked: 2,555 times |
Joined on Apr 2007
@ Halifax, Nova Scotia, Canada
|
#35
|
|
|
2007-10-01
, 12:38
|
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#36
|
Milhouse fanoush
I see, control values in registers are really differ to acheive same result.Really asymmetric prop's.Amazing! :\
if (slot == 0) {
if (!power_on)
return menelaus_set_vmmc(0);
switch (1 << vdd) {
case MMC_VDD_33_34:
case MMC_VDD_32_33:
case MMC_VDD_31_32:
mV = 3100;
break;
case MMC_VDD_30_31:
mV = 3000;
break;
case MMC_VDD_28_29:
mV = 2800;
break;
case MMC_VDD_19_20:
case MMC_VDD_18_19:
mV = 1850;
break;
default:
BUG();
}
return menelaus_set_vmmc(mV);
} else {
if (!power_on)
return menelaus_set_vdcdc(3, 0);
switch (1 << vdd) {
case MMC_VDD_33_34:
case MMC_VDD_32_33:
mV = 3300;
break;
case MMC_VDD_30_31:
case MMC_VDD_29_30:
mV = 3000;
break;
case MMC_VDD_28_29:
case MMC_VDD_27_28:
mV = 2800;
break;
case MMC_VDD_24_25:
case MMC_VDD_23_24:
mV = 2400;
break;
case MMC_VDD_22_23:
case MMC_VDD_21_22:
mV = 2200;
break;
case MMC_VDD_20_21:
mV = 2000;
break;
case MMC_VDD_19_20:
case MMC_VDD_18_19:
case MMC_VDD_17_18:
mV = 2000;
break;
case MMC_VDD_150_155:
case MMC_VDD_145_150:
mV = 1500;
break;
default:
BUG();
}
return menelaus_set_vdcdc(3, mV);
One is SDHC in Linux kernel is not ideal.Other is that cards are capable of dying just because power dropped.This is against SDHC specs so card manufacturers are IMHO responsible for releasing flawed products here as well.
|
|
2007-10-01
, 14:35
|
|
|
Posts: 11,700 |
Thanked: 10,045 times |
Joined on Jun 2006
@ North Texas, USA
|
#37
|
It's obvious that you guys have never worked in a QA department before.
|
|
2007-10-01
, 14:53
|
|
|
Posts: 2,669 |
Thanked: 2,555 times |
Joined on Apr 2007
@ Halifax, Nova Scotia, Canada
|
#38
|
|
|
2007-10-01
, 15:13
|
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#39
|
|
|
2007-10-01
, 15:42
|
|
Posts: 87 |
Thanked: 40 times |
Joined on May 2007
|
#40
|
It's obvious that you guys have never worked in a QA department before.
. And as QA I have to admit that firmware 4.2007 (this one with skype) has slightly worse quality than "default" firmware (version 3.200 IIRC). Sorry but that's true, at least it's my experience. I also do not know if Nokia extensively tested SDHC support but if QA processes adjusted properly, this bug not seems to be very hard to catch in test environment. Just buy bunch of cards from different vendors and play with your n800 devices and these cards a bit. Actually I'm surprised such big corporation has failed to perform proper testing.
.

. Also external SD slot cover seems to be unreliable. I think it is possible to make metallic cover for decent 400 euros. But huh, cheap plastic instead in 400 euros priced device. Also, I wonder what a ***** has decided to hide USB jack so it can't be accessed easily? Pretty uncomfortable. And what? No USB charging? Phew, thank you, hardware designers! Ever tried to remove battery? No, do not use screwdriver, scissors or something. Try to do this with bare fingers, yep? Got some fun, no?
.Also buttons like [+][Fullscreen][-] and others are far from 3.5 mm jack. Cool. Ever tried to switch track in player or adjust volume with these buttons? Pretty uncomfortable since they are far from 3.5 mm jack so you can't adjust this in the pocket, duh. You have to take device to the hands.
