[android-developers] Re: Honeycomb Preview SDK: HTTP Live Streaming support validation

2011-02-01 Thread JAlexoid (Aleksandr Panzin)
You should be ashamed. It's not supported on earlier devices and there is no indication that it will be supported by 3.0. On 31 янв, 09:32, Samuh samuh.va...@gmail.com wrote: :shameless bump: -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Freeze with RGBA8 OpenGL ES 2.0

2011-02-01 Thread String
This bug's been around quite a while; there are a number of issues on http://b.android.com related to it. It's plagued one of my apps in particular for the better part of a year. While there are some tips for reducing its occurrence (like the eglWaitGL() call you mentioned), and I seem to

[android-developers] Styles and Background

2011-02-01 Thread mac-systems
Hello, i try to create a style for a TextView which also get the Background using a Gradient declared in another xml. Its not got displayed, any sugestion why ? style name=Day_Entry parent=@android:style/Widget.TextView item name=android:textColor#/item

[android-developers] Re: MediaPlayer callbacks not firing after calling prepareAsync() from a Service

2011-02-01 Thread Doug
On Jan 31, 6:58 pm, Jim Benton j...@autonomousmachine.com wrote: Any thoughts on what I could be doing wrong? I use prepareAsync and count on the callback. It works every time or my users would be very upset. The only question I have for you is this: why the synchronized block in the init

[android-developers] Using Android C2DM

2011-02-01 Thread Neilz
Hi everyone. I'm attempting to use C2DM in my app, but I admit I'm finding the docs very confusing. The official guide http://code.google.com/android/c2dm/ makes the process seem relatively simple, showing code which implements various methods, onReceive(), handleRegistration(), performs

[android-developers] Re: Schedule notification instead of permanently check

2011-02-01 Thread Danny S.
OMG, today I determined, that my BootReceiver is not called again :'( But I changed nothing in relation with this :( it looks like an issue to me. I don't do anything in the onReceive yet, only log out something. This morning it worked very well then I started to implement code to start my

[android-developers] Emulator snapshots in API 9 work with older API levels

2011-02-01 Thread Johno Scott
I am loving the emulator snapshot feature that is at Early look stage in SDK Tools Revision 9 http://developer.android.com/sdk/tools-notes.html# This capability is speeding up my development using the emulator significantly. It took me a while to figure out how to use it so wanted to share it

Re: [android-developers] Re: MediaPlayer callbacks not firing after calling prepareAsync() from a Service

2011-02-01 Thread John Scott
Where is the source for the NPR code you mentioned ? On Tue, Feb 1, 2011 at 7:45 PM, Doug beafd...@gmail.com wrote: On Jan 31, 6:58 pm, Jim Benton j...@autonomousmachine.com wrote: Any thoughts on what I could be doing wrong? I use prepareAsync and count on the callback. It works every

[android-developers] Android Market question: Why there's no related applications shown for my app on the market?

2011-02-01 Thread Alex Xin
Hi, I have an app listed on Android Market, those days I noticed that the download times per day is decreasing very fast, so I started to find why, I found that there's no related applications for my app now. On related section of my app on the market, I saw a message said that Android Market

[android-developers] Re: Problems storing images with Base64 encode into a row of a SQL DB

2011-02-01 Thread DanH
Yeah, a BLOB is the way to store the image text -- no base64 needed. Supposedly the max BLOB (and string) size is 1,000,000,000, unless it was changed in the Android build (which is entirely possible). On Jan 31, 12:02 pm, saex elpablos...@gmail.com wrote: 0 down vote favorite Hi i'm

[android-developers] API to generate Dalvik bytecode at runtime

2011-02-01 Thread Sergio Ciruela
Hi Guys! The following issue try to create an API to generate Dalvik bytecode at runtime. http://code.google.com/p/android/issues/detail?id=6322 Could someone to help me with that code. Thanks; -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Video play resume on Activity Switching

2011-02-01 Thread Amit
Hi All, I have created an activity( VideoViewActivity) having a VideoView and some Buttons. These buttons are used to perform Share Video on various social channels. On click of these buttons i launch another activity and share the video link. When I start the VideoViewActivity, after initial

[android-developers] data upload java script

2011-02-01 Thread Jags
I need a javascript snippet to upload some data to a server, any sample code ? basically what i need is a page loads and the java script loads as part of thet page. that page also puts some data in hidden value. (or suggest better alternative). now, as soon as the page loads completely, the

[android-developers] to GUI gurus:a question about dialog window and activity

2011-02-01 Thread Jian Chen
A problem confused me for a little while, which is about dialog window and activity。 In a normal activity,an alert dialog is called to be shown on top of this activity,and HOME key is pressed to go to HOME screen。 Then HOME key is long pressed to go back to this activity。 Surprisingly, the alert

[android-developers] viewgroup and view

2011-02-01 Thread blackbelt
Hello there, I ve the following scenario. I ve a viewgroup and two views (one draws a rectshape, an ovalshape the other). The viewgroup and the two views implements the OnTouchListener interface. But when a touch on a view, both the Viewgroup.onTouch(..) and the RectView.onTouch() and the

[android-developers] About Activity Group Navigation

2011-02-01 Thread raju bhusani
Hi All, I have a problem with the Activity Groups, I am using a Tabhost with 4 Tabs and inside other activities it is going good. But when i am in tab-3 if i was click on the item in Tab-3 how can it go to the Tab-1. Switching between the Activity Groups. Can any one Help me Out? -- Thanks

[android-developers] Layout Issue

2011-02-01 Thread Bobbie
Hey all! I have a question. I have a layout for a chat program that has a variable height. If I start with the chat screen layout (R.layout.chatView below - load that layout first), the height will adjust with the virtual keyboard, leaving the chat text in view and pushing the textbox and send

[android-developers] Re: Question about scrambling the keyboard

2011-02-01 Thread Brill Pappin
Having worked on a few keyboards I can tell you that I doubt you can scramble the keyboard from your app. What you should do is extend one of the text input views and do your funky scrambling there. You should also set ime options on the text view to turn off predictive etc. text etc so the

Re: [android-developers] to GUI gurus:a question about dialog window and activity

2011-02-01 Thread Kostya Vasilyev
I'm not a GUI guru, but I'll try to answer :) Dialogs are managed by Activity class inside the Android framework. If a dialog is shown with showDialog(id, [bundle]), it's remembered by Activity as being visble, and will be saved by Activity at the same time as your onSaveInstanceState /

Re: [android-developers] Resume for Sr QA Analyst

2011-02-01 Thread Haroon Khalid
http://www.youtube.com/watch?v=EO7cVIk8CmYfeature=player_embedded# On Tue, Feb 1, 2011 at 9:31 AM, prasad sirisol prasad.siri...@gmail.comwrote: Hi, Hope you are doing good. I am a Recruiter at SIRI Solutions INC. Here I attached our consultant resume with this mail. Consultant

[android-developers] Re: Layout Issue

2011-02-01 Thread Bobbie
I've seen some places where they say to create a separate activity for the second view. However, it hardly seems necessary in my example because literally all I am doing at first is displaying a view, there are no other functions. On Feb 1, 9:05 am, Bobbie bobbie.st...@gmail.com wrote: Hey

[android-developers] Re: Layout Issue

2011-02-01 Thread Bobbie
After more research I found a ViewSwitcher fixes this issue. Bobbie On Feb 1, 9:40 am, Bobbie bobbie.st...@gmail.com wrote: I've seen some places where they say to create a separate activity for the second view.  However, it hardly seems necessary in my example because literally all I am

[android-developers] Re: About Activity Group Navigation

2011-02-01 Thread loweroctave
http://developer.android.com/reference/android/widget/TabHost.html#setCurrentTab(int). If you're running a service you can put a reference to the tabhost in it. Otherwise you can put it in an application class after you set it up in your tab activity and use getApplicationContext() to get a

[android-developers] Device idea

2011-02-01 Thread BigEHokie
I have an idea for an Android based device that I think would/could corner a certain market that spends a good deal of money on gadgets/ equipment/etc. Does anyone know how you would go about getting involved in that sort of endeavor? -- You received this message because you are subscribed to

[android-developers] Render a PDF in a View

2011-02-01 Thread pedr0
Hi at all, anyone knows how, if it is possibile, to draw an PDF in a View ? PDF file could be an local file or a file downloaded over internet. I searched over internet about this question but I have not an detailed solution of this problem or a good example. Thanks in advance. -- You

[android-developers] Re: viewgroup and view

2011-02-01 Thread pedr0
What are RectView and OvalView ? Are you own View ? On 1 Feb, 14:41, blackbelt emanuel...@gmail.com wrote: Hello there, I ve the following scenario. I ve a viewgroup and two views (one draws a rectshape, an ovalshape the other). The viewgroup and the two views implements the

Re: [android-developers] Render a PDF in a View

2011-02-01 Thread Mark Murphy
On Tue, Feb 1, 2011 at 10:26 AM, pedr0 pulsarpie...@gmail.com wrote: anyone knows how, if it is possibile, to draw an PDF in a View ? There is nothing in the Android SDK that supports PDFs. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

[android-developers] Re: Render a PDF in a View

2011-02-01 Thread pedr0
But PDF reader exists for Android.. On 1 Feb, 16:29, Mark Murphy mmur...@commonsware.com wrote: On Tue, Feb 1, 2011 at 10:26 AM, pedr0 pulsarpie...@gmail.com wrote: anyone knows how, if it is possibile, to draw an PDF in a View ? There is nothing in the Android SDK that supports PDFs. --

[android-developers] APN settings

2011-02-01 Thread vnv
Hi, I need to change APN settings when my app starts and restore it when it finishes. Could anyone help with this? Tnx 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] question regarding media playback in browser

2011-02-01 Thread Victor lyamtsev
Anyone can list what media combinations ( container format/ video encoding/ resolution /audio encoding) i can play in Froyo browser ? I played YouTube videos, so it does support FLV format? How's about 3GPP , or MP4? Thanks, -V -- You received this message because you are subscribed to the

[android-developers] Re: Render a PDF in a View

2011-02-01 Thread Alessandro Pellizzari
Il Tue, 01 Feb 2011 07:33:23 -0800, pedr0 ha scritto: But PDF reader exists for Android.. Yes. You can create your own PDF parsing and rendering engine, and make it draw on a canvas. :) Or you can use an open source one (respecting its license). Bye. -- You received this message because

Re: [android-developers] Re: Nested layouts in separate XML

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 12:15 AM, MerlinBG merli...@gbg.bg wrote: I am really surprised to see this thread! I'm really surprised you re-opened a 2-year old thread! I have googled how to nest XML-based layouts, assuming it is possible, however found this. You may also find this:

[android-developers] Re: Render a PDF in a View

2011-02-01 Thread pedr0
Could you give me an open source library name or web link wich I can use, I would like read some documentation about it. I prefer use a library : - ) Thanks a lot. On 1 Feb, 16:38, Alessandro Pellizzari a...@amiran.it wrote: Il Tue, 01 Feb 2011 07:33:23 -0800, pedr0 ha scritto: But PDF

[android-developers] Re: Render a PDF in a View

2011-02-01 Thread Alessandro Pellizzari
Il Tue, 01 Feb 2011 07:56:43 -0800, pedr0 ha scritto: Could you give me an open source library name or web link wich I can use, I would like read some documentation about it. I think the most developed and used is mupdf: http://code.google.com/p/mupdf-android/ Maybe there are other libs. Try

[android-developers] Scheduling ideas

2011-02-01 Thread Neilz
Hi all. I want to build certain functionality into my app, but I'm not sure if it's possible. The main parts of the app (and server calls) are built, it's just the scheduling I'm considering. 1) I want the app to check against a server at a set time each morning. If there are updates available

[android-developers] Re: Render a PDF in a View

2011-02-01 Thread pedr0
Thanks a lot Alessandro. Have a nice day. On 1 Feb, 17:06, Alessandro Pellizzari a...@amiran.it wrote: Il Tue, 01 Feb 2011 07:56:43 -0800, pedr0 ha scritto: Could you give me an open source library name or web link wich I can use, I would like read some documentation about it. I think

Re: [android-developers] Scheduling ideas

2011-02-01 Thread Kostya Vasilyev
Neil, Take a look at AlarmManager. http://developer.android.com/reference/android/app/AlarmManager.html For update checks, you might want to use a non-wakeup type of alarm (AlarmManager.RTC), so it's delayed until the user starts using the phone in the morning and wakes it up (such as an

[android-developers] Re: Scheduling ideas

2011-02-01 Thread neuron
AlarmManager :) -- 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 For more

Re: [android-developers] android plugin for eclipse slow performance

2011-02-01 Thread John Tsombakos
Or use this workaround until the next release of Eclipse... works great for me: http://groups.google.com/group/android-developers/msg/0f9d2a852e661cba -- 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: Scheduling ideas

2011-02-01 Thread Neilz
Thanks... this seems to be what I'm after. However I just put together a simple repeat alarm, outputting a Toast every minute, which was fine. But it didn't work again after a phone restart... how can this be implemented? -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Scheduling ideas

2011-02-01 Thread Kostya Vasilyev
Right, alarms are not persistent. Implement a receiver for android.intent.action.BOOT_COMPLETED, and set the alarm again after the device reboots. -- Kostya 01.02.2011 20:22, Neilz пишет: Thanks... this seems to be what I'm after. However I just put together a simple repeat alarm,

[android-developers] Re: Scheduling ideas

2011-02-01 Thread Neilz
Right, thanks. And will that stay on the device as long as the app is still installed? (And, I suppose, will it get removed if the app is uninstalled?) On Feb 1, 5:25 pm, Kostya Vasilyev kmans...@gmail.com wrote: Right, alarms are not persistent. Implement a receiver for

[android-developers] ACTION_AIRPLANE_MODE_CHANGED

2011-02-01 Thread b_t
Hi, I have a question about airplane mode broadcast intent. The documentation says that the state extra value is a boolean. http://developer.android.com/reference/android/content/Intent.html#ACTION_AIRPLANE_MODE_CHANGED In the source of android apps, the PhoneApp reads it as integer: if

[android-developers] What's wrong with this code - SimpleAdapter

2011-02-01 Thread Mystique
Hi, I can't seems to display multiple roll in listview. What is wrong with my code? It just display line 1 - fruit1 and fruit2-4 doesn't appear. --- ArrayListHashMapString,String list = new ArrayListHashMapString,String(); HashMapString,String map = new HashMapString,String();

Re: [android-developers] Re: Scheduling ideas

2011-02-01 Thread Kostya Vasilyev
01.02.2011 20:35, Neilz пишет: Right, thanks. And will that stay on the device as long as the app is still installed? Yes. (And, I suppose, will it get removed if the app is uninstalled?) Believe so. -- Kostya On Feb 1, 5:25 pm, Kostya Vasilyevkmans...@gmail.com wrote: Right, alarms

Re: [android-developers] What's wrong with this code - SimpleAdapter

2011-02-01 Thread Kostya Vasilyev
You are missing android:orientation=vertical on the LinearLayout in layout/fruit_list.xml The default orientation is horizontal, so fruit2..4 are there, but positioned off the right side of the screen. -- Kostya 01.02.2011 20:54, Mystique пишет: Hi, I can't seems to display multiple roll

[android-developers] Re: What's wrong with this code - SimpleAdapter

2011-02-01 Thread Mystique
Ah nice, that fixed all the prob :) On Feb 2, 2:09 am, Kostya Vasilyev kmans...@gmail.com wrote: You are missing android:orientation=vertical on the LinearLayout in layout/fruit_list.xml The default orientation is horizontal, so fruit2..4 are there, but positioned off the right side of the

[android-developers] Re: Questions about Two Way Sync Using SyncAdapter and SyncService in android

2011-02-01 Thread himanshu jain
Thanks Dmitri Plan A showing logs but still service not gets invoked Plan B i tried to put SampleSyncAdapter totally unchanged except i have to cheat for this line only ((AuthenticatorActivity) context).onAuthenticationResult(true) in NetworkUtilities rest all intact but still this one does not

[android-developers] Re: Questions about Two Way Sync Using SyncAdapter and SyncService in android

2011-02-01 Thread himanshu jain
here is the log accord according to Plan A and Plan B when i have SampleSyncAdapater running on Device A-OS 2.2 01-31 21:02:06.105: VERBOSE/SyncManager(206): [SyncManager.java: 653:sendCheckAlarmsMessage()] sending MESSAGE_CHECK_ALARMS 01-31 21:02:06.145: DEBUG/SyncManager(206):

Re: [android-developers] Android Market question: Why there's no related applications shown for my app on the market?

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 5:59 AM, Alex Xin xinxi...@gmail.com wrote: Does anyone has the same issue or know why this happened? People that know the details behind how the related / similar feature of the Market works are not going to answer you. This is your best bet:

[android-developers] How to sort HashMap?

2011-02-01 Thread Mystique
Hi, I know I can use Collections.sort() to sort an ArrayList. But if I have HashMap, how do I do it? Possible to throw it into a temp ArrayList to sort it? ArrayListHashMapString,String mylist = new ArrayListHashMapString,String(); How do I sort this mylist? -- You received this message

Re: [android-developers] How to sort HashMap?

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 1:30 PM, Mystique joven.ch...@gmail.com wrote: But if I have HashMap, how do I do it? http://developer.android.com/reference/java/util/SortedMap.html http://developer.android.com/reference/java/util/SortedMap.html

Re: [android-developers] How to sort HashMap?

2011-02-01 Thread Kostya Vasilyev
Hash maps are not ordered by definition. You can copy the contents into an array or ArrayList, and sort that using Collection.sort(). But copying the data back into a hash table will make it unordered again. You can also use a SortedMap, such as TreeMap, which maintains key ordering.

[android-developers] Re: Device idea

2011-02-01 Thread Brill Pappin
Two basic stages. 1) build a device 2) write drivers for Android repeat 1-2 until bugs worked out. then you have sales and support etc. Building hardware is not difficult but it can be time consuming and expensive depending on how much you want to spend. If you can't build the hardware or

[android-developers] SmaliHook.java found on my hacked application.

2011-02-01 Thread Moto
First, this is not a post to talk about how much pirating apps sucks etc... I just want to post what I found hackers using to unlock my application from using the Licensing Tools provided by Android. Anyone have any clues how to prevent this particular hack? Anyone familiar with this

[android-developers] changing the name i guess?

2011-02-01 Thread kiros88
Hi i was wondering if anyone knew like basically i create an app HelloWorld so what i want to do is have another app with the same code on the phone but under a new name while still keeping the original app so i would have HelloWorld HelloWorldTest when i just change the app_name the phone

[android-developers] Same audio sample rates for input and output from application to driver level

2011-02-01 Thread Brian Austin
Hello, I have a question regarding the possibility of using MODE_IN_CALL to allow for a fixed rate of 8kHz for input and 8kHz for output. Now it seems that audioflinger converts everything to 44.1. I am curious if allowing 8kHz input/output from the actual application down through flinger and

Re: [android-developers] SmaliHook.java found on my hacked application.

2011-02-01 Thread Kostya Vasilyev
Moto, Interesting. Did you obfuscate your application? Also, it looks like your code verifies the .apk signature - is that so? ... and the hackers added code to spoof it: the 0x40 in getPackageInfo() is PackageManager.GET_SIGNATURES, and the long string, is, I guess, is your original

Re: [android-developers] Android Market question: Why there's no related applications shown for my app on the market?

2011-02-01 Thread Greg Donald
On Tue, Feb 1, 2011 at 1:11 PM, TreKing treking...@gmail.com wrote: People that know the details behind how the related / similar feature of the Market works are not going to answer you. This is your best bet: http://www.google.com/support/androidmarket/bin/request.py?contact_type=publisher

Re: [android-developers] Re: Device idea

2011-02-01 Thread Robin Talwar
Guys even me and my frnds are interested in doing stuff like this But android porting involved much time and focus but then you will never get time untill you start up from something. On Wed, Feb 2, 2011 at 1:39 AM, Brill Pappin br...@pappin.ca wrote: Two basic stages. 1) build a device 2)

Re: [android-developers] Android Market question: Why there's no related applications shown for my app on the market?

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 2:58 PM, Greg Donald gdon...@gmail.com wrote: You got that mapped to a hot key, right? :) LOL - that and http://lmgtfy.com/ =D - TreKing

Re: [android-developers] changing the name i guess?

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 2:42 PM, kiros88 ghui...@gmail.com wrote: so what i want to do is have another app with the same code on the phone but under a new name while still keeping the original app so i would have Each app requires it's own package name. Look into Android Library Projects to

[android-developers] media codec manipulation -?

2011-02-01 Thread Victor lyamtsev
Hello, I am working on media streamer H263/ AAMR-NB for Android phones where i need an option for manipulation of video compression parameters ( quality and grayscale vs . color). Can someone suggest a solution implementable within Android SDK? I have done it before with FFMPEG/ Linux, but can I

Re: [android-developers] changing the name i guess?

2011-02-01 Thread Robin Talwar
Change the package name Change the package name in androidManifest.xml Change all the imports respectively if you have any On Wed, Feb 2, 2011 at 2:36 AM, TreKing treking...@gmail.com wrote: On Tue, Feb 1, 2011 at 2:42 PM, kiros88 ghui...@gmail.com wrote: so what i want to do is have another

[android-developers] Re: Scheduling ideas

2011-02-01 Thread Neilz
One thing I'm unsure of is how to schedule an alarm for a certain time, like 8am every day. All I can see is setting a repeat, at an interval of x milliseconds. Ok, so I can say one day's worth of milliseconds, but that's placing a lot of trust on the system clock? I can see that going wrong

Re: [android-developers] Re: Scheduling ideas

2011-02-01 Thread Kostya Vasilyev
Neil, You can set a non-repeating RTC or RTC_WAKEUP alarm at a fixed time, then when it fires, set the next one. Rinse, repeat :) -- Kostya 02.02.2011 0:22, Neilz пишет: One thing I'm unsure of is how to schedule an alarm for a certain time, like 8am every day. All I can see is setting a

[android-developers] InputMethodManager and it's active View

2011-02-01 Thread Jeremiah Sellars
I would like to know if there is any way to determine and set what view is active to the InputMethodManger. I have a scenario where attempting to show the soft keyboard is always returning false. Asking for imm.isActive() returns true so some view is active... but I have not been able to determine

[android-developers] Re: Scheduling ideas

2011-02-01 Thread Neilz
Aha... good thinking! Thanks for the help again, Kostya :) On Feb 1, 9:26 pm, Kostya Vasilyev kmans...@gmail.com wrote: Neil, You can set a non-repeating RTC or RTC_WAKEUP alarm at a fixed time, then when it fires, set the next one. Rinse, repeat :) -- Kostya -- You received this

Re: [android-developers] Re: Questions about Two Way Sync Using SyncAdapter and SyncService in android

2011-02-01 Thread Dmitri Plotnikov
All that stuff about duplicates looks a bit suspicious. I would try to uninstall all extra sync adapters. On Tue, Feb 1, 2011 at 10:56 AM, himanshu jain himanshu@gmail.comwrote: here is the log accord according to Plan A and Plan B when i have SampleSyncAdapater running on Device A-OS 2.2

Re: [android-developers] SmaliHook.java found on my hacked application.

2011-02-01 Thread Moto
Hi Jostya, Yes, my app is obfuscated and the signature was my signature... It seemed like it doesn't matter if the application is obfuscated. It seems to be a simple hack that was fast! It only took a few hours after release of my application... Incredible... I guess I'm gonna have to get

[android-developers] Re: SmaliHook.java found on my hacked application.

2011-02-01 Thread Kevin TeslaCoil Software
This looks like Anti-LVL http://androidcracking.blogspot.com/ Anti-LVL can work through obfuscation/reflection, but it's mostly just find/replace. Though it's automated for the kiddies. Extract the app and read the fingerprints.xml and make your interesting bits harder to find. -Kevin On Feb

[android-developers] Re: Attempt to read preferences file without permission

2011-02-01 Thread klwinkel
I am pretty sure that it happened during normal use of 2.2.1 I uninstalled/installed my app several times since 2.2.1, also without problems. On 30 jan, 15:56, Kostya Vasilyev kmans...@gmail.com wrote: Lior, Do you know if the application was installed before or after he updated the

[android-developers] Intent to launch the Application Settings screen for an application

2011-02-01 Thread OldSkoolMark
Using ACTION_MANAGE_APPLICATION_SETTINGS launches the parent of the screen I desire. It launches the Manage Applications screen that lists my app. Selecting my app from this screen launches the Application Info screen for my app. None of the android.provider.Settings actions seem to fit the bill.

[android-developers] Re: Freeze with RGBA8 OpenGL ES 2.0

2011-02-01 Thread Rémi Chaignon
I have fixed my problem, I had simply forgotten to set the pixelFormat of the surface. I just call this in my surface class, before calling setEGLConfigChooser : this.getHolder().setFormat(PixelFormat.TRANSLUCENT); I haven't been able to reproduce the problem since then. Rémi. -- You

Re: [android-developers] InputMethodManager and it's active View

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 3:43 PM, Jeremiah Sellars sylus.mcf...@gmail.comwrote: The scenario I have is an AlertDialog containing a single EditText view. In my main activity, I click a button that launches the Dialog. I have something similar. The soft keyboard does not come up immediately, but

[android-developers] Question about bug reports

2011-02-01 Thread fourhend...@gmail.com
Hi I haven't released an app to the store yet. Before doing so, I wanted to know, how is this working with users submitting bug reports? Is there some automatic report getting sent if the app let's say - crashes? Should I enable or disable logging with 'Log.d before releasing? Thanks -- You

Re: [android-developers] Question about bug reports

2011-02-01 Thread Marcin Orlowski
Hi I haven't released an app to the store yet. Before doing so, I wanted to know, how is this working with users submitting bug reports? In general there's *statistically* noone doing so. You will get 1 star in market + some useless comment like crashes, lame, force closes, please fix.

[android-developers] Re: InputMethodManager and it's active View

2011-02-01 Thread Jeremiah Sellars
I realized I did not end up including that. Yes, it does come up as expected when tapped. I've actually been looking through the TextView.java code to see if I can implement what is happening when it is touched/clicked... but that's getting a bit over my head. I will try that, but part of the

[android-developers] Requirement for SAP Security Consultant in

2011-02-01 Thread prasad sirisol
Hi, Kindly have a look at the requirement below and let me know if you have any consultant for this position. *Title: SAP Security Consultant * *Location*: *Los Angeles, CA * *Duration: 3+ Months Contract* ** *Rate: $60/hr on Corp-Corp* * * *Job Description: * *Requirements* ·

Re: [android-developers] Re: InputMethodManager and it's active View

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 5:10 PM, Jeremiah Sellars sylus.mcf...@gmail.comwrote: I will try that, but part of the problem, is when to call clearFocus() and requestFocus(). I've tried that after the dialog is shown, but it doesn't work. Try requesting focus on something else first, then the

Re: [android-developers] Question about bug reports

2011-02-01 Thread TreKing
On Tue, Feb 1, 2011 at 5:09 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: automatic report getting sent if the app let's say - crashes? On Froyo and up. Check this: http://code.google.com/p/acra/ Just to clarify, there is no automatic report getting sent - the user has to send a

Re: [android-developers] Re: Emulator loses network connection issue

2011-02-01 Thread David Turner
I have not been able to reproduce the issue. For the record, how exactly does the error occurs. I.e.: Does the emulated system think that it has no longer connectivity? I.e. no more 3G icon in the status bar, and the browser complains with a dialog if you try to use it. If not, what kind of

Re: [android-developers] Re: MediaPlayer callbacks not firing after calling prepareAsync() from a Service

2011-02-01 Thread Jim Benton
The code is at https://code.google.com/p/npr-android-app/source/checkout On Tue, Feb 1, 2011 at 5:31 AM, John Scott johnosc...@gmail.com wrote: Where is the source for the NPR code you mentioned ? On Tue, Feb 1, 2011 at 7:45 PM, Doug beafd...@gmail.com wrote: On Jan 31, 6:58 pm, Jim Benton

Re: [android-developers] Re: MediaPlayer callbacks not firing after calling prepareAsync() from a Service

2011-02-01 Thread Jim Benton
I don't really have a reason for synchronized being there; it was in the original code and I left it intact. I've since thrown all that code away and started from scratch. I can get the callbacks to work in a new project, so I'm going to chalk it up to some complication lurking beneath a bunch of

[android-developers] Bluetooth getting Not able to register SDP record - why?

2011-02-01 Thread John Lussmyer
All of a sudden my little Bluetooth app is getting an IOException: Not able to register SDP record for name name is the name I passed to: tmp = mAdapter.listenUsingRfcommWithServiceRecord(NAME, MY_UUID); This code has been working fine for several days. Now it gets that

Re: [android-developers] Android Market question: Why there's no related applications shown for my app on the market?

2011-02-01 Thread Alex Xin
I tried to write a support email to Google then I received a reply told me that the related apps is depends on some factors. It's useless for me because I never changes my app's description or something like that. On Wed, Feb 2, 2011 at 5:04 AM, TreKing treking...@gmail.com wrote: On Tue, Feb

[android-developers] Motorola CLIQ

2011-02-01 Thread lloyd1949
To My fellow developers: I am seeking some help. I have an app on the market which to my knowledge works fine on most devices. Without going into details, the app simply displays a Menu with 6 buttons. The user touches abutton and the respective function is invoked. Simple. It works. For 3 days

[android-developers] Force Close Question

2011-02-01 Thread Scott Deutsch
Hello Group, How can I deal with when the user hits the home button when in my app and then doesnt go back to it for a while and then they hold home button to go back to my app and then the force close appears since all the memory has been freed because how the OS is designed. Is there a way

[android-developers] Re: Emulator loses network connection issue

2011-02-01 Thread metal mikey
My 2.1 emulator never starts up with 3g connectivity working. To get it working I have to turn Airoplane Mode on and then quickly close the emulator, open again and typically see that 3g connectivity still not working, so repeat several times until it finally works. PAINFUL! Recently, though,

[android-developers] Re: Force Close Question

2011-02-01 Thread Hari Edo
Something else is causing your Force Close. Read the exception report in LogCat and dig into the actual cause. Read up on the Activity lifecycle, in particular the bubble that reads Other applications need memory: http://developer.android.com/reference/android/app/Activity.html The Android OS

[android-developers] Download file from server

2011-02-01 Thread Eric
I am creating an app that requires a file be downloaded from my server every day. I am creating the XML file nightly, but is there an easy way to have java (Android) go and grab the file? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Force Close Question

2011-02-01 Thread Scott Deutsch
Thanks for your replyI was looking at that article before. Now...my app has lots of activities. The first activity loads up global values and so on and shows the intro screen. Now, I am thinking that some how it is freeing up the global values and that is what is killing the app. Thanks,

[android-developers] Re: Force Close Question

2011-02-01 Thread Scott Deutsch
Hello Group, Ok, so I debugged it and my thoughts were correct. It is releasing memory from the globals class. How can I tell it not to release memory from the globals class? Everything in the globals class is static. Oh, the globals class is not an activity. So...if anything in th global

Re: [android-developers] Re: Force Close Question

2011-02-01 Thread Mark Murphy
On Tue, Feb 1, 2011 at 8:16 PM, Scott Deutsch surger...@gmail.com wrote: Ok, so I debugged it and my thoughts were correct. It is releasing memory from the globals class. More accurately, it is terminating your process. How can I tell it not to release memory from the globals class? You

Re: [android-developers] Re: Force Close Question

2011-02-01 Thread Scott Deutsch
Thats what I fearedok I will redesign it to make it work. Thanks a bunch. -- 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] How to develop new android apps considering that the app will also be developed for other phones

2011-02-01 Thread Christian Chabtini
Hi, I want to know what kind of general strategy i would have to follow while developing android apps in order to easily make my app available to other phones .. in other words easily transferable. For example, i would like to know the basic strategy i need to follow to make an app available to

[android-developers] Can i use a BroadcastReceiver or Service to retrieve an Incoming call

2011-02-01 Thread Christian Chabtini
I would like to fist detect an incoming call with all the info and then retrieve the audio at will For instance, if the user received a call, i would like to obtain the phone number and a timestamp then i would get the audio and do some parsing in order to achieve a speech-to-text system. I would

[android-developers] How to create an app as a service and make it invisible to the user?

2011-02-01 Thread Christian Chabtini
Hi, I would like to be able to create a service that runs in the background. The user should not be able to detect this app. The service should be listening for specific events and sends info to a server accordingly. How would i be able to accomplish that and make the service completely

[android-developers] Re: Requirement for SAP Security Consultant in

2011-02-01 Thread JAlexoid (Aleksandr Panzin)
Please, please, please... Remove this person's gmail account for spamming. On 2 фев, 01:17, prasad sirisol prasad.siri...@gmail.com wrote: Hi, Kindly have a look at the requirement below and let me know if you have any consultant for this position. *Title: SAP Security Consultant *

Re: [android-developers] How to create an app as a service and make it invisible to the user?

2011-02-01 Thread Mark Murphy
On Tue, Feb 1, 2011 at 8:39 PM, Christian Chabtini cchapt...@gmail.com wrote: I would like to be able to create a service that runs in the background. The user should not be able to detect this app. Fortunately, this is not possible from the SDK. At minimum, the user will see it in the

  1   2   >