Permanent Booktype Setting LG 4163B

LG Writer Discuss, Permanent Booktype Setting LG 4163B at CD and DVD Writers forum; Hi is there any way of permanently setting the booktype for an LG 4163B to DVD-ROM. Also is there a limit to the number of times thsi drive cand be bitset. Thanks

Old Posted: 22-02-2005
default_avatar
rockyglw (New on Forum)
Posts: 26
  • Find More Posts by rockyglw
Hi is there any way of permanently setting the booktype for an LG 4163B to DVD-ROM. Also is there a limit to the number of times thsi drive cand be bitset.
Thanks
default_avatar
Today (MyCE Staff)
Posts: 15,596
Old Posted: 22-02-2005
default_avatar
alexnoe (CDFreaks Resident)
Posts: 4,695
  • Find More Posts by alexnoe
Nope, but you can automatically have it set on startup using this
__________________
Asus P4C800E-Deluxe, Win XP, P4/2800 HT, 2048 MB RAM, 600 GB HDD, Plextor PX712/716/755/Premium, LG 4120B, Pioneer A08, Pioneer A09, NEC ND-3540A/4550A
------------------------------------------------
If at first you don't succeed, redefine success!
How a troll wants to force users of Linux to buy Windows just to make use of Plextor DVD writer unique functions
------------------------------------------------
PxScan/PxView (compatible to Premium, PX-712, PX-714, PX-716), now with built-in picture file output
Bitsetting via Autostart
My Blog about DADVSI (new french copyright)
Old Posted: 22-02-2005
default_avatar
surg (CD Freaks Senior Member)
Posts: 330
  • Find More Posts by surg
Do not forget to set booktype again when coming out of standby!
Old Posted: 22-02-2005
default_avatar
rockyglw (New on Forum)
Posts: 26
  • Find More Posts by rockyglw
Thanks for the replies. Alexnoe, which files do I put in Autostart, I am using Windows XP. I assume unlike eprom booktype setting, booktype changes are unlimited
Old Posted: 22-02-2005
default_avatar
alexnoe (CDFreaks Resident)
Posts: 4,695
  • Find More Posts by alexnoe
The readme.txt file says everything: What to use, how to ensure that it worked, and how to troubleshot
__________________
Asus P4C800E-Deluxe, Win XP, P4/2800 HT, 2048 MB RAM, 600 GB HDD, Plextor PX712/716/755/Premium, LG 4120B, Pioneer A08, Pioneer A09, NEC ND-3540A/4550A
------------------------------------------------
If at first you don't succeed, redefine success!
How a troll wants to force users of Linux to buy Windows just to make use of Plextor DVD writer unique functions
------------------------------------------------
PxScan/PxView (compatible to Premium, PX-712, PX-714, PX-716), now with built-in picture file output
Bitsetting via Autostart
My Blog about DADVSI (new french copyright)
Old Posted: 22-02-2005
default_avatar
rockyglw (New on Forum)
Posts: 26
  • Find More Posts by rockyglw
Thanks works fine!!
Old Posted: 02-03-2005
rds04's Avatar
rds04 (CD Freaks Junior Member)
Posts: 93
  • Find More Posts by rds04
okay been trying to add the set_dvdrom.bat as a startup item using strun or startup manager of advanced system optimizer. for some reason it doesn't get saved. when i open up strun or startup manager the item is no longer there. any ideas?

thanks.
Old Posted: 06-03-2005
chas0039's Avatar
chas0039 (MyCE Resident)
Posts: 7,123
  • Find More Posts by chas0039
I also had a question on Bitsetting for the 4163. If I set it in Nero, will it retain the setting when I start another program such as CloneDVD?

Thanks.
__________________
Still a few bugs in the system...
Old Posted: 07-03-2005
rds04's Avatar
rds04 (CD Freaks Junior Member)
Posts: 93
  • Find More Posts by rds04
now when i try to run the batch file it says, 'bitset' is not recognized as an internal or external command, operable program or batch file.

can anyone help me?
Old Posted: 07-03-2005
default_avatar
alexnoe (CDFreaks Resident)
Posts: 4,695
  • Find More Posts by alexnoe
not nice.... copy bitset.exe to your \windows\system32 folder, that should fix it
Quote:
If I set it in Nero, will it retain the setting when I start another program such as CloneDVD?
Only if you have recorded a DVD+ disc with Nero.
Quote:
okay been trying to add the set_dvdrom.bat as a startup item using strun or startup manager of advanced system optimizer. for some reason it doesn't get saved. when i open up strun or startup manager the item is no longer there. any ideas?
Do it manually... right click on "start" -> "explore" -> programs -> startup -> add a shortcut to it there
__________________
Asus P4C800E-Deluxe, Win XP, P4/2800 HT, 2048 MB RAM, 600 GB HDD, Plextor PX712/716/755/Premium, LG 4120B, Pioneer A08, Pioneer A09, NEC ND-3540A/4550A
------------------------------------------------
If at first you don't succeed, redefine success!
How a troll wants to force users of Linux to buy Windows just to make use of Plextor DVD writer unique functions
------------------------------------------------
PxScan/PxView (compatible to Premium, PX-712, PX-714, PX-716), now with built-in picture file output
Bitsetting via Autostart
My Blog about DADVSI (new french copyright)
Old Posted: 08-03-2005
rds04's Avatar
rds04 (CD Freaks Junior Member)
Posts: 93
  • Find More Posts by rds04
finally it works. thank you mr. alexnoe.

but do you really have to press any key for the command line to close?
Old Posted: 08-03-2005
default_avatar
Palko (New on Forum)
Posts: 7
  • Find More Posts by Palko
Quote:
Originally Posted by rds04
but do you really have to press any key for the command line to close?
No. Just delete the "pause" command in "set_dvdrom.bat".
Old Posted: 08-03-2005
rds04's Avatar
rds04 (CD Freaks Junior Member)
Posts: 93
  • Find More Posts by rds04
Quote:
Originally Posted by Palko
No. Just delete the "pause" command in "set_dvdrom.bat".
sorry if this is a silly question but how do i do that?
Old Posted: 08-03-2005
default_avatar
Palko (New on Forum)
Posts: 7
  • Find More Posts by Palko
Quote:
Originally Posted by rds04
sorry if this is a silly question but how do i do that?
Open the file "set_dvdrom.bat" in any editor (e.g. Notepad).
Delete the word "pause" and save the file. That's it.

If you want to see the window for just a few seconds (e.g. ~ 5 s), you could add the following line in "set_dvdrom.bat":

ping -n 5 127.0.0.1 > nul

The whole "set_dvdrom.bat" then should have 2 lines:

Code:
bitset dvd-rom dvd-rom
ping -n 5 127.0.0.1 > nul
Old Posted: 08-03-2005
rds04's Avatar
rds04 (CD Freaks Junior Member)
Posts: 93
  • Find More Posts by rds04
ok thanks sir palko. will give it a try when i get home later.
Old Posted: 09-03-2005
default_avatar
josefismael (New on Forum)
Posts: 5
  • Find More Posts by josefismael
i read a review saying that it automatically changes the booktype to dvd-rom...
http://www.extrememhz.com/gsa4163b-p10.shtml

Quote:
Speaking of compatibility, the LG GSA-4163B will automatically set the booktype of both DVD+R and DVD+R DL media to DVD-ROM. This will provide the highest level of compatibility with standalone DVD players and eliminates that need for utilities and/or supported third-party software to do this.
but it really doesnt, right?
Old Posted: 13-03-2008
default_avatar
Dethroner (MyCE Rookie)
Posts: 34
  • Find More Posts by Dethroner
It's been a while since the link to BitSet was published
The link is dead now. Could anybody share the utility, please?
Old Posted: 25-07-2008
default_avatar
juancdg (MyCE Senior Member)
Posts: 409
  • Find More Posts by juancdg
Yes, someone can provide the link please. I want to enable permanent bitsetting to my LG drives. Thanks .
__________________
My drives: (on chronological order)
LG GSA-4160B (A306) (Retired)
Samsung SH-W162D (TS02)
Lite-On LH-20A1H (LL0D) (Retired, tray won't open)
Pioneer DVR-112D @ 112 (1.24) (Retired)
BenQ DW1620 (B7W9)
LG GSA-H62N @ H66N (CB00)
Plextor PX-760A (1.07)
Pioneer DVR-115D @ 115L (1.22)
Optiarc AD-7200S (1.09)
Lite-On DH-20A4H (QP5B)
Pioneer DVR-216D @ 216L (1.09)
Lite-On iHAS 122 A (DL0A)
Old Posted: 25-07-2008
vroom's Avatar
vroom (Moderator and Reviewer)
Posts: 4,335
  • Find More Posts by vroom
You can always use your burning application to set the booktype as you like, i also think that it will be a little hard to find a 3 years old utility.
__________________
You put me down, For the very last time,
I hit the floor, But I got up on the count of nine,
Goodbye, don't cry, When I'm gone.
Old Posted: 25-07-2008
default_avatar
juancdg (MyCE Senior Member)
Posts: 409
  • Find More Posts by juancdg
Quote:
Originally Posted by vroom View Post
You can always use your burning application to set the booktype as you like, i also think that it will be a little hard to find a 3 years old utility.
Yes, I think the same too. The thing is that I always forget to enable the bitsetting to DVD-ROM and I'm kind of upset, because all my burners have the bitsetting activated by default and the LG's doesn't. By the way congratulations vroom .
__________________
My drives: (on chronological order)
LG GSA-4160B (A306) (Retired)
Samsung SH-W162D (TS02)
Lite-On LH-20A1H (LL0D) (Retired, tray won't open)
Pioneer DVR-112D @ 112 (1.24) (Retired)
BenQ DW1620 (B7W9)
LG GSA-H62N @ H66N (CB00)
Plextor PX-760A (1.07)
Pioneer DVR-115D @ 115L (1.22)
Optiarc AD-7200S (1.09)
Lite-On DH-20A4H (QP5B)
Pioneer DVR-216D @ 216L (1.09)
Lite-On iHAS 122 A (DL0A)
Old Posted: 25-07-2008
Bob's Avatar
Bob (I donated to the Tsunami fund and all I got was this lousy title)
Posts: 17,682
  • Find More Posts by Bob
Do you really need it juan?

off topic:
Also vrooooooom i'm still waiting on my 56x Princos and congrats again
__________________
"You've got a hole in your soul if you don't dig the Blues" .....My Not So New Anymore *Build* is Finished.

Click HERE to join CDFreaks.com

Keith Richards ~ "If You Want The Last Laugh........Join The Rolling Stones"
Old Posted: 25-07-2008
Albert's Avatar
Albert (Moderator)
Posts: 4,995
  • Find More Posts by Albert
ImgBurn can do booktype changes on-the-fly [read: for each and every individual burn] for some LG drives. The 4163B might be one of the drives that will work with ImgBurn's auto booktyping.
__________________
Welcome to The Club! The Club depends on you to help make it great. Please do all you can!
Old Posted: 26-07-2008
vroom's Avatar
vroom (Moderator and Reviewer)
Posts: 4,335
  • Find More Posts by vroom
Quote:
Originally Posted by Bob View Post
Do you really need it juan?

off topic:
Also vrooooooom i'm still waiting on my 56x Princos and congrats again

//off topic//
I need to go to the post office asap, because you need some good quality media.
__________________
You put me down, For the very last time,
I hit the floor, But I got up on the count of nine,
Goodbye, don't cry, When I'm gone.
Old Posted: 26-07-2008
ala42's Avatar
ala42 (MediaCodeSpeedEdit Author)
Posts: 4,785
  • Find More Posts by ala42
Quote:
Originally Posted by vroom View Post
I also think that it will be a little hard to find a 3 years old utility.
Not really: http://www.alexander-noe.de/bitsetting/index.html
__________________
LiteOn/Benq/LG/NEC/Pioneer/Samsung/Toshiba stuff: MediaCodeSpeedEdit V 1.2.0.5, released November 17th 2009
Old Posted: 26-07-2008
vroom's Avatar
vroom (Moderator and Reviewer)
Posts: 4,335
  • Find More Posts by vroom
Quote:
Originally Posted by juancdg View Post
Yes, I think the same too. The thing is that I always forget to enable the bitsetting to DVD-ROM and I'm kind of upset, because all my burners have the bitsetting activated by default and the LG's doesn't. By the way congratulations vroom .
Thank you juancdg.

Quote:
Originally Posted by ala42 View Post
Nice work ala42.
__________________
You put me down, For the very last time,
I hit the floor, But I got up on the count of nine,
Goodbye, don't cry, When I'm gone.
There's more to MyCE.com

Listen up, we've got more. Product information on 107,830 products. Our experts have written 540 articles. We've gathered 16,487 news items for you to always keep updated.

Hello guest,
default
To benefit from all extra features you need to log in or sign up.

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

People who found this also searched for

  • 4163b booktype imageburn
  • auto booktype lg burner
  • bit setting app lg 4160b
  • bitset.exe booktype
  • bitsetting dvd+r imgburn lg 4163b
  • book type lg
  • book type permanent
  • booktype 4163b
  • booktype dvd-rom sh-w162d
  • booktype lg
  • booktype lg set
  • booktype setting lg
  • booktype utilyty lg
  • cdfreaks lg booktype
  • dvd writer to change to dvd-rom book type pioneer dvr115d
  • enable booktype change liteon dh20a4h
  • gsa-4160b imgburn booktype
  • imgburn book type setting lg
  • jak ustawić imgburn lg 4163b
  • lg 4163
  • lg 4163 cd freaks
  • lg 4163b bitsetting
  • lg 4163b book-type bitsetting
  • lg 4163b forum freak
  • lg book type setting
  • lg booktype
  • lg booktype settings
  • lg booktype utility
  • linux book-type lg
  • linux changer booktype lg
All times are GMT +2. The time now is 19:29.
Top