[android-developers] Re: Help: Nexus can't boot - OutOfMemory

2011-10-10 Thread Eric Wong (hdmp4.com)
LOL, sounds like the only way is to do a factory reset Seems like you already tried everything possible. On Oct 9, 3:23 pm, David Goldfarb d...@degel.com wrote: Ok, I was stupid... My phone repeatedly warned me that I was low on memory and I not only ignored the warnings, I installed a game

[android-developers] close application

2011-10-10 Thread venugopal reddy
Hi friends, My requirement is , If I close the Emulator browser , automatically that application should be close.. How can I? Please help me -- 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: Regarding retrieving date and time from cell tower

2011-10-10 Thread gjs
Hi, You can use time from GPS Location or GPS NEMA strings regards On Oct 9, 9:19 pm, sourabh sahu souruit...@gmail.com wrote: This is the problem, case is there is no internet and data connectivity, only gsm network is available,I dont want to use any internet services. Please provide any

[android-developers] Re: USB Bluetooth

2011-10-10 Thread tushar
yes! pairing is happening fin, but showing Paired but not connected.Also when i check the class on adb shell following is the output # hciconfig -a hciconfig -a hci0: Type: BR/EDR Bus: USB BD Address: 00:15:83:15:A3:10 ACL MTU: 339:8 SCO MTU: 128:2 UP RUNNING PSCAN RX

[android-developers] Re: inqury

2011-10-10 Thread Oli
Follow the link provided by Sumi and read the dev guides. On Oct 8, 10:09 am, Rahul Soni rax.m...@gmail.com wrote: On Thu, Sep 29, 2011 at 6:57 PM, SumiGhosh sumighos...@gmail.com wrote: On Sep 29, 10:16 am, Rahul Soni rax.m...@gmail.com wrote: Hi Please tell me that in which

[android-developers] Re: How to display search button in actionbar on tablet (app minSdk = 8)

2011-10-10 Thread Jean-Michel
Hi Mark, I cannot get android:showAsAction to be recognised/accepted in my project (minSDK = 8, targetSDK = 11). Eclipse tells me : error: No resource identifier found for attribute 'showAsAction' in package 'android'. Is that supposed to work with projects below 11? That would mean that

[android-developers] Re: ADB bringup on Android Kernel 3.0

2011-10-10 Thread FrankG
Hi Venumadhav, this is out of scope of this group. I would suggest you go to android-platform or android-porting. Good luck ! Frank On 5 Okt., 21:02, gvlad...@gmail.com venumadhav...@gmail.com wrote: Hi, I am new to USB device drivers, I have to bringup USB ADB with Android Kernel 3.0,

[android-developers] Re: Help: Nexus can't boot - OutOfMemory

2011-10-10 Thread David Goldfarb
Is there any path by which I can root the phone without losing my user data and without access to the phone GUI? David -- 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

[android-developers] how can i pass the complicated data from java to the native code (the c language)?

2011-10-10 Thread 杨辉
hi,everybody, i have a question about jni. it is an android project. i want to pass all the data from java to the native code (c). for example, if now i have an object of the class A, How can i get the left/top/right/bottom value of the Rect in the native code?

[android-developers] Downloads

2011-10-10 Thread b_t
Hi, Is there any way to get list of every downloads? It seems that DownloadManager returns downloads only for my app but I would like to get Market or Browser downloads too. Thanks, Tamás -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] [SOLVED] Real Multi touch in Android - Going Open Source!!!

2011-10-10 Thread Asim
Hey Everyone, I've been working on a project to improve android's multi touch capability. The droid has really poor binding between touch events and views. I've worked around its drawbacks to create something that works like microsoft surface. Here's a video of what I've made. Check it out:

[android-developers] Re: HTC and LG haven't implemented Android in the right way

2011-10-10 Thread bdk
for a brighter result, try to use use additive blending: glBlendFunc(GL_SRC_ALPHA, GL_ONE) e.g. http://stackoverflow.com/questions/393785/how-to-setup-blending-for-additive-color-overlays and yes, alpha should be in the png - texture. best -- Mathieu On Oct 8, 11:08 am, MobileVisuals

[android-developers] Re: how can i pass the complicated data from java to the native code (the c language)?

2011-10-10 Thread James
what do you mean by all the data? In android, JNI is nothing special at all. use GetFieldID to access java class members. Hope this helps! On Oct 10, 4:07 pm, 杨辉 yanghui1986...@gmail.com wrote: hi,everybody,          i have a question about jni.          it is an android project. i want to

[android-developers] How to compile android project by batch file in windows

2011-10-10 Thread amon wu
dear all, I need to compile my android project without eclipse in windows. Can you gove me some advices ? thx, Best Regards -- 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] How to compile my HelloAndroid android project by batch file in windows

2011-10-10 Thread amon wu
dear all, I need to compile my android project without eclipse in windows. Can you give me some advices? thx, best regards -- 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] How to compile my HelloAndroid android projectby batch file in windows

2011-10-10 Thread nainfanta
why not Eclipse? nainfanta From: amon wu Date: 2011-10-10 17:30 To: Android Developers Subject: [android-developers] How to compile my HelloAndroid android projectby batch file in windows dear all, I need to compile my android project without eclipse in windows. Can you give me some

[android-developers] Re: How to compile my HelloAndroid android projectby batch file in windows

2011-10-10 Thread amon wu
I have no idea... The leader ask me to do so. Give me a hand, please! thx On 10月10日, 下午5时33分, nainfanta nainfa...@gmail.com wrote: why not Eclipse? nainfanta From: amon wu Date: 2011-10-10 17:30 To: Android Developers Subject: [android-developers] How to compile my HelloAndroid android

[android-developers] How to remove the black space between the tittle bar and the first element of a LinearLayout?

2011-10-10 Thread saex
share [fb] share [tw] I have a linearlayout, wich the first element is a imageview header, and the second element is a gridview. It works fine, but i have a erroneal black space of 25px (more or less) between the android tittle bar and the header of the app, wich is the first element of the

[android-developers] Re: How to remove the black space between the tittle bar and the first element of a LinearLayout?

2011-10-10 Thread Rikki
Hi, Can you share your xml file? Well, you can also see the Graphics view of your xml file and see how your view will look like on the layout. Thanks, Rikki On Oct 10, 2:40 pm, saex elpablos...@gmail.com wrote: share [fb] share [tw] I have a linearlayout, wich the first element is a

[android-developers] Re: How to remove the black space between the tittle bar and the first element of a LinearLayout?

2011-10-10 Thread Rikki
That could also be a blank title bar. Use android:theme=@android:style/Theme.NoTitleBar.Fullscreen in manifest.xml file for that particular activity and that gap will be gone. Thanks, Rikki On Oct 10, 2:40 pm, saex elpablos...@gmail.com wrote: share [fb] share [tw] I have a linearlayout, wich

[android-developers] is this possible to start an app every 5mins

2011-10-10 Thread GopalaKrishnan D
is this possible to start an app every 5mins? how to do that one... pls help me -- ~* Regards* *GopalaKrishnan D* -- 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

Re: [android-developers] Re: how can i pass the complicated data from java to the native code (the c language)?

2011-10-10 Thread 杨辉
for example,look at the following codes: java code: class A{ Rect mrect; } i pass an object of class A from the java to the native codes with jni. now i want to get the left/top/right/bottom value,how can i do? 2011/10/10 James

[android-developers] Re: How to compile my HelloAndroid android projectby batch file in windows

2011-10-10 Thread Rikki
Use this: http://developer.android.com/guide/developing/projects/projects-cmdline.html On Oct 10, 2:39 pm, amon wu amon.wu1...@gmail.com wrote: I have no idea... The leader ask me to do so. Give me a hand, please! thx On 10月10日, 下午5时33分, nainfanta nainfa...@gmail.com wrote: why not

[android-developers] Re: is this possible to start an app every 5mins

2011-10-10 Thread Rikki
Use a service to launch your activities. Read http://developer.android.com/guide/topics/fundamentals/services.html for details. On Oct 10, 3:09 pm, GopalaKrishnan D gopall...@gmail.com wrote: is this possible to start an app every 5mins?  how to do that one... pls help me -- ~* Regards*

[android-developers] Re: Help: Nexus can't boot - OutOfMemory

2011-10-10 Thread David Goldfarb
Never mind. I reset the phone. My kids and I will need to re-earn a bunch of hard-won game levels, but no more harm than that. (Still curious, though... is there some way I could have recovered the phone). Also, Google folks, there's a real bug lurking here... the phone should not have let

[android-developers] Re: How to remove the black space between the tittle bar and the first element of a LinearLayout?

2011-10-10 Thread saex
i tryed it and doesn't works i dont use XML files, i create all with java On 10 oct, 12:07, Rikki rikki.a...@gmail.com wrote: That could also be a blank title bar. Use android:theme=@android:style/Theme.NoTitleBar.Fullscreen in manifest.xml file for that particular activity and that gap will

Re: [android-developers] Re: How to display search button in actionbar on tablet (app minSdk = 8)

2011-10-10 Thread Mark Murphy
On Mon, Oct 10, 2011 at 3:24 AM, Jean-Michel jeanmichel.caz...@gmail.com wrote: I cannot get android:showAsAction to be recognised/accepted in my project (minSDK = 8, targetSDK = 11). Adjust your *build target* to 11. In Eclipse, this is in project properties. Outside of Eclipse, it's in one of

Re: [android-developers] Get GPS Location in a Broadcast Receiver.

2011-10-10 Thread Mark Murphy
On Mon, Oct 10, 2011 at 1:46 AM, shihab Shuvro shihab@gmail.com wrote: question 1. Is it possible to get GPS Location data in Broadcast receiver.? No. 2.  Another alternative way i tried so far, use a service which invokes in Broadcast receiver. the service can get GPS data .but how i

Re: [android-developers] How to compile android project by batch file in windows

2011-10-10 Thread Mark Murphy
http://developer.android.com/guide/developing/projects/projects-cmdline.html On Mon, Oct 10, 2011 at 5:16 AM, amon wu amon.wu1...@gmail.com wrote: dear all,       I need to compile my android project without eclipse in windows. Can you gove me some advices ? thx, Best Regards -- You

[android-developers] Receiving file through USB Bluetooth

2011-10-10 Thread tushar
Hi, I am running GB 2.3.4 on a set top box.I enabled bluez and dbus modules and able to send the files to any phone , but not able to receive any file.Can somebody suggest what extra needs to be done for receiving the files? thanks, tushar -- You received this message because you are subscribed

[android-developers] Using drawable resources efficiently

2011-10-10 Thread dashman
I've got a ListView and for each item I display a selector image button defined similar to below: ?xml version=1.0 encoding=utf-8? selector xmlns:android=http://schemas.android.com/apk/res/android; item android:state_pressed=true android:drawable=@drawable/flag_clear2 / item

Re: [android-developers] Using drawable resources efficiently

2011-10-10 Thread Mark Murphy
On Mon, Oct 10, 2011 at 6:54 AM, dashman erjdri...@gmail.com wrote: I've got a ListView and for each item I display a selector image button defined similar to below: ?xml version=1.0 encoding=utf-8?  selector xmlns:android=http://schemas.android.com/apk/res/android;     item

Re: [android-developers] [SOLVED] Real Multi touch in Android - Going Open Source!!!

2011-10-10 Thread swapnil kamble
Cool app. I just tried it, works awesome. Nice work Swapnil On Mon, Oct 10, 2011 at 2:08 PM, Asim asim.mit...@gmail.com wrote: Hey Everyone, I've been working on a project to improve android's multi touch capability. The droid has really poor binding between touch events and views. I've

[android-developers] Does Android Support SOAP web service?

2011-10-10 Thread Archana
Hi, Could some one tell me whether android supports SOAP web Service. If yes then how. I read in forum that there is no SOAP supported library for android. Its very urgent please reply. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Does Android Support SOAP web service?

2011-10-10 Thread Mark Murphy
There is no SOAP support built into Android. You are welcome to consider third-party SOAP solutions, such as kSOAP2. On Mon, Oct 10, 2011 at 7:32 AM, Archana archana.14n...@gmail.com wrote:  Hi, Could some one tell me whether android supports SOAP web Service. If yes then how. I read in

Re: [android-developers] Does Android Support SOAP web service?

2011-10-10 Thread nageswara rao rajana
hi, Look at this i will help you http://seesharpgears.blogspot.com/2010/10/ksoap-android-web-service-tutorial-with.html On Mon, Oct 10, 2011 at 5:02 PM, Archana archana.14n...@gmail.com wrote: Hi, Could some one tell me whether android supports SOAP web Service. If yes then how. I

[android-developers] Re: Does Android Support SOAP web service?

2011-10-10 Thread Archana
Hi, Thanks to both of you for quick reply. I am unable to open this link. Could someone tell me why it is not supporting. Is there any specific reason? On Oct 10, 3:41 pm, nageswara rao rajana nagu.raj...@gmail.com wrote: hi,   Look at this i will help you

Re: [android-developers] Re: Does Android Support SOAP web service?

2011-10-10 Thread nageswara rao rajana
http://seesharpgears.blogspot.com/2010/10/ksoap-android-web-service-tutorial-with.html On Mon, Oct 10, 2011 at 5:22 PM, Archana archana.14n...@gmail.com wrote: Hi, Thanks to both of you for quick reply. I am unable to open this link. Could someone tell me why it is not supporting. Is there

[android-developers] Smart Idea

2011-10-10 Thread visualfemi...@yahoo.com
Hi all I am having a little challenge here, If anyone can help out will appreciate it. I am in my final year need to do android application. looking at multimedia experience triggered by QR Codes. Anyone has a suggestion of a smart Idea I can easily develop with a short time frame. Thanks --

[android-developers] Re: Get GPS Location in a Broadcast Receiver.

2011-10-10 Thread lbendlin
Either make the location a global variable, or send it as an Extra in the broadcast. -- 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,

[android-developers] Can NOT upload program on Windows 7

2011-10-10 Thread Heuristic
Anyone encountered this problem - unable to upload program on Windows 7. I changed to use XP, then it works fine. This does not happen before. Any idea how to get around the problem? thx -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Arabic support in android webview

2011-10-10 Thread Mohamed Kasim
hi guys i am a new developer for android. In my application i want to show arabic html files in webview. unfortunately android webview does not display arabic text. I don't know how to salve this problem.. please any one help me. Thanks in advance... regards kalandar... -- You

Re: [android-developers] Can NOT upload program on Windows 7

2011-10-10 Thread Appaholics
Is this related to Android? If so could you provide some details like what program, uploading to where etc? Thanks On Mon, Oct 10, 2011 at 6:32 PM, Heuristic heuristic...@gmail.com wrote: Anyone encountered this problem - unable to upload program on Windows 7. I changed to use XP, then it

[android-developers] Re: textView Clears on Rotation

2011-10-10 Thread King Salamon
This does not work for textView see Kostya's post above And IIRC, TextView by default doesn't save or restore state even if there is an ID On Oct 8, 11:14 pm, decode decode.develo...@gmail.com wrote: Give an id to your textview. Android system should handle it... On Oct 9, 8:35 am, Studio

[android-developers] Re: textView Clears on Rotation

2011-10-10 Thread King Salamon
Thank you everyone for the great insight on this issue. I tried the simple -down and dirty workaround by adding android:configChanges=orientation|keyboardHidden to the activity tag in the manifest. This did in fact work as the data persisted after rotation. However, as many have pointed out, this

Re: [android-developers] Re: textView Clears on Rotation

2011-10-10 Thread Kostya Vasilyev
Setting android:freezesText=true in the layout XML forces a TextView to save its content. The view needs to have an ID as well. -- Kostya 10.10.2011 17:48, King Salamon пишет: Thank you everyone for the great insight on this issue. I tried the simple -down and dirty workaround by adding

[android-developers] Maps with a little X mark

2011-10-10 Thread RegisMelo
Hello All, Anyone already got an strange behavior in Google Maps showing a little squares with a X in the middle? I embedded Google Maps in my app and every map show these little squares. I suspect that this is related to something regarding my signature/ certificate. Anybody can help me?

[android-developers] Waking the screen after PARTIAL_WAKE_LOCK

2011-10-10 Thread Pinheiro
I've done an app that must work in the background fetching messages from a web site that must never sleep. For that I'm using PARTIAL_WAKE_LOCK, let the screen turn off and wake it when there is a new message. Here's some code: -- public void onCreate(Bundle savedInstanceState) {

[android-developers] Re: Waking the screen after PARTIAL_WAKE_LOCK

2011-10-10 Thread Pinheiro
One more thing: FULL_WAKE_LOCK or FLAG_KEEP_SCREEN_ON should solve the problem but I don't want to use them because of effects on the battery. -- 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] Re: Waking the screen after PARTIAL_WAKE_LOCK

2011-10-10 Thread Mark Murphy
On Mon, Oct 10, 2011 at 10:02 AM, Pinheiro rui.c.pinhe...@gmail.com wrote: One more thing: FULL_WAKE_LOCK or FLAG_KEEP_SCREEN_ON should solve the problem but I don't want to use them because of effects on the battery. Huh? Your effects on the battery are already there with what you're trying

[android-developers] Re: textView Clears on Rotation

2011-10-10 Thread King Salamon
Excellent --this works! Thanks On Oct 10, 9:54 am, Kostya Vasilyev kmans...@gmail.com wrote: Setting android:freezesText=true in the layout XML forces a TextView to save its content. The view needs to have an ID as well. -- Kostya 10.10.2011 17:48,KingSalamonпишет: Thank you

[android-developers] Re: Waking the screen after PARTIAL_WAKE_LOCK

2011-10-10 Thread Pinheiro
Hi! Thanks for the answer. FULL_WAKE_LOCK or FLAG_KEEP_SCREEN_ON should solve the problem but I Huh? Your effects on the battery are already there with what you're Well, at least the screen is off and I don't have to make a screen saver (don't know if LCD burn-in is still a problem?) ;-)

[android-developers] Re: Smart Idea

2011-10-10 Thread Oli
How about an interactive tour guide system. Could be places of interest for tourism, or even just labelling departments in an academic institution. Scan the code and get taken to some video / multimedia guide on the target. I can see that sort of thing being quite cool for students on an open

Re: [android-developers] Re: Waking the screen after PARTIAL_WAKE_LOCK

2011-10-10 Thread Mark Murphy
On Mon, Oct 10, 2011 at 10:22 AM, Pinheiro rui.c.pinhe...@gmail.com wrote: specifically told Android not to turn the screen on, by using PARTIAL_WAKE_LOCK.  I want it to turn off automatically until a message is received or the user touches something.  As I said, reading the docs

[android-developers] Re: Can we 'include' a xml into another preference xml by file? and by jar(another package)?

2011-10-10 Thread Build account
First thank you for your reply. (Beside that my questions, I've been found some workaround and restrictions on adt env.) 1. Right...thank you for your reply. That was only way... but as far as we know that addPreferencesFromResource() is deprecated and some time I want to keep my source in an

[android-developers] Re: my left side not working

2011-10-10 Thread Oli
Made my day. On Oct 7, 5:08 pm, Dan Winsor dan.win...@gmail.com wrote: If your left side isn't working, you'll be all right... -- 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] time picker: soft keyboard problems: cannot read time

2011-10-10 Thread John Goche
Hello, I am having the following problem with the timepicker. When I use the plus and minus signs to update the time everything works fine but when I use the soft keyboard I cannot read the new value from the time picker. Basically the problem I am having is described here:

[android-developers] Re: Can check authority or situation whether installed as system app or market app?

2011-10-10 Thread Build account
Thank you for your advice which quick, simple and even clear. :) On Oct 8, 7:49 pm, Kostya Vasilyev kmans...@gmail.com wrote: https://groups.google.com/forum/#!topic/android-developers/0J0UF-MrBLY https://groups.google.com/forum/#%21topic/android-developers/0J0UF-MrBLY 08.10.2011 14:26, Build

Re: [android-developers] Re: Can we 'include' a xml into another preference xml by file? and by jar(another package)?

2011-10-10 Thread Mark Murphy
2011/10/10 Build account newandroi...@gmail.com: 1. Right...thank you for your reply. That was only way... but as far as we know that addPreferencesFromResource() is deprecated and some time I want to keep my source in an absolute path to maintain projects. In Android, deprecated means we

[android-developers] Re: Can NOT upload program on Windows 7

2011-10-10 Thread Heuristic
Of course this is to upload my apps to Android Market developer's program listing. After you update your program (app), you want to upload it to your program listing so that your users can upgrade the program. Somehow it does not work on my Windows 7 now. I indeed encountered many problems on

Re: [android-developers] Re: Can NOT upload program on Windows 7

2011-10-10 Thread Appaholics
Uh, what does the eclipse debugger have to do with uploading to the Android Market? And you can upload from Windows 7. I normally do it from my mac but I have done it from my windows desktop and it works perfectly. Is the market giving you any error in particular? Thanks On Mon, Oct 10, 2011

[android-developers] Re: time picker: soft keyboard problems: cannot read time

2011-10-10 Thread Studio LFP
Hey John, You've run into the focus bug (or feature) with the TimePicker. It doesn't update the time put in by a keyboard until it loses focus. Try tossing a TimePicker.clearFocus() in the mix somewhere. If you use it in a dialog, call it on the TimePicker view when you go to dismiss the

[android-developers] Re: Evil Minds

2011-10-10 Thread Dan Winsor
On Oct 10, 9:56 am, mostafa dia universalbeing1...@gmail.com wrote: *                                 Evil Minds   * Too long, didn't read. Could you send us an executive summary and get it down to 3 or 4 good bullet points? Thanks in advance. -- You received this message because you are

[android-developers] Re: Waking the screen after PARTIAL_WAKE_LOCK

2011-10-10 Thread Pinheiro
Not if you are using PARTIAL_WAKE_LOCK. You need a FULL_WAKE_LOCK. As the documentation states for ACQUIRE_CAUSES_WAKEUP:  Thanks but that doesn't solve my problem, I really, really want to turn the screen off after some time of inactivity and turn it on only after a message arrives or the user

Re: [android-developers] how to make a url get fitted to an android device screen

2011-10-10 Thread TreKing
On Sun, Oct 9, 2011 at 11:12 PM, Sivasankar K sivasanka...@greatinnovus.com wrote: I am able to reduce the page by zooming in manually. I want the entire page to get fitted to the screen by its own. http://developer.android.com/reference/android/webkit/WebView.html#zoomOut()

[android-developers] Re: Waking the screen after PARTIAL_WAKE_LOCK

2011-10-10 Thread Pinheiro
 Not if you are using PARTIAL_WAKE_LOCK. You need a FULL_WAKE_LOCK  Thanks but that doesn't solve my problem, I really, really want to turn the screen off after some time of inactivity and turn it on only after a message arrives or the user touches the screen or button. Update: PARTIAL_WAKE_LOCK

Re: [android-developers] Re: Waking the screen after PARTIAL_WAKE_LOCK

2011-10-10 Thread Mark Murphy
On Mon, Oct 10, 2011 at 11:04 AM, Pinheiro rui.c.pinhe...@gmail.com wrote: Not if you are using PARTIAL_WAKE_LOCK. You need a FULL_WAKE_LOCK. As the documentation states for ACQUIRE_CAUSES_WAKEUP:  Thanks but that doesn't solve my problem, I really, really want to turn the screen off after

[android-developers] Re: How to display search button in actionbar on tablet (app minSdk = 8)

2011-10-10 Thread Jean-Michel
This is proving much harder than I thought... Basically, in order to show a search item in the action bar (or any item) I need to set showAsAction in my menu. In order to do that, I need to build with SDK = 11. If I build with SDK =11, I am at risk of including some code that will fail badly on

Re: [android-developers] Re: How to display search button in actionbar on tablet (app minSdk = 8)

2011-10-10 Thread Kostya Vasilyev
Probably the easiest thing you can do is... ... before making a release build, switch the build target back to 2.2 (or what have you), temporarily, and inspect the build errors. -- Kostya 10.10.2011 19:15, Jean-Michel пишет: If I build with SDK=11, I am at risk of including some code that

Re: [android-developers] Re: How to display search button in actionbar on tablet (app minSdk = 8)

2011-10-10 Thread Mark Murphy
On Mon, Oct 10, 2011 at 11:15 AM, Jean-Michel jeanmichel.caz...@gmail.com wrote: If I build with SDK =11, I am at risk of including some code that will fail badly on SDK 8 to 10 devices... Hence, you need to test your app on older devices/emulators. Do not write production code without writing

Re: [android-developers] close application

2011-10-10 Thread TreKing
On Mon, Oct 10, 2011 at 1:24 AM, venugopal reddy venugopal.re...@tspl.comwrote: My requirement is , If I close the Emulator browser , automatically that application should be close.. How can I? Elaborate.

Re: [android-developers] Using drawable resources efficiently

2011-10-10 Thread Studio LFP
I don't think this works for a ListView when using setBackgroundDrawable(). At least I've not gotten it to work when calling mutate() at every point possible. Is there a trick to get this to work? I didn't load mine from XML, but created it programmatically. Here are the times I called it

Re: [android-developers] Re: time picker: soft keyboard problems: cannot read time

2011-10-10 Thread John Goche
Thanks Studio! Your solution seems to have worked. John Goche On Mon, Oct 10, 2011 at 4:52 PM, Studio LFP studio@gmail.com wrote: Hey John, You've run into the focus bug (or feature) with the TimePicker. It doesn't update the time put in by a keyboard until it loses focus. Try

Re: [android-developers] close application

2011-10-10 Thread John Goche
I think the poster means that sometimes when the application exits it is still running. The solution is to open the Settings application and go to Applications - Manage Applications - Force Stop. I don't know of a way an application can request it be completely dropped from memory when a user

[android-developers] ghost presses phone and emulator buttons :p

2011-10-10 Thread John Goche
Hello, This may sound funny, but sometimes when I run my application it is as though a ghost is pressing the buttons on the screen launching intents and what not. I'm not sure there is anything that can be done about it, but I thought it would be worth asking if anyone else has seen anything like

Re: [android-developers] ghost presses phone and emulator buttons :p

2011-10-10 Thread Appaholics
It could be that the Intents are from background services and tasks from other apps. Filter it by Process ID to see only your app. Thanks On Mon, Oct 10, 2011 at 10:05 PM, John Goche johngoch...@googlemail.comwrote: Hello, This may sound funny, but sometimes when I run my application it is

Re: [android-developers] ghost presses phone and emulator buttons :p

2011-10-10 Thread John Goche
On Mon, Oct 10, 2011 at 6:37 PM, Appaholics raghavs...@appaholics.inwrote: It could be that the Intents are from background services and tasks from other apps. Filter it by Process ID to see only your app. Sorry, not sure I understand. Filter what by process ID, my application presumably, but

Re: [android-developers] Using drawable resources efficiently

2011-10-10 Thread Studio LFP
After additional testing, I've confirmed that the mutate() option doesn't allow the use of one Drawable on multiple view under the following conditions unless there is a trick to it that I'm missing. 1. Using a CursorAdapter with a ListView (Using newView and bindView, haven't tried with

[android-developers] Buffer issues with the Droid Bionic?

2011-10-10 Thread Nathan
Based on some stack traces I've seen, it appears that the Droid Bionic is having the same problem we've seen in the HTC Thunderbolt in the past - that of using a 2 megabyte buffer by default on HttpClient. The failures are happening in a third party library that isn't open source, but I can

[android-developers] Re: Scenario where initLoader() does not call onLoadFinished()

2011-10-10 Thread Jeremy Drake
This sounds suspiciously like the issue I am having http://groups.google.com/group/android-developers/browse_thread/thread/ca3a0c174d284263 I was able to reproduce the bug with pushing a new activity in my own app, which uses an AsyncTaskLoader instead of a CursorLoader. Hopefully somebody

[android-developers] ErrorMessageHandler.handleMessage(-1) to start camera

2011-10-10 Thread ecspertiza
Hi all, I use code Intent intent = new Intent(android.media.action.IMAGE_CAPTURE); startActivityForResult(intent, 0); to start standart camera. Standart camera run and i get message ErrorMessageHandler.handleMessage(-1). what wrong ? -- You received this message because you are subscribed to

[android-developers] customizing timepicker appearance

2011-10-10 Thread John Goche
Hello, Is there a way to customize the appearance of the time picker without having to write your own widget instead? I would like to use drawables to do so. The following site shows how the timepicker constituents are drawables of some sort but does not go about telling whether you can use your

Re: [android-developers] ErrorMessageHandler.handleMessage(-1) to start camera

2011-10-10 Thread metin ögtem
Check for Camera runnig correctly 2011/10/10, ecspertiza ecspert...@gmail.com: Hi all, I use code Intent intent = new Intent(android.media.action.IMAGE_CAPTURE); startActivityForResult(intent, 0); to start standart camera. Standart camera run and i get message

[android-developers] HTTP Request Handler

2011-10-10 Thread Sunil Mishra
Can any one please provide me an example of HTTP Request Handler. Please its urgent. -- 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] close application

2011-10-10 Thread metin ögtem
why you want that ?? And i think you must get live applications..And you must write service or likte that thing 2011/10/10, TreKing treking...@gmail.com: On Mon, Oct 10, 2011 at 1:24 AM, venugopal reddy venugopal.re...@tspl.comwrote: My requirement is , If I close the Emulator browser ,

Re: [android-developers] ErrorMessageHandler.handleMessage(-1) to start camera

2011-10-10 Thread Антон Михайлов
if i runnig cam from menu, all running fine. 2011/10/10 metin ögtem android.develope...@gmail.com Check for Camera runnig correctly 2011/10/10, ecspertiza ecspert...@gmail.com: Hi all, I use code Intent intent = new Intent(android.media.action.IMAGE_CAPTURE);

Re: [android-developers] Re: Get GPS Location in a Broadcast Receiver.

2011-10-10 Thread metin ögtem
Maybe you want to use Service.. 2011/10/10, lbendlin l...@bendlin.us: Either make the location a global variable, or send it as an Extra in the broadcast. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] ErrorMessageHandler.handleMessage(-1) to start camera

2011-10-10 Thread metin ögtem
I think your code is wrong..You must use Intent.Extra .. 2011/10/10, Антон Михайлов ecspert...@gmail.com: if i runnig cam from menu, all running fine. 2011/10/10 metin ögtem android.develope...@gmail.com Check for Camera runnig correctly 2011/10/10, ecspertiza ecspert...@gmail.com: Hi

Re: [android-developers] HTTP Request Handler

2011-10-10 Thread metin ögtem
You must search in internet :) 2011/10/10, Sunil Mishra suniljmis...@gmail.com: Can any one please provide me an example of HTTP Request Handler. Please its urgent. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Downloads

2011-10-10 Thread metin ögtem
I think you only can get applications..You can get package names and when new one came you can do what you want..But browser downloading is not make sense 2011/10/10, b_t bartata...@gmail.com: Hi, Is there any way to get list of every downloads? It seems that DownloadManager returns downloads

Re: [android-developers] [SOLVED] Real Multi touch in Android - Going Open Source!!!

2011-10-10 Thread metin ögtem
Good..That applicatios uses in presentation 2011/10/10, swapnil kamble swap.kam...@gmail.com: Cool app. I just tried it, works awesome. Nice work Swapnil On Mon, Oct 10, 2011 at 2:08 PM, Asim asim.mit...@gmail.com wrote: Hey Everyone, I've been working on a project to improve android's

Re: [android-developers] Re: is this possible to start an app every 5mins

2011-10-10 Thread metin ögtem
Yes you can ..But it is not for good programmer..Google can close your accont 2011/10/10, Rikki rikki.a...@gmail.com: Use a service to launch your activities. Read http://developer.android.com/guide/topics/fundamentals/services.html for details. On Oct 10, 3:09 pm, GopalaKrishnan D

[android-developers] Uploading applications

2011-10-10 Thread J Handal
Once you've registered, it's easy to upload your application to Android Market. From the home screen of the Developer Consolehttp://market.android.com/publish, select Upload Applications. You'll be asked to fill in the following . Is very easy(if they save your cookies). I can't login ,the

[android-developers] Uploading applications

2011-10-10 Thread J Handal
Once you've registered, it's easy to upload your application to Android Market. From the home screen of the Developer Consolehttp://market.android.com/publish, select Upload Applications. You'll be asked to fill in the following . Is very easy(if they save your cookies). I can't login ,the

[android-developers] GL-related Crash on Xoom/Tab 10.1 requiring removal of battery or shell reboot?

2011-10-10 Thread Robert Green
Isn't this that really awful GL-related bug I've been talking about for nearly 2 years? I can't believe this still exists in honeycomb, worse yet that it's nearly unrecoverable to tablet users that can't remove their battery and don't have enough technical knowledge to use ADB.

Re: [android-developers] ErrorMessageHandler.handleMessage(-1) to start camera

2011-10-10 Thread Антон Михайлов
that ? Intent intent = new Intent(android.media.action.IMAGE_CAPTURE); intent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile(new File(/scard/tmp.jpg))); startActivityForResult(intent, 0); error message is also :) 2011/10/10 metin ögtem android.develope...@gmail.com I think your code is

[android-developers] Re: How to display search button in actionbar on tablet (app minSdk = 8)

2011-10-10 Thread Jean-Michel
I do fully agree with the process, but apparently, with these requirements (supporting x to honeycomb), we are cornered with using build targets *above* the minSdk level which is really begging for troubles. Google dropped the ball at the last hurdle. If the XML code for tablets (showAsAction,

[android-developers] Re: Drawing scaled bitmaps on a SurfaceView -- no antialiasing

2011-10-10 Thread ReDeeMer
try to draw a bitmap on your canvas using this paint: Paint paint = new Paint(); { paint.setAntiAlias(false); paint.setFilterBitmap(true); } Setting antialias to false seems weird. But surprisingly it works!! -- You received this message

Re: [android-developers] Uploading applications

2011-10-10 Thread metin ögtem
Maybe you try to connect wrong gmail adress.. 2011/10/10, J Handal jhand...@gmail.com: Once you've registered, it's easy to upload your application to Android Market. From the home screen of the Developer Consolehttp://market.android.com/publish, select Upload Applications. You'll be asked

Re: [android-developers] sending email automatically

2011-10-10 Thread metin ögtem
Android mail system requre Gmail or other authentication..That means some screnn pops up and show users to send mail to you.. 2011/10/10, rahul verma rahulsgonnar...@gmail.com: What is SMTP? On 10 Oct 2011 06:16, rahul verma rahulsgonnar...@gmail.com wrote: Yeah i too need to know that.

  1   2   >