Re: [android-developers] Detecting hardware button on Android mobile

2013-09-03 Thread Ash
I have a feeling what you mentioned is the case. I have implemented functions onKeyUp(...), onKeyDown(...). None of these functions get called when I press the PTT button. Unfortunately the phone is not rooted so there are not many options. Thanks for your input. On Monday, 2 September 2013 23

[android-developers] FLAG_VIRTUAL_HARD_KEY

2013-09-01 Thread Ash
Hi All, Has anyone got experience in creating virtual hard key area? How does on dedicate a hardware button to a virtual key area. I have a mobile phone from Runbo which has the following physical buttons - Vol up/down, camera, PTT (push-to-talk) button, SOS and ET. Plus it has the usual back,

Re: [android-developers] Detecting hardware button on Android mobile

2013-08-30 Thread Ash
t 3:00 PM, Jadranko Bodiroga < > jadrankobo...@gmail.com > wrote: > >> something like this maybe: if (event.getKeyCode() == KeyEvent. >> KEYCODE_POWER) {} >> >> >> >> On Fri, Aug 30, 2013 at 1:06 PM, Ash >wrote: >> >>> Hi All, >>> &g

[android-developers] Detecting hardware button on Android mobile

2013-08-30 Thread Ash
got any ideas on how to detect when the PTT button is pressed? Any advice or help will be much appreciated. Thanks Ash -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] Ash Pat

2013-07-20 Thread Ash Pat
http://cng.20e.in/kjskte/tfhwgu.pgtnthoqsmegmwrt -- -- 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+u

[android-developers] Webview - Embedding Video(or as an overlay) on custom screen area for rtsp live video streaming

2013-02-05 Thread Ash
erlink? 3. I could write my own rtsp video plugin to play video but I am not sure about integrating my plugin with Webview. There is no enough documentation available for doing so. Is it possible, how? Thanks Ash -- -- You received this message because you are subscribed to th

[android-developers] Re: problem regarding umount mmcblk0p14 on android jellybean

2012-11-25 Thread ash
: 20itable unused count: 0 <2>[8.549713] <3>[8.582855] Aborting journal on device mmcblk0p14-8. <2>[8.611114] EXT4-fs (mmcblk0p14): Remounting filesystem read-only ~ash On Saturday, 24 November 2012 22:22:28 UTC+5:30, ash wrote: > > Hi All, > > I

[android-developers] problem regarding umount mmcblk0p14 on android jellybean

2012-11-24 Thread ash
lem or which android service/daemon is using mmcblk0p14. Any help appreciated . Thanks in Advance Ash -- 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

[android-developers] Re: Native Code Coverage using gcov

2012-06-10 Thread Ash
I have also seen the same issue. I have not been able to retrieve any gcda file on my device either. Somebody knows how to get this thing working? Rgds Ashish On Thursday, November 10, 2011 9:12:15 PM UTC-8, AngelMex wrote: > > I've been trying to get Native Code coverage following the intructio

Re: [android-developers] ExpandableListView advice

2012-06-07 Thread Ash
Thanks for the feedback. I have done more research and optimized the code so that scrolling is lot smoother. On Friday, June 8, 2012 3:27:06 AM UTC+10, TreKing wrote: > > > as soon as I receive an item, I have to immediately add it, sort it and >> display it. >> > > Use a collection data structu

[android-developers] ExpandableListView advice

2012-06-07 Thread Ash
Hi All, Wondering if someone can advice me on the following issue I have with my application. My app (running on Android 2.2) has an expandable list view. It connects to a server and receives a number of items. Items can be none or in the range of 100's. I do not get a count of how many items

[android-developers] Re: App will not run after SDK and ADT plugin update

2012-04-12 Thread Ash
e your jars to "lib". > > Clean your project. > > Hope this helps. > On Apr 11, 2012 8:28 PM, "Ash" wrote: > > > > > > > > > Hi All, > > > This morning I updated the Android SDK tools to revision 18 and > > Android  SDK pla

[android-developers] Re: App will not run after SDK and ADT plugin update

2012-04-12 Thread Ash
Thanks a lot. The link was very useful. On Apr 12, 5:26 pm, opaQue wrote: > Check > thishttp://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-... > > On Apr 12, 4:19 am, Ash wrote: > > > > > > > > > Hi All, > > > This morning I

[android-developers] App will not run after SDK and ADT plugin update

2012-04-11 Thread Ash
Hi All, This morning I updated the Android SDK tools to revision 18 and Android SDK platform-tools to revision 11. Once the update was complete, eclipse started complaining that ADT needs to be updated to version 18 (installed version was 16). So I updated ADT aswell. After this updated, I find

[android-developers] Webview explicit page unload or stop previous page java script activities

2012-02-10 Thread Ash
ng in same pages from the server in less than 5 minutes. Thanks In Advance Ash -- 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, s

Re: [android-developers] Re: auto starting application after boot complete

2012-02-08 Thread Ash
First you need permission to disable the auto lock. Follow this example: http://www.androidsnippets.com/disable-initial-screen-lock Secondly you need to tap into the RECEIVE_BOOT_COMPLETED. Follow this example by Krzysztof Wolny http://stac

Re: [android-developers] AppWidgets Disappearing from list in ICS

2012-01-05 Thread Ash McConnell
ions would be welcome. All the best, Ash -- 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-develope

Re: [android-developers] AppWidgets Disappearing from list in ICS

2011-12-15 Thread Ash McConnell
He is using the default ICS (Galaxy Nexus) Launcher. -Ash -- 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

Re: [android-developers] AppWidgets Disappearing from list in ICS

2011-12-15 Thread Ash McConnell
used the launcher to crash when adding widgets? I've asked him which launcher he is using, but I suspect its the default Nexus launcher. I'll do some more googling armed with this extra info, but if it rings any bells with anyone please let me know :) All the best, Ash -- You receive

Re: [android-developers] AppWidgets Disappearing from list in ICS

2011-12-15 Thread Ash McConnell
Hi Kostya, Yep, it was a good suggestion, I just had forgotten that he had a Nexus and it didn't have external storage. I've asked him to try a reboot, hopefully that will help. Thanks again! Ash -- You received this message because you are subscribed to the Google Groups "And

Re: [android-developers] AppWidgets Disappearing from list in ICS

2011-12-15 Thread Ash McConnell
so he isn't accidentally uninstalling. I'm a bit stuck on this one. Thanks! Ash -- 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

Re: [android-developers] AppWidgets Disappearing from list in ICS

2011-12-14 Thread Ash McConnell
Ahhaaa, now that's a question to ask. Thanks Kostya, That sounds plausible! I'll ask now All the best, Ash -- 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

[android-developers] AppWidgets Disappearing from list in ICS

2011-12-14 Thread Ash McConnell
27;ve been googling, but haven't found anything similar. Any help appreciated! All the best, Ash -- 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 un

[android-developers] Scrolling Button Text

2011-12-13 Thread Ash
Hi All, Is it possible to have the button text scroll (left to right and vice versa) forever if the text is too long to fit in the width of the button? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] Modify framework-res.apk

2011-11-17 Thread Ash
Hello All, We need to modify some XML files in framework-res.apk. We have a rooted device. Has anyone done this before successfully? How much effort is it to download full source of Android and compiling it (Android Froyo). Any advice will be great. Thanks -- You received this message becau

Re: [android-developers] Hiding Android Home Screen

2011-11-05 Thread Ash
Hi Mark, How do you make the app as the default home screen? Is there some setting in the Manifest file? Can you please guide me. Maybe I am not putting the correct keywords in Google. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

[android-developers] Hiding Android Home Screen

2011-11-03 Thread Ash
Hi All, Is there a way to hide the Android home screen at boot up (e.g. put a black canvas / remove all icons and the lock buttons). We have developed an application for a rooted Android 2.2. The application starts automatically after Android is booted. However, there is small window before the

[android-developers] Programmatically installing APK question

2011-11-03 Thread Ash
Hi All, We have developed an application for a rooted Android 2.2. The application starts automatically after Android is booted and continues to run forever. There is no way for the user to exit the application (unless the app crashes for any reason). We are able to update the application usi

Re: [android-developers] ExpandableListView expand/collapse question

2011-11-01 Thread Ash
Hi Kostya, Thanks. That helped. The button clicks are definitely more responsive and I also avoid re-creating the view every second. I also have another issue related to ExpandableListView. Can you help? The issue is as follow: 1. I get a lot of information from a backend server (in the range o

Re: [android-developers] ExpandableListView expand/collapse question

2011-11-01 Thread Ash
The application that we are developing has 5 image buttons on the group view. Each image button is next to each other with some space between them. It is found that when we try to click on the image button the group view ends up expanding and it is not acceptable. Hence we have decided to decide

[android-developers] ExpandableListView expand/collapse question

2011-10-31 Thread Ash
Hi All, I have an imagebutton on the groupview of my expanlablelistview. I have modified the expandablelistview's ongroupclick to return true as I would like my imagebutton to control the expanding/collapsing of the group. My question is when I create the even handler for the imagebutton, how d

[android-developers] ExplandableListView and BaseExpandableListAdapter issue - App crashes when calling notifyDataSetChanged

2011-10-27 Thread Ash
Hello All, Can someone please advice me on how what is going wrong. My android app has an expandablelistview and an object (which extends BaseExpandableListAdapter) which is set as the adapter for the expandablelistview. The object is called logELA (see code snippet below). My application rece

[android-developers] Possible to get AppWidget Height?

2011-10-23 Thread Ash McConnell
not provide the same amount of space (even if you consider device independent pixels) as all units use dp. Therefore I need a way to determine the height of an AppWidget. Is there a way? Thanks for your help All the best, Ash -- You received this message because you are subscribed to t

[android-developers] Re: Android setImageUri not working with asset Uri

2011-10-05 Thread Ash McConnell
l the best, Ash -- 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+unsubscr...@googlegroups.com F

Re: [android-developers] Android Widget update problem

2011-09-26 Thread Ash McConnell
context, intent); if (intent.getAction().equals("MY_HANDLE_BUTTON_EVENT_NAME"){ doSomething(); } } I hope this helps! All the best, Ash -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: Android setImageUri not working with asset Uri

2011-09-26 Thread Ash McConnell
Hi Folks, I'm still having problems with this, does anyone know if it's possible? Thanks! Ash -- 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] Android setImageUri not working with asset Uri

2011-09-23 Thread Ash McConnell
getting a FileNotFoundException in the log: - 09-23 17:05:23.803: WARN/ImageView(23713): Unable to open content: file:///android_asset/background_numbers.png Any ideas what I could be doing wrong? Thanks! Ash -- You received this message because you are subscribed to the Google Group

[android-developers] Ideas for displaying vu meter (help with gradients)

2011-09-16 Thread Ash
Hi All, Wondering if you all can input your 2 cents. I am trying to learn more about Android graphics. I am trying to put a VU meter on my application. Don't worry about how the level readings are created and other backend aspects. I am more interested in learning how to present the the levels

Re: [android-developers] ExpandableListView Question

2011-09-13 Thread Ash
Well basically here is the breakdown: Time when operator clicks on button = 15:17:46:351 Time when the button on click function finishes = 15:17:46:414 Time when the final display was updated = 15:17:47:179 I found that all the time was spent in displaying the list view on the screen. Basically

Re: [android-developers] ExpandableListView Question

2011-09-13 Thread Ash
I hear you. Let me try that out. Thanks Ash -- 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-developer

Re: [android-developers] Re: auto starting application after boot complete

2011-09-13 Thread Ash
Thanks for the info. The change didn't make any difference, but I have learned about the priority parameter. Appreciate for your input. Cheers Ash -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

Re: [android-developers] ExpandableListView Question

2011-09-13 Thread Ash
well the expandablelistadapter already has all the contents which is loaded when onstart function is called. When the user clicks on the button, I simply set this adapter in the expandablelistview. So the only code line that is being executed is expandablelistview.setadapter(myadapter); Hence

[android-developers] Re: auto starting application after boot complete

2011-09-12 Thread Ash
That is what my guess is. -- 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+unsubscr...@googlegroups.com

[android-developers] Re: auto starting application after boot complete

2011-09-12 Thread Ash
I followed this example for my application so that it will automatically start after Android OS boots up. http://www.androidsnippets.com/autostart-an-application-at-bootup I am not sure how to automatically restart the device if it crashes for any reason. Cheers -- You received this message b

[android-developers] ExpandableListView Question

2011-09-12 Thread Ash
Hi All, In my application I have a ExpandableListView and x number of buttons. Each button when clicked presents a different list view. Some lists have a lot of items and thus there can be about 1/2-1 second delay before the items are displayed on the screen. When the button is clicked, I have

[android-developers] Re: auto starting application after boot complete

2011-09-12 Thread Ash
It does not matter which lock screen the OS is set to. The issue here is that there is a delay of about 1-2 seconds before my application gets notified that the boot sequence is completed and that delay is enough for the Android screen to be shown. My intention is that when the device is powere

Re: [android-developers] auto starting application after boot complete

2011-09-12 Thread Ash
No. Let me explain again. I have not modified the firmware. All I have done is registered my app to receive a broadcast message once the system boot up is complete. When I receive this message, my application auto-starts in full-screen mode. The issue is that there is a 1-2 second window whereb

[android-developers] auto starting application after boot complete

2011-09-12 Thread Ash
Hi All, I have currently got my application to automatically start after boot is completed. This process is working fine. However, before the application starts, there is about a 1-2 second window in which you can see the main Android screen (with the unlock slider button). Is there a way I ca

Re: [android-developers] HorizontalScrollView Question

2011-09-02 Thread Ash
Hi, I have a imagebutton (left arrow), a horizontal scrollview and another image button (right arrow). These are placed next to each other. When user clicks on the left/right arrow, I scroll the horizontal scroll view using code. What I want to do is detect that the scrollview has reached either

[android-developers] Re: HorizontalScrollView Question

2011-09-01 Thread Ash
James, It would be useful if you can provide more information. If there is no way to detect that the horizontalscrollview has reached either end then please say so. Cheers -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this g

[android-developers] HorizontalScrollView Question

2011-09-01 Thread Ash
Hi All, How do we detect that the horizontalscrollview has reached the end? I have 2 buttons on either side of the horizontal scroll view which I would like to hide if not required. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] Question about Relative Layout

2011-09-01 Thread Ash
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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

[android-developers] Question about Relative Layout

2011-09-01 Thread Ash
Hello All, I am trying to add a HorizontalScrollView to my layout with a left and right arrow image button on either side of the HorizontalScrollView. How can I specify the android:layout_xxx parameter so that I have the left arrow image button at the left, the right arrow image button at the r

[android-developers] Re: How to Reset the ColorFilter of a RemoteView in an AppWidget

2011-08-30 Thread Ash McConnell
Aha, figured it out: - Setting the ColorFilter to 0 will clear the filter:- views.setInt(iconResource, "setColorFilter", 0); Hope this helps All the best, Ash -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] How to Reset the ColorFilter of a RemoteView in an AppWidget

2011-08-30 Thread Ash McConnell
olorFilter", -1); Any ideas what I could do to reset this? Thanks! All the best, Ash -- 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

[android-developers] Re: Is it possible to give gradient effect using code?

2011-08-29 Thread Ash
Thanks for sharing the sample code. Wonderful. What about giving corners to the default Android button. At present I have an xml file which does this I am trying to get rid of the XML file and do everything using code. Please let me know if this is possible. -- You re

[android-developers] Question about Table Row filled with buttons

2011-08-25 Thread Ash
Hi All, I have a table layout defined in my XML file. At run-time, I dynamically create rows and add buttons to them. Lets say I have 1 row with 5 buttons with some text. I am facing with 2 issues: 1. There are some buttons whose text is slightly longer and thus the text wraps on the button. Th

[android-developers] Is it possible to give gradient effect using code?

2011-08-25 Thread Ash
Currently I have an XML file which sets the gradient of the button background. Is it possible to achieve the following using code? If yes, can someone please give me a sample? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: Updating UI from external

2011-08-25 Thread Ash
Hi Matthew, Thanks for the sample code. I will definitely try this out. Cheers -- 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 em

Re: [android-developers] Question about Button

2011-08-22 Thread Ash
OK. Will create another image. How do I then apply this image at code level. Are you able to give me an example? Appreciate your help. 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-deve

[android-developers] Question about Button

2011-08-22 Thread Ash
Hi All, Wondering if anyone can advice me on the following. I wish to create a button which will allow me to have: 1. a color when the button is disabled 2. a color when the button is enabled but idle 3. a color when the button is enabled and pressed 4. a border which will change color upon some

[android-developers] Updating button background not working In Table Row

2011-08-21 Thread Ash
Hi All, I have a Table layout defined in my activity XML. Via code I add rows and buttons to this table layout. When I click on the button I wish to change the background color of the button, but it is not happening. The logic I have to update the background color works if I use Gridview in co

Re: [android-developers] Updating UI from external

2011-08-20 Thread Ash
Wonderful. Thanks a lot for your prompt and detailed replies. I appreciate your help. I seem to have achieved what I was after (for now initial testing has given me enough confidence to move forward). Thanks again Mark. -- You received this message because you are subscribed to the Google Gr

Re: [android-developers] Updating UI from external

2011-08-20 Thread Ash
Assuming runOnUIThread is equivalent to AsyncTasks http://developer.android.com/reference/android/os/AsyncTask.html -- 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] Updating UI from external

2011-08-20 Thread Ash
Hi Mark, Thanks for the prompt reply. The onConnect and onDisconnect method will be called by background threads (running in the third party library). Hence I will have to take the runOnUIThread approach. I will try to look for examples in this. If you know of any site that gives an example o

[android-developers] Updating UI from external

2011-08-20 Thread Ash
Hi All, I realize that this question of mine has already been asked before (probably not in the same context but similar). However, even after reading a number of forum threads and looking at online examples, I am still not clear. I hope one of you can guide me. Here is the issue that I am fac

[android-developers] Re: Android 2.2 and 7 inch development

2011-08-19 Thread Ash
Just had to read the information on SDK online. In case someone else runs in to this issue, you need to have the following in AndroidManifest.xml from http://developer.android.com/guide/topics/manifest/supports-screens-element.html -- You received this message because you are subscribe

[android-developers] Setting Auto-sync ( setMasterSyncAutomatically )

2011-08-18 Thread Ash McConnell
achieve? public static void setMasterSyncAutomatically (boolean sync)Is it useful to be able to set / unset this? Thanks for your help! All the best, Ash -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Android 2.2 and 7 inch development

2011-08-16 Thread Ash
Hi All, I have the following TechNexion development boards (with 7 inch panel) http://www.technexion.com/index.php/development-kits/tsunamipack It is running Android 2.2. We are developing a front end. The issue I am having is that no matter what I do I am not able to get the display to fully u

[android-developers] Offsetting position of a View in a AppWidget

2011-08-16 Thread Ash McConnell
views.setInt(R.id.iconMarginTop, "setMinimumHeight", offset); it also complained that it wasn't supported with RemoteViews Any ideas what I could do to acheive this offset? Thanks for your help! All the best, Ash -- You received this message because you are subscribed to the Google Group

[android-developers] Re: App Widget stops responding to input after all instances are removed and another added

2011-08-03 Thread Ash McConnell
Hope this helps some googlers! All the best, Ash -- 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

[android-developers] Re: App Widget stops responding to input after all instances are removed and another added

2011-08-03 Thread Ash McConnell
Action code is definitely called. Could it be something to do with the context that is passed in? Any pointers would be appreciated. Thanks for your help All the best, Ash -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] App Widget stops responding to input after all instances are removed and another added

2011-08-02 Thread Ash McConnell
This only happens when I remove *ALL* instances and add one. If I add 2, remove 1 and add 1 it still works. It is still receiving and reacting to events (such as wifi status changing or battery events). Any ideas what could be causing this? Thanks! Ash -- You received this message becau

Re: [android-developers] Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2011-08-02 Thread Ash McConnell
It's because Android implemented Java.io.File and didn't include File.setReadable until API 9 (I am using API 8) -- 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 un

Re: [android-developers] Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2011-08-02 Thread Ash McConnell
Odd that File.setReadable doesn't seem to be available on my JDK installation (the latest version of 1.6) -- 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 unsubscri

Re: [android-developers] Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2011-08-01 Thread Ash McConnell
s like overkill. I'll do some more googling. Thanks again for the help, I was worried that this problem might have been a show-stopper. Ash -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

Re: [android-developers] Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2011-08-01 Thread Ash McConnell
Ah ok, I copy the files over into the skins directory in my configuration activity. I currently use normal java.io.FileOutputStream objects, should I be using context.openFileOutput with MODE_WORLD_READABLE

Re: [android-developers] Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2011-08-01 Thread Ash McConnell
from a widget (actually a private service class within the widget)? Thanks again for your help All the best, Ash -- 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

Re: [android-developers] Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2011-08-01 Thread Ash McConnell
ehow? What are the other methods to push a bitmap into a widget? Anything I could search for? Thanks for your help! All the best, Ash -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2011-08-01 Thread Ash McConnell
t a single instance contains too many updates. All the best, Ash -- 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 t

[android-developers] Re: Possible to use OpenGL in both C++ and Java?

2011-05-16 Thread Ash McConnell
ly earlier, but thanks for your help All the best, Ash On Apr 26, 4:51 am, Nightwolf wrote: > Calling native functions for rendering from > GLSurfaceView.onDrawFrame() works. > Texture loading goes to onSurfaceCreated(). > > On Apr 23, 4:54 pm, AshMcConnell wrote: > > > >

[android-developers] Possible to use OpenGL in both C++ and Java?

2011-04-25 Thread Ash McConnell
ur help All the best, Ash -- 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+unsubscr...@goo

Re: [android-developers] Edit Incoming Call Activity

2011-03-22 Thread Ash Pat
Thank you! I'll look around how to do it. On Tue, Mar 22, 2011 at 6:51 PM, TreKing wrote: > On Tue, Mar 22, 2011 at 6:39 PM, Ash wrote: > >> Is it possible to add a new button to the existing incoming call screen? >> > > Sure. Build your own version of the firmwar

[android-developers] Edit Incoming Call Activity

2011-03-22 Thread Ash
Is it possible to add a new button to the existing incoming call screen? I want to add a button to the existing incoming call screen (along with Answer and Reject buttons) that will launch my application. Should I create a new activity or can I modify the existing incoming call activity? -- You r

[android-developers] Add a new button to incoming call screen

2011-03-18 Thread Ash
Is it possible to edit the existing incoming call screen? I would like to add another button(say Send SMS) in addition to the answer and reject buttons. If its possible, can someone please let know how I can get started? -- You received this message because you are subscribed to the Google Groups

[android-developers] Simultaneous existence of Wi-Fi Service and Cellular Call Service(Call only)

2011-02-20 Thread Ash
-Fi Service and Cellular Call Service (Phone Call only) co-exist (in running state)? Thanks In Advance Ash -- 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@googlegro

[android-developers] Re: Need help for Bluetooth Opp transfer broadcast messages

2011-01-14 Thread Ash
This is the code you are looking for. Browse through the code try to figure-out which all events are useful for you. http://codesearch.google.com/codesearch/p?hl=en#wr7bgCAJgcM/trunk/eclair/packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppNotification.java&q=android%20bluetooth%

[android-developers] Re: Need help for Bluetooth Opp transfer broadcast messages

2011-01-14 Thread Ash
This is the code you are looking for. Browse through the code try to figure-out which all events are useful for you. http://codesearch.google.com/codesearch/p?hl=en#wr7bgCAJgcM/trunk/eclair/packages/apps/Bluetooth/src/com/android/bluetooth/opp/BluetoothOppNotification.java&q=android%20bluetooth%

[android-developers] Re: Bluetooth SPP control signals (DTR, DSR, RTS, CTS)

2010-11-23 Thread Ash
I think you get most of the answers from this place: http://developer.android.com/guide/topics/wireless/bluetooth.html This gives you complete over view of Bluetooth Architeture in Android and how to write App on it. -- Ash On Nov 22, 8:29 am, Troy wrote: > I would like to remotely reprog

[android-developers] RemoteService and RemoteServiceBinding - Different package (apk) - Problem

2009-12-08 Thread Ash
Client app) is received null in Service app. I have confirmed that mCallback (object passed) is not null. I couldn't observe any error in logs. What could be the problem? Thanks in advance Ash # Client app - code # private IRemoteServiceCallback mCal

[android-developers] Re: Saving service killing without "startForeground"

2009-11-23 Thread Ash
good thing is that I learned a lot of new concepts and APIs in the process of fixing this problem. Thanks Everyone!! Ash On Nov 23, 7:19 pm, Ash wrote: > Hi!! > > First of all I am extremely sorry for not providing the logs. (Kindly > the find the logs below) > > Let me

[android-developers] Re: Saving service killing without "startForeground"

2009-11-23 Thread Ash
with this fix I could not run it successfully next time. I am now clueless about the crash. Kindly provide some directions. Thanks in advance Ash Package Name: com.mycompany.voip Logcat –b event

[android-developers] Re: Saving service killing without "startForeground"

2009-11-21 Thread Ash
its only one service in the process. Thanks in advance Ash On Nov 20, 1:52 pm, Ash wrote: > Hi!!, > > I am running a background Android Service as VoIP Framework which > provides different VoIP services to different Android applications, > (VoIP call, Video Call, etc). The service est

[android-developers] Saving service killing without "startForeground"

2009-11-20 Thread Ash
system. I have tried using setForeground which improves the behavior a bit but still gets killed mid-way. I am working with old version 1.5 r3 of SDK and hence, cannot use "startForeground". Is there a way out or another alternative available with SDK 1.5 r3? Thanks in advance, Ash -- Yo

[android-developers] Please Suggest, Where can we buy Android phones.

2009-11-13 Thread Ash
We need to buy some phones for android development for our university. As it is not for personal use and only for android development for students we prefer NO service plan or two year contract. We plan to buy few Motorola Droid and HTC G1 initially and other android phones in near future. Can you

[android-developers] Re: Please help me to choose Android Phones (For Android development)

2009-11-10 Thread Ash
tudents for all aspects of Android > > and mobile development, there's really no choice but the Motorola Droid, > > because of it's: > > > * WVGA screen > > * Terrific hardware accelerated OpenGL > > * Android 2.0 > > * Hardware keyboard > >

[android-developers] Please help me to choose Android Phones (For Android development)

2009-11-09 Thread Ash
I'm new to android development. We need to buy around 20 phones for android development for our university. Please share your views and comments on the phone you think is good for Android development. Thank You -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: Creating new Parceables

2009-11-03 Thread Ash
I am facing the same issue, is the fix available in cupcake 1.5? Or can I get the source code for just fixing this? Thanks & Regards, Ash On Mar 4 2008, 10:48 pm, hackbod wrote: > It will be fixed, but I'm not sure when it will appear in the SDK. > > On Mar 4, 4:11

[android-developers] Modular packaging - Queries

2009-10-21 Thread Ash
cation (SA)-> \external\SA\src\com\app1\SA service-user applications (SUA) -> \packages\apps\SUA\src\com\app2\SUA Thanks Ash --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" gr

[android-developers] DVM instance creation - A new process creation at runtime

2009-10-13 Thread Ash
help. Thanks Ash --~--~-~--~~~---~--~~ 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, sen

  1   2   >