| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #101 (permalink) |
| New on Forum Join Date: Sep 2004
Posts: 3
| Re: New NEC firmware flasher and dumper i tried flash with external usb casing, the same problem come out the flash fail with time out whentransfering firmware to the device. i tried even the official firmware flash also failed with external usb. |
| | |
| | #102 (permalink) |
| New on Forum Join Date: Sep 2004
Posts: 2
| Re: New NEC firmware flasher and dumper Nice tool. . .to those who have successfully flashed their 2510a in usb external enclosures with herrie's 1.07 beta: when you scan your system after the flash, how does it show the drive? I mean is it still identified as 2510a and what is the firmware number shown? To those who were not successfull with the flash, how did you flash back to original firmware? |
| | |
| | #103 (permalink) |
| CD Freaks Junior Member Join Date: Nov 2002
Posts: 61
| Re: New NEC firmware flasher and dumper I've flashed my 2500a (in a USB2 enclosure) with the Herrie Beta5 firmware, and UniFlash show it as : Device : H: Vendor : _NEC Model : DVD_RW ND-2500A Firmware : 1.07 For the 2510a, it is probably the same. To flash back to the original firmware after a bad falsh, you can use the Nec2x00 utility under dos, but you must put your burner in first slave, or second master or slave. |
| | |
| | #104 (permalink) | |
| CD Freaks System Admin Join Date: Apr 2002 Location: Monkey Island
Posts: 5,190
| Re: New NEC firmware flasher and dumper Quote:
My sourcecode already has a simple interface in order to do this. You just need to create a "NECDRIVE" class element and call one method for scanning, one for flashing, and one for dumping. You can even supply callback routines to process status messages. | |
| | |
| | #106 (permalink) |
| CD Freaks System Admin Join Date: Apr 2002 Location: Monkey Island
Posts: 5,190
| Re: New NEC firmware flasher and dumper I didn't use MFC to keep the executable small. And in order to be able to compile the program for Mac and Linux, I couldn't use any graphical interface routines. Any ideas on how we can get the integrated GUI working? |
| | |
| | #107 (permalink) |
| New on Forum Join Date: Jul 2002
Posts: 23
| Re: New NEC firmware flasher and dumper MFC was mainly used for fast prototyping. A native win32 app. would be much smaller and just as easy to build. As for an integrated GUI, a true cross platform GUI using libraries like gtk+ or java (through jni) will result in large executables with huge runtimes and still compatibility issues. I would suggest leaving your core classes platform independent and provide callback functions for any kind of input/output or status info even for your current console version. Separating the code in this way would allow small native gui frontends that only need to implement the proper callback functions. Given the fact that the output isn't that difficult, it should be possible to create these frontends without too much effort. Paul |
| | |
| | #108 (permalink) | |||
| CD Freaks System Admin Join Date: Apr 2002 Location: Monkey Island
Posts: 5,190
| Re: New NEC firmware flasher and dumper Quote:
Quote:
Quote:
If you PM me your eMail address, I'll send you a few files and a few notes that are needed to build the program. | |||
| | |
| | #109 (permalink) |
| CD Freaks System Admin Join Date: Apr 2002 Location: Monkey Island
Posts: 5,190
| New version 0.93 I've just updated the flasher to version 0.93. This version has an important fix for Mac users and some other minor changes. Previous Mac versions were probably all broken. Unfortunately I didn't receive any feedback for this platform. ![]() |
| | |
| | #110 (permalink) |
| New on Forum Join Date: Sep 2004 Location: Germany
Posts: 2
| Re: New NEC firmware flasher and dumper Hi, i am using a LG GSA-4120B in a Apple PowerMac G5. My firmware is 1.00. But the newest one is A104 (A110?). Now, i have seen on the site where you can get the Nec-Flasher that a LG-Flasher is coming. My question is: how long i have to wait? When it comes out i will try it, and give you some feedback if it is working correctly - ok Liggy! PS: A little GUI would be nice (Nec+LG) and i think it needs time to get more popular in the mac-world! |
| | |
| | #111 (permalink) |
| New on Forum Join Date: Sep 2004
Posts: 1
| Re: New NEC firmware flasher and dumper Liggy, Does the Mac flasher work with just OEM NEC or will it work with HP/Lacie rebadges as well. I have tried the scan function and it will see my HP 420 as being supported but will not allow me to dump or flash. I get to the warning screen and type yes then it says "can't open the scsi device". It makes no difference which of my drives I use to try and dump to or whether I have the DVD internaly or in a firewire enclosure to flash. I am surprised that considering the lack of support the manufactures give the Mac community that you have had so little feedback on your Mac version. |
| | |
| | #112 (permalink) | ||
| CD Freaks System Admin Join Date: Apr 2002 Location: Monkey Island
Posts: 5,190
| Re: New NEC firmware flasher and dumper Quote:
![]() But that's mainly because I have no need to change my current firmware. Quote:
| ||
| | |
| | #113 (permalink) | |
| CD Freaks System Admin Join Date: Apr 2002 Location: Monkey Island
Posts: 5,190
| Re: New NEC firmware flasher and dumper Quote:
I've seen some people coming from two Mac sites where news about my flasher has been posted. One of them even had a small discussion in a forum - unfortunately in French. But I tried my best to give an answer about the new version. | |
| | |
| | #114 (permalink) | |
| New on Forum Join Date: Sep 2004 Location: Germany
Posts: 2
| Re: New NEC firmware flasher and dumper Quote:
Thank you! | |
| | |
| | #115 (permalink) | |
| CD Freaks System Admin Join Date: Apr 2002 Location: Monkey Island
Posts: 5,190
| Re: New NEC firmware flasher and dumper Quote:
And in order to implement any functionality for LG I need Herrie for testing and he's a little busy at the moment too. | |
| | |
| | #116 (permalink) | |
| New on Forum Join Date: Sep 2004
Posts: 2
| Re: New NEC firmware flasher and dumper Quote:
| |
| | |
| | #117 (permalink) | |
| CD Freaks System Admin Join Date: Apr 2002 Location: Monkey Island
Posts: 5,190
| Re: New NEC firmware flasher and dumper Quote:
| |
| | |
| | #118 (permalink) |
| CD Freaks System Admin Join Date: Apr 2002 Location: Monkey Island
Posts: 5,190
| Re: New NEC firmware flasher and dumper Uploaded a Necflash GUI version v0.94. Since the only changes in lower level modules concern changed needed for the GUI version, other versions will stay at 0.93 for the time being. Big thanks to r-man for this. ![]() |
| | |
| | #119 (permalink) |
| New on Forum Join Date: Jul 2002
Posts: 23
| Re: New NEC firmware flasher and dumper Since the Necflash GUI version is official now I've removed the old prototype from my web site.Please note that during a flash the progress bar does not always run to the full 100%. This is a minor cosmetic issue, the flashing process does succeed. |
| | |
| | #120 (permalink) | |
| CD Freaks Rookie Join Date: Aug 2004
Posts: 29
| Re: New NEC firmware flasher and dumper Quote:
but... is your flasher compatible with firmwares from nec, tdb, nerrie... and can I flash a firmware for examp. from TDK on NEK with another drive string ID without "Target drive was not found correctly" error? | |
| | |
| | #121 (permalink) | |
| CD Freaks System Admin Join Date: Apr 2002 Location: Monkey Island
Posts: 5,190
| Re: New NEC firmware flasher and dumper Quote:
| |
| | |
| | #122 (permalink) |
| CD Freaks Junior Member Join Date: Jul 2004
Posts: 98
| Re: New NEC firmware flasher and dumper I tried using the windows version of GUI to flash to your latest beta4 for NEC3500 but I get "error accessing firmware file"
__________________ Athlon64 3400+ 1024 DDR Pioneer109 |
| | |
| | #123 (permalink) |
| CD Freaks System Admin Join Date: Apr 2002 Location: Monkey Island
Posts: 5,190
| Re: New NEC firmware flasher and dumper Couldn't test this myself yet and still have to delay it for a few hours, since I'm currently at work without my NEC burner. Do you get more info in the detail view? |
| | |
| | #124 (permalink) | |
| CDFreaks Resident Join Date: Apr 2004
Posts: 977
| Re: New NEC firmware flasher and dumper Quote:
Was able to load Beta4.bin with r-man's frontend to NecFlash with no problem. So I don't think the problem is with the BIN file. Regards, The Beach-Hobo P.S. Thanks for all the great Work !!!!!!!!!!!!!!!!!!!!! | |
| | |
| |
| |
![]() |
| If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SONY NEC Optiarc AD-7170 S-ATA Firmware 1.01 | Vizor | NEC / Optiarc Burner | 20 | 01-08-2007 20:42 |
| Problem Binflash 1.39 mit Optiarc DVD RW AD-7173A | Fehlerteufel | German: General Chat | 8 | 29-07-2007 12:14 |
| Nec binflash | haveacigar | Firmware | 6 | 19-04-2006 23:34 |
| Flasher needed for Quickee Firmware (Nec 3500) | alexankius | NEC / Optiarc Burner | 3 | 08-12-2004 07:56 |
| flashing difference between official NEC flasher and binflash, etc? | enigma7 | NEC / Optiarc Burner | 0 | 07-11-2004 23:12 |