View Full Version : nokia 3310 autoanswer always
nuky726
26-07-2006, 04:12 PM
It is possible to make on nokia 3310 autoanswer always?
That the phone always itself answered a call. Or at once, or through 2-3 bells
Is at somebody such script?
It is very necessary to make such phone for the person without hands.
I shall be very grateful.
... Excuse for bad English
Mr Wolf
30-07-2006, 07:29 AM
Look here:
http://www.dvirus.co.uk/
there's the script "Automatic answer" which must be patched with NokiX!
nuky726
30-07-2006, 06:14 PM
Dear Mr Wolf! Thank for your answer!
I have tried to make the autoanswer with help NokiX, but at me for some reason nothing it has turned out...: (
In MENU the phone item(point) AUTOANSWER (on-off) has appeared, but the phone does not answer entering calls...: (
What I do(make) not so?
My actions:
1. In NOKIX we open bookmark DUMPER it is chosen script dump_menu.nrx and a file 3310e6.33.fls
We press EXECUTE SCRIPT and the text file (for example Menu1.txt) is kept
2. We add new lines in a file Menu1.txt
#Settings
@item title=992 anim=0x17 action=0x3E msg=0x387
@menu dispmode=0x80 mask=0x11180E ptr=0x30F4CC
@header title=0 action=0x42
#Automatic answer
@item title=252 flags=0x8 msg=0x387
@menu dispmode=0xC0 confmode=0x8A confid=0x2B ptr=0x30DDF0
@header action=0xD flags=0x11
#On
@item title=254 action=0x42 flags=0x13 msg=0x1A2D arg=0x1
#Off
@item title=253 action=0x42 flags=0x13 msg=0x1A2D
#Automatic answer
@end
.
.
.
Also we keep a text file.
3. In a file new_ppm_strings.txt it is added
#
# PPM TEXT chunk strings
#
@text local=text/auto_answer
ENGL:Automatic answer
RUSS:Автоматический ответ
4. In window Project it is added
add_ppm_strings.nrx PARAMETERS: new_ppm_strings.txt
auto_answer.nrx
write_menu.nrx PARAMETERS: Menu1.txt
5. We keep a file.
Please help me.
Excuse for bad English...
dvirus666
30-07-2006, 06:41 PM
You should only add this line when using the NokiX scripts...
@item def=auto_answer
Simply place this some where in the menu. Rememeber to change the MASK of the menu you place it in to 0x000000 or some of your menus might not show.
nuky726
30-07-2006, 08:25 PM
Hello DVIRUS666! Thank for the answer!
Excuse for silly questions, but I only start to understand in NOKIX, and for still more many not clear...
I should use add_ppm_strings.nrx and write_menu.nrx?
Or only auto_answer.nrx?
And where to add @item def=auto_answer?
Once again excuse for silly questions and bad English...
Mr Wolf
31-07-2006, 08:47 AM
Well you should just thank Dvirus for his fantastic scripts!
Once you dump the menu, you can put @item def=auto_answer for example in call settings and save the menu.
Then you must select as scripts:
write_menu with parameter the menu you've just edited
the auto_answer script
kill mcu script
kill faid script
and then apply the scripts.
After flashed the patched flash (with Rolis) you must update faid (with Knok) and make a full factory reset.
Then it should work well!
nuky726
31-07-2006, 11:17 AM
Hello Mr Wolf! Thank for the answer!
I have made all as you have told, but the phone all the same does not want to answer bells itself...: (
I have tried to do it with v6.07 and v6.33. result all the same bad: (
It can occur what I use UFS-3 Tornado and DCTxBB5 Tools v1.4_e?
I have correctly added a line @item def=auto_answer in MENU?
# Call~settings
@item title=380 flags=0x40 msg=0x387
@menu dispmode=0x80 mask=0x111718 ptr=0x30E160
@header action=0xD flags=0x1
# Automatic~redial
@item title=377 flags=0x8 msg=0x387
@menu dispmode=0xC0 confmode=0xA confid=0x19 ptr=0x30D434
@header action=0xD flags=0x11
# On
@item title=379 action=0x42 flags=0x13 arg=0x1
# Off
@item title=378 action=0x42 flags=0x13
# Automatic~redial
@end
# Speed~dialling
@item title=831 flags=0x8 msg=0x387
@menu dispmode=0xC0 confmode=0xA confid=0x1A ptr=0x30D47C
@header action=0xD flags=0x11
# On
@item title=830 action=0x42 flags=0x13 arg=0x1
# Off
@item title=829 action=0x42 flags=0x13
# Speed~dialling
@end
# Call waiting~options
@item title=387 msg=0xBC6
# Own number~sending
@item title=446 flags=0x8 msg=0x387
@menu dispmode=0xC0 confmode=0x8A confid=0x1B ptr=0x30D4D8
@header action=0xD flags=0x11
# Set by network
@item title=440 action=0x42 flags=0x13 msg=0xBC9
# On
@item title=442 action=0x42 flags=0x13 msg=0xBC9 arg=0x1
# Off
@item title=441 action=0x42 flags=0x13 msg=0xBC9 arg=0x2
# Own number~sending
@end
# Phone line~in use
@item title=244 flags=0x8 msg=0x5E0 arg=0x49
# Automatic answer
@item def=auto_answer
# Automatic answer
@item title=252 flags=0x8 msg=0x387
@menu dispmode=0xC0 confmode=0x8A confid=0x2B ptr=0x30D314
@header action=0xD flags=0x11
# On
@item title=254 action=0x42 flags=0x13 msg=0x1A2D arg=0x1
# Off
@item title=253 action=0x42 flags=0x13 msg=0x1A2D
# Automatic answer
@end
# Call~settings
@end
Many thanks also I hope for your answer.
Excuse for silly questions and bad English
Mr Wolf
31-07-2006, 09:15 PM
Well, I'm sure flashing programs like Rolis and KnoK work only with LPT flasher cable, not with USB boxes.
However, I attach the flash patched with automatic answer script, you should find its menu after the menu which allows you to hide your number, in the call settings.
After flashing, with KnoK you have to do a quick faid update and a full reset.
Don't know if in the programs came with your box there are such options.
nuky726
01-08-2006, 08:09 AM
Hello Mr. Volf! Many thanks for the answer and for a file!
Has just tried it(him) to stitch in the phone.
In MENU item(point) AUTOMATIC ANSWER (on/of) has appeared.
But the phone does not want to accept itself entering bells...: (
Business in mine UFS-3 means. Means UFS not completely adds script in memory of the phone.
I shall search now LPT for a cable to use program ROLIS.
Once again many thanks Mr. Volf for the help!
Many thanks DVIRUS for it(him) SUPER-SCRIPT!
With the best regards!:)
Excuse for bad English
mestrini
01-08-2006, 11:43 AM
@Mr. Wolf
Congrats on your achievements :)
It's good to see you help others that are in same position you were once.
When to start reversing? ;)
cheers
Mr Wolf
01-08-2006, 04:11 PM
@Mr. Wolf
Congrats on your achievements :)
It's good to see you help others that are in same position you were once.
When to start reversing? ;)
cheers
Thanks Mestrini! I learned from masters: Dvirus, Yak, NokDoc and you and I think it's fair when you get help then to give your help to someone else!
About reversing, unfortunately I lack in programming, but I'm having a lot of fun in patching and flashing!
The only matters I can't just understand is this one:
http://nokiafree.org/forums/t79260/h/s.html
Powered by vBulletin® Version 4.2.0 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.