ununquadium
Still Fresh
- Joined
- Dec 23, 2006
- Messages
- 2
I installed the aurora2.0 skin on my brand new gp2x with the latest firmware.
After reboot I realized that the icons where the same, I had the aurora2.0 background,
but the original icons. Because this didn't look good, I wanted to go back to the
default skin. I downloaded the default skin "DefaultSkin140b" and installed it. No
luck, nothing changed.
Then I realized that .gpu files are indeed shell scripts. I thought that it should be
possible to remove aurora2.0 and go back to the default skin by executing the
following lines:
So I made a shell script, named it "oldskin.gpu" and placed it into /mnt/sd/Utilities:
I executed this script and now I do not see icons at all!!!
The background is back to normal, but there are no icons, I just see the background,
nothing else!
I am, however, able to connect the gp2x to the pc because I remember that clicking 3
times right and 1 time down takes me to "Settings". Now I have to click 2 times right
to reach USB-connect, now I have to press b to etablish the connection.
My gp2x is useless in it's current state, please help me!
What can I do to get the icons back?
After reboot I realized that the icons where the same, I had the aurora2.0 background,
but the original icons. Because this didn't look good, I wanted to go back to the
default skin. I downloaded the default skin "DefaultSkin140b" and installed it. No
luck, nothing changed.
Then I realized that .gpu files are indeed shell scripts. I thought that it should be
possible to remove aurora2.0 and go back to the default skin by executing the
following lines:
Code:
rm -rf /usr/gp2x/imgbattery/*
rm -rf /usr/gp2x/imgcommon/*
rm -rf /usr/gp2x/imgebook/*
rm -rf /usr/gp2x/imgexplorer/*
rm -rf /usr/gp2x/imggame/*
rm -rf /usr/gp2x/imgimage/*
rm -rf /usr/gp2x/imglcd/*
rm -rf /usr/gp2x/imgmain/*
rm -rf /usr/gp2x/imgmovie/*
rm -rf /usr/gp2x/imgmusic/*
rm -rf /usr/gp2x/imgsetting/*
rm -rf /usr/gp2x/imgtestmode/*
rm -rf /usr/gp2x/imgtvout/*
rm -rf /usr/gp2x/imgutil/*
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgbattery/*.* /usr/gp2x/imgbattery
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgcommon/*.* /usr/gp2x/imgcommon
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgebook/*.* /usr/gp2x/imgebook
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgexplorer/*.* /usr/gp2x/imgexplorer
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imggame/*.* /usr/gp2x/imggame
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgimage/*.* /usr/gp2x/imgimage
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imglcd/*.* /usr/gp2x/imglcd
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgmain/*.* /usr/gp2x/imgmain
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgmovie/*.* /usr/gp2x/imgmovie
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgmusic/*.* /usr/gp2x/imgmusic
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgsetting/*.* /usr/gp2x/imgsetting
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgtestmode/*.* /usr/gp2x/imgtestmode
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgtvout/*.* /usr/gp2x/imgtvout
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgutil/*.* /usr/gp2x/imgutil
sync
cd /usr/gp2x
./gp2xmenu
So I made a shell script, named it "oldskin.gpu" and placed it into /mnt/sd/Utilities:
Code:
#/bin/sh
rm -rf /usr/gp2x/imgbattery/*
rm -rf /usr/gp2x/imgcommon/*
rm -rf /usr/gp2x/imgebook/*
rm -rf /usr/gp2x/imgexplorer/*
rm -rf /usr/gp2x/imggame/*
rm -rf /usr/gp2x/imgimage/*
rm -rf /usr/gp2x/imglcd/*
rm -rf /usr/gp2x/imgmain/*
rm -rf /usr/gp2x/imgmovie/*
rm -rf /usr/gp2x/imgmusic/*
rm -rf /usr/gp2x/imgsetting/*
rm -rf /usr/gp2x/imgtestmode/*
rm -rf /usr/gp2x/imgtvout/*
rm -rf /usr/gp2x/imgutil/*
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgbattery/*.* /usr/gp2x/imgbattery
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgcommon/*.* /usr/gp2x/imgcommon
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgebook/*.* /usr/gp2x/imgebook
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgexplorer/*.* /usr/gp2x/imgexplorer
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imggame/*.* /usr/gp2x/imggame
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgimage/*.* /usr/gp2x/imgimage
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imglcd/*.* /usr/gp2x/imglcd
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgmain/*.* /usr/gp2x/imgmain
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgmovie/*.* /usr/gp2x/imgmovie
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgmusic/*.* /usr/gp2x/imgmusic
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgsetting/*.* /usr/gp2x/imgsetting
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgtestmode/*.* /usr/gp2x/imgtestmode
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgtvout/*.* /usr/gp2x/imgtvout
cp -f /mnt/sd/Utilities/DefaultSkin140b/Default/imgutil/*.* /usr/gp2x/imgutil
sync
cd /usr/gp2x
./gp2xmenu
I executed this script and now I do not see icons at all!!!
The background is back to normal, but there are no icons, I just see the background,
nothing else!
I am, however, able to connect the gp2x to the pc because I remember that clicking 3
times right and 1 time down takes me to "Settings". Now I have to click 2 times right
to reach USB-connect, now I have to press b to etablish the connection.
My gp2x is useless in it's current state, please help me!
What can I do to get the icons back?