[android-developers] Re: ShellCommandUnresponsiveException

2010-12-08 Thread joao
Hi, I've solved this problem by recreating my application's run configuration. Hope this will help on your case too. On Dec 1, 2:45 am, Kelo mcac...@gmail.com wrote: Hi,   I'm just starting on Android and trying to launch Hello Android, this error comes up: !ENTRY

Re: [android-developers] Android 2.3: eclipse reporting Unable to execute dex: null

2010-12-08 Thread Adam J. LaMore
Like I said in my message, I'm using: Oracle (Sun) JDK 6 Update 21 (1.6.0_21) Eclipse 3.5.2 (3.5.2.M20100211-1343) Windows XP Professional SP3 I'll try getting Eclipse 3.6.1 and see if that works (I have been putting off upgrading because I also do Blackberry development and their awful plugin

[android-developers] Fwd: [ASK] Newbie coders in android

2010-12-08 Thread Handita Okviyanto
-- Forwarded message -- From: Handita Okviyanto viyanatm...@gmail.com Date: 7 December 2010 12:02 Subject: [ASK] Newbie coders in android To: Android Developers android-developers@googlegroups.com Hello all. I'm sorry if i make a wrong place to ask. I am a newbie to developer of

Re: [android-developers] [北京招聘]安卓联航 公司招聘Android人才

2010-12-08 Thread ourunix
外地能否兼职?是做游戏还是应用?游戏用的什么框架哩? From: 何斌斌 Sent: Tuesday, December 07, 2010 10:41 AM To: android-developers@googlegroups.com Subject: Re: [android-developers] [北京招聘]安卓联航公司招聘Android人才 薪资面议,如果您对我们公司感兴趣,有意加入我们,请将您的简历发至: an...@andlisoft.com 在 2010年12月7日 上午10:17,袁堂夫 yuantangf...@gmail.com写道:

[android-developers] Re: Android 2.3: eclipse reporting Unable to execute dex: null

2010-12-08 Thread Farand
I've been having this problem too on both WinXP and OSX 10.6. The common issue seems to be referencing a platform-neutral project from the android project. I had to revert back to the 2.2 SDK since I haven't been able to find a solution. On Dec 6, 3:16 pm, Xavier Ducrohet x...@android.com

[android-developers] Re: Android 2.3: eclipse reporting Unable to execute dex: null

2010-12-08 Thread jj
Thanks! Please let us know when it is ready :-) On Dec 6, 7:54 pm, Xavier Ducrohet x...@android.com wrote: hey all, we found the issue. It's related to referencing java project. We're looking at pushing a fix to ADT asap. In the meantime you can temporarily change to including your java

[android-developers] MMS not going through to iphone

2010-12-08 Thread Abbas Erfani
Hello All, We have an issue with the MMS application that we have developed. This is a third party MMS app using http, We can send message to all phones from the Android, except for iphone. When we send the message to an iphone from the Android, we get a REJECT alert. Can anyone help? Many

[android-developers] GL_LINES clipping problem in emulator?

2010-12-08 Thread Rob
Hi, I'm having a problem that may be my fault, or may be an emulator problem, but I'm not sure. I'm using OpenGL GL_LINES to draw a grid- like object. When the grid is within the view, it draws fine, but when I translate the grid towards camera, it looks like it's clipping the lines

[android-developers] Installed Android 2.3 SDK -- Ant Fails

2010-12-08 Thread ScribbleAndScrawl
Ever since I installed Gingerbread I am now getting this error when I attempt to do an ant compile. I ran android update project just to make sure things were up to date. I did happen to notice that android-9 DOES NOT have an ant folder. I do realize I'm setup to build against API Level 7.

[android-developers] G-Sensor

2010-12-08 Thread d87c
Can anyone get me started with G-Sensor Sample Code? Like if tilt the mobile to the left, it moves the a object(image) to the left etc.. thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Android 2.3: eclipse reporting Unable to execute dex: null

2010-12-08 Thread Ievgenii Nazaruk
Here goes the stack trace from eclipse: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown

[android-developers] Re: Need help with twitter integration

2010-12-08 Thread Christopher Lester
Vishnu - you should post your code. If your credentials work, you may have a simple piece of whitespace. Twitter twitter; twitter = new Twitter (username, password); Are you doing anything fancier than this? On Dec 1, 6:15 pm, vishnu vishnu...@gmail.com wrote: I am developing an android

[android-developers] Gingerbread SDK incompatibility to Froyo: Conversion to Dalvik format failed

2010-12-08 Thread Öffi
Since the installation of Gingerbread SDK (and ADT 8 / Eclipse 3.5), I get the following error in my project: Conversion to Dalvik format failed: Unable to execute dex: null The project compiled fine on Froyo. What's the problem here? Best regards, Andreas -- You received this message

[android-developers] Re: Conversion to Dalvik format failed with error 1

2010-12-08 Thread Christopher Lester
Sumanth - I had this error yesterday and found this helpful. Go to Project » Properties » Java Build Path » Libraries and remove all except the Android X.Y (in my case Android 2.2). click OK. Go to Project » Clean » Clean projects selected below » select your project and click OK. That should

[android-developers] [ASK] Newbie coders in android

2010-12-08 Thread Handita Okviyanto
Hello all. I'm sorry if i make a wrong place to ask. I am a newbie to developer of android. I'm interesting to learn a more practice of my development. I want to make an application that can access to my webservice in PHP. But I don't know how to start it. And I want to make charting data in my

[android-developers] Android CFS Scheduling

2010-12-08 Thread Yu
Hi, If you use 'ps' command, you will get a list of all the current processes in the system - let us assume that we have n processes. My question is if a new application is lauched - say Process-A, will A share the CPU with all the exisiting processes in the system? So the fraction of CPU for A

[android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2010-12-08 Thread rmis...@apsora.com
I am also getting same error...any solution?? please On Dec 6, 4:27 pm, elpix1 elp...@gmail.com wrote: Hi, I updated the SDK for the Android 2.3 and the emulator is not running anymore because it needs GLIBC 2.11 and my system has 2.10 ! It seems that the emulator is the only tool from

[android-developers] Nested ImageButtons overlayed on top of one another

2010-12-08 Thread sogwiz
Hi, One of the pages on my app contains 2 images (a larger image and a smaller image). Imagine that the larger image is a green square and the smaller image as a much smaller pink circle. The smaller image sits on top of the larger image. By 'sits on top', I mean that the smaller ImageButton is

Re: [android-developers] [北京招聘]安卓联航 公司招聘Android人才

2010-12-08 Thread 舒斌
我正经了,还以为垃圾邮件 在 2010-12-7 上午10:14,何斌斌 hbbs...@gmail.com编写: 一、企业介绍: 安卓联航软件科技(北京)有限公司: http://www.andlisoft.com 二、职位描述: 从事Android相关软件的开发 三、职位要求: 1. Java技术扎实,同时有C++与Java开发经验优先; 2. 半年以上Android平台开发经验,熟悉Android架构; 3. 对研究和探索新技术有浓厚兴趣; 4. 具备良好的职业素养和团队协作精神,以及较强的学习能力,能够承担工作压力; 四、工作地点:北京 五、联系方式:有意者请发简历至

[android-developers] Re: Android 2.3: eclipse reporting Unable to execute dex: null

2010-12-08 Thread Adam L.
I have been experiencing the same problem since updating everything earlier today. I read elsewhere that increasing the amount of memory to Eclipse could help, but it hasn't for me. I'm thinking that library projects could be the culprit. I have three non-library projects that each depend on a

[android-developers] AnimationDrawable只显示图 片的第一张

2010-12-08 Thread 海�� 薛
在onCreate方法加入这些代码,布局xml定义了Id为image的ImageButton。 显示效果就只有icon_avi.png这张图片,第二种图片icon_file_document.png没播放到,为什么? ImageButton imageButton = (ImageButton)findViewById(R.id.image); AnimationDrawable imageButtonAnimation = new AnimationDrawable();

Re: [android-developers] Can't download the Android SDK

2010-12-08 Thread 宋飞
2010/12/2 Big Dick i...@channel99web.com Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: HTTPS SSL error. You might want to force download through HTTP in the settings. ..the error i get each time i run the setup.exe for android ?? try this url:

[android-developers] Re: Android 2.3: eclipse reporting Unable to execute dex: null

2010-12-08 Thread jj
This has been occurring for many people. This happened to me on a windows 7 box and if you look on stack overflow, no one has solved this yet. Anything from Google? On Dec 6, 6:16 pm, Xavier Ducrohet x...@android.com wrote: gotta love the error message. *sigh* From what you're saying you have

Re: [android-developers] Android 2.3: eclipse reporting Unable to execute dex: null

2010-12-08 Thread Adam J. LaMore
I have been experiencing the same problem. I read elsewhere that increasing the amount of memory to Eclipse could help, but it hasn't for me. I'm thinking that library projects could be the culprit. I have three non-library projects that each depend on a single core library project. I noticed

[android-developers] Re: Android 2.3: eclipse reporting Unable to execute dex: null

2010-12-08 Thread Farand
I'm having the same problem with eclipse 3.5 on both WinXP and OSX 10.6. The common problem seems to be android projects that reference platform-independent library projects. I couldn't find a fix so I had to revert to SDK 2.2. On Dec 6, 3:16 pm, Xavier Ducrohet x...@android.com wrote: gotta

[android-developers] Widget is not removed after the application is uninstalled

2010-12-08 Thread Csaby85
Hi google team. I face an issue with my custom android widget. The widget is working ok, but after I uninstall my application the widget disappears and the Problem loading widget is displayed. Is this an android bug or I an not doing something right? Also should this be handled by the OS? Thanks

[android-developers] Re: ADT 8 / 2.3 ant build no longer bundling libs?

2010-12-08 Thread twkx
Hi, Same trouble for me this morning :( I upgraded to 2.3 and after that my project keep on crashing with VerifyError. I finally found that it was caused by missing classes from external libs. I was under Ant 1.7.1 and I upgraded to 1.8.0 as suggested here. It fixed my issue, closed for me :)

[android-developers] playing RTP/TCP/AVP video stream (RTSP over HTTP tunnel)

2010-12-08 Thread András Turi
Hello! We are trying to play a video stream on the Android platform, with no success. Using the VideoView, we are able to play youtube mobile videos (e.g. this url works just fine:

Re: [android-developers] Re: Difference between Android 2.2 and Google API for Android

2010-12-08 Thread Zeeshan Hanif
Hi, Thanks, is there any link or reference from where I can find out these additional APIs. Regards, Zeeshan Hanif On Tue, Dec 7, 2010 at 4:56 AM, vogella lars.vo...@googlemail.com wrote: The Google one contains also API which is not part of the standard Android SDK. For example the

[android-developers] Android 2.2 appWidgetManager.updateAppWidget not work?

2010-12-08 Thread Lit
Hello, I am working on a widget project. I use Service to update the widget. Some code shows here: public static void updateView(RemoteViews views){ for(int id:appWidgetIds){ appWidgetManager.updateAppWidget(id, views); } } -- You received this message

[android-developers] Plug-in for email client

2010-12-08 Thread Joey Tribbiani
hello fellow developers, I am required to develop a add-on/plug-in which will sit on the top of the native email client of android phone. I DONOT want to develop a whole new application (like Gmail or K-9) and then tweak it further as per my need, instead I just want to develop a plug-in with

[android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2010-12-08 Thread rmis...@apsora.com
I am also getting same errorany solution please On Dec 6, 4:27 pm, elpix1 elp...@gmail.com wrote: Hi, I updated the SDK for the Android 2.3 and the emulator is not running anymore because it needs GLIBC 2.11 and my system has 2.10 ! It seems that the emulator is the only tool from the

[android-developers] Steps to integrate any new codec into Android.

2010-12-08 Thread Kirti Badkundri
Dear all, Please help me out. I am new to Android. I want to integrate new codec into Android. Please any one send me the steps for Integrated new codec also parser into Android. Waiting for your reply. Thanks Regards KirtiKrishna Badkundri -- You received this message because you are

[android-developers] triggering a refund from within an application

2010-12-08 Thread Ian
Hello, Is there a way to trigger a refund from within an application purchased on the android marketplace? What if I call Intent.ACTION_DELETE to uninstall the app? Will the user receive his money back as well? thanks Ian -- You received this message because you are subscribed to the Google

[android-developers] how to deal without keyboardtouchscreen peripherals

2010-12-08 Thread cmnfca
Hi all, I am working on an android (froyo) board, but I don't have any keyboardtouchscreen devices connected to it. Sure, I am able to access it through the console. However when using androidvnc server to access the user interface (using keyboardmouse of my host computer), keyboardtouchscreen

[android-developers] developer.android.com cannot be retrieved

2010-12-08 Thread andrioTurk
Hello everybody, At this very first post, i'd like to ask a question about the problem as in the subject title. According to the google (show previous version of the page) the last successful retrieval was on 3.12.2010, until then I, myself, couldn't access to the webpage. I wonder if there are

[android-developers] Re: What Tablet would you get

2010-12-08 Thread Gus
Hi Jon: I also have the VIewsonic 10 Tablet, and I think it's great. However, I'm having trouble to debug my programs because it's not being recognized for ADB. Did you try that? Is it working for you? I couldn't get the drivers from Viewsonic for that. Thanks; Gus On Dec 7, 11:00 am, Jon F

[android-developers] Regarding gcov using arm-eabi toolchain

2010-12-08 Thread Manish Sharma
Dear All, We have developed an application for which we would like to check the code coverage. We have used gcov available in android toolchain. In our Android.mk file we have added the following LOCAL_FLAGS and included the libgcov static library. LOCAL_CFLAGS:= -fprofile-arcs -ftest-coverage

[android-developers] Re: Free version to Paid version

2010-12-08 Thread H
Alternatively, I created a library project which I put 80% of my code into. Then created two new projects - one for the free version and one for the paid. Both use the library and the free one simply extends the library but adds nothing more. The full one also extends but adds extra functionality.

[android-developers] MediaController.MediaPlayerControl for audio

2010-12-08 Thread manivel t
I have to use MediaController.MediaPlayerControl in order to display a MediaController at the bottom of my Custom View but I can't get it to work. Please help me.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] IMediaPlaybackService and gingerbread

2010-12-08 Thread neuromit
I found this discussion http://www.last.fm/group/Last.fm+Android/forum/114391/_/660948/1?fallback=1noredirect=1 where the last.fm developer claims that the IMediaPlaybackService will be made private in gingerbread. Is this true? If so can someone explain to me why this change is happening --

[android-developers] DB changes for next version, how to debug?

2010-12-08 Thread Meep
I see that I need to do some queries to back up the data in the onUpgrade method. My question is how do I test the two versions to upgrade from X to Y without touching the actual marketplace? Sources:

[android-developers] ADB drivers for Windows XP available for Android devices

2010-12-08 Thread Gus
Hi All: I have the Viewsonic G Tablet with Android 2.2, and I want to debug my own programs. Once I connected to my PC (Windows XP), it was recognized and I'm able to access the tablet as a Mass Storage Device. However, when I want to debug the application, the tablet it's not being recognized as

[android-developers] ant build seems to be broken on lib-projects with Android 2.3 SDK

2010-12-08 Thread ScribbleAndScrawl
With the 2.3 SDK installed I cannot ant to work correctly on any of my library projects. Even starting from scratch: android create lib-project --package com.test.test --target 8 --path testLib when I try to: ant compile I get this error: Buildfile: /Development/scratch/testLib/build.xml

[android-developers] Re: ProGuard Integration?

2010-12-08 Thread H
Please note that on a windows machine, the BuildHelper is writing the temporary .pro file to the windows temp folder. If this is under Local Settings\Temp then the space causes a problem and you can't pass that full file name into the proguard.bat batch file. NOTE also that if your workspace is

[android-developers] Re: StrictMode

2010-12-08 Thread Brad Fitzpatrick
On Dec 7, 3:16 am, Bob Kerns r...@acm.org wrote: Kudos to the Android team for this. My experience is that this sort of checking avoids a lot of problems and really makes a difference in application quality. Indeed! We've been using it to fix hundreds of performance glitches across apps and

[android-developers] Re: 2.3 Emulator instability

2010-12-08 Thread H
Noticed the same. I had to restart the emulater four times before it would work properly - first time there was no status bar at all, second time there was no connectivity, third time there was connectivity but the accounts login thought there wasn't and only on the fourth attempt could I finally

[android-developers] Re: Android 2.3: eclipse reporting Unable to execute dex: null

2010-12-08 Thread JoeyL
The export to jar seemed to work for me as well, but I'd rather get 8.0.1 running. Any idea when that will be pushed out? On Dec 7, 11:32 am, dario dario.nycj...@gmail.com wrote: Anselm, I couldn't repro with latest build. Xavier, I posted the bug I described as issue #13010 -Dario On Dec

[android-developers] Can i use Android SDK with eclipse plugin for debugging Drivers?

2010-12-08 Thread Rahul Kashyap
Hi Guys, Can I use Android SDK with eclipse plugin for debugging Drivers? What is the problem if it is not possible? Thanks, Rahul. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Best way to store data in database

2010-12-08 Thread nirav sabhaya
BroadcastExample.java -- package com.example.broadcast; import android.app.Activity; import android.content.Context; import android.os.Bundle; import android.telephony.*; import android.util.Log; import android.widget.TextView; public class BroadcastExaple extends

[android-developers] 2.3 Platform Google APIs missing Licensing Service..?

2010-12-08 Thread H
Used adb to install an app that works fine on a 2.2 Platform Google API avd, but in the newly release 2.3 flavour, I keep getting this message: I/LicenseChecker( 530): Binding to licensing service. W/ActivityManager( 70): Unable to start service Intent {

[android-developers] ListView with Cutom adapter does not show all Item seperator between different items

2010-12-08 Thread kariyachan
Hi all, I developed a small application .it contain ListView with Custom adapter .That listView does not show all Item seperator between Items .First Time it appears it show all items after scrolling some list Items are not shown.And also When I dragged some of it's items Then Item is

[android-developers] Setting up a test project issues

2010-12-08 Thread Etienne
On the developer.android.com website there is a guide to testing android that says: You can create a test project anywhere in your file system, but the best approach is to add the test project so that its root directory tests/ is at the same level as the src/ directory of the main application's

[android-developers] computer applications

2010-12-08 Thread Parimalam Jayachandran
http://123maza.com/35/market158/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Android 2.3: eclipse reporting Unable to execute dex: null

2010-12-08 Thread TiagoBTT.com
I've just updated, but getting same error. My app was compiling fine before updating to ADT 8.0.0 We've just released ADT 8.0.1 to fix this issue. You can use the update site or the direct link (dev site not updated yet):http://dl.google.com/android/ADT-8.0.1.zip -- You received this

[android-developers] Android 2.3 SDK Emulator is very slow

2010-12-08 Thread Alexei 'keyhell' Zhurba
Hello! I use Eclipse + ADT + Android SDK for development. Current configuration is Eclipse Helios SR1 20100917-0705 + ADT 8.0.1.v201012062107-82219 + Android 2.3 SDK on Windows 7 32-bit. SDK emulator works very slow or freezes at the boot time. Here is the summary of what was done/observed.

[android-developers] LVL and 2.3 Emulator

2010-12-08 Thread Nick
I have LVL working with my app and am able to test it with the 2.2 Google API emulator. I updated to 2.3 and created a 2.3 Google API emulator. I signed in with you dev account on the emulator just like before, but now I am getting: 12-07 21:42:57.879: INFO/LicenseChecker(760): Binding to

[android-developers] Re: 2.3: WebView's JavaScriptInterface throwing exception 100% of time

2010-12-08 Thread Tony
Hey, I reported the issue that you linked to. I'm trying to find a workaround but have yet to see any possible way of getting things up and running. Anyone out there with any thoughts? Or someone at Google who can let us know the status of this? I'm really hoping that someone just screwed up

[android-developers] Gingerbread Media Framework

2010-12-08 Thread Dennis O'Flynn
The release announcements for Android v2.3 Gingerbread state that a new media framework fully replaces OpenCore, maintaining all previous codec/container support for encoding and decoding. However, I cannot find what this new media framework is. Is it a Google proprietary framework or something

[android-developers] Buying your own App, Testing Licensing

2010-12-08 Thread Brill Pappin
So, apparently i'm unable to buy my own app. Two problems: First is that it looks like Market wont accept my Google Apps credentials even though I have a valid checkout account (including merchant account). This thread describes others having the same problem:

[android-developers] 2.3 LVL in Google API Package?

2010-12-08 Thread HunterO
When using the Google APIs by Google Inc., Android API 9, revision 1 in the emulator, my licensing is failing. It works on API 8 (2.2). Anyone else seeing this issue? Was LVL included in this revision so we can test, or must we stick with 2.2 for Licensing testing? -Hunter -- You received

[android-developers] Improvement of existing Android App - Setting

2010-12-08 Thread Yu
Hi, I would like to improve exisiting functions of android - setting. I have checked out the 'Setting' application from repo, but how can I compile it ? There are missing classes - such as os.properties, etc. Thanks a lot. -- You received this message because you are subscribed to the Google

[android-developers] App Works is looking for users and beta testers!

2010-12-08 Thread Crazy
Hello all, I've come here to ask for support for my new website I have started working on called App Works. Basically App Works was created to allow users to create Android apps online with ease, and not need to install or worry about the SDK or signing their apps by themselves. The end goal is

[android-developers] Cannot display Hello World per the suggestion of Installing of SDK

2010-12-08 Thread jcheng3305
Hi, Team, I am the newer of Android Developer. I did completed the installation of SDK and Eclipse 3.6.1 at my notebook with Window Vista. Eveything seems ok. However, I followed the first try per the instruction of the program of Hello World - create AVD. It won't show Hello World, but the

[android-developers] Re: GLIBC 2.11 needed for emulator in SDK 2.3 !!!!

2010-12-08 Thread CitizenB
I have the same issue on OpenSuse 11.2 32-bit. There is a similar issue with aapt, although it manages to run just fine despite the alarming error message. ~/android/sdk rpm -q glibc zlib glibc-2.10.1-10.9.1.i686 zlib-1.2.3-140.2.i586 ~/android/sdk ldd tools/emulator platform-tools/aapt

Re: [android-developers] Google Nexus S - Please provide as DEV phone, asap :-)

2010-12-08 Thread Albert Rosa
I concur i would totally love it as a dev phone! On Dec 7, 2010 9:29 PM, gjs garyjamessi...@gmail.com wrote: Hi, Google Nexus S - Please provide as DEV phone, asap :-) Regards -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: 2.3 Emulator instability

2010-12-08 Thread demvin
The emulator is almost unusable, and contrary to the OS, it's generally of poor quality. I understand that Google engineers all have a Nexus S at their disposal, but it's not the case for us mere mortals, and since I'm in Canada, I don't expect having one until hell freezes over as hardly anyone

[android-developers] BroadcastReceiver onReceive startActivity Issue

2010-12-08 Thread Sunil
Hello, I am trying to start an Activity (say A) from BroadcastReceiver onReceive method. Most of the time activity (A) is started as expected but some times Activity (B) is displayed which is already in the background (last shown activity). Not sure why Activity B is being displayed instead of

Re: [android-developers] android 2.3 hierarchyviewer.bat problems

2010-12-08 Thread Raymond.Wen
It seems this version of sdk changed the directory structure. Some tools, including adb are moved from tools folder to platform-tools. You can add this folder to your PATH environement variable. So you don't need to do this manually anymore. Best Regards, Raymond Wen On Wed, Dec 8, 2010 at

[android-developers] Re: New ADT 8.0.1

2010-12-08 Thread TiagoBTT.com
Updating was fine, but error executing dex is the same. Verified ADT 8.0.1 is installed. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

Re: [android-developers] 2.3 Emulator instability

2010-12-08 Thread brian purgert
I'm having the same problem with 2.3 and its not my computer. Because I have a pretty good computer. On Dec 7, 2010 9:29 PM, Raymond Rodgers raym...@badlucksoft.com wrote: Thanks for replying David. I just set the flag to 256 and 512 with the same results. On 12/07/2010 12:35 PM, David Turner

[android-developers] Regarding using condition in Service

2010-12-08 Thread Ravi
Hello Everybody, I am new in Android development, I used service in my app to get Httpconnection from internet and read that specific page in service. after reading the page, i am using pattern

[android-developers] Regarding service

2010-12-08 Thread Ravindra Chavan
Hello Everybody, I am new in Android development, I used service in my app to get Httpconnection from internet and read that specific page in service. after reading the page, i am using pattern

[android-developers] Repacking a .apk file

2010-12-08 Thread TigerFox
Hi all, Forgive my ignorance, I would just like to ask if it possible for me to repack (unpack and pack the binaries again and sign it using my own certificates) a .apk file that's been done by another party? Well, let's just say I've got this special agreement with a third party that I can add

[android-developers] ninePatch bug?

2010-12-08 Thread Yukun Chen
Hi: I create a ninepatch image from a png, and I draw it by draw9patch.bat. However, when I put the new png under drawable folder and put it on to a imageview controller, sawtooth shows without any stretching and compressing. Does anyone find the same issue? Thanks. -- You received this message

Re: [android-developers] Sending key event to foreground app from background app.

2010-12-08 Thread Thant Thura Myo
http://www.slideshare.net/CodeAndroid/android-intent-intent-filter-broadcast-receiverstry this. http://www.slideshare.net/CodeAndroid/android-intent-intent-filter-broadcast-receivers Broadcast Intent and BroadcastReceiver is all you need. On Wed, Dec 8, 2010 at 2:46 PM, nikki

[android-developers] Dex not working with spaces in path on the new android platform tools (V8)

2010-12-08 Thread Omri
On the new android platform tools (v8) released with the 2.3 SDK, I get an error while running dex from the ant script I typed the usual ant release, and got an error in the dex stage -dex: [echo] Converting compiled files and external libraries into C: \Documents a nd Settings\omri\My

Re: [android-developers] device id

2010-12-08 Thread Wajid Hussain
I used device.uuid to get device id of the phone. Is this you want or something else? Full Example: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd; html head titleDevice

[android-developers] Re: JPEG Image has a map

2010-12-08 Thread sal
Thank guys for your suggestion @Frank What do you mean Mobile CAD, i want just a mark up on the JPEG image based on predefined locations , thats it. i thot Google Map API would provide me better support of doing markup if i am able to convert JPEG image into google map do u have any good pointer

[android-developers] Re: Buying your own App, Testing Licensing

2010-12-08 Thread Trevor Johns
Reply inline, below... On Dec 7, 12:23 pm, Brill Pappin br...@pappin.ca wrote: So, apparently i'm unable to buy my own app. Two problems: First is that it looks like Market wont accept my Google Apps credentials even though I have a valid checkout account (including merchant account). This

Re: [android-developers] playing yuv file

2010-12-08 Thread 袁堂夫
Can you show me your key codes for displaying? Then I maybe give u some useful information. 2010/12/8 venu venuthepo...@gmail.com: Hi everyone, I am playing a yuv file on my hardware using my one own c application(using v4l2 interface).It is playing but display is not comming.If i play the

[android-developers] How to sort MergeCursor rows?

2010-12-08 Thread Pink
Hi, I have two different cursors, from two different ContentProviders , to return. I am using MergeCursor to merge the two cursors into one. But i have to give the data in sorted manner. How can i sort MergeCursor? Thanks in advance. -- You received this message because you

[android-developers] Re: SDK 2.3: Get Multiple substitutions specified in non-positional format error

2010-12-08 Thread Ecthelion
On 7 Dez., 16:39, Mark Murphy mmur...@commonsware.com wrote: On Tue, Dec 7, 2010 at 10:35 AM, Ecthelion ep...@joergjahnke.de wrote: Yes, if the library project includes all the sources. But in this case part of the foreign code is inside a jar file. Resources cannot be in a JAR file. Yes,

Re: [android-developers] Repacking a .apk file

2010-12-08 Thread Kumar Bibek
I don't think so. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Wed, Dec 8, 2010 at 11:44 AM, TigerFox harold.alc...@gmail.com wrote: Hi all, Forgive my ignorance, I would just like to ask if it possible for me to repack (unpack and pack the binaries again and sign

Re: [android-developers] Improvement of existing Android App - Setting

2010-12-08 Thread Kumar Bibek
You have to checkout the whole source code I guess, or atleast it's dependencies. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Wed, Dec 8, 2010 at 5:51 AM, Yu ywu...@gmail.com wrote: Hi, I would like to improve exisiting functions of android - setting. I have checked

[android-developers] Re: Camera preview issue on SDK 2.3 emulator?

2010-12-08 Thread blindfold
Am I really the only one with this problem? Even the built-in camera app gives me only a blank screen in the SDK 2.3 emulator, but after taking a snapshot I do get a picture of the familiar green Android in the Gallery. Thanks On Dec 7, 12:27 pm, blindfold seeingwithso...@gmail.com wrote: Just

[android-developers] Android 2.3 android.net.sip package question.

2010-12-08 Thread killerfore
Hello folks, I'm looking at sip package in adroid 2.3 and i found it's great! so I'got some questions about it. 1. what codecs does SipAudioCall support?(G.711/729/AMR/etc.) Does google use GIPS codec internally? :) 2. If I use SipSession (instead of SipAudioCall), do I have to implement

[android-developers] Re: Repacking a .apk file

2010-12-08 Thread Sarwar Erfan
Possible. This is what some thieves do with other's applications. You need to change the extension to .zip from .apk. Then extract the files. Remove to META-INF directory (to make it unsigned). Modify the contents. Then, make zip, change extension to .apk to .zip. Finally sign the apk with your

[android-developers] Re: ninePatch bug?

2010-12-08 Thread Sarwar Erfan
Did you set the stretch and content areas correctly in the 9 patch? And are you using correct filename format (file.9.png)? Regards Sarwar Erfan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Improvement of existing Android App - Setting

2010-12-08 Thread Kostya Vasilyev
Some built-in applications use internal (private) APIs that are not part of the SDK. So if you're looking to modify some code and create an regular application, it may need code changes to replace those. -- Kostya 08.12.2010 12:06, Kumar Bibek ?: You have to checkout the whole source

[android-developers] Re: Android 2.3 SDK Emulator is very slow

2010-12-08 Thread viktor
Yes, with every coming sdk version the emulator becomes slower. On 7 Грд, 23:59, Alexei 'keyhell' Zhurba keyh...@keyhell.org wrote: Hello! I use Eclipse + ADT + Android SDK for development. Current configuration is Eclipse Helios SR1 20100917-0705  +  ADT 8.0.1.v201012062107-82219  +  

Re: [android-developers] Re: What Tablet would you get

2010-12-08 Thread Jon F Hancock
Are you on windows, Linux or Mac? You'll have to manually add the vendor ID to your arbitrary settings, but where you do that depends on your platform. On Dec 8, 2010 12:30 AM, Gus gussab...@yahoo.com wrote: Hi Jon: I also have the VIewsonic 10 Tablet, and I think it's great. However, I'm

Re: [android-developers] Re: ninePatch bug?

2010-12-08 Thread 陈彧堃
Yes, I read the api guideline carefully. On Wed, Dec 8, 2010 at 5:26 PM, Sarwar Erfan erfanonl...@gmail.com wrote: Did you set the stretch and content areas correctly in the 9 patch? And are you using correct filename format (file.9.png)? Regards Sarwar Erfan -- You received this

Re: [android-developers] Re: ninePatch bug?

2010-12-08 Thread Daniel Drozdzewski
On Wed, Dec 8, 2010 at 9:37 AM, 陈彧堃 chenyuku...@gmail.com wrote: Yes, I read the api guideline carefully. Did you mark the stretchable regions correctly? Did you see in the tool itself your PNG correctly stretched? Any chance of you pasting that image somewhere for people to look at? Daniel

[android-developers] Re: ninePatch bug?

2010-12-08 Thread mort
Not sure which bug you mean. I now of two troubles with 9patch-drawables: - AFAIR (might be wrong): If you've got only ldpi/mdpi images and a hdpi device, the images are first stretched with 9patch to the mdpi pixel size and then to hdpi. I.e., the corners might become sawtoothy, but will stay the

[android-developers] Re: Widget is not removed after the application is uninstalled

2010-12-08 Thread String
If it's not a bug, it's certainly the known behavior of the OS, and always has been. Froyo is a bit better at this than previous versions, although still far from 100%. It sometimes will remove appwidgets when the underlying app is uninstalled; I think it happens when the Launcher has focus,

Re: [android-developers] developer.android.com cannot be retrieved

2010-12-08 Thread Marcin Orlowski
On 7 December 2010 21:01, andrioTurk mrundergroundmeis...@gmail.com wrote: At this very first post, i'd like to ask a question about the problem as in the subject title. Not fully sure what you talk about exaclty but http://developer.android.com/ works fine if you ask. -- You received this

Re: [android-developers] triggering a refund from within an application

2010-12-08 Thread Marcin Orlowski
On 7 December 2010 20:26, Ian tetris...@gmail.com wrote: Is there a way to trigger a refund from within an application purchased on the android marketplace? No. Launch Market application with details page on your app instead. What if I call Intent.ACTION_DELETE to uninstall the app? Will the

[android-developers] Proguard and Conversion to Dalvik format failed with error 1

2010-12-08 Thread olivier
Dear, When I used the default proguard configuration, I have got the following error : Conversion to Dalvik format failed with error 1 I have found a blog explaining more about this error : http://bimbim.in/post/2010/09/24/Reason-of-Conversion-to-dalvik-format-failed-with-error-1.aspx So, the

[android-developers] Re: Android 2.3 SDK Emulator is very slow

2010-12-08 Thread Alexei 'keyhell' Zhurba
Well... Yes, but in my case it's unreasonably slow. Looking at -debug-all output it's clear it stucks at: emulator: goldfish_audio_write: AUDIO_INT_ENABLE 7emulator: goldfish_audio_write: AUDIO_INT_ENABLE 0 emulator: goldfish_audio_write: AUDIO_INT_ENABLE 7emulator: goldfish_audio_write:

  1   2   3   >