[android-porting] Re: [Kernel Panic] in case of building adb composite gadget dynamically

2009-03-23 Thread atom10jj
Thank you for your early reply. I'm gonna wait for it. BR, On 3월20일, 오후9시10분, Mike Lockwood wrote: > Hi atom10jj, > > I also ran into this problem while attempting to run the android > gadget driver as a module in the x86 kernel. Unfortunately I haven't > had time to track it down, but plan

[android-porting] Error while Lauching Music player

2009-03-23 Thread Manish Sharma
Hi All, All the applications are working fine in my android setup. But when I launch Music player it gives an error on screen "The application Music (process.com.android.music) has stopped unexpectedly. Please try again". And one option of "Force Close". With logcat the following error is observe

[android-porting] android build error.

2009-03-23 Thread chungae9ri
How can I fix this error. can I just comment the source code that makes this problem in akm8976.c? drivers/built-in.o: In function `akmd_ioctl': drivers/i2c/chips/akm8976.c:766: undefined reference to `get_akm_cal_ram' make: *** [.tmp_vmlinux1] Error --~--~-~--~---

[android-porting] Android on x86/Eee701: Recompiling the kernel

2009-03-23 Thread Avtar Singh
I can build Android for x86-EeePC using the steps listed in the following posts (thanks to Chen and everyone else). I am also able to launch Android in a VirtualBox virtual machine. http://groups.google.com/group/android-porting/msg/2dedc5fe7ad58ed3?pli=1 Installation in VMWare: http://groups.goog

[android-porting] Re: Error while Lauching Music player

2009-03-23 Thread nagamatu
Because your target device has no touchscreen configuration, the necessary resource can not be found. Solution 1: Add touchscreen :) Solution 2: Add resources for no touchscreen device Solution 3: Ignore touchscreen configuration for loading resources On 3月23日, 午後4:17, Manish Sharma wrote: > Hi

[android-porting] Re: problem for snd_pcm_open in alsa porting

2009-03-23 Thread 廖军生
hi Sean, I have read about asound.conf file, but I don't know how to make sure that the sound will output to the appointed device, such as headset. Could you give me example for the asound.conf according to android device name? Thanks ! 2009/3/21 Sean McNeil > > You need to create an appropriate

[android-porting] Re: can't change Exif tag using ExifInterface

2009-03-23 Thread e13...@gmail.com
Can someone help on the problem? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: touch screen configuration

2009-03-23 Thread Claw
Thanks for the reply. The touch screen works, meaning it recogizes the inputs but the mapping is incorrect. It looks as if only the top portion of the screen is touched, irrespective of where the touch is done. I have not been able to use the pointercal from tslib into the android. Has some one do

[android-porting] Re: touch screen configuration

2009-03-23 Thread Jim
As a quick hack, I found this worked http://home.androidin.com/space.php?uid=17708&do=blog&id=21 --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--

[android-porting] Re: Measuring memory usage on a device

2009-03-23 Thread Magnus
Hi, I was trying to understand/estimate how much memory that is reasonable to have in a device running Android. When booting up the system fresh you can see in the emulator that if I configure the emulator to have 64MB RAM (emulator -qemu -m 64) available it gives you an available RAM of a few M

[android-porting] Re: Error while Lauching Music player

2009-03-23 Thread Manish Sharma
Hi. You are right touchscreen is not present in my setup. Unfortunately I cannot make it up so soln 1 is not possible at present. Please give me some pointers on how to add resource for no touchscreen? Regards, MS On 3/23/09, nagamatu wrote: > > > Because your target device has no touchscreen

[android-porting] Re: Resolution problem while porting Android application on 2430

2009-03-23 Thread Zhubham
HI, I changed the resolution from HVGA to QVGA in the emulator and i am getting the same (incorrect) result as it is coming on the OMAP 2430 board. You mentioned, as of now Android only supports HVGA ~160 dpi resolution. BUT is there no way to alter the 160 dpi resolution to 16 bpp and make an i

[android-porting] Re: How to build libgps_qemu.c?

2009-03-23 Thread Ludwig
The Android for the Openmoko Neo builds its own gps library, maybe you can use that as a template. Have a look at http://git.koolu.org/?p=freerunner/platform/hardware/gps.git;a=summary HTH Ludwig 2009/3/21 Nio : > > > Hi David, it is not works. I think why I can't build a so named > libgps.so bec

[android-porting] Re: Error while Lauching Music player

2009-03-23 Thread nagamatu
Hi, MS. Check the following document for resource management. How Android finds the best matching directory http://d.android.com/guide/topics/resources/resources-i18n.html flinger-named resource folders are for touchscreen devices. On 3月23日, 午後10:23, Manish Sharma wrote: > Hi. > > You are ri

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-03-23 Thread Abhishek Srivastav
Hello Everyone, I have ported android on my custom board which is similar to OMAP3EVM. There are a few issues which I am facing 1) I am successfully able to play the audio files(.mp3) in ANDROID but once I pause and play again, I am not able to hear anything. On viewing the log messages, it s

[android-porting] Re: Operation not permitted

2009-03-23 Thread pavan savoy
Nick, service hciattach /system/bin/hciattach \ -n -s 115200 /dev/ttyHS0 texas 400 flow user bluetooth group bluetooth net_bt_admin disabled Doesn't work for TI chips as is, because, hciattach would require us to send a vendor specific command over hci0 unlike other manufacturer

[android-porting] Re: Resolution problem while porting Android application on 2430

2009-03-23 Thread Sahil Arora
Read something about dip (device independant pexel/density independant pixel).. How can i set the dip?? This also looks a solution to my problem. Please help. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.go

[android-porting] Free database manager

2009-03-23 Thread alexbyrnes
To anyone interested in a database manager that should work in a notebook/netbook environment (with /sdcard directory), AndroidDB Beta has just been released on the Android Market. This is the first version, but it is unprotected so it can be copied from the original device. Supports csv import

[android-porting] Re: If the bluetooth is build as module not build in, where is better to insmod it

2009-03-23 Thread pavan savoy
rfkill increments when u do a insmod & rmmod, so bluetooth.c should keep looping around till it finds the right bluetooth sys fs entry, doesn't seem so good insn't it ? built-in is probably better ... regards, Pavan On Sun, Mar 22, 2009 at 8:54 PM, katherine wrote: > > If the bluetooth is build

[android-porting] Re: touch screen configuration

2009-03-23 Thread Claw
I have followed the steps in the link provided. I get the events from the touchscreen. But only that they are not not pointing to the right objects. Is this link a precursor to touchscreen work? http://www.kandroid.org/android_pdk/keymaps_keyboard_input.html . I have implemented a generic keyboar

[android-porting] Re: touch screen configuration

2009-03-23 Thread Manav Gautama
On Mon, Mar 23, 2009 at 8:36 PM, Claw wrote: > > I have followed the steps in the link provided. I get the events from > the touchscreen. But only that they are not not pointing to the right > objects. > There is a patch lying about by sean mcneal which does some hacks with inputdevice which pic

[android-porting] Re: Error while Lauching Music player

2009-03-23 Thread Manish Sharma
Thanks a lot, I just renamed the "-finger" to "-notouch" for all the folders in "res" and it start working. Regards, MS 2009/3/23 nagamatu > > Hi, MS. > > Check the following document for resource management. > > How Android finds the best matching directory > > http://d.android.com/guide/topics

[android-porting] Re: If the bluetooth is build as module not build in, where is better to insmod it

2009-03-23 Thread Nick Pelly
On 3/22/09, katherine wrote: > > If the bluetooth is build as module not build in, where is better to > insmod it? > I'm thinking of insmod( including some other bt init steps, e.g. > setting the pskey for csr chip) and rmmod in the bt_enable and > bt_disable in ./system/bluetooth/bluedroid/

[android-porting] Re: Android on x86/Eee701: Recompiling the kernel

2009-03-23 Thread Yi Sun
You can copy kernel.config from vendor/asus/eee_701 to kernel/.config and run make menuconfig/make bzImage. On Mon, Mar 23, 2009 at 12:43 AM, Avtar Singh wrote: > I can build Android for x86-EeePC using the steps listed in the following > posts (thanks to Chen and everyone else). I am also able

[android-porting] clothing,shoes,jeans,t-shrits,wigs,handbags,sunglasses,belts,bikinis

2009-03-23 Thread linyhl;
clothing,shoes,jeans,t-shrits,wigs,handbags,sunglasses,belts,bikinis we supply apparels,shoes,handbags,sunglasses,wigs,bikinis. if you need to place an order. i will quote the best price for you. please kindly visite our website: http://www.nikestore88.com msn: nikestore2...@hotmail.com email: n

[android-porting] all kinds of clothing , shoes , sungless and watch etc.

2009-03-23 Thread linyhl;
all kinds of clothing , shoes , sungless and watch etc. we selling all kinds of Men's/Boy's clothing , shoes , sungless and watch in low price we take paypal as payment, and give free shipping. please kindly visite our website: http://www.nikestore88.com msn: nikestore2...@hotmail.com email: nik

[android-porting] Re: Resolution problem while porting Android application on 2430

2009-03-23 Thread Dianne Hackborn
Okay, the problem is just that nothing besides HVGA is supported at this point. QVGA and VGA support are on the roadmap, but not yet fully implemented. On Mon, Mar 23, 2009 at 6:45 AM, Zhubham wrote: > > HI, > > I changed the resolution from HVGA to QVGA in the emulator and i am > getting the s

[android-porting] Re: About VideoView Issue, Please help to post

2009-03-23 Thread chiaminghu...@gmail.com
Dear Dave Sparks, Thank your hlep, This is the mediafile information which I test for about this issue. C:\test.mp4 General Complete name : C:\test.mp4 Format : MPEG-4 Format/Info : ISO 14496-1 version 2 Format/Family : MPEG-4 File size : 14.3 MiB P

[android-porting] Re: Measuring memory usage on a device

2009-03-23 Thread Dianne Hackborn
The available RAM is pretty meaningless. I wouldn't suggest using 64MB at this point. You might want to target 128MB but this all really depends -- the G1 has 192MB, but 40MB of that is used by the radio image, another bunch is not available to Linux but does get used for surfaces and other buffe

[android-porting] Porting to TI davinci dm6467 board

2009-03-23 Thread James Whetstone
Hi, I'm porting android to the Davinci board and I'm using the open source Linux kernel that Kevin Hilman is working on. It's version 2.6.29 rc8. Has anyone ported Android to this Linux kernel? I'm confused about what the best way to go about taking the Android kernel, version 2.6.25, and a

[android-porting] Re: a2dp on android

2009-03-23 Thread pavan savoy
Hey, Got the a2dp on android working, streamed a mp3 file, no glitches, unless I don't go into the Bluetooth Settings Page. Not sure avrcp is working as of yet, will also have a look @ that. But it was great to know, a2dp just worked without modification of a single line of code !!! great job gu

[android-porting] How to add a file to the list of targets?

2009-03-23 Thread Marcelo
Hi, I'm starting to pull my hair on this one... I need to add a target-specific file to the list of targets to be built. It has its own set of rules to build it. Something like this: Android.mk $(PRODUCT_OUT)/foo/bar: # rules to build the file

[android-porting] Re: touch screen configuration

2009-03-23 Thread Jim
> Is this link a precursor to touchscreen work? > http://www.kandroid.org/android_pdk/keymaps_keyboard_input.html If you've built the code (http://source.android.com/download), in mydroid for example, then you'll find that same documentation in mydroid/development/pdk/docs. To change the keycodes

[android-porting] Supporting more than one sensor device.

2009-03-23 Thread Huaka‘i Po
Hi, I've been looking through the cupcake sensor framework code. It's puzzling me that certain parts of the code look like they are designed to support multiple devices, in the sense of having multiple control device file descriptors, but other parts of the code give no means of accessing things

[android-porting] Supporting more than one sensor device.

2009-03-23 Thread Huaka‘i Po
Hi, I've been looking through the cupcake sensor framework code. It's puzzling me that certain parts of the code look like they are designed to support multiple devices, in the sense of having multiple control and/or data device file descriptors open, but other parts of the code give no means of

[android-porting] Re: About VM memory restriction

2009-03-23 Thread fadden
On Mar 20, 8:37 pm, wu tony wrote: > Do you know how can we view the java memory usage status?I met the "Out of > Memory " problem but there's no efficient way to decide the cause. On the emulator you can cause an "hprof" heap dump by using the "runhat" shell command (defined by build/envsetup.s

[android-porting] Re: Outstanding cupcake -> master merge

2009-03-23 Thread Jean-Baptiste Queru
[still bcc android-platform, android-framework, android-porting] We're now one step closer. Change 9356 was submitted, so that the source tree "as is" can be compiled. You still need to set BUILD_WITHOUT_PV=true. JBQ On Sat, Mar 21, 2009 at 10:35 PM, Jean-Baptiste Queru wrote: > [still bcc an

[android-porting] Re: How to add a file to the list of targets?

2009-03-23 Thread Fredrik Markström
ALL_DEFAULT_INSTALLED_MODULES += $(PRODUCT_OUT)/foo/bar works, but I'm not sure if it's the recommended way ! /Fredrik On Mon, Mar 23, 2009 at 11:05 PM, Marcelo wrote: > > Hi, > > I'm starting to pull my hair on this one... > > I need to add a target-specific file to the list of targets to be >

[android-porting] Re: If the bluetooth is build as module not build in, where is better to insmod it

2009-03-23 Thread katherine
Hi Pavan and Nick, Thanks for the suggestions! Seems insmod in bluetooth.c is not a good idea, it do increments the rfkill. I'll put it into init.rc first, maybe build in finially. Thanks again! --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@goog

[android-porting] Re: Resolution problem while porting Android application on 2430

2009-03-23 Thread Sahil Arora
Thanks Dianne.. But will the dip (device independant pexel/density independent pixel) not help in my case.. How can i set the dip?? Best Regards, Zhubham On Mon, Mar 23, 2009 at 10:24 AM, Dianne Hackborn wrote: > Okay, the problem is just that nothing besides HVGA is supported at this > point.

[android-porting] Re: android-porting only ARM or X86 ?

2009-03-23 Thread adik liu
Dear sir Anyones knows where to download the "Android filesystem source code" ? Because I want to complier it ,let the "init" file could be used by SuperH cpu. BTW, anyone knows how to modify the "Android filesystem source code" to compiler? THX adik 2009/3/20 Dianne Hackborn > On Thu, Mar

[android-porting] Re: About VideoView Issue, Please help to post

2009-03-23 Thread Dave Sparks
The video bit rate is a little higher than the G1 officially supports. What device are you testing it on? On Mar 23, 10:26 am, "chiaminghu...@gmail.com" wrote: > Dear Dave Sparks, > > Thank your hlep, > This is the mediafile information which I test for about this issue. > > C:\test.mp4 > >G

[android-porting] Re: alsa

2009-03-23 Thread susanner
I am trying to integrate alsactl into android,when I put this folder in external and compiled,it said lack libasound.so . I guess in the former platform I have used (linux,not android), this libasound is built into shared lib and alsactl calls for this shared lib.So I am not sure what I should

[android-porting] Re: android-porting only ARM or X86 ?

2009-03-23 Thread Yi Sun
follow http://source.android.com/download to download android source code. And you don't need to change init, what you need is recompile the binaries for the right platforms . Please look into the prebuild and build directory to get better understanding On Mon, Mar 23, 2009 at 7:46 PM, adik liu w

[android-porting] system image building error

2009-03-23 Thread Andy Quan
Hi, Anybody understands what the following error message means? I got these errors during system image building. "libOmx.so" is dynamic library for OpenCORE usage. I compiled similar system images for several hardware platform but only one of them failed with the following notes. I checked the lib

[android-porting] How to test camera on android

2009-03-23 Thread Harishkumar V
Hi, I have android running on beagle. I have usb webcam Logitect QuickCam Express connected to beagle board. The v4l2 driver recognizes the camera. Using v4l-info i can query the video device. Now, from android, if i run Camera.apk, only black and white checked screens (as like in emulator) com