Subversion Repositories Projects

Rev

Rev 214 | Rev 222 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 214 Rev 220
Line 28... Line 28...
28
    public final static byte STATEID_ABOUT            =22;
28
    public final static byte STATEID_ABOUT            =22;
29
    public final static byte STATEID_NC_ERRORS        =23;
29
    public final static byte STATEID_NC_ERRORS        =23;
30
    public final static byte STATEID_FLASHING         =24;
30
    public final static byte STATEID_FLASHING         =24;
31
    public final static byte STATEID_NAMEINPUT        =25;
31
    public final static byte STATEID_NAMEINPUT        =25;
32
    public final static byte STATEID_DATABUFF         =26;
32
    public final static byte STATEID_DATABUFF         =26;
33
    public final static byte STATEID_SELECT_GPS_FORMAT=27;
33
    //    public final static byte STATEID_SELECT_GPS_FORMAT=27;
34
    public final static byte STATEID_SELECT_SPEED_FORMAT=28;
34
    //public final static byte STATEID_SELECT_SPEED_FORMAT=28;
35
    public final static byte STATEID_STRINGINPUT      =29;
35
    public final static byte STATEID_STRINGINPUT      =29;
Line 36... Line 36...
36
 
36
 
Line 64... Line 64...
64
   
64
   
65
 
65
 
66
    public final static byte ACTIONID_CHANGESKIN   = 22;
66
    public final static byte ACTIONID_CHANGESKIN   = 22;
67
    public final static byte ACTIONID_SOUNDTOGGLE  = 23;
67
    public final static byte ACTIONID_SOUNDTOGGLE  = 23;
68
    public final static byte ACTIONID_VIBRATOGGLE  = 24;
68
    public final static byte ACTIONID_VIBRATOGGLE  = 24;
69
    public final static byte ACTIONID_GRAPHTOGGLE  = 25;
69
    //    public final static byte ACTIONID_GRAPHTOGGLE  = 25;
70
    public final static byte ACTIONID_FULLSCREENTOGGLE  = 26;
70
    // public final static byte ACTIONID_FULLSCREENTOGGLE  = 26;
Line 71... Line 71...
71
    public final static byte ACTIONID_LIGHTTOGGLE  =27;
71
    public final static byte ACTIONID_LIGHTTOGGLE  =27;
Line 108... Line 108...
108
 
108
 
109
    public final static String[] conn_details_menu_items={ "packet Traffic","view Data","connect via TCP/IP","connect via BT","connect via COM","set Proxy","back" };
109
    public final static String[] conn_details_menu_items={ "packet Traffic","view Data","connect via TCP/IP","connect via BT","connect via COM","set Proxy","back" };
Line 110... Line 110...
110
    public  final static byte[]  conn_details_menu_actions={ ACTIONID_TRAFFIC,ACTIONID_DATABUFF,ACTIONID_CONNECT_TCP,ACTIONID_SCAN_BT, ACTIONID_SELECT_COM,ACTIONID_PROXY_INPUT,ACTIONID_MAINMENU};
110
    public  final static byte[]  conn_details_menu_actions={ ACTIONID_TRAFFIC,ACTIONID_DATABUFF,ACTIONID_CONNECT_TCP,ACTIONID_SCAN_BT, ACTIONID_SELECT_COM,ACTIONID_PROXY_INPUT,ACTIONID_MAINMENU};
111
 
111
 
112
 
112
 
Line 135... Line 135...
135
//#endif
135
//#endif
136
                                                        ACTIONID_TOGGLE_EXPERT,
136
                                                        ACTIONID_TOGGLE_EXPERT,
137
                                         ACTIONID_MAINMENU };
137
                                         ACTIONID_MAINMENU };
Line 138... Line 138...
138
 
138
 
139
 
139
 
140
 
140
    */