[android-porting] Re: Porting RILd

2012-11-19 Thread hagenp
Looks like you problem is not with roild, but with your kernel. When you port the kernel, you also need to port the radio devices, so rild can open them. But very likely you don't have the source code for them. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] Digest for android-porting@googlegroups.com - 1Message in 1 Topic

2012-11-19 Thread chinnu k
Hi Adrien, I don't know how to check the rild command line ...plz help me but i searched in hardware/ril/rild ...i didn't get any thing related to command line arguments thanks -kmr On Wed, Nov 7, 2012 at 8:15 PM, android-porting@googlegroups.com wrote: [image: Boxbe]

Re: [android-porting] Error at Boot up. Hangs at splash screen

2012-11-19 Thread Rafael Coutinho
Humm let me post the outcomes I got so far. For some reason the I2C channel gets lots of noisy when SOME monitors are connected to it. We believe that some monitors have a protocol (Enhanced Display Data Channel) that introduces this noisy into the IC that is in charge of linking the MX53 and

[android-porting] Creating third-party app in android source build

2012-11-19 Thread Prasad
Hi I developed one android NDK application using eclipse development environment. This application created one *.so file. All working fine.I want to port this application in android ics 4.0.3 source code. so that I pasted my application into * source/framework/base/myProject/*. the folder

[android-porting] insmod failures .. what could be wrong?

2012-11-19 Thread MB
Hello, I have compiled a linux kernel and modules for my device and trying to boot with this new kernel. However I am seeing insmod failures from my init.rc script.. [ 16.14] mali: disagrees about version of symbol module_layout [ 16.15] init: command 'insmod' r=-1 [ 16.15]

[android-porting] Re: Booting Android without framework or GUI

2012-11-19 Thread Alvin Wong
Simply make it fail to mount `/system`. Or you can remove all services which references a binary on `/system`. Remember to add your test program as a service, or enable the shell so that you can start your test. Sagar Shinde於 2012年11月3日星期六UTC+8下午6時31分58秒寫道: Hi, For testing of our kernel

[android-porting] Re: Is it possbile Jellybean without GPU HW acceleration?

2012-11-19 Thread kmr
Hi Edward, I am trying to port android(Ginger bread) on raspberry pi can u help me how to port thanks -kmr On Sunday, September 2, 2012 7:05:44 PM UTC+5:30, Edward Shao wrote: Hi folks, I'm new in android porting. I'm very interested in porting JB to raspberry pi however lacking some

[android-porting] opengl with qemu

2012-11-19 Thread Alexander Silenkov
Hello. It was done work around qemu, that emulator can accelerate opengl. Is somebody know ways get such acceleration with qemu/kvm? Not with emulator. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Resolution of Video Plane and Graphics plane in Android 4.x

2012-11-19 Thread Mihir
Hi All, The hardware I have supports HDMI output and works on Android 4.x. I want to overlay graphics plane on top of video plane and display it on TV. So video remains in back ground while graphics comes in foreground. The video can be 720p / 1080i / 1080p and configurable in run time. As I

[android-porting] android 2.2 settop box

2012-11-19 Thread Android_Guy
Team, I had a company build an android application to run on an android-based TV settop box. The box is running an ARM processor and has android 2.2 running on it. We are streaming applications using flash and android webview. The application is running just fine on the box. Now, I have a

[android-porting] How to provide library support for third-party?

2012-11-19 Thread Ken Hui
Dear all, I am a new developer on Android. I would like to seek for your valuable advice on how to provide good library solution on android platform. I would like to ask is it possible to provide jar library in android device without releasing source code by creating android library project

[android-porting] RAM DUMP

2012-11-19 Thread ESL_Phani RajKiran
Hi I want to get the kernel logs of Nexus S i9020t , RAM Dump . Is there any tool or app to get the RAM dump, (dump state), to analyze crash of android kernel. Please suggest. Thanks regards -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Build error for emulator on ICS

2012-11-19 Thread Praveen M
Hi nimesh, can you please explain the steps in depth, to resolve this error? thanx praveen On Friday, 10 February 2012 15:30:28 UTC+5:30, NimeshChanchani wrote: i realised that the prebuilds folder was missing from my local repo. i got it sorted out with my config manager . On Feb 9,

[android-porting] android porting samsung tocco s5560 ???

2012-11-19 Thread Claudio Araya
android porting samsung tocco s5560 ??? thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Porting ALSA to JB

2012-11-19 Thread Glenn Kasten
I am not familiar with the Renesas code you mention, so this will be a generic answer and may not answer your specific question ... I recommend looking at external/tinyalsa and a few of the recent audio HAL implementations in JB that use tinyalsa, such as device/samsung/tuna/audio and

Re: [android-porting] Porting ALSA to JB

2012-11-19 Thread Vishwanath Hegde
The approach here would be to place the folders below in respective folders of JB project tree. external/alsa-lib hardware/alsa_sound Now don't expect things to work as is. Fix the bugs whatever gets thrown when you compile it. Check the hardware/alsa_sound folder for the place where the hardware

[android-porting] Re: Cannot enable Bluetooth from the UI

2012-11-19 Thread ventanas
Hi! have you fixed this problem? I have the same. that is, I can use bttest and other command line tools, while from UI I got this dbus crashwhy? do you know? thx! Marco On Wednesday, January 25, 2012 8:54:43 AM UTC+1, Alvin Wong wrote: I am porting Android 2.3.7 to my custom

[android-porting] Re: [rowboat] power management on omap3530

2012-11-19 Thread Gurtaj Singh
hi chaitanya, can you tel me how is datacall initiated in Android ICS, I have able to connect to gprs using Ril and a service in init.rc , but for this i have made an app and calling setupDataCall function . which initiate the Ril_Request_Setup_Data_Call and start a

[android-porting] How to get RAM DUMP of google nexus S i9020t

2012-11-19 Thread ESL_Phani RajKiran
Hi I want to get the kernel logs of Nexus S i9020t , RAM Dump . Is there any tool or app to get the RAM dump, (dump state), to analyze crash of android kernel. Please suggest. Thanks regards -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Build error for emulator on ICS

2012-11-19 Thread Praveen M
Hi nimesh, can you please explain the steps in depth, to resolve this error?? thanx praveen On Thursday, 9 February 2012 13:07:45 UTC+5:30, NimeshChanchani wrote: I'm using ubuntu 10.04 . and uname -a returns : Linux ubuntu 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:32:27 UTC 2010

[android-porting] android boot stopped after read /default.prop

2012-11-19 Thread 070
hi, i am still porting android 2.3.4 to omap3430 based palm-pre-plus, android 2.3.7 souce has patched VMPLIT_2G with make TARGET_USES_2G_VM_SPLIT=true TARGET_ARCH_VARIANT=armv7-a ARCH_ARM_HAVE_TLS_REGISTER=true. But can not boot up. I have straced it, found ./init died after read

[android-porting] rowboat-kernel-2.6.37 crash

2012-11-19 Thread kiran nayak
hi all i have successfully used linux-3.2-angstrom kernel with ulcd7 lite touchscreen.. my goal is to do the same under android with beagleboard-xm hardware... so i pulled some of the lcd related codes from angstorm-3.2 in to the rowboat-kernel-2.6.37 and while booting i got the kernel crash

[android-porting] QUESTION:

2012-11-19 Thread Emmett Gulley
what does this new sony-google deal mean for other maufacturers like toshiba who still has thrives in circulation and will the thrive get JB now? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Red Triangle with Exclaimation mark on Recovery Mode boot

2012-11-19 Thread Joe Sandy
I am facing the problem of RED TRIANGLE WITH EXCLAMATION MARK after Recovery Mode boot.INTERNAL MEMORY IS 0.00B.unable to download apps from Play store as it show Insufficient Storage Error. Earlier it was 1GB Internal and 2.75GB on Internal SDCARD. The Specifications are: Android Version:-

[android-porting] Re: Issue with simultaneous audio playback and recording

2012-11-19 Thread Krunal
Hi Alexy, I am also facing same issue. Did you get any solution for this problem? -- Regards, Krunal On Thursday, 31 December 2009 18:11:28 UTC+5:30, Alexy wrote: Hello, I was trying to use android for simultaneous record and playback of media. In the case of video, an application which

[android-porting] Audio full-duplex mode????

2012-11-19 Thread Krunal
Hi, I am writing a VOIP kind of application where: 1) One end (e.g. Board-1) will capture (AudioRecord class) and stream (UDP) and other board (e.g. Board-2) will receive (UDP) and playback (AudioTrack class) the raw audio data. 2) The exact reverse will also be happening i.e. Receive (UDP) and

[android-porting] error formato android

2012-11-19 Thread Angy P.
Formatee androide para quitar unas aplicaciones que no quería tenerlas , pero se perdió toda la información; y la pantalla ahora me aparece toda negra y solo me aparece el indicador pero nada mas. ¿Que hago? AYUDA -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Porting intel performance primitives code

2012-11-19 Thread neuron
Hi I've been tasked with porting a C++ library to ARM. We do a lot of audio processing, and the code relies quite heavily on high performance FFT especially, but also SVD/cross correlation. I've just started to look into how we can port those, but though I'd ask here first, to see if anyone

[android-porting] Insufficient Storage Error

2012-11-19 Thread Joe Sandy
Hi ! I am trying to install .apk files using adb install command but it shows [FAILURE: INSUFFICIENT STORAGE ERROR]. Earlier it was fine. This happened when I used the factory reset.Not able to find out the solution. Please help.! Joe Sandy -- unsubscribe:

[android-porting] Integrating Android Application Source with Android Source root

2012-11-19 Thread Shivanagouda Biradar
Hi All, I want to integrate the source code of Android Application with that of Android Source . This Application is an NDK android Application. containing Java , JNI, files. How to do it? -- Thanks Regards.. *Shivanagouda.Biradar* Software Engineer Asmaitha Wireless Technology (P) Ltd Mob:

[android-porting] Jelly beans porting on Pandaboard

2012-11-19 Thread manty kuma
Hi All, This might be the most common question these days in this forum. Please point me to one single link or source to build Jelly beans and port it onto Android. Also if there are some good to read sources, please point to them aswell. I am new to porting. Before this i was into writing

[android-porting] Re: [rowboat] USB suspend/resume issues

2012-11-19 Thread Matthias Brugger
On 11/10/2012 06:54 AM, venkat k raju wrote: Dear all, i am working with 2.6.32 kernel porting on am37xx custom board here i am facing issues in power saving mode. after suspend usb and if i resumed using keypad my usb peripherals are not waking up. please suggest me if anybody have an idea

[android-porting] Accessing GPS driver using C instead of the java framework

2012-11-19 Thread J Ral
Hello I am currently using C and hardware_legacy/hardware inclue files to run some commands. I have setup callbacks for the GPS, calling init/start succeeds and I get nmea information but the location callback (which is supposed to provide the location) never gets fired. Is there something I

[android-porting] Re: Ubuntu installation on VMware

2012-11-19 Thread DN_Android
I was going to download and install vmware just to help you on this, but it's a headache, oversized, only a trial version, and I use Oracles VM VirtualBox which is free, so instead of going through all that I found out from another source. 1. Make sure the CD is in, and is a bootable disk 2.

[android-porting] Re: My own server with Android source

2012-11-19 Thread hagenp
source.android.com - Downloading the Source Tree - Using a local mirror ...should have all the answers. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: My own server with Android source

2012-11-19 Thread cdesai
This question doesn't actually belong to this group, repo-discuss would have been a better alternative. Anyways, as ffxx68. you can use github, but if you want to set it up on your own server, you can sync the AOSP sources with the --mirror argument repo sync --mirror. Then, ask the people to

[android-porting] Re: [Question] CTS -- Audio Quality Verifier

2012-11-19 Thread Weiyang Sun
Hi Guru, I have same question too, does Google plan to add it back? If yes, can you release timeline for such change? thanks Have a nice day, Weiyang David Wagner於 2012年9月25日星期二UTC+8下午4時14分13秒寫道: Hi Guru, Any news on the audioquality verifier ? Best regards, David. On Tuesday, June

[android-porting] errors while building android-2.3 on ubuntu-11.10 ( 32 bit )and xeon processor

2012-11-19 Thread babu
i have changed the build configuration of android-2.3 code which is able to run on 32-bit machines but i'm not able to find the following libraries : 1)lib32ncurses5-dev 2)ia32-libs please help me -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Jelly beans porting on Pandaboard

2012-11-19 Thread Weston Weems
Uhh... aosp source contains a pandaboard build target, however only building from the head is supported. I've managed to get android building from aosp, but just grabbed an official tagged release and updated kernel/gfx binaries etc. All is well. Weston On Wednesday, November 14, 2012 5:05:55