[android-developers] App is crashing because of android.os.FileUriExposedException

2021-01-16 Thread Mohammad Sajib Al Seraj
The app is crashing when I'm trying to open a file. I found the log android.os.FileUriExposedException: file:///storage/emulated/0/test.txt exposed beyond app through Intent.getData() I know the solution of this problem. I fixed in the newer version of the app. For new version of app, I used

Re: [android-developers] Re: Error:Execution failed for task directoryPicker:processReleaseResources

2017-08-10 Thread Husain Al-Haboubi
I have no idea what you're saying! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this group,

[android-developers] Re: Error:Execution failed for task directoryPicker:processReleaseResources

2017-08-08 Thread Husain Al-Haboubi
Anyone? On Tuesday, August 8, 2017 at 11:35:34 AM UTC-5, Husain Al-Haboubi wrote: > > Hello developers, > > I am having a problem lately with Android Studio ever since I updated to > 2.3.3. I have searched all the forums for possible solutions. Some say I > need to open

[android-developers] Error:Execution failed for task directoryPicker:processReleaseResources

2017-08-08 Thread Husain Al-Haboubi
Hello developers, I am having a problem lately with Android Studio ever since I updated to 2.3.3. I have searched all the forums for possible solutions. Some say I need to open Android Studio in Administration Mode, others say that I just need to clean the project once! The error occurs when I

[android-developers] Eye Blink detection

2016-01-31 Thread sarmad mueen abd al mushyb
Hi I'm trying to do an app for blink detection , I'm a beginner in android . How this can de done in android ? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send

[android-developers] RTL Languages in Android studio

2015-11-30 Thread Ammar Al-kawaldeh
Hello , Android studio is support writing in RTL languages such as Arabic but the problem is appear in the attached photo . Look at the (//) Its in the wrong place when I write an RTL language comment > Is there any way to make it better ? -- You received this message because you are subscribe

[android-developers] Re: Who decided the new SMS API in 4.4 was a good thing!??

2013-11-10 Thread al
I clearly understand your frustration. And I may not have the right to say something about this since I don't use the SMS API. On the other hand, let me try to take on the users hat: You certainly know that some users have to pay for each SMS, typically significantly more than to transfer a simi

[android-developers] Re: Android developer registration with Neteller

2013-10-21 Thread Syed Rakib Al Hasan
anyone with knowledge on this? I am about to do the same as well. On Sunday, May 20, 2012 4:36:12 PM UTC+6, Balint wrote: > > Hello everyone, > > I tried to register as an android developer with my Neteller card, but > Google asks for the Bank code and my bank account number. I am > registered

[android-developers] Re: Android USB problems

2013-09-21 Thread al
Probably not with the official usb api. I'm not sure if a port of libusb or something on that level may help. Am Freitag, 20. September 2013 16:03:20 UTC+2 schrieb eli: > > How do I get an app to read data from a USB barcode reader if the > usbManager can't even detect that its there. > > On Thu

[android-developers] Re: Android USB problems

2013-09-19 Thread al
Some device types (like a usb mouse) apparently are handled on system level and are not exposed to apps. Since different Android devices support different usb devices (e.g. usb storage, usb speakers, ...), some types of usb devices may be visible on some android devices only... Am Donnerstag,

[android-developers] Re: When to close db connection on android?

2013-08-16 Thread al
http://stackoverflow.com/questions/4547461/closing-the-database-in-a-contentprovider https://groups.google.com/forum/#!msg/android-developers/NwDRpHUXt0U/jIam4Q8-cqQJ Am Dienstag, 21. Juni 2011 11:29:52 UTC+2 schrieb Jay: > > Hi, > > I am new to Android and I am looking at the Notepad Tutorial sam

[android-developers] Re: USBConnection: bulkTransfer OUT => after sending 10-15 x Data's every 4 seconds = USB is disconnected, every time.

2013-07-08 Thread al
You may be missing a call to UsbDeviceConnection.claimInterface(). Am Donnerstag, 4. Juli 2013 05:44:51 UTC+2 schrieb AndroidYourself: > > I have a problem, I've connected an USB CSR BT Dongle to my Acer A210 > Android Device and all is working fine, I can receive endless data without > problem

[android-developers] Re: Some tablets marked as Incompatible in Play Store, but not in Developer Console

2013-05-23 Thread al
Funny, you seem to ask for help but don't want to try the suggestions insisting it's Googles problem and thinking they would solve it... Looking at your manifest, I think there may be problems regarding screen compatibility mode. See http://developer.android.com/guide/practices/screen-compat-mo

[android-developers] Re: scrollTo not working on Samsung Galaxy browser

2013-03-12 Thread al
Have the same problem, still didnt find a solution:( On Monday, September 12, 2011 9:17:50 AM UTC+4, archana wrote: > > We use JQuery plaugin 'scrollTo' to navigate to different parts of a > big document, or for navigating using thumbnails. > Although 'scrollTo' works fine on all desktop browser

[android-developers] Re: Google Checkout spreadsheets and currency - how to convert all to U.S.?

2013-03-08 Thread al
The payout reports have 2 columns called "Merchant Currency" and "Merchant Receives". The sales reports seem to be preliminary. It should be sufficient to use a simple script to convert the "Charged Amount" column. Personally, I use this currency converter class for as part of my own script: h

Re: [android-developers] USB host

2013-03-01 Thread al
issue may be the usb.host permission. >> Do you now if i'm missing something? >> >> On Thursday, February 28, 2013 10:34:54 AM UTC, al wrote: >>> >>> I would first check the hardware/cable etc. e.g. with the app "USB >>> Device Info"

Re: [android-developers] USB host

2013-02-28 Thread al
I would first check the hardware/cable etc. e.g. with the app "USB Device Info" https://play.google.com/store/apps/details?id=aws.apps.usbDeviceEnumerator If you can see your device in the android tab, then you are right and it's a software issue. I'm not sure about the device_filter.xml. Do

[android-developers] Re: Different sets of widgets for pre-3.0 and post-3.0 devices?

2013-02-19 Thread al
You can "statically" configure this: In AndroidManifest.xml for the widget receivers add: ... ... Then define the booleans depending on the versions: In values/bool.xml false true values-v11/bool.xml true false I have an app in the play store using this approach. I'm not awa

[android-developers] Re: Any USB-Serial Adapter on Android Phones?

2013-01-16 Thread al
+1 schrieb al: > > I would use something like the app "USB Device Info" ( > https://play.google.com/store/apps/details?id=aws.apps.usbDeviceEnumerator) > to see if it is accessible via the USB host api ( > http://developer.android.com/guide/topics/connectivity/usb/host.ht

[android-developers] Re: Any USB-Serial Adapter on Android Phones?

2013-01-16 Thread al
I would use something like the app "USB Device Info" (https://play.google.com/store/apps/details?id=aws.apps.usbDeviceEnumerator) to see if it is accessible via the USB host api (http://developer.android.com/guide/topics/connectivity/usb/host.html)... -- You received this message because you

Re: [android-developers] Disclaimer in Android Developer Console for Google Play Market

2012-11-28 Thread al
Apparently, yes. See for example https://play.google.com/store/apps/details?id=com.anydo There's a small link "Privacy Policy" below the description which leads to a page on the any do website. However, if your goal is to include a legal disclaimer or something like "Allgemeine Geschäftsbedin

[android-developers] AppData Folder - How to recreate it

2012-11-20 Thread Al
Hello, I have deleted the C:\Users\\*AppData*\Local\Android\ android-sdk deletefolder. Even when I re-install the Android SDK, it does not recreate. How can I make a complete fresh installation and have that folder back with all its contents again? As IDE I am using Sybase unwired Platform.

Re: [android-developers] Is the 'back' button still kosher?

2012-11-03 Thread al
I disagree with latimerius and his aversion for the android features. Yes, android significantly changed from version 2 to 3/4 and yes, this causes significant work for developers. However, there was a reason: to expand the "android way" to tablets. Avoiding the platform just guarantees that you

[android-developers] Re: Nexus 7 USB Host - Not able to enumerate device

2012-10-29 Thread al
HI, first: USB-Host including the USB-Host api works for me on the Nexus 7 - no root required. You could try an app like "USB Device Info" to validate your hardware setup (usb adapter etc.). I have setup intents and filters, but I also assume they are not necessary if you scan for devices you

[android-developers] Re: Java SE

2012-10-22 Thread al
http://www.oracle.com/technetwork/java/javase/downloads/jdk7u9-downloads-1859576.html Am Donnerstag, 18. Oktober 2012 16:36:34 UTC+2 schrieb Alana Weaver: > > Hi I've downloaded Android SDK but the Java jdk wasn't apart of Android > SDK download? Where can I find Java SE that's compatible windows

[android-developers] Re: Difference between Android and Linux Kernel ?

2012-10-18 Thread al
Yes, the Android linux kernel has been modified. Android uses the "bionic" c lib. Your test results look like you are comparing apples and oranges. E.g. do you use the same hardware for the test? If so, you need to use Android-x86 or something similar which may not be optimized (drivers etc.) f

[android-developers] Re: Does Nexus 7 support USB Host Mode ?

2012-10-17 Thread al
I have several apps in the market (Opus #1 Pro, Grand Piano Pro, Keyboard Sounds) that use USB Host/OTG to connect to midi/usb adapters. They work with my Nexus 7 with both Android 4.1.1 and 4.1.2. I use the originial Samsung OTG adapter (ET-R205UBE). That said, USB Host/OTG support in Android

[android-developers] Re: USB to PC connection

2012-10-07 Thread al
I think, you may use port forwarding via adb. This link might be a start http://qtcstation.com/2011/03/connecting-android-to-the-pc-over-usb/ Am Mittwoch, 3. Oktober 2012 12:33:09 UTC+2 schrieb Jasper Horn: > > Hi Al, > > You make an interesting point. I was intending to use

[android-developers] Re: Google has received a subpoena seeking information related to Android applications

2012-10-05 Thread al
Since all answers seem to indicate the opposite: I got the mail but never send a DMCA notice. Am Dienstag, 2. Oktober 2012 22:54:30 UTC+2 schrieb Ian: > > So it seems to be rather good news, isn't it? The FBI is hunting down > pirate sites... > Did those who received this email ever made DMCA co

[android-developers] Re: USB to PC connection

2012-10-01 Thread al
Getting cryptography right is non-trivial. So take this with caution. As I understand it, you want to generate a key pair on each side and exchange the public keys. That can be done easily via wifi too since you only exchange _public_ keys. The problem is to be sure you got the right ones (i.e.

[android-developers] how i can create chat application

2012-08-22 Thread Osama Al-zouby
dear all i have vBulletin forum and i install chat for my member. i want to create an appliction for chat only. any idea to start with this app. the chat i have http://www.vbulletin.org/forum/showthread.php?t=159654 -- You received this message because you are subscribed to the Google Groups

[android-developers] [In-app Billing] Test app always getting error [DF-BPA-13]

2012-07-25 Thread AL Garcia
result is always the same. I've looked for answers and they all claim to wipe the device´s cache, and Google Play cache as well, but that didn´t help. Does anybody know what may be wrong or what else I can try? Regards. Al. -- You received this message because you are subscribed to th

[android-developers] Re: list_selector_background_focused.9.png missing in ldpi

2012-06-23 Thread al
From http://developer.android.com/training/basics/supporting-devices/screens.html *Note:* Low-density (ldpi) resources aren’t always necessary. When you provide hdpi assets, the system scales them down by one half to properly fit ldpi screens Am Donnerstag, 21. Juni 2012 21:33:14 UTC+2 schrie

Re: [android-developers] Java 1.7

2012-06-14 Thread al
Didn't the lawsuit go well for Google? As far as I know, the judgment was that language syntax and api cannot be patented. Of course, implementing the new library would be quite some effort. But supporting the new java syntax should not be such an effort. As far as I know, on bytecode level onl

Re: [android-developers] Problem refreshing a fragment edittext view from a dialogFragment after rotation

2012-06-07 Thread al
of Fragment being passed. > 2- in one target fragment i will need, i have two edittexts in the same > fragment so the DateTimePickerDialogFragment must somehow point to the > correct edittext > > regards, > > > On Wednesday, June 6, 2012 2:16:42 PM UTC+1, Bluemercury wrote:

Re: [android-developers] Problem refreshing a fragment edittext view from a dialogFragment after rotation

2012-06-06 Thread al
ot; in the activity to link the fragments. Android will then take care of that reference. In the dialogFragment you can then pass the new value like "((MyFragmentClass)getTargetFragment()).setDateTimeField(curDateTime()). Am Dienstag, 5. Juni 2012 17:32:09 UTC+2 schrieb Bluemercury: > > Hi

[android-developers] Re: Is JDK1.7 supported now?

2012-06-05 Thread al
12 16:28:33 UTC+2 schrieb al: > > My first thought was: there are probably new bytecodes in java 7 class > files. In that case the transformation to dex files has to be changed and > it's not clear if that's possible in a backward compatible way, i.e. > without replacin

[android-developers] Re: Is JDK1.7 supported now?

2012-06-05 Thread al
My first thought was: there are probably new bytecodes in java 7 class files. In that case the transformation to dex files has to be changed and it's not clear if that's possible in a backward compatible way, i.e. without replacing the dalvik implementation on "all" devices, which is obviously

Re: [android-developers] Problem refreshing a fragment edittext view from a dialogFragment after rotation

2012-06-05 Thread al
Of course I'm guessing, but I think you should change the way you transfer the new date/time value to the text widget. In the activity, say A1, you create the dialog and give it a reference to the text field of A1. When the device is rotated, the activity is recreated (=> A2), but the dialog is

[android-developers] instrumenting the android device to log method invocations

2012-05-30 Thread Moutaz al-azab
Hello Guys, I was thinking that since the Android stack is an open source, is there any possibility to modify the virtual machine that runs the apps to log the method invocations. I am after the call sequence that application performs. I am wondering where I can find a document for instrumenting?

[android-developers] Re: Proguard and PreferenceActivity

2012-05-12 Thread al
The error message seems to say there's a problem in an XML file, right? I would look at line 2 in new_profile.xml. Am Donnerstag, 10. Mai 2012 13:35:07 UTC+2 schrieb Mentos: > > In my release apk I have very strange problem. In debug all works > fine. > proguard.cfg is normal from examples. >

[android-developers] Re: All APK has cracked by apkcracks.net

2012-05-07 Thread al
It's not about software (it's about books), but I found this link interesting in this context too: http://radar.oreilly.com/2012/05/drm-free-day-forever.html Mike Hendrickson (vice president for content strategy at O'reilly) basically thinks it's a marketing expense and that the publishing indus

[android-developers] Re: Different Font Size on a Button

2012-05-07 Thread al
Using spannables directly is certainly the better way to do it since the supported html tags apparently are not clearly specified as Mark already mentioned. However, out of curiosity, I looked at the source of Html.java. So, just for the sake of completeness: I found that apparently only suppo

Re: [android-developers] Timer in Android

2012-05-02 Thread Mai Al-Ammar
you try? > > How did it not work? > > Did you set a flag somewhere before calling cancel? > > Or what? > > kris > > On Tue, May 1, 2012 at 7:49 AM, Mai Al-Ammar > wrote: > > I tried to track it by myself but I could not :( > > could you please help me

Re: [android-developers] Timer in Android

2012-05-01 Thread Mai Al-Ammar
elf by > some other means. > > On Mon, Apr 30, 2012 at 8:16 PM, Mai Al-Ammar > wrote: > > Hello every one, > > > > I have a simple question about timer in Android, How can I know if the > timer > > is stopped or not? > > I have an if statement which s

Re: [android-developers] Timer in Android

2012-04-30 Thread Mai Al-Ammar
Thank you but I don't understand what did you mean :( On Tue, May 1, 2012 at 3:57 AM, James Black wrote: > I would create a remote service for the timer, and query it, since it > would run independently from the activity. > On Apr 30, 2012 8:16 PM, "Mai Al-Ammar" wro

[android-developers] Timer in Android

2012-04-30 Thread Mai Al-Ammar
the timer is stopped or not? Please help me thanks in advance -- Mai A. Al-Ammar Teacher Assistant Imam Mohammad bin Saud Islamic University College of Computer Science -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] problem with access to a database file

2012-04-30 Thread Tareq Al-Ma'mari
Hi , How can I use and access a database file (.db) ? I've tried many ways but nothing works , the problem is when I try to open a database file the application crashed , so I've tried to check if the database file is exist : File database = context.getDatabasePath("maindb.db"); database.exists()

Re: [android-developers] play sound file

2012-04-28 Thread Mai Al-Ammar
I solve it :) I forgot to do clean the project in eclipse , I just compile and build thanks for your effort On Sat, Apr 28, 2012 at 7:12 PM, Mark Murphy wrote: > On Sat, Apr 28, 2012 at 11:51 AM, Mai Al-Ammar > wrote: > > I install the new program every time but it still the old f

Re: [android-developers] play sound file

2012-04-28 Thread Mai Al-Ammar
I install the new program every time but it still the old file. On Sat, Apr 28, 2012 at 5:55 PM, Mark Murphy wrote: > On Sat, Apr 28, 2012 at 10:49 AM, Mai Al-Ammar > wrote: > > I did not delete it at run time, I delete the file before I compile the > > project and replace

Re: [android-developers] play sound file

2012-04-28 Thread Mai Al-Ammar
I did not delete it at run time, I delete the file before I compile the project and replace it with other file. but the program still play the old one On Sat, Apr 28, 2012 at 5:34 PM, Mark Murphy wrote: > On Sat, Apr 28, 2012 at 10:23 AM, Mai Al-Ammar > wrote: > > I tried to pla

[android-developers] play sound file

2012-04-28 Thread Mai Al-Ammar
although I delete it from the res/raw folder. Please help me. thanks in advance. -- Mai A. Al-Ammar Teacher Assistant Imam Mohammad bin Saud Islamic University College of Computer Science -- You received this message because you are subscribed to the Google Groups "Android Developers&q

Re: [android-developers] Re: OnTouchEvent disable

2012-04-28 Thread Mai Al-Ammar
touch event handler, i.e the OnTouchEvent does not respond to the >> touch. >> >> Could you please help me. >> >> Thanks all in advance. >> >> -- >> Mai A. Al-Ammar >> Teacher Assistant >> Imam Mohammad bin Saud Islamic University >> Col

[android-developers] Re: Audio / Performance Issues on ICS / Android 4

2012-04-28 Thread al
I do something very similar in my apps (Grand Piano and Opus #1) without problems on ICS. Sound generation is quite expensive in my case, so I have problems on slow devices (<1Mhz / single core / old android version) but not on the galaxy nexus. One thing I noticed however is that it seems like

[android-developers] OnTouchEvent disable

2012-04-26 Thread Mai Al-Ammar
. -- Mai A. Al-Ammar Teacher Assistant Imam Mohammad bin Saud Islamic University College of Computer Science -- 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 u

[android-developers] Re: help in using android USB host mode

2012-04-04 Thread al
64 is the _max_ packet size. A single transfer may be shorter; it does not matter if the rest of the buffer is filled with zeros or some garbage since the "data" transfered is contained in just the first x bytes of the buffer where x is the return value from bulkTransfer. For continuous transfer

[android-developers] Re: Arduino vs Io-Io

2012-03-26 Thread al
The ioio is a controller board with USB host and a firmware designed to communication with android devices (the android devices work as usb devices in this case). I.e. the ioio is kind of a replacement for android accessory boards that works with android >= 1.6 (?) while android accessories need

[android-developers] DexClassLoader

2012-03-24 Thread moutaz al-azab
Hello Everyone, I am trying to play with DexClassLoader http://developer.android.com/reference/dalvik/system/DexClassLoader.htmland http://www.java2s.com/Open-Source/Android/android-core/platform-libcore/dalvik/system/DexClassLoader.java.htmI am wondering how can I use DexClassLoader.I am not expe

[android-developers] Bank Applications

2012-03-24 Thread moutaz al-azab
Hello Everyone, I am trying to install online application bank for Android but I couldn't succeed. I installed the Android market in my emulator. However when I search for online apps I couldnt find anything. it seems becasue I am working with emulator. Does anyone know how can I install Android

[android-developers] DexClassLoader

2012-03-24 Thread moutaz al-azab
Hi Everyone, I am trying to play with DexClassLoader http://developer.android.com/reference/dalvik/system/DexClassLoader.htmland http://www.java2s.com/Open-Source/Android/android-core/platform-libcore/dalvik/system/DexClassLoader.java.htmI am wondering how can I use these classes. I am not expert

[android-developers] Re: Requires Android in GooglePlay

2012-03-23 Thread Al Amin
Hello,        update your application android-mainfest.xml  file: with api-level: your desire  api level. recompile upload to market. hope all ok. Thanks. On Mar 23, 6:03 pm, BearTi wrote: > Hi, > > a  few weeks ago I published my own app on google play. > On the right site (in "about this

[android-developers]

2012-02-29 Thread moutaz al-azab
Hi Everyone, I am trying to install Android online banking application in the Emulator. unfortunately I couldn't find any apps, can anyone help to find online applications? 2-Also How can I install application from the Android market in the Emulator. Is it possible to install application from the

[android-developers]

2012-02-28 Thread moutaz al-azab
Hi Everyone, I am trying to install Android online banking application in my PC then run them in the (Emulator) Who can Help? Cheers, Mo -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

[android-developers]

2012-02-28 Thread moutaz al-azab
Hi Everyone, How I can install in my Android online application for banking such as ( Commonwealth, AnZ, wetbac) Cheers, Mo -- 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@googlegrou

[android-developers]

2012-02-28 Thread moutaz al-azab
hi Everyone, I am interested in online banking application for my Android research in my PC. Can anybody send me to my email azab_mou...@yahoo.com Thanks, Moutaz -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Re: control micro-controller or any Hardware

2012-02-11 Thread al
There are basically three ways: 1) If you can constrict it to Android devices with USB host capability and Android > 3.1 (basically good android tablets), you can use the USB APIs with the android device as Master (see http://developer.android.com/sdk/android-3.1.html, section "USB APIs"). 2) If

Re: [android-developers] Read XML file in android application

2012-01-26 Thread Mai Al-Ammar
n a file which > does't exist. Your question suggests you are extremely new to > programming, as you are acting like when you read the file it will be > coming from your development machine. > > kris > > On Thu, Jan 26, 2012 at 2:24 PM, Mai Al-Ammar > wrote: > > T

Re: [android-developers] Read XML file in android application

2012-01-26 Thread Mai Al-Ammar
Thanks Marks, but I did not understand your response since I'm a beginner in Android. On Thu, Jan 26, 2012 at 10:20 PM, Mark Murphy wrote: > Your Android device does not have a C: drive. > > On Thu, Jan 26, 2012 at 2:14 PM, Mai Al-Ammar > wrote: > > Thank you very m

Re: [android-developers] Read XML file in android application

2012-01-26 Thread Mai Al-Ammar
s Kiran Pai 22 Bill Gates 46 Steve Jobs 40 please help me, I really very tired with this problem :( :( On Thu, Jan 26, 2012 at 9:56 PM, TreKing wrote: > On Wed, Jan 25, 2012 at 12:05 PM, Mai Al-Ammar wrote: > >> the R.java which is generated automatically did n

[android-developers] Read XML file in android application

2012-01-26 Thread Mai Al-Ammar
Hello every one, Could you please help me with a way to read an XML file in android application, I use Android SDK with eclipse and I tried number of ways but unfortunately I did not obtain any result. Almost all ways said put the xml file under the directory res/xml/ , but when I put it and refer

[android-developers] Re: Obsolete proguard file

2011-12-31 Thread al
Proguard is a tool to shrink and obfuscate apps. For details, see http://proguard.sourceforge.net/#FAQ.html . The proguard documentation is very good. You might want to take a look. On 31 Dez., 09:15, Droid wrote: > proguard is some type of 3rd party file for version checking or > similar. > I no

[android-developers] Re: multitouch support again...

2011-12-02 Thread al
wGroup.dispatchTouchEvent. You might want to take a look... On 2 Dez., 00:05, John Goche wrote: > On Thu, Dec 1, 2011 at 8:17 PM, al wrote: > > OK, your yamtt results mean that your device supports multitouch, but > > only two simultanious touch points. For your purpose, that shou

[android-developers] Re: multitouch support again...

2011-12-01 Thread al
ply, > > I downloaded and installed yamtt (Yet Another MutltiTouch Test) from > Android Market. When I place the second finger down it's detected but > not when I place the third one down. Still not sure what I'm doing wrong > in my code... > > On Thu, Dec 1, 2011 at 10:41

[android-developers] Re: multitouch support again...

2011-12-01 Thread al
At first glance, I don't see a fundamental problem with your code sketch that might cause your problem. I would check if your device is multitouch-capable. There are many free apps in the market to do this, for example yamtt. If the device supports mutitouch, it may help to debug into the onTouchEv

[android-developers] Re: Multi-touch with multiple buttons

2011-11-30 Thread al
t;                 updateAState(false); >         } > > }else > > but unfortunately, it seems i got wrong infos from > getLocalVisibleRect... Do you have any idea ? > > On 29 nov, 10:38, al wrote: > > > > > > > > > There are some basic "prin

[android-developers] Re: Multi-touch with multiple buttons

2011-11-29 Thread al
There are some basic "principles" in android regarding multi-touch that you should be aware of. Especially, wrt. your code these two come to my mind: 1) If the first "finger" touches view A, all other touches will be directed to view A as long as the first finger is still there, even if the subsequ

[android-developers] Re: Is this a joke??

2011-09-21 Thread Al Sutton
http://developer.android.com/guide/developing/tools/monkey.html Monkeys can thrash test your app like nothing else :). Al. -- T: @alsutton W: www.funkyandroid.com The views expressed in this email are those of the author and not necessarily those of Funky Android Limited, it's associate

[android-developers] Re: Multipart Messages - Is there an example how to get them work now. (Uploading to a web API)

2011-09-20 Thread Al Sutton
as a quick workaround to the kernel.org issues. Al. P.S. Don't forget to keep to the licensing terms :). -- T: @alsutton W: www.funkyandroid.com The views expressed in this email are those of the author and not necessarily those of Funky Android Limited, it's associates, or it'

[android-developers] Re: USB - IR drivers

2011-09-16 Thread al
You are right, Frank, for android versions before 3.1. Using the USB framework introduced with android 3.1, it should be possible from within a java app. On 16 Sep., 13:58, FrankG wrote: > Hello ! > > IMHO to add a new usb mode, you need to change nearly > all parts of the platform .. change the

Re: [android-developers] Re: Programming in Android

2011-09-05 Thread Tareq Al-Ma'mari
*Thank you all , * *it is helpful information and good beginning * * * -- 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 an

[android-developers] Re: How to create a x509 certificate?

2011-09-05 Thread al
You could include e.g. bouncycastle (http://bouncycastle.org/ java.html). By the way, older android versions contain a non-public version of it. On 2 Sep., 02:10, Simon Trigona wrote: > Hi, did you find a solution? > > Thanks, > Simon -- You received this message because you are subscribed to t

[android-developers] Programming in Android

2011-09-04 Thread Tareq Al-Ma'mari
Hi guys, Good morning , I'm proud that I'm a member in this great group I need your help to start programming in Android,just the beginning . Thanks in advance, hope to hear from you, yours Tareq, tariq.mam...@gmail.com facebook.com/tareq.mamari twitter.com/tareq_mamari -- You received th

[android-developers] Re: How to prematurely stop a long-running SQLite query?

2011-08-24 Thread al
This all sounds to me like "full-text search". So I would check if the full-text search support of sqlite (see http://www.sqlite.org/fts3.html) is available on android. A quick google search finds pages like "http://bakhtiyor.com/2009/08/sqlite-full-text-search/";. According to that page, full-text

[android-developers] Accessing Home Screen

2011-08-24 Thread Abdulla Al Chalati
Hi, I am wondering if i can switch between Home Screens to the right and left programmatically through a service for example. If not, would it be possible if i created my own Home Screen?!?! Thanks -- You received this message because you are subscribed to the Google Groups "Android Deve

RE: [android-developers] gaming

2011-06-20 Thread Bader Al-Raisi
how to use these engines? Well I have downloaded these engines, but still i don't know how to use them for developing games? i found some tutorials that shows how to use these engines to create objects , animation , but how can we use these engines for developing games say like Angry Birds ??

[android-developers] new to android

2011-05-25 Thread Hadi Al-Zawad
Hi dear I'm new to android world and I want to know what to download on my computer to start making apps do i need an experience or it is easy to make programs ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] live video streaming from webcam to Android using Flash Media Server 3.5

2011-05-15 Thread Omran Al hammadi
Hello Android developers, I have installed Flash Media Server 3.5 and Flash Media Live Encoder 3.1 on my PC. I want to stream live video from my PC to my Android device (android 2.3.4) right now I can stream live video from my pc to another pc. for that I used flash player to run the live video s

[android-developers] Error Message Help

2011-05-15 Thread Big Al
I need help with my programme. I am writing the prograame in Eclipse and it complies ok and says there are no errors, but when I run it in the android emulator it comes up with a box that says the following message: Sorry! The application Weapon List (process com.example) has stopped unexpectedly.

[android-developers] String Array help

2011-05-13 Thread Big Al
I need help with my programme. I am creating an epandable list from an xml file that contains data that can change at anytime. My question is the data in the xml file is stored in a string-array and I need to transfer it to a multi dimensional string array so I can use it to create the children for

[android-developers] Multiple Layout within an expandable list

2011-05-08 Thread Big Al
headings row of Test 1, Test 2, Test 3, Test 4 with on the next row the results and a final row of one cell for notes. Sorry I could give a picture of what I want. Is this possible? Thanks in advance Big Al -- You received this message because you are subscribed to the Google Groups "An

回覆:Re: [android-developers] Log.d messages in frameworks/.../android/internal/telephony not appearing

2011-05-03 Thread AL@TW
do you every try 'logcat -b radio' ? -- 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...@googl

[android-developers] Re: Honeycomb Sourcecode

2011-04-07 Thread Al Sutton
to bring all the new Honeycomb features to phones. As soon as this work is completed, we’ll publish the code. This temporary delay does not represent a change in strategy. We remain firmly committed to providing Android as an open source platform across many device types." Al. -- T

[android-developers] Re: Android MediaPlayer sometimes stops playing a sound file early

2011-04-06 Thread Syed Rakib Al Hasan
hahaha. how silly. okay.. this is so stupid. here is the solution the problem that I have been facing this problem is occurring because I did not pay much attention while trimming my sound clip. i had recorded my voice in .ogg format and i am trying to use these voice clips as sou

[android-developers] Re: onWindowFocusChanged() happens more than once when resuming the application from homescreen or app drawer

2011-04-06 Thread Syed Rakib Al Hasan
hello anyone has any idea about this -- 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.

[android-developers] Re: Android MediaPlayer sometimes stops playing a sound file early

2011-04-06 Thread Syed Rakib Al Hasan
hello... i really need some help here.. my app is absolutely complete. just this little flaw is there... this mediaPlayer_stops_playing_soundFile_early_problem happens with only a few particular .ogg files in my raw resources folder. i have played those .ogg files independently in my PCs

[android-developers] onWindowFocusChanged() happens more than once when resuming the application from homescreen or app drawer

2011-04-05 Thread Syed Rakib Al Hasan
## HOME BUTTON PRESSED TO MINIMIZE THE APPLICATION ## 04-05 15:00:17.801: INFO/System.out(357): onWindowFocusChanged() -> hasFocus:false ## APPLICATION BUTTON PRESSED TO RETURN TO THE RUNNING APPLICATION ## 04-05 15:00:28.354: INFO/System.out(357): onWindowFocusChanged() -> hasF

[android-developers] Re: onWindowFocusChanged() happens more than once when resuming the application from the homescreen or app drawer

2011-04-05 Thread Syed Rakib Al Hasan
## HOME BUTTON PRESSED TO MINIMIZE THE APPLICATION ## 04-05 15:00:17.801: INFO/System.out(357): onWindowFocusChanged() -> hasFocus:false ## APPLICATION BUTTON PRESSED TO RETURN TO THE RUNNING APPLICATION ## 04-05 15:00:28.354: INFO/System.out(357): onWindowFocusChanged() -> hasF

[android-developers] Re: Android MediaPlayer sometimes stops playing a sound file early

2011-04-05 Thread Syed Rakib Al Hasan
i face the SAME issue. it happens in both the emulator and also in my test device - both of which run android 2.2 i have included my sound files in the raw folder. but still i have the same problem - the sound cuts off near the end upon button click -- You received this message because

[android-developers] onWindowFocusChanged() happens more than once when resuming the application from the homescreen or app drawer

2011-03-31 Thread Syed Rakib Al Hasan
*Scenario 1 - NORMAL* *## application activity started ###* 03-31 17:52:18.413: INFO/System.out(589): onCreate() 03-31 17:52:18.974: INFO/System.out(589): onWindowFocusChanged() -> hasFocus:true 03-31 17:52:18.974: INFO/System.out(589): mySoundPlaybackM

[android-developers] destruction and creation of android activity happens TWICE upon changing the screen orientation

2011-03-31 Thread Syed Rakib Al Hasan
*Scenario 1 - NORMAL* *## application activity started ###* 03-31 17:52:18.413: INFO/System.out(589): onCreate() 03-31 17:52:18.974: INFO/System.out(589): onWindowFocusChanged() -> hasFocus:true 03-31 17:52:18.974: INFO/System.out(589): mySoundPlaybackM

  1   2   3   4   5   6   7   8   9   10   >