Перейти к содержанию
Old Phone Forum

subhashdas21

Стажёр
  • Постов

    9
  • Зарегистрирован

  • Посещение

Сообщения, опубликованные subhashdas21

  1. Hello every one i am tring to create patch for S5620MFJI1 using the files uploaded here but when ever i try to open qub and select S5620MFJI1 setting it gives an error "Invalid filename".

    How to solve this error.

    please help.

     

    Привет каждый я хочу Тринг создать патч для S5620MFJI1 использования файлов, загруженных здесь, но когда все я пытаюсь открыть Якуб и выберите S5620MFJI1 настройки она выдает ошибку "Неправильный файл".

    Как решить эту ошибку.

    пожалуйста, помогите.

    Converted using Google translator.

  2. for MiniPlayer control

     

    FSCommand2("Set", "Widget", "MiniPlayer", "setControl", "player", "prev"); --- Preview button

    FSCommand2("Set", "Widget", "MiniPlayer", "setControl", "player", "play"); --- Play button

    FSCommand2("Set", "Widget", "MiniPlayer", "setControl", "player", "pause"); --- Pause button

    FSCommand2("Set", "Widget", "MiniPlayer", "setControl", "player", "stop"); --- Stop button

    FSCommand2("Set", "Widget", "MiniPlayer", "setControl", "player", "next"); --- Next button

     

    FSCommand("launch", "Widget,MiniPlayer");-Open player, playlist....

    FSCommand("launch", "Widget,MiniPlayer_2");-Open player, button...

     

    I have these codes. What i want is the code for displaying music name or the title of the song been played.

  3. Софтовые клавиши:

    Клавиатура

    on (release)

    {

    getURL("FSCommand:launch", "MainMenu,mainSoftkey,1");

    }

    Справочник

    {

    getURL("FSCommand:launch", "MainMenu,mainSoftkey,2");

    }

    Сообщения

    {

    getURL("FSCommand:launch", "MainMenu,mainSoftkey,3");

    }

    Вернуться на рабочий стол

    {

    getURL("FSCommand:launch", "MainMenu,mainSoftkey,4");

    }

    Эти скрипты подходят и для Гаджета? Или там другие?

     

     

    There are more

    <!--01--> FSCommand("launch", "Widget,Softkey,1"); --- Keypad

    <!--02--> FSCommand("launch", "Widget,Softkey,2"); --- ontacts

    <!--03--> FSCommand("launch", "Widget,Softkey,3"); --- Message

    <!--04--> FSCommand("launch", "Widget,Softkey,4"); --- Open MainMenu

    <!--05--> FSCommand("launch", "Widget,Wifi"); --- Wifi

    <!--06--> FSCommand("launch", "Widget,Bluetooth"); ---Bluetooth

    <!--07--> FSCommand("launch", "Widget,MsgInbox"); --- SMS inbox.

    <!--08--> FSCommand("launch", "Widget,MsgComposer");--- SMS Composer

    <!--09--> FSCommand("launch", "Widget,RingtoneSetting");-Set Ringtone

    <!--10--> FSCommand("launch", "Widget,MiniPlayer");-Open player, playlist....

    <!--11--> FSCommand("launch", "Widget,MiniPlayer_2");-Open player, button...

    <!--12--> FSCommand("launch", "Widget,MiniRadio");--- Open FM Radio.

    <!--13--> FSCommand("launch", "Widget,Time&date");-Set time and date.

    <!--14--> FSCommand("launch", "Widget,Mirror"); --- Use Front-Camera as Mirror

    <!--15--> FSCommand("launch", "Widget,VoiceMemo"); --- Recorder

    <!--16--> FSCommand("launch", "Widget,Calculator"); --- Calculator

    <!--17--> FSCommand("launch", "Widget,Calendar"); --- Calendar

    <!--18--> FSCommand("launch", "Widget,Navigation"); --- Samsung LBS (navigator sw)

    <!--19--> FSCommand("launch", "Widget,Facebook"); --- Facebook (web)

    <!--20--> FSCommand("launch", "Widget,MySpace"); --- My Space (web)

    <!--21--> FSCommand("launch", "Widget,Youtube"); --- Youtube (web)

    <!--22--> FSCommand("launch", "Widget,Photobucket"); --- Photobucket (web)

    <!--23--> FSCommand("launch", "Widget,Notes"); --- Write a note.

    <!--24--> FSCommand("launch", "Widget,Games"); --- Java games and Apps.

    <!--25--> FSCommand("launch", "Widget,Help"); --- Help (Flash Player -- after patch)

    <!--26--> FSCommand("launch", "Widget,Alarms"); --- Alarms

    <!--27--> FSCommand("launch", "Widget,Picasa"); --- Picasa (web)

    <!--28--> FSCommand("launch", "Widget,Friendster"); --- Friendster (web)

    <!--29--> FSCommand("launch", "Widget,Flickr"); --- Flickr (web)

     

     

     

    for MiniPlayer control

     

    <!--01--> FSCommand2("Set", "Widget", "MiniPlayer", "setControl", "player", "prev"); --- Preview button

    <!--02--> FSCommand2("Set", "Widget", "MiniPlayer", "setControl", "player", "play"); --- Play button

    <!--03--> FSCommand2("Set", "Widget", "MiniPlayer", "setControl", "player", "pause"); --- Pause button

    <!--04--> FSCommand2("Set", "Widget", "MiniPlayer", "setControl", "player", "stop"); --- Stop button

    <!--05--> FSCommand2("Set", "Widget", "MiniPlayer", "setControl", "player", "next"); --- Next button

    • Like 1
  4. Hello every one.

    My name is subhash and i am trying to port menus of s5230 to s5620 in the darkforestgroup forum.

    I followed the procedure as stated above, but i am facing some problems.

    1. when i convert the swf file to fla and after that i changed the codes using adobe flash cs5 professional and exported it to swf file again, The swf file works normally but the quality of the icons and the text below them get deteorate. that is it does not have the same crispy look as the original menu.

    2 the second problem is that in some of the menus like the LG star which i have converted does not support the fscommand2 for sound and vibration.

    while exporting the following error is show in the adobe cs5.

    "The currently targeted flash player does not support the FSCommand2 action.

    What should i do to keep the looks of the original menu and to add the sound and vibration function on selection of the a menu item.

    Please help............

    Thanks in advance.........................

×
×
  • Создать...