PDA

View Full Version : Reset function in DCT-3



User32
16-04-2004, 08:41 PM
i was wondering if we could create a function that reboots the phone (soft - no pin request), just like the symbians. it can be done with a f/mbus cable. can't it happen without it?

Mircea Vasiliu
20-04-2004, 12:32 PM
Of course it's possible to do it. If it can be done by cable it can be called from code too. But why do you need such a thing?

BR

User32
20-04-2004, 01:43 PM
anything. i can't think of something right now, but there are some reasons to do it. maybe a network problem is preventing you from getting back your signal.

NokDoc
20-04-2004, 08:22 PM
Hi,

Odd...

Mr. Mircea forgot why he started reversing Nokias. :-?

Mr. User32 forgot why he never started reversing Nokias. :-?

After my 5 planned other projects, I'll have a look at this one. ;)

NokDoc

User32
20-04-2004, 11:01 PM
>> Mr. User32 forgot why he never started reversing Nokias.
i haven't started reversing 'cause i'm not good at analyzing arm code. i am just for giving opinions and applying any of the progz released. well, and for any help, if needed.
:evil: :rolleyes: ;) :o

NokDoc
21-04-2004, 01:46 AM
Hi,

I hope U know I was just jokin'.

I like the both of U alot, while and due to Ur presence here at this forum.

NokDoc

Mircea Vasiliu
21-04-2004, 09:49 AM
Mr. Mircea forgot why he started reversing Nokias. :-?


Hehe :) I didn't forget. I started because I needed something in my phone that couldn't be done in any other way :).

If I manage to get some free time I'll take a look at it too.

BR

User32
21-04-2004, 10:45 PM
i made this thought (reset func), because i saw once a thread about adding the switch off! func into menu structure. that's where this idea came from.

now, @everyone who reads this thread, is it possible to do this, or is the thread purposeless? (i.e. should i delete it?)

Mircea Vasiliu
22-04-2004, 09:43 AM
now, @everyone who reads this thread, is it possible to do this?

Just read my first reply. If you're talking about actually doing it I'm pretty tied up for the moment so I can't help you right now, but maybe I'll be able to get some free time and try to do it.

BR

User32
25-04-2004, 09:28 PM
you're not the only one who i look for help from. i will appreciate your work but i ask from anyone who can do it...

mestrini
01-10-2004, 09:33 PM
i was wondering if we could create a function that reboots the phone (soft - no pin request), just like the symbians. it can be done with a f/mbus cable. can't it happen without it?


it's so possible that i've already done it :D

All DCT3 phones have a bit at address 00020001 responsible for software reset. I'm not sure which though.

All that's necessary is to find a way to locate the bit and change its value to make phone reboot or... find a place in firmware where that is already being done ;)

That's what i did; i located that place and made a function to call it whenever i want. The only flaw is for newer dct3 like 3410-2100 because i still get a PIN code request for those :mad:

I'm making a script that will be posted at Nokix's section. Look for it there :-)

cheers

edited bellow:

two scripts to reset phone released here:
http://nokiafree.org/forums/t68712/h/s.html

enjoy 8)

User32
12-10-2004, 11:03 PM
nice scripts man, but i don't use nokix, so could u please make these 2 for g3n0lite???
i'd really appreciate this conversion!!

mestrini
31-10-2004, 05:16 PM
Hi m8,

managed to get the will to convert my script to genolite format :D

tested successfully with a 3310 v6.33

enjoy 8)

User32
31-10-2004, 11:10 PM
thx man!!

i'll try it and let u know!.....