[android-porting] override pthread.h of bionic by the one in toolchain

2011-01-18 Thread vikas
hi all, i need to use an application which uses pthread_setcancelstate , pthread_cancel and pthread_testcancel which are not supported in default pthread.h available in bionic/libc/include. rather i am able to compile my application using makefile and setting the CC to toolchain/arm-2009q3/bin/arm

[android-porting] Porting gingerbread on 2.6.31

2011-01-19 Thread vikas
hi. what is difference between kernel 2.6.31 and 2.6.36. can Gingerbread be ported on 2.6.31 kernel version. Thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] ALSA giving timeval error

2011-05-03 Thread Vikas KM
inition of 'struct timespec'* I checked the net but with no solution.. can anyone through some light on this issue. Appreciate your help. -- Regards Vikas KM -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Is there OSAL layer

2011-06-03 Thread Vikas KM
Hi, Is there any OSAL layer in Android Build System..? -- Regards Vikas KM -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] OMX_Core can't load shared library

2011-06-10 Thread Vikas KM
know whats the problem or any idea as what might i be doing worng? -- Regards Vikas KM -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: Problem in porting Android-Gingerbread on OMAP Blaze board(ES2.1 GP) bring up

2011-07-06 Thread Vikas KM
change *ro* to *rw* in init.rc -- Regards Vikas KM On Fri, May 27, 2011 at 8:06 PM, Rajesh RV wrote: > Hello Srinivas, >I modified my init.rc as explained. But still my display doesn't come > up. The LED on the Board glows white. > > From my log messag

Re: [android-porting] Android Building

2011-10-07 Thread Vikas KM
Both are good its your choice.. :) >From my view Ubuntu Setup is little easier then Fedora. -- Regards Vikas KM On Fri, Sep 30, 2011 at 10:21 AM, Kolanchinathan S wrote: > Hi, > I have Gingerbread Android source code. I am trying to build > the source code fr

Re: [android-porting] Re: whats the first STAIR to learn the androids?

2011-10-13 Thread Vikas KM
This is a nice book for beginners.. Learning Android - Marko Gargenta http://ofps.oreilly.com/titles/9781449390501/ -- Regards Vikas KM On Wed, Oct 12, 2011 at 9:22 PM, Glenn Kasten wrote: > Welcome; the first step is http://developer.android.com/ > > On Oct 11,

Re: [android-porting] Re: What permissions does AndroidManifest.xml need to access a device driver?

2011-10-17 Thread Vikas KM
Try giving chmod 777 /dev/* We had similary device permission problem and it worked using the above. -- Regards Vikas KM On Mon, Oct 17, 2011 at 5:25 PM, David Turner wrote: > Hello, > > I think this is not related to the NDK, try android-porting@ instead, > where

Re: [android-porting] Trying to port cryptsetup-1.3.1 GingerBread AFS on Pandaboard

2011-10-19 Thread Vikas KM
Hi Zahir, Can you remove your cryptsetup-1.3.1 from external and build the android first? if yes, put the cryptsetup-1.3.1 back into external and build that package only. can you try this and let us know.. -- Regards Vikas KM On Wed, Oct 19, 2011 at 12:16 PM, Zaahir Khan wrote

Re: [android-porting] Trying to port cryptsetup-1.3.1 GingerBread AFS on Pandaboard

2011-10-20 Thread Vikas KM
p/android-x86/browse_thread/thread/b7085c46f6f5eca8?pli=1 ------ Regards Vikas KM On Wed, Oct 19, 2011 at 6:51 PM, Zaahir Khan wrote: > Cryptsetup-1.3.1 -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Trying to port cryptsetup-1.3.1 GingerBread AFS on Pandaboard

2011-10-21 Thread Vikas KM
external/androidcyptsetup/jni/ popthelp.c:122: error: storage size of 'ws' isn't known you might want to check what type "ws" is... -- Regards Vikas KM On Fri, Oct 21, 2011 at 11:50 AM, Zaahir Khan wrote: > external/androidcyptsetup/jni/popthelp.c

Re: [android-porting] Trying to port cryptsetup-1.3.1 GingerBread AFS on Pandaboard

2011-10-21 Thread Vikas KM
command? mm ARCH=arm CROSS_COMPILE=arm-none-linux- gnueabi- TARGET_PRODUCT=pandaboard external/androidcyptsetup/jni/ in $MYDROID/external/crypt_folder ??? -- Regards Vikas KM On Thu, Oct 20, 2011 at 6:23 PM, Zaahir Khan wrote: > Hi Yury, > > This is log I got ::: fee

[android-porting] 3G USB Modem configurations for Android

2012-01-02 Thread Vikas KM
x12d1 TargetProductList="1001,1406,140b,140c,1412,141b,1436,14ac" CheckSuccess=20 MessageContent="555342430011060001" ----- Can anyone tell me what might be w

Re: [android-porting] Android bootscreen Animation.

2012-01-21 Thread Vikas KM
This might be helpful... http://pundiramit.blogspot.com/2011/08/android-bootup-logo-and-animation.html -- Regards Vikas KM http://arowboat.org On Fri, Jan 20, 2012 at 3:05 PM, Pawan wrote: > Hi, > > Does anyone knows how to change the Android default boot animation. &

Re: [android-porting] android

2012-01-24 Thread Vikas KM
This might help: http://www.exampledepot.com/egs/java.lang/unicodetoutf8.html -- Regards Vikas KM http://arowboat.org On Tue, Jan 24, 2012 at 2:15 PM, Anwesh Reddy wrote: > Hai to every one. > i'm trying to convert utf-8 to unicode... > can any o

[android-porting] How to Automate USB Modem Detection

2012-02-15 Thread Vikas KM
, i want it to detect and open browser.. Any hint or help in this matter??? -- Regards Vikas KM http://arowboat.org -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] How to get the APN name in java/NDK layer

2012-03-29 Thread Vikas KM
Hi, How can i get the APN name in java layer? OK ‘AT+CGDCONT=1,”IP”,”internet”’ --internet 為中華電信 APN name To use here... -- Regards Vikas KM http://arowboat.org -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] How to execute Shell script in android

2012-04-09 Thread Vikas KM
PATH)/script_name.sh* Command i m using. -- Regards Vikas KM http://arowboat.org -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: How to execute Shell script in android

2012-04-20 Thread Vikas KM
Hi, Works with busybox.. Any other way of doing this without buybox.. -- Regards Vikas KM http://arowboat.org On Fri, Apr 20, 2012 at 1:59 AM, Ivo Topchev wrote: > Install busybox and it does most of the scripts, Google it and you will > see what are the steps. > Ivo

[android-porting] How to update the Connectivity Manager?

2012-04-29 Thread Vikas KM
Hi All, I am trying to update the connectivity Manager saying that internet is available.. but its returning null. Any Help? -- Regards Vikas KM -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] How to update the Connectivity Manager?

2012-05-04 Thread Vikas KM
s are not up... Using Android version gingerbread.. Any help in this regard will be grateful... -- Regards Vikas KM http://arowboat.org On Mon, Apr 30, 2012 at 9:22 PM, Robert Greenwalt wrote: > Can you explain yourself a bit more? How are you updating the > connectiivtyMa

Re: [android-porting] How to update the Connectivity Manager?

2012-05-04 Thread Vikas KM
/MountService( 1245): Network Not Connected ... W/MountService( 1245): Insertion mount failed (-4) -- Regards Vikas KM http://arowboat.org On Fri, May 4, 2012 at 4:45 PM, Vikas KM wrote: > HI Robert... > &

Re: [android-porting] How to update the Connectivity Manager?

2012-05-09 Thread Vikas KM
Hi Robert, I am trying to run this from MountService.java... I am running 3G Modem to get the internet connection. I want to show the 3g icon in status bar with the connectivity is available for other apps... -- Regards Vikas KM On Fri, May 4, 2012 at 9:26 PM, Robert Greenwalt

[android-porting] Need Help Regarding the ConnectivityService in ICS

2012-06-02 Thread Vikas KM
): Ignoring protectedNetwork 11 E/ConnectivityService( 2902): Ignoring protectedNetwork 12 D/ConnectivityService( 2902): The netType values are : ...9 * -- Regards Vikas KM -- unsubscribe: android-porting+unsubscr...@googlegroups.com website

[android-porting] Re: Need Help Regarding the ConnectivityService in ICS

2012-06-02 Thread Vikas KM
( com.android.internal.R.array.networkAttributes); * Which files the above code is looking? Can anyone help me out with this..? -- Regards Vikas KM On Sat, Jun 2, 2012 at 12:42 PM, Vikas KM wrote: > Hi All, > > I m running ICS on my Board.. > > I see that the *Ethernet Servic

[android-porting] Re: Need Help Regarding the ConnectivityService in ICS

2012-06-02 Thread Vikas KM
got it -- Regards Vikas KM http://arowboat.org On Sat, Jun 2, 2012 at 3:38 PM, Vikas KM wrote: > Hi All, > > Below is the Little more description.. > > D/ConnectivityService( 1321): [ConnectivityService.java] mNetworksDefined > are ... 4 > D/Connectivi

[android-porting] Re: How to Automate USB Modem Detection

2012-06-12 Thread Vikas KM
HI Luis, If you root permission with your device follow the instructions givien in the below link.. http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3.4-DevKit-2.1.1_PortingGuides#USB_3G_Modem Do you have the kernel sources? -- Regards Vikas KM http://arowboat.org

Re: [android-porting] How to make proper ip-up file for ppp0 interface.

2012-06-13 Thread Vikas KM
"Network Connected ."); else Slog.e(TAG, "Network Not Connected ..."); Check what gets printed for the below code... Are the set.dns1 and set.dns2 set? -- Regards Vikas KM On Fri, Apr 20, 2012 at 4:04 PM, Jagadish P

[android-porting] Re: Regarding 3g modem Interface

2012-06-18 Thread Vikas KM
oid.org/online-pdk/guide/telephony.html ------ Regards Vikas KM On Sun, Jun 17, 2012 at 8:13 PM, Abhilash Pujari wrote: > > > Hi Vikki, > > i am Abhilash from Banglore, working on Android 3G Interface, > kindly provide the architecture and software flow and hardware

[android-porting] How to use zModem in android

2012-06-29 Thread Vikas KM
? Has anyone tested zModem working on Android? -- Regards Vikas KM -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Linux on Android: futex WAIT issue

2014-06-13 Thread Vikas Patil
Hi All, I am trying to run the test_egl from libhybris package, however it never finishes and looking at the strace it shows following lines. I am running linux filesystem on android kernel on android device in chrooted environment. futex(0xb6e5ee5c, FUTEX_WAKE_PRIVATE, 2147483647) = 0 futex(0

[android-porting] Linux on Android: legacy linux framebuffer application on android

2014-06-13 Thread Vikas Patil
Hi All, Could I run the legacy linux framebuffer application on android device using the android kernel and linux filesystem in chrooted linux without any modification? or Do I need to use the vendor specific IOCTL along with standard fb IOCTL to fill the framebuffer with some colors using lega