[android-porting] Adding a new java files or folder in framework

2009-11-05 Thread sagar shrivastav
Hi I want to add some new files in framework under telephony pkg. I may also add new pkg in telephony pkg. I want to know what changes need to be done before rebuilding the source code. So that i can see the changes. Do i need to make changes in Android.mk ? if yes then what are the changes ?

[android-porting] Re: Porting to S3C2443

2009-11-05 Thread Shantanu
On Nov 4, 3:26 pm, bigfly bigfly...@gmail.com wrote: Hi, I'm trying to port the Android Donut to the S3C2443, but the system cannot execute init and dump the following message: 5. Build the kernel with the donut's prebuilt toolchain(arm- eabi-4.2.1). I think this is the part where you went

[android-porting] Re: Porting to S3C2443

2009-11-05 Thread Shantanu
On Nov 4, 3:23 pm, bigfly bigfly...@gmail.com wrote: Hi, I'm trying to port the Android Donut to the S3C2443, but the system cannot execute init and dump the following message: 5. Build the kernel with the donut's prebuilt toolchain(arm- eabi-4.2.1). I think this is where you go wrong. You

[android-porting] how to enable /dev/input/uinput and /dev/misc/uinput

2009-11-05 Thread rakesh
i have done following configuration but sill /dev/input/uinput and /dev/misc/uinput are not available CONFIG_INPUT_MISC=y CONFIG_INPUT_UINPUT=y Any suggestion? regards, Rakesh -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Porting to S3C2443

2009-11-05 Thread Adam Jiang
Hello, It seems the failure is caused by RTC device. What's the spec of your device? What kind of RTC device are you using? Is it the same with what hctosys.c could serve? There is another porting work base on S3C2443. You'd like to take a look at it.

[android-porting] macro to disable applications in android-x86

2009-11-05 Thread saitech
hi, 1. Is there any macro to disable applications in android-x86, before compiling the source code like changing in makefile or 2. can we disable the applications by giving any arguments in command line. Thanks.. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Can't call method fileName

2009-11-05 Thread Yolan
I've been trying to build android on a system that I recently updated to Ubuntu 9.10 (Karmic) and have been getting stuck at one point in my build. This is with a fresh repo sync. I managed to find one irc post with a similar error but no solution and a few references to IDLParser.pm in Google

[android-porting] Android on Samsung s3c6410 accessing rs232 serial port

2009-11-05 Thread JLeiser
We are developing an Android package for a device that uses the Samsung s3c6410 ARM processor. We would like to use one of the four rs232 serial ports. Has anyone had success using the rs232 serial ports in Android ? Is there a way to contact google directly to ask for assistance ? So far from

[android-porting] best tools while chnaging android source code

2009-11-05 Thread satish_mulay
Hi I want to make changes in android source code (add some files , stub out some classes and build code). what will be the best approch( like using eclipse like IDE for orgnised code changes) which will make my porting easier. some guidelines already used which will make this process easy will be

[android-porting] build error

2009-11-05 Thread Sam
Hi, I m new to android and when I tried to build the code I got following errors. /usr/lib/gcc/i386-redhat-linux/4.1.1/../../../libreadline.so: undefined reference to `tgetent' /usr/lib/gcc/i386-redhat-linux/4.1.1/../../../libreadline.so: undefined reference to `PC'

[android-porting] Re: problem about repo sync

2009-11-05 Thread Thimmarayaswamy Krishnappa
Dear Brad Shen, Same problem occurred to me. Hope it was due to Network connection problem or because of git server is down. I tried three time again and again, finally downloaded. So keep try, # repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake # repo sync You will

[android-porting] Mounting an extra partition in Android

2009-11-05 Thread Mr. INTJ
I'm trying to create an additional vfat partition, and mount it under the root as something like '/public' (this partition will eventually appear as an external drive on the user's system when USB is connected to the Android device). This partition would eventually be mapped into flash memory,

[android-porting] dalvik win32

2009-11-05 Thread timprepscius
Greetings, Sorry for cross posting, if this a group that becomes irate with cross posters. :-) However, it seems I posted this question incorrectly to the android group. Apologies there. I guess I'll just copy paste it here. If anyone has any tidbits of information that could save me countless

[android-porting] Accessing Email provider

2009-11-05 Thread Android Developer
Hi, Is there a way to access Email provider(EmailProvider.db) from other application in android. When i tried to use a Query with the URI i get java.lang.SecurityException. Read Exception is thrown by the the framework. Can someone let me know if there is a way to access Emai provider from other

[android-porting] How to display 1024x768 resolution video

2009-11-05 Thread Sam
Hi, I wanna play video having resolution 1024x768 without converting it to lower resolution.Please suggest me how I can achieve this goal. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] ALSA: Unable to attach mixer to device AndroidPlayback

2009-11-05 Thread abukustfan
Hi, I added external/alsa-lib, external/alsa-utils, hardware/alsa_sound from git to my android build tree. Changed BoardConfig.mk as below, BOARD_USES_GENERIC_AUDIO := false BOARD_USES_ALSA_AUDIO := true BUILD_WITH_ALSA_UTILS := true Added asound.conf to (my_target)/system/etc.

[android-porting] Re: Couldn't set tty to PPP discipline

2009-11-05 Thread Eric.Wang
confirm your kernel menuconfig and try again (*) PPP support for async serial ports (*) PPP support for sync tty ports On Oct 21, 4:44 pm, Herman hermanmao...@gmail.com wrote: Hi all, I try to enable data connection function through external modem. It can dial but data connection failed. PPPD

[android-porting] Battery Use application porting problems

2009-11-05 Thread tony You
Hello, Would you please to help me solve the problems? power_profile.xml is a file describing the current/power consumed by subsystems of Android Phone. PS. Directory /frameworks/base/core/res/res/xml/power_profile.xml How to consturct the power_profile.xml file? From the specification of

[android-porting] Re: Multi-touch on Eclair

2009-11-05 Thread jeff218
Hi, So it seems there is no multi-touch gesture engine is built-in in Eclair. Which means every signle application has to define and do their own gesture recognition,right? Can I get the details of the HAL of multi-touch interface for touch panel driver? And can we have a list of touch panel

[android-porting] change the video surface dynamically

2009-11-05 Thread Yogi
Hi All, -- Can i change the video surface dynamically? For example, if i am rendering a video on surface A but now i want to render the same video at surface B without stoping the video, is it possible? If yes, what about video path in opencore. --Do we need to recreate the video path in opencore

[android-porting] Re: Finding Memory leak in native code

2009-11-05 Thread RK
Hi all, I found the way to let ddms show the library name, file , and line no. correctly. 1. library: - Modify your HandleNativeHeap( android\development\tools\ddms\libs \ddmlib\src\com\android\ddmlib\HandleNativeHeap.java) * change the following line in parseMaps(ClientData cd, byte[]

Re: [android-porting] Android on Samsung s3c6410 accessing rs232 serial port

2009-11-05 Thread tommy tommy
hi,guy! Which bsp do you use ?2.6.24 or 2.6.28+? please look at bsp driver/serial/samsung.c or s3c6400.c there is definition as following! static struct uart_driver s3c24xx_uart_drv = { .owner = THIS_MODULE, .dev_name = s3c2410_serial, .nr =