Hacking yeah, so...

  • Thread starter Thread starter dice
  • Start date Start date
  • Views Views 4,729
  • Replies Replies 34
My r4ds works perfectly i can play games and watch DPG movies but i cannot get the skins to work on my r4ds either i have them in th e right directory and everything

and guess what ........ im on windows ME also :-(
 
you guys ever thought about..upgrading to xp?or at least 2k. silly question im sure
tongue.gif


there are "ways" to get it for free if you know how to look if money's an issue
 
dice - I think you need to find another way to get files onto your microSD to see if it's truly an ME problem or an R4/SD problem.

as a possible workaround, try copying the zip/rar archive to the appropriate directory on your SD first, then try extracting it directly there. See if bypassing WinMe copy/move helps.

alternatively you could try using the command prompt to copy the files (if ME's cmd prompt recognizes USB devices)

or, you could try installing the homebrew FTP server DSFTP and have someone FTP the files directly to your SD card then use a file manager to move them to the right directory with your ds.

I realize these are all a pain in the ass but I'm sure you'd like to figure out what the heck is going on.

weird that two guys with ME are having the same problem - I'm starting to think it *is* ME at fault but you should see if taking ME out of the equation eliminates the problem to truly draw that conclusion.
 
Do you have another paint program you could use? Something like Paint Shop Pro or some other paint program?
 
Do you have another paint program you could use? Something like Paint Shop Pro or some other paint program?

They shouldn't have to be using any image editor to open or save these files at all. They are pre-made skins that are already compatible with the R4 that lots of people are already using as-is.
huh.gif
 
i tried the first method you stated and no go :-(

frown.gif
Well, I thought that would be the least likely to work (since the OS is still "touching" the files when they're extracted) but since it was easiest I thought it was worth a try.

I think the FTP test will be definitive, or can you try it on a friend's (non-ME) computer (don't extract the archive on yours first though)?
 
I have the same issue as Dice. Everything works fine except skins. However, I'm not using ME, I'm using Windows XP SP2...
 
Here's a bit more refined of a script to ensure you're only writing what you are able to write. I also used the perl command rename in case new files show up and such.

Code:
#!/bin/sh

if [ -d _system_ ]
then
ÂÂÂÂrename 'y/a-z/A-Z/' _system_
fi

if [ -d _SYSTEM_ ]
then
ÂÂÂÂcd _SYSTEM_
ÂÂÂÂrename 'y/a-z/A-Z/' *
ÂÂÂÂfor i in *
ÂÂÂÂdo
Âif [ -d $i ]
Âthen
ÂÂÂÂÂcd $i
ÂÂÂÂÂrename 'y/a-z/A-Z/' *
ÂÂÂÂÂfor i in *
ÂÂÂÂÂdo
ÂÂÂÂÂif [ -d $i ]
ÂÂÂÂÂthen
 Âcd $i
 Ârename 'y/a-z/A-Z/' *
 Âcd ..
ÂÂÂÂÂfi
ÂÂÂÂÂdone
ÂÂÂÂÂcd ..
Âfi
ÂÂÂÂdone
fi
 

Site & Scene News

Popular threads in this forum