Registration Password

Having issues with your magicJack? Post here, and we'll try to help you out!

Moderators: Pilot, Bill Smith

Post Reply
dudenj
MagicJack Newbie
Posts: 2
Joined: Sun Dec 02, 2007 10:05 am

Registration Password

Post by dudenj »

I have been using magic for a couple of months now and would like to use my magicjack on my new laptop, however i have forgotten my registration password.

Is there a way i can retrieve the registration password ? Is there also a way to uninstall the magicjack, i dont see an entry under Add/Remove Programs.

Thanks in advance.
prackjack
MagicJack Newbie
Posts: 9
Joined: Tue Nov 27, 2007 7:50 pm

Getting your PW

Post by prackjack »

Go online w/MJ Tech Support Chat -- they'll ask for your phone number as verification and then tell you your password via the chat.

P
MagicHack
Dan isn't smart enough to hire me
Posts: 241
Joined: Mon Nov 12, 2007 4:11 pm
Contact:

Re: Registration Password

Post by MagicHack »

dudenj wrote:I have been using magic for a couple of months now and would like to use my magicjack on my new laptop, however i have forgotten my registration password.

Is there a way i can retrieve the registration password ? Is there also a way to uninstall the magicjack, i dont see an entry under Add/Remove Programs.

Thanks in advance.
You might want to try dumping the process memory for the magicjack.exe using a tool like pmdump.

So, first find the magicjack PID by running "pmdump -list":

Code: Select all

C:\magicjack>pmdump -list

pmdump 1.2 - (c) 2002, Arne Vidstrom ([email protected])
           - http://ntsecurity.nu/toolbox/pmdump/

    0 - System idle process
    4 - System
 1400 - smss.exe
 ...
 1580 - CallerIDSpoof.exe
 4328 - magicJack.exe
Then dump the process memory using "pmdump <pid> <filename>". In my example above, the PID for the magicJack.exe is 4328.

Code: Select all

C:\magicjack>pmdump 4328 dumpfile.dat

pmdump 1.2 - (c) 2002, Arne Vidstrom ([email protected])
           - http://ntsecurity.nu/toolbox/pmdump/


C:\magicjack>
Your email address should be in that file along with your password.

So, open the dumpfile.dat with your favorite editor (yes, this is a VERY LARGE binary file). If you do not have a nice binary file editor, you can simply use wordpad:

Code: Select all

C:\magicjack>write dumpfile.dat
Once the file loads up (it will take a while - this is a large file), search for the string "CustomField2 =" (leave off the quotes). Your email address with be on a line prefixed with "CustomField0 =".

This technique is a bit of a pain, but it should work.

If someone has a nicer/cleaner solution, please post!

As far as uninstalling: much like a virus, magicJack does not provide an uninstaller. To uninstall, you will need to manually remove the garbage that magicJack left behind. So remove this directory:
C:\Documents and Settings\<YOURNAME>\Application Data\mjusbsp\

This file:
c:\windows\system32\utscsi.exe

and this service:
CLCV0

(There are additional registry entries, etc, but removing the above is the majority of the data...)

MagicHack
Xen1969
MagicJack Expert
Posts: 83
Joined: Thu Nov 22, 2007 12:18 pm
Location: Chicago

Post by Xen1969 »

Why on earth wouldn't they provide a way to uninstall?

I just read a news article yesterday where Dan says 40 guys in Russia are working on just the softphone.

Maybe one of those guys can be reassigned to provide a way to uninstall?
MagicHack
Dan isn't smart enough to hire me
Posts: 241
Joined: Mon Nov 12, 2007 4:11 pm
Contact:

Post by MagicHack »

Xen1969 wrote:Why on earth wouldn't they provide a way to uninstall?

I just read a news article yesterday where Dan says 40 guys in Russia are working on just the softphone.

Maybe one of those guys can be reassigned to provide a way to uninstall?
Is this the article you are referring to? If so, the article itself states:
MagicJack confirmed that there is currently no easy way to uninstall the software. The process required to uninstall the software requires multiple Windows Registry edits and the removal of several folders on the Windows system. Based on this, I wouldn't recommend using the MagicJack on the systems of friends, family or business associates.
Xen1969
MagicJack Expert
Posts: 83
Joined: Thu Nov 22, 2007 12:18 pm
Location: Chicago

Post by Xen1969 »

MagicHack wrote:
Xen1969 wrote:Why on earth wouldn't they provide a way to uninstall?

I just read a news article yesterday where Dan says 40 guys in Russia are working on just the softphone.

Maybe one of those guys can be reassigned to provide a way to uninstall?
Is this the article you are referring to? If so, the article itself states:
MagicJack confirmed that there is currently no easy way to uninstall the software. The process required to uninstall the software requires multiple Windows Registry edits and the removal of several folders on the Windows system. Based on this, I wouldn't recommend using the MagicJack on the systems of friends, family or business associates.
Yes, I believe that was the article. However I read that to mean that there is no easy way for the USER to uninstall the software. What I'm questioning is why MagicJack hasn't provided a way to do so from the start.

I'm not a programmer... is removing several folders on the Windows system and making multiple registry edits a technical challenge in programming today? I'm asking.
dudenj
MagicJack Newbie
Posts: 2
Joined: Sun Dec 02, 2007 10:05 am

Re: Registration Password

Post by dudenj »

Thank you magichack.. worked like a charm.

MagicHack wrote:
dudenj wrote:I have been using magic for a couple of months now and would like to use my magicjack on my new laptop, however i have forgotten my registration password.

Is there a way i can retrieve the registration password ? Is there also a way to uninstall the magicjack, i dont see an entry under Add/Remove Programs.

Thanks in advance.
You might want to try dumping the process memory for the magicjack.exe using a tool like pmdump.

So, first find the magicjack PID by running "pmdump -list":

Code: Select all

C:\magicjack>pmdump -list

pmdump 1.2 - (c) 2002, Arne Vidstrom ([email protected])
           - http://ntsecurity.nu/toolbox/pmdump/

    0 - System idle process
    4 - System
 1400 - smss.exe
 ...
 1580 - CallerIDSpoof.exe
 4328 - magicJack.exe
Then dump the process memory using "pmdump <pid> <filename>". In my example above, the PID for the magicJack.exe is 4328.

Code: Select all

C:\magicjack>pmdump 4328 dumpfile.dat

pmdump 1.2 - (c) 2002, Arne Vidstrom ([email protected])
           - http://ntsecurity.nu/toolbox/pmdump/


C:\magicjack>
Your email address should be in that file along with your password.

So, open the dumpfile.dat with your favorite editor (yes, this is a VERY LARGE binary file). If you do not have a nice binary file editor, you can simply use wordpad:

Code: Select all

C:\magicjack>write dumpfile.dat
Once the file loads up (it will take a while - this is a large file), search for the string "CustomField2 =" (leave off the quotes). Your email address with be on a line prefixed with "CustomField0 =".

This technique is a bit of a pain, but it should work.

If someone has a nicer/cleaner solution, please post!

As far as uninstalling: much like a virus, magicJack does not provide an uninstaller. To uninstall, you will need to manually remove the garbage that magicJack left behind. So remove this directory:
C:\Documents and Settings\<YOURNAME>\Application Data\mjusbsp\

This file:
c:\windows\system32\utscsi.exe

and this service:
CLCV0

(There are additional registry entries, etc, but removing the above is the majority of the data...)

MagicHack
MagicJacked
MagicJack Expert
Posts: 81
Joined: Tue Nov 13, 2007 1:23 am

Re: Registration Password

Post by MagicJacked »

MagicHack wrote: and this service:
CLCV0

(There are additional registry entries, etc, but removing the above is the majority of the data...)

MagicHack
How do you remove a service? I know how to stop one, but not remove it.
MagicHack
Dan isn't smart enough to hire me
Posts: 241
Joined: Mon Nov 12, 2007 4:11 pm
Contact:

Re: Registration Password

Post by MagicHack »

MagicJacked wrote:
MagicHack wrote: and this service:
CLCV0

(There are additional registry entries, etc, but removing the above is the majority of the data...)

MagicHack
How do you remove a service? I know how to stop one, but not remove it.
There are a few tools out there to do this - I use Autoruns available from Microsoft. It should be straight forward, start autoruns, select the "Services" tab, locate the UTSCSI/CLCV0 service, right click, delete...

Remember, if you start your magicjack using the magicjack loader (or rely on the magicjack autorun.exe), this utscsi.exe will simply be reinstalled again.
MagicJacked
MagicJack Expert
Posts: 81
Joined: Tue Nov 13, 2007 1:23 am

Post by MagicJacked »

About utscsi.exe:
I copied sleep.exe to utscsi.exe and made it read-only. It has not run for 2 or so months now.
MagicHack
Dan isn't smart enough to hire me
Posts: 241
Joined: Mon Nov 12, 2007 4:11 pm
Contact:

Post by MagicHack »

MagicJacked wrote:About utscsi.exe:
I copied sleep.exe to utscsi.exe and made it read-only. It has not run for 2 or so months now.
That's perfect. I created a text file, named it utscsi.exe, and made it readonly. (Obviously this is an invalid exe.) Either approach works. Assuming the file is read only, I believe MJ will not try to reinstall that binary... I haven't seen utscsi.exe running in ages either...

MH
User avatar
SpamBox
Dan isn't smart enough to hire me
Posts: 417
Joined: Fri Dec 14, 2007 4:31 am
Location: Rocky Mountains Front Range

admins - another sticky maybe?

Post by SpamBox »

This might be another good topic to sitcky
Post Reply