[android-developers] how to create a sublist?

2011-03-31 Thread jaafar zbeiba
I create a list but I don't know how to create a sublist it mean when the user taps on such account there is another list here is my list package com.tutomobile.android.listView; import java.util.ArrayList; import java.util.HashMap; import com.tutomobile.android.listView.R; import

[android-developers] Seng . wants to chat

2011-03-31 Thread Seng .
--- Seng . wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-96ae556902-c88493fdea-W8TMUxglBd4Sv3VP6ZfrDpqblRE You'll need

[android-developers] Re: NFC Secure Element

2011-03-31 Thread Thomas de Lazzari
Hello, I was wondering if Google could eventually provide an Android application that could unlock the Secure Element for developers? It would allow developers to authenticate to the embedded SE and start uploading their Java Card applications to see if it works. For production, this will be

[android-developers] Android calendar(todolist)

2011-03-31 Thread Prashnath
Hello, I am Prashanth I have an assignment on Android Calendar(to do list). I am looking forward for an help i got a code from internet but it is incomplete Like it is showing only 2011 calendar, when i press any number its should show TO Do List where we can create,delete and edit.. Can u

[android-developers] Configuration changes while taking a photo

2011-03-31 Thread tboehrer
We specifically didn't want our app to run in landscape, so we added the android:screenOrientation=portrait to the activities in the manifest. This works as expected... the activity is limited to portrait, and our activity isn't destroyed/created for each orientation change. One of the features

[android-developers] 2 Devices use audio to communicate by netwrok.

2011-03-31 Thread Jamie Lin
I want to make two devices use audio to communicate by network. Is any sample code? I just only make it connect. But I can NOT make one mic recevice voice to the other's speaker. I try it a some days. How can I make it work? Please help. Thank you very much... -- You received this message

[android-developers] Change the Position for a drawed bitmap on a canvas

2011-03-31 Thread ama10285
Hi all^^ I try to show a location on a Map in the Position(100,100). This works fine with this code: options = new BitmapFactory.Options(); options.inTempStorage = new byte[16*1024]; bitmapImage = BitmapFactory.decodeResource(getResources(),R.drawable.dasa_map,options);

[android-developers] animated widget

2011-03-31 Thread Alex Capurro
Hi, I have a very simple widget that has a background image of a speech bubble and an imageView that contains a character standing next to it (as if he is saying something). On top of the speech bubble i have a textView in which i show some text. Basically all i want to do is so that when the

[android-developers] Converting Blackberry Apps

2011-03-31 Thread usafrmajor
Is there a utility that will facilitate the conversion of Blackberry apps to android apps? I understand if it is not perfect, but it would be great to have something that could do some/most of it. thanks -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Problem with padding when loading Nine Patch Drawable

2011-03-31 Thread max
Hi all! I have to load some Nine Patch Drawables from a server. But I always get a padding of (0,0,0,0), regardless what's stored in the Drawable. My code: Bitmap bitmap = BitmapFactory.decodeFile(filename); NinePatchDrawable drawable = new NinePatchDrawable(res, bitmap,

[android-developers] The proxy URL should be entered without the http://

2011-03-31 Thread hoofmen
Hi guys, I had the same problem, but when opened the .android/ androidtools.cfg notices how the http.proxyHost= had to include backslash for special caracters such as :, therefore I tried setting the proxy URL without the http:// from the begging. and it worked. :D -- You received this message

[android-developers] Android sqlite and multithreading

2011-03-31 Thread Evgeny Nacu
Hi everybody! I would like to know better ways to use SQLite in Android. I've got some UI Activities and background service (Android service which runs some AsyncTasks to change the data, they also can use database concurrently ) First I tried to use all this stuff as is, just open cursor in

[android-developers] Android Multimedia Framework bug Issue

2011-03-31 Thread Nilay
Hello All, This issue is related with multimedia framework, I am using Sony Ericsson Xperia X8 (E15i) with Android 2.1. I face a serious problem related with Video recording. My specific goal is to fetch frames from Video at real time. While I try to open an application it crashes. I posted

[android-developers] Why is Google Account support removed?

2011-03-31 Thread Joost Bloemsma
As far as I can remember, the earlier versions of the emulator in the Android SDK allowed setting up a Google Account to enable syncronising calendar, contacts and gmail. Now, I haven't developed for Android for a while now and just downloaded the latest SDK to try out some new ideas. Setting up

[android-developers] MediaRecorder stop() hangs forever

2011-03-31 Thread Edward Cunningham
Hello, I've got an app that capture photos and video according to a schedule (for example, takes 6 photos at 10 second intervals, and then records 2 minutes of video, then repeats). This all seems to be fine, and when I leave it running it will continue for hours without any problem. However, if

[android-developers] force app localization

2011-03-31 Thread ASMA
I have an application, where I need to change the language through a settings menu. The problem is that the current activity don’t show data in new language only if I go back (by back button)to the main activity. I ask if there is any solution to reload the current activity(and other)…I want

[android-developers] how to send the context of the activity to a thread

2011-03-31 Thread chripink
Hello, I made this tutorial, and I have a problem ... http://www.droidnova.com/playing-with-graphics-in-android-part-i,147.html I want to create a thread that add objects in the arraylist but to get an image I should use getResource (). my question is: to use getResource () I must pass the

[android-developers] Known apps supporting ACTION_EDIT on image/*?

2011-03-31 Thread Aaron Windsor
Does anyone know of any apps that support the ACTION_EDIT intent on image/*? A little googling shows that this question has been asked a few years back with no response, so I'm wondering if anyone is aware of anything new. Thanks, Aaron -- You received this message because you are subscribed

[android-developers] Re: getBestProvider returning null?

2011-03-31 Thread Slaven Tomac
getBestProvider always returns some string. I had sam problem. You have to add in manifest following: uses-permission android:name=android.permission.INTERNET/ uses-permission android:name=android.permission.ACCESS_FINE_LOCATION/ uses-permission

[android-developers] Buttons to navigate views

2011-03-31 Thread androidom
Hi, I am trying to create a questionare form that would end up posting a survey to the backend over a web service. I assume that I need to create multiple layout files where each file would have a question and 5 possible choices the user can pick up and then press a button to proceed to the next

[android-developers] Re: Win r10 installer JDK detection

2011-03-31 Thread Danandroid
Learner1980...thanks. The 'installer_r10-Windows.exe' problem was solved with the 'back' button and then the 'next' button. Weird but it worked:-) As for your error messages, i read somewhere to try 'HTTP' instead of 'HTTPS'. The 'HTTPS' option worked for me. Good luck. Dana On Mar 21, 9:45 

[android-developers] Re: in-app billing problems

2011-03-31 Thread Mr Pants
It wouldn't surprise me, if my problems were down to my implementation :) I guess another few hours wouldn't hurt On Mar 31, 10:06 pm, Miguel Morales therevolti...@gmail.com wrote: Either that, or I have a special G1. I'm guessing they'll support lower versions sooner rather later. On

[android-developers] Under which category Motrola XOOM comes

2011-03-31 Thread Manish Garg
Hi All, Following are the specification of the Motrola XOOM tablet 10.1-in.; WXGA (1280x 800 pixels; 150 pixels / inch), What does WXGA means is it extra large screen, will it pick images from xdpi folder. 150 pixels/inch: what i had seen is that even ldpi has 160 density then is it comes

Re: [android-developers] Re: ListView leaks memory II

2011-03-31 Thread Kostya Vasilyev
Ivan, Which Android version are testing this with? Among the devices I own, 2.2 seems much more aggressive with GC than 2.1. 01.04.2011 0:20 пользователь ivan istas...@gmail.com написал: Roman, can you recommend your preferred way for analyzing whether or not an object is being withheld from

Re: [android-developers] Re: in-app billing problems

2011-03-31 Thread Miguel Morales
Fyi, I'm testing it using the dungeons sample app google provides. You should try that first and save some time On Mar 31, 2011 2:30 PM, Mr Pants pantssoftw...@googlemail.com wrote: It wouldn't surprise me, if my problems were down to my implementation :) I guess another few hours wouldn't

Re: [android-developers] Re: Need Help to Develope my first Android Project.

2011-03-31 Thread TreKing
On Thu, Mar 31, 2011 at 4:22 AM, Kirti Joshi joshikirti...@gmail.comwrote: can anybudy tell me how to start it ? Just like the rest of us: http://developer.android.com/guide/developing/index.html which module i do first ? The one you need first. Wait, do you expect someone to tell you

Re: [android-developers] Clean up downloaded data during Uninstalling

2011-03-31 Thread TreKing
On Wed, Mar 30, 2011 at 4:45 PM, Brian Chae dolgo...@gmail.com wrote: Is there anyway to do it? http://developer.android.com/reference/android/content/Context.html#getExternalFilesDir(java.lang.String)

[android-developers] delete_sms

2011-03-31 Thread swarnendu
making a script on python. (android 2.2, ase sl4a-v2-base, r-25,) environ ment. not able to run ... 'smsDeleteMessage( ??)' isSMSReceive(String fromPhone??,String text??) need the agrument to pass? with a simple code. it is not running, showing no error.. but not able to delete the msg

[android-developers] Re: My application web on Android

2011-03-31 Thread ccalvo
Come on!, cheer up! I'm just publishing my first app and I'm very happy. It' a great experience! I've used developer guide, it isn't the best, but it has some examples and interesting info to start http://developer.android.com/guide/index.html Good Luck! -- You received this message because

[android-developers] editable infowindow content not working on android, webview/browser

2011-03-31 Thread gonz
the editable info window content works in a regular (pc) browser, but does not work in android webview in my app. If i browse to my page with my phones browser, only the submit button works (just barely, the behavior is odd/slow), but i cannot get to the other editable content (edittext, select

Re: [android-developers] Re: My application web on Android

2011-03-31 Thread Robin Talwar
if you need to xml parse data then u need to learn xml parsing if you need to json parse data then u need to learn json parsing connecting websites or latest feeds to mobile are through parsers only On Thu, Mar 31, 2011 at 5:20 PM, ccalvo cca...@crazychars.com wrote: Come on!, cheer up! I'm

Re: [android-developers] Help me to realize preferences scheme to use it between activities

2011-03-31 Thread TreKing
On Thu, Mar 31, 2011 at 4:58 AM, Sergey K serj...@gmail.com wrote: I want to place l+p in preferences (My first and main activitiy must be form with login + password) can u share some advices to realize this scheme? Read the documentation?

Re: [android-developers] how to install other language in android ?ex. nepalese .....

2011-03-31 Thread Mark Murphy
On Thu, Mar 31, 2011 at 4:21 AM, sujan joshi yas...@hotmail.com wrote: how to install other language in android ?ex. nepalese . There is no process for this. Languages are only pre-installed with the firmware in standard Android. -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] how to create a sublist?

2011-03-31 Thread TreKing
On Thu, Mar 31, 2011 at 4:20 PM, jaafar zbeiba jaafarinformati...@gmail.com wrote: I create a list but I don't know how to create a sublist it mean when the user taps on such account there is another list You've asked this same question like 3 times now. Seriously, RTFM (look up ListView for

Re: [android-developers] How to determine whether a android phone have wifi device

2011-03-31 Thread Mark Murphy
On Wed, Mar 30, 2011 at 9:57 PM, wawawacool wawawawac...@gmail.com wrote: I want to develop an android phone application which is more apt to wifi than 2G/3G network.  So I want to determine whether the phone have wifi device when the application want to use network. But I can't find any

Re: [android-developers] Why is Google Account support removed?

2011-03-31 Thread Mark Murphy
On Thu, Mar 31, 2011 at 8:15 AM, Joost Bloemsma joost.a.bloem...@gmail.com wrote: As far as I can remember, the earlier versions of the emulator in the Android SDK allowed setting up a Google Account to enable syncronising calendar, contacts and gmail. Now, I haven't developed for Android for

Re: [android-developers] delete_sms

2011-03-31 Thread Mark Murphy
You start by asking your questions on the SL4A Google Group. This is not the SL4A Google Group. On Thu, Mar 31, 2011 at 8:13 AM, swarnendu gotoswarne...@gmail.com wrote: making a script on python. (android 2.2, ase sl4a-v2-base, r-25,) environ ment. not able to run ... 'smsDeleteMessage(

[android-developers] Re: Android sqlite and multithreading

2011-03-31 Thread Nicholas Johnson
If you plan on using threads to access a database, then I believe there is no other way to alleviate the exceptions being thrown *except* with some sort of synchronization like you have. I do the same sort of things with my databases and use semaphores to ensure exclusivity of my database. As

Re: [android-developers] how to create a sublist?

2011-03-31 Thread jaafar zbeiba
seek forgiveness but of example but I have not found a good example -- 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] Re: how to send the context of the activity to a thread

2011-03-31 Thread lbendlin
when you are in your activity save the context into a global (ish) variable. Then you can reference it from your thread. But I suspect that has nothing to do with your actual problem. How about reading the documentation on contexts? -- You received this message because you are subscribed to

[android-developers] Query related to WXGA

2011-03-31 Thread Manish Garg
Hi, I have a requirement to support WXGA in my android application but I am not sure what WXGA stands for? From which drawable folder it will take images. Is there something specific which I should take care while supporting my application on WXGA. -- You received this message because you are

[android-developers] OTA(Over The Air) Installation Process

2011-03-31 Thread dillipk
Hello, Greetings.. I have developed an app(non-market) which I want to install on a real device on a device OTA . I would appreciate, if some one can post the process to follow for OTA. Thanks in advance.. DK -- You received this message because you are subscribed to the Google Groups

[android-developers] Difference between Phone and Tablet

2011-03-31 Thread Manish Garg
Hi, From development point of view, what is the difference in between Phone and tablet. Phone and tablet both has call functionality. Is size is the only thing which we need to take care. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Difference between Phone and Tablet

2011-03-31 Thread lbendlin
You cannot expect the tablet to have call or WWAN functionality. It may also not have a vibrator. They may have different number of cameras. You have at least twice as much screen real estate on the tablet -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Difference between Phone and Tablet

2011-03-31 Thread Mark Murphy
On Thu, Mar 31, 2011 at 6:11 PM, Manish Garg mannishga...@gmail.com wrote: From development point of view, what is the difference in between Phone and tablet. Phone and tablet both has call functionality. Not necessarily. In fact, most tablets will not have call functionality, I suspect. Is

[android-developers] Re: OTA(Over The Air) Installation Process

2011-03-31 Thread lbendlin
host the .apk file on a web server access that link from the phone -- 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] Query related to WXGA

2011-03-31 Thread Mark Murphy
On Thu, Mar 31, 2011 at 6:09 PM, Manish Garg mannishga...@gmail.com wrote: I have a requirement to support WXGA in my android application but I am not sure what WXGA stands for? http://lmgtfy.com/?q=wxga From which drawable folder it will take images. Resolution has nothing to do with it.

[android-developers] Re: Android sqlite and multithreading

2011-03-31 Thread lbendlin
yes, semaphores are the way to go, especially for bulk write operations. it helps if you read some of the data from the database into a buffer. Then you can use the buffered data while the database update is processed, and the users may not even notice. -- You received this message because

[android-developers] Re: read multiple sqlite query from file

2011-03-31 Thread lbendlin
BEGIN TRANSACTION ...loop... COMMIT TRANSACTION -- 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] Re: Buttons to navigate views

2011-03-31 Thread lbendlin
Yo can use nested preferences which require close to no programming. The only code part is when you need to finish the survey. -- 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: The server could not process your apk. Try again.

2011-03-31 Thread sblantipodi
solved by deleting empty attributes in manifest. On Mar 31, 11:14 pm, sblantipodi perini.dav...@dpsoftware.org wrote: Is there a way to solve? Is this a temporary problem or what? I see the same problem on 2009 posts. On Mar 31, 11:04 pm, TreKing treking...@gmail.com wrote: On Thu,

Re: [android-developers] how to create a sublist?

2011-03-31 Thread TreKing
On Thu, Mar 31, 2011 at 5:07 PM, jaafar zbeiba jaafarinformati...@gmail.com wrote: seek forgiveness but of example but I have not found a good example If you can't find a single example of one of the most common Android patterns, you've got a long road ahead of you. Good luck.

Re: [android-developers] how to create a sublist?

2011-03-31 Thread jaafar zbeiba
ok thank you for 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

Re: [android-developers] Why is Google Account support removed?

2011-03-31 Thread TreKing
On Thu, Mar 31, 2011 at 7:15 AM, Joost Bloemsma joost.a.bloem...@gmail.comwrote: I really don't want to debug on my phone before testing it on an emulated device. Seriously? That sounds backwards ...

[android-developers] Unable to build LVL after updates

2011-03-31 Thread MagouyaWare
I had previously implemented the LVL in one of my apps. After updating both the SDK and ADT, I can no longer build the Library project... The Policy.java file in the src.com.android.vending.licensing package is giving me the following errors: Multiple markers at this line - The type

[android-developers] Re: Rooting internals

2011-03-31 Thread JAlexoid (Aleksandr Panzin)
I always get them confused with flashing custom ROM... I guess Android ROoting and Android ROm'ing sit next to each other in my brain On 31 мар, 19:42, blahsphemer eknath.i...@gmail.com wrote: Highly inaccurate. DroidX and some other phones were rooted using rageagainstthecage. On Feb 4,

[android-developers] Re: OSS Software Using Widgets?

2011-03-31 Thread JAlexoid (Aleksandr Panzin)
You can check out how the internal apps use them also at http://android.git.kernel.org/ They start with platform/packages/apps/ (for example platform/packages/apps/AccountsAndSyncSettings.git) On 31 мар, 14:51, Jake Colman col...@ppllc.com wrote: Can anyone recommend some OSS software that I can

Re: [android-developers] Help on creating a web service for an android application

2011-03-31 Thread TreKing
On Thu, Mar 31, 2011 at 4:05 AM, natti abdennaceur.zineelabid...@gmail.comwrote: I'm new on this Android developpement thing. I just started 2 weeks ago. .. Can any one help me creat this WB (client and serveur) or send me a tutorial ??? What are you smoking and will you please share?

Re: [android-developers] Buttons to navigate views

2011-03-31 Thread Kostya Vasilyev
If each screen is structured the same (one question, several answer options), then you don't even need multiple layouts. Just keep one and update the contents of the UI as needed. 01.04.2011 1:26 пользователь androidom saviodom...@yahoo.com написал: Hi, I am trying to create a questionare form

[android-developers] how to get a hardware phone information

2011-03-31 Thread Igor Nesralla Ribeiro
Hi, How to get a hardware or system (like model.processor. information about cellphone ?its possible !? Thanks Igor -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Unable to build LVL after updates

2011-03-31 Thread Kostya Vasilyev
Wrong Java version in build settings? You need 1.6 for Android. 01.04.2011 2:41 пользователь MagouyaWare magouyaw...@gmail.com написал: I had previously implemented the LVL in one of my apps. After updating both the SDK and ADT, I can no longer build the Library project... The Policy.java file

[android-developers] Re: OSS Software Using Widgets?

2011-03-31 Thread JAlexoid (Aleksandr Panzin)
In addition with your SDK there are API demos.(There is an option in the Eclipse create new Android project dialog to create a new projects from samples - project is called ApiDemos ) And Mark Murphy has a lot of examples with/from his books http://commonsware.com/Android/ On 31 мар, 14:51, Jake

Re: [android-developers] how to get a hardware phone information

2011-03-31 Thread Kostya Vasilyev
Some of it is available in android.os.Build class as statics. 01.04.2011 2:48 пользователь Igor Nesralla Ribeiro nesra...@gmail.com написал: Hi, How to get a hardware or system (like model.processor. information about cellphone ?its possible !? Thanks Igor -- You received this

Re: [android-developers] Unable to build LVL after updates

2011-03-31 Thread TreKing
On Thu, Mar 31, 2011 at 5:40 PM, MagouyaWare magouyaw...@gmail.com wrote: It's got to be something simple... Any ideas? A quick search for the error turns up this: http://stackoverflow.com/questions/5293110/android-the-type-java-lang-enum-cannot-be-resolved

Re: [android-developers] Under which category Motrola XOOM comes

2011-03-31 Thread Kostya Vasilyev
http://developer.motorola.com/products/xoom/ The Xoom uses xlarge/mdpi metrics. 01.04.2011 1:32 пользователь Manish Garg mannishga...@gmail.com написал: Hi All, Following are the specification of the Motrola XOOM tablet 10.1-in.; WXGA (1280x 800 pixels; 150 pixels / inch), What does WXGA

[android-developers] Re: Preprocess AndroidManifest.xml ?

2011-03-31 Thread joebowbeer
Preprocessing is doable. The downside is that preprocessing is not supported directly by the Eclipse ADT. (Btw, I like the NetBeans preprocessor and its support for configurations, and it would be great to have first-class Android support in NetBeans as well.) But I digress. An option that is

[android-developers] Re: Where is native code DRM manager ?

2011-03-31 Thread JAlexoid (Aleksandr Panzin)
Hoe about actually looking for it in the API reference? You people astound me: http://d.android.com/reference/android/drm/package-summary.html On 31 мар, 06:40, Ray hsmzh...@gmail.com wrote: Hey,     I am looking for the native code DRM manager mentoned in the 3.0 API Overview:     ◦A

[android-developers] Re: how to install other language in android ?ex. nepalese .....

2011-03-31 Thread JAlexoid (Aleksandr Panzin)
Now don't be like that Mark. There is http://code.google.com/p/android-scripting/ You might want to write a book on Python, Perl, Lua, JavaScript Android development ;) On 1 апр, 00:55, Mark Murphy mmur...@commonsware.com wrote: On Thu, Mar 31, 2011 at 4:21 AM, sujan joshi yas...@hotmail.com

Re: [android-developers] Unable to build LVL after updates

2011-03-31 Thread Justin Anderson
* A quick search for the error turns up this:* Alas... I now get my hand slapped for doing the very thing that I so often get after others about. I did do a little searching but I must admit I didn't do everything I should have. Thanks for the reminder, Treking! :-) Thanks, Justin Anderson

[android-developers] Re: Change the Position for a drawed bitmap on a canvas

2011-03-31 Thread lbendlin
put the bitmap into its own imageview -- 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] Re: Difference between Phone and Tablet

2011-03-31 Thread Manish Garg
I have created an application for the 2.2 version, now it needs to be run on one of the tablet. Because of it I need to know what should i check in my application where it may fail. My target tabs, Dell Streak, Samsung galaxy and mortrol XOOM both have call functionality. On Mar 31, 6:16 pm, Mark

Re: [android-developers] Re: Difference between Phone and Tablet

2011-03-31 Thread Mark Murphy
On Thu, Mar 31, 2011 at 7:33 PM, Manish Garg mannishga...@gmail.com wrote: I have created an application for the 2.2 version, now it needs to be run on one of the tablet. Because of it I need to know what should i check in my application where it may fail. My target tabs, Dell Streak, Samsung

[android-developers] Can hashmap be returned from aidl

2011-03-31 Thread sunita
Hi, I want hashmap as my return type from aidl file. But it is giving error as unknown return type. My code is - interface IRemoteservice { HashMapString,CharSequence getMapValues(); } Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Difference between Phone and Tablet

2011-03-31 Thread ip332
Yes, the main and only critical difference is the actual screen size. It sounds a minor issue from the technical point of view but means completely different end user expectations (and eventually the application's UI) On Mar 31, 4:38 pm, Mark Murphy mmur...@commonsware.com wrote: On Thu, Mar 31,

[android-developers] Unable to upload to Market

2011-03-31 Thread Kumar Mettu
I started getting The server could not process your apk. Try again. Today while uploading APK's to market. Looks like this issue appeared before and got resolved. Is anyone else having the problem today? -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Can hashmap be returned from aidl

2011-03-31 Thread Mark Murphy
Try MapString,CharSequence. While you can return a HashMap, the interface must declare a Map. On Thu, Mar 31, 2011 at 7:59 PM, sunita agrawal.suni...@gmail.com wrote: Hi, I want hashmap as my return type from aidl file. But it is giving error as unknown return type. My code is - interface

Re: [android-developers] Unable to build LVL after updates

2011-03-31 Thread TreKing
On Thu, Mar 31, 2011 at 6:08 PM, Justin Anderson magouyaw...@gmail.comwrote: * A quick search for the error turns up this:* Alas... I now get my hand slapped for doing the very thing that I so often get after others about. I did do a little searching but I must admit I didn't do everything

[android-developers] Re: Help me to realize preferences scheme to use it between activities

2011-03-31 Thread Indicator Veritatis
Actually, there is a bigger problem here the documentation you refer him to will not resolve: how to store the password securely. Then again, since the Gmail password is already insecurely stored... On Mar 31, 2:46 pm, TreKing treking...@gmail.com wrote: On Thu, Mar 31, 2011 at 4:58 AM, Sergey K

[android-developers] Re: lost the password of the keystore

2011-03-31 Thread grndvl1
Only problem is when your a business owner and you buy an application from a developer, they should make it mandatory that the cert is changed so that when the app transfers to your account you can assign it a new cert so that the old programmer cannot get into it or hack it in some way. Also

Re: [android-developers] Re: Help me to realize preferences scheme to use it between activities

2011-03-31 Thread TreKing
On Thu, Mar 31, 2011 at 7:18 PM, Indicator Veritatis mej1...@yahoo.comwrote: Actually, there is a bigger problem here the documentation you refer him to will not resolve: how to store the password securely Oh yeah, that's a whole 'nother can of worms. But OP only asked about storing l+p in

[android-developers] Dev Console profile edit page??

2011-03-31 Thread Zsolt Vasvari
Is it just me, but when I try to edit my profile on the Developer Console (to change the LVL response code), I am getting a 404 error when saving? -- 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: Dev Console profile edit page??

2011-03-31 Thread Maps.Huge.Info (Maps API Guru)
It seems as if the entire developer console is offline. I guess someone tripped on a cord and didn't notice. -John Coryat -- 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: Import/Export data file

2011-03-31 Thread Alaeddine Ghribi
I assembled some codes to have this example: IS THAT TRUE ? boolean mExternalStorageAvailable = false; boolean mExternalStorageWriteable = false; String state = Environment.getExternalStorageState(); if (Environment.MEDIA_MOUNTED.equals(state)) { // We can read

[android-developers] Re: Android sqlite and multithreading

2011-03-31 Thread gjs
Hi, I (strongly?) suggest you wrap access to the sqlite3 database in a Content Provider if you are accessing concurrently (doing both readwrite) from Activity Service - particularly if Service is in different process. Content Provider seems to manage concurrent access for you ok, without having

[android-developers] Re: Unique ID for a device: why aren't devices certified Android-compliant?

2011-03-31 Thread davemac
It wasn't so much the unique ID I was looking for, rather some reassurance that Google has a certification program. From this particular case, and others I've heard about, it ought to be more robust than it is. - dave On Mar 31, 8:06 am, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote:

[android-developers] adb freezes while attempting to connect to server (during most commands)

2011-03-31 Thread Jeffrey Griffin
adb is freezing while trying to connect via loopback to the adb server. Here is a stack trace from gdb while using the froyo branch: #0 0xf7fdc430 in __kernel_vsyscall () #1 0xf7f5ced1 in connect () from /lib32/libpthread.so.0 #2 0x0805e399 in socket_loopback_client (port=value optimized out,

[android-developers] Re: Designing a barcode app which doesnt sign your life away

2011-03-31 Thread DManzaluni
Interesting and it proves both what I was saying about using those facts in court and how productive you can be and how much ground you can cover when there arent any speed limits on the roads. There dont appear to be any white bits while he is in the air. (It isnt really off topic although what

Re: [android-developers] how to create a sublist?

2011-03-31 Thread lbendlin
http://www.catb.org/~esr/faqs/smart-questions.html -- 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] Re: Designing a barcode app which doesnt sign your life away

2011-03-31 Thread lbendlin
to (half) answer your original question - you can disable data services in your phone settings. Settings...Wireless and networks...Mobile network settings...uncheck Data enabled -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Need Help to Develope my first Android Project.

2011-03-31 Thread Zsolt Vasvari
please help me or provide another community or forum where people have time 4 me. Yes, I'd try: http://www.howtogetpeopletodomyworkformeforfree.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] How to determine whether a android phone have wifi device

2011-03-31 Thread Haitao Zeng
Thanks. But I am not sure if connectivityManager can be use to determine the equipment state. Example: connectivity = (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE); wifiInfo = connectivity.getNetworkInfo(ConnectivityManager.TYPE_WIFI); if( wifi.isAvailable() ){

[android-developers] Re: ListView leaks memory II

2011-03-31 Thread Zsolt Vasvari
If I am understanding you correctly, then, it is merely a matter of them not having been GC'd yet. Bear in mind that the Dalvik GC implementation does not try to reclaim all unreferenced objects in a single pass. So how useful HPROF is? If it's impossible to tell if an object is sitting

Re: [android-developers] how to create a sublist?

2011-03-31 Thread TreKing
On Thu, Mar 31, 2011 at 8:34 PM, jaafar zbeiba jaafarinformati...@gmail.com wrote: thank you for your criticism because I download a course and it works but I do not know why the group never helped me Frankly, the fact that you make almost no sense and don't pose very clear questions is a

[android-developers] Android Publisher Home

2011-03-31 Thread Prabath Kumarasinghe
Dear Group Members Since today morning 'Android Publisher Home' is not working. Is that because of new Android Market Home. Cheers Prabath -- 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: how to delete images files stored in Android phone gallery

2011-03-31 Thread Doug
Just use the delete method on your content resolver and pass it the URI of the image. The implementation of the content provider should delete the image and remove it from the list. getContentResolver().delete(uri, null, null); Doug On Mar 29, 5:54 am, sourabh sourabh.zal...@gmail.com wrote:

Re: [android-developers] Re: Dev Console profile edit page??

2011-03-31 Thread TreKing
On Thu, Mar 31, 2011 at 7:44 PM, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: It seems as if the entire developer console is offline. I guess someone tripped on a cord and didn't notice. It's the Android Market - they probably noticed but didn't give enough of a damn to plug it

Re: [android-developers] Re: Dev Console profile edit page??

2011-03-31 Thread Prabath Kumarasinghe
It's the Android Market - they probably noticed but didn't give enough of a damn to plug it back in. That's how they roll, yo. I noticed that since today morning 'Android Publisher Home' is offline. New Android Market home page is now on. Or they have a new feature they're rolling out, which

[android-developers] Re: Can hashmap be returned from aidl

2011-03-31 Thread sunita
Thanks for the solution. Now it is working fine. solution - interface IRemoteservice { Map getMapValues(); } On Apr 1, 5:05 am, Mark Murphy mmur...@commonsware.com wrote: Try MapString,CharSequence. While you can return a HashMap, the interface must declare a Map. On Thu, Mar 31,

[android-developers] Re: Can hashmap be returned from aidl

2011-03-31 Thread Zsolt Vasvari
That's Java 101. You always want to declare a return type and parameters as an interface, if possible, instead of a concrete implementation. On Apr 1, 10:59 am, sunita agrawal.suni...@gmail.com wrote: Thanks for the solution. Now it is working fine. solution - interface IRemoteservice {  

[android-developers] Re: Where is native code DRM manager ?

2011-03-31 Thread Ray
Hi JAlexoid, Thank you for your reply, but that is just the API, if I want to develop the DRM plug-in which implement the api, I need use the so call native code DRM manager mentioned, right? So, now, only menufacture get thesource code? On Apr 1, 6:55 am, JAlexoid (Aleksandr Panzin)

<    1   2   3   >