[android-developers] Hiding Android Home Screen

2011-11-03 Thread Ash
Hi All, Is there a way to hide the Android home screen at boot up (e.g. put a black canvas / remove all icons and the lock buttons). We have developed an application for a rooted Android 2.2. The application starts automatically after Android is booted. However, there is small window before the

[android-developers] Re: SMPP over android

2011-11-03 Thread Zsolt Vasvari
As thy would say on Pawn Stars: What are your concerns about this? On Nov 4, 2:08 pm, androidgeek wrote: > Can I implement SMPP  (Simple message peer-to-peer) over android. If > yes, How ? > Looking for an early reply > > Regards, > AndroidGeek -- You received this message because you are

[android-developers] Programmatically installing APK question

2011-11-03 Thread Ash
Hi All, We have developed an application for a rooted Android 2.2. The application starts automatically after Android is booted and continues to run forever. There is no way for the user to exit the application (unless the app crashes for any reason). We are able to update the application usi

Re: [android-developers] Icon Sets

2011-11-03 Thread Michael Leung
How about to use Public domain icon Such as openclipart.org On Fri, Nov 4, 2011 at 4:32 PM, s.rawat wrote: > Agreed !! > > "..pain is temporary.quitting lasts forever.." > > > > On Fri, Nov 4, 2011 at 11:57 AM, Miguel Morales > wrote: > >> It depends on the license of the artwork I bel

Re: [android-developers] Icon Sets

2011-11-03 Thread Michael Leung
Thanks! On Fri, Nov 4, 2011 at 4:27 PM, Miguel Morales wrote: > It depends on the license of the artwork I believe. > If you're going to purchase art, it's always good to retain the copyright > so that you can use it as you wish. > That's why sometimes it might be better to pay an artist for a c

Re: [android-developers] Icon Sets

2011-11-03 Thread s.rawat
Agreed !! "..pain is temporary.quitting lasts forever.." On Fri, Nov 4, 2011 at 11:57 AM, Miguel Morales wrote: > It depends on the license of the artwork I believe. > If you're going to purchase art, it's always good to retain the copyright > so that you can use it as you wish. > That'

Re: [android-developers] Icon Sets

2011-11-03 Thread Miguel Morales
It depends on the license of the artwork I believe. If you're going to purchase art, it's always good to retain the copyright so that you can use it as you wish. That's why sometimes it might be better to pay an artist for a custom set than using licensed images. On Thu, Nov 3, 2011 at 11:13 PM, M

Re: [android-developers] Icon Sets

2011-11-03 Thread Michael Leung
That is free for personal use only. I am looking a icon set for my company. On Fri, Nov 4, 2011 at 4:09 PM, s.rawat wrote: > you can try icons from www.softicons.com to avoid this.Sorry for not > giving you the expected answer. > "..pain is temporary.quitting lasts forever.." > > > > On

Re: [android-developers] Icon Sets

2011-11-03 Thread s.rawat
you can try icons from www.softicons.com to avoid this.Sorry for not giving you the expected answer. "..pain is temporary.quitting lasts forever.." On Fri, Nov 4, 2011 at 11:20 AM, Michael Leung wrote: > > Hi all, > Does anyone know if I buy a Royalty-free icon set, can I use them in a

[android-developers] SMPP over android

2011-11-03 Thread androidgeek
Can I implement SMPP (Simple message peer-to-peer) over android. If yes, How ? Looking for an early reply Regards, AndroidGeek -- 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@go

[android-developers] How To(Interesting) : Cross Compiling and Using Gtreamer Commands on the Android Phones/Tablets

2011-11-03 Thread s.rawat
Hi, I know there has been stagrefright and open core inside the Android Multimedia Framework.But Now I am trying to use the audio/video streaming functionalities using the *gstreamer* commands(as well c application for them) in the adb shell. For example wheni pluggedin a web cam in my ubuntu mac

[android-developers] Is soapAction mandatory or leftblank

2011-11-03 Thread arun kumar
for wsdl file they given as soapAction="" it is mandatory field or it can be left blanc...actually soapAction will be defined as (namespace/mathodname). -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Theme in Android

2011-11-03 Thread Michael Leung
Hi all, I am looking for an android theme too. Any good one your guys used before? Thanks! -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr

[android-developers] Icon Sets

2011-11-03 Thread Michael Leung
Hi all, Does anyone know if I buy a Royalty-free icon set, can I use them in a paid app? That sounds like a kind of redistribution. -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info -- You received this message because you are subscribed to the Google Groups "Androi

Re: [android-developers] Unable to install the .apk file on Samsung Galaxy SII mobile

2011-11-03 Thread s.rawat
install it using the adb shell issue ./adb install how are you installing it?whats the error? "..pain is temporary.quitting lasts forever.." On Fri, Nov 4, 2011 at 8:49 AM, manidhar kumar < manidhar.karnata...@gmail.com> wrote: > Hi, > > I am new to android world. I have created the

Re: [android-developers] No simplified chinese description?

2011-11-03 Thread Matthew Jacobs
Yeah, most can read, but they find it more difficult. (the other way is harder it seems from my Taiwan friends) And, as you say, the market info defaults to English if they are in simplified mode. If you look at QQ as an example, they have set their "English" description as simplified chinese,

Re: [android-developers] No simplified chinese description?

2011-11-03 Thread Max Lv
As a Chinese developer, I have to delete all other language descriptions except zh-TW. If not, the market will display an English description to Simplified Chinese users. BTW, most Simplified Chinese users can read Traditional Chinese. -- Max Lv On Mon, May 30, 2011 at 5:47 AM, Santiago Lema wr

[android-developers] Re: 3G+USB_tethering doesn't work on http

2011-11-03 Thread fycd
hi all: I compare my htc incredible with my friends htc evo 4g. and I find that,while connecting 3G: evo 4g: rmnet0Link encap:Ethernet HWaddr C2:72:AE:B9:A0:66 Incredible: rmnet0Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 I think this "encap:UNSPEC" is the r

[android-developers] Re: Overhead of creating many activities

2011-11-03 Thread Mat Jones
Hi thank you all for your replies I will look into Fragments I expect the users to switch activities every 5+ seconds, so I would prefer to keep things as is Regards -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] Unable to install the .apk file on Samsung Galaxy SII mobile

2011-11-03 Thread manidhar kumar
Hi, I am new to android world. I have created the HelloWorld.apk file using the Eclipse IDE using the Android 2.3.3 api 10. I am unable to install the apk file in the mobile. Please help in installing the apk file on the mobile. Please let me know the links used for android development. Th

[android-developers] Re: On Android, how can I launch the Gmail App to display a specific mail?

2011-11-03 Thread shenhongzhou
Thank you for advising. That's a big problem. Actually, I tried to use browser to open the URL of the specific mail, but I can only get into the "inbox". That's why I want to try the Gmail App. Maybe it's a problem with Gmail. -Hongzhou On 11月3日, 上午9时47分, Kostya Vasilyev wrote: > Which "Email"?

[android-developers] Re: Android 4.0 Emma Code Coverage

2011-11-03 Thread Tony Lee
when I run my test with the args "-e coverage True", I got an exception: "java.lang.ArrayIndexOutOfBoundsException". After checking the exception detail, I found that an array in my app code was change, which raise this exception. However the app without the emma compiled work normally! Could you

[android-developers] Re: Change PPI (pixel per inches) of PNG file in Android

2011-11-03 Thread Trung Nguyen Thanh
Your mean is ExifInterface, right? :( http://developer.android.com/reference/android/media/ExifInterface.html Im going to die now. Just only support JPEG, and dont see any tag for PPI :( -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Re: Connect tablets without 3G network and WiFi Ad-Hoc Bluetooth PAN

2011-11-03 Thread ricardo garcia
I have an Acer Iconia Tab A500 (tablet) and a Nokia N8 (smartphone). I can´t make tethering between A500 and N8. Could I connect the Acer Iconia in the internet through Wifi Ad-Hoc (Joikuspot), or Bluetooth PAN tha Nokia N8 and other nokias have? On 26 out, 20:21, Jim Graham wrote: > Em Wed, 2

[android-developers] binary SMS on android

2011-11-03 Thread John Goche
Hello, I have an android application with a database of records. I would like to send some of those records to another instance of the same android application. In order for this to happen I would like to use a phone number and a text message. However the text message should not contain data to be

[android-developers] Re: Android Launch Error - Your project contains error(s) please fix before running your application

2011-11-03 Thread android_investigator
The log indeed came with a huge page of errors, none of which helpful - unfortunately However, I closed/removed all the projects and then updated the Android SDK, as per a suggestion in one of the various forums I've searched. This seems to have resolved the issue as I have not received the error

Re: [android-developers] How to get this to wrap?

2011-11-03 Thread Kostya Vasilyev
You are mixing a linear layout with view attributes that are used inside a relative layout. I would change the layout to relative, and add layout_toLeftOf="right view" to the left view. Another option is to use layout_weight on the left view, and keeping the linear layout. Either way, set single

[android-developers] Re: How to get this to wrap?

2011-11-03 Thread darrinps
Oh, and yes I know using a maxWidth would do it, but I don't want to calculate the number of pixels and the app will be used on many devices of varying screen densities. For example though, this does do the trick on my Galaxy S: android:maxWidth="250px" On Nov 3, 5:31 pm, darrinps wrote: > I

[android-developers] How to get this to wrap?

2011-11-03 Thread darrinps
I have two TextViews. One to the left of the other. The first can hold a very long name and the other is pretty much fixed in width. If the name is very long I want it to wrap to the next line but I cannot seem to get it to do the wrapping. It's always the second TextView that wraps. I've tried a

[android-developers] Re: Hide bottom status bar in Android 3.2 Honeycomb!

2011-11-03 Thread William Ferguson
You asked a question. Mark responded in an articulate and succinct manner. At no point did Mark suggest you were a malware author. You have just rudely told one of the best Android resources going around not to answer any more of your questions. Good luck with that. William On Nov 3, 11:56 am, J

Re: [android-developers] Re: Fwd: Android Calendar to sync after adding events programmatically

2011-11-03 Thread Michael Chan
Android doesn't have an ics parser right now. You will need to supply that. Other than that, it should be pretty straight forward to build the app you want. On Thu, Nov 3, 2011 at 2:22 PM, David Toledo wrote: > Thanks. Exist some way for can make from android code using .ics url > > > 2011/11/3

Re: [android-developers] Re: Fwd: Android Calendar to sync after adding events programmatically

2011-11-03 Thread David Toledo
Thanks. Exist some way for can make from android code using .ics url 2011/11/3 Michael Chan > Hi David, > > If your customer imports the events to Google Calendar, it is a one > time copy. It will never refresh. He/she should "add by url" instead. > See http://www.google.com/support/calendar/bi

[android-developers] Re: --core-library with netbeans

2011-11-03 Thread Jordan Thompson
I am not coding anything - I am stubbing out some jpa annotations so that I don't have to re-write a bunch of annotated code. I am only tricking the compiler to recognize these annotations. In the meantime, I have temporarily given up on netbeans and am reluctantly using eclipse... I still want/

[android-developers] Re: Fwd: Android Calendar to sync after adding events programmatically

2011-11-03 Thread Michael Chan
Hi David, If your customer imports the events to Google Calendar, it is a one time copy. It will never refresh. He/she should "add by url" instead. See http://www.google.com/support/calendar/bin/answer.py?answer=37100 If it refreshes on the web calendar, it should automatically sync to the phone

Re: [android-developers] layout

2011-11-03 Thread Mark Murphy
LinearLayout and android:layout_weight, or RelativeLayout and appropriate anchoring rules. I tend to prefer the RelativeLayout approach, because it's a bit more self-documenting IMHO, but they're equally valid. On Thu, Nov 3, 2011 at 4:49 PM, bob wrote: > I have a need for a layout where there is

[android-developers] layout

2011-11-03 Thread bob
I have a need for a layout where there is a top bar of a determined size, a bottom bar of a determined size, and a middle that expands to fill the remainder. What is the best way to do this on Android? -- You received this message because you are subscribed to the Google Groups "Android Develope

[android-developers] updating /system/lib .so file from an APK

2011-11-03 Thread ivan
I'm working on an application that has a native library packaged with it (i.e. contained in its APK). Consequently, this application is going to be prepackaged with new devices thus its APK will live in / system/app/ and the native .so files will be placed in /system/ lib/ . I have been asked to

Re: [android-developers] graphical layout problem

2011-11-03 Thread ANKUR GOEL
Hi , it doesnt work with this solution .. On Thu, Nov 3, 2011 at 10:00 PM, suresh achari wrote: > change android version or theme on above the graphical layout > > On Thu, Nov 3, 2011 at 9:52 PM, ANKUR GOEL wrote: > >> Hi all, >> >> i am not able to get graphical layout for my xml >> >> can an

[android-developers] Limiting cache size of an Adapter

2011-11-03 Thread erkangur
I want to show lots of big images(~3-4MiB) in my application just like native gallery app. I am using ViewPager just for the fancy page-like scrolling and I am providing those images with an PagerAdapter. But after a few scroll, I get OutOfMemoryError. I think that problem raise because of the ad

[android-developers] Re: Android Launch Error - Your project contains error(s) please fix before running your application

2011-11-03 Thread jtoolsdev
Look at the errors and the problems logs. They may provide a clue. Granted some build problems don't provide enough clues which indeed can be frustrating. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] Re: Overhead of creating many activities

2011-11-03 Thread Studio LFP
You might want to check into Fragments. http://developer.android.com/guide/topics/fundamentals/fragments.html They are similar to Activities (very little work to swap an Activity to a Fragment) and you can manage the backstack. Steven Studio LFP http://www.studio-lfp.com On Thursday, November

[android-developers] Re: graphical layout problem

2011-11-03 Thread Studio LFP
If you are talking about not being able to open the XML in Eclipse in the WYSIWYG editor, try right clicking on the Project, select Android Tools and click on Fix Project Properties. You may need to close and reopen the project for the settings to apply. Steven Studio LFP http://www.studio-lfp.

[android-developers] Re: com.google.android.maps.MapView and "server returned 3"

2011-11-03 Thread Phil H
OK my bad, I was punching in the wrong MD5. On Nov 2, 8:45 pm, Phil H wrote: > I've been developing a Google Maps based application and for a few > weeks I've been running with a Maps API key generated from the > keystore used for signing code deployed over USB to my development > phone. I've bee

Re: [android-developers] Re: No luck with new ICS CalenderContract

2011-11-03 Thread Mark Murphy
On Thu, Nov 3, 2011 at 2:29 PM, Michael Chan wrote: > We will be publishing a developer guide for Calendar APIs with more > details on the set of supported intents as well as code snippets. Great! Be sure to spread the news when they're released. :-) Thanks! -- Mark Murphy (a Commons Guy) http

[android-developers] Re: No luck with new ICS CalenderContract

2011-11-03 Thread Michael Chan
Hi, I believe the GoogleCalendarSyncAdapter was not included in the emulator. That's why you can't sync Google Calendars in the emulator. The new Calendar API will support viewing, adding events (not calendars) via Intents. The user will need to confirm before the event is saved. Adding *Google*

[android-developers] Re: Tutorial "Hello Testing" source code

2011-11-03 Thread wyo
And how can anyone download the code, there seems to be no download section. On 3 Nov., 08:54, gaurav gupta wrote: > Hello , > > U can download code from androidpeople. > > www.*androidpeople*.com/ > > u can easliy find basic codes from here. > > > > > > > > On Thu, Nov 3, 2011 at 1:17 PM, wyo w

[android-developers] dialog box discovery

2011-11-03 Thread teo988
Hello everyone, I should do an application that uses BT. Does anyone know if is possible don't show the confermation dialog box for discovery? thanks...and sorry for my english -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] Native Development Kit build for ZeroMQ Java binding rejected by Dalvik

2011-11-03 Thread Don Park
I've been working on getting zeromq built for android along with its java adapter. ZeroMQ builds into a library and loads no problem, the c-code/NDK part of the Java adapter also builds file. libzmq is zeromq and libjzmq is the helper for the java bindings. $ file libs/armeabi/* libs/armeabi/libj

[android-developers] membership in the group

2011-11-03 Thread pavank
Hi, I am trying to construct an application that does crawling on android applications. I need help getting started. For example, I am unable to understand how we can extract the layout information similar to html. -- You received this message because you are subscribed to the Google Groups "Andr

[android-developers] Android Launch Error - Your project contains error(s) please fix before running your application

2011-11-03 Thread android_investigator
Hi All, I encountered the above-named error this morning with my current project - which has been working fine yesterday. I get the error when I try to run the project. 1. No changes has been made on my project 2. It is affecting all projects now - which seems to indicate an error with eclipse / A

[android-developers] Error on Setup of SDK manager Update

2011-11-03 Thread Vivek Sun Certified Professional
Preparing to install archives Downloading Android SDK Platform-tools, revision 9 File not found: C:\Program Files\Android\android-sdk\temp\platform- tools_r09-windows.zip (Access is denied) Downloading SDK Platform Android 2.2, API 8, revision 3 File not found: C:\Program Files\Android\android-sdk\

[android-developers] Ytdandroid usage android

2011-11-03 Thread uday kiran
Hi.. Am using Ytdandroid to upload videos to youtube account . But i want to make it as private , so that it will visible to me itself. If we use gdata, gdata.setPrivate(true) simillar to this. But i dono how to do with this ytdandroid code,?? Thanks -- You received this message because yo

Re: [android-developers] Re: EditText resize problem

2011-11-03 Thread Mark-Jan Harte
I've noticed that my Nexus S (Android 2.3) does show multiple lines in Landscape mode, while my Samsung Galaxy S (2.2) does not - for the same app. Is this behavior in any way related to the Android version, or how can I influence this? Thx, Mark-Jan -- You received this message because you a

[android-developers] Re: Missing Fastboot from Windows 32 SDK?

2011-11-03 Thread Kartaguez
You 'll find it in SDK-version13 package. You just have to unzip it into the platform-tools folder (same as adb.exe folder) On 28 oct, 01:38, hard corners wrote: > I can't find it there either.  Any other suggestions? > > Trying to unlock an HTC EVO 3D on Rogers (canada) > > On Oct 25, 7:13 pm, p

[android-developers] pass app http trafic through a proxy installed on my pc

2011-11-03 Thread radupopescu
Hi everybody, I am tring to debug an android app. I need to pass all the http trafic of my htc desire s through a proxy server( Paros, WebScarab, etc.) that i have on my pc. I need to intercept the http messages. I have rooted the phone and installed a proxy on it. I have connected the phone and

[android-developers] Re: No simplified chinese description?

2011-11-03 Thread Matthew Jacobs
this is still the case. There are 22 languages that the market can be displayed on, but only 19 languages we can write our descriptions in. You can set a description in Hebrew and Hindi, but as I can see, there is no way on the Market website to display in these languages. :s -- You received th

[android-developers] Android Bootloader/Kernel

2011-11-03 Thread Climber Ty
I know ClockworkMod is out there and going strong, is there any articles/books or other information on the Android bootloader and/or kernel development? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

[android-developers] Microphone gain

2011-11-03 Thread John McDermick
Is there an API in Android which allows you to control the microphone gain? Thank you. -- 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,

Re: [android-developers] Re: How to find phone number in android

2011-11-03 Thread ram prasad
Hi Suresh, I think you got empty string displayed.Actually getting mobile number is depends on your Network provider. If Network operator allows to take sim number from device, it will work I think other countries are providing this service... I also tried lot of methods but not works fo

[android-developers] Re: Error in window format

2011-11-03 Thread cipher_neo
can anybody help me out here? I am at the end of my tether with this one -- 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: Using default Camera App the returned image size is not correct

2011-11-03 Thread rafaK
Thanks Nagu, I was able to do exaclty what I wanted using the code from: http://stackoverflow.com/questions/649057/how-do-i-save-data-from-camera-to-disk-using-mediastore-on-android Thanks again, Rafael. On 3 nov, 02:56, nageswara rao rajana wrote: > hi, > >      In built camera application give

[android-developers] Re: Unicode box with zig zag line

2011-11-03 Thread Mike Greene
I found a solution switch ʃ character with this ʆ character. I wanted to know why the error box had a zig zag line in side of the box, instead of just the plain error box for a missing char. On Nov 3, 10:16 am, Mike Greene wrote: > Its this symbol > >         ʃ > > Thanks > > On Nov 2, 11:43

[android-developers] Re: Play content of phone on PC browser

2011-11-03 Thread Diego Torres Milano
Mount the device using USB connector and the access the files using file:// schema. On Nov 3, 12:45 am, Sunil Mishra wrote: > Hi Summers, > > I am trying to play the content of phone in PC's Web browser. > > I am able to list down the contents that are available on the phone, > but the URI associ

[android-developers] Dynamic test cases / data driven testing in android unit test

2011-11-03 Thread mellery451
I'm trying to get starting with unit testing my android application and I'm having trouble figuring out how to do data driven testing. For my particular case, I have a file that I'm storing as an asset and this file has input and expected output for a particular API under test. I can read the file

Re: [android-developers] graphical layout problem

2011-11-03 Thread suresh achari
change android version or theme on above the graphical layout On Thu, Nov 3, 2011 at 9:52 PM, ANKUR GOEL wrote: > Hi all, > > i am not able to get graphical layout for my xml > > can anybody help me with this. > > -- > You received this message because you are subscribed to the Google > Groups

[android-developers] graphical layout problem

2011-11-03 Thread ANKUR GOEL
Hi all, i am not able to get graphical layout for my xml can anybody help me with this. -- 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 grou

[android-developers] Re: "Unable to open database <>. Database is locked"

2011-11-03 Thread Anju Mathapati
I have permissions to the root. Infact I can access sqlite3 /data/data/com.android.providers.settings/databases/ settings.db This problem is seen only when i access dbs under com.android.providers.telephony. Not sure why...:( On Nov 3, 9:02 pm, Mark Murphy wrote: > You don't have access to that

[android-developers] Re: Unicode box with zig zag line

2011-11-03 Thread Mike Greene
Its this symbol ʃ Thanks On Nov 2, 11:43 pm, Belvedere Computer Services wrote: > that is what I always assume ~ the code for doing just one Character > in UniWhateverTheyCall it today is like really amazing - it would help > the code engineers to know where the symbol is coming from or

Re: [android-developers] "Unable to open database <>. Database is locked"

2011-11-03 Thread Mark Murphy
You don't have access to that file, unless you root your phone. On Thu, Nov 3, 2011 at 12:00 PM, Anju Mathapati wrote: > Hi > > After connecting my phone/target, am trying to access the database > through adb shell as: > sqlite3 /data/data/com.android.providers.telephony/databases/ > telephony.db

Re: [android-developers] Re: application reloaded

2011-11-03 Thread Mark Murphy
Android by default destroys and recreates activities when there is a configuration change, such as a screen rotation. My guess is that this is what you're seeing. You might consider using PhoneGap's support boards to see how they recommend handling that. On Thu, Nov 3, 2011 at 11:59 AM, nesrine n

[android-developers] "Unable to open database <>. Database is locked"

2011-11-03 Thread Anju Mathapati
Hi After connecting my phone/target, am trying to access the database through adb shell as: sqlite3 /data/data/com.android.providers.telephony/databases/ telephony.db But am getting the following error: "unable to open database "telephony.db": database is locked" Can someone please point out the

Re: [android-developers] Re: application reloaded

2011-11-03 Thread nesrine nesrine
Hi, for version witch i use there are phonegap 1.0.0 android 2.2 sencha-touch 1.1.0 like in the real phone in the emulator wher i change orientation (Ctrl F12), the application is reloaded. Thanks, 2011/11/3 Belvedere Computer Services > could end up being but ~ pls post versions of everythi

[android-developers] Re: Sudden rash of license check failures in LVL. Anyone else?

2011-11-03 Thread Ben H
yeah, probably. i think some custom ROMs let you tweak the reported screen dpi. On Nov 2, 12:20 pm, Kostya Vasilyev wrote: > He mentions "resolution at 200" - a custom kernel? > > 02.11.2011 22:35, Ben H пишет: > > > > > > > > > > > some clues are starting to pop up for me. one user i'm working w

Re: [android-developers] Hide bottom status bar in Android 3.2 Honeycomb!

2011-11-03 Thread Just Another Android User
It looks to me like everywhere some people are taking things out of context and this forum is not an exception. Suggesting that I am one of the "Malware authors" is obscene and unacceptable, specifically if that person doesn't know what someone else would like to do... Saying this Mark, do NO

Re: [android-developers] Screen Shot

2011-11-03 Thread Just Another Android User
What do you mean by taking a screen-shot. Do you mean that you want to create the Application that does it? Please let me know. On Thu, Nov 3, 2011 at 3:58 AM, lbendlin wrote: > On a rooted device you can cat /dev/graphics/fb0 and then convert one of > the two raw bitmaps to whatever format yo

[android-developers] Re: No luck with new ICS CalenderContract

2011-11-03 Thread Ralph
Thanks again. I can say that if you have access to an exchange server then the following examples do work in the android 4.0 level 14 emulator using google apis at the moment: Insert an event via Intents: Intent intent = new Intent(Intent.ACTION_INSERT)

[android-developers] Android Processing Eclipse LibPD

2011-11-03 Thread MilesTone
Hi All We’ve made a Processing and PD desktop application using libpd, and now were trying to compile it for android. I’m using Processing 1.5.1, Eclipse Indigo 3.7 and have installed Android SDK r15 with API’s 7&8 on my Mac. In processing i can run a virtual device, but only through the AVD manag

Re: [android-developers] Streaming Video

2011-11-03 Thread Chenna Venkatasubbaiah
You can use RTSP to streaming your videos using VideoView and MediaPlayer classes. thanks Chenna On Thu, Nov 3, 2011 at 6:01 PM, Siva Prakash wrote: > Hi > > I have list of videos in my storage server from which I want to stream > them to phone. What is the best way and protocol (Anything other

Re: [android-developers] Re: No luck with new ICS CalenderContract

2011-11-03 Thread Mark Murphy
There are no samples in the SDK. I do not know if the content provider works in the emulator. I was planning on waiting until the source code for ICS ships, at which point we can start to fill in the documentation gaps. On Thu, Nov 3, 2011 at 9:57 AM, Ralph wrote: > Hi Mark, > > Thanks so much. >

[android-developers] Re: How to go to Home screen..?

2011-11-03 Thread Shajahan
@Abhilash, Are you able to come up with some solution ?? I am somewhat in same scenario looking for help @all, If any one has came across the same problem and successfully implemnted the solution. Please share. Thanks. On Dec 27 2010, 12:27 pm, Abhilash baddam wrote: > Hi pent, > >        

[android-developers] Bluetooth Sniff idle timeout in Bluez stack.

2011-11-03 Thread Nick
Folks, With Bluez stack running on my phone, and a PC dongle (supporting HFP/ A2DP), i am seeing a problem. Bluetooth SOC on the phone is not going in Sniff mode, as a result the power drained is very high. This is only when a PC dongle is bonded to the phone. If a A2DP headset is bonded, it enter

[android-developers] Re: No luck with new ICS CalenderContract

2011-11-03 Thread Ralph
Hi Mark, Thanks so much. When I try to subscribe to a public google calendar via Intent on Android Ice Cream Sandwich Level 14 emulator something like this: Does anyone know how to subscribe to a public calendar via the api or know where the test cases are? Thanks. Inte

Re: [android-developers] On Android, how can I launch the Gmail App to display a specific mail?

2011-11-03 Thread Kostya Vasilyev
Which "Email"? Enhanced Email, K-9, Kaiten, ProfiMail, Mail Droid, iTap Mail, InoMail? Or the standard one built into the firmware? What if the standard one was replaced by the manufacturer with something entirely different, like on the Samsung Galaxy S 2? The best bet is to use ACTION_SEND

[android-developers] Re: project regarding m.tech

2011-11-03 Thread Sunil Mishra
Can you explain in little detail what you want to achieve? On Nov 3, 2:49 pm, Hirdesh Agrawal wrote: > i would like to design hardware crypto module for android os for > bluetooth connection... -- You received this message because you are subscribed to the Google Groups "Android Developers" gro

Re: [android-developers] About Quick Action Dialog

2011-11-03 Thread Bishan
thanx Mark . i'll try this On 11/3/11, Mark Murphy wrote: > On Wed, Nov 2, 2011 at 10:05 PM, Bishan wrote: >> could you please give me some example about UI model that i can use for >> this ? > > AlertDialog. > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commo

Re: [android-developers] On Android, how can I launch the Gmail App to display a specific mail?

2011-11-03 Thread fycd
hi Gmail dosen't open its api. but the "Email" works. you can launch Email from your app. you may send the specific mail ID to Email, than let Email Download the specific mail and show. In this case, you'll have to modify the Email's source. 2011/11/3 shenhongzhou > My scenario is like this: >

[android-developers] Not finding full path

2011-11-03 Thread Chirag Raval
Hello to all i am using google maps api . i am follow this tutorail . http://stackoverflow.com/questions/2023669/j2me-android-blackberry-driving-directions-route-between-two-locations using this tutorial i am finding the short distance path and route description . But when i am passing long distan

[android-developers] Re: 3G+USB_tethering doesn't work on http

2011-11-03 Thread fycd
hi all: This is it, Connect with wifi+usb+Tethering, PC works well. but , Connect with 3G+usb+Tethering, PC can't access any website: it returns "net::ERR_CONNECTION_RESET" in Chrome. PC can ping all website tether with both wifi & 3G. I really wanna it works well with 3G,.. could anyone help

[android-developers] Re: Change PPI (pixel per inches) of PNG file in Android

2011-11-03 Thread Streets Of Boston
That means you tie this image up with only one given PPI, in your case printing on paper. Anywhose, this is your app's requirements. :) This means you must change the Exif (metadata) of your image after you saved it to 'disk'. Use ExifInfo class. I think it not only works for JPEGs but for PNGs

Re: [android-developers] Re: How to find phone number in android

2011-11-03 Thread Chirag Raval
Gets the phone number the app is running on. It needs a permission so add the line uses-permission android:name="android.permission.READ_PHONE_STATE" to the manifest.xml private String getMyPhoneNumber() { TelephonyManager mTelephonyMgr; mTelephonyMgr = (Telepho

Re: [android-developers] About Quick Action Dialog

2011-11-03 Thread Mark Murphy
On Wed, Nov 2, 2011 at 10:05 PM, Bishan wrote: > could you please give me some example about UI model that i can use for this ? AlertDialog. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescri

Re: [android-developers] Hook event listeners for activity/application lifecycle events

2011-11-03 Thread Mark Murphy
On Wed, Nov 2, 2011 at 11:54 PM, Miles wrote: > Is there any way to to listen for activity/application lifecycle > events without having to extend the classes? In API Level 14, possibly -- see Application.ActivityLifecycleCallbacks. I haven't seen these in use yet. On older versions of Android,

[android-developers] Streaming Video

2011-11-03 Thread Siva Prakash
Hi I have list of videos in my storage server from which I want to stream them to phone. What is the best way and protocol (Anything other that HTTP if ) to do this? I dont want to download them to local and show. Thanks -- You received this message because you are subscribed to the Google Gro

Re: [android-developers] On Android, how can I launch the Gmail App to display a specific mail?

2011-11-03 Thread Mark Murphy
There are no documented APIs for working with Gmail. The only undocumented APIs I am aware of relate to the Gmail content provider, which has been locked down and is no longer accessible. Furthermore, depending on Gmail sync settings, there is no guarantee that the device will even have this messag

Re: [android-developers] bypass android Error dialogs

2011-11-03 Thread Mark Murphy
On Thu, Nov 3, 2011 at 1:18 AM, jeyaprakash chinaraj wrote: > Hi Mark Murphy , > >   I have the default handler, if i not reraise the exception using > Thread.getDefaultUncaughtExceptionHandler() am getting ANR  also my Toast or > dialogs are not displayed on the screen. Don't re-raise, as th

Re: [android-developers] Re: No luck with new ICS CalenderContract

2011-11-03 Thread Mark Murphy
I am assuming that they mean ACTION_INSERT, ACTION_EDIT, ACTION_VIEW, ACTION_PICK, etc. on either CalendarContract.CONTENT_URI or CalendarContract.Events.CONTENT_URI. I have not tried these yet. On Thu, Nov 3, 2011 at 6:56 AM, Ralph wrote: > But the announcement below refers to intents but it als

Re: [android-developers] Overhead of creating many activities

2011-11-03 Thread Christopher Van Kirk
Wouldn't simply setContentView(xxx) be much easier to manage, considering you don't want a history anyway? On 11/3/2011 5:35 PM, Mat Jones wrote: Hello, I am working on a security app which involves users storing passcodes, docs etc My app has around 10 activities representing screens (ev

[android-developers] i need to send string (data) from one android device to another android device using " bluetooth "

2011-11-03 Thread Perumss Naren
*Hi, 1. i need to send string (data) from one android device to another android device using " bluetooth " what i tried: SyncDatabase json=new SyncDatabase(); JSONObject jsonObject= json.GeneratedJSON(HomeActivity.this, profile_list.get(position).getId());

[android-developers] Re: HTTP Live Streaming for MP4, 3gp video files in Android

2011-11-03 Thread Shajahan
Thanks Mark, Sumedh, successfully implemented my functionality to stream the live videos using hinting ...thanks for your suggestion. I have one more doubt for the same .above worked like charm for HTTP .how to go about for RTSP Any ideas ?? On Oct 19, 4:49 pm, Sumedh Jiwane wrote: > Hin

Re: [android-developers] Re: Finishing all running activities on clicking logout from any Activity

2011-11-03 Thread nageswara rao rajana
in *Oncreate* method call* finish();* to end the activity. On Thu, Nov 3, 2011 at 5:15 PM, Shajahan wrote: > @ratheesh, > assume a scenario, user not logged out from the app and he want to go > back in this case if i apply the above stated solution. > then it will take the app to the login s

  1   2   >