 |
bladox.com Turbo SIM Toolkit Adapter Forums
|
View previous topic :: View next topic |
Author |
Message |
macglance Guest
|
Posted: Mon Sep 26, 2005 6:30 pm Post subject: Rename turbo and hide the setup menu |
|
|
Hi Pz,
Can you give me some stuff in order to rename TURBO menu and hide setup sub menu? |
|
Back to top |
|
 |
pz Guest
|
Posted: Tue Sep 27, 2005 8:17 am Post subject: |
|
|
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
|
Posted: Tue Oct 11, 2005 10:59 am Post subject: |
|
|
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
|
Posted: Tue Oct 11, 2005 4:42 pm Post subject: |
|
|
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 |
|
 |
|
|
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
|