[android-developers] Print from device

2011-11-17 Thread ecspertiza
HI, can i print document from android device ? May be there is Action or SDK ? -- 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] Re: localization bloats my app - is there an alternative approach?

2011-11-17 Thread mot12
On Nov 16, 5:58 pm, Mark Murphy mmur...@commonsware.com wrote: So, you added 1.5MB of space with 12 languages. That's around 100KB apiece. Since this stuff should be compressed in the APK, that's probably close to 1MB of strings per language. Hence, the solution would appear to be: make a

Re: [android-developers] Problems when signing APKs with Java 7.

2011-11-17 Thread BoD
Thanks for your answer. I guess I was unlucky with my search terms because I did spent time a few hours googleing but did not find anything. If you have the SO links I'd appreciate it :) Also if anybody from the Android tools team reads this, it would be a good idea to put a warning about this

[android-developers] Re: localization bloats my app - is there an alternative approach?

2011-11-17 Thread Pent
2) Download additional resources - The apk contains only enough translations to instruct users to download full language packages of their choice. - The language packages downloaded onto the SD card (simple xml files) - The app loads the xml file and creates its own table of resource strings

Re: [android-developers] Menu

2011-11-17 Thread Thusitha Fernando
Yep it is good article but I want something deffer menu I have created the menu.xml under manu in my project what I want to know how can I call the menu.xml page in my main.xml page On Thu, Nov 17, 2011 at 1:59 PM, Ratheesh Valamchuzhy android...@gmail.comwrote: see this link.

Re: [android-developers] Problems when signing APKs with Java 7.

2011-11-17 Thread Nikolay Elenkov
On Thu, Nov 17, 2011 at 5:37 PM, BoD bodlu...@gmail.com wrote: Thanks for your answer. I guess I was unlucky with my search terms because I did spent time a few hours googleing but did not find anything. If you have the SO links I'd appreciate it :) Here's one:

[android-developers] Re: Video Conference

2011-11-17 Thread Oli Wright
Can you please go into a little more detail about what you're trying to achieve and what research you have done already? If you're trying to develop your own application, then I assume you've already done a search for similar topics. If you're simply looking to set up such and environment

[android-developers] changing sound profiles

2011-11-17 Thread kaoutar ben ahmed
hello everyone, i'am working on a project in which i need to be able to change the phone mode to silence or vibration or normal sound. i could not find any information about this ,can anyone help me, with a tutorial or something ?? -- You received this message because you are subscribed to the

Re: [android-developers] Speed up dalvikvm calls

2011-11-17 Thread Daniel Drozdzewski
On 16 November 2011 17:40, New Developer secur...@isscp.com wrote: Thanks Daniel Iam trying to call it every 5ms  But I would settle for as fast as possible. Um... I don't think you have a choice, unless you can settle for impossible. Why do you need 200fps? I have tried so somehow buffer,

Re: [android-developers] sound spectrum analyzer

2011-11-17 Thread Daniel Drozdzewski
On 16 November 2011 11:21, ron simon beachboy2...@googlemail.com wrote: Hi Dev. Team, I want to create a spectral analyser but I'am new in this field . For writing a content from a music file in an array I used this        try {            File file = new File(mFileName,

[android-developers] Is there Android RS232 sample code ?

2011-11-17 Thread mark2011
Dear All : I am a new learner of Android. My cell phone is android 2.1. I want to communicate with other computer(windows xp) through rs232. Is there any sample code? Thanks. BR, Mark -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Modify framework-res.apk

2011-11-17 Thread Ash
Hello All, We need to modify some XML files in framework-res.apk. We have a rooted device. Has anyone done this before successfully? How much effort is it to download full source of Android and compiling it (Android Froyo). Any advice will be great. Thanks -- You received this message

[android-developers] Re: c2dm token

2011-11-17 Thread Elena
I also need a solution for checking whether c2dm token was expired or not. Please share an information if you find a solution On Nov 16, 5:41 pm, sushil jindal sushiljindal.impi...@gmail.com wrote: I have the c2dm token its working properly . i am getting the notification from server but some

[android-developers] Re: Is there Android RS232 sample code ?

2011-11-17 Thread Lew
mark2011 wrote: I am a new learner of Android. My cell phone is android 2.1. I want to communicate with other computer(windows xp) through rs232 [sic]. Is there any sample code? Thanks. I haven't seen any, nor am I aware of any Android devices with an RS-232 port. That said, I

[android-developers] Re: Is there Android RS232 sample code ?

2011-11-17 Thread RLScott
I think your best bet is to use Bluetooth to talk to a cheap Bluetooth- to-serial converter module. -- 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] how can i know whether H264 can be supported in my phone?

2011-11-17 Thread 杨辉
hi, when i use H264 encoder for MediaRecorder in my phone, the app crashes. so what i want to know is: 1、is there a function which i can use to get the list of supported video encoders in a phone? 2、if i use the supported encoders,how can i catch the errors to avoid the app crash.

Re: [android-developers] How to change Android Home screen code at framework

2011-11-17 Thread Mark Murphy
This list is for developing applications with the Android SDK. For questions about the firmware, visit http://source.android.com. On Wed, Nov 16, 2011 at 11:16 PM, Saurabh Patel saurbh...@gmail.com wrote: Hi all My Question is this How can i change Android Default Home screen Code and Replace

Re: [android-developers] How to compile Android Launcher source code?

2011-11-17 Thread Mark Murphy
You compile it as part of the firmware itself. It is not buildable as a separate app. This is beyond the scope of this list. For questions about the firmware, please visit http://source.android.com. On Thu, Nov 17, 2011 at 1:48 AM, Saurabh Patel saurbh...@gmail.com wrote: Hi I have just

Re: [android-developers] Modify framework-res.apk

2011-11-17 Thread Mark Murphy
Step #1: Visit http://source.android.com Step #2: Click on the Community tab Step #3: Find a Google Group relevant to your question, as this list is for developing applications with the Android SDK only Step #4: Ask your questions on that group On Thu, Nov 17, 2011 at 6:00 AM, Ash

Re: [android-developers] Density confusion

2011-11-17 Thread Mark Murphy
On Thu, Nov 17, 2011 at 12:41 AM, Kim kimknap...@gmail.com wrote: I do see that the Fire reports back about 165 dpi, x and y, vs about 169 from the Tab. Are they just on either side of the border of Large and Medium? Device manufacturers choose what size and density bucket they go in. This is

[android-developers] Re: NDK GetMethodID problem

2011-11-17 Thread cw72
It should be (II) you don't need the semicolon in this instance On Nov 15, 6:39 pm, Peter Staab pixst...@gmx.net wrote: Hello, I am getting the following error: 11-15 19:31:57.898: D/dalvikvm(5046): GetMethodID: method not found: ;.createBitmapRGBA:(I;I)Landroid/graphics/Bitmap; with

Re: [android-developers] Speed up dalvikvm calls

2011-11-17 Thread New Developer
Thank you for your input I'm not needing 200fps, in fact the purpose is to go from 30fps on down to 5fps I'm trying to get a video player that will play at normal speed and then slow down to around 10x slower frames.incrementProgressBy(300-(playSpeed*30)); // 327-(playSpeed*30)); frames

[android-developers] i want to assign a task for copy a file to receiver class. how to handle that cases in android.receiver class is able to generate message but not copying the file . how to handle

2011-11-17 Thread Naveen
i want to assign a task for copy a file to receiver class. how to handle that cases in android.receiver class is able to generate message but not copying the file . how to handle that cases. -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: localization bloats my app - is there an alternative approach?

2011-11-17 Thread mot12
Of course there are extra complications. For instance, you can't then refer to string IDs in standard XML layouts item like TextView and Button. I guess you could define MyTextView and use your internal lookup in the derived class. And you have to replace e.g. all getString() etc calls in a

Re: [android-developers] Print from device

2011-11-17 Thread Carlos A. M. dos Santos
On Thu, Nov 17, 2011 at 6:01 AM, ecspertiza ecspert...@gmail.com wrote: HI, can i print document from android device ? May be there is Action or SDK ? Unfortunately there is no official print action. Some printing applications answer to the share and/or view action, but this is just a

[android-developers] Re: Cheating the Rating, please google stop this.

2011-11-17 Thread sblantipodi
imho this could be a new business. On Nov 17, 8:56 am, Lew lewbl...@gmail.com wrote: On Wednesday, November 16, 2011 11:39:56 AM UTC-8, sblantipodi wrote: Hi google, I received this email from a well known contact that I can give you via PVT if you are interested in it.

[android-developers] how to relate call Log id to contact id if the corresponding phone number is saved in android device

2011-11-17 Thread Uberall, Android
Dear Android Experts, I want to get Contact id from the call log id if the number is saved in the android device. *For Call Log I am using the following cursor.* String[] strFields = { android.provider.CallLog.Calls.NUMBER, android.provider.CallLog.Calls.TYPE,

[android-developers] Re: Is there Android RS232 sample code ?

2011-11-17 Thread SL@maxis
Why not communicate with Windows via USB? Or WiFi? Or TCP/IP? Wish to hear about communicating with windows via USB, with a windows program I mean (sockets ?). Thanks for any tips. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ -- You received this message

[android-developers] ADT 15: opening declaration in library project jumps to read-only source

2011-11-17 Thread Carlos A. M. dos Santos
Hi, I have ClassA, declared in library project ProjA, and ClassB, declared in project ProjB. ProjB references ProjA as a library, therefore ADT creates a ProjA_src link at the root folder of ProjB. This link can *not* be included in the Java build path, otherwise the build fails due to classes

[android-developers] Re: Print from device

2011-11-17 Thread ecspertiza
Thanks, i find this http://www.slideshare.net/wolfpaulus/android-print-intent-8431140 may by that help me :) On Nov 17, 3:42 pm, Carlos A. M. dos Santos unixma...@gmail.com wrote: On Thu, Nov 17, 2011 at 6:01 AM, ecspertiza ecspert...@gmail.com wrote: HI, can i print document from android

[android-developers] Re: Very weird NPE in onPrepareDialog

2011-11-17 Thread Emanuel Moecklin
Thanks Zsolt, you are right. I built a test version that throws an NPE in prepareCongratulationsDialog() and the stack trace still showed 860 not the line of code throwing the NPE. I just don't understand why setting all these attributes like -keepattributes

Re: [android-developers] Menu

2011-11-17 Thread TreKing
On Thu, Nov 17, 2011 at 2:59 AM, Thusitha Fernando thusitha...@gmail.comwrote: Yep it is good article but I want something deffer menu I have created the menu.xml under manu in my project what I want to know how can I call the menu.xml page in my main.xml page Please RTFM:

Re: [android-developers] Speed up dalvikvm calls

2011-11-17 Thread Daniel Drozdzewski
On 17 November 2011 12:25, New Developer secur...@isscp.com wrote: Thank you for your input I'm not needing  200fps,  in fact the purpose is to go from 30fps on down to 5fps I'm trying to get a video player that will play at normal speed and then slow down to around 10x slower Have a look at

Re: [android-developers] Speed up dalvikvm calls

2011-11-17 Thread Daniel Drozdzewski
On 17 November 2011 14:05, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: On 17 November 2011 12:25, New Developer secur...@isscp.com wrote: Thank you for your input I'm not needing  200fps,  in fact the purpose is to go from 30fps on down to 5fps I'm trying to get a video player that

Re: [android-developers] Re: Print from device

2011-11-17 Thread Carlos A. M. dos Santos
On Thu, Nov 17, 2011 at 11:29 AM, ecspertiza ecspert...@gmail.com wrote: Thanks, i find this http://www.slideshare.net/wolfpaulus/android-print-intent-8431140 may by that help me :) Be warned that HP does not officially support that API. It can change or even disappear in the future.

Re: [android-developers] i want to assign a task for copy a file to receiver class. how to handle that cases in android.receiver class is able to generate message but not copying the file . how to han

2011-11-17 Thread NaveenShrivastva
Please reply me ,   public void onReceive(Context context, Intent intent) {        // TODO Auto-generated method stub        if (intent.getAction().equalsIgnoreCase( android.intent.action.UMS_CONNECTED))        {               serviceFlag=true;                TextView textView = new

Re: [android-developers] Speed up dalvikvm calls

2011-11-17 Thread New Developer
Actually Thanks I was wondering how to find that discussion, As If I can get media player working I would need the sine wave idea you introduced me to. Right now mediaplayer is playing (I hear audio) but the screen is black Thanks On 11/17/2011 09:09 AM, Daniel Drozdzewski wrote: On 17

Re: [android-developers] Speed up dalvikvm calls

2011-11-17 Thread New Developer
Again I'm stuck with the err -19 message Here I'm trying the media player My layout has FrameLayout android:layout_width=1020px android:layout_height=699px android:background=#00android:id=@+id/image SurfaceView android:layout_width=fill_parent

[android-developers] Re: Density confusion

2011-11-17 Thread Kim
Thanks Mark. Further investigation is showing me that the Fire returns a densiy (and scaledDensity) of 1.0 vs 1.5 for the Tab.Changing the ppi on the simulator down to 164 from 169 gives the result that I am seeing on the Fire, so it looks like Amazon is not doing anything wrong (other than

Re: [android-developers] No Broadcast intent for Network State changed?

2011-11-17 Thread Gennaro D'Orio
On Thu, Nov 17, 2011 at 2:27 AM, Zsolt Vasvari zvasv...@gmail.com wrote: Am I looking at this right? Is there no way of getting notified when the user turns on their data? Or is ACTION_AIRPLANE_MODE_CHANGED supposed to be used for this? You can use android.telephony.TelephonyManager class

Re: [android-developers] Speed up dalvikvm calls

2011-11-17 Thread New Developer
To All I can remove the error message IF , I remove the android:hardwareAccelerated=true from the Manifest file But I need this for other aspects I still have an audio sound track and a blank picture any thoughts ? Thanks again On 11/17/2011 10:28 AM, New Developer wrote: Again I'm

[android-developers] How to clear database and logout?

2011-11-17 Thread Hank
I have an application that requires the user to login into their account, and each account has it's own database. I want to know what's the best way to clear a database when the user log's out of their account? I've tried context.deleteDatabase() but I have a problem where when the user re-login

Re: [android-developers] Re: Density confusion

2011-11-17 Thread Mark Murphy
On Thu, Nov 17, 2011 at 10:44 AM, Kim kimknap...@gmail.com wrote: I am using dp's or dip's everywhere and unless I am totally confused, this is one case where using dp's is worse than using px's, because the Tab is multiplying my dp's by 1.5 and the Fire is not, but they are the same size

[android-developers] Re: Density confusion

2011-11-17 Thread Kim
Thanks again Mark. I agree, but the AVD, set up at the Tab's 169 density, also comes back as high density, so the Tab seems to be consistent with Google's guidelines (if the AVD is, that is). I'll look into your suggestion. Currently, I am not familiar with using wrap_content or

[android-developers] Re: Android Contact application help needed

2011-11-17 Thread Premal
tx a lot, i will try all feedback and if any problem i post in this thread again..tx again Regards, Premal Panchal On Nov 14, 6:27 pm, Resh resham...@gmail.com wrote: hi, You need to refer ContactsContract API's ,that help you to read data from RawContacts,Contacts and Data table where all

Re: [android-developers] Re: Density confusion

2011-11-17 Thread Mark Murphy
On Thu, Nov 17, 2011 at 12:50 PM, Kim kimknap...@gmail.com wrote: Currently, I am not familiar with using wrap_content or Android:layout_width. Do you cover them in any of your books? Yes, though you'll see them used in lots and lots of examples, particularly wrap_content:

Re: [android-developers] changing sound profiles

2011-11-17 Thread poncho
Maybe here? http://developer.android.com/reference/android/media/AudioManager.html On 11/17/2011 11:41 AM, kaoutar ben ahmed wrote: hello everyone, i'am working on a project in which i need to be able to change the phone mode to silence or vibration or normal sound. i could not find any

[android-developers] No audio in the sco uplink

2011-11-17 Thread Rakesh Raghavan
Hi, When i am connecting my phone to any handsfree device , the Voice is not coming to the hands free device, when call is accepted using handset/hands free. The headset was paired and connected to the handset. Then accepted a call. The voise was not coming in headset. When i extracted the

[android-developers] Pixelation during webkit animation in web app

2011-11-17 Thread naugem
Hello, I'm having an issue that whenever there is a webkit animation (i.e. translate3d) running in a web page in an Android device (2.2 or 2.3), all of the images in the page look pixelated. I've read that the reason for this is that the device goes into low-quality display mode the moment it

[android-developers] How to convert a png file to a PaletteTexture?

2011-11-17 Thread Shawn Wang
Can somebody tell me how to a png file to a PaletteTexture? I did lots of research and found glCompressedTexImage2D, but it seems all the example shows how to generate the palette texture from some hard code numbers, not from a image file. Can someone show me a code snippet or a reference? Great

[android-developers] RTSP real time streaming

2011-11-17 Thread Deepu George Jacob
Tell me how to access Ip camera to real time streaming... thankx -- 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] Patially Opened Sliding Drawer

2011-11-17 Thread Bhanushali Ashwin N
HI ALL I want a slidingdrawer which can be opened partially when user drags and also i can programmatically open the drawer to the extent which i want. -- 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] OMA DRM and Widevine DRM is supported on IceCream, right?

2011-11-17 Thread Hwan.choi
I have read the source of IceCream downloaded from Google about DRM Framework - new feature (libdrmframework). as result I think IceCream is supporting OMA DRM, WM-DRM and Widevine DRM in Framework. but I am not sure I need to do something to use DRM Framework for OMA DRM 1.0/WM-DRM/Widevine. any

[android-developers] Socket client not recieving data

2011-11-17 Thread Arpit
hi, I am trying to establish a socket connection between laptop server and android client phone. I am able to establish the connection, send data to server but not able to recieve data from server.though server side is working f9... server side coding is in C#. I am using TCP protocol to

[android-developers] Android Image Cropping

2011-11-17 Thread Mukesh Srivastav
Hi Guys, I have a strange problem with respect to Image cropping. I am calling a PICK_FROM_CAMERA intend to make use of Cropping. I had tried with 2 approaches. Approach 1: After taking a pick, it launches the cropping activity with a Rectangle box. When i try to crop at particular area, The

[android-developers] getting package name / signatures from pid

2011-11-17 Thread jj
I need to write an application that can derive other(target) application's package name and signatures out of [process id of running instance of target application] for some dianostic features. I've skimmed through the android app framework, and found that PackageManger has the ability to get

[android-developers] Need heelp on a app

2011-11-17 Thread Nikhil salian
i am planning to create an application dat takes a pic of handwritten image which will be mathematical equation like 3+4 or sum multiplication and it will process the equation and give me a output like a pic of 3+4 would return 7. can any1 guide and help me how to start and go about with creating

[android-developers] Web linking

2011-11-17 Thread vedika nimje
How to link a web page through a button. -- 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] can i use virtual credit card or father credit card for registration on android.

2011-11-17 Thread arshi
I'm student. I want to publish my android app on android market but i don't have credit card. can i use virtual credit card (VCC) or my father's credit card for registration on android market? -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Swipe in Android 2.2 browser blocks/freezes web app

2011-11-17 Thread naugem
Hello, I have a simple web app that consists of a circle moving around. When I do a swipe, the app freezes and the circle stops moving, and I have to do another swipe/tap to set it in motion again. This only happens in Andoid 2.2 devices (2.3 works OK). Does anyone know why this happens? How can

[android-developers] urgent help for the project

2011-11-17 Thread Akshat Sharma
hello im using eclipse and i'm making an android application. can anyone tell me how to link the various pages in an application? and suggest me how to store data?? have tried many coding available on the net but all in vain. can any project can have more than one main class?? -- You received

[android-developers] How to convert a png file to a PaletteTexture?

2011-11-17 Thread Shawn Wang
Can somebody tell me how to a png file to a PaletteTexture? I did lots of research and found glCompressedTexImage2D, but it seems all the example shows how to generate the palette texture from some hard code numbers, not from a image file. Can someone show me a code snippet or a reference? Great

[android-developers] Problem getting camera preview image in 720p

2011-11-17 Thread Jörn Buitink
Hallo, I want to use the camera preview for image recognition. For my purposes, I need the preview resolution to be as high as possible (and, at the same time, display the preview to the user). I created a Preview class, extending SurfaceView and set the PreviewSize to 1280x720. I added a

[android-developers] Control Calls

2011-11-17 Thread Fabio Baroni
I need to create an app for android to control calls from the cellular company. My question is as follows: As the android know that the call has ended. If I need to put in a variable the number of the phone call, how to access the number? Thanks -- You received this message because you are

[android-developers] What Can Browser Website Settings Do?

2011-11-17 Thread Beatirce
Hi, all: I'm confused with what browser website settings for? In Android 2.2.1 User's Guide, it says websites settings opens a screen where you can view advanced settings for particular website'. But it doesn't make clear what kind of advanced settings. I've found location access setting is one of

[android-developers] debug send_sms permission

2011-11-17 Thread aentgood
Hello all, I am developing an application. There is also a option to send a text message within the application and I was wondering if, while testing it is possible to see the exact sms-message the application sends. Because when I use the send_sms permission the message is not in my outbox of

[android-developers] Re: How to read data off a website into an Android app

2011-11-17 Thread Jungle Jim
Thanks, Mike. a csv file should work fine for my purpose. On Nov 15, 6:23 pm, mellery451 mellery...@gmail.com wrote: well, you're not going to be able to (easily) read Excel files on android (xls, or whatever they are called these days), but csv will probably work - perhaps that's what you

[android-developers] Re: Density confusion

2011-11-17 Thread Kim
Of course. Sorry, my brain went dead. Let me look back at my XML files. On Nov 17, 11:07 am, Mark Murphy mmur...@commonsware.com wrote: On Thu, Nov 17, 2011 at 12:50 PM, Kim kimknap...@gmail.com wrote: Currently, I am not familiar with using wrap_content or Android:layout_width. Do you cover

[android-developers] Re: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:8080 refused

2011-11-17 Thread DoubleCheese
If you are using the emulator, there is a special ip address you can use to reference your localhost/machine : 10.0.0.2, you can try changing that and see if that works. Normally what I try to do is on the emulator/device I would just try calling the servlet from the built in browser and see if I

[android-developers] Re: How to read data off a website into an Android app

2011-11-17 Thread Jungle Jim
Thanks, Paco. On Nov 16, 3:07 am, Paco Abato pacoab...@gmail.com wrote: Can't you use Apache POI?http://poi.apache.org/ On Wed, Nov 16, 2011 at 01:23, mellery451 mellery...@gmail.com wrote: well, you're not going to be able to (easily) read Excel files on android (xls, or whatever they

[android-developers] Re: Density confusion

2011-11-17 Thread String
I'm assuming this is the original Tab? If so, there was some consternation when it was released because Samsung configured it as HDPI even though its true pixel density (169 DPI) is well within the MDPI range. It's basically an outlier in the 7 tablet space, and makes life difficult for

[android-developers] Re: ADT 15: opening declaration in library project jumps to read-only source

2011-11-17 Thread String
+1. This is really annoying me as well. -- 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] Dynamic List

2011-11-17 Thread Siva Prakash
Hi I want to build a listpreference - Text with Checkbox - ArrayList to hold an object (that object will have 2 properties text and boolean value they will be set in the list) -

Re: [android-developers] localization bloats my app - is there an alternative approach?

2011-11-17 Thread midhun midhunvp
Jhj On Nov 16, 2011 8:20 PM, mot12 martin.hu...@gmail.com wrote: My app was about 1.5M, after adding 12 languages I am now looking at 3M because of the multiple string.xml files in the resources. Yes, they are big but it only became a problem after adding all these languages. And I want to

[android-developers] URGENT HELP : Bypassing Default Camera Viewfinder

2011-11-17 Thread s.rawat
Hi, I am trying to by-pass the default camera viewfinder and making an application which will give the Surfaceview some continuous jpeg frames (instead of getting it from Camera view finder)., but I have realized its quiet a gigantic task and I have to modify the files in the

[android-developers] Re: urgent help for the project

2011-11-17 Thread hoyski
On Nov 16, 9:54 pm, Akshat Sharma akshat.applicati...@gmail.com wrote: hello im using eclipse and i'm making an android application. can anyone tell me how to link the various pages in an application? and suggest me how to store data?? have tried many coding available on the net but all in

[android-developers] Auto-rotate screen flag

2011-11-17 Thread viktor
Is it possible to check if Auto-rotate screen is aloved? -- 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] In-App subscription, using PayPal is against Android Market rules?

2011-11-17 Thread Paulo Cesar
Currently, Android Market doesn't support In-App subscription. Let's say you have a magazine, and want to by a subscription that will debt 9.99 every month until the user quits or the contract expires. Currently, this isn't possible using Android Market. The problem is, I was researching about

Re: [android-developers] Re: urgent help for the project

2011-11-17 Thread TreKing
On Thu, Nov 17, 2011 at 1:55 PM, hoyski hoy...@gmail.com wrote: Buy and read Mark Murphy's Beginning Android 3. = Read the goddamn documentation. The come back with specific questions. Fixed.

Re: [android-developers] In-App subscription, using PayPal is against Android Market rules?

2011-11-17 Thread Kristopher Micinski
On Thu, Nov 17, 2011 at 2:59 PM, Paulo Cesar pueloce...@gmail.com wrote: Currently, Android Market doesn't support In-App subscription. Let's say you have a magazine, and want to by a subscription that will debt 9.99 every month until the user quits or the contract expires. Currently, this

Re: [android-developers] debug send_sms permission

2011-11-17 Thread Mark Murphy
On Wed, Nov 16, 2011 at 11:50 PM, aentgood aentg...@gmail.com wrote: So is there any command to see the exact data that has been sent? Or is there anywhere a database in which all the sent data is stored? Not that I am aware of, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] Web linking

2011-11-17 Thread Mark Murphy
When the button is clicked (e.g., android:onClick attribute), call startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url))); where url is the URL you want to link to. On Thu, Nov 17, 2011 at 2:09 AM, vedika nimje v4v...@gmail.com wrote: How to link a web page through a button. -- You

[android-developers] Re: In-App subscription, using PayPal is against Android Market rules?

2011-11-17 Thread radin
On Nov 17, 11:30 pm, Kristopher Micinski krismicin...@gmail.com wrote: On Thu, Nov 17, 2011 at 2:59 PM, Paulo Cesar pueloce...@gmail.com wrote: Currently, Android Market doesn't support In-App subscription. Let's say you have a magazine, and want to by a subscription that will debt 9.99

[android-developers] Re: Auto-rotate screen flag

2011-11-17 Thread radin
On Nov 17, 10:56 pm, viktor victor.scherb...@gmail.com wrote: Is it possible to check if Auto-rotate screen is aloved? -- 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: URGENT HELP : Bypassing Default Camera Viewfinder

2011-11-17 Thread radin
On Nov 17, 10:26 pm, s.rawat imsaurabhra...@gmail.com wrote: Hi, I am trying to by-pass the default camera viewfinder and making an application which will give the Surfaceview some continuous jpeg frames (instead of getting it from Camera view finder)., but I have realized its quiet a

[android-developers] Re: Dynamic List

2011-11-17 Thread radin
On Nov 17, 10:12 pm, Siva Prakash siva.yuvan2...@gmail.com wrote: Hi I want to build a listpreference                                       - Text with Checkbox                                       - ArrayList to hold an object (that object will have 2 properties text and boolean value

[android-developers] Re: What Can Browser Website Settings Do?

2011-11-17 Thread radin
On Nov 17, 12:14 pm, Beatirce linghuanhu...@gmail.com wrote: Hi, all: I'm confused with what browser website settings for? In Android 2.2.1 User's Guide, it says websites settings opens a screen where you can view advanced settings for particular website'. But it doesn't make clear what

[android-developers] Re: getting package name / signatures from pid

2011-11-17 Thread radin
On Nov 17, 6:15 am, jj jungjoon...@gmail.com wrote: I need to write an application that can derive other(target) application's package name and signatures out of [process id of running instance of target application] for some dianostic features. I've skimmed through the android app

[android-developers] Re: Swipe in Android 2.2 browser blocks/freezes web app

2011-11-17 Thread radin
On Nov 17, 3:27 am, naugem nau...@gmail.com wrote: Hello, I have a simple web app that consists of a circle moving around. When I do a swipe, the app freezes and the circle stops moving, and I have to do another swipe/tap to set it in motion again. This only happens in Andoid 2.2 devices

[android-developers] Re: Swipe in Android 2.2 browser blocks/freezes web app

2011-11-17 Thread radin
On Nov 17, 3:27 am, naugem nau...@gmail.com wrote: Hello, I have a simple web app that consists of a circle moving around. When I do a swipe, the app freezes and the circle stops moving, and I have to do another swipe/tap to set it in motion again. This only happens in Andoid 2.2 devices

[android-developers] Re: Swipe in Android 2.2 browser blocks/freezes web app

2011-11-17 Thread radin
On Nov 17, 3:27 am, naugem nau...@gmail.com wrote: Hello, I have a simple web app that consists of a circle moving around. When I do a swipe, the app freezes and the circle stops moving, and I have to do another swipe/tap to set it in motion again. This only happens in Andoid 2.2 devices

[android-developers] Re: Swipe in Android 2.2 browser blocks/freezes web app

2011-11-17 Thread radin
On Nov 17, 3:27 am, naugem nau...@gmail.com wrote: Hello, I have a simple web app that consists of a circle moving around. When I do a swipe, the app freezes and the circle stops moving, and I have to do another swipe/tap to set it in motion again. This only happens in Andoid 2.2 devices

[android-developers] Re: can i use virtual credit card or father credit card for registration on android.

2011-11-17 Thread radin
On Nov 17, 9:43 am, arshi arshikha...@gmail.com wrote: I'm student. I want to publish my android app on android market but i don't have credit card. can i use virtual credit card (VCC) or my father's credit card for registration on android market? -- You received this message because you

[android-developers] Re: Swipe in Android 2.2 browser blocks/freezes web app

2011-11-17 Thread radin
On Nov 17, 3:27 am, naugem nau...@gmail.com wrote: Hello, I have a simple web app that consists of a circle moving around. When I do a swipe, the app freezes and the circle stops moving, and I have to do another swipe/tap to set it in motion again. This only happens in Andoid 2.2 devices

[android-developers] Re: Swipe in Android 2.2 browser blocks/freezes web app

2011-11-17 Thread radin
On Nov 18, 12:19 am, radin radinj...@gmail.com wrote: On Nov 17, 3:27 am, naugem nau...@gmail.com wrote: Hello, I have a simple web app that consists of a circle moving around. When I do a swipe, the app freezes and the circle stops moving, and I have to do another swipe/tap to set

[android-developers] Re: Swipe in Android 2.2 browser blocks/freezes web app

2011-11-17 Thread radin
On Nov 18, 12:19 am, radin radinj...@gmail.com wrote: On Nov 17, 3:27 am, naugem nau...@gmail.com wrote: Hello, I have a simple web app that consists of a circle moving around. When I do a swipe, the app freezes and the circle stops moving, and I have to do another swipe/tap to set

[android-developers] Re: Swipe in Android 2.2 browser blocks/freezes web app

2011-11-17 Thread radin
On Nov 18, 12:19 am, radin radinj...@gmail.com wrote: On Nov 17, 3:27 am, naugem nau...@gmail.com wrote: Hello, I have a simple web app that consists of a circle moving around. When I do a swipe, the app freezes and the circle stops moving, and I have to do another swipe/tap to set

[android-developers] Re: Swipe in Android 2.2 browser blocks/freezes web app

2011-11-17 Thread radin
On Nov 18, 12:20 am, radin radinj...@gmail.com wrote: On Nov 17, 3:27 am, naugem nau...@gmail.com wrote: Hello, I have a simple web app that consists of a circle moving around. When I do a swipe, the app freezes and the circle stops moving, and I have to do another swipe/tap to set

[android-developers] How secure are SharedPreferences on rooted devices?

2011-11-17 Thread Ricardo Amaral
I was thinking of implementing a coupon based system for my app so I could offer some copies of the full version to some people. I found blog article which provided the server code (to install on Google AppEngine) and the client code to use on the app. I looked at the source code and realized

Re: [android-developers] How secure are SharedPreferences on rooted devices?

2011-11-17 Thread Kristopher Micinski
On Thu, Nov 17, 2011 at 4:50 PM, Ricardo Amaral mas...@ricardoamaral.net wrote: I was thinking of implementing a coupon based system for my app so I could offer some copies of the full version to some people. I found blog article which provided the server code (to install on Google AppEngine)

  1   2   >