MJ and NERO Help Request

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

Moderators: Bill Smith, Pilot

Post Reply
Jonliles
MagicJack Newbie
Posts: 1
Joined: Sun Jan 18, 2009 9:32 pm

MJ and NERO Help Request

Post by Jonliles »

So we all know that MJ and Nero don't play well together if Nero is installed first :evil: . I had to run NEro Clean Tools to get Nero 8.0 off ofmy copmuter and then BEHOLD, MJ works just fine.

My questions are

(1) Has anyone installed Nero after installing MJ and what were the results?
(2) If you can't use Nero, what burning ROM do you recommend?

Incidently:
1st PC Vista 32 Bit Ultimate, $GB Memmory, Dual Intel Quad 2.4GHz's Chips on a Lynksys W54RT router
2nd PC - Dell D630 Laptop with XP - on the wireless side of the same router

Thanks
Jon
az2008
MagicJack Sensei
Posts: 1404
Joined: Wed Aug 20, 2008 12:57 pm
Location: Tempe, AZ

Re: MJ and NERO Help Request

Post by az2008 »

Jonliles wrote:(2) If you can't use Nero, what burning ROM do you recommend?
I don't do a lot of burning, but I use "CD Burner XP" to burn data and music. To create bootable disks from ISO images I use "isorecorder." Both are free.

Mark
See the MagicJack Wiki (FAQ, How-To, history and more).
mphixson
MagicJack Expert
Posts: 98
Joined: Mon Nov 12, 2007 5:30 pm
Location: Massachusetts

Post by mphixson »

you can use nero, you just have to unplug magicjack when you want to use it. i use nero to burn ISO..
works for me. after done, i just shutdown nero and plug magicjack back in..
DaveMiko
MagicJack Newbie
Posts: 4
Joined: Fri Jul 17, 2009 7:37 pm
Location: Devon, PA

Possible Fix for Using Nero OR MagicJack

Post by DaveMiko »

07/17/2009

Possible Fix for Using Nero OR MagicJack

Here are links leading to a fix that worked for me when my MagicJack stopped working,
after I purchased a Gear Head SlimLine external USB DVD-RW / CD-RW drive,
to go with a NetBook PC, and installed the bundled Nero 7 Essentials software.
This gives a way to use either MagicJack OR Nero and DVD/CD-burner,
though not at the same time, WITHOUT uninstalling Nero.
(Basically, cannot use Nero and MagicJack at same time.)

http://forums.cnet.com/5208-6121_102-0. ... dID=316634
and/or
http://forums.cnet.com/5208-12546_102-0 ... 5&start=30

You should first verify that the Registry Key exists
using the info from Shep_UK's posting in the cnet links above.
If the key value "UpperFilters" and/or "LowerFilters" exists, read on;
if not, this fix probably won't work for you.

Then Export the key from within regedit [ Start | Run | regedit ], (as a .reg text file),
so that you can re-import it if something goes wrong
(either by double-clicking on the .reg file, or by importing key from within regedit).

To make it easy to use either MagicJack or the CD-burning software/hardware,
but NOT both at the same time, I made these 2 batch files (work with XP; Vista may be different).
I used the REG.EXE command that is included in Windows XP,
so that these changes can be implemented in a Batch (.Bat) file; double click on file to run.

If there is a "LowerFilters" Value entry, be sure to include the second line in the Batch file.
NOTE: Can have the second line, even if value does not exist; if the value doesn't exist, no problem).

Using a Text Editor (NotePad),
create the following Batch (Text only) files:

1. File named:
Use_MagicJack_But_Not_Nero_CD_Burn.Bat
with these 2 single lines of text (each line starting with REG.EXE, all text on one line):
REG.EXE DELETE HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318} /v UpperFilters
REG.EXE DELETE HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318} /v LowerFilters

2. File named:
Use_Nero_CD_Burn_But_Not_MagicJack.Bat
Using this single line of text AS A GUIDE (your entry or entries after the /d switch will/may vary,
depending on your bundled hardware/software):
REG.EXE ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318} /v UpperFilters /t REG_MULTI_SZ /d GEARAspiWDM\0InCDPass\0incdrm\0

If you had a LowerFilters Key Value in this Registry Key,
you will need to ADD a second REG.EXE ADD line to the Batch file,
with a /v LowerFilters /t REG_MULTI_SZ /d ...... entry.

REG.EXE notes:

REG.EXE DELETE to delete a key value
First entry after DELETE is the KEY;
entry after /v switch is the Key VALUE.
(From a Command line [ Start | Run | cmd ],
type reg /? for general help/syntax or
type reg delete /? for REG DELETE syntax.)

REG.EXE ADD to add a value to a Key
First entry after ADD is the KEY;
entry after /v switch is the Key VALUE;
entry after /t switch is the key value TYPE (as shown in regedit);
entry after /d switch is the Key Value DATA.
(From a Command line [ Start | Run | cmd ],
type reg /? for general help/syntax or
type reg add /? for REG ADD syntax.)

Note, for DATA:
In regedit, if you right-click on the Key Value and select Modify,
you will notice that the Value data my be on multiple lines.
For the /d switch entry,
use the data on each of these Value data lines, followed by \0;
be sure to also include the \0 after the Value data of the last line.

Now to make it easy to run each file,
copy the 2 batch files:
Use_MagicJack_But_Not_Nero_CD_Burn.Bat
and
Use_Nero_CD_Burn_But_Not_MagicJack.Bat
to the
C:\Documents and Settings\All Users\Desktop
Folder.
(In Vista, I believe it is the
C:\Users\All Users\Desktop
Folder, but don't quote me (not a Vista User).

Before plugging in MagicJack, (and DVD/CD burner unplugged or not using Nero)
double click on
Use_MagicJack_But_Not_Nero_CD_Burn.Bat
Plug in MagicJack, and device and app should load.

Before plugging in DVD/CD burner or using Nero (and MagicJack unplugged)
double click on
Use_MagicJack_But_Not_Nero_CD_Burn.Bat
Plug in burner (or use Nero).

Hope this helps!
x0r0
magicJack Apprentice
Posts: 22
Joined: Thu Sep 11, 2008 11:47 pm

Post by x0r0 »

i use nero lite its a stripped down version and it works fine with mj has all you need just not with the bloated stuff
DaveMiko
MagicJack Newbie
Posts: 4
Joined: Fri Jul 17, 2009 7:37 pm
Location: Devon, PA

Possible Fix for Using Roxio - Sonic OR MagicJack

Post by DaveMiko »

7/18/2009
This fix also worked to make MagicJack work on a Dell Laptop,
running Roxio/Sonic CD-DVD burning Software.


Use_MagicJack_But_Not_Roxio_Sonic.Bat

REG.EXE DELETE HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318} /v UpperFilters
REG.EXE DELETE HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318} /v LowerFilters


Use_Roxio_Sonic_But_Not_MagicJack.Bat

REG.EXE ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318} /v UpperFilters /t REG_MULTI_SZ /d incdrm\0Cdralw2k\0
REG.EXE ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318} /v LowerFilters /t REG_MULTI_SZ /d PxHelp20\0drvmcdb\0cdrbsdrv\0bpflt\0DLACDBHM\0Cdr4_xp\0
Post Reply