[android-porting] Pulseaudio on android

2010-07-22 Thread Rakesh Kumar
Hi, I want to play two audio streams simultaneously on Android. And for this I thinking to port Pulseaudio on Android. Please help me is it possible to port pulseaudio on Android. Thanks Regards Rakesh -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] How to determine dpi of new devices

2010-07-22 Thread James Wang
Our company are porting 2.1 to new device whose resolution is 1024*600 and screen size is 5.5inch. We have got the model. We had thought this new device's dpi should be 240 but we found out the output of DisplayMetrics was like below: density is 1.0 densityDpi is 160 scaledDensity is 1.0 xdpi is

[android-porting] [Android / SIM] How to implement transfer APDU/ATR with SIM card by platform interface

2010-07-22 Thread winfang
Dears: I want to implement transfer APDU/ATR with SIM card, could you please tell me which platform interface and file can support my requirement? as I can't find it from Froyo. Many thanks. -- BEST REGARDS! Fang Shilong -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] Re: beagleboard - rowboat-eclair kernel panic

2010-07-22 Thread 박주일
Thanks for the advice. I've already done it with several SD cards. What do you mean by using a Windows box? Does it mean gparted disk format tool of GUI Linux? I used mk-mmc script downloaded from rowboat download site; http://code.google.com/p/rowboat/downloads/list. Partitioning, formatting of

[android-porting] BMA150 driver

2010-07-22 Thread presenthil
Hi all, I am developing BMA150 accelerometer driver for OMAP zoom2 hardware using froyo platform. Please let me if the driver is already available in any git free. Also please share any documentation/code about how the upper layer will communicate to the low level driver? Thanks in advance

[android-porting] virtual memory configure effect the Android boot

2010-07-22 Thread wjydlut
When I configure Linux kernel with --Kernel Features ---Memory split (3G/1G user/kernel split) The Android can boot proper. But if I configure Linux kernel with --Kernel Features ---Memory split (2G/2G user/kernel split) The Android boot failed with the following logs and restart. [

[android-porting] Re: Guide on adding WiFi drivers to Android

2010-07-22 Thread Weber
Hi Ashwin I tried the wpa_supplicant code of donut ,and then problem went away. Now my board can scan the ap and return the results, but it still can not connect to ap. Maybe it is because of the dhcp and in init.rc,My dhcp service is started by the follow line: service dhcpcd

[android-porting] Re: Guide on adding WiFi drivers to Android

2010-07-22 Thread Ashwin Bihari
Weber, I have the following in my init.rc file associated with brining up the WiFi interface: #- service wpa_supplicant /system/bin/logwrapper /system/bin/wpa_supplicant -Dwext -iwlan0 -c/system/etc/wifi/wpa_supplicant.conf -dd disabled group system service dhcpcd

Re: [android-porting] BMA150 driver

2010-07-22 Thread Subramani Venkatesh
Hi, Check HTC kernel, you will find driver for BMA150... -Subbu On Thu, Jul 22, 2010 at 4:53 PM, presenthil k.s.senthilnat...@gmail.com wrote: Hi all, I am developing BMA150 accelerometer driver for OMAP zoom2 hardware using froyo platform. Please let me if the driver is already available

Re: [android-porting] virtual memory configure effect the Android boot

2010-07-22 Thread Subramani Venkatesh
Have you changed Base heap address in the kernel? -Subbu On Thu, Jul 22, 2010 at 5:31 PM, wjydlut wjyh...@126.com wrote: When I configure Linux kernel with --Kernel Features     ---Memory split (3G/1G user/kernel split) The Android can boot proper. But if I configure Linux kernel with

Re: [android-porting] How to determine dpi of new devices

2010-07-22 Thread Dianne Hackborn
The DPI should match the actual DPI of the screen. More specifically, xdpi and ydpi should be the exact DPI, and densityDpi/scaledDensity should be the closest density bucket (120, 160, 240, 320). On Thu, Jul 22, 2010 at 5:45 AM, James Wang jameswangc...@gmail.com wrote: Our company are

[android-porting] Screen blanks to white screen

2010-07-22 Thread thirumalai Pachamuthu
Hi, I am trying to boot froyo on my target. Target is able to boot the kernel and i can able to use the target using adb shell but GUI is not coming. The target screen is just white screen nothing is coming on the screen. What might went wrong? Any ways to debug further. -Thirumalai --

[android-porting] build compilation issue on 64 bit machine

2010-07-22 Thread Srini
Hi All , i am trying to compile the latest source code on 64 bit machine . running into the below error messages . jave version - 1.6 using the prebuilt/linux-x86/toolchain/arm-eabi-4.4.0 version /tmp/ccc5CID8.s: Assembler messages: /tmp/ccc5CID8.s:321: Error: symbol `lstat64' is already

Re: [android-porting] BMA150 driver

2010-07-22 Thread Deva R
this was posted on omapzoom group., Link - http://groups.google.com/group/omapzoom/browse_thread/thread/f94f06880afd10e1 BMA150 device driver source code can be found in here.

Re: [android-porting] android.database.sqlite package

2010-07-22 Thread Deva R
can u check ./frameworks/base/core/java/android/database/sqlite? link - http://git.omapzoom.org/?p=platform/frameworks/base.git;a=tree;f=core/java/android/database/sqlite;hb=refs/heads/p-froyo On Tue, Jul 20, 2010 at 3:51 AM, joec185 joec...@gmail.com wrote: Where can I find the source code for

Re: [android-porting] Newbie question about Eclipse 3.6 C/C++

2010-07-22 Thread Deva R
Hi, for native code development/debugging, you can use Android NDK, if you dont have a target. Eclipse 3.6 C/C++ can be much of help as editor, i guess.., not sure if it can be integrated for NDK with some plugin. Regards, Deva On Tue, Jul 20, 2010 at 10:39 PM, Dennis Gabler

[android-porting] Re: Android GPS [SOLVED]

2010-07-22 Thread Aaron Mills
Bridgette -- could you please briefly describe what you did that worked? Did you need to download the entire platform source code to build libgps.so? On Jul 7, 8:49 am, bridgette tbridge...@yahoo.com wrote: thanks for the input...I did get this working a while back. On Jun 11, 12:59 am, Mikkel

[android-porting] Prevent my apk from installing on other devices

2010-07-22 Thread NoraBora
My company A has made an app and I don't want the app to be installed on B's device. So I tried to add a library permission files like vendor/sample/ frameworks/PlatformLibrary and the app refers the library. It succeeded. the app can't be installed on B's device. because AndroidManifest.xml

[android-porting] Porting Eclairs to Samsung InstinctQ

2010-07-22 Thread Ajith Kamath
Hi, I m newbie in porting and in need of a little help. I m trying to run Eclairs 2.1 on Samsung InstinctQ, from scratch. So far we had loaded the Kernel and Modem binary into the phone.. After building we get 3 images, system, user-data and ramdisk, But the tool to flash it takes rfs files