C450
From Moto4Lin
blood tests gay men online dating services tom tom maps powerball lottery
Contents |
[edit]
Place non-spam content below here
[edit]
USB ID:
22b8:3802 - AT 22b8:3801 - P2K
[edit]
Model ID, Firmware, Accessory Feature
at +gmm +GMM: "GSM900","GSM1800","GSM1900","GSM850","MODEL=C450"
at +fmr +FMR: "E380_G_0A.03.40R"
at +maid +MAID: 1,1,1,1,1,1,1,1,1,1,0,0,1,1,0,0,1,0,0,0,0
[edit]
Specific Problems:
Phone doesn't have J2MEST, so Kjava doesn't work.
[edit]
Fixing moto4lin to work with this phone
The latest source of moto4lin does not work with this phone. Try this patch to make it work:
diff -Nru moto4lin-0.3/moto_ui/p2kproc.cpp moto4lin-0.3-new/moto_ui/p2kproc.cpp
--- moto4lin-0.3/moto_ui/p2kproc.cpp 2005-03-02 19:49:30.000000000 +0100
+++ moto4lin-0.3-new/moto_ui/p2kproc.cpp 2006-07-17 21:34:12.879034000 +0200
@@ -707,7 +707,6 @@
phoneHandle=0;
phoneHandle = usb_open(phone);
if (phoneHandle==0) RAISE("Unable to open phone\n");
- if (usb_set_configuration(phoneHandle,1)) RAISE("Unable to set configuration");
if (usb_claim_interface(phoneHandle, INTERFACE_TEST_COMMAND)) RAISE("Unable to claim the interface");
return(1);
}
