[android-developers] Why froyo copies package with index -1.apk to /data/app

2010-11-29 Thread Mr Pinguin
since 2.2 i have the problem that i see froyo copies com.android.myapp.apk as com.android.myapp-1.apk to /data/app after installation. So during first start , my app searches com.android.myapp.apk to unpack libraries, but this file of course doesn't exist. I would like to know why ? And how can i

[android-developers] Re: Camera recorder fail to prepare on Android 2.0.1

2010-01-15 Thread Mr Pinguin
I have the same error by recording audio on android 2.1 On 22 Dez. 2009, 04:43, Tuấn wrote: > Hi all, > > I have a problem with Android 2.0.2. > My app use camera to record video. It works well on Android 2.0. But > when I run it on Android 2.0.1, my app forced close when start > recording. > The

[android-developers] Re: outgoing call data stream / channel

2009-12-11 Thread Mr Pinguin
Is it possible to record only VOICE_DOWNLINKVoice call downlink (Rx) audio source ? It doesn't work for me. it records only 2 ways. On 4 Dez., 08:00, hongki park wrote: > ^^ what are you talking about ??? > > 2009/12/4 Hetal Patel > > > Will anybody reply ever > > > Android us Useless as f

[android-developers] How to use AUDIO_SERVICE ?

2009-12-02 Thread Mr Pinguin
While calling: AudioManager aManager = (AudioManager) ct.getSystemService (Context.AUDIO_SERVICE); i get this error : E/AndroidRuntime( 416): Uncaught handler: thread main exiting due to uncaught exception E/AndroidRuntime( 416): java.lang.RuntimeException: Unable to start activity ComponentInf

[android-developers] How can i record only incoming call audio stream

2009-12-02 Thread Mr Pinguin
Using MediaRecorder i can record incoming and outgoing audio during gsm call(VOICE_CALL). But i want only record incomging audio stream. VOICE_DOWNLINK is not working on HTC dream and android 1.6. any idea ? -- You received this message because you are subscribed to the Google Groups "Android Dev

[android-developers] compile source with java 1.6 ?

2009-11-25 Thread Mr Pinguin
I get this error on ubuntu 9.10 PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=1.6 TARGET_PRODUCT=generic TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR= TARGET_BUILD_TYPE=release TARGET_ARCH=arm HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID=D

[android-developers] compile soruce with java 1.6 ?

2009-11-25 Thread Mr Pinguin
I get this error on ubuntu 9.10 PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=1.6 TARGET_PRODUCT=generic TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR= TARGET_BUILD_TYPE=release TARGET_ARCH=arm HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID=D

[android-developers] Error while compiling native apps.

2009-11-10 Thread Mr Pinguin
after make i get errror: /home/opt/platform/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/ arm-eabi/4.2.1/interwork/libgcc.a -lc -lm -lm -lssl -lcrypto -lmedia /home/opt/platform/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/../ lib/gcc/arm-eabi/4.2.1/../../../../arm-eabi/bin/ld: can

[android-developers] Re: Auto Answer

2009-08-19 Thread Mr Pinguin
But acceptCall is in internal lib. so we can access it. or nor ? We can only generate KEYCODE_CALL, but how ? On 18 Aug., 18:13, Mingli Wang wrote: > There is some sort of acceptCall method in ITelephony, it works fine > 2009/8/17 swapnil > > > > > Hi All, > > > I want to develope a application