I'm hoping Tommo just releases their own 'hack' to allow unlimited continues and whatnot to discourage pirating games they plan on releasing.
Also... let us know about releasing games!
I have a 3.70 If someone gives me a guide, I will test it on this device. I would follow the steps in this thread but they are too spread out to make good sense of whats in there. I know my device is at risk, but someone needs to try. I don't mind trying.
this only works on 32bit winxp or 32bit win7.
- download and decompress ftp://ftp.ingenic.cn:/3sw/JZ4770/01LinuxBsp/20110729/burn/usb_boot_burn-jz4770-20111025.rar
- open device manager in windows (makes it easier to see when the device is detected)
- with the ngx powered off, press and hold the start button and plug into your computer
- this will cause an unknown JZ4770 boot device to show up in device manager
- manually install the drivers that are from the rar
- unplug the ngx
- start USBbootTool.exe
- with the ngx powered off, press and hold the start button and plug into your computer
If you want to just do a full recovery, just pick your full internal sd image backup file for uboot.bin then click the checkbox to the left of uboot.bin. This should write it out to the internal sd card of the ngx, progress bar is at the bottom.
I'll try this when I get home. The hardest part right now is finding a 32-bit version of windows to useMight need to change where it writes to, though.
4. If they charge an excessive amount for single games. $10 seems about right.
![]()
They claim they are working on this in the REDDIT thread they put together. Hopefully this isn't just stringing along coke fiends (us) with a false promise.I would assume this hack or the ability to play all of the roms on this won't affect most of our decisions to buy future games for this.
What WILL affect my decision...
1. If they make no attempt to fix the horrible video output (IE: Fix the resolution output, turn on VSYNC, sound problems).
Licensing UNIBIOS would be BOSS. Or, rather, getting approval to use it from Raz. Licensing isn't the right term, since UNIBIOS is a HACK, but you guys know what I mean. I hope.2. If they make no attempt to add a way to play games uncensored (Give us an AES/MVS option).
So I wouldn't care if they put it on a piece of cardboard. It's kinda shit, but fuck man, I don't need more shit taking up space. If they found a way to do an ultraslim case, like 1/4 the depth of a Blu Ray case, and about 1/3 the height, I wouldn't mind as it would be easy to store. I have so much fucking shit piled up all over the house, I don't need more. lol3. If they release future games on a piece of cardboard instead of a proper box.
I'd pay $30 for a SamSho anthology that includes all the NG versions. I'd pay $30 for all of the KOF games on one card, or maybe $20 for 1 card for the first 4-5 and then another $20 for another card with the remainder.4. If they charge an excessive amount for single games. $10 seems about right.
Haha, I haven't opened Ninja Masters yet for this reason as well. I'm waiting to see how stand alone copies will be packaged and if I think it might be worth keeping this one in the package or not. Probably not, but the collector in me is tying my hands on this oneIf they stay in the silly cardboard sleeves - I'll buy and not open. Keep them in a nice safe place with the rest of my various console rarities. 100% NOS auctions here I come in 10 years!
new high-speed USB device number NN using ehci_hcd
# ./ingenic-boot --probe
probe only
CPU data: JZ4770V1
# ./ingenic-boot --dump=sd.img@3862528
probe 1th
CPU data: JZ4770V1
addr set 0x80002000
addr=0x80002000
download fw_ddr2.bin
download len=6600
start1@0x80002000
choice=1, addr=0x80002000
probe 2th
CPU data: JZ4770V1
addr set 0x80002000
addr=0x80002000
download usb_boot.bin
download len=123944
flush cache
start2@0x80002000
choice=2, addr=0x80002000
probe 3th
CPU data: Boot4770
Configuring XBurst CPU succeeded.
#SD init
dumping sd card to sd.img
wrote 108003328 bytes 5.5%
dumping sd card to sd.img
wrote 1977614336 bytes 100.0%
done
# ls -l sd.img
-rw-r--r-- 1 root root 1977614336 Jan 11 21:54 sd.img
# file sd.img
sd.img: x86 boot sector; partition 1: ID=0x83, starthead 0, startsector 24576, 983040 sectors; partition 2: ID=0x83, starthead 0, startsector 1007616, 266240 sectors; partition 3: ID=0x83, starthead 0, startsector 1273856, 40960 sectors; partition 4: ID=0xb, starthead 0, startsector 1314816, 2097152 sectors, code offset 0x0
# fdisk -l sd.img
Disk sd.img: 1977 MB, 1977614336 bytes
1 heads, 63 sectors/track, 61309 cylinders, total 3862528 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
sd.img1 24576 1007615 491520 83 Linux
sd.img2 1007616 1273855 133120 83 Linux
sd.img3 1273856 1314815 20480 83 Linux
sd.img4 1314816 3411967 1048576 b W95 FAT32
Does anyone mind translating this video? I believe he is french. According the video description he has a 337.
Hello ack,Hi
I was able to create a patched ingenic-boot (linux) util that can dump the internal sd card on my 337, but suspect it will work on a 370 too.
main source:
https://github.com/gcwnow/ingenic-boot/archive/master.zip
patch:
http://www.gotwalls.com/neogeox/ingenic-boot-master.diff
Decompress the zip and apply the diff to it. Then following to build instructions in the README and the bits about the udev rules (be sure to also restart udev). Once building is complete do the following.
- With the ngx powered off, hold the start button and plug it into your linux box. The 2 led lights on the lower left of the ngx should light up, but the LCD will remain off.
- You should see something like this in your dmesg, indicating linux sees a new usb device.
Code:new high-speed USB device number NN using ehci_hcd
- Verify the ingenic-boot util can see the device
Code:# ./ingenic-boot --probe probe only CPU data: JZ4770V1
- To dump the sd card use the --dump=filename@blocks option. I haven't figured out how to determine the number of blocks on the sd card and no error is give if you attempt to read past the end, so you must specific how many blocks to read. Each block being 512 bytes. For the sd card in the 337 firmware device its 3862528 blocks, so the command looks like this.
Code:# ./ingenic-boot --dump=sd.img@3862528 probe 1th CPU data: JZ4770V1 addr set 0x80002000 addr=0x80002000 download fw_ddr2.bin download len=6600 start1@0x80002000 choice=1, addr=0x80002000 probe 2th CPU data: JZ4770V1 addr set 0x80002000 addr=0x80002000 download usb_boot.bin download len=123944 flush cache start2@0x80002000 choice=2, addr=0x80002000 probe 3th CPU data: Boot4770 Configuring XBurst CPU succeeded. #SD init dumping sd card to sd.img wrote 108003328 bytes 5.5%
Which will eventually complete with
Code:dumping sd card to sd.img wrote 1977614336 bytes 100.0% done
Which gives you
Code:# ls -l sd.img -rw-r--r-- 1 root root 1977614336 Jan 11 21:54 sd.img # file sd.img sd.img: x86 boot sector; partition 1: ID=0x83, starthead 0, startsector 24576, 983040 sectors; partition 2: ID=0x83, starthead 0, startsector 1007616, 266240 sectors; partition 3: ID=0x83, starthead 0, startsector 1273856, 40960 sectors; partition 4: ID=0xb, starthead 0, startsector 1314816, 2097152 sectors, code offset 0x0 # fdisk -l sd.img Disk sd.img: 1977 MB, 1977614336 bytes 1 heads, 63 sectors/track, 61309 cylinders, total 3862528 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Device Boot Start End Blocks Id System sd.img1 24576 1007615 491520 83 Linux sd.img2 1007616 1273855 133120 83 Linux sd.img3 1273856 1314815 20480 83 Linux sd.img4 1314816 3411967 1048576 b W95 FAT32
-ack
now tommo will not release official games...
So is this all there is to getting roms to work on the NGX?
http://translate.google.com/transla...fication-d-un-adaptateur-micro-sd-en-gamecard
THANK YOU FOR ALL STUPIDS HACKERS!!!
now tommo will not release official games...
WHO IS SO STUPID TO SPEND A LOT OF MONEY TO HACK THE SYSTEM TO PLAY UNOFFICIAL GAMES???
Lol...a little hostile there buddy. For a good chunk of us, the potential hackabilty of the X was the only reason this was purchased and not returned due to the blatant QA/QC issues.