View Single Post
  #3820 (permalink)  
Old 08-29-2010, 02:23 AM
Evildooinz's Avatar
Evildooinz
Lurker
Offline
 
Join Date: Nov 2008
Posts: 1
Reputation: 10
Evildooinz is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

Hi all,

I made a short batch for NX to remove some of the junk from the SYS folder. Now all you have to do is step 2 and 3.

Copy this into a text file name it shortsys.cmd and save in your SYS folder.
Code:
@echo off
FOR /D %%I IN (dpi_96*) DO RMDIR /S /Q %%I
RMDIR /S /Q dpi_192_resh_480_resv_640
FOR /D %%I IN (*) DO RMDIR /S /Q "%%I/0419"
Quote:
2) Put MSXIPKernel in ROM\Shared\2xxxx

3) Make an empty folder in ROM\Touch_Pro2\ called 2xxxx... copy one of the existing OEMXIPKernel's into it.
http://www.inventingminds.net/
Reply With Quote
This post has been thanked 2 times.