Flash required to explore WidSets

The newest version of the Flash Player is required to explore WidSets. Please download and install the free Flash Player from the icon below.

After installation, refresh this page »

Re: Motorola RAZR V3c: Cannot select anything

Forum » Mobiles and Widgets » Motorola RAZR V3c: Cannot select anything » Re: Motorola RAZR V3c: Cannot select anything View all posts in this topic

Re: Motorola RAZR V3c: Cannot select anything

Antti  2008/03/28 13:58 UTC


Hi.

If you download the JAD-file by hand, you can manually edit the keybindings there in the following manner.

keys: <key_to_map>,<to_which_key>,<key_to_map>,<to_which_key>

So the bindings are number pairs, first number is the key being binded, and the next number is the number produced by your phone after a keypress for that specific button. And you can map multiple keys to represent the same button, if you want to.

Here are the mappable keys:
KEY_UP = -1;
KEY_DOWN = -2;
KEY_LEFT = -3;
KEY_RIGHT = -4;
KEY_FIRE = -5;
KEY_ESC = 27;
KEY_ENTER = 10;
KEY_CR = 13;
KEY_DELETE = -8;
KEY_BACKSPACE = 8;
KEY_TAB = 9;
KEY_OK = -6;
KEY_BACK = -7;

If you don't override these keys with new ones, the default values will be used.

For example here is the keymapping line on the JAD-file, if you download the application with a Motorola Razr V3c device, with user-agent starting with "Mototola_V3c".

keys: -2,-3,-5,-4,-1,-1,-6,-2,-20,-6,-21,-7,8,-5

Hope this helps you further.

And by the way, your user-agent still looks to be this in our system "MOT-GATW_/00.62 UP.Browser/6.2.3.4.c.1.109 (GUI) MMP/2.0 UP.Link/6.3.0.0.0". It's not the Motorola_V3c as you described it should be.

Cheers,
Antti