[android-porting] Large file (> 2GiB) support in bionic

2010-01-11 Thread Changwoo Ryu
Is there some guideline of large file support in Bionic? Is it equavalent with glibc's -D_FILE_OFFSET_BITS=64, -D_LARGEFILE_SOURCE, or -D_LARGEFILE64_SOURCE? I'm trying to port some large file handling Linux app but I see lseek64 () is the only 64 bits aware file operation in Bionic. The other fun

[android-porting] My launcher can not launch ,why ?

2010-01-11 Thread helen.wjt
Hi ,all : help me ,thanks . D/dalvikvm( 58): DexOpt: --- BEGIN 'Launcher.apk' (bootstrap=0) --- D/dalvikvm( 64): Open dex cache '/data/dalvik-cache/ sys...@framework@core@classes.dex': 1 D/dalvikvm( 64): Open dex cache '/data/dalvik-cache/ sys...@framework@ext@classes.dex': 1 D/dalv

[android-porting] Re: Can't play any video on android 2.0 (AOSP)

2010-01-11 Thread uday kiran
Hi guys. Now im able to play the video after doing the patch and rebuilt the entire kernel. But audio is not coming and is giving the error " init: cannot find '/ system/bin/playmp3', disabling 'bootsound' " I dont know why it is coming for?? and playmp3 is not present under / system/bin/ . How d

Re: [android-porting] Re: Can't play any video on android 2.0 (AOSP)

2010-01-11 Thread Nimit Manglick
This is the bootup audio sound, means it will play when ur system boots up, it has nothing to do with ur devoce audio. On Mon, Jan 11, 2010 at 5:54 PM, uday kiran wrote: > Hi guys. > Now im able to play the video after doing the patch and rebuilt the > entire kernel. > > But audio is not coming

[android-porting] How to used float variables in Drivers?

2010-01-11 Thread sachin bhangale
Hi all, I am working on driver, How to used float variables in diver code? How to do mathematical calculation in driver code? If I add float variables in my driver code following error occured: ERROR: "__fixdfsi" [drivers/my_driver/mydriver.ko] undefined! ERROR: "__divdf3" [drivers/

Re: [android-porting] Re: Can't play any video on android 2.0 (AOSP)

2010-01-11 Thread udaykiran pichika
Hi Nimit, means /system/bin/playmp3 will sork at the time of bootup ??? so where will be the wrong when i try to play the AV file on beagle board?? can i get any help from u? On Mon, Jan 11, 2010 at 6:11 PM, Nimit Manglick wrote: > This is the bootup audio sound, means it will play when ur

Re: [android-porting] How to used float variables in Drivers?

2010-01-11 Thread Ashwin Bihari
What version of the Kernel? What platform? You haven't provided any information and if this a Kernel specific question, you might get better luck asking the question in the Kernel groups.. Regards -- Ashwin On Mon, Jan 11, 2010 at 8:11 AM, sachin bhangale wrote: > Hi all, > I am working o

Re: [android-porting] How to used float variables in Drivers?

2010-01-11 Thread sachin bhangale
platform:* x86* kernel: *2.6.29*-android-x86 compiling on *Ubuntu jaunty 9.04* On Mon, Jan 11, 2010 at 7:13 PM, Ashwin Bihari wrote: > What version of the Kernel? What platform? You haven't provided any > information and if this a Kernel specific question, you might get > better luck asking the

[android-porting] Re: touchscreen: getPressure and getSize should change as finger drags, yes?

2010-01-11 Thread Huawei Tu
hi, I am a college student and I am doing my study about android. I am also interested in your question about the function of getPressure and getSize. And did you get the answer now? Best wishes. On Nov 25 2009, 11:58 am, davemac wrote: > I'm not sure where else to ask this question as I've had

[android-porting] CLASSPATH setup in Android

2010-01-11 Thread Santosh
Hello, I have a library that I want to put in CLASSPATH. Init.rc has a variable 'BOOTCLASSPATH' and if I setup there, it works fine but it's not advisable. Can anybody know how to setup CLASSPATH in android please? Thanks Santosh -- unsubscribe: android-porting+unsubscr...@googlegroups.c

[android-porting] getting Current Application Context

2010-01-11 Thread Digambar Rasal
Hi, Is there a way to get current executing context in normal Java class. Scenario is - Browser plugin can't get context of browser/webkit, but JNI can be used to access Java classes. So I can do find class but most of APIs need Context to execute which I can't figure out how to get. I feel "thi

[android-porting] 32-bit Color Depth

2010-01-11 Thread gan
Hi All I am targetting to make Android application for an Android device which includes 32-bit display. I think currenlty the androind support only 16-bit color. how do I impart 32-bit color changes in Android. What all components needs change? regards gan -- unsubscribe: android-porting+unsubs

[android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-01-11 Thread Aliaser
Nobody still interested in this port?... Please .. please... Android is my last hope to get something useful out of this junky phone... Please. I'm willing to help in any way i can... On 8 Gen, 23:42, Aliaser wrote: > Hello, I'm very interested into this port too.. And I would really > like

[android-porting] Re: How to build outside of Android with new parser/recognizer node

2010-01-11 Thread jeffb
Ravi, It sounds like you are suggesting a private modification of OpenCore. Is that correct? If I modify my copy of the download manager to pass the queryInterface, then the modification will need to be reinstated each time there is a new release of opencore that changes the download manager. I hav

[android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-01-11 Thread Chris van de Steeg
Like I said: VERY interested, but no clue as where to start. On Jan 11, 5:25 pm, Aliaser wrote: > Nobody still interested in this port?... > Please .. please... Android is my last hope to get something useful > out of this junky phone... > Please. > > I'm willing to help in any way i can... >

[android-porting] Re: How to build outside of Android with new parser/recognizer node

2010-01-11 Thread RaviY
- As of today, we did not see a necessity for the parser nodes to implement the PVMFDataSourceNodeRegistryInitInterface interface. Hence, you don't see it. - In your pipeline, strictly speaking, the download manager is the "source node". Now, what you are trying to do is to retain the source node a

[android-porting] Re: Porting Eclair/Master to ADP2

2010-01-11 Thread petter
hi, i have same problem as you, i think that we must see donut branch where bt worked and rewrite it to eclair. In /external/bluetooth/bluez/ tools/hciattach_ti.c you will find loading TIInit file, i tryed to rewrite it to brf63000.bin but it didn't work, so i will try donut branch, if you will sol

Re: [android-porting] Android on STB?

2010-01-11 Thread Navaneeth Sen B.
Hi hedwin, Yes you are right.. Sigma designs is MIPS based board. Do you have any idea on how to port android to sigmadesigns platform?? Regards, Sen On Sat, Jan 9, 2010 at 1:00 AM, hedwin wrote: > As far as I know sigma is mips based, right?. > Check www.mipsandroid.com. Used this to run it on

Re: [android-porting] Target suggestion to port Android

2010-01-11 Thread Navaneeth Sen B.
Hi Aney, How about going for Sigma Designs? Is that a good option?? If yes, do you have some information on how to do that?? regards, Sen On Sat, Jan 9, 2010 at 7:09 AM, ananth wrote: > Hi Ashish > If you are looking out for Porting Android onto any H/W, then I would > suggest you to go fo

[android-porting] Re: Porting Android 2.0 on Samsung 360 M1

2010-01-11 Thread pakizito
I would love a port of android in this phone, because the phone is very good, hardware-wise. Ill be reading this post, because i would be so happy with android :) On Jan 11, 4:25 pm, Aliaser wrote: > Nobody still interested in this port?... > Please .. please... Android is my last hope to get s

[android-porting] Re: "The 0x18d1 vendor id belongs to Google"

2010-01-11 Thread /dev/null
Nevermind. I found out that the publicly available list of companies on the usb.org site only includes members, not non-members even if they have VIDs assigned. To access the complete list you must be a member. Sigh Google may want to submit a patch to www.linux-usb.org to update the vendor-i

[android-porting] dalvikvm unable to dlopen(/system/lib/libdvsdk.so)

2010-01-11 Thread ananth
Hi All I have used the CodeSourcery toolchain to create a Shared Library out of my C file and a file containing my JNI wrappers for calling the C functions. In my JAVA application i am loading this Shared Library and calling the JNI function for printing helloworld.But i am getting the followin

Re: [android-porting] 32-bit Color Depth

2010-01-11 Thread Dianne Hackborn
Android does, and has always supported 32-bit color. I don't know where this "16 bit color limitation" came from, but it is not true. Sure, lots of devices only have 16 bit color screens so the system is set up to allocate 16 bit surfaces if it doesn't need an alpha channel etc, but that is all.

[android-porting] How to used float variables in diver code?

2010-01-11 Thread sachin bhangale
Hi all, I am working on driver, How to used float variables in diver code? How to do arithmetical calculation in driver code? Platform: x86 Kernel: 2.6.29 If I added float variables in my driver code : eg: float a,b,c,d; float ans; ans = (float)(1.0 / (a

[android-porting] Issue on ril communication with external modem

2010-01-11 Thread hihi hi
Hi I am currently trying to test a 2G USB modem with the Android emulator. I have used the -radio option to connect the modem emulation (emulator -radio /dev/ttyUSB0). However when the emulator is launched, it is set to airplane mode instead of full network service. >From the radio log, using lo

Re: [android-porting] Android on STB?

2010-01-11 Thread Adam Jiang
Hi, Sen. It seems that Sigma Design has done this for their turnkey business. But, I am afraid it may not be very stable because few of STB vendor are using it. You can find more details on their homepage. Best regards, Adam On Tue, Jan 12, 2010 at 3:00 AM, Navaneeth Sen B. wrote: > Hi hedwin,

Re: [android-porting] Android on STB?

2010-01-11 Thread tommy tommy
mips android ? 2010/1/12 Adam Jiang : > Hi, Sen. > It seems that Sigma Design has done this for their turnkey business. But, I > am afraid it may not be very stable because few of STB vendor are using it. > You can find more details on their homepage. > Best regards, > Adam > On Tue, Jan 12, 2010

[android-porting] Re: Porting Eclair/Master to ADP2

2010-01-11 Thread petter
hi so i figured it out, i think that there is two options: 1. you can pick up hciattach binary from donut and replace your hciattach on your phone runnning on eclair (i tried and bt work normally) 2. i found in /external/bluetooth/bluez/tools/Android.mk in hciattach section hciattach_ti.c file, t