Attached is my modified backend.py. Unzip this file and replace it with the existing file /home/opt/mobilehotspot/libs/backend.py.
assuming you download this file to your pc and transfer it to your N900 via USB into your MyDocs dir, you would then open a terminal and do:
Code:
cd /home/opt/mobilehotspot/libs
sudo cp backend.py backend.bak
cd ~/MyDocs
gunzip backend.py.gz
sudo cp backend.py /home/opt/mobilehotspot/libs/
Now close terminal and run mobilehotspot from the menu icon.
This worked for me!
EDIT: added lines to backup the original backend.py in case you decide to restore it later. Just remove backend.py and rename backend.bak to backend.py.
Besides being unethical and illegal? Well, since every cellphone has a unique IMEI number, and since JoikuSpot first contacts the Joiku servers when you go online, I'm pretty sure Joiku can prevent anyone from using their software without paying for it.
I had troubles with joikuspot so I installed Mobile Hotspot. I already have titans ulv kernel (currently running at max 600mhz) so I only needed Mobile Hotspot packages. installation was easy, just one reboot and it was good to go.
I've been using it for few hours now and I've noticed that it uses lot less resources than joikuspot. With heavy network traffic joikuspot stays around 500-600mhz and phone gets very warm. Mobile Hotspot just idles at 250mhz, phone isn't warm even after hours of web surfing and downloading. And there's no difference in download/upload speeds.
I say YAY!
It's the main screen with round speed meters that's a cpu hog. Try opening the one which lists clients connected and you will notice the cpu usage go down by quite a significant amount.
Attached is my modified backend.py. Unzip this file and replace it with the existing file /home/opt/mobilehotspot/libs/backend.py.
ok so lets see... assuming you download this file to your pc and transfer it to your N900 via USB into your MyDocs dir, you would then open a terminal and do:
Code:
cd MyDocs
gunzip backend.py.gz
sudo cp backend.py /home/opt/mobilehotspot/libs/
Now close terminal and run mobilehotspot from the menu icon.
This worked for me!