Active Topics

 


Reply
Thread Tools
Psycho's Avatar
Posts: 176 | Thanked: 33 times | Joined on May 2010 @ Netherlands
#1
Hi guys,

i know that i can ask my questions at the nitdroid forum.. but i also want to ask it here..

i want to get my 3g/phone to work on my nitdroid..

things i needed, ofonod and libofono-ril.so
ive downloaded those 2 files 2 my pc, and moved the files to MyDocs via SSH maemo.



the things ive did..

downloaded
ofonod and libofono-ril.so

started maemo and in xterm;

sudo gainroot
mount /dev/mmcblk1p2 /and


and in xterm;

cd MyDocs
mv ofonod /and/system/bin/
mv libofono-ril.so /and/system/lib/

umount /and

and started nitdroid again.
opened the terminal emulator in dev tools ( menu )

SU
RR

restarted to maemo

opened xterm again
sudo gainroot
mount /dev/mmcblk1p2 /and
cd /and/system/bin
chmod 755 ofonod
chown 1000:1000 ofonod
cd ..
cd lib
chmod 644 libofono-ril.so
chown root:root libofono-ril.so
cd
umount /and

and restart to nitdroid again

and it still doesnt find my operator ?
__________________
If life gives you lemons, make lemonade
 
Psycho's Avatar
Posts: 176 | Thanked: 33 times | Joined on May 2010 @ Netherlands
#2
hmpf... im going crazy right now -_-

and no it still doesnt work for me..
the things ive did..

1. remove the old ofonod and ofono-ril.so
in maemo xterm;

sudo gainroot
mount /dev/mmvblk1p2 /and
cd /and/system/lib
rm ofonod
cd ..
cd /lib
rm ofono-ril.so
cd

2. download the files ofonod and ofono-ril.so again with wget

in xterm;
sudo gainroot
cd MyDocs
wget http://downloads.nitdroid.com/e-yes/...-0.0.4.tar.bz2
bzip2 -d ofono-0.28_ofono-ril-0.0.4.tar.bz2
mount /dev/mmcblk1p2 /and
cd /and
tar xvf /home/user/MyDocs/ofono-0.28_ofono-ril-0.0.4.tar

3. and give the right permissions

in xterm;

sudo gainroot
mount /dev/mmcblk1p2 /and
cd /and/system/bin
chmod 755 ofonod
chown 1000:1000 ofonod
cd ..
cd lib
chmod 644 libofono-ril.so
chown root:root libofono-ril.so
cd
umount /and

After restarting to nitdroid and go to settings.. the Operator field and bluetooth arent even clickable..

any suggestions ?

its kinda weird because if i use the old libofono-ril.so from
http://downloads.nitdroid.com/e-yes/...ibofono-ril.so

the buttons are clickable but if i use the new one, they arent clickable..

pls any one help ??
__________________
If life gives you lemons, make lemonade
 
Hariainm's Avatar
Posts: 485 | Thanked: 708 times | Joined on Feb 2010 @ Galiza
#3
verify permissions have been applied correctly
ls -la ofonod (should be -rwxr-xr-x)
ls -la libofono-ril.so (should be -rw-r--r--)
 
Reply


 
Forum Jump


All times are GMT. The time now is 11:03.