[android-developers] Re: How to enable the Camera Icon on Nexus 7

2012-10-18 Thread x-alina
--- aosp.orig/packages/apps/Camera/src/com/android/camera/DisableCameraReceiver.java 2012-10-17 22:02:54.0 +0200 +++ aosp/packages/apps/Camera/src/com/android/camera/DisableCameraReceiver.java 2012-10-17 22:12:39.618708549 +0200 @@ -29,7 +29,7 @@ import android.util.Log; // this

[android-developers] How to record and play the voice through the android app?

2012-10-18 Thread Tom
Hi, How to record and play the voice through the android app? if any body know that concept plase share with me Regards, Tamilarasi -- 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: Save the fragment state in tabs switch

2012-10-18 Thread Piren
http://developer.android.com/reference/android/support/v4/view/ViewPager.html#setOffscreenPageLimit(int) just set it to 2 On Wednesday, October 17, 2012 7:30:54 PM UTC+2, Giosia Gentile wrote: it is one week I try to solve this problem whitout success. Please help me. I use the tabs

Re: [android-developers] Re: How to enable the Camera Icon on Nexus 7

2012-10-18 Thread Nikolay Elenkov
On Thu, Oct 18, 2012 at 4:14 PM, x-alina alina.friedrich...@gmail.com wrote: --- aosp.orig/packages/apps/Camera/src/com/android/camera/DisableCameraReceiver.java Glad you found it, but if you are trying to modify AOSP code, this is off-topic for this list. -- You received this message because

Re: [android-developers] After Free Trial is end

2012-10-18 Thread Julia Uschapovska
Many thanks! четверг, 18 октября 2012 г., 0:32:04 UTC+3 пользователь Michael Chan написал: Hi Julia, From http://developer.android.com/guide/google/play/billing/billing_subscriptions.html As with other in-app products, you configure and publish subscriptions using the Developer

Re: [android-developers] Android Chatting

2012-10-18 Thread Rahul Kaushik
Thanks Rafeel Can You Please guide me how it would connect to server wildfire 3.1.0 Thanks On Tue, Oct 16, 2012 at 5:47 PM, Rafael Maas rafaelm...@gmail.com wrote: Q1: API 7 ( android 2.1 ) http://developer.android.com/about/versions/android-2.1.html. Q2: Yes, smack is a good open Source

[android-developers] wildfire 3.1.0

2012-10-18 Thread Rahul Kaushik
Hello, How to connect with server wildfire 3.1.0 from android code Thanks RK -- 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] Apps created by our company. Feedback please.

2012-10-18 Thread Kesavan M
Dear all, MAD University is aimed at creating a mobile ecosystem wherein students are encouraged to become entrepreneurs. Some of our students have developed apps which has been posted in the Play. Please download and give your feedback so that we would be able to raise the bar of our output

Re: [android-developers] How to record and play the voice through the android app?

2012-10-18 Thread Asheesh Arya
please refer this link http://www.benmccann.com/dev-blog/android-audio-recording-tutorial/ -- 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

[android-developers] Wi-Fi Direct use and examples

2012-10-18 Thread Archana
Hi, my scenario to implement is to communicate between 2 phones(in the same network) running the same application. Can I use Wi-Fi direct for this? Any example/link will be helpful. Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Changing a CharacterStyle

2012-10-18 Thread Jan Burse
Dear All, I am using a single character style in multiple text locations. I simply did the following: output = new ForegroundColorSpan(OUTPUT_COLOR); And then whenever a portion of my text has to have the above character style, I simply use the wrap() method to share the style:

[android-developers] XmlPullParser tag position

2012-10-18 Thread Paolo Mancini
Hi, I'm using the XmlPullParser to parse a large XML file. I need to obtain position (bytes) for each tag but I haven't found any method. I need this cause I want to trace the progression of the parsing (with the total length). Is it possible? Does somebody know another solution? Many

[android-developers] Live streaming

2012-10-18 Thread mohammed Nuhail
can any one help me out with Live video streaming ? thanks -- 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] Live streaming

2012-10-18 Thread Michael Banzon
I'm sure that getting help will be a lot easier if you state a real and actual problem based on the experiments you have conducted so far. On Thu, Oct 18, 2012 at 12:06 PM, mohammed Nuhail nuhail...@gmail.com wrote: can any one help me out with Live video streaming ? thanks -- You received

Re: [android-developers] Live streaming

2012-10-18 Thread mohammed Nuhail
send me some working example On Thu, Oct 18, 2012 at 3:40 PM, Michael Banzon mich...@banzon.dk wrote: I'm sure that getting help will be a lot easier if you state a real and actual problem based on the experiments you have conducted so far. On Thu, Oct 18, 2012 at 12:06 PM, mohammed Nuhail

[android-developers] Re: How to pass a LIst of MyObject in .aidl

2012-10-18 Thread Landry shuai
How do you solve this problem? I also come across this problem. On Wednesday, September 23, 2009 9:57:10 AM UTC+8, John Landler wrote: I read this. http://developer.android.com/guide/developing/tools/aidl.html And I have * created a MyObject.java which implements Parceable. * created a

Re: [android-developers] Re: Gradients on PNGs

2012-10-18 Thread Francisco Marzoa
In fact, the problem was with the format, but with RGB_. I have had problems like this before, but for some reason I forgot it, and I recall just a minute after sending that question. The obvious solution was to use RGB_ instead. Best regards, On 09/24/2012 08:11 PM, bob wrote:

[android-developers] Re: Save the fragment state in tabs switch

2012-10-18 Thread Giosia Gentile
Thank you I will try it this evening!! Please can you help me also with the screen orientation??? I used the setRetainIstance(true) but it donìt work!! On Thursday, October 18, 2012 10:08:08 AM UTC+2, Piren wrote:

Re: [android-developers] XmlPullParser tag position

2012-10-18 Thread Harri Smått
On Oct 18, 2012, at 12:36 PM, Paolo Mancini paolo8...@gmail.com wrote: I need to obtain position (bytes) for each tag but I haven't found any method. Yesterday you needed an approximation of current position for setting up a progress bar, which one is it? -- H -- You received this message

Re: [android-developers] XmlPullParser tag position

2012-10-18 Thread Paolo Mancini
Sorry, i've duplicated the topic…it's the same problem! Il giorno 18/ott/2012, alle ore 12:42, Harri Smått ha scritto: On Oct 18, 2012, at 12:36 PM, Paolo Mancini paolo8...@gmail.com wrote: I need to obtain position (bytes) for each tag but I haven't found any method. Yesterday you

[android-developers] Re: Save the fragment state in tabs switch

2012-10-18 Thread Piren
Orientation change will be harder to handle... see this for help: http://developer.android.com/guide/topics/resources/runtime-changes.html On Thursday, October 18, 2012 12:40:49 PM UTC+2, Giosia Gentile wrote: Thank you I will try it this evening!! Please can you help me also with the

Re: [android-developers] XmlPullParser tag position

2012-10-18 Thread Harri Smått
On Oct 18, 2012, at 1:50 PM, Paolo Mancini paolo8...@gmail.com wrote: Sorry, i've duplicated the topic…it's the same problem! In that case you could implement your own InputStream class which is actually only a proxy over existing InputStream. And you can count how many bytes have passed

Re: [android-developers] Changing a CharacterStyle

2012-10-18 Thread Mark Murphy
On Thu, Oct 18, 2012 at 5:35 AM, Jan Burse janbu...@fastmail.fm wrote: How can I change the color? Use getSpans(), find all occurrences of your span, remove the old span, and replace it with a span with the new color. It's possible that there is a more efficient alternative than this, but I am

[android-developers] how create voice chatting app in android

2012-10-18 Thread Tom
Hi, if know about how create voice chatting app in android? please share with me. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: Media Volume

2012-10-18 Thread Tom
Hi, if u know about the record and play the voice in android please share with me Thanks On Wednesday, 17 October 2012 20:00:05 UTC+5:30, chi wrote: Hi, everyone! Does anybody know how android measures its media volume? I am working on a project right now that is dependent on the volume,

[android-developers] Re: Reusing gradients in different places

2012-10-18 Thread Fran
I answer to myself, JFTR: Use GradientDrawable instead of LinearGradient, so you can move the same gradient object to different places just assigning different bounds. Best regards, El miércoles, 17 de octubre de 2012 17:52:42 UTC+2, Fran escribió: Hi there, I draw a grid on a surface,

[android-developers] Re: Changing a CharacterStyle

2012-10-18 Thread Jan Burse
Mark Murphy schrieb: On Thu, Oct 18, 2012 at 5:35 AM, Jan Burse janbu...@fastmail.fm wrote: How can I change the color? Use getSpans(), find all occurrences of your span, remove the old span, and replace it with a span with the new color. It's possible that there is a more efficient

[android-developers] [NFC] IOException using Isodep.connect()

2012-10-18 Thread Guillaume Imbert
I'm encoutering an issue using IsoDep and NfcA classes. I need to scan a tag and transceive informations. To do so, I use the following code : IsoDep isoDep = IsoDep.get(tag); try { isoDep.connect(); isoDep.setTimeout(5000); Log.d(ISODEP_TESTS, isoDep.isConnected() ? connection OK : connection

Re: [android-developers] Re: Changing a CharacterStyle

2012-10-18 Thread Mark Murphy
That's an interesting approach. I do not think that it will work in all cases. If you poke around at the logic for rendering text in TextView, you'll find a bunch of baked-in class references (e.g., getUrls() only uses UrlSpan, spell-check logic relies on SuggestionSpan), meaning that creating

[android-developers] Re: Changing a CharacterStyle

2012-10-18 Thread Jan Burse
Mark Murphy schrieb: SuggestionSpan), meaning that creating your own equivalents would be at least partially ignored by the rendering code. I'm glad to hear that this works at least for foreground colors, though. It works, since characterstyle is supposed to be extensible in that the method

[android-developers] How to delete video from YouTube

2012-10-18 Thread ravi .
Hi I had uploaded video from Android device to YouTube using* **YouTube Direct App for Android http://code.google.com/p/ytd-android/ http://code.google.com/p/ytd-android/*. I want to know how to delete the uploaded video from YouTube. http://code.google.com/p/ytd-android/ Thanks

Re: [android-developers] How to delete video from YouTube

2012-10-18 Thread Mark Murphy
This list is for developing applications with the Android SDK. For YouTube support, please contact YouTube. On Thu, Oct 18, 2012 at 8:30 AM, ravi . ravikanth...@gmail.com wrote: Hi I had uploaded video from Android device to YouTube using YouTube Direct App for Android . I want to know how to

Re: [android-developers] Re: Ways that 2 Android phones communicate between each other

2012-10-18 Thread Archana
Hi, I want the same application installed in 2 devices(emulators) to exchange file/update it between them, given they are in the same network. On Monday, October 15, 2012 8:57:57 PM UTC+3, Kristopher Micinski wrote: AIDL has nothing to do with this, other than the fact that it is also

[android-developers] If hdpi and xhdpi drawables defined, which drawable is used as base for an mdpi device?

2012-10-18 Thread Mark Carter
If I define a drawable in hdpi and xhdpi but not mdpi, will Android (on an mdpi device) take the xhdpi drawable and scale it down by a factor of two or will it use the nearest defined density (hdpi) drawable? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Want to distribute a application and manage unistallation of it remotely

2012-10-18 Thread Gautam Bisht
Hi All, I want to create a application for my employee which will be distributed from my server. I want a feature that once the employee leave the company i can remotely uninstall the application from his/her mobile. Is it possible in android?? Regards, Gautam -- You received this message

[android-developers] Re: inAppBilling: onRequestPurchaseResponse vs onPurchaseStateChange

2012-10-18 Thread Liorry
Hi Tina, I'd love to hear your feedback regarding this issue. Did you solve it? I too get the onPurchaseStateChange callback only sometimes... for some reason, sometimes a user buys a product, I get the payment but the onPurchaseStateChange callback is never called. Only the

[android-developers] Messages are not receiving using GCM

2012-10-18 Thread Seshu
Hi all, I implemented GCM i.e., Google Cloud Messaging in my application. I got registration id and i sent to backend team.our backend team sending msg's to device. but i am not able to receive those messages. sday i received 2 messages out of 10. but 2day i didn't receive single message

[android-developers] adb offline issue

2012-10-18 Thread srikanth
Hi All, I am also one of the user facing the adb offline issue frequently.. But after googling a lot i come to know this link http://forum.xda-developers.com/showthread.php?t=974824 which have an adbd attached. I've tried it and worked like a charm. But i don't know what changes were made

Re: [android-developers] Messages are not receiving using GCM

2012-10-18 Thread Mark Murphy
I recommend the android-gcm Google Group for questions related to GCM. On Thu, Oct 18, 2012 at 9:01 AM, Seshu s.seshu...@gmail.com wrote: Hi all, I implemented GCM i.e., Google Cloud Messaging in my application. I got registration id and i sent to backend team.our backend team sending

Re: [android-developers] Want to distribute a application and manage unistallation of it remotely

2012-10-18 Thread Mark Murphy
On Thu, Oct 18, 2012 at 8:55 AM, Gautam Bisht gautambi...@gmail.com wrote: I want to create a application for my employee which will be distributed from my server. I want a feature that once the employee leave the company i can remotely uninstall the application from his/her mobile. Is it

[android-developers] download images from server and populate it in listrview

2012-10-18 Thread vani reddy
Hi friends, How to download images from server and store it in cache and next time i can reload from cache and populate it in listview?? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: download images from server and populate it in listrview

2012-10-18 Thread ravi .
Hope this may help u http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview -- 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] Want to distribute a application and manage unistallation of it remotely

2012-10-18 Thread Gautam Bisht
But how it is possible from google play. It do not ask for the user permission and uninstall the application you choose. On Thursday, October 18, 2012 6:38:31 PM UTC+5:30, Mark Murphy (a Commons Guy) wrote: On Thu, Oct 18, 2012 at 8:55 AM, Gautam Bisht gauta...@gmail.comjavascript:

[android-developers] Re: If hdpi and xhdpi drawables defined, which drawable is used as base for an mdpi device?

2012-10-18 Thread RichardC
I think none of the above but you should read: http://developer.android.com/guide/topics/resources/providing-resources.html#BestMatch and also this is very easy to test just use different coloured bitmaps in each qualified folder. On Thursday, October 18, 2012 1:53:40 PM UTC+1, Mark Carter

Re: [android-developers] Getting the details of the current song playing in the media player in Android

2012-10-18 Thread gopi nidubrolu
hi, i tried what you suggested, But i did not get Song track information. i send my java class files one is for User interface(Playsong.java) and another is service class(Playbackservice.java) for Playing songs On Wed, Oct 17, 2012 at 8:40 PM, Gopi gopi.nidubr...@arijasoft.com wrote:

Re: [android-developers] Want to distribute a application and manage unistallation of it remotely

2012-10-18 Thread Mark Murphy
On Thu, Oct 18, 2012 at 9:25 AM, Gautam Bisht gautambi...@gmail.com wrote: But how it is possible from google play. It do not ask for the user permission and uninstall the application you choose. Yes, it does. When you tap on Uninstall, it pops up a dialog: Do you want to uninstall this app?.

Re: [android-developers] Android fails converting p12 file's certificates to x509; converts properly using java

2012-10-18 Thread Ab
Thank you for your help, this fixed my problem. On Wednesday, 17 October 2012 21:30:40 UTC-4, Nikolay Elenkov wrote: On Thu, Oct 18, 2012 at 3:03 AM, Ab abe.op...@gmail.com javascript: wrote: . Is due to java.security implementation on Android, or is my code incorrect?

Re: [android-developers] Paying developer fee for a *different* company

2012-10-18 Thread mmilo
Was hoping for a more elegant solution, and no reply from Google for a few days now. WIll post back if I find a better solution. On Wednesday, October 17, 2012 5:03:12 PM UTC-4, TreKing wrote: Tell them to pay for it, then send them 25 bucks.

[android-developers] WiFi hotspot and 2.3.6 (or newer)

2012-10-18 Thread falcon74
Froyo apparently had an option to create a portable hotspot under Wireless settings. Is there anything equivalent available on 2.3.6 (or newer) versions of Android for non-rooted phones ? Is this feature device specific (i.e. works on certain devices, but not on others) ? -- You received this

[android-developers] Re: Want to distribute a application and manage unistallation of it remotely

2012-10-18 Thread b0b
On Thursday, 18 October 2012 14:55:25 UTC+2, Gautam Bisht wrote: Hi All, I want to create a application for my employee which will be distributed from my server. I want a feature that once the employee leave the company i can remotely uninstall the application from his/her mobile. Is it

[android-developers] How to make Widgets not overlap

2012-10-18 Thread Perry168
Hi all, In activity, it has five TabWidgets. I customized my own image. When running, I found that it will overlap between two TabWidgets. Can anyone tell me how to remove the overlap? -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] Paying developer fee for a *different* company

2012-10-18 Thread bob
Why not use one of those reloadable Visa cards you can get at the grocery store? That should definitely work. On Thursday, October 18, 2012 8:43:04 AM UTC-5, mmilo wrote: Was hoping for a more elegant solution, and no reply from Google for a few days now. WIll post back if I find a

[android-developers] How to keep in the highlight on girdview?

2012-10-18 Thread Perry168
Hi all, if I have a Drawable that used to highlight the currently selected item in GridView. How can I keep in highlight on the selected item? Even I scroll the GridView. Thanks for help! -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] Re: How to get a button id from an app(I don't have the source)

2012-10-18 Thread $rik@nth
Hmm.. if i want to automate any preinstalled google app like gmail, google + etc.. is there a way to automate the tests? On Wed, Oct 17, 2012 at 11:54 PM, Kristopher Micinski krismicin...@gmail.com wrote: Ah, forgot this wasn't your app, yes usually I have apps signed iwth my key but not

[android-developers] Re: Save the fragment state in tabs switch

2012-10-18 Thread Giosia Gentile
Ok but onRetainNonConfigurationInstance() is deprecated! What I must use insted of it?? On Oct 18, 12:51 pm, Piren gpi...@gmail.com wrote: Orientation change will be harder to handle... see this for help:http://developer.android.com/guide/topics/resources/runtime-changes.html On

Re: [android-developers] Re: [Android-developers]:need help in creating bluetooth file transfer app. urgent

2012-10-18 Thread bob
Change this: InputStream instream = socket.getInputStream(); to this: *OutputStream outstream = socket.getOutputStream();* Change this: instream.read( buffer); to this: *outstream.write( buffer);* On Thursday, October 11, 2012 12:26:43 AM UTC-5, akash roy wrote: i want send a file so

Re: [android-developers] Re: How to get a button id from an app(I don't have the source)

2012-10-18 Thread Mark Murphy
On Thu, Oct 18, 2012 at 11:25 AM, $rik@nth srikanth0...@gmail.com wrote: Hmm.. if i want to automate any preinstalled google app like gmail, google + etc.. is there a way to automate the tests? Get a job at Google. -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-developers] Dear TalkBack developers

2012-10-18 Thread geourge
Dear TalkBack developers, We are the TalkBack for Android phones Chinese users, and are very pleased to contact you by email. We hope you could hear the feedback and advices from Chinese TalkBack users, in order to improve TalkBack services. Android is a very excellent smartphone

[android-developers] WiFi Direct Group Creation with Multiple Devices

2012-10-18 Thread Zach
Hi, I am doing some experiments with WiFi Direct. I was successful in creating a group and communication with each other(between 2 Devices) . I would like to know, say I have 10 devices and all starts to create a group, by calling createGroup functionality in WiFiP2Pmanager. Whether all devices

Re: [android-developers] WifiP2pManager.ConnectionInfoListener onConnectionInfoAvailable (WifiP2pInfo info)

2012-10-18 Thread Zach
thanks for the response. I will have a look on that. I am considering a situation in which say 10 devices are connected each other via a GO. And suddenly the GO drops. So hopefully I can identify that the device got disconnected from the P2P_PEERS_CHANGED_ACTION broadcast status. Now I want

Re: [android-developers] WiFi Direct Group Creation with Multiple Devices

2012-10-18 Thread Irfan Sheriff
Each device will end up creating its own group if you do that. You have the option doing createGroup() on one device and then calling connect() from the other devices which will lead to all of them joining that group. On Thu, Oct 18, 2012 at 9:02 AM, Zach zachariah...@gmail.com wrote: Hi, I

Re: [android-developers] Re: Don't understand the constants provided in powertutor

2012-10-18 Thread bob
I would guess arrayWifiLinkRatios has something to do with power usage estimates at arrayWifiLinkSpeeds. On Monday, August 27, 2012 11:40:03 PM UTC-5, thejaswi s wrote: Following methods are in dreamConstants file. From where they got these constants? From which file they read it? public

Re: [android-developers] Re: Save the fragment state in tabs switch

2012-10-18 Thread Justin Anderson
Ummm... if you look at the documentation for the deprecated method it tells you what to do... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 18, 2012 at 9:27 AM, Giosia Gentile gfu...@gmail.com wrote: Ok but

Re: [android-developers] Paying developer fee for a *different* company

2012-10-18 Thread Lew
mmilo wrote: Was hoping for a more elegant solution, and no reply from Google for a few days now. WIll post back if I find a better solution. Okay, send them the money first. TreKing wrote: Tell them to pay for it, then send them 25 bucks. What's inelegant about that, pray tell? --

Re: [android-developers] How to make Widgets not overlap

2012-10-18 Thread Justin Anderson
With the amount of information you've given us no. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 18, 2012 at 7:46 AM, Perry168 perry...@gmail.com wrote: Hi all, In activity, it has five TabWidgets. I customized my own image. When

Re: [android-developers] WiFi hotspot and 2.3.6 (or newer)

2012-10-18 Thread Justin Anderson
1) This feature is probably a combination of device carrier specific. 2) This question has nothing to do with this list... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Oct 18, 2012 at 7:45 AM, falcon74 banibrata.du...@gmail.com wrote: Froyo

[android-developers] Large Database File

2012-10-18 Thread Vinicius Jose Grein
Dear all,we developed and application that uses a database with 100 MB, our application does not write any information on it. We are having trouble to use this database, I read an article that describes that the best option is copy that db file from asset (internal folder in application) to data,

[android-developers] Re: Large Database File

2012-10-18 Thread RichardC
Why is it not working for you? What errors are you getting? On Thursday, October 18, 2012 9:13:25 PM UTC+1, Vinicius wrote: Dear all,we developed and application that uses a database with 100 MB, our application does not write any information on it. We are having trouble to use this

[android-developers] Re: Large Database File

2012-10-18 Thread Nobu Games
For older Android versions there is an asset file size limit of about 1MB per asset file I believe. You should try splitting the database file into 100 separate files and let your app on first start join these chunks into a merged file on the external storage. On Thursday, October 18, 2012

[android-developers] please help me

2012-10-18 Thread bahmani iman
Hi I use the program to create an electronic book. Someone help me? I emphasize the use of programming For example, I use the html language and its application in the Android could make a simple book, but I want to make a career book. I want to be more like a professional, not like a book, a

Re: [android-developers] Re: Large Database File

2012-10-18 Thread Mark Murphy
On Thu, Oct 18, 2012 at 4:39 PM, Nobu Games dev.nobu.ga...@gmail.com wrote: For older Android versions there is an asset file size limit of about 1MB per asset file I believe. Only for file extensions not known to be already compressed. That's why SQLiteAssetHelper has you package the database

[android-developers] Jelly Bean: White background color is rendered as semi-transparent gray

2012-10-18 Thread Nobu Games
I've got a problem with Jelly Bean (Nexus 7 tablet) that is driving me nuts. I cannot get a solid white background color on any view. I have the following layout setup: - RelativeLayout (root) with android:background=@android:color/white - android.support.v4.view.ViewPager with

[android-developers] Bluetooth App with Apple chip inside of it.

2012-10-18 Thread ColorTheorist
There is a custom device that I am working with that has been approved to communicate with Apple mobile devices. It will be my responsibility on my end to also communicate with that device over bluetooth with Android applications. In pre-limenary testing, the devices around me here will pair

Re: [android-developers] Jelly Bean: White background color is rendered as semi-transparent gray

2012-10-18 Thread Mark Murphy
On Thu, Oct 18, 2012 at 4:51 PM, Nobu Games dev.nobu.ga...@gmail.com wrote: No matter what I tried: turning off hardware acceleration, removing the WebView, specifying # as background color everywhere: it does not work. The white background color is always rendered as some

Re: [android-developers] Jelly Bean: White background color is rendered as semi-transparent gray

2012-10-18 Thread Nobu Games
Oh my... you saved my day and sanity, Mark! It works On Thursday, October 18, 2012 4:00:39 PM UTC-5, Mark Murphy (a Commons Guy) wrote: On Thu, Oct 18, 2012 at 4:51 PM, Nobu Games dev.nob...@gmail.comjavascript: wrote: No matter what I tried: turning off hardware acceleration, removing

[android-developers] IllegalArgumentException from the MediaStore

2012-10-18 Thread Gaurav
Hi, Accessing the media store gives me an IllegalArgumentException. This is a one off case that has been reported by Google crash reports. I do not have any further information such as device, api level etc. I looked the Media Store API and it is undocumented. Nothing, not even bad

[android-developers] Re: Large Database File

2012-10-18 Thread bahmani iman
Dear Friend You can individually program data to give users -- 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: custom layouts and layout_width

2012-10-18 Thread Ubuntu guy
Managed to override setLayoutParams in my custom layout and i was able to override the parameters specified in the layout xml. On Oct 17, 1:15 pm, Ubuntu guy sam_...@yahoo.co.in wrote: Hello,    I'm developing a custom layout with a fixed width and i don't want the users of this custom layout

Re: [android-developers] How to make Widgets not overlap

2012-10-18 Thread Perry168
What's information you need know more? Please suggest. I think who have the exp. Who will know what I say. MagouyaWare於 2012年10月19日星期五UTC+8上午3時57分33秒寫道: With the amount of information you've given us no. Thanks, Justin Anderson MagouyaWare Developer

Re: [android-developers] Re: Large Database File

2012-10-18 Thread Vinicius Jose Grein
Great Mark, I will try and let you know the result On Thu, Oct 18, 2012 at 5:47 PM, Mark Murphy mmur...@commonsware.comwrote: On Thu, Oct 18, 2012 at 4:39 PM, Nobu Games dev.nobu.ga...@gmail.com wrote: For older Android versions there is an asset file size limit of about 1MB per asset file

[android-developers] How to merge CTS reports?

2012-10-18 Thread ilikeB2
When I try to pass CTS test cases, there are always some cases (10or 20 in 17000) which show fail in the first time test. But when I derive them in a new plan and run it again in the same device, it will pass. The question is that will generate two results, so is there any way to merge them

Re: [android-developers] Need to create composer in Email...

2012-10-18 Thread Amit Sinha
Dear Asheesh, Thanks for the sample code. I have some specific requirement, like in my Email composer in want add feature like Bold, underline and italic for text typed. Also font change(color and size) for the text in composer screen. Do let me know in case you have any idea about that.

[android-developers] Composer screen with Bold, underline and italic text, font changes

2012-10-18 Thread Amit Sinha
Hi, can any body tell me how to create composer screen with some specific requirement, like in my composer screen I want to add feature like Bold, underline and italic for text typed. Also font change(color and size) for the text in composer screen in android. I want to save composer in

Re: [android-developers] How to Handle the Duak Sim Settings

2012-10-18 Thread Mychandus Msb
Dual SIM settings is Vendor dependent. As per my knowledge so far there is no generic android APIs released. If you have the device source you can analyse. But generally, there should some API to get the SIM ID, SIM0 ro SIM1 On Sun, Aug 12, 2012 at 9:03 AM, raja shekar