Re: [android-developers] Too large bitmap to be uploaded into a texture - Getting max texture size.

2013-05-16 Thread Romain Guy
You are looking at the implementation for the software renderer. The hardware renderer will return a value specific to the GPU. On Wed, May 15, 2013 at 2:33 PM, bob b...@coolfone.comze.com wrote: I'm looking at the code for *getMaximumBitmapWidth*, and it looks like it always returns 32766:

Re: [android-developers] show toast message while waiting for location

2013-05-16 Thread geo
The problem is that it doesn't work. When I press now the button to start searching for signal it doesn't start at all. Also, I am not sure if it will work like the way I want. Show Waiting while searching for signal and then show the coordinates when it will find them. Τη Πέμπτη, 16 Μαΐου

[android-developers] Release notes and official info.

2013-05-16 Thread Put_tiMe
Where can I find some official information, like: POST 4.1, we get logcat logs only from our process andWRITE_APN_SETTINGS permission has been elevated to system level permission. I tried looking, but didn't find any. All I found were forum posts. -- -- You received this message

[android-developers] App not compatible on Samsung GT-P3110

2013-05-16 Thread Avinhood
Hi, Please help me on this. I have an app on Play which is not compatible on a this specific device Samsung GT-P3110, a 7tab. Its compatible on other tabs and devices and on Samsung devices too. I know that we have to include this code in the Manifest. supports-screens

[android-developers] Re: Release notes and official info.

2013-05-16 Thread RichardC
http://developer.android.com/about/versions/android-4.2.html and http://android-developers.blogspot.co.uk/ On Thursday, May 16, 2013 8:22:28 AM UTC+1, Put_tiMe wrote: Where can I find some official information, like: POST 4.1, we get logcat logs only from our process and

Re: [android-developers] Release notes and official info.

2013-05-16 Thread Nikolay Elenkov
On Thu, May 16, 2013 at 4:22 PM, Put_tiMe putt...@gmail.com wrote: Where can I find some official information, like: POST 4.1, we get logcat logs only from our process andWRITE_APN_SETTINGS permission has been elevated to system level permission. AOSP:

Re: [android-developers] Release notes and official info.

2013-05-16 Thread Nikolay Elenkov
On Thu, May 16, 2013 at 4:29 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, May 16, 2013 at 4:22 PM, Put_tiMe putt...@gmail.com wrote: Where can I find some official information, like: POST 4.1, we get logcat logs only from our process andWRITE_APN_SETTINGS permission has

[android-developers] Android Studio for IntelliJ - Plugin

2013-05-16 Thread Andrew Weir
Morning, Does anybody know (or is it reasonable to expect) Android Studio to be available as a plugin for existing license holders of IntelliJ 12? -- -- 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] Updated to ADT 22: 'R cannot be resolved to a variable'

2013-05-16 Thread BoD
Since the update, I have this error in all my projects (including when creating a new Android project from scratch). I am stuck. Does anybody have this issue? Is there an easy way to downgrade to the previous version? Thanks a lot= -- BoD -- -- You received this message because you are

[android-developers] ListView with selected state does not work when list item view has a background

2013-05-16 Thread Miha
Hi! I'm trying to understand the mechanics behind highlighting the selected list item. I have a list fragment, which might display with a secondary details fragment if the screen width allows it. In that case, I want to highlight the selected list item. In order to do so, the listview has

[android-developers] Re: Updated to ADT 22: 'R cannot be resolved to a variable'

2013-05-16 Thread BoD
Indeed if I look inside the 'gen' folder, nothing is there. -- BoD On Thursday, May 16, 2013 11:11:45 AM UTC+2, BoD wrote: Since the update, I have this error in all my projects (including when creating a new Android project from scratch). I am stuck. Does anybody have this issue? Is

Re: [android-developers] Re: JNI on SDCard?

2013-05-16 Thread Filipe Madureira
Hi, Thanks for the help. The problem is that I don't know where the libraries go to when I move the app to SD on my HTC for me to use System.load(). So the only workaround I found is to check for the existance of the .so file in the predefined folder /data/data/your_package_name/lib. If it is

Re: [android-developers] Updated to ADT 22: 'R cannot be resolved to a variable'

2013-05-16 Thread Nikolay Elenkov
On Thu, May 16, 2013 at 6:11 PM, BoD bodlu...@gmail.com wrote: Since the update, I have this error in all my projects (including when creating a new Android project from scratch). I am stuck. Does anybody have this issue? Is there an easy way to downgrade to the previous version? Make sure

Re: [android-developers] Re: Updated to ADT 22: 'R cannot be resolved to a variable'

2013-05-16 Thread Ralph Bergmann | the4thFloor.eu
Am 16.05.13 11:18, schrieb BoD: Indeed if I look inside the 'gen' folder, nothing is there. I had the problem too, there is a new Android SDK Bild-tools. Open the Android SDK Manager and make a update, maybe twice. Ralph -- -- You received this message because you are subscribed to the

Re: [android-developers] Re: JNI on SDCard?

2013-05-16 Thread Nikolay Elenkov
On Thu, May 16, 2013 at 6:19 PM, Filipe Madureira filipe.ma...@gmail.com wrote: Hi, Thanks for the help. The problem is that I don't know where the libraries go to when I move the app to SD on my HTC for me to use System.load(). IIRC, the encrypted packages stored on SD card are loopback

Re: [android-developers] Re: Updated to ADT 22: 'R cannot be resolved to a variable'

2013-05-16 Thread BoD
Indeed that was it. Somebody had the same problem here: https://groups.google.com/forum/?fromgroups=#!topic/adt-dev/epOfZbKPFdk Thanks! It works again now :) -- BoD On Thursday, May 16, 2013 11:29:14 AM UTC+2, Ralph Bergmann wrote: Am 16.05.13 11:18, schrieb BoD: Indeed if I look inside

[android-developers] Re: Too large bitmap to be uploaded into a texture - Getting max texture size.

2013-05-16 Thread Miha
On Tuesday, May 14, 2013 8:08:43 PM UTC+2, Thyme Cypher wrote: I'm attempting to display a rather large bitmap VIA an ImageView, which when Hardware Acceleration is enabled of course, has issues with texture sizes (I'm well aware of texture size limitations in 3D engines). My question is

Re: [android-developers] Android Studio for IntelliJ - Plugin

2013-05-16 Thread Mukesh Srivastav
I did not the plugin, so I have downloaded the android stduio exe and started using it... On Thu, May 16, 2013 at 2:31 PM, Andrew Weir and...@andyweir.co.uk wrote: Morning, Does anybody know (or is it reasonable to expect) Android Studio to be available as a plugin for existing license

Re: [android-developers] Re: Create a SIP application

2013-05-16 Thread Mukesh Srivastav
Hi, I would suggest, you use CSIPSimple from Pjsip.Below is the link for your reference. https://code.google.com/p/csipsimple/ On Thu, May 16, 2013 at 2:58 AM, Piren gpi...@gmail.com wrote: dude... hijacking every possible SIP related thread, would not get you help faster. On Wednesday,

Re: [android-developers] Release notes and official info.

2013-05-16 Thread Put_tiMe
Thanks for your inputs. I went through them, and there is a lot of information, but I did not find the ones I was looking for. I'm specifically looking at: Post 4.1, we get logcat logs only from our process andWRITE_APN_SETTINGS permission has been elevated to system level permission.

Re: [android-developers] What is wow factor about android studio in compare to Eclipse.

2013-05-16 Thread Kristopher Micinski
Well, guess that makes me wrong in thinking that this wouldn't be feasible! Kris On Thu, May 16, 2013 at 1:15 AM, abhijit achakr...@gmail.com wrote: I just got surprised saw in android developer side that Google has launched a new IDE foe exclusively android.i just took an overview on

[android-developers] Generate Barcode

2013-05-16 Thread sree android
Hi, How can i create a simple bar code create example in android. here when enter number in edit text that number will convert into bar code image. Please give me suggestion how can i implement this. -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Losing OpenGL context when home button is pressed! How to fix?

2013-05-16 Thread reaktor24
I am trying to fix my apps OpenGL context loss whe the home button is pressed or when a call is received. How do I retreive the previous OpenGL states?? I am using OpenGL ES 2 and make sure to reload all the textures when a SurfaceCreated() is detected but it still isn't working. I assume I

[android-developers] ClassNotFoundException after upgrading to latest SDK tools v 22 and ADT v 22

2013-05-16 Thread DennisG
I just updated SDK tools and ADT to the latest v22 and now I can't run any of my applications. The exception is the same: main activity class is not found 05-16 12:12:33.137: D/AndroidRuntime(11138): Shutting down VM 05-16 12:12:33.137: W/dalvikvm(11138): threadid=1: thread exiting with

Re: [android-developers] Re: JNI on SDCard?

2013-05-16 Thread Nikolay Elenkov
On Thu, May 16, 2013 at 6:29 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, May 16, 2013 at 6:19 PM, Filipe Madureira filipe.ma...@gmail.com wrote: Hi, Thanks for the help. The problem is that I don't know where the libraries go to when I move the app to SD on my HTC for me to

Re: [android-developers] Re: JNI on SDCard?

2013-05-16 Thread Nikolay Elenkov
On Thu, May 16, 2013 at 9:16 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, May 16, 2013 at 6:29 PM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Thu, May 16, 2013 at 6:19 PM, Filipe Madureira filipe.ma...@gmail.com wrote: Hi, Thanks for the help. The problem is that I

Re: [android-developers] Generate Barcode

2013-05-16 Thread Mukesh Srivastav
use the below link that will help you to create the barcode in Android. http://www.mysamplecode.com/2011/09/android-barcode-scanner-using-zxing.html On Thu, May 16, 2013 at 5:43 PM, sree android android.sreeni...@gmail.comwrote: Hi, How can i create a simple bar code create example in

Re: [android-developers] ClassNotFoundException after upgrading to latest SDK tools v 22 and ADT v 22

2013-05-16 Thread Mukesh Srivastav
Hi. Please follow the below instructions. 1.Please delete the bin and gen folder 2.Clean the build and refresh On Thu, May 16, 2013 at 5:45 PM, DennisG denn.gub...@gmail.com wrote: I just updated SDK tools and ADT to the latest v22 and now I can't run any of my applications. The

Re: [android-developers] ClassNotFoundException after upgrading to latest SDK tools v 22 and ADT v 22

2013-05-16 Thread DennisG
Thank you, Mukesh. Deleting bin/res and cleaning up were first things I did after upgrade. Unfortunately this does not help. Looks like the problem is with new Buils Tools v17, because signed apps are also not running. четверг, 16 мая 2013 г., 15:22:44 UTC+3 пользователь Mukesh Srivastav

Re: [android-developers] ClassNotFoundException after upgrading to latest SDK tools v 22 and ADT v 22

2013-05-16 Thread Nikolay Elenkov
On Thu, May 16, 2013 at 9:34 PM, DennisG denn.gub...@gmail.com wrote: Thank you, Mukesh. Deleting bin/res and cleaning up were first things I did after upgrade. Unfortunately this does not help. Looks like the problem is with new Buils Tools v17, because signed apps are also not running.

Re: [android-developers] ClassNotFoundException after upgrading to latest SDK tools v 22 and ADT v 22

2013-05-16 Thread DennisG
Thank you very much, Nikolay. Your advice helped and it works now. Will google deeply next time :) четверг, 16 мая 2013 г., 15:47:44 UTC+3 пользователь Nikolay Elenkov написал: On Thu, May 16, 2013 at 9:34 PM, DennisG denn@gmail.com javascript: wrote: Thank you, Mukesh. Deleting

Re: [android-developers] Re: JNI on SDCard?

2013-05-16 Thread bob
You may want to take a look here: http://developer.android.com/guide/topics/data/install-location.html In particular: * * Beginning with API Level 8, you can allow your application to be installed on the

[android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-16 Thread bob
Why is it not compatible? Why not just make it compatible? Thanks. On Thursday, May 16, 2013 2:23:45 AM UTC-5, Avinhood wrote: Hi, Please help me on this. I have an app on Play which is not compatible on a this specific device Samsung GT-P3110, a 7tab. Its compatible on other tabs and

[android-developers] Re: Losing OpenGL context when home button is pressed! How to fix?

2013-05-16 Thread bob
Why not take a look at the *BasicGLSurfaceView* sample and maybe use that as a template? Thanks. On Thursday, May 16, 2013 7:13:28 AM UTC-5, reaktor24 wrote: I am trying to fix my apps OpenGL context loss whe the home button is pressed or when a call is received. How do I retreive the

Re: [android-developers] show toast message while waiting for location

2013-05-16 Thread bob
Toasts automatically disappear after a short period of time. Thanks. On Thursday, May 16, 2013 2:10:38 AM UTC-5, geo wrote: The problem is that it doesn't work. When I press now the button to start searching for signal it doesn't start at all. Also, I am not sure if it will work like the

Re: [android-developers] What is wow factor about android studio in compare to Eclipse.

2013-05-16 Thread Justin Anderson
For me, I like the project setup. I've never liked Eclipse workspaces... It just doesn't make sense to me. Why would I want to have all my projects open at the same time? Also, when using source control, the IntelliJ/Android Studio project setup is much nicer and easier than with Eclipse.

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-16 Thread Justin Anderson
On Thu, May 16, 2013 at 8:14 AM, bob b...@coolfone.comze.com wrote: Why is it not compatible? I believe that would be his question... Why not just make it compatible? Because he doesn't know why it isn't compatible... Thanks, Justin Anderson MagouyaWare Developer

Re: [android-developers] Re: App not compatible on Samsung GT-P3110

2013-05-16 Thread Justin Anderson
I know that we have to include this code in the Manifest. supports-screens android:anyDensity=true android:largeScreens=true android:normalScreens=true android:resizeable=true android:smallScreens=true /supports-screens I have not used this

Re: [android-developers] show toast message while waiting for location

2013-05-16 Thread Justin Anderson
Have you looked at LogCat output? Also, as Bob said, toast messages will display and then disappear. It sounds like you want to be displaying a progress dialog instead of a toast. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 16, 2013 at

[android-developers] Re: show toast message while waiting for location

2013-05-16 Thread geo
Τη Τετάρτη, 15 Μαΐου 2013 11:25:27 π.μ. UTC+3, ο χρήστης geo έγραψε: Hello , I have an application where I use GPS and I want while GPS is looking for position to display a toast Waiting for location and when location is found show the location. To start GPS I press a button: case

[android-developers] Re: Updated to ADT 22: 'R cannot be resolved to a variable'

2013-05-16 Thread Stefano G. Rago
Same here!!! I was working without any problem, after an edit on a layout the R cannot be resolved to a variable appeared. I have lost some hours, nothing worked (new repo, new project, new import, clean and reclean, delete gen and bin, etc) I have last adt + last sdk on windows 7 64bit On

Re: [android-developers] What is wow factor about android studio in compare to Eclipse.

2013-05-16 Thread TreKing
On Thu, May 16, 2013 at 10:18 AM, Justin Anderson magouyaw...@gmail.comwrote: I've never liked Eclipse workspaces... It just doesn't make sense to me. Why would I want to have all my projects open at the same time? Just feels like like a Visual Studio Solution to me. It lets you organized

[android-developers]

2013-05-16 Thread asma rezgui
hello evrybody, im newbie in android developping that s why i need your help to solve this issue: i have a mapview that contains overlays , evry one presents a location of a product and it s price at that point ( all the informations are got from web services) and i can display theses informations

Re: [android-developers] What is wow factor about android studio in compare to Eclipse.

2013-05-16 Thread Kostya Vasilyev
TreKing treking...@gmail.com 16 мая 2013 г. 20:06:34 написал: On Thu, May 16, 2013 at 10:18 AM, Justin Anderson magouyaw...@gmail.comwrote: I've never liked Eclipse workspaces... It just doesn't make sense to me. Why would I want to have all my projects open at the same time? Just feels

[android-developers] License for Google Volley

2013-05-16 Thread Tom Opgenorth
I caught the steaming video for Google Volley yesterday. Seems impressive. Forgive the silly question, but what are the Terms of Service / licensed used for Volley? -- http://www.opgenorth.net -- -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers]

2013-05-16 Thread TreKing
On Thu, May 16, 2013 at 11:11 AM, asma rezgui asmarezgu...@gmail.comwrote: i don't know if there exist a way like right click on the point and launch an action which get theses informations There is no right click on Android. However, you can certainly click or long-press a point and launch

[android-developers] Android Studio bug tracer

2013-05-16 Thread Filip Zymek
Hello, where can you submit bugs for newly released Android Studio? -- -- 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] Android Studio bug tracer

2013-05-16 Thread TreKing
On Thu, May 16, 2013 at 11:59 AM, Filip Zymek duo.ska...@gmail.com wrote: where can you submit bugs for newly released Android Studio? Same place as always: b.android.com. - TreKing

[android-developers] Phone does not update an app from google store

2013-05-16 Thread gt8887b
Hello, I am experiencing a strange issue with one of my customers. Their Android phone does not download updates from the google play store. They have PlayStore app configured to Auto-update apps at any time. However, even though the new update is online it would not install it for some

Re: [android-developers] Re: JNI on SDCard?

2013-05-16 Thread Filipe Madureira
Thanks for the help. Using the hint on getApplicationInfo().nativeLibraryDir I could confirm it is a problem on this specific HTC. Probably a bug. On AVD and on a Samnsung it works correctly and I confirmed the existence of the lib files in getApplicationInfo().nativeLibraryDir. On the HTC they

Re: [android-developers] Phone does not update an app from google store

2013-05-16 Thread TreKing
On Thu, May 16, 2013 at 12:26 PM, gt8887b gt88...@gmail.com wrote: there are a few apps (YouTube, TeleNav GPS, Expedia app, etc.) that show up under Manual Updates in the play store app and would not update automatically. Do you know what the reason may be? Precisely for the reason you

Re: [android-developers] What is wow factor about android studio in compare to Eclipse.

2013-05-16 Thread Justin Anderson
Just feels like like a Visual Studio Solution to me. It lets you organized related projects. Like I have my core Library Project along with the Free, Paid, and Beta versions of my app in one workspace. Except that it doesn't behave like a Solution at all... And when working with a team and

Re: [android-developers] Phone does not update an app from google store

2013-05-16 Thread Justin Anderson
Manual Updates are usually due to permission changes... When permissions change the user needs to physically agree to the permission changes. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 16, 2013 at 11:26 AM, gt8887b gt88...@gmail.com wrote:

[android-developers] Error installing Android Studio Preview version

2013-05-16 Thread Matt Kevins
I am following the instructions for installing Android Studio Preview on Linux. I am running Ubuntu 12.10 64 bit. This is the specific message I got: 'tools.jar' is not in the Android Studio classpath. Please ensure JAVA_HOME points to JDK rather than JRE. I then tried: export

[android-developers] GLES20Canvas

2013-05-16 Thread bob
Can someone help me understand why I can't find GLES20Canvas in my android.jar? I see it here: http://grepcode.com/file_/repository.grepcode.com/java/ext/com.google.android/android/4.2.2_r1/android/view/GLES20Canvas.java/?v=source But, it's not here:

[android-developers] Re: Error installing Android Studio Preview version

2013-05-16 Thread Matt Kevins
Ok, I made a silly mistake. I thought that JDK was installed when it was not. OpenJDK-JRE was installed, but not OpenJDK-JDK. I was able to install after realizing this error on my part. I'm leaving this out here in case someone runs into the same problem. Double check that you do in fact have

Re: [android-developers] Phone does not update an app from google store

2013-05-16 Thread bob
Also, updates do not seem to be 100% instantaneous: http://forum.xda-developers.com/showthread.php?t=1498892 *Auto-updates don't seem to be immediate. It could be similar to when an OTA starts rolling out. It will update in waves, so that if say, Google Maps gets an update, they don't have 20

Re: [android-developers] Using App Cache - Without Trying to

2013-05-16 Thread Nathan
[image: Attach a file] Attach a file Edit subject Quote original Add Cc On Wednesday, May 15, 2013 3:18:12 PM UTC-7, Piren wrote: How much is too much? Obviously i don't have an answer for that... but if the device freezes and you could pinpoint the issue to these

[android-developers] Re: Android Studio for IntelliJ - Plugin

2013-05-16 Thread Tone
There is a plugin for it already, they talked about it yesterday at intro. check the site... On Thursday, May 16, 2013 5:01:16 AM UTC-4, Andrew Weir wrote: Morning, Does anybody know (or is it reasonable to expect) Android Studio to be available as a plugin for existing license holders

[android-developers] Android Studio running slow...

2013-05-16 Thread Tone
I was wondering if anyone else is experiencing Android Studio running really slow..It appears to also be starting to effect my whole system. But then it may be something else, but did not start until I installed Android Studio... -- -- You received this message because you are subscribed

Re: [android-developers] how to play a video on an OpenGL texture

2013-05-16 Thread Linda Li
Did you get any good result? Could you share your code? Thanks in advance. I am looking at it too. It seems there are a bunch of spaces to modify in order to let video output to an OpenGL texture. Just a little wondering why Google doesn't publish an example, since it seems many people ask

Re: [android-developers] What is wow factor about android studio in compare to Eclipse.

2013-05-16 Thread luiX_
I don't get the point in changing the IDE but.. funny fact: I can't imagine how much time eclipse and intellij's devs must have spent to avoid having any common key shortcut. xDD 2013/5/16 Justin Anderson magouyaw...@gmail.com Just feels like like a Visual Studio Solution to me. It lets you

[android-developers] Re: What is wow factor about android studio in compare to Eclipse.

2013-05-16 Thread b0b
The wow factor is that it is a v0.1 IDE and that people install it as if it was the second coming, expecting it to be a stable product. WOW. -- -- 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: Error installing Android Studio Preview version

2013-05-16 Thread jtoolsdev
So what might break if the Java configuration is changed? Changing Java configurations is not something that developers do everyday. There probably needs to be more complete instructions. Eclipse works fine with my current configuration. I may wait on Studio until I see what problems and

Re: [android-developers] Re: Error installing Android Studio Preview version

2013-05-16 Thread Παύλος-Πέτρος Τουρνάρης
Basically it's the bat configuration that they use on Android Studio. If you check it (inside the bin folder of Android Studio) you will see where it checks for JDKs and you will be able to solve the problem! On Fri, May 17, 2013 at 3:56 AM, jtoolsdev brianjto...@gmail.com wrote: So what might

Re: [android-developers] Re: What is wow factor about android studio in compare to Eclipse.

2013-05-16 Thread luiX_
Well... I've played with it just a little bit, but seems quite stable to me. Some rendering problems on gnome2 with two monitors, but not big deal :) 2013/5/17 b0b pujos.mich...@gmail.com The wow factor is that it is a v0.1 IDE and that people install it as if it was the second coming,

Re: [android-developers] Generate Barcode

2013-05-16 Thread sree android
Hi Thank you for your replay. But that isn't my requirement,My requirement is when i enter value in edit text and press button called generate barcode,then barcode image will generate in android.Please give me solution. Thank you. On Thu, May 16, 2013 at