bladox.com Forum Index bladox.com
Turbo SIM Toolkit Adapter Forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Rename turbo and hide the setup menu

 
Post new topic   Reply to topic    bladox.com Forum Index -> General
View previous topic :: View next topic  
Author Message
macglance
Guest





PostPosted: Mon Sep 26, 2005 6:30 pm    Post subject: Rename turbo and hide the setup menu Reply with quote

Hi Pz,
Can you give me some stuff in order to rename TURBO menu and hide setup sub menu?
Back to top
pz
Guest





PostPosted: Tue Sep 27, 2005 8:17 am    Post subject: Reply with quote

To rename Turbo see thread http://www.bladox.com/forum/viewtopic.php?t=102

As for hiding Setup item in turbo_handler in ACTION_APP_REGISTER
do set_proc_8 (PROC_8_CONFIG_SETUP, 0);

You can also insert set_proc_8 (PROC_8_CONFIG_SIM_FIRST, 0);
which controls if SIM menu is at first position (default) or last in the list.

The turbo-devel package on out site hasn't been updated for some time, we are still working on it and hopefully it will be released once BRUM module is out. So compiler will complain on PROC_8_CONFIG_SETUP, PROC_8_CONFIG_SIM_FIRST undefined. Insert following into turbo-devel/include/turbo/proc.h:

Code:

/**
\ingroup api_proc
Display "Setup" menu item. You have to do set_up_menu() to recreate menu.
\return 0/1.
*/

#define PROC_8_CONFIG_SETUP                     0x14

/**
\ingroup api_proc
SIM applications menu first/last. You have to do set_up_menu() to recreate menu.

\return 0/1.
*/

#define PROC_8_CONFIG_SIM_FIRST                 0x15
Back to top
macglance
Guest





PostPosted: Tue Oct 11, 2005 10:59 am    Post subject: Reply with quote

Hi Pz,
and now, I want that the turbo menu be a sub menu of my app.
Also, can we add some entries in the phonebook?
Regards!
Back to top
pz
Guest





PostPosted: Tue Oct 11, 2005 4:42 pm    Post subject: Reply with quote

macglance wrote:
Hi Pz,
and now, I want that the turbo menu be a sub menu of my app.


Mmm, why? You mean Setup? Anyway it's not possible. You could emulate, almost all available in setup is accessible from API (e.g. Turbo SMS configuration).

You can have structure:
[Our apps]:
[Setup]
[My app 1]
[My app 2]
......
[Operator apps]

where operator apps can be first/last item.

Quote:

Also, can we add some entries in the phonebook?
Regards!


Forever or on the fly? Static or dynamic? If once forever you can use sim()
fnc to write it there, for on the fly modification you have to reg_file() the EF_ADN
and manipulate what is to be sent to ME. Someone is using this for EF_SDN
so his special numbers are in special phonebook that cannot be modified by users.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    bladox.com Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group