Re: [android-developers] Promo Codes

2013-01-07 Thread Nikolay Elenkov
On Tue, Jan 8, 2013 at 4:20 AM, vndxapps wrote: > Are promo codes supported through google play? No. You have to implement it yourself. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developer

[android-developers] Re: google calendar api access not configured in android

2013-01-07 Thread Bhavesh Patel
I enabled Calander API also On Tuesday, January 8, 2013 1:05:29 PM UTC+5:30, Bhavesh Patel wrote: > > com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 > Forbidden { "code": 403, "errors": [ {"domain": "usageLimits", > "message": "Access Not Configured","reason":

[android-developers] google calendar api access not configured in android

2013-01-07 Thread Bhavesh Patel
com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden { "code": 403, "errors": [ {"domain": "usageLimits", "message": "Access Not Configured","reason": "accessNotConfigured" } ], "message": "Access Not Configur -- You received this message because you ar

[android-developers] Re: Eclipse 3.6.1 Classic - ADT plugin install stuck half way

2013-01-07 Thread Rodrigo Silveira
How does that affect installs from Eclipse Market Place (from within the IDE, that is)? On Wednesday, April 13, 2011 7:51:35 AM UTC-6, Rodrigo Moraes wrote: > > Just for the record in case someone else finds this message coming > from Google (like I did). I had the same problem (however trying t

[android-developers] Will there be a new Steam integration group?

2013-01-07 Thread Michael Asimos
I read this morning that Nvidia was releasing a new Android handheld with possible Steam integration. Is this verified? http://news.techeye.net/mobile/nvidia-to-launch-android-gaming-handheld-plus-steam-integration and if so, will I be able to get questions answered in this forum or will th

[android-developers] RenderScript Computing

2013-01-07 Thread bob1988
Hi! I'm trying to implement a matrix transposition in renderscript but I cannot find any example which can explain how to do it; every sample refers to operations with Bitmap, I'd like to operate directly with matrix.. -- You received this message because you are subscribed to the Google Grou

[android-developers] Building Your FIrst App OSX cannot create blank project

2013-01-07 Thread 8DashP
Hi All, I'm just starting Android development. I downloaded the latest ADT for Mac and installed in a folder on my desktop. I'm on OSX 10.7 I'm working through the "Building Your First App" training class listed here http://developer.android.com/training/basics/firstapp/creating-project.html,

[android-developers] Re: Need help with AVD

2013-01-07 Thread robertg8989
> > > There should be some preset ones already on there. Are you using Eclipse? > -- 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

[android-developers] No device in adb under Gentoo Linux

2013-01-07 Thread Ronald Liu
I got a raw tablet running Android 4.0.3. It's manifested by a small factory and has a strange USB Vendor ID 0x2207. I've setuped a SDK env in my gentoo linux and changed the permission correctly (I think...). But there's no device listed when i run 'adb devices' How can fix this or can I find s

[android-developers] Re: Help regarding talking tom application

2013-01-07 Thread Parvathy Chandran
hi.. Even I am looking for some ways to do processing on an audio file read from sdcard. Can anyone please tell me how to get the sampled audio data in a float array or something? Thanks! Parvathy Chandran On Monday, November 12, 2012 12:54:51 PM UTC+5:30, santosh kumar wrote: > > Hello All, >

[android-developers] Get speed dial list andorid

2013-01-07 Thread ronlv10
am trying to make application that need to get the speed dial contact list . I tried to search about that and I didn't find any question about that. any ideas? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

Re: [android-developers] How to add AdMob

2013-01-07 Thread Rajesh Kumar
Checkout following video on adding AdMob to andriod application. Hope this will help. http://thenewboston.org/watch.php?cat=6&number=198 Regards, Rajesh On Tue, Jan 8, 2013 at 10:48 AM, askl wrote: > Hello Friends, > > I've many times try to add AdMob to my android application 2.1. But there

Re: [android-developers] Convert a view (layout) to a Bitmap

2013-01-07 Thread genericforumuser2013
You're aware that Romain Guy is the Android engineer that wrote most of the code involved, right? As such it would seem that he would be infinitely more familiar with how the code actually works than you are. Perhaps instead of "correcting" Romain, you could go over to a linux kernel mailing lis

[android-developers] Re: Google Voice call logging on Samsung Galaxy S3 T-Mobile (SGH T-999)

2013-01-07 Thread David Ancell
On Thursday, August 30, 2012 6:51:13 AM UTC-6, aeromiles wrote: > Is anyone working on a fix so that Google Voice will properly log calls on > the Galaxy S3? All outbound calls are logging as the GV Gateway number, not > the actual call recipients number. > There's an app in the Play store tha

[android-developers] Re: webview No cache file for url

2013-01-07 Thread allen23777
I also encountered this issue. I'd like to know if you have find the root cause and a walk around solution for this issue. Can you please share your solution on this? Thanks. On Thursday, April 7, 2011 3:57:06 AM UTC+8, Stephan Wiesner wrote: > Hi, > I have a webview and use caching. This wo

[android-developers] Can't upgrade app

2013-01-07 Thread Goedang JoJo
Hi, I got a problem when I trying to upgrade my app. Here's there error message: *You uploaded an APK that is signed with a different certificate to your previous APKs. You must use the same certificate. Your existing APKs are signed with the certificate(s) with fingerprint(s):* *[ SHA1: FA:1F

[android-developers] Top New Free Apps of Google play store are not really new

2013-01-07 Thread FunVector
Hi, I noticed new apps shown on Google play Store are sometimes 1 month old. Also some look like spam apps. In the interest of being fair to new developers, I would suggest: 1. Give more weight to freshness of the app. 2. Don't display very old apps. 3. Also provide a browse page for Kids, etc. Th

[android-developers] Promo Codes

2013-01-07 Thread vndxapps
Are promo codes supported through google play? -- 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+unsubsc

[android-developers] Using GLSurfaceView in Fragment

2013-01-07 Thread Zoltan Hubai
Hi I need some help with the following problem. I took the hello-gl2 example from the android-ndk and rewrote a bit to suite my needs. The GL2JNIView class is the same except the init function where I added setRenderMode(RENDERMODE_WHEN_DIRTY); In the Render class onSurfaceChanged funct

[android-developers] Re: Out of Memory

2013-01-07 Thread evoxmusic
Hi, did you also try to use LruCache to optimize bitmap loading access time ? http://developer.android.com/reference/android/util/LruCache.html On Sunday, January 6, 2013 7:14:10 AM UTC+1, Shubham Aggarwal wrote: > > Hi, I developed android photography application. I draw more than one > Bitmap

[android-developers] Can't connect to Laptop or other computer thru USB..

2013-01-07 Thread Harun Ajan
I've problem with my nexus.. i just reset my sd partition n any content on my phone.. now i can't connect it to my laptop.. cannot detect by laptop.. show me how to reset it back to normal.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] HI!, please try my new game!!!

2013-01-07 Thread Mike Portnoy
https://play.google.com/store/apps/details?id=com.keken.whack It's free and fun.Download it now. -- 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

[android-developers] How to turnoff wifi when device goes to sleep mode or ideal mode

2013-01-07 Thread kmr
Hi, can any one help me how to turnoff wifi when device goes to sleep mode or ideal mode. i have no idea about android frame work from where i have to start and where i have to modify the code in android source. i wanted to know the complete flow from android frame work to driver level th

[android-developers] Re: Hide the virtual keyboard

2013-01-07 Thread Sudarshan Bhat
Another user case is a passcode screen. I have four edit texts. I have my own buttons as the Samsung's default keyboard doesn't work well with TextWatcher. I am creating my own keyboard for that reason. But the keyboard keeps showing up :( On Wednesday, April 29, 2009 12:33:46 AM UTC+5:30, s

Re: [android-developers] Re: No Repository?

2013-01-07 Thread TreKing
On Tue, Jan 8, 2013 at 12:30 AM, J. Morreim wrote: > I can't download or install a single one. I keep getting this error > message. > Uninstall everything and start from scratch? - TreKing

[android-developers] Re: No Repository?

2013-01-07 Thread J. Morreim
Originally, I did do that. However, since then, there have been like 5 version updates, and I can't download or install a single one. I keep getting this error message. An error occurred while collecting items to be installed session context was:(profile=SDKProfile, phase=org.eclipse.equinox.int

[android-developers] Why I use monkeyrunner.takesnapshot(),I get the blurred images.Actually,the device's screen is nornal.

2013-01-07 Thread lincoln
Hi,all: Why I use monkeyrunner.takesnapshot(),I get a blurred image.But the device's screen is nornal. I met the problem only on one product. What's the reason(maybe GPU driver?adbd?adb?) and some suggestions to resolve the problem? Thank your for your help. -- You

Re: [android-developers] How to add AdMob

2013-01-07 Thread TreKing
On Mon, Jan 7, 2013 at 11:18 PM, askl wrote: > But there is a problem with *AndroidManifest.XML. * You should consider telling us what the problem with the manifest is. That might help. - TreKing

[android-developers] How to add AdMob

2013-01-07 Thread askl
Hello Friends, I've many times try to add AdMob to my android application 2.1. But there is a problem with *AndroidManifest.XML. * * * i've refer developer page. https://developers.google.com/mobile-ads-sdk/docs/admob/fundamentals. But i can't fixed XML issue. so please help me how to AdMob t

Re: [android-developers] How can I create...

2013-01-07 Thread Kristopher Micinski
You understand that these services are just thin wrappers of HTML content around a WebView, further wrapped around ads so that the publisher who scams your users can take a portion of the profits, right? Kris On Mon, Dec 31, 2012 at 12:54 AM, John Cannon wrote: > How can I create an application

Re: [android-developers] Re: hi friends

2013-01-07 Thread sree android
3000 meand 3 milly seconds(1000 seconds for 1ms).It is correct. -- 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-d

[android-developers] Need Android Developers

2013-01-07 Thread Subanand Thiruppathi Rajan
I'm looking for excellent android developers with good knowledge on API's and Framework. Position is for a long term project in the UK region. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-deve

Re: [android-developers] How to get the Facebook group notifications on my android app?

2013-01-07 Thread Kevin Duffey
What TreKing said.. I was able to use google and find several bits of info that may lead to a solution. There will probably be some examples in this forum as well. On Mon, Jan 7, 2013 at 6:55 PM, TreKing wrote: > On Mon, Dec 24, 2012 at 9:33 AM, ashish fugat wrote: > >> Please give me some usef

Re: [android-developers] How to start a new activity using the command of am,but not brought the activity to the front from its associated task?

2013-01-07 Thread lincoln
HI,alex: I'm sorry.I'm not a fictional character,I'm real. On Tuesday, December 25, 2012 5:33:32 PM UTC+8, alex phoenix wrote: > Hello my friend > are you lincoln baros in prison break??? > ha ha ha > > On Tue, Dec 25, 2012 at 12:38 PM, lincoln > > wrote: > >> Hi,all: >> >>

Re: [android-developers] No Repository?

2013-01-07 Thread TreKing
On Fri, Jan 4, 2013 at 10:30 PM, J. Morreim wrote: > I haven't used my Eclipse software in a while, so I need to update > it. Yet whenever I tell it to check for updates, I get an error > message that has about 10 error messages in it saying that no > repository was found. Any ideas??? > Read

Re: [android-developers] How to get the Facebook group notifications on my android app?

2013-01-07 Thread TreKing
On Mon, Dec 24, 2012 at 9:33 AM, ashish fugat wrote: > Please give me some useful threads and suggestions Use Google to search for Facebook API samples and tutorials. - TreKing

Re: [android-developers] Google Places API request limit

2013-01-07 Thread TreKing
On Sun, Dec 30, 2012 at 1:51 PM, wrote: > Can anyone offer reasons Google would deny increase limits? Or do we just > have to roll the dice and hope for the best? Any advice would be > appreciated, thanks. This has nothing to do with this list. -

Re: [android-developers] How can I create...

2013-01-07 Thread TreKing
On Sun, Dec 30, 2012 at 11:54 PM, John Cannon wrote: > How can I create an application from any website link? These sites will > give you an idea of what I'm trying to do. (www.appsgeyser.com or > www.websitetoapp.com) > Read the documentation section on Web Apps. ---

[android-developers] how to fix the error: android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 522) ?

2013-01-07 Thread ironox
i am working on android 4.1. recently i consequently get the android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 522) it is a random thing, but only happened in the apps that used MediaProvider! Caused by: android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 52

Re: [android-developers] Re: How can an app cause a hard freeze?

2013-01-07 Thread Kristopher Micinski
Of course not, but I never said this, I just said I'd used it to offload and beat a system level bug before... Then again, being able to do some logging can help you pinpoint where your error occurs: if you see tons of crashes where the log just ends, you can hone in on your error. I had this hap

Re: [android-developers] Re: How can an app cause a hard freeze?

2013-01-07 Thread Nathan
On Monday, January 7, 2013 4:21:45 PM UTC-8, jason_gates wrote: > > Hi, > > Thank you for the reply. > > > We are taking apples and oranges. Kostya is a developer who reported an > issue to the Android development team. He gave them a detailed stack trace > and copy of his app. The exception wa

Re: [android-developers] Sliding drawer stopped unexpectedly

2013-01-07 Thread TreKing
On Fri, Jan 4, 2013 at 3:11 PM, Kumar Aggarwal wrote: > Plz tell me abt this problem ASAP You need to use your debugger. Also, you need to learn to spell. - TreKing

Re: [android-developers] javax.crypto.BadPaddingException: pad block corrupted (only failing on Android 4.x)

2013-01-07 Thread Nikolay Elenkov
On Mon, Jan 7, 2013 at 8:18 PM, David Asta wrote: > I decided to debug it on Eclipse, and I discovered that my code only fails > on Android 4.x. Works fine with 2.2 and 3.0. How is it possible that the > same code doesn't work? Has really javax.crypto changed on Android 4.x? > It most probably f

Re: [android-developers] how to send Image in text file from android to java server

2013-01-07 Thread TreKing
On Mon, Jan 7, 2013 at 4:20 AM, wrote: > I'm new to android and i want to send image in text file from android to > java server as fast as possible. > So, please could you help me > What have you tried so far? -

Re: [android-developers] AndroidManifest.xml not updated when refactor->move in Eclipse

2013-01-07 Thread TreKing
On Tue, Dec 25, 2012 at 4:06 AM, wrote: > I would like to file a bugreport but I can't seem to figure out where I > have to do that, could someone tell me where? http://lmgtfy.com/?q=where+to+file+android+tool+bug+report -

Re: [android-developers] about getHeight

2013-01-07 Thread TreKing
On Wed, Jan 2, 2013 at 3:39 AM, lang langwanluo wrote: > i make container by LinearLayout, call addView() function add my Customer > view. > > two question: > > 1) i hope get Container height, before call addView and after call addView > > 2) if before call addView() get view height is better. > >

Re: [android-developers] Downloading a web page for offline viewing

2013-01-07 Thread TreKing
On Mon, Dec 24, 2012 at 1:47 AM, Lee Attewell wrote: > I want the app to save the favourite pages on the device to be viewed > offline. I tried a Google and got many offline browser apps, so I know it's > possible. I'm just not sure where to look in the documentation. This is not really Android-

Re: [android-developers] Layout is collapsed after orientation change in android ?

2013-01-07 Thread TreKing
On Sun, Jan 6, 2013 at 6:16 AM, wrote: > After change portrait to landscape the layout is collapsed . please help > me for solve this problem Explaining what "collapsed" means would be a good start. Have you read the documentation thoroughly and understand layouts and configurations? -

[android-developers] Re: Unable to resolve host "mysite.com" No address associated with hostname

2013-01-07 Thread Lew
John Merlino wrote: > I have a site up and running and I can even connect to it with the > emulator, and up to an hour ago I was able to connect to it with the > android device as well. However, now I am suddenly getting this > message when trying to connect to a URL while testing on the device

Re: [android-developers] Re: How can an app cause a hard freeze?

2013-01-07 Thread jason_gates
Hi, Thank you for the reply. We are taking apples and oranges. Kostya is a developer who reported an issue to the Android development team. He gave them a detailed stack trace and copy of his app. The exception was then analyzed by a professional development support team. As an aside, it doe

Re: [android-developers] Re: How can an app cause a hard freeze?

2013-01-07 Thread Nathan
On Monday, January 7, 2013 3:02:56 PM UTC-8, Kostya Vasilyev wrote: > > Not every system-level issue can be caught with app-side logging. > Agreed, and I think is one that won't. > All in all, dealing with OS level bugs (and I consider every device > freeze or reboot an OS level bug, no m

Re: [android-developers] [feature] group phones in "Active device installs by device"

2013-01-07 Thread TreKing
On Mon, Jan 7, 2013 at 1:59 PM, Anuj Goyal wrote: > Can an option be created to "group" similar phones? e.g. Samsung has many > variants of their phones. > Wrong forum. http://developer.android.com/support.html ---

Re: [android-developers] Re: How can an app cause a hard freeze?

2013-01-07 Thread Nathan
On Monday, January 7, 2013 1:52:12 PM UTC-8, jason_gates wrote: > > Hi, > > No problem :) > > > 1) Collection of an event log. I'm quoting the original post: > > > "I have very little to go on in these reports. After a full reboot, there > is little chance the logcat still has useful information

Re: [android-developers] Re: How can an app cause a hard freeze?

2013-01-07 Thread Kostya Vasilyev
Not every system-level issue can be caught with app-side logging. Consider this one as an example: http://code.google.com/p/android/issues/detail?id=42107 This one is not a freeze or a device reboot, but still -- -- there is no unhandled exception in the application (which could be trapped and

[android-developers] Unable to resolve host "mysite.com" No address associated with hostname

2013-01-07 Thread John Merlino
I have a site up and running and I can even connect to it with the emulator, and up to an hour ago I was able to connect to it with the android device as well. However, now I am suddenly getting this message when trying to connect to a URL while testing on the device: 01-07 17:52:42.650: W/System.

Re: [android-developers] Re: support for platform specific interfaces

2013-01-07 Thread Latimerius
I would say any thoughts of dropping Gingerbread are most likely premature at this point. Last time I checked, Gingerbread accounted for about a half of accesses to the market. I don't think you can afford to ignore that. Our own app usage seems skewed towards new Android versions but we'd still

Re: [android-developers] Re: How can an app cause a hard freeze?

2013-01-07 Thread Kristopher Micinski
True, I usually use a utility logging class that is a drop in replacement for android's `Log`. You can get proguard to compile these away appropriately easily (for empty methods used in a production build), and in this case I can simply dump the log to an SD card type location. I've done this bef

Re: [android-developers] Re: support for platform specific interfaces

2013-01-07 Thread Kevin Duffey
Dashman, I am curious why you would want to support anything previous to Android 2.1.. and really 2.2 these days. From what I can see on the graph, there is only a few % of devices with < Android 2.2 on them. I had a similar question with regard to when Android 4 will be the majority of devices in

Re: [android-developers] Re: How can an app cause a hard freeze?

2013-01-07 Thread jason_gates
Hi, No problem :) 1) Collection of an event log. I'm quoting the original post: "I have very little to go on in these reports. After a full reboot, there is little chance the logcat still has useful information. Since 4.1, we can't use any external programs to collect the log. I aim for p

[android-developers] Re: support for platform specific interfaces

2013-01-07 Thread dashman
i appreciate your help! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com F

Re: [android-developers] Re: Implementing Simple Help Page

2013-01-07 Thread TreKing
On Mon, Jan 7, 2013 at 3:35 PM, Jake Colman wrote: > What's the URL for your help page? https://sites.google.com/site/rezmobileapps/treking/help That's the root page. The way I set it up, there are sub-pages for each Activity and / or feature in the app. Then each Activity is rigged with a rel

Re: [android-developers] support for platform specific interfaces

2013-01-07 Thread Mark Murphy
On Mon, Jan 7, 2013 at 4:31 PM, dashman wrote: > i'm trying to maintain compatibility with v1.6. > > what'll happen when this code is run on v1.6? That depends a bit on what you have inside the braces. Let's say that your code is like this: if (Build.VERSION.SDK_INT>=Build.VERSION_CODES.HONEYCO

[android-developers] Re: Implementing Simple Help Page

2013-01-07 Thread Jake Colman
> "T" == TreKing writes: T> On Mon, Jan 7, 2013 at 9:29 AM, Jake Colman wrote: >> Should I create an Internet-based web page and use an activity >> with a WebView to display it? >> T> It's really up to you and depends on your app, but this is what I T> do. I have a lot

Re: [android-developers] support for platform specific interfaces

2013-01-07 Thread dashman
i'm trying to maintain compatibility with v1.6. what'll happen when this code is run on v1.6? On Monday, January 7, 2013 4:17:03 PM UTC-5, Mark Murphy (a Commons Guy) wrote: > > Yes, though the actual syntax will be something more like: > > if (Build.VERSION.SDK_INT>=Build.VERSION_CODES.HONEY

Re: [android-developers] Re: How can an app cause a hard freeze?

2013-01-07 Thread Kristopher Micinski
I'm unclear: why is writing your own event logger supposed to help here? Unfortunately I'm afraid whenever this kind of thing happens it's because you pushed some device or rom specific buttons (in the metaphorical sense), making it hard to diagnose. Kris On Mon, Jan 7, 2013 at 4:14 PM, jason_ga

Re: [android-developers] support for platform specific interfaces

2013-01-07 Thread Mark Murphy
Yes, though the actual syntax will be something more like: if (Build.VERSION.SDK_INT>=Build.VERSION_CODES.HONEYCOMB { // do something Android 3.0+ } referencing the android.os.Build class. Also note that this will only work on Android 2.0 and higher -- Android 1.x support is possible but mor

Re: [android-developers] Re: How can an app cause a hard freeze?

2013-01-07 Thread jason_gates
Hi, I have 2 suggestions :) First, I would review my code and make sure I've implemented try/catch/finally. You get inconsistent results if your application is not handling exceptions :) E.G. an attempt to use a value. Explicitly validate the value is not null. Place the block within a try/cat

[android-developers] support for platform specific interfaces

2013-01-07 Thread dashman
I'd like to use an android sdk interface that's available only in android v3.0 or later. i'd like to maintain compatibility with earlier platforms. i thought about reflection - but interface reflection does not seem to work. can i do this. if ( SYSTEM_PLATFORM >= 3.0 ) { // then directly ref

[android-developers] Re: Setting Widget B/G Color of the B/G Resource

2013-01-07 Thread Jake Colman
I do RemoteView.setInt to call methods on the layout id. Is there a way, using a similar technique, to get access to the drawable and mutate it? In other words, change the background color of the current background resource such that the widget uses that modified resource? I'm sure that the dow

Re: [android-developers] new adt bundle install gets "Failed to allocate memory: 8"

2013-01-07 Thread krishna kumar
hi all, actually i want lunch my app in android market but i have no any account ,so plz any body create my account i will give $27 krishna krishnakumar...@gmail.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

[android-developers] Re: javax.crypto.BadPaddingException: pad block corrupted (only failing on Android 4.x)

2013-01-07 Thread jason_gates
Hi, The exception message is misleading. If you've encoded the passwords with an earlier version of the Cipher library, then try to decode the password with a later version of the Cipher library, an exception is raised (like the "padding" exception you've posted). I've run into this when swi

[android-developers] [feature] group phones in "Active device installs by device"

2013-01-07 Thread Anuj Goyal
Can an option be created to "group" similar phones? e.g. Samsung has many variants of their phones. -- You received this message because you are subscribed to the Google Groups "Andr

Re: [android-developers] Implementing Simple Help Page

2013-01-07 Thread TreKing
On Mon, Jan 7, 2013 at 9:29 AM, Jake Colman wrote: > Should I create an Internet-based web page and use an activity with a > WebView to display it? > It's really up to you and depends on your app, but this is what I do. I have a lot of help pages (one per screen and / or feature) and I find it e

Re: [android-developers] Re: How can an app cause a hard freeze?

2013-01-07 Thread Nathan
Well, lo and behold, I have a Galaxy Nexus right next to me that is completely frozen this very minute. I thought reproducing a hard freeze on a device available to me would be a huge breakthrough. But no, nothing. The debugger detached without telling me anything. The logcat gives out with no

Re: [android-developers] javax.crypto.BadPaddingException: pad block corrupted (only failing on Android 4.x)

2013-01-07 Thread Mark Murphy
On Mon, Jan 7, 2013 at 6:18 AM, David Asta wrote: > I have this piece of code that I use to encrypt/decrypt password that are > stored on a sqlite3 database. You could consider switching to SQLCipher for Android: http://sqlcipher.net/sqlcipher-for-android/ It is pretty much a drop-in replacement

[android-developers] Re: Out of Memory

2013-01-07 Thread Nobu Games
Well, I guess it's the same old reoccurring question about Android bitmaps. And there's usually only one way to control the situation: *Do you recycle bitmaps when you're done using them?* (do you call the Bitmap.recycle() method...) That's usually the typical memory hog that accumulates over t

[android-developers] Re: javax.crypto.BadPaddingException: pad block corrupted (only failing on Android 4.x)

2013-01-07 Thread Nobu Games
I also use encryption in my apps and encountered various problems on different devices. Unfortunately the available crypto library implementation which comes with Android is apparently not really standardized and there are differences between manufacturers and devices. I even had a situation wh

[android-developers] Initiate a conference call pro-grammatically

2013-01-07 Thread David_Fisher
Hey guys, I'm trying to initiate a conference call from my app for the Samsung Galaxy S3. Its currently on Jelly Bean 4.1.2. Is there a way to invoke a conference call from my app? I would really appreciate if someone cud throw some light on it. Thanks. David -- You received this message because

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

2013-01-07 Thread Nobu Games
That's why the Google I/O 2011 presentation Evading Pirates and Stopping Vampiresshould be seriously taken into consideration. To recap the ad

[android-developers] Re: Implementing Simple Help Page

2013-01-07 Thread John Coryat
We use html based help in our app. It's easy to implement and maintain. Place the html page in your assets (we use assets/help) folder along with images that you want to display inside the help. While this means your help requires an app update to make changes, you don't have to be concerned wi

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

2013-01-07 Thread Nikolay Elenkov
On Jan 8, 2013 1:08 AM, "Raghav Sood" wrote: > > You can get the name of the app that installed your app using: > > http://developer.android.com/reference/android/content/pm/PackageManager.html#getInstallerPackageName(java.lang.String) > > If it matches the Google Play package name, then it was in

Re: [android-developers] Keystore was tampered with?

2013-01-07 Thread bob
Yes, I did have the wrong password. I guess sometimes Occam's razor works. On Sunday, January 6, 2013 12:19:21 AM UTC-6, Nikolay Elenkov wrote: > > > On Jan 6, 2013 1:48 PM, "bob" > > wrote: > > > > > > > Is there a way to see which is the case: if the password is incorrect or > if the keysto

[android-developers] Re: Reverse Tether as Standard Android Feature

2013-01-07 Thread bob
Most people probably use WiFi. Are you really somewhere where you can't get Wifi? On Saturday, December 29, 2012 2:38:21 PM UTC-6, Jezwin Jebanesan wrote: > > Hello, > > I have been trying to find a reverse tether app for my Android > device. Unfortunately, all the apps that I found for th

Re: [android-developers] OpenGL ES 2.0 glDrawElements() context switches for long time

2013-01-07 Thread Adam Metcalf
Thanks Romain, I do have a systrace, although I didn't quite know how to read it yet. This is my first time using it to diagnose a problem. From what I can see, both cpus are mostly idle in the middle of the renderer thread. Thread-20833 is the game logic Thread Thread-20832 is the GLSurfaceVie

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

2013-01-07 Thread Raghav Sood
You can get the name of the app that installed your app using: http://developer.android.com/reference/android/content/pm/PackageManager.html#getInstallerPackageName(java.lang.String) If it matches the Google Play package name, then it was installed through Google Play. On Mon, Jan 7, 2013 at 8:

Re: [android-developers] Reverse Tether as Standard Android Feature

2013-01-07 Thread Robert Greenwalt
reverse tether through what? USB? I think it's a matter of priority. Android does support ethernet via USB dongle and that's often more useful than a usb link. On Sat, Dec 29, 2012 at 12:38 PM, Jezwin Jebanesan wrote: > Hello, > > I have been trying to find a reverse tether app for my Android

[android-developers] Re: hi friends

2013-01-07 Thread bob
Please make sure the second parameter to Toast.makeText is correct. Hint: it should not be 3000. On Monday, January 7, 2013 2:19:48 AM UTC-6, sree wrote: > > Hi friends, > Please see above attachments, > > In image one i am using imageview,button,textview. > when i click button text is str

[android-developers] Implementing Simple Help Page

2013-01-07 Thread Jake Colman
I'd like to implement a simple Help page for my widget so that my users know all the tappable areas of the widget and what will happen when they tap. What is the best way to do this? Should I create an Internet-based web page and use an activity with a WebView to display it? If so, any recommen

Re: [android-developers] OpenGL ES 2.0 glDrawElements() context switches for long time

2013-01-07 Thread Romain Guy
Hi Adam, This is typically the kind of performance issue that is best diagnosed with systrace instead of traceview. Traceview shows your process is busy waiting on something else and systrace should be able to show what. On Sun, Jan 6, 2013 at 1:31 PM, Adam Metcalf wrote: > I have been trying

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

2013-01-07 Thread Kevin Duffey
Interesting topic.. I was just reading about DexGuard, which is about $450 USD I think.. seems worth it to me if it works well and you're making money on your apps. Question though.. is there a way to know if someone bought the app (downloaded through a store it was published to) or just installed

[android-developers] Re: Shared preference usage

2013-01-07 Thread bob
Shared preference is to persist a setting for a long time. Even thru phone reboots and such. On Monday, January 7, 2013 5:48:31 AM UTC-6, tom wrote: > > Hi, > > I have clear explanation of "What is the difference between shared > preference and other variable?" and "why we are using the s

[android-developers] Re: Out of Memory

2013-01-07 Thread bob
Are you talking about the Gallery View subclass or a Gallery Intent? On Sunday, January 6, 2013 12:14:10 AM UTC-6, Shubham Aggarwal wrote: > > Hi, I developed android photography application. I draw more than one > Bitmaps at the time. I am loading bitmaps efficiently using > BitmapFactory.

Re: [android-developers] Convert a view (layout) to a Bitmap

2013-01-07 Thread bob
Maybe you could explicitly call the drawing method of the View passing in your own Canvas? On Sunday, January 6, 2013 6:21:11 AM UTC-6, Justin Buser wrote: > > I agree that people deserve respect, however I don’t feel that my response > was disrespectful. If I was curt it was only because I

Re: [android-developers] Get Problems with Google Map V2 SupportMapFragment in a Viewpage

2013-01-07 Thread John Spartan
Hi Mark, thanks for your post. i know that Fragment_Map needs to inherit from FragmentActivity. what i want is a viewpage with 2 fragments which i can swipe between these 2 fragments. one of the fragments shows only a picture. the another one should show the GoogleMap. when i want to use a view

[android-developers] Re: My sold apps, where does the money transfer to?

2013-01-07 Thread bob
On Saturday, January 5, 2013 10:04:12 AM UTC-6, Yau Tamiya wrote: > > I had to ask this simple question here since my google searches led me to > the customers perspective, hopefully you can forgive me for such > insignificant question. > > Basically I've set up a google dev account to share my

[android-developers] Re: webview in android

2013-01-07 Thread bob
Maybe webview.clearView() ? On Monday, January 7, 2013 3:17:07 AM UTC-6, laxman k wrote: > > how to clear previously loaded content of webview in android > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

Re: [android-developers] Public Key to XMLDSIG sign

2013-01-07 Thread Nikolay Elenkov
On Thu, Dec 27, 2012 at 9:47 PM, mbarbiero wrote: > > My problem is in the pass 2... I extract public key from certificate, but It > is not equal to the PublicKey XML DSIG generated by other aplications. If you don't get exceptions while creating the keys, you are probably OK. The encoding metho

[android-developers] How to establish socket connection from Android Emulator to another pc which is on the same lan ?

2013-01-07 Thread Mars P
I am very new to Android. Our lan is working in class C IP (192.168.1.x series). I need to establish socket connection between android emulator(Server) and java eclipse (eclipse-java-juno-SR1) which is acting like a client. As I got a information from "http://developer.android.com"; website

[android-developers] Public Key to XMLDSIG sign

2013-01-07 Thread mbarbiero
Dear... I need to create a app to generate XML DSIG compliance signature . My first options, obviously, is use a magic Java class that sign XML in one pass, but not exist in Android. Then, I need create a code to: 1 - read a certificate into keystore; 2 - extract private key and public key; 3 - g

[android-developers] Preloading tabs in ViewPager

2013-01-07 Thread Matt Burtch
Hello, I'm trying to create a application that uses the multiple fragments controlled by a ViewPager, each of which might need system wide resources. For example, two fragments both use the rear-facing camera, and show a camera preview. My issue comes up when the two fragments are positioned

  1   2   3   >