OpenBaseMovil Nokia s60, 6670,e71,e61有关问题

OpenBaseMovil Nokia s60, 6670,e71,e61问题?
   private void doShow()
    {
        // This delays minimze the chance that a Nokia 6670 or Nokia S60 3rd
        // edition device (might apply to other nokias) freez when showing a
        // view. The total delay of 600ms, with this distribution seems to
        // make it stable on E70 and E61. The delay is only applied to Nokia
        // phones at this moment
        if( displayable != null )
        {
            final Display display = Application.getManager().getDisplay();
            delay();
            delay();
            display.setCurrent( displayable );
            if( !DeviceInfo.isNokia() && focusedItem != null )
            {
                delay();
                delay();
                display.setCurrentItem( focusedItem );
            }
            setCurrent( this );
            delay();
            delay();
        }
    }

    private void delay()
    {
        if( delay )
        {
            // Under some strange circumstances the Nokia 6670 crashes whitout this delay
            try
            {
                Thread.sleep( 100 );
            }
            catch( InterruptedException e )
            {
            }
        }
    }



是否的确是这样?天啊,谁可以使用以上环境的设备给我测试一下我的手机理财JAccount呢?