Recent content by ronfar23x

  1. R

    JFW DH MA-1 3.56 Released!

    Sorry about the link not working. Am on my phone at work and it acts crazy sometimes. I've been following the hype on jfw dh the past couple of months , and I must say, this "release" is a real let down. Apparently this is just something to quiet all the flamers who said it didn't exist. Not in...
  2. R

    JFW DH MA-1 3.56 Released!

    It has been announced over at ps3news that the new jfw dh firmware has seen its first release. Source
  3. R

    So I installed Win 7

    I originally installed Vista32 on my machine, and it was crappy! But after reformatting and installing the 64 bit everything was gravy! haven't had a problem out of it. Vista 32 = crap Vista 64 = yummy!
  4. R

    Comment by 'ronfar23x' in 'So I installed Win 7'

    I originally installed Vista32 on my machine, and it was crappy! But after reformatting and installing the 64 bit everything was gravy! haven't had a problem out of it. Vista 32 = crap Vista 64 = yummy!
  5. R

    Programming in JAVA

    Having learned Java in college and keeping up with the changes in the specs, I can offer several pros and cons. Pros: Cross platform. Will work on any system with a native JRE (Java Runtime Environment) written for it. NO POINTERS! (as bowser stated above) Handles its own garbage collection to...
  6. R

    Hardware Using Virtualbox to manage legacy gba flashcarts

    Excellent guide! I actually got my old EZFA 256 rtc working on my Vista 64 machine. This should be stickied!
  7. R

    Hardware gba sp won't charge

    Have you tried replacing the battery? If it got wet it could have destroyed the battery.
  8. R

    [Java] Question on arrays

    I do have one question though. Since you're using it to operate on an image, have you considered using Java's PixelGrabber class? it will transform the image to a one dimensional array of integers, each integer representing the rgb of one pixel. You can ten perform bitwise tasks on the integers...
  9. R

    [Java] Question on arrays

    I'm pretty sure you will have to change the bytes into integers. Or, you could work directly on the bytes themselves without having to change them. (int) byte = (((((int) byte = val3) << 3) | val2) << 5) | val1; That should work. I'll have to check some source code I wrote at home to be sure...
  10. R

    [Java] Question on arrays

    You would have to use bit wise operators to do this. ex: div Array[0] = array[0] & 0x3; div Array[1] = (array[0] >> 3) & 0x3; div Array[2] = (array[0] >> 5) & 0x3; div Array[3] = (array[0] >> 7) & 0x3; However, I'm not sure this will work unless you first cast the byte to an int, as Java bit...
  11. R

    Gaming Using two protocols (WPA2 and WEP) on one router

    Joe88 is right. You can only have one security protocol at any given time on a single router. You can have either WPA2 or WEP, but not both without a second router.
  12. R

    ROM Hack Interested In GBA Development!

    I'm surprised that only one person mentioned HAM! It can be found at http://www.ngine.de/article/id/40 I used to use it for GBA dev, and it has been used for commercial games as well...
  13. R

    Hacking Pretty sure my new acekard 2i is defective...

    Sounds like it could also be either contact issues or maybe a slow microSD. I had the same problems with mine until I did the paper trick and invested in a higher class microSD.
  14. R

    Hacking Got an email from sony-what the hell do I do?

    Sounds like a spam email to me. If it was sony this part would be different: Instead of coming from some innovyx.net, it would more likely come from sony.com if it were real...
  15. R

    Gaming dragon quest IX being sold early

    It should be like all the others, go to a church and choose "Divination"...
General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Nut on the hill