Re: [android-developers] Re: hi

2013-01-08 Thread sree android
i am reading data from webservices using ksoap. -- 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+unsubs

[android-developers] Re: hi

2013-01-08 Thread skink
sree android wrote: > Hi friends, > In android which Sorting technique is better. > In Above image i wanna(want) to sort on Priority(High,Normal,Low). > first display high after Normal,then low. > how ,anybody share a snippet of code and suggession. > Please it is urgent for me. > > > Thank you i

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2013-01-08 Thread Rajan Thakrar
see this link : http://stackoverflow.com/questions/1270191/how-to-parse-this-web-service-response-in-android (see: Rooban Abraham POST) On Tue, Jan 8, 2013 at 6:48 PM, Krishna Mahadik wrote: > Hi, > Give me a days time. I am busy right now

[android-developers] Re: hi

2013-01-08 Thread Jonathan S
If those data provided by SQLite database? If yes, SQLiteDatabase has query methods that you can use for sort by. On Wednesday, January 9, 2013 12:29:33 AM UTC-5, sree wrote: > > Hi friends, > In android which Sorting technique is better. > In Above image i wanna(want) to sort on Priority(High,No

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

2013-01-08 Thread kmr
Hi kostya Vasilyev, thanks for your suggesion .in android sourece code where can i see related code On Wednesday, January 9, 2013 4:19:47 AM UTC+5:30, Kostya Vasilyev wrote: > > The system already does this, except since 2.3 the default > out-of-the-box setting is to not switch off WiFi whe

[android-developers] eventlistener to indicate when program composes a text message

2013-01-08 Thread Sililo Masifilo
I am trying to develop an eventlistener to retun and indicate if someone is starting a text message program I am thinking of structuring it as boolean (phone number/contact) boolean (emptytextbody) boolean (button to send) wanted to get some additional feedback to save time if I am off track or

[android-developers] Re: pass parameters between threads

2013-01-08 Thread G. Blake Meike
Hey John, Honestly, your code is freaking ingenious. Unfortunately it is also really, really wrong. As the usual crowd has pointed out, even if you do get this approach to work once or twice, it really is just the wrong idea. If you are willing to do stuff that is this clever, you can total

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

2013-01-08 Thread ironox
it happen only on one device。 this device 's storage is very special,, it has two storage ,,sdcard is mounted under /storage/sdcard0 , internal storage for users is mounted under /storage/sdcard0/external_sd when sdcard is removed , internal storage for users is mounted under /storage/sdcard0

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

2013-01-08 Thread lincoln
I'm sorry for my mistake,the API is monkeyDevice.takeSnapshot() . My SDK tools version is 20,platform-tools reversion is 10,not the latest reversion. On Tuesday, January 8, 2013 2:22:06 PM UTC+8, lincoln wrote: > Hi,all: > > Why I use monkeyrunner.takesnapshot(),I get a blurred im

[android-developers] Re: pass parameters between threads

2013-01-08 Thread Lew
John Merlino wrote: > I think the type declaration " Map" was turning it > into a local variable, but when I remove that, the error goes away and > it becomes part of the instance variables of the class > What you said there doesn't make sense. A variable has to be explicitly declared as a cl

[android-developers] Settings app crashes when clicked on storage on Jelly Bean Emulator

2013-01-08 Thread Monty Jain
hey Settings app crashes when clicked on storage on Jelly Bean Emulator. Has anyone also faced this issue? Any work around thanks Monty -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-devel

[android-developers] Re: pass parameters between threads

2013-01-08 Thread John Merlino
I think the type declaration " Map" was turning it into a local variable, but when I remove that, the error goes away and it becomes part of the instance variables of the class On Jan 8, 6:38 pm, TreKing wrote: > On Tue, Jan 8, 2013 at 5:27 PM, John Merlino wrote: > > I have a thread to make a w

Re: [android-developers] pass parameters between threads

2013-01-08 Thread TreKing
On Tue, Jan 8, 2013 at 5:27 PM, John Merlino wrote: > I have a thread to make a web service request. And then I get the data and > store it in response variable. Now I need to add items to the map on the > main thread, but how do i get the response data back in the main thread. > Use AsyncTask.

Re: [android-developers] Dozens of webviews, or something else?

2013-01-08 Thread TreKing
On Wed, Jan 2, 2013 at 11:23 AM, peppergrower < spamcomefindmeple...@gmail.com> wrote: > However, I'm wary of just dropping in a WebView in place of the TextView, > since there will typically be 30-40 items in the list, sometimes up to 100 > or so. I'm under the impression that WebView is kind of

Re: [android-developers] How long is the pending stage after you have paid for the Android Developer Registration?

2013-01-08 Thread TreKing
On Sun, Jan 6, 2013 at 12:58 PM, Blake Deister wrote: > Is this normal does it take like more than 3 days? Wrong forum. This list is for developing apps with the Android SDK. Try: http://developer.android.com/support.html ---

[android-developers] pass parameters between threads

2013-01-08 Thread John Merlino
I have a thread to make a web service request. And then I get the data and store it in response variable. Now I need to add items to the map on the main thread, but how do i get the response data back in the main thread. Here is what I have: private void processHistory(final String authkey, final

Re: [android-developers] how to get data from choice_mode_multiple

2013-01-08 Thread TreKing
On Tue, Jan 8, 2013 at 12:47 PM, prudhvi p n v wrote: > I want to get the selected contacts data Read the ListView docs - it has methods for getting the checked item positions and for getting each item in the list.

[android-developers] Re: Error "there isn't enough space on internal download storage " in internal download app

2013-01-08 Thread Monty Jain
hey Bob I wiped the data and gave 1024 MB of internal memory space. Still I get same error :(. My app I sonly 500KB. I suspect its some other issue an dits giving wrong error msg no? thanks Monty On Tuesday, January 8, 2013 2:18:01 PM UTC-8, bob wrote: > Go to the *AVD Manager*. > > Se

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

2013-01-08 Thread Kostya Vasilyev
The system already does this, except since 2.3 the default out-of-the-box setting is to not switch off WiFi when the device goes to sleep (I assume it's because the hw can be put into some sort of low-power mode). This can be changed in system settings -> wireless -> WiFi -> Menu -> Advanced -> "K

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

2013-01-08 Thread Nathan
On Monday, January 7, 2013 7:10:12 AM UTC-8, FunVector wrote: > > I noticed new apps shown on Google play Store are sometimes 1 month old. > Problem? One month old is pretty new. | Wrong forum. This list is for developing apps with the SDK. Yeah, that too. -- You received this message beca

[android-developers] Re: Error "there isn't enough space on internal download storage " in internal download app

2013-01-08 Thread bob
Go to the *AVD Manager*. Select the AVD. Click start. Check the "Wipe user data" box and "Launch". Also, how much Internal Storage did you give it? 200MB might not be enough. On Tuesday, January 8, 2013 3:55:04 PM UTC-6, Monty Jain wrote: > > hey > >thanks for ur response. I ju

[android-developers] Re: Error "there isn't enough space on internal download storage " in internal download app

2013-01-08 Thread Monty Jain
hey thanks for ur response. I just created this new emulator so was wondering that is this error msg real one or some other error is happening? BTW how do u wipe? another thing my settings app on JB emulator keeps crashing? Known issue? Monty On Tuesday, January 8, 2013 1:51:03 PM UTC-8,

[android-developers] Re: Error "there isn't enough space on internal download storage " in internal download app

2013-01-08 Thread bob
There's not enough free space on your emulator. Maybe do a "wipe" on your emulator? On Tuesday, January 8, 2013 3:43:45 PM UTC-6, Monty Jain wrote: > > hey > >I am trying to download a app from a URL but I keep getting error > "there isn't enough space on internal download storage " in

[android-developers] Error "there isn't enough space on internal download storage " in internal download app

2013-01-08 Thread Monty Jain
hey I am trying to download a app from a URL but I keep getting error "there isn't enough space on internal download storage " in internal download app on Jelly Bean emulator. this same thing works fine on real device? any idea thanks Monty -- You received this message because you are s

Re: [android-developers] AVD GPU acceleration on Ubuntu/Linux w/Intel graphics? (Or OpenGL ES somehow?)

2013-01-08 Thread Kostya Vasilyev
Yes -- Ubuntu 12.10, 64 bit, Intel i7 3770 (built-in video, whatchacallit -- HD 4000?) It worked on the same system under Debian / Wheezy 64 bit before, and stopped working after the update to Android tools 21. Issue filed as: http://code.google.com/p/android/issues/detail?id=40001 Right now, it

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

2013-01-08 Thread TreKing
On Tue, Jan 8, 2013 at 1:16 AM, kmr wrote: > can any one help me how to turnoff wifi when device goes to sleep mode or > ideal mode. > I don't know what "ideal" mode is, but I thought the wifi is turned off when the device sleeps ... ? > i have no idea about android frame work from where i

Re: [android-developers] Can't upgrade app

2013-01-08 Thread TreKing
On Mon, Jan 7, 2013 at 12:54 PM, Goedang JoJo wrote: > Yes, I am using the same keystore as the previous apk. But what's with the > second SHA1? where does it come from? I would try rebuilding then re-exporting the app and try again. Also try clearing browser cache / cookies and / or use a diff

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

2013-01-08 Thread TreKing
Wrong forum. This list is for developing apps with the SDK. http://developer.android.com/support.html - TreKing - Chicago transit tracking app for A

Re: [android-developers] Network Class Loader

2013-01-08 Thread Kristopher Micinski
This should be the relevant information, should you want to go ahead with this idea: http://android-developers.blogspot.com/2011/07/custom-class-loading-in-dalvik.html Kris On Tue, Jan 8, 2013 at 3:45 PM, Kevin Duffey wrote: > Agreed Kris.. but with the absence of URLClassLoader, I was just cur

Re: [android-developers] Link to Google Play Application from an WEB PAGE

2013-01-08 Thread TreKing
On Thu, Jan 3, 2013 at 9:31 AM, SeungMin Lee wrote: > Any Solution? Leave it alone and let the user choose how they want to view the link. - TreKing

[android-developers] Re: multiplayer simulation without devices

2013-01-08 Thread Lew
Grzegorz Patynek wrote: > Hey, i [sic] am writing a multiplayer game and want to test it but don't > have two devices. > Is it possible to connect two emulators between each other? > Would you directly connect two devices to each other in the real scenario? Multiplayer games usually require a

Re: [android-developers] OpenGL 1.0 or 1.1?

2013-01-08 Thread a1
W dniu wtorek, 8 stycznia 2013 20:53:49 UTC+1 użytkownik bob napisał: > > Yeah, I thought I remember something about 1.5 allowing you to do this. > > > But, I built it for 1.5, and it complains on the Nexus 7. > Because it's a bug and in fact a really bad one. GL take ownership of pointers pas

Re: [android-developers] OpenGL 1.0 or 1.1?

2013-01-08 Thread Kevin Duffey
You built recently for 1.5? With anything pre 2.2 combined being less than about 5% of the market.. why bother? I guess I have a hard time understanding supporting a very tiny fraction of the market when the payoff is so little and the work so much. Hence my question on -discuss regarding when 4.x

Re: [android-developers] Network Class Loader

2013-01-08 Thread Kevin Duffey
Agreed Kris.. but with the absence of URLClassLoader, I was just curious if you could download a class and load it with this approach. I would not want to load code like this either on a phone given the multitude ways it could crash the phone.. and make your app look bad. On Tue, Jan 8, 2013 at

Re: [android-developers] Re: Send multidimensional array via POST request?

2013-01-08 Thread Kevin Duffey
In regards to George's reply.. that works.. but depending on the library you use (looking at you org.json.*) it could eat up a bit of memory... obviously something to avoid on phones/tablets if possible. Jackson has an additional library for support a JSONObject, but with the mapping features, you

Re: [android-developers] Re: Send multidimensional array via POST request?

2013-01-08 Thread Kevin Duffey
JSON is the only way to go.. most compact, supports object trees easily, jackson is fast stream parser and can map to objects from json string and vice versa.. look it up, use it. You won't go back. On Tue, Jan 8, 2013 at 11:56 AM, George Baker wrote: > Sorry hit enter too quick. Example below.

[android-developers] Re: Send multidimensional array via POST request?

2013-01-08 Thread George Baker
Sorry hit enter too quick. Example below. This creates a value of error containing two addtional name value pairs. JSONObject msgJSON = new JSONObject(); msgJSON.put("error", new JSONObject()); msgJSON.getJSONObject("error").put("code", errorCode); msgJSON.getJSONObject("er

Re: [android-developers] Network Class Loader

2013-01-08 Thread Kristopher Micinski
You really don't want to do this, it won't work (because Dalvik is not something that takes a jar) and is horrible security practice. In general, you should always be very skeptical when you run code you got from somewhere else: big security problems pop up. Kris On Tue, Jan 8, 2013 at 2:10 PM,

[android-developers] Re: Send multidimensional array via POST request?

2013-01-08 Thread George Baker
I would also recommend JSON. As Nobu said it is compact and many server side programming languages have libraries readily available for it. Otherwise as far as I know mimicking a form post doesn't offer an input type that natively supports an embedded name value pair. Here's an example on h

Re: [android-developers] OpenGL 1.0 or 1.1?

2013-01-08 Thread bob
Yeah, I thought I remember something about 1.5 allowing you to do this. But, I built it for 1.5, and it complains on the Nexus 7. On Tuesday, January 8, 2013 12:51:21 PM UTC-6, a1 wrote: > > > > W dniu wtorek, 8 stycznia 2013 18:39:38 UTC+1 użytkownik bob napisał: >> >> Well, I was getti

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

2013-01-08 Thread Nobu Games
Last time I checked, that app wasn't that sophisticated. I believe it just "parrots" what the user says by recording audio and playing it back with a higher pitch. For making that possible you'd need to continuously record audio in a fixed size memory chunk where old audio data will be overwrit

[android-developers] Re: Send multidimensional array via POST request?

2013-01-08 Thread Nobu Games
You can: - invent a format that can be processed by your server. - use XML as suggested by JackN. But here as well you need to define a format - use JSON because it is more compact than XML and supports arrays and multidimensional arrays On Saturday, January 5, 2013 11:03:01

Re: [android-developers] Network Class Loader

2013-01-08 Thread Kevin Duffey
couldn't you download a jar or class file other ways then use this to load it? On Jan 8, 2013 9:19 AM, "Mark Murphy" wrote: > You mean, besides the fact that URLClassLoader doesn't work with > Dalvik files (AFAIK) and that loading a library directly from the > network is totally insecure? > > On

Re: [android-developers] OpenGL 1.0 or 1.1?

2013-01-08 Thread a1
W dniu wtorek, 8 stycznia 2013 18:39:38 UTC+1 użytkownik bob napisał: > > Well, I was getting this error: > > ... called a GL11 Pointer method with an indirect Buffer > > > As a long shot, I was hoping maybe OpenGL 1.0 would just let me use > indirect Buffers. Then maybe I wouldn't have to chan

[android-developers] how to get the data which is selected( checked) contacs from CHOICE_MODE_MULTIPLE

2013-01-08 Thread prudhvi p n v
I have read the contacts with a check-box listview After selecting the contacts and on pressing a button , i want to get the checked/selected items .. Any one could help me with writing a setclickonlistener() button for getting all the selected contacts -- You received this message because you a

[android-developers] I can not choice in eclipse Qvga 240x320

2013-01-08 Thread Antonis Kanaris
I can not choice in eclipse Qvga 240x320 2.7 for small layout.Graphical layout no work...I have message Exception raised during rendering: Index: 1, Size: 1 Exception details are logged in Window > Show View > Error Log Why? How i fix it? Avd manager is ok. -- You received this mess

[android-developers] Re: Send multidimensional array via POST request?

2013-01-08 Thread JackN
why not use xml? On Saturday, January 5, 2013 9:03:01 AM UTC-8, Roman Bugaian wrote: > > It's simly to send POST reaquest with Lists consisting of > BasicNameValuePair, but how to send a pair, where a value is another list > of pairs? -- You received this message because you are subscribed to

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

2013-01-08 Thread JackN
Whats a java server? do you mean j2ee? On Monday, January 7, 2013 2:20:39 AM UTC-8, ajinkyas...@gmail.com wrote: > > Hi, > 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 > > Thanks & Regards > -- You re

[android-developers] Child Canvas Activity Width Reduction

2013-01-08 Thread tma
Greetings, When called via a parent activity the width of my canvas screen is reduced/limited to about half screen. The same code when run as a stand alone app fills the full width of the screen which is what I wish to have also happen when it is merged into the overall package and called fr

Re: [android-developers] OpenGL 1.0 or 1.1?

2013-01-08 Thread bob
Well, I was getting this error: ... called a GL11 Pointer method with an indirect Buffer As a long shot, I was hoping maybe OpenGL 1.0 would just let me use indirect Buffers. Then maybe I wouldn't have to change as much code. On Tuesday, January 8, 2013 10:10:29 AM UTC-6, Romain Guy (Googl

Re: [android-developers] Network Class Loader

2013-01-08 Thread Mark Murphy
You mean, besides the fact that URLClassLoader doesn't work with Dalvik files (AFAIK) and that loading a library directly from the network is totally insecure? On Tue, Jan 8, 2013 at 12:12 PM, Jan Burse wrote: > Dear All, > > I am just read: > >Provides a simple ClassLoader implementation tha

[android-developers] MediaMetadataRetriever compatibility

2013-01-08 Thread Grzegorz Patynek
Hey, i would like to have MediaMetadataRetriever compatible with android api level 8, but it is added since api level 10. Is there any alternative running it? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema

[android-developers] Network Class Loader

2013-01-08 Thread Jan Burse
Dear All, I am just read: Provides a simple ClassLoader implementation that operates on a list of files and directories in the local file system, but does not attempt to load classes from the network. Android uses this class for its system class loader and for its application clas

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

2013-01-08 Thread Nobu Games
The documentation of that exception says: /** * An exception that indicates that an IO error occured while accessing the * SQLite database file. */ Which might be an indication for the following scenarios: - Disk is full - Disk is corrupt - File system is corrupt - File does not

Re: [android-developers] Android Network Application Service

2013-01-08 Thread Robert Greenwalt
You're not giving enough info here. Is the server on a private network or is it world routable? When you say "the phone is connected to the PC" do you mean tethered, reverse tethered, simple adb connection, etc? Is the server running on the PC or elsewhere? Is the PC network-connected to the se

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

2013-01-08 Thread Robert Greenwalt
The error says that the dns server the device is talking to can't resolve the name. It may also mean we can't talk to the dns server. Can you resolve other names (google.com, cnn.com, etc)? Are you on wifi or mobile data? Are you talking to a public dns server? Is your server world accessible

[android-developers] Re: question about an error

2013-01-08 Thread RichardC
AOSP groups are here: http://source.android.com/community/index.html On Friday, January 4, 2013 11:04:43 PM UTC, mbiuk...@gmail.com wrote: > > I'm making Android in Ubuntu 12.04, but getting so many errors, Below is > the latest one I am getting during build: > > target Symbolic: libjni_latinime

Re: [android-developers] OpenGL 1.0 or 1.1?

2013-01-08 Thread Romain Guy
No you cannot choose at such a fine level. Just don't use OpenGL ES 1.1 features. Out of curiosity, why? (I would even recommend you used OpenGL ES 2.0 :) On Jan 8, 2013 7:50 AM, "bob" wrote: > Is there a way to tell Android whether you want to use OpenGL 1.0 or 1.1? > > > I want to tell it to us

Re: [android-developers] Is it possible to detect the 3g power state?

2013-01-08 Thread Robert Greenwalt
We don't currently get radio power state info. Sorry. On Tue, Jan 1, 2013 at 2:33 AM, Sajal Kayan wrote: > Regarding : > http://www.research.att.com/export/sites/att_labs/library/image_gallery/articles/2011_Jan-Mar/201103_ARO_state_machine.png > > Is it possible to detect what state the 3g rad

[android-developers] OpenGL 1.0 or 1.1?

2013-01-08 Thread bob
Is there a way to tell Android whether you want to use OpenGL 1.0 or 1.1? I want to tell it to use 1.0, not 1.1. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Re: Hi everyone! Having doubt regarding internet speed test app

2013-01-08 Thread Lew
geek@ wrote: > I just learned android [sic] about one month and developed two small > projects on that and now i [sic] am trying to do new project that checking > internet speed. But i dont know where to start and is it possible to do > that? > > And i cannot afford financial investment on

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

2013-01-08 Thread bob
Maybe use voice recognition and then Text To Speech? On Monday, November 12, 2012 1:24:51 AM UTC-6, santosh kumar wrote: > > Hello All, > I want to develop an application similar to talking tom, > does anyone have source code for that application or any link pls share. >

[android-developers] Re: Need help with AVD

2013-01-08 Thread Asaf Nassi
yes, I am, I using Eclipse-ADT and the android-sdk is r21 there isn't samsung galaxy s3 in the list On Monday, January 7, 2013 4:56:26 AM UTC+2, rober...@live.com wrote: > > >> There should be some preset ones already on there. Are you using Eclipse? >> > -- You received this message because y

[android-developers] Re: How to add AdMob

2013-01-08 Thread bob
Please see this: https://developers.google.com/mobile-ads-sdk/docs/ Add this: * * * * And this: * * * * On Monday, January 7, 2013 11:18:53 PM UTC-6, askl wrote: > > Hello Friends, > > I've many times try to add AdMob to my android application 2.1. But there > is a problem with *An

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

2013-01-08 Thread Lew
keken wrote: > httρs://play.gооgle.cоm/store/apps/details?id=cоm.keken.whack > It's free and fun.Download it now. > Not on a bet. Too many exclamation points. Not enough explanation. -- Lew -- You received this message because you are subscribed to the Google Groups "Android Developers" g

Re: [android-developers] Re: hi friends

2013-01-08 Thread bob
*duration* How long to display the message. Either LENGTH_SHORT or LENGTH_LONG On Monday, January 7, 2013 10:19:24 PM UTC-6, sree wrote:

[android-developers] Re: error in running hello android app

2013-01-08 Thread bob
Fixed in r13. Update your SDK Tools? On Tuesday, January 8, 2013 6:28:40 AM UTC-6, yashika wrote: > > Hi, > when i m trying to run Hello android app following error is occured- > > invalid command-line parameter: files\android\android-sdk\tools\imaged. > Hint: use '@foo' to launch a virtual device

[android-developers] Re: How to avoid useless getView in GridView?

2013-01-08 Thread Streets Of Boston
See my answer in your earlier question in this group. On Tuesday, January 8, 2013 12:04:38 AM UTC-5, William Guy wrote: > > I have tested GridView behavior in getView, and i got: > > > 01-08 11:18:55.925: E/getView(4113): Position: 0, Child Count: 0, > ConvertView: Null > > 01-08 11:18:55.945: E

[android-developers] Re: How to avoid useless getView in GridView

2013-01-08 Thread Streets Of Boston
It probably has something to do with the scrap-head, where recycled views are stored. I wouldn't worry about it too much. On Monday, January 7, 2013 11:57:04 PM UTC-5, William Guy wrote: > > I have tested GridView behavior in getView() , and i got: > > 01-08 11:18:55.925: E/getView(4113): Positi

Re: [android-developers] Maps API v2 and WRITE_EXTERNAL_STORAGE permission

2013-01-08 Thread Jamie
I think it's definitely option 3, as everything appears to work but I then live in fear that it can die at any random point in the future. I think I'll give the client the option with a strong opinion that they really should include it and if they take the risk to exclude that is up to them! C

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

2013-01-08 Thread David Asta
PBEWITHMD5ANDDES is also common and with exact name. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+u

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

2013-01-08 Thread David Asta
Thanks a lot Nikolay! I can see the list from 2.2 and 4.2 differs quite a lot. The one you mention is indeed in the list. Funny enough in 2.2 is named as PBEWITHSHA256AND256BITAES-CBCBC and in 4.2 as PBEWITHSHA256AND256BITAES-CBC*-*BC, though I guess is exactly the same, but then I'll have to

Re: [android-developers] Paid app updated free/paid?

2013-01-08 Thread Mohamed KARAMI
It will be updated with no charges. __ Mohamed Karami Wanamlite.com SmartMaroc.com On Tue, Jan 8, 2013 at 2:35 PM, Muhammad Rashid wrote: > Hi all, > > Please explain below scenario: > > I buy paid app for 1.49$, after 2 weeks an update of that paid app comes > on Google Play, t

[android-developers] Paid app updated free/paid?

2013-01-08 Thread Muhammad Rashid
Hi all, Please explain below scenario: I buy paid app for 1.49$, after 2 weeks an update of that paid app comes on Google Play, then will my app update automatically or do i have to pay another 1.49$ for this updated version? Kind Regards, Muhammad Rashid -- You received this message because

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

2013-01-08 Thread Nikolay Elenkov
On Tue, Jan 8, 2013 at 9:40 PM, David Asta wrote: > Hmm, interesting; using SecretKeyFactory keyFactory = SecretKeyFactory > .getInstance("PBKDF2WithHmacSHA1"); (taken from > http://nelenkov.blogspot.jp/2012/04/using-password-based-encryption-on.html) > gives and exception NoSuchAlgorithmException

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

2013-01-08 Thread Nikolay Elenkov
On Tue, Jan 8, 2013 at 7:01 PM, David Asta wrote: > > It's a bit shocking though, that Android isn't as standard as I thought. > cases like the ones Nobu Games and Jason are talking about, or even what > happened to me, just get me surprised. Now I understand why so many apps on > the Market recei

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

2013-01-08 Thread gc
You can convert the file using Base64 save it as an ASCII file and send it to the server or send it over a web service. On Monday, January 7, 2013 4:20:39 AM UTC-6, ajinkyas...@gmail.com wrote: > > Hi, > I'm new to android and i want to send image in text file from android to > java server as fa

[android-developers] Re: how to create a app to show an jpg image stored in emulator, through an android app

2013-01-08 Thread tom
Are u asked about to store the image in mobile gallary? On Tuesday, January 8, 2013 6:04:53 PM UTC+5:30, yashika wrote: > > Hi, > i m fresher plz help me how to craete an app which shows portion of a jpeg > image which is stored in emulator or mobile. > and how to store a image in emulator. >

Re: [android-developers] Re: Problem in larger xml parsing with SOAP web service

2013-01-08 Thread Krishna Mahadik
Hi, Give me a days time. I am busy right now, will come back to see ur query ASAP. Thanks & Regards, Spike On Fri, Dec 28, 2012 at 5:15 PM, wrote: > hi spike, > As rajan post output of web service when returning dataset. > > Actual problem: I am creating a web service in >net which returns Data

[android-developers] Re: Maps API v2 and WRITE_EXTERNAL_STORAGE permission

2013-01-08 Thread Spiral123
Personally I would not recommend leaving out the permission and hoping that things work now and in the future. If there is functionality that your client requires from the Maps V2 API then I would recommend to them that they suck it up and include the permission - or at least that they take the

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

2013-01-08 Thread David Asta
Hmm, interesting; using* SecretKeyFactory keyFactory = SecretKeyFactory .getInstance("PBKDF2WithHmacSHA1");* (taken from http://nelenkov.blogspot.jp/2012/04/using-password-based-encryption-on.html) gives and exception *NoSuchAlgorithmException* on Android 2.2, but not on 4.2. So I guess I cann

[android-developers] how to create a app to show an jpg image stored in emulator, through an android app

2013-01-08 Thread yashika
Hi, i m fresher plz help me how to craete an app which shows portion of a jpeg image which is stored in emulator or mobile. and how to store a image in emulator. pls help me. thanks yashika -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

Re: [android-developers] Maps API v2 and WRITE_EXTERNAL_STORAGE permission

2013-01-08 Thread Mark Murphy
I haven't tried withholding that permission. You are welcome to give it a shot. I see three possible outcomes: 1. You crash immediately, just as you will if you do not have the element for OpenGL ES 2.0, as Maps V2 checks some of this stuff as part of its initialization. 2. You crash almost imme

[android-developers] error in running hello android app

2013-01-08 Thread yashika
Hi, when i m trying to run Hello android app following error is occured- invalid command-line parameter: files\android\android-sdk\tools\imaged. Hint: use '@foo' to launch a virtual device named 'foo'. please use -help for more information plz help me to solve this problem -- You received this

[android-developers] problem in printing image on bluetooth printer.

2013-01-08 Thread Vaibhav Yerawar
Hi, I am trying to implement printing feature in my Android application. I successfully print text data on bluetooth printer using socket programming but when I am trying same with images, I can get garbage code. I am trying use drivers in my application. Please provide the solution. Thanks & Regar

[android-developers] Getting user informations

2013-01-08 Thread Cyril Vlaminck
I'm trying to obtain user personal data written in his 'Me' contact. So I have found that I need READ_PROFILE permission, but when I tried to use ContentResolver.query(), I got an exception. So I need READ_CONTACTS too to make it works. Is there a way to do it without this permission, I feel like

[android-developers] Help on updating and relayouting a view

2013-01-08 Thread Vaidesh
Hi, I am a new Andriod Developer and I am trying to write a very simple activity. The activity uses LinearLayout with vertical orientation. It has 3 controls - button, textview, and another textview. All I want to do is that when the button is clicked, the visibility of the textview in the mid

[android-developers] Re: External data storage - Best practise

2013-01-08 Thread victor . olex
SlashDB automatically makes RESTful web services from databases so their content becomes accesible to mobile and web applications. Disclosure: I represent the company behind this product. Check it out at http://www.slashdb.com and feel free to contact us with any questions. On Friday, November

[android-developers] Android - SAX and Pull Parser - Performance

2013-01-08 Thread Madhavi Gunda
I am building an android app which gets the xml from a remote url and gets saved in an SD Card location. Xml is relatively big (3 MB - approximately about 3 elements). I need to parse whole document and build a java model out of it.. I used out-of-the box android's SAX and Pull parser imp

[android-developers] Link to Google Play Application from an WEB PAGE

2013-01-08 Thread SeungMin Lee
Hi, I know how to link users directly to product detail page in Google Play Application from an Android Apps using code below, *market://details?id=* * * My question is, is there any way that link users directly to product detail page in Google Play Application from an WEB by force? I tried wit

[android-developers] Re: phonegap + menu + webview crash

2013-01-08 Thread Peter wein.peter
I have got the same issue, did you find any workaround for this bug (besides super.loadurl)? Thanks in advance... -- 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] How long is the pending stage after you have paid for the Android Developer Registration?

2013-01-08 Thread Blake Deister
Hello, I have setup an Android Developer account and registered, paid with google checkout and I believe it is still pending. Havent been able to do anything with my account it keeps redirecting me to the registration page as if I hadnt registered. Is this normal does it take like more than 3 d

[android-developers] Question about Android Tabhost

2013-01-08 Thread ignorant
I m new in android development so I would like to ask about tabhost. I m practicing how to make an application that has a tabhost ... my problem is that when I click the button that will send you to other class the tabhost will disappear and i dont know whats the code to make the tabhost consi

[android-developers] about tabhost

2013-01-08 Thread ignorant
I have tabhost with multiple activities, in first activity i have button when i click this button, i need to display second activity without loosing my tabhost and header, once i get my second activity in this also i have 2 button when i click first button, it should go back to my first activity

[android-developers] Add your own locations to the app, with the new Map Mark, and My Places.

2013-01-08 Thread tinem
On this site https://play.google.com/store/apps/details?id=com.tripadvisor.android.apps.cityguide.copenhagen - Nyheder is mentioned "Add your own locations to the app, with the new Map Mark, and My Places." Someone know what this is and where to read more about it, please? Have send a twitter-me

[android-developers] Re: OpenGL regular

2013-01-08 Thread Thomas Jakway
I don't think so. OpenGL ES isn't so much training wheels as it is a design paradigm- its about maximizing speed over extra features. Even major, highpowered platforms (like the Playstation 3) still use OpenGL ES despite, to the best of my knowledge, having the computing power to run OpenGL.

[android-developers] Backup Manager not working on HTC Desire running Android 2.2

2013-01-08 Thread Amy Phillips
I'm developing an Android app and would like to use BackupAgentHelper to backup my application data. I have followed the instructions at http://developer.android.com/guide/topics/data/backup.html. It works fine on my AVD emulator running Android 2.2, but not on my real phone. On my phone whe

[android-developers] AVD GPU acceleration on Ubuntu/Linux w/Intel graphics? (Or OpenGL ES somehow?)

2013-01-08 Thread Rene Horn
Has anyone been able to successfully get an AVD emulator to successfully run with GPU acceleration turned on with Ubuntu or Linux with an Intel graphics chipset (mine, specifically, is the GM965)? I tried running it, but it just sits there blank, and never starts up. At the moment, I have to b

[android-developers] Re: release androids json.org reimplementation as standalone software

2013-01-08 Thread Thomas Koch
On Jan 4, 4:15 pm, Thomas Koch wrote: > I've been pointed to androids reimplementation[1] of Crockfords evil > json.org. I just noticed that the reimplementation is not complete. While trying to build GWT with androids json.org I'm missing org.json.Cookie. Do you have any plans to add this class?

[android-developers] error when rendering bitmap on Soft Keyboard

2013-01-08 Thread Тимур Гайсин
I want draw bmp file on my own soft-keyboard. Soft keyboard working successully. My Draw class: public class Keyboard_Draw extends SurfaceView implements SurfaceHolder.Callback { public Keyboard_Thread mKeyb_Thread;private SurfaceHolder mHolder;private static final String TAG = "Sampl

  1   2   >