[android-porting] Driver missing for TUN/TAP device in mips-android.

2011-02-09 Thread Mr Jai
Hello I am working on mips-android and trying to create a tap device but it wasn't successful. On further debugging I noticed that there is not net folder in dev e.g (/dev/net/ not found) so I tried to enable CONFIG_TUN=y in the kernel config file but it didn't work either, i also tried to add

[android-porting] Unable to get RILD/RILC or hardware level logs

2011-02-04 Thread Mr Jai
Hello all I am running mips-andriod on smp8654 but i am unable to get RILD and other hardware level logs, do I have to enable some kind of macro or something. Please guide me through. when i was setting up the environment, i set the parameters as follows Chip Number : 8654

[android-porting] Linking PreCompiled Shared Object/Executable with Android RILD

2010-12-31 Thread Mr Jai
Hello, Is there any possible way, to link a precompiled shared object (*.so) with rild. so that it can be opened using dlopen, its function can be accessed using dlsym and finally these functions can be called using some thread. Just like it is being done in case of reference-ril but the only

[android-porting] Re: Linking PreCompiled Shared Object/Executable with Android RILD

2010-12-31 Thread Mr Jai
Hello Joerie Thanks a lot for your response and guidance, i will definitely try this after weekend. Best Regards Junaid On Dec 31 2010, 9:10 pm, Joerie de Gram j.de.g...@gmail.com wrote: Hi Junaid, On Fri, Dec 31, 2010 at 8:20 AM, Mr Jai junaid.rehmat.r...@gmail.com wrote: Cannot load