[android-developers] Error while Connecting to MS Access Database From Android

2012-10-25 Thread Aadi Rockzz
I'm trying to retrieve data's from MS Access Database on my desktop. I didn't add any external jar file to retrieve data actually i don't know whether i have to export any external jar file for accomplishing this. Here is the code which i'm using to connect to Ms Access Database on my PC.

[android-developers] Re: Difference between Android and Linux Kernel ?

2012-10-25 Thread chain_chelliah
Thanks Ian , I've learned some useful info. Thanks again. On Tuesday, October 23, 2012 4:43:57 AM UTC+5:30, Ian Ni-Lewis wrote: MIPS rate isn't a particularly helpful measurement, especially if you're just looking at peak MIPS. This is particularly important when comparing two

Re: [android-developers] Re: using ffmpeg library for converting no. of images into a video containing music

2012-10-25 Thread Narendra Singh Rathore
On Fri, Oct 19, 2012 at 7:50 PM, Chris Sarbora top...@gmail.com wrote: It looks like you're passing the format string directly to the FS. If there's not a file in that directory named literally %0d.jpeg, I'd expect it to fail. Hey Chris, there is a file name 0.jpeg, 1.jpeg and so on, on

[android-developers] Re: Bluetooth client server

2012-10-25 Thread Mulia Dhamma
Thank you master.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

[android-developers] Calling Activity from Service

2012-10-25 Thread Archana
Hi, I want to call an Activity A from a Service in Android(and pass some Strings to it). This activity A inturns calls another activity B with startActivityForResult(). Basically, I want my service to wait till the result from activity B is obtained. Please give me some idea of how this

[android-developers] Re: Problem in the map display (gray pixels appear on the map)

2012-10-25 Thread Pegun
Does anyone know how to solve this problem? -- 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] File in raw folder is not accessble of a library project

2012-10-25 Thread Reddy
Hi, I have created a library project, which contains a file in raw folder of res. The file is used only in the library. And the library is not containing any activities. Now, i referenced the jar in an application project. When i am calling the method which uses the file in jar, the

[android-developers] Restriction for URLs on android device.

2012-10-25 Thread Sachin K Poddar
Hi Friends, I need to allow to accessedonlyfew urls from a list. Either from browser or app. How can i implement this restriction. Does it need to write a service as firewall? Thanks, -- Sachin K Poddar -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: OOM on Droid 4 / Razr / Razr Maxx (so: Motorola Android phones?)

2012-10-25 Thread Iain King
Alternative solution: I've lowered the memory use of my app in the hopes of getting it to work on these handsets. Anyone with one (Droid 4, Razr, Razr Maxx) want to test my app to see if it runs? It'd be a massive help to me. You can find the installer at:

[android-developers] Re: How to detect tablet devices

2012-10-25 Thread djhacktor
public static boolean isTablet(Context paramContext) { if (((TelephonyManager)paramContext.getSystemService(phone)).getPhoneType() == 0); for (boolean bool = true; ; bool = false) return bool; } On Thursday, 25 October 2012 01:01:21 UTC+5:30, Aaron wrote: I know this is an

[android-developers] Re: Documenation on content://com.google.android.music.MusicContent/playlists

2012-10-25 Thread djhacktor
What exactly you want to read http://developer.android.com/reference/android/provider/MediaStore.Audio.Albums.html if its something related to getting notify when music get played !! let me noe On Thursday, 25 October 2012 03:46:40 UTC+5:30, RichardC wrote: Have a look at the MediaStore

[android-developers] displaying text in a language not installed in Locale

2012-10-25 Thread BasilwithTomato
Hi, I am doing a research project where I'd need an app to be translated in Telugu (south-eastern Indian language). It is mentioned that JellyBean officially supports this language (http://www.android.com/about/jelly-bean/). I have a translated xml file in my /values folder for telugu and

[android-developers] Android Tablet Lockdown

2012-10-25 Thread Alan Honeycutt
I'm attempting to lock down an android tablet for kiosk-like functionality and have explored the existing application options for doing so, but have not found anything that meets my needs. Specifically, the tablet needs to be able to operate without a password in normal mode, locking the user

[android-developers] Re: Android sdk not update

2012-10-25 Thread Ye Sean
Hi, I also get this problem and I found that the root cause is can not download the data successfully from the update site. The error message confused me and guide your wrong way. 在 2012年8月20日星期一UTC+8下午4时33分55秒,NN写道: Hello , i download android sdk, not download package: Downloading Android

[android-developers] How to reproduce android monkey crash?

2012-10-25 Thread foxeater
2down votefavoritehttp://stackoverflow.com/questions/12966953/how-to-reproduce-android-monkey-crash# ** i test the smart phone of android, in command line mode for input : adb shell monkey -v 1 the result is--start:

[android-developers] How to reproduce android monkey crash?

2012-10-25 Thread foxeater
i test the smart phone of android, in command line mode for input : adb shell monkey -v 1 the result is--start: procrank: // Exception from procrank: java.io.IOException: Error running exec(). Command: [procrank] Working

[android-developers] Why android same UID to two different applications.

2012-10-25 Thread Noor
Hi, I know the word *different *is little bit controversial in the title because I am using same package name in both applications but both applications have different signing certificates. I know that package name has to be different if I want them to be treated different. What I am not

[android-developers] Battery Draining increases on rooted 4.1.1

2012-10-25 Thread Chao Xu
Hi All, I built the AOSP downloaded from google's official site, Model number is Full AOSP on Maguro, version is 4.1.1. My device is Galaxy Nexus. After I flashed the phone, I found that the battery draining surged. In fact, after I had turned on the airplane mode and turned off the screen,

[android-developers] Can a modifier key fallback on an action?

2012-10-25 Thread Nick Badal
I'm working on an input device that has a button that I'd like to act both as a home button when pressed by itself, but also work as a modifier for the other buttons on the device. I know you can do this in the kcm file with other buttons, and have something like: key ESCAPE { base:

[android-developers] Re: Change network operator

2012-10-25 Thread Ai Eh
I'm also interested. Or at least change refresh rate in case of a low signal. I'm leaving next to the border and it's quite annoying that I cannot force phone to stay in home network as long as possible. пятница, 15 января 2010 г., 10:24:40 UTC+1 пользователь SGAdrian написал: Hi, is there

[android-developers] Getting custom input/info from peer devices in WiFi Direct

2012-10-25 Thread A. Farhan
Hello. I am new to this Android programming. Is it possible to display any custom data from other WiFi Direct peers other than client info? The scenario is like this: Client A B uses WiFi Direct app with custom coding. The custom coding is an additional button to prompt for status text and

[android-developers] ACTION_SET_ALARM intent failed with Unfortunately, Clock has stopped. message

2012-10-25 Thread Konstantin Gavriel
App failed on Samsung Galaxy Note running ICS version 4.0.4, but on most works fine. -- 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,

[android-developers] Re: In-app purchase signature verification with PHP openssl

2012-10-25 Thread Synaion
Hi, I don't mean to thread jack but i've searched all over the internet on this already and i've found nothing. Could any of you familiar help me? ?php ini_set('display_errors', 'On'); error_reporting(E_ALL | E_STRICT); $data = $_POST['signeddata']; $signature = $_POST['signature']; $signature =

[android-developers] http post NetworkOnMainThreadException

2012-10-25 Thread aueddonline
Below I have some of my MainActivity class which starts by making a http post request to the web server running on my development laptop. The webpage outputs some JSON also shown below; However I am getting a NetworkOnMainThreadException when running the app. I can go into the browser within

[android-developers] build another voice to voice recognition ...

2012-10-25 Thread catafest
Hi . I want to create a voice speaker for my android . For example using my voice to respond on voice recognition . Where I found the infos to build the new voice ? Thank you very much . Regards. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Integrate web analytics with Google Play stats

2012-10-25 Thread Dale Bertrand
Does anyone know if it's possible to integrate my web analytics with my Google Play stats? I'd like to know where my visitors who _download_ my app are coming from. Right now I can only see who clicks on the Google Play button on my website. -- You received this message because you are

[android-developers] 2048 pixels limit of hardware acceleration

2012-10-25 Thread Chi Ho Kwok
So I ran into this limit a while ago on one of the views on DigiCalhttps://play.google.com/store/apps/details?id=com.digibites.calendar (the week one) where you can pinch to zoom, and then, we just decided to disable hardware acceleration. But I'm wondering - when 2560x1440 10 tablets are

[android-developers] Using Android in a palm

2012-10-25 Thread Alexsander Talles
I'm really new in this area of the android, and would like to know the possibility to download and install the OS on a palm tungsten E2. To re-use it. -- 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: application in Long press Home button(Recent task info)

2012-10-25 Thread Robert Dautov
If you want to hide your task from Recent tasks then add following flag to intent when starting activity of the task: FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS If this flag is set, your task will never be showen in Recent tasks. -- You received this message because you are subscribed to the Google

Re: [android-developers] start service from service

2012-10-25 Thread djhacktor
Make alarm watcher which can check if your service is running at some duration if not it shoot up your service !! need more help let me noe On Thursday, 25 October 2012 00:54:38 UTC+5:30, Subodh Nijsure wrote: On Wed, Oct 24, 2012 at 12:46 AM, Live Happy liveh...@gmail.comjavascript:

[android-developers] Change EditText text

2012-10-25 Thread AbsurdExistence
Hi, I'm making an app to communicate with an arduino with a bluetooth shield. I'm starting off with the bluetooth chat example and just adding what I need. I created an activity with an array of check boxes (because the app is for controlling the polarizations of an antenna array) and I have a

[android-developers] Send SMS of 160 character

2012-10-25 Thread Pallavi
Hi, I am trying to send SMS of full 160 character. By using GsmAlphabet.gsm8BitUnpackedToString(pdu,0,160) , I am able to send SMS of 160 character but it dose not support character like ~,^,{,},[,],|,\,€ since it returns decimal of 4 while other character returning decimal of 2 for GSM 7-bit

[android-developers] gcm starter. problem with google's demo gcm project.

2012-10-25 Thread gillib
Hi. I recently started to program android applications. Before I started I had only C# experience. And now I'm writing the code in Java. I read google's gcm tutorial and it was very helpful! But I have a problem. I can't manage to import the server side program as a project. I want to do it

[android-developers] Re: Is this a bug at TabHost / TabActivity?

2012-10-25 Thread hobart
Hi: I want to you know , when you write the two codes in your TabActivity: requestWindowFeature(Window.FEATURE_NO_TITLE); getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); this means your TabActivity is full

[android-developers] Re: My First App

2012-10-25 Thread Michael Knight
yes it works but wouldn't that technically be considered a bug as the other packages don't require elevation? On Thursday, October 4, 2012 11:29:54 PM UTC-7, Aristo Michael wrote: Thanks its works for me too -- You received this message because you are subscribed to the Google Groups

[android-developers] How I can capture video from Android Canvas without root access?

2012-10-25 Thread Hussein Mohamed Elbaroudy
I'm developing a painting app, with canvas and SurfaceView, and I want to record user operations, and generate video. In this moment I'm trying: public static Bitmap captureView(View v) { Log.v(CAPTURE_TAG, init); v.setDrawingCacheEnabled(true);

[android-developers] Re: SDK Manager does not fetch any package for installation (no error reported)

2012-10-25 Thread Deng Xiufeng
I met the same issue on Ubuntu on latest sdk 20.0.3. And the options --proxy-host 1.234.567.890 --proxy-port 88 don't help On Tuesday, July 31, 2012 6:11:33 PM UTC+8, Rushabh Kanti wrote: I have Android SDK Manager v20 on Windows 7 32 bit It does not fetch any package for installation.

[android-developers] Dalvik VM performance

2012-10-25 Thread Etienne Fortin
I've been wondering for a long time about performance on Android and how it can be improved. One area I think is overlooked is Dalvik. From what I can understand, Dalvik is a good VM in concept but lack the latest and greatest in VM technology. I've seen benchmark compared to other VM that are

[android-developers] Saving Images to SD Cards on All Devices

2012-10-25 Thread Kyle Dalrymple
Hello all, My app involves selecting an image from the device's gallery and then saving a smaller version of that image to a folder on the SD Card. The problem I'm running into is that some users are reporting that the images aren't getting saved to the folder. Most users, however, report that

[android-developers] Direct links to download Google apps ( Android )

2012-10-25 Thread Digma
Hi! My device does not support Google Play. I want to get direct links to download Google apps (Maps, GMail, Reader, etc.) Is it possible? -- 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] Android Login authentication

2012-10-25 Thread Duẩn Nguyễn Đức
Hi, I'm developing an android application. I want to create a web service to connect database server. And use ksoap2 to connect to webservice. Can anybody help me, how to security in webservice and how to connect from android to that webservice. Has anything like session I hace searched

Re: [android-developers] play Audio one by one automatically

2012-10-25 Thread hardik shah
Use this method and call next song on this method. Mediaplayer.setOnCompletionListener(new OnCompletionListener() { @Override public void onCompletion(MediaPlayer mp) { } }); -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Google Play outside of US and UK

2012-10-25 Thread Frank Reiff
Hi, I'm a Mac developer living in Luxembourg (Europe). As far as I can see the only way of selling on Google Play is via a Google Wallet merchant account, but Google Wallet doesn't support Luxembourgian accounts. What's the way around that limitation? Surely there's commercial Android

[android-developers] Having issue with smiley's integration in android

2012-10-25 Thread praveen g
0 down vote favoritehttp://stackoverflow.com/questions/13029731/having-issue-with-smileys-integration-in-android# *1* In my app i need to integrate commenting functionality which includes smiley.And i am successfully showing the smiley's in android edit text box.But i am struck at...

[android-developers] openGL not removing all lines/points

2012-10-25 Thread Karl Geerts
Hello, I've been looking all over the internet but I cant figure out what I did wrong. So I'm trying to graphicly show the audio recording. So it has to be realtime. I checked all my points and they are normal. But I get a lot of lines (if I use the GL10.GL_LINES) or a lot of static points

[android-developers] Re: My first app, live wallpaper open gl 2.0

2012-10-25 Thread 주노파파
congratulation! let's use, now. 2012년 10월 25일 목요일 오전 8시 5분 5초 UTC+9, cybice 님의 말: You can preview at youtube http://www.youtube.com/watch?v=hOXNxRm8dxohd=1 google play] https://play.google.com/store/apps/details?id=com.icelaba.bestiary -- You received this message because you are

[android-developers] Replacing the Incoming Call Screen

2012-10-25 Thread Eric Brynsvold
This has been addressed a few times in the past on this forum, but nothing in the last year+, so I wanted to see if anything had changed. Is it at all possible to hide the incoming call screen in order to display a small overlay for the incoming call? I can launch my app by listening to the

[android-developers] Re: Chances of TELEPHONY_SERVICE return null

2012-10-25 Thread Karl Geerts
Context.TELEPHONY_SERVICE should return phone so no ;) Op woensdag 24 oktober 2012 15:33:37 UTC+2 schreef thejaswi s het volgende: Is there any chances of getting TELEPHONY_SERVICE as null ? TelephonyManager teleman = (TelephonyManager) getBaseContext()

[android-developers] Android phone stolen

2012-10-25 Thread Jorge Iván Andrés Contreras Pereira
Hi, Someone stole one of my Android devices, I wonder if there is any possibility of a blockade by Android (Google Play for example) to prevent the thief can activate it and use it? Thank you, Best regards. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: OS X 10.8 (Mountain Lion) on MacBook Pro: adb devices and adb wait-for-device not working??

2012-10-25 Thread John Lussmyer
Did you ever find a solution? I'm currently seeing the same problem. -- 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] Edit/remove entries in the Settings.secure database

2012-10-25 Thread James King
I am working on an issue with my Xperia P (but the issue is also present on the Xperia S and Sola) with the US firmware version. There is an APN that can't be removed for T-Mobile. I was able to remove it from the telephony.db but in the settings.secure database there is an entry for

[android-developers] OS/X ADB can't find Android devices?

2012-10-25 Thread John Lussmyer
I'm working on a new MacBook Pro running the latest OS/X 10.8.2. When I plug my Android phone (Pantech) into the USB port - nothing happens. (Well, the phone charges) ADB shows no devices. What step am I missing? -- You received this message because you are subscribed to the Google Groups

[android-developers] Android/Windows Dual boot

2012-10-25 Thread Mad-Doggie
Hi Guys I'm hoping you guys can help me. I have windows 8 RC on my notebook, and i found a link a short while back to download and install android on my PC. I created a second partition on my HDD, shoved in the android 4.0 CD and ran the installation, selecting ext3 as the file system and

[android-developers] The Gmail Public Labels API

2012-10-25 Thread mahesh K
1. I/TestApp(683): received accounts: [Account {name=mahesh...@gmail.com, type=com.google}] 2. I/TestApp(683): Starting loader for labels of account: mahesh...@gmail.com 3. I/Choreographer(683): Skipped 39 frames! The application may be doing too much work on its main thread. 4.

[android-developers] Single Application or Kiosk Mode

2012-10-25 Thread Erik Liddell
Since ICS, android has taken away the ability to override and/or completely disable system level navigation (ie, home, back, recent application and system settings pop up) This is obviously to prevent malicious apps from essentially taking over the user's device. But working in an industry

[android-developers] Is it legal to implement APK's silent installation for commercial use?

2012-10-25 Thread alex kyo
Download and install apps from google play without prompt. I know there are only 2 ways to achieve that, sign the 3rd party app with a system signature or root the device. But I think both will cause security trouble and neither will be acceptable to the end user. My question is Is it LEGAL to

[android-developers] Problem in smoothscrolling of horizontal scrollview ?

2012-10-25 Thread Mangesh
Hi All, I've implemented custom listview with textview and one horizontal scrollbar. Horizontal scrollbar is applied to set of images inside it. But, I'm facing problem in the smoothness of horizontal scrollbar. While scrolling it, it gets stuck in between after scroll of 2-3

[android-developers] Tablet overlay issue

2012-10-25 Thread keith mcelhinney
I am changing the source for to do the following: make status bar bigger and located on top add custom button bar on left side have apps not be able to cover button or status bar I have this working but run against a problem that I can not for the life of me figure out. Everything shows up

[android-developers] Quick Question

2012-10-25 Thread Kevin Davis
Hi there, I'm having a problem with calling in a Tab. If you look at the following code: TabHost tabs = (TabHost) findViewById(R.id.tabHost); and the following code from my xml file: TabHost android:id=@android:id/tabHost android:layout_width=match_parent

Re: [android-developers] android.intent.action.HEADSET_PLUG Permission

2012-10-25 Thread Kassim Lovett
I am in the same predicament of needing to send this action in an intent but receiving this security exception in the logs. Has an answer or ANY further information been found on this issue? ANY information or help is greatly appreciated. On Monday, August 6, 2012 11:17:39 AM UTC-4, Guy kun

[android-developers] Factory Reset Log?

2012-10-25 Thread Matt Bromley
Hi. We have a problem with a few HTC Desire S handsets which users claim have 'lost all apps by themselves'. It appears that the handsets have been factory reset to circumvent MDM. Is there a system log that records if and when the phone has been restored to factory settings? Thanks, Matt. --

[android-developers] Google Android LVL CheckLicense on service timeout

2012-10-25 Thread Silvio Marano
I have an app that use Google license protection service. I have tested successfully this app(that currently is on Google Play since a couple of weeks) and the license checking. Some days ago I have published another app with the same protection and another private static final byte[] SALT

[android-developers] Users that have my app installed, how long until they are notified about the update?

2012-10-25 Thread Rubbestad
Hi! I uploaded an application and after only ten downloads were made I noticed a big error in the 1.0 apk-file. I fixed the problem, generated a new file and uploaded it. Deactivated the old one, activated the new one and added som text about the new 1.1 version. Saved and everything seems

[android-developers] Animate an icon that is moving through GeoPoints

2012-10-25 Thread shai ben shimol
i am developing an android application which is based on mapview. (a live real time bus timing application). im using the overlay class for this purpose (inserting the icons etc'). i am recieving an array of GeoPoints, and i need to create an animation in which a certain icon is moving

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

2012-10-25 Thread akash roy
thanx bob i did that already...here is my sample code : sender : File myFile = new File(message.toURI()); nosofpackets=Math.ceil(( (int)myFile.length())/4096); //mChatService.writeda( message.getName(), myFile.length()); for(double i=0; inosofpackets; i++) {

Re: [android-developers] Google Android LVL CheckLicense on service timeout

2012-10-25 Thread Kostya Vasilyev
This has been going on since May. https://groups.google.com/d/topic/android-developers/4XXgqIkgahs/discussion -- K 2012/10/25 Silvio Marano maranosil...@gmail.com: I have an app that use Google license protection service. I have tested successfully this app(that currently is on Google Play

[android-developers] Need to Analyze a Music File

2012-10-25 Thread huntsfromshadow
Hello, I need some advice on how to accomplish he following for a game. I don't know if this is easier in SDK or NDK, I'm hoping SDK as I'm much more familiar with java. I need to open a selected song on the device and take a sample at various points in the song. So the numerical value at say

[android-developers] Dalvik and the internal width of 'short' fields

2012-10-25 Thread Tamás Kovács
Hello, Usually, Java virtual machines are known for using int-sized width for short fields as well. Only the arrays (short[]) are exception. What about Dalvik? E.g. I have a class which contains 50 fields of type short. Sometimes in my application, 1 of these classes exist. This means that

[android-developers] I just published on Google Play extremely beatuful and funny life wallpaper

2012-10-25 Thread cybice
Where were a lot of troubles with opengl bags and features. I just published on Google Play extremely beatuful and funny life wallpaper Bestiary. There are hundreds of animated creatures with lots of settings. Watch a video http://www.youtube.com/watch?v=hOXNxRm8dxohd=1 Or get it on google

[android-developers] Re: What is the norm these days to save the state of a custom view

2012-10-25 Thread Satya Komatineni
Here is the conclusion I came to on this one 1. Just have the activity or fragment call a dedicated save and restore methods especially if the base class of your SpecialView is View. It is not very clean doing it this way. Especially if you could do it well (even if that meant with some extra

[android-developers] Re: OS/X ADB can't find Android devices?

2012-10-25 Thread John Lussmyer
Turns out that MacBookPro's have crappy USB ports. I had to use a powered USB hub to connect the phone, then it all worked. On Wednesday, October 24, 2012 9:28:08 AM UTC-7, John Lussmyer wrote: I'm working on a new MacBook Pro running the latest OS/X 10.8.2. When I plug my Android phone

[android-developers] setBackground() vs setBackgroundDrawable(): why deprecate?

2012-10-25 Thread kj
Hi all, I was looking over the View class source today and noticed that setBackgroundDrawable() has been deprecated as of API 16 in favor of setBackground(). I'm curious as to why this is, as the current View.setBackground() method just calls setBackgroundDrawable(). What was the reason for

[android-developers] View videostream on Android device from IP Camera by Wi-Fi. Seeking Java Source code

2012-10-25 Thread Anatoliy Taliban
I'm seeking work source code example in Java for viewing videostream from IP Camera on Android device by Wi-Fi -- 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

Re: [android-developers] 2048 pixels limit of hardware acceleration

2012-10-25 Thread Romain Guy
The limit varies from GPU to GPU. 2048 is the minimum maximum but it can/will be higher on different GPUs. The limit can be queried using Canvas.getMaxBitmapWidth/Height(). On Oct 25, 2012 6:04 AM, Chi Ho Kwok chk...@digibites.nl wrote: So I ran into this limit a while ago on one of the views on

Re: [android-developers] Using Android in a palm

2012-10-25 Thread Kristopher Micinski
that will be impossible, I think, without a lot of hacking on your part, and I don't believe that device meets CTS hardware requirements. kris On Mon, Oct 22, 2012 at 10:55 AM, Alexsander Talles contato.alexsandertal...@gmail.com wrote: I'm really new in this area of the android, and would like

[android-developers] Re: setBackground() vs setBackgroundDrawable(): why deprecate?

2012-10-25 Thread Streets Of Boston
It's part of the code cleanup, to make the XML attributes conform to the Java setter/getter properties and vice versa. Eg. Setting a background in XML is done through the *android:background*attribute. The corresponding setter of the attribute in Java was *setBackgroundDrawable *. The two

Re: [android-developers] Direct links to download Google apps ( Android )

2012-10-25 Thread TreKing
On Mon, Oct 22, 2012 at 4:51 PM, Digma digma.pla...@gmail.com wrote: My device does not support Google Play. I want to get direct links to download Google apps (Maps, GMail, Reader, etc.) Is it possible? Legitimately? No.

Re: [android-developers] Tablet overlay issue

2012-10-25 Thread TreKing
On Tue, Oct 23, 2012 at 2:17 PM, keith mcelhinney keithmcelhin...@gmail.com wrote: I am changing the source Questions regarding changing the source are best asked on one of the other groups, like platform or porting, I think they're called.

Re: [android-developers] Is it legal to implement APK's silent installation for commercial use?

2012-10-25 Thread TreKing
On Thu, Oct 25, 2012 at 5:30 AM, alex kyo kyokanxuj...@gmail.com wrote: Is it LEGAL to implement APK's silent installation for commercial use? That's a question for a lawyer. - TreKing

Re: [android-developers] Quick Question

2012-10-25 Thread TreKing
On Mon, Oct 22, 2012 at 2:17 PM, Kevin Davis kevindavis...@gmail.comwrote: In theory, it should be able to read the variable, but it is not. Define read the variable. - TreKing

Re: [android-developers] Android phone stolen

2012-10-25 Thread TreKing
On Wed, Oct 24, 2012 at 5:57 AM, Jorge Iván Andrés Contreras Pereira jo...@contreras.com.co wrote: Someone stole one of my Android devices, I wonder if there is any possibility of a blockade by Android (Google Play for example) to prevent the thief can activate it and use it? Change your

Re: [android-developers] The Gmail Public Labels API

2012-10-25 Thread TreKing
On Thu, Oct 25, 2012 at 5:07 AM, mahesh K mahesh...@gmail.com wrote: how to solve this issue... how to ask an actual question... - TreKing http://sites.google.com/site/rezmobileapps/treking -

Re: [android-developers] Google Play outside of US and UK

2012-10-25 Thread TreKing
On Wed, Oct 24, 2012 at 3:28 AM, Frank Reiff frankre...@gmail.com wrote: What's the way around that limitation? Surely there's commercial Android developers in non-Google Wallet (most of the world) countries? These are questions for Google Play and / or Wallet and are off-topic for this list.

Re: [android-developers] Android Tablet Lockdown

2012-10-25 Thread TreKing
On Wed, Oct 24, 2012 at 1:36 PM, Alan Honeycutt alan.honeyc...@soltech.netwrote: My suspicion is that the functionality that I'm seeking can't be achieved at the application level and will require a custom ROM, but I thought I'd poll this group before embarking down that path. Based on

[android-developers] android.view.MotionEvent

2012-10-25 Thread bob
Anyone know why android.view.MotionEvent is not marked as Serializable? -- 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] Re: Problem in the map display (gray pixels appear on the map)

2012-10-25 Thread TreKing
On Thu, Oct 25, 2012 at 4:02 AM, Pegun ptgn.and...@gmail.com wrote: Does anyone know how to solve this problem? Show a screen shot of the problem and maybe some small bits of code where you do your drawing to the map.

Re: [android-developers] Calling Activity from Service

2012-10-25 Thread TreKing
On Thu, Oct 25, 2012 at 3:28 AM, Archana ramalingam.arch...@gmail.comwrote: Basically, I want my service to wait till the result from activity B is obtained. Please give me some idea of how this implementation can be done(and which flag to set in intent)? There isn't really a concept of

Re: [android-developers] Users that have my app installed, how long until they are notified about the update?

2012-10-25 Thread TreKing
On Tue, Oct 23, 2012 at 3:10 PM, Rubbestad michael.rubbes...@kgk.se wrote: Now, how long does it take until the new apk-file 1.1 goes live? It varies. Shouldn't be more than a few hours. And the users that already have the app installed, how long until they are notified and can install the

[android-developers] Re: The Gmail Public Labels API

2012-10-25 Thread bob
Perhaps enable GPU emulation? On Thursday, October 25, 2012 5:07:21 AM UTC-5, mahesh K wrote: 1. I/TestApp(683): received accounts: [Account {name=mahe...@gmail.com javascript:, type=com.google}] 2. I/TestApp(683): Starting loader for labels of account: mahe...@gmail.com

Re: [android-developers] Single Application or Kiosk Mode

2012-10-25 Thread TreKing
On Mon, Oct 22, 2012 at 12:56 PM, Erik Liddell liddell.e...@gmail.comwrote: Does android have any plans to do something like this or am i missing something? This would be a question for the Android team, but I suspect they're not going to commit to confirming any features they're working on.

Re: [android-developers] android.view.MotionEvent

2012-10-25 Thread Romain Guy
Because we don't use serialization. It is parcelable though. On Thu, Oct 25, 2012 at 10:52 AM, bob b...@coolfone.comze.com wrote: Anyone know why android.view.MotionEvent is not marked as Serializable? -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Is it legal to implement APK's silent installation for commercial use?

2012-10-25 Thread Kristopher Micinski
On Thu, Oct 25, 2012 at 6:30 AM, alex kyo kyokanxuj...@gmail.com wrote: Download and install apps from google play without prompt. I know there are only 2 ways to achieve that, sign the 3rd party app with a system signature or root the device. But I think both will cause security trouble and

[android-developers] Re: How to detect tablet devices

2012-10-25 Thread Lew
djhacktor wrote: public static boolean isTablet(Context paramContext) { if (((TelephonyManager)paramContext.getSystemService(phone)).getPhoneType() == 0); for (boolean bool = true; ; bool = false) return bool; } WTF? This is humor, right? -- Lew -- You

[android-developers] android.webkit.WebView

2012-10-25 Thread bob
Let's say you want to make a chat app that uses HTML. Should you make one WebView to display all messages? Or should you stick every message in its own WebView? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Google Android LVL CheckLicense on service timeout

2012-10-25 Thread Silvio Marano
Seems a different problems the mine. The apps return timeout because the server doesn't respond anything to my app, isn't an intermittent issue seems that my package is banned from LVL server for some reason... if I try another package name with the same app all works fine. Il giorno giovedì

[android-developers] Re: How to detect tablet devices

2012-10-25 Thread bob
It's either humor or tumor. On Thursday, October 25, 2012 2:50:59 PM UTC-5, Lew wrote: djhacktor wrote: public static boolean isTablet(Context paramContext) { if (((TelephonyManager)paramContext.getSystemService(phone)).getPhoneType() == 0); for (boolean bool = true; ;

[android-developers] Re: android.webkit.WebView

2012-10-25 Thread Lew
bob wrote: Let's say you want to make a chat app that uses HTML. Should you make one WebView to display all messages? Or should you stick every message in its own WebView? That's a rather low-level decision that is influenced by the higher-level architecture and design of your app.

[android-developers] Re: Android maven plugin: Adding android support jar to test project ~ Cannot load class 'android.support.v4.os.ParcelableCompatCreatorHoneycombMR2'

2012-10-25 Thread Patrick Boos
Experiencing same problem. If I run the tests through eclipse they run fine on 2.3. But installing the apks by hand through adb and then running: adb shell am instrument -w ${TEST_PACKAGE_NAME}/android.test.InstrumentationTestRunner Gives me the given error. So questions is. What is different

[android-developers] Palestrantes confirmados para o Javaneiros 2012

2012-10-25 Thread tgmarinho
Olá pessoal, Conheça o Javaneiros: http://facebook.com/javaneiros e http://www.javaneiros.com.br/2012 Temos os seguintes palestrantes confirmados para o Javaneiros 2012: - Felipe Furtado com a Palestra: Quando o uso de métricas pode atrapalhar projetos ágeis? - Bruno Borges com a Palestra:

Re: [android-developers] Android phone stolen

2012-10-25 Thread Michael Leung
I remember some manufacturers got in-build functions for protection, like remote delete all files in the stolen phones On Fri, Oct 26, 2012 at 3:45 AM, TreKing treking...@gmail.com wrote: On Wed, Oct 24, 2012 at 5:57 AM, Jorge Iván Andrés Contreras Pereira jo...@contreras.com.co wrote:

  1   2   >