Quote:
Originally Posted by M A S T E R
Cool The only thing i need to learn how to do at the moment is how exactly do a back up of the original. (i am assuming you need to back it up just in case of some accident or when an update happens to either the kernel or Jspot). I did it the manual way and my Jspot works now i just dont want to have to turn it off like that all the time but i guess i can just remember the code lol.
-MASTER
|
Here are step-by-step guidance, but it is on your own risk.
Open x-term and type these commands:
- back-up JoikuSpot_Bouncer.ko to /home/user
Code:
cp /home/opt/maemo/usr/share/applications/joikuspot/JoikuSpot_Bouncer.ko /home/user/
- gain root rights
- remove old file
Code:
rm /home/opt/maemo/usr/share/applications/joikuspot/JoikuSpot_Bouncer.ko
- copy a new from kernel's modules
Code:
cp /lib/modules/current/JoikuSpot_Bouncer.ko /home/opt/maemo/usr/share/applications/joikuspot/
That's it.
EDIT: You have to do this always when either kernel or JoikuSpot is updated to a newer version.