Re: [android-developers] Application's resource files' protection

2012-05-31 Thread Göksel Güren
Duygu, kısacası uygulama kurulduğunda cihazın içerisinden ulaşılabilen, drawable dosyalarımın kullanıcı tarafından ulaşılabilir olmamasını istiyorum. Bunun için nasıl bir yaklaşım izlenebilir? @Mark, application must work offline correctly, so it is not a good approach for us. 2012/5/31 Mark

Re: [android-developers] Application's resource files' protection

2012-05-31 Thread Kristopher Micinski
In that case, there's not really any way to *really* protect your files..., basically. You could imagine doing some complicated thing with encrypting them, but then even if you display them, the user can still do something like capture the framebuffer, or just grab the raw bytes from the vm (that

Re: [android-developers] which PDF reader annotation APIs is worthy and good

2012-05-31 Thread TreKing
On Thu, May 31, 2012 at 12:58 AM, Rocky rkjhaw1...@gmail.com wrote: TreKing, Can u suggest some kinds of free/Paid SDK APIs to develop our own apps of PDF reader/editor. I repeat: this has nothing to do with this list. Use your favorite search engine to fine what you're looking for.

[android-developers] How to Apply the Dowloaded nine patch image as background to a view in Android?

2012-05-31 Thread Ganesh Vadlakonda
Hi all, I am working on Android projects. According to my requirements all the background images are coming from the server. So I am downloading some nine patch images into the cache memory as extention with .9.png When I am trying to apply the image is not splitting according to the screen.

[android-developers] Re: New TAX arrangements?

2012-05-31 Thread Terry
After googling a bit for VAT threshold, I soon found the following: VAT registration threshold removed for non UK-established companies From 1st December 2012, the VAT registration threshold for companies which are not established in the UK will be removed. This means that all businesses making

Re: [android-developers] Problem with hashing speed

2012-05-31 Thread Harri Smått
On May 31, 2012, at 5:22 AM, jing yang wrote: Thanks for spending some time in doing the tests! but can you try including byte[] f = md.digest(); inside your loop ? in my test phone, add the digest() method will increase the timing by 40%. I'm seeing similar behavior, time increased roughly

[android-developers] Re: New TAX arrangements?

2012-05-31 Thread Terry
After googling a bit for VAT Threshold, I soon found the following: VAT registration threshold removed for non UK-established companies From 1st December 2012, the VAT registration threshold for companies which are not established in the UK will be removed. This means that all businesses making

Re: [android-developers] Techincal solution to develop an App in Android

2012-05-31 Thread mani kandan
After selection of theater u must pass position of the list view through intent... On Wed, May 30, 2012 at 5:08 PM, Ramya Vegesna ramyavegesna...@gmail.comwrote: Hi, In 1st screen i used RadioButtons and 2nd screen is in listview . regards, Ramya On Wed, May 30, 2012 at 3:44 PM, mani

[android-developers] Re: UI performance is slow on large screen tablet

2012-05-31 Thread dara kok
ConvertView is used. What else to optimize? Profile the part that is slow is a great answer. -- 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

[android-developers] Re: Application's resource files' protection

2012-05-31 Thread Alger Lin
I suggest that, put obfuscated icon resources into your APK file, then recovers it at run-time. You may need to write some tool to obfuscates your icons when create APK file, and add some codes in your application to recover those icons. -- You received this message because you are subscribed

Re: [android-developers] Techincal solution to develop an App in Android

2012-05-31 Thread Ramya Vegesna
I didnt get u. Can u say me how to pass position of the list view through intent. Please. On Thu, May 31, 2012 at 12:26 PM, mani kandan mgmanikanda...@gmail.comwrote: After selection of theater u must pass position of the list view through intent... On Wed, May 30, 2012 at 5:08 PM, Ramya

Re: [android-developers] Techincal solution to develop an App in Android

2012-05-31 Thread Ibrahim Sada
its better you show us how you have intent its intent problm mostly On 31 May 2012 13:00, Ramya Vegesna ramyavegesna...@gmail.com wrote: I didnt get u. Can u say me how to pass position of the list view through intent. Please. On Thu, May 31, 2012 at 12:26 PM, mani kandan

Re: [android-developers] Techincal solution to develop an App in Android

2012-05-31 Thread Miguel Morales
You need to provide more details and possibly code and screenshots for us to be able to help you. Most likely when you are doing onItemSelected you are not mapping it to the proper data item. Again, screenshots would help. On Thu, May 31, 2012 at 12:34 AM, Ibrahim Sada

[android-developers] Are there any commercial Android devices that fuse accelerometer, digital compass, and gyroscope sensor data?

2012-05-31 Thread Rob Guinness
I am wondering if any commercial Android devices fuse accelerometer, digital compass, and gyroscope sensor data to provide a stable and accurate orientation result? Preferably such sensor fusion should be implemented in hardware, as explained in the popular video Sensor Fusion on Android

[android-developers] Re: How to turn off the screen while the service is running in background

2012-05-31 Thread Alger Lin
You has to implements DeviceAdminReceiver interface, and turn-off screen by lockNow() method of DevicePoliceManager. http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#lockNow() -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Contact Bubble EditText

2012-05-31 Thread Etienne
Question first asked HERE http://stackoverflow.com/questions/10812316/contact-bubble-edittext/10815184#10815184 -- 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: Will google plan to fix bug #26446 in next release?

2012-05-31 Thread David Olsson
It's not a useless answer. It's the truth. Google usually don't talk about upcoming releases, and that's even if you ask one of the engineers themselves, something you really shouldn't do. On Thu, May 31, 2012 at 5:21 AM, David Ross grand...@vacuumpunk.com wrote: That's a useless answer, why

Re: [android-developers] Questions on Digital Signing and Verification

2012-05-31 Thread Fabien R
On 31/05/12 03:00, Qin Ding wrote: Now we have IOS customers. When the publicKey and signature are generated on IOS device, I tried to send the IOS publicKey and signature as byte[] in a hope that I can reconstruct the publicKey from byte[] at the J2EE server. It failed to rebuild the

[android-developers] Re: How to turn off the screen while the service is running in background

2012-05-31 Thread kelum prasad
Hi Thank you for the hint. I already tried with this and it did work. But when the app runs for the first time, it asks to activate the app as Device administrator. Since this is my internal project, in my requirement, there should not have any user inputs to run the service. So this solution

[android-developers] Re: How to turn off the screen while the service is running in background

2012-05-31 Thread kelum prasad
Hi. Really appreciate your tips. Yes I can leave the screen alone and turn off by itself. But my problem is, with the light sensor readings, I want to turn on the screen again. Seems when screen is turned off, sensors are not working. So I had to use TimerTask to turn on screen and read the

Re: [android-developers] Re: Emulator displays a Blue screen and not displaying the google map

2012-05-31 Thread Narendra Singh Rathore
The problem is with your co-ordinates, you are not specifying them correctly. Just check them again. -- 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] Re: New TAX arrangements?

2012-05-31 Thread David Olsson
The VAT stuff is also depending on your country. You should really talk to your local tax authorities and perhaps even legal council about this than just people guessing on/talking how it is in their country on a mailing list. On Thu, May 31, 2012 at 8:38 AM, Terry terb...@gmail.com wrote:

[android-developers] Re: Splitting screen area

2012-05-31 Thread Mek Rama
Fragments seems to be better fit for your requirement. Use of hidden layouts is not recommended. On Monday, May 28, 2012 4:33:48 PM UTC+5:30, gayathri r wrote: Hi All, How is it possible to split a screen into say 3 or 4 sections?I want to basically have different colour option to be

[android-developers] How to animate popup Window when it comes in front ,on clinking the elements of list view

2012-05-31 Thread jitendra patidar
Hi All, i am using list view and when i click on particular cell ,just i display a popup window for details information of this cell obj. it is ok to open to popup window but i want this pop up window comes with animation in front of user .i am unable to animate it ... if any

Re: [android-developers] Spinner Help

2012-05-31 Thread Narendra Singh Rathore
Use the following spinner1.setOnItemSelectedListener(new OnItemSelectedListener() { public void onItemSelected(AdapterView? parentView, View selectedItemView, int position, long id) { spinner2.setSelection(position); spinner3.setSelection(position); spinner4.setSelection(position);

Re: [android-developers] Application's resource files' protection

2012-05-31 Thread Mark Murphy
On Thu, May 31, 2012 at 2:15 AM, Kristopher Micinski krismicin...@gmail.com wrote: In that case, there's not really any way to *really* protect your files..., basically.  You could imagine doing some complicated thing with encrypting them, but then even if you display them, the user can still

[android-developers] Problem in IMEI ID

2012-05-31 Thread RAJESH RAJARAM
Which type of Device have the IMEI id 17 digits? -- 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

Re: [android-developers] where can get the Android sample source codes?

2012-05-31 Thread Narendra Singh Rathore
This is what you want http://developer.android.com/resources/browser.html?tag=sample -- 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] Bluez on android

2012-05-31 Thread CharuhasV
Hi, I want to access GATT functions in bluez library on android. Would I be able to access bluez directly from NDK? Thanks, Charuhas Vidwans. -- 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: XML parseing working in android 2.2 but not in android 4.0

2012-05-31 Thread RAJESH RAJARAM
Hi, But actually ur saying that to use the Pull Parser right? I can't use pull parser because my responds Xml have change by time by time. So, using DOM parser you have any Idea??? That *Document doc = db.parse(inStream); *this the line i'm getting the error. Rajesh Rajaram -- You received

[android-developers] Menu To Action Bar transition

2012-05-31 Thread giles ian
Hi Developers, I have an app developed for 2.2+. This app has menu options. Now on 4.X i get a compatibly menu button. Now after including action bar i am not sure how the app should behave. I change my app and set targetSdkVersion to 14 with proper min version and include the support jar. Add

Re: [android-developers] Menu To Action Bar transition

2012-05-31 Thread Mark Murphy
On Thu, May 31, 2012 at 7:38 AM, giles ian gilesian@gmail.com wrote: Hi Developers, I have an app developed for 2.2+. This app has menu options. Now on 4.X i get a compatibly menu button. Now after including  action bar i am not sure how the app should behave. I change my app and set 

Re: [android-developers] Application's resource files' protection

2012-05-31 Thread Kristopher Micinski
that's right, as (I forgot) the OP said this would have to be done without any user authentication or anything on the internet.. kris On Thu, May 31, 2012 at 6:32 AM, Mark Murphy mmur...@commonsware.com wrote: On Thu, May 31, 2012 at 2:15 AM, Kristopher Micinski krismicin...@gmail.com wrote:

Re: [android-developers] Menu To Action Bar transition

2012-05-31 Thread giles ian
Thanks Mark, So what you are trying to say is if i don't use ActionBarSherlock then i wont get ActionBar on 2.2 and 2.3, which will mean there will absolutely be no change (ui wise) in my my but when it runs on 3.0+ an action bar will pop up. Now if this is the case what code changes do i need

[android-developers] Re: XML parseing working in android 2.2 but not in android 4.0

2012-05-31 Thread Mek Rama
Hello Bhaumik Thaker, You need execute the code in a thread. For example use asynctask and update the UI thread if required. You may need to use Handler on main thread to execute async task so that it works in 4.x version and lower versions. regards On Wednesday, May 16, 2012 3:54:29 PM

[android-developers] Re: New TAX arrangements?

2012-05-31 Thread Terry
You should really talk to your local tax authorities and perhaps even legal council about this than just people guessing on/talking how it is in their country on a mailing list. So what you are saying, is that these TAX/VAT issues are too complex to be discussed here - with fellow developers

[android-developers] Re: XML parseing working in android 2.2 but not in android 4.0

2012-05-31 Thread Mek Rama
Hello Bhaumik Thaker, You need execute the code in a thread. For example use asynctask and update the UI thread if required. You may need to use Handler on main thread to execute async task so that it works in 4.x version and lower versions. regards On Wednesday, May 16, 2012 3:54:29 PM

[android-developers] Re: XML parseing working in android 2.2 but not in android 4.0

2012-05-31 Thread RAJESH RAJARAM
Yes finally got... Here the solution... http://androidbridge.blogspot.in/2012/04/getelementsbytagname-returns-null-in.html Rajesh Rajaram -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: android listFragment crashing

2012-05-31 Thread LordMaKo
Ok, so I see a very big error, but don't know how to fix it On my class declaration , im using wrong cast?? //public class Tab2Fragment extends Fragment { //primera pregunta, l public class Tab2Fragment extends FragmentActivity { Im using FragmentActivity But I should be really using

Re: [android-developers] Re: New TAX arrangements?

2012-05-31 Thread David Olsson
I am saying that you are better of seeking consult a professional than just guess things since there are consequences if things are done incorrectly. In my country we are allowed to ask questions to the tax authority about things like this. And perhaps even find local groups to ask this to and not

Re: [android-developers] Menu To Action Bar transition

2012-05-31 Thread Mark Murphy
On Thu, May 31, 2012 at 7:56 AM, giles ian gilesian@gmail.com wrote: Thanks Mark, So what you are trying to say is if i don't use ActionBarSherlock then i wont get ActionBar on 2.2 and 2.3, which will mean there will absolutely be no change (ui wise) in my my but when it runs on 3.0+ an  

[android-developers] Re: Looper is null in HandlerThread

2012-05-31 Thread Panam
Hey, Thanks for your valuable insights. On Wednesday, May 30, 2012 4:15:06 PM UTC+2, G. Blake Meike wrote: Well, the error message is for sharedWorkerThread and the code is sharedPrioThread and I admit I've never actually done exactly this, however I strongly suspect that this is the

[android-developers] Display and edit PDF in my android application without the use of third party application and webview

2012-05-31 Thread Rohan Tilekar
*This is the xml which i want to parse and display .* HHNo ID=0 NodeDescription=HHNo510270(10) Description=HHNo510270 PageCount=10 Value=0 MindsID_DocID=0#0 DateValue= DocName=# Cabinetid=0 HHNo ID=1 NodeDescription=OUT PATIENT DEPARTMENT(10) Description=OUT PATIENT DEPARTMENT PageCount=10

[android-developers] Re: Application's resource files' protection

2012-05-31 Thread JP
Correct me if I am wrong folks, any encryption key and method that would be used to decrypt resource files would be obfuscated by Proguard, assuming the key is kept in the Java source, no? So OP would use key-and-method to encrypt resource files in the development environment and package the

[android-developers] Re: Will google plan to fix bug #26446 in next release?

2012-05-31 Thread JP
On May 31, 1:25 am, David Olsson zooklu...@gmail.com wrote: and that's even if you ask one of the engineers themselves, something you really shouldn't do. Now that statement raised my interest. What's wrong with asking? -- You received this message because you are subscribed to the Google

[android-developers] Re: Android testing

2012-05-31 Thread JP
Shane Isbell is back; haven't heard in a while! On May 30, 3:37 pm, Shane Isbell shane.isb...@gmail.com wrote: Hi all, I'm starting work on an android integration testing framework, called Huntsville: https://github.com/sisbell/huntsville Currently, the project creates a DeviceAssert

Re: [android-developers] Re: Will google plan to fix bug #26446 in next release?

2012-05-31 Thread David Olsson
Why take up their time? It's a standard that they don't discuss future releases. So there is really no point in taking up their time now, is there? On Thu, May 31, 2012 at 3:18 PM, JP joachim.pfeif...@gmail.com wrote: On May 31, 1:25 am, David Olsson zooklu...@gmail.com wrote: and that's

Re: [android-developers] Re: Will google plan to fix bug #26446 in next release?

2012-05-31 Thread David Olsson
Asking in itself isn't bad. But it's just silly to keep asking questions when they have a standard to not answer those kind of questions. It's just a waste of time for the person asking the question and the person who answers it with a standard response really. On Thu, May 31, 2012 at 3:25 PM,

[android-developers] Is multithreading recommended for my case?

2012-05-31 Thread Guilherme Utrabo
I have to do some heavy processing in my application. The process comprises a series of routines which has no dependency between them, and could be parallel. I would like to know if there would be some gain if I start threads for each routine in order to parallelize the execution or whether it

[android-developers] Re: Will google plan to fix bug #26446 in next release?

2012-05-31 Thread JP
On May 31, 6:25 am, David Olsson zooklu...@gmail.com wrote: Why take up their time? It's a standard that they don't discuss future releases. So there is really no point in taking up their time now, is there? Well let's say Google wanted Android to drive the Internet of Things? (Oh, shoot I

Re: [android-developers] Re: Application's resource files' protection

2012-05-31 Thread Kristopher Micinski
I think Mark and I were both trying to give reasons as to why this would be hard / impossible no matter what, which, yes, I agree with you. kris On Thu, May 31, 2012 at 9:15 AM, JP joachim.pfeif...@gmail.com wrote: Correct me if I am wrong folks, any encryption key and method that would be

[android-developers] AwesomePlayer - on video lag update

2012-05-31 Thread bob
I have a Samsung Galaxy Tab, and I'm playing back some video on it. It is very laggy, and I'm seeing this in the log: AwesomePlayer - on video lag update Can someone help me understand what is going on here? The video I'm playing is nothing special, and I don't see why it should lag. --

[android-developers] Re: XML parseing working in android 2.2 but not in android 4.0

2012-05-31 Thread G. Blake Meike
Do you have more information on this problem? I tried to reproduce it and could not do so. The following works as I would expect, parsing correct XML and generating error messages on malformed XML on emulators running ICS (4.0.4) and HC (3.2). G. Blake Meike Marakana The second edition of

[android-developers] C2DM registration down?

2012-05-31 Thread Sabanim
Oops, something went wrong. Something bad happened. Don't worry, though. The Spreadsheets Team has been notified and we'll get right on it. I have been getting this for 3 days now when I go to submit. Also the submit button is gone from firefox. I can see it in chrome. -- You received this

[android-developers] Re: BitmapFactory.decodeByteArray *not* failing on a corrupt jpg file

2012-05-31 Thread Nathan
I've confirmed it happens in 3.2 as well. Any advice for finding out if a bitmap is corrupt instead of silently failing and wasting a user's time? Nathan -- 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] CursorAdapter not works on Android 4

2012-05-31 Thread arnouf
Hi all, My application using a class extending CursorAdapter. It works correctly on Android 2. But application is running on Android 4 I get a NoClassDefFound on cursoradapter class. I tried to use compatibility package 4 but same thing. Do you have an idea to create an app compatible with

[android-developers] Re: Is multithreading recommended for my case?

2012-05-31 Thread Nathan
If they are all truly CPU bound, probably not, unless you actually have multiple processors ( you will on some devices). However, processing also frequently involves some file or network IO. Those threads will typically be blocked for much of the time waiting on the IO operations, and you have

[android-developers] which broadcasts are sent when package has been upgraded?

2012-05-31 Thread Latimerius
Hi all, I know ACTION_PACKAGE_ADDED is sent for a newly installed package and ACTION_PACKAGE_REMOVED for an uninstalled one. However, I'm trying to figure out which broadcast Intents to expect when a package is upgraded (as in from the Market). When replacing an already installed package with a

[android-developers] Re: Is multithreading recommended for my case?

2012-05-31 Thread G. Blake Meike
I'm with Nathan. Multiple threads not only don't make things go faster, unless there are actually multiple processors (and, btw, there may well be...) it can easily make them go slower. Multiple threads just allow things to happen out of order. They are useful only if there are resources

[android-developers] Re: New TAX arrangements?

2012-05-31 Thread Streets Of Boston
If it is just a hobby and you make a few hundred, even just a few thousand dollars/euro a year, don't worry about it. Even if you had to register in the UK and you failed to do so, do you really think the British tax service will come after you? If you make a living of it, make substantial

[android-developers] Strange StringIndexOutOfBoundsException with TextView(stacktrace contains supportTabandEmoji)

2012-05-31 Thread koji
Hi My application 's error log in google play shows many StringIndexOutOfBoundsException. I want to find the root cause, but it's really hard for me. Because it happens at render time. So there is not any my method in stacktrace. my stacktrace looks like this.

[android-developers] Re: Will google plan to fix bug #26446 in next release?

2012-05-31 Thread Martrinex
Do you have ICS 4.0.4 as there were some camera performance updates in there. Its the nature of the industry to be secretive with upcoming updates, nobody will jump ship because the competition are the same or worse. Also bear in mind a team of 30 or a 100 developers cannot respond to millions of

[android-developers] Re: Strange StringIndexOutOfBoundsException with TextView(stacktrace contains supportTabandEmoji)

2012-05-31 Thread RichardC
Going down your stack trace, the first method I can't find in the source is TextView.onMeasure2 and searching Google for TextView.onMeasure2 (without the ) turns up some hits that look like they are from China. On Thursday, May 31, 2012 6:51:43 PM UTC+1, koji wrote: Hi My application 's

[android-developers] actiities cascaded

2012-05-31 Thread Jags
i ve 4 activities 1-2-3-4 after 4 submit i need 1 to be shown, but dont wanna come 4-3-2-1 need to come back to 1 straightaway. whats d best way ? -- 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] actiities cascaded

2012-05-31 Thread mani kandan
u have to pass intent using 1st activity in on backpress method. . On 31 May 2012 23:51, Jags jag...@gmail.com wrote: i ve 4 activities 1-2-3-4 after 4 submit i need 1 to be shown, but dont wanna come 4-3-2-1 need to come back to 1 straightaway. whats d best way ? -- You received this message

Re: [android-developers] actiities cascaded

2012-05-31 Thread mani kandan
U have to use simple intent in submit button on forth activity On Thu, May 31, 2012 at 11:54 PM, mani kandan mgmanikanda...@gmail.comwrote: u have to pass intent using 1st activity in on backpress method. . On 31 May 2012 23:51, Jags jag...@gmail.com wrote: i ve 4 activities 1-2-3-4

Re: [android-developers] Re: BitmapFactory.decodeByteArray *not* failing on a corrupt jpg file

2012-05-31 Thread Guilherme Utrabo
Nathan, Is it possible to you to get a checksum of the image before the file transfer? So you can calc the checksum again after the file transfer and compare to see if the file is corrupted. Regards, Guilherme On 31 May 2012 13:22, Nathan nathan.d.mel...@gmail.com wrote: I've confirmed it

[android-developers] connecting WiFI AP whiling turing on WiFi Direct

2012-05-31 Thread fan zhang
Hi: I am testing ICS WiFI direct features Using Galaxy Nexus Maguro. Is there any way to keep connecting with AP while turning on WiFi direct feature? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Re: Android testing

2012-05-31 Thread Shane Isbell
Yep, been a while, so busy these days with Android, things a bit crazy. I'm finding some time finally to start doing open-source again...I think last time I posted here, I got a bunch of private hate email for something I said :) On Thu, May 31, 2012 at 6:20 AM, JP joachim.pfeif...@gmail.com

[android-developers] Intel has a x86 ICS system image for its Android emulator

2012-05-31 Thread Anuj Goyal
Inte has released a x86 system image of Ice Cream Sandwich for its Android emulator. https://plus.google.com/109385828142935151413/posts/K6mFaijFdgr Let us know what you think! -Anuj Goyal Google Program Office Disclaimer: I currently work for Intel. -- You received this message because you

[android-developers] NTP code

2012-05-31 Thread bob
Is there any good NTP code for Android to compute the time delta between your Android device and a time server? -- 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: Application's resource files' protection

2012-05-31 Thread Göksel Güren
Thanks everybody. Good and valuable discussion for me. As a result of this discussion we say that, if you can see something, you can copy it Regards. 2012/5/31 Kristopher Micinski krismicin...@gmail.com I think Mark and I were both trying to give reasons as to why this would be hard /

[android-developers] lunch apps from native daemon

2012-05-31 Thread fan zhang
Hi: Is there any way to lunch applications from native daemon just like adb shell command am does? Thanks Fan -- 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] connecting WiFI AP whiling turing on WiFi Direct

2012-05-31 Thread xMao
it is impossible and conflict, i wonder why you need such requirement. fan zhang fzhang...@gmail.com编写: Hi: I am testing ICS WiFI direct features Using Galaxy Nexus Maguro. Is there any way to keep connecting with AP while turning on WiFi direct feature? Thanks -- You received this

Re: [android-developers] connecting WiFI AP whiling turing on WiFi Direct

2012-05-31 Thread fan zhang
I need to fetch data from a wifi direct enabled device and talk to a remote server via internet at same time. Thanks Fan On Thu, May 31, 2012 at 2:51 PM, xMao nicefut...@126.com wrote: it is impossible and conflict, i wonder why you need such requirement. fan zhang fzhang...@gmail.com编写:

Re: [android-developers] AwesomePlayer - on video lag update

2012-05-31 Thread Fred Niggle
Is this an app you wrote? On 31 May 2012 16:31, bob b...@coolfone.comze.com wrote: I have a Samsung Galaxy Tab, and I'm playing back some video on it. It is very laggy, and I'm seeing this in the log: AwesomePlayer - on video lag update Can someone help me understand what is going on

[android-developers] Re: lunch apps from native daemon

2012-05-31 Thread Matt Kanninen
The native daemon will automatically eat apps as needed to free up resources. On Thursday, May 31, 2012 2:39:20 PM UTC-7, fan zhang wrote: Hi: Is there any way to lunch applications from native daemon just like adb shell command am does? Thanks Fan -- You received this message

Re: [android-developers] Re: Setting up email app with android emulators

2012-05-31 Thread Fred Niggle
Now that is handy, many thanks for sharing :) On 31 May 2012 06:17, asheesh arya asheesharya...@gmail.com wrote: juzz go through this link might be it will helpful for you http://www.jondev.net/articles/Sending_Emails_without_User_Intervention_%28no_Intents%29_in_Android -- You received

Re: [android-developers] Re: BitmapFactory.decodeByteArray *not* failing on a corrupt jpg file

2012-05-31 Thread b0b
On some 2.3.x version it was worse: a corrupted image could make native decoding functiond block forever -- 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: want to install a software .exe from my Android App

2012-05-31 Thread Meryeme
yes you are right Francisco we can not install .exe in our mobile phone directly. because I am trying to install busybox.exe but it did not work for me but when I pass via adb shell it does install it in a folder that I create called busybox in data folder. that is why I want to put it somewhere

Re: [android-developers] Re: want to install a software .exe from my Android App

2012-05-31 Thread Miguel Morales
Doesn't android already have busybox installed via adb shell? On Thu, May 31, 2012 at 4:59 PM, Meryeme meryemeaya...@gmail.com wrote: yes you are right Francisco we can not install .exe in our mobile phone directly. because I am trying to install busybox.exe but it did not work for me but

[android-developers] Re: BitmapFactory.decodeByteArray *not* failing on a corrupt jpg file

2012-05-31 Thread Nathan
On May 31, 11:37 am, Guilherme Utrabo utr...@gmail.com wrote: Nathan, Is it possible to you to get a checksum of the image before the file transfer? No, I don't control the server(s). So unless they already send this in the http headers. . . But I did make more progress on the prevention

[android-developers] Re: BitmapFactory.decodeByteArray *not* failing on a corrupt jpg file

2012-05-31 Thread Nathan
On May 31, 4:19 pm, b0b pujos.mich...@gmail.com wrote: On some 2.3.x version it was worse: a corrupted image could make native decoding functiond block forever Well, that could definitely be happening to some of my customers, and could explain some freezes that I have never explained. Nathan

Re: [android-developers] actiities cascaded

2012-05-31 Thread Rishabh Agrawal
YES On Thu, May 31, 2012 at 11:54 PM, mani kandan mgmanikanda...@gmail.comwrote: u have to pass intent using 1st activity in on backpress method. . On 31 May 2012 23:51, Jags jag...@gmail.com wrote: i ve 4 activities 1-2-3-4 after 4 submit i need 1 to be shown, but dont wanna come 4-3-2-1

[android-developers] ask

2012-05-31 Thread animator404
hi! i am beginner. can you help me? what does this line mean public class MyfistOWNActivity extends Activity? -- 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: I want to incorporate facial recognition into my authentication

2012-05-31 Thread Varghese George
Try OpenCV. http://opencv.willowgarage.com/wiki/ - Varghese George On May 29, 2:04 pm, Dev for life hotw...@gmail.com wrote: Is there a template I can copy and paste code for facial recognition? Or is there somewhere I can buy it from off the shelf?  I plan to incorporateit  in a sign

[android-developers] Check the SMS before send it

2012-05-31 Thread TalyssonOC
I would like to know how to get the content of a SMS when the user hit the Send button and call a method that can refuse (or not) to send that SMS. Thank you. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Testing an Accessibility service

2012-05-31 Thread Michael Giambalvo
I have an accessibility service as described here: http://developer.android.com/training/accessibility/service.html I would like to create tests for my service. Since my service reads window content using AccessibilityNodeInfo objects, I'm most interested in testing that it does the right thing

[android-developers] How do you work with the new Android ICS desktop shortcut folders from code?

2012-05-31 Thread jasondavidcarr
Trying to figure out how to create, modify, and delete the desktop shortcut folders that are new to ICS. I've found examples on how to create application shortcuts (of course), but I can't find any information on how to work with the new ICS folders. Anyone have any idea? I would expect that the

[android-developers] Re: Android App

2012-05-31 Thread NjZone
check this: http://code.google.com/p/android-screenshot-library/wiki/Usage Android Screenshot Library (ASL) provides means for taking snapshots of phone's screen without the need for signing your application or having privileged (root) access to the Android system. It is intended primarly for

Re: [android-developers] actiities cascaded

2012-05-31 Thread Rafael Freitas
Jags, try this.. Intent intent = new Intent(getApplicationContext(), YourFirstActivity.class); intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); startActivity(intent); On Thu, May 31, 2012 at 3:24 PM, mani kandan mgmanikanda...@gmail.comwrote: u have to pass intent using 1st activity in on

[android-developers] How to proguard my project with library project.

2012-05-31 Thread 林思然
After updated to adt18, I can't proguard my project. https://lh6.googleusercontent.com/-krui2nM0Ul0/T8bpius5GTI/ADk/2QdqhjrS-Hg/s1600/%E6%9C%AA%E5%91%BD%E5%90%8D.jpg -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Best way to backup app data.

2012-05-31 Thread João Souza
I´d rather to backup my app data in a separated file instead of let this feature in users hands. My indecision at this moment lies basically on these ways: 1 - Just get a copy of my app .db file. I think this is not so good because whenever my data structure changes in any upgrade, my

[android-developers] PC can not recognise usb devices after disable USB Tethering function

2012-05-31 Thread ct...@163.com
Hi, sir: Enable USB Tethering function by by Navigating through UI Settings--- Wireless networks--- Tethering portable hotspot-- -USB Tethering ,it work well.but sometimes when i disable it.it still in my device manager,and will not disappear any more unless i restart my computer(the computer

[android-developers] Re: How to develop a free sms application to send through android device with a gateway of way2sms or 160by2....etc .kind of sites

2012-05-31 Thread Varghese George
I think you will need an api from way2sms.co or whichever site you intend to use. and i don't think they will provide an api coz, their major income is from the ads displayed on the site. So, try contacting the website admins, if they agree, you're in luck. - Varghese George On May 30, 12:15 

[android-developers] [DECT] CAT-iq SDK ?

2012-05-31 Thread mbmessaoud
Hi Is there an SDK to develop application in order to make a DECT CAT-iq call using a DECT CAT-iq android phone like Speedphone 700 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] Qualcomm Labs: New SDK in private BETA for Android

2012-05-31 Thread rolandal
Hey all - I do Product Management Business Development for the ContextBETA SDK at Qualcomm Labs. We are currently in Private Beta and looking for a handful of developers to take a look at our SDK. We will be going commercial later this summer. Our ContextBETA SDK (user opt-in) will allow your

[android-developers] Confused with C2DM

2012-05-31 Thread Ichsan
Dear All, I'm currently learning how to use C2DM. But I still got confused about concept of sender and client login. *# The sender* Do I have to create an email account e.g. ichsan.my...@gmail.com? It seems that one email is for one app only (e.g. package = ichsan.myapp). Is it true? *#

Re: [android-developers] actiities cascaded

2012-05-31 Thread Rishabh Agrawal
May i know where your exact problem. On Fri, Jun 1, 2012 at 12:03 AM, mani kandan mgmanikanda...@gmail.comwrote: U have to use simple intent in submit button on forth activity On Thu, May 31, 2012 at 11:54 PM, mani kandan mgmanikanda...@gmail.comwrote: u have to pass intent using 1st

[android-developers] Non Developers and Google Play Graphics - Allowed to Use ?

2012-05-31 Thread psyfiAPPS_Guy
Recently I was advised by Apple that people who are non developers, that is to say, those who have not registered with Apple as iOS Developers, have not entered into any of the developer agreements with Apple and so are not permitted to use the *Available on the AppStore* badges or graphics to

  1   2   >