Join Today
+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1

    Default Developer's Help needed...!!!!

    Hi guys, a big thanks to all the Developers out there doing a Fantastic Job!
    I need your help for the following-
    1) Where and what in the FW should i EDIT to Add/Edit Browser Profiles???
    2) Can i add the preloaded Java Applications on my FW to a specific tab in the Menu, say "Java Apps"???
    3) Can i put an Application to load automatically each time my cell is switched on(Applications are preloaded in FW)???

    Hope to hear from u soon....

  2. #2

    Default

    Quote Originally Posted by daniell007 View Post
    Hi guys, a big thanks to all the Developers out there doing a Fantastic Job!
    I need your help for the following-
    1) Where and what in the FW should i EDIT to Add/Edit Browser Profiles???
    2) Can i add the preloaded Java Applications on my FW to a specific tab in the Menu, say "Java Apps"???
    3) Can i put an Application to load automatically each time my cell is switched on(Applications are preloaded in FW)???

    Hope to hear from u soon....
    well I don't know exactly about the first two question but the third is easy

    you have to edit CG34/preloadapps/SysRegistry if you are making this as default autorun.

    use Linux based editor to edit that file. now suppose the quoted text is a part of that file and you want to add zeditor to run on every startup then
    [8a2b9b37-83e7-a8d9-82cf-000000000017]
    AppID = {8a2b9b37-83e7-a8d9-82cf-000000000017}
    BigIcon = icon-big.png
    Icon = icon-sm.png
    AniIcon = Home_QT_ani.gif
    Args =
    Attribute = 2
    Daemon = 0
    LockEnabled = 1
    Directory = /usr/data_resource/preloadapps/qtapps/zeditor
    Exec = zeditor
    FixedAllPosition = 0
    FixedPosition = 0
    GroupID = root
    MassStorageStatus = 0
    Type = 2
    UserID = root
    Name = Zeditor

    [AutoRun]
    Apps = 220072c6-9008-468e-9968-11f3c50fa95e;95ffa462-7e2f-49a9-9e6d-f8f63b2f3c40;0a92f2c5-584d-440a-954c-1a155079d71a;
    just add the red highlighted pat at the end of last Autorun line
    [8a2b9b37-83e7-a8d9-82cf-000000000017]
    AppID = {8a2b9b37-83e7-a8d9-82cf-000000000017}
    BigIcon = icon-big.png
    Icon = icon-sm.png
    AniIcon = Home_QT_ani.gif
    Args =
    Attribute = 2
    Daemon = 0
    LockEnabled = 1
    Directory = /usr/data_resource/preloadapps/qtapps/zeditor
    Exec = zeditor
    FixedAllPosition = 0
    FixedPosition = 0
    GroupID = root
    MassStorageStatus = 0
    Type = 2
    UserID = root
    Name = Zeditor

    [AutoRun]
    Apps = 220072c6-9008-468e-9968-11f3c50fa95e;95ffa462-7e2f-49a9-9e6d-f8f63b2f3c40;0a92f2c5-584d-440a-954c-1a155079d71a;8a2b9b37-83e7-a8d9-82cf-000000000017;
    This will make zeditor to start everytime the phone starts...
    Motorola A1200 : Beast
    Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
    Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED


  3. #3
    Join Date
    Aug 2006
    Location
    Karnataka, India
    Posts
    790

    Default

    @ Danie
    Yes, you can add browser profiles to firmware. You need to mess with CG42 > Connections and you have to add broswer settings under Configuration file. Exactly I am not remembering which Configuration file. I will let you know by today.
    2. Regarding your second question, I advise you not to mess too much with original firmware. It is possible. But I don't know how. I used a firmware Lombarghini 09p by Jimmikid he added 6-7 menus like Java apps etc. under Menu tab. Later anytime you can add preloaded java apps to separate menu "Java Apps" or whatever using tab manager app.
    Phone:
    Milestone XT720
    Firmware: STR_U2_01.1E.0

    MotoMing² A1600
    Firmware: MotoSpeed_RSP_03R
    --
    Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720

  4. #4

    Default

    Quote Originally Posted by prasannars View Post
    @ Danie
    Yes, you can add browser profiles to firmware. You need to mess with CG42 > Connections and you have to add broswer settings under Configuration file. Exactly I am not remembering which Configuration file. I will let you know by today.
    2. Regarding your second question, I advise you not to mess too much with original firmware. It is possible. But I don't know how. I used a firmware Lombarghini 09p by Jimmikid he added 6-7 menus like Java apps etc. under Menu tab. Later anytime you can add preloaded java apps to separate menu "Java Apps" or whatever using tab manager app.
    well I suppose he is asking for browser profiles which is located in browser->setup->profiles

    and Data Network is other thing.
    to configure browser profiles is different thing and to add network data profiles is different thing.

    you can add network data profiles in CG42/ezx_connection.cfg file add like the one given there... and it will be added.

    well you can add preload java application to games submenu but it is not really easy... it is complicated better use preload java apps from all menu.
    Motorola A1200 : Beast
    Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
    Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED


  5. #5

    Default

    Quote Originally Posted by kundancool View Post
    well I suppose he is asking for browser profiles which is located in browser->setup->profiles

    and Data Network is other thing.
    to configure browser profiles is different thing and to add network data profiles is different thing.

    you can add network data profiles in CG42/ezx_connection.cfg file add like the one given there... and it will be added.

    well you can add preload java application to games submenu but it is not really easy... it is complicated better use preload java apps from all menu.
    yes dude, that's what I'm asking for...how to add the profiles at browser->setup->profiles??? I have already added the Network Data profiles at CG42/ezx_connection.cfg but they don't reflect at browser->setup->profiles....So any solution???

    Regarding adding Java Applications to Specific tab, i just saw in Ferrari FW that it can be done by adding the Id of the Tab at CG34/preloadapps/javaapps/JavaDB....Seems pretty easy, will try it!

  6. #6

    Default

    @ Kundan :: oh man! that Autorun tag at the End just slipped outta my mind!

    Anyways, thank you prasannars & kundancool for replying!

  7. #7
    Join Date
    Aug 2006
    Location
    Karnataka, India
    Posts
    790

    Default

    You are welcome.
    Phone:
    Milestone XT720
    Firmware: STR_U2_01.1E.0

    MotoMing² A1600
    Firmware: MotoSpeed_RSP_03R
    --
    Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720

  8. #8

    Default

    Quote Originally Posted by daniell007 View Post
    yes dude, that's what I'm asking for...how to add the profiles at browser->setup->profiles??? I have already added the Network Data profiles at CG42/ezx_connection.cfg but they don't reflect at browser->setup->profiles....So any solution???

    Regarding adding Java Applications to Specific tab, i just saw in Ferrari FW that it can be done by adding the Id of the Tab at CG34/preloadapps/javaapps/JavaDB....Seems pretty easy, will try it!
    Just let me know what you do with JAVADB file and what you do there I think it may work... let me know if you get it working on other tabs ..
    Motorola A1200 : Beast
    Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
    Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED


  9. #9

    Default

    ^^
    yeah sure!
    I'll let you know after flashing the FW coz currently I'm connected to Internet from my Rokr™

  10. Default

    Quote Originally Posted by kundancool View Post
    Just let me know what you do with JAVADB file and what you do there I think it may work... let me know if you get it working on other tabs ..
    Dude, i got the Java Applications in a Tab(My Apps) but there's another problem i.e. I created a Tab with Name Tools but it is displayed as User2.
    Here's what it did-
    Code:
    //Declared the following in SysRegistry-
    [3bb7f1b5-12bb-4b79-985b-96436e094256]
    Type = 1
    Attribute = 7
    BigIcon =
    Icon = 
    LockEnabled = 0
    FixedPosition = 0 
    FixedAllPosition = 0
    Name = Tools
    AniIcon =
    Code:
    //For Java Apps, here's the JavaDB-
    00001||1||0||/usr/data_resource/preloadapps/javaapps/MusicID.jar||/usr/data_resource/preloadapps/javaapps/MusicID.jad||3bb7f1b5-12bb-4b79-985b-96436e094258||001
    00002||1||0||/usr/data_resource/preloadapps/javaapps/om5.1.jar||/usr/data_resource/preloadapps/javaapps/om5.1.jad||3bb7f1b5-12bb-4b79-985b-96436e094258||002
    00003||1||0||/usr/data_resource/preloadapps/javaapps/snaptu.jar||/usr/data_resource/preloadapps/javaapps/snaptu.jad||3bb7f1b5-12bb-4b79-985b-96436e094258||003
    00004||1||0||/usr/data_resource/preloadapps/javaapps/Quicknotes_A1200_EN.jar||/usr/data_resource/preloadapps/javaapps/Quicknotes_A1200_EN.jad||3bb7f1b5-12bb-4b79-985b-96436e094258||004
    00005||1||0||/usr/data_resource/preloadapps/javaapps/moby_explorer_v3.jar||/usr/data_resource/preloadapps/javaapps/moby_explorer_v3.jad||3bb7f1b5-12bb-4b79-985b-96436e094258||005
    
    //and the SysRegistry-
    [3bb7f1b5-12bb-4b79-985b-96436e094258]
    Type = 1
    Attribute = 6
    BigIcon =
    Icon = 
    LockEnabled = 0
    FixedPosition = 0
    FixedAllPosition = 0
    Name = My Apps
    AniIcon =
    What you did in your JavaDB was providing the Registry key that didn't exist in the SysRegistry!

    Have a look at the attachments! Anything about Browser Profiles???? Shantanu???
    Attached Thumbnails Attached Thumbnails Developer's Help needed...!!!!-20101104041213.png   Developer's Help needed...!!!!-20101104041250.png  


 
+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 0
    Last Post: 02-20-2010, 08:09 AM
  2. Help needed
    By system76 in forum E6 General Chat
    Replies: 2
    Last Post: 12-25-2008, 03:32 PM
  3. help needed.
    By vsayyappan in forum E6 General Chat
    Replies: 4
    Last Post: 02-28-2008, 05:49 AM
  4. HELP needed !!!!
    By searcharun in forum A1200 General Chat
    Replies: 2
    Last Post: 06-12-2007, 09:17 PM
  5. help needed
    By vimalvkumar in forum A1200 General Chat
    Replies: 2
    Last Post: 06-12-2007, 05:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Optimization by vBSEO 3.6.0 RC 1