[android-developers] Pendencies

2017-09-10 Thread Marcus Vinicius
após instalar o android studio, esta dando esses erros, alguem pode me ajudar? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr

[android-developers] Android WebView not loading dynamic content?

2016-12-17 Thread Marcus Avrelius
When I open the site with a stock browser everything works great. But when I use WebView that uses same browser stuff that is dynamically generated doesn't work even thought I have Java enabled. Not sure what to do? Here is my code: I have a chat button that when you click will popup an chat

[android-developers] Manually downloading and installing SDK Components

2016-08-22 Thread Marcus B
to do to get started. My own Android development at home has been on windows, and I, of course, don't have proxy issues. Thanks, Marcus B. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this

[android-developers] What happen to app's resources when we install the app?

2016-03-21 Thread Marcus Edward
I created some resources which only apply to API 21+. Will those resources be installed along the app or will it be deleted when I install the app on lower API level? I ask this because I want the app's size as minimal as possible -- You received this message because you are subscribed to the

[android-developers] Gradle sync and internal http does not work in a fresh install of Android Studio 1.5.1

2016-01-15 Thread Marcus Laranjeira
I'm trying to install and start learning Android Development. I have tried a lot of things to get Android Studio working, but I simply can't! There are 2 errors: Gradle 'MyFirstApp' project refresh failed - Error:Protocol family unavailable and Internal HTTP server disabled: Cannot start in

[android-developers] Load and external Url and Maintain the WebView hidden

2013-04-22 Thread Marcus Baffa
Hi, I am trying to work with SignalR and the only way I could do that is by using a WebView. The Webview will only be used to maintain communication with my server so there is no visual use of this. I am trying to use a WebView with visibility = gone so that it will be hidden all the time. The

[android-developers] Load and external Url and Maintain the WebView hidden

2013-04-22 Thread Marcus Baffa
How can I load an external html page in a WebView, originally with visiblitiy=gone, and maaintain it as it was. The problem is that when I execute loadUrl the native browser opens with the URL. Layout: > > http://schemas.android.com/apk/res/android"; > android:orientation="v

Re: [android-developers] Re: Developer fee payment canceled after 2.5 years

2013-01-15 Thread Marcus
Same problem here... just wrote the ticket... now I'm waiting. -- 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-de

[android-developers] Import Project form excisting source

2012-04-29 Thread Marcus Maximus
Hey guys, I want to import the soultion Projects from that source: developer.android.com/resources/tutorials/notepad/codelab/ NotepadCodeLab.zip into my eclipse. So I am doing: File-> New-> Android Project and then create project from existing source and then I just pick the for example notepads

[android-developers] Forced Close for Googles Notepad Exercise 2

2012-04-29 Thread Marcus Maximus
Hey guys, i am doing that http://developer.android.com/resources/tutorials/notepad/notepad-ex2.html. But when I want to run it on Android 2.2 emulator I get an error: Here is the log file: 04-29 19:58:24.561: I/Process(336): Sending signal. PID: 336 SIG: 9 04-29 19:58:28.651: W/KeyCharacterMap(3

[android-developers] Sending POST data in Android to a database?

2012-04-23 Thread Marcus Maximus
Hey guys, I want to send android post data(with a servlet) to a database(in fact google app engines db) How can I submit data from the phone to the database(for example: locationbased data...)? greetings and thx in advance -- You received this message because you are subscribed to the Google G

[android-developers] Project contains "Errors" - for new created file

2012-04-02 Thread Marcus Maximus
Hey guys, I am trying to create my first android project and when I want to compile the newly created file, eclipse gives me an error message. here is a picture of that: http://www.pic-upload.de/view-13539041/Unbenannt.jpg.html why is that and how can I fix that? greetings and thx in advance

[android-developers] Triumph or Exhibit II for testing?

2012-02-15 Thread Marcus
Hi guys, I'm totally new to Android and need a device for testing purposes (mostly games). I think I have narrowed it down to Motorola TRIUMPH or Samsung Exhibit II 4G, but can't decide between them. Motorola should be faster, but doesn't come with 2.3 (not sure if that's important or not). Could

[android-developers] Re: SDK Tools r12 causing aapt to fail

2011-08-25 Thread Marcus Wolschon
So...what is a good public replacement for parent="android:WindowTitle" ? So everything except the few things you change are inherited from whatever the current platform uses. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Re: newbie: onLocationChanged invoked even in sleep mode

2011-08-12 Thread Marcus
According to the phone task manager there are no more processes running. Only the system services are running. On 11 Aug, 19:17, TreKing wrote: > On Wed, Aug 10, 2011 at 11:21 AM, Marcus wrote: > > What is going on here? > > Possibly: any of the many apps on your phone requeste

[android-developers] Re: newbie: onLocationChanged invoked even in sleep mode

2011-08-12 Thread Marcus
No, the code above is the whole thing. There is no other code than that. But my cofusion is that I get updates even though phone is appear to be sleeping. On 11 Aug, 19:55, lbendlin wrote: > are you canceling your requests for location updates in the onPause() > function? -- You received this m

[android-developers] newbie: onLocationChanged invoked even in sleep mode

2011-08-11 Thread Marcus
I thought the GPS and Activities were disabled when the phone go into sleep mode. But when I walk around with my phone in sleep mode for a couple of minutes and then "turns it on" again - I can see that positions has been logged for the time the phone was asleep. What is going on here? Here is my

[android-developers] Deleting Text Messages When Receiving

2011-06-15 Thread Marcus Vinícius de Lima
Hi all, I'd like to know if its possible to delete a text message when its received based on the senders number. Thanks, Marcus Lima -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] Re: NFC Secure Element

2011-06-14 Thread Marcus
Ok thanks for advices Michael, I will try to modify the mifare area of the Nexus in order to reproduce my badge. Best regards Marcus On Jun 11, 11:33 am, Michael Roland wrote: > Hallo Marcus, > > > At time, I'm able to put my devices into emulation mode. > > I'm

[android-developers] Re: NFC Secure Element

2011-06-10 Thread Marcus
ard is constant even if i start a new power cycle . My question is how can I found my UID on the NXP chip ? Can you give me more information about the 0x key? I don't understant how to use it ... Thanks for your help, Regards, Marcus -- You received this message because you are

[android-developers] Re: In App Billing enhancement request

2011-04-06 Thread Marcus Watkins
Thanks, didn't realize they had a public bug tracker. Posted here: http://code.google.com/p/android/issues/detail?id=15976 -Marcus On Mar 29, 3:19 am, Marcin Orlowski wrote: > On 25 March 2011 02:41, Marcus Watkins wrote: > > > Would it be possible to allow the in-app bil

[android-developers] In App Billing enhancement request

2011-03-28 Thread Marcus Watkins
someone has an alternate mechanism to switch a paid app to freemium and keep access for existing users, please let me know! Thanks -Marcus Watkins Versatile Monkey -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gro

[android-developers] Re: Any plans to make a DownloadManager library/jar available for pre-Gingerbread support?

2011-02-21 Thread Marcus Wolschon
On 18 Feb., 18:48, Dianne Hackborn wrote: >  I am just > thinking to only use the networking pieces from it, and write your own > front-end (posting notifications if that is what you want, or doing whatever > UI you want). Then what would be the benefit left? Before the download manager you wro

[android-developers] Re: "Conversion to Dalvik format failed with error 1" when using jmDNS.jar

2011-02-21 Thread Marcus Wolschon
Doesn't that mean that the code is compiled but the jar not included in the apk => class not found error at runtime unless jmDNS is a part of Android. On 17 Feb., 01:40, scott_ggle wrote: > I had resolved this compile error by adding JmDNS as user library. See > tip posted by CuteAndroid > > ath

[android-developers] Re: Controlling LEDs on Notification

2011-02-17 Thread Marcus Wolschon
RTFM http://developer.android.com/guide/topics/ui/notifiers/notifications.html#Lights On 17 Feb., 14:44, Jake Colman wrote: > On my HTC EVO I see that my running apps have two forms of typical > notification: > > 1) Tweets, for example, vibrate and make a sound once upon arrival only. > 2) SM

[android-developers] DNS-lookup

2011-02-17 Thread Marcus Wolschon
Is there any way to do DNS-lookups of other records then just A and ? I need to look up MX-records and parse the results. -- 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@googlegro

[android-developers] No update notification when app-title changed

2011-01-14 Thread Marcus
witching the title back doesn't seem to help. Thanks a lot Marcus (This question was also posted on StackOverflow http://stackoverflow.com/questions/4686909/no-update-notification-when-app-title-changed) -- You received this message because you are subscribed to the Google Groups "Androi

[android-developers] Problems with rotated screens compared to accelerometer on Dell Streak

2010-09-16 Thread Marcus
call? Would appreciate if someone would help me with this. I don't have the possibility to get hold of a Dell Streak. /Marcus -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

[android-developers] Re: List of Android Devices with specifications to use in Emulator

2010-09-07 Thread Marcus Wolschon
Thanks. That should be quite useful. On 7 Sep., 21:50, Andrew Brampton wrote: > Hi, > I'm going to try something here, and hopefully it'll work. > > I've written a few apps and occasionally I'll have someone email me > saying it doesn't work correctly on their phone. As I don't have > access to

[android-developers] Sync-Icon not disapearing with my own Sync-adapter

2010-08-26 Thread Marcus Wolschon
Since I have my own sync-adapter on the system (takes about 2 seconds to sync) with automatic periodic sync enabled every 4 hours the black "syncing"-icon is no longer disapearing from the notification-bar. Does anyone have an insight why this may be the case? -- You received this message becaus

[android-developers] Intent filter for email forward

2010-08-21 Thread Marcus
Hi to all, I'm trying to develop a simple application to handle mail forwards (basically a proof of concept on intent filters). My starting poing was: http://www.rainbowbreeze.it/android-e-intent-filters-per-registrare-unapplicazione-tra-quelle-per-mandare-sms/ For non-italian readers, this blog

[android-developers] Authenticator-Accounts gone after reboot!!! due to "Removing non-system package"

2010-08-12 Thread Marcus Wolschon
I am using a custom Authenticator (app1 named "biz.wolschon.android.dropbox.authenticator") and a custom SyncAdapter (separate app2) and a client-application (named "biz.wolschon.android.dropbox.sendto") very similar to the example at http://developer.android.com/resources/samples/SampleSyncAdapter

[android-developers] SyncAdapter and android:contentAuthority

2010-08-12 Thread Marcus Wolschon
"android:contentAuthority" if I am not syncing the anything that is provided by a content-provider? (In this case I am syncing files using the account to access a remote system.) 2) What is the general meaning of "android:supportsUploading"? I cannot find it documented anywhere. Marcus -

[android-developers] Share AccountAuthenticator between multiple applications

2010-08-11 Thread Marcus Wolschon
I have 2 applications that both require the same account-type from the same, custom AccountAuthenticator . 1) How do I deploy the custom AccountAuthenticator? Separately or with both applications? Will it be shown once or twice in the account-manager if supplied by 2 apps? If supplied separately,

[android-developers] deploying AccountAuthenticator for multiple apps

2010-08-09 Thread Marcus Wolschon
apks in the system? Are they listed once or multiple times (thus confusing the user)? Marcus -- 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

[android-developers] Request different IME for TextEditField

2010-08-07 Thread Marcus Wolschon
(e.g. one the user selected in m app's preferences) for the text-fields in my app to restore user-experience? Marcus -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-devel

[android-developers] Re: Website for your app, how important do you feel it is?

2010-08-07 Thread Marcus Wolschon
why your app needs each listed access-permission. (So not a single app I've seen does that.) 3) There is no way to answer to comments. People often enter bugs or wishes there but never update their comment even month later when a new version already adressed that issue. Marcus -- You received this

[android-developers] How to implement your own LocationProvider

2010-08-03 Thread Marcus Wolschon
do to acomplish this? Regards, Marcus Wolschon -- 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-

[android-developers] Re: How to position an overlaying activity at the bottom?

2010-04-08 Thread Marcus
As usual, as soon as I finally resort to asking, I find the answer myself. http://schemas.android.com/apk/res/ android" android:layout_width="fill_parent" android:layout_height="fill_parent"> Seems to do the trick. On Apr 8, 2:30 pm, Marcus wrote: > I

[android-developers] How to position an overlaying activity at the bottom?

2010-04-08 Thread Marcus
I have an activity that comes up over another activity. I'd like to position the overlying activity at the bottom of the screen without using an absolute layout, just like the soft keyboard. I can't figure out if this can be done in an XML layout, and if so, where does it go? I have a theme creat

[android-developers] Re: Building and compiling CTS

2010-04-02 Thread marcus
I have the same problem, can any body provide some suggestions? On 3月2日, 下午4時39分, navin wrote: > Hi, > > I am working on the CTS and i am trying to figure out how to write new > test cases and then include in the CTS package. I am specifically > targetting test cases for Bluetooth. So far I could

[android-developers] How to correctly use / fill an ImageView?

2010-02-23 Thread Marcus
Hi, I want to show an image file in an ImageView widget. Since iv.setImageURI(Uri.fromFile(new File("filepath..."))); does not work (getting INFO/System.out(1624): resolveUri failed on bad bitmap uri: file:///sdcard/test/photos/photo13.jpg) I tried the following: BitmapFactory.Options opts = ne

[android-developers] Wrapping horizontal list view?

2010-01-07 Thread Marcus
I'm attempting to create a list view that shows clickable items that wrap horizontally much like the To/From/CC/BCC fields in OS X and the iPhone's Mail programs or like the TO field in Facebook's messages (really like most mail programs). My questions are: 1. Is there a way to do this with a List

[android-developers] Re: AutoCompleteTextView doesn't work with android:style/Theme.Light

2009-12-18 Thread Marcus
The same on my Motorola Milestone (german Droid) with still 2.0 -- 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-d

[android-developers] Re: How to test if app is shown on Market for all screensizes

2009-11-27 Thread Marcus
Same with me. App uses Camera, but is not copy protected. supports-screens entries in manifest are there and "true". minSDK=3 targetSDK=4 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develo

[android-developers] Re: Android GPS implement

2009-10-19 Thread marcus
successfully. I know there is a gpstest tool in Android but I don't know how to use it. Can someone tell me the detail about gpstest tool provided by Android. Anyway, I appreciate your reply and suggestion and I will do what you suggest. Marcus On 10月18日, 下午3時37分, RichardC wrote: > If you are w

[android-developers] Re: Android GPS implement

2009-10-17 Thread marcus
Can anybody give me some advices...thank you!! On 10月16日, 下午6時48分, marcus wrote: > Hi All~~ > > I am porting GPS to Android now. I have been look for many web site > relate to Android GPS porting include this group. However, I also feel > confused about that. > > I hav

[android-developers] Android GPS implement

2009-10-16 Thread marcus
Hi All~~ I am porting GPS to Android now. I have been look for many web site relate to Android GPS porting include this group. However, I also feel confused about that. I have some questions. Can anyone give me some suggestions and I will appreciate about that. 1.There are 3 files : Android.mk,

[android-developers] IOException on Camera.autoFocus

2009-07-21 Thread Marcus
Hi, I have an log report about an IOException at autoFocus in Camera. Code also shows that an IOE is thrown. But I can't catch it in my App because the framework doesn't know about this exception. Eclipse reports me an error about an unreachable code. Hardware_Camera.cpp, look for android_hardwa

[android-developers] Re: How could I run a Uri based Intent in a Tab Page?

2009-07-06 Thread Marcus Gustafsson
Will this be supported soon? Is there a another way to achieve the same result? On Jul 1, 7:14 am, Dianne Hackborn wrote: > Sorry, currently a TabHost can only run activities that are part of your own > .apk (actually only those with the same uid, but in most cases that is the > same thing). > >

[android-developers] IllegalStateException: get field slot from row 0 col 9 failed

2009-06-04 Thread Marcus
Hi, my app has some strange errors on some devices. The problem is that I cannot reproduce it on my device (ADP1 with JF1.5) and also not in the emulator (1.1 and 1.5). But some users encounter this error and here is the log output from him. onResume only calls to super and to refresh(). And re

[android-developers] Bug with EditText and Linkifycation?

2009-05-20 Thread Marcus
Hi, I have an EditText with linkifycation on. But if the content contains a link and I tap on it or move the cursor in it, I get an IndexOutOfBoundsException. Stacktrace below. I think the problem is the getCapsMode method of TextUtils. They don't check if the offset is below 0. So it crashes

[android-developers] Re: Parsing &#xx; characters in XML

2009-04-27 Thread Marcus
Thank you for reply. This might be correct. But the problem for me was, that the file didn't have an encoding set. Serializing the xml with encoding set (to utf-8) and reading it back works. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: Parsing &#xx; characters in XML

2009-04-27 Thread Marcus
I have the same problem. I'm using the org.w3c.dom namespace for reading and parsing xml data. My data also contains &#xx; entities. But when I try to get the node value with node.getNodeValue(), the string stops at the first occurrence of a entity like that. So I event can't decode the entity.

[android-developers] Re: Free & paid versions of an app, shared user ID & SQLite

2009-04-02 Thread Marcus
Also interesting to me! I have the same problem and no idea for the "best practice". But I don't even need to use the same database (because I can import from the free version). But I want to use the same code base. So should I copy / branch the code? Can I extend from the previous project? --~--

Re: 回复: [android-developers] Re: Probl em with setTheme() method

2009-03-19 Thread Marcus
That's my code: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setTheme(android.R.style.Theme_Dialog); setContentView(R.layout.whatsnew); } And it doesn't work! --~--~-~--~~

[android-developers] Re: Problem with setTheme() method

2009-03-19 Thread Marcus
I'm sorry. But even if I put the setTheme on the first line of onCreate (even beforce super.onCreate), I get a dark black background and not a transparent/blur background. But if I set the theme in the manifest, it works. It's not a great problem, because I can set it in the manifest. But really

[android-developers] Re: Problem with setTheme() method

2009-03-18 Thread Marcus
I have the same problem! Would be nice to get a solution... --~--~-~--~~~---~--~~ 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 unsub

[android-developers] React to uninstall of application?

2009-03-17 Thread Marcus
Hi, my app stores some data on the sd-card. But when my app is going to be uninstalled, this data will be left. Is there a possibility to react on the uninstall intent of the user and delete the data? --~--~-~--~~~---~--~~ You received this message because you a

[android-developers] Scrolling stops DOM from updating in chrome/webkit browser

2008-11-25 Thread Marcus
I'm coming across an issue developing an Android-specific website where I'd like to have a footer fixed on the bottom of the browser page. I'm using some basic CSS to do this (below) that works fine in other Webkit based browsers (Safari, desktop Chrome), and initially it works fine in the Android

[android-developers] Does anyone know Puppet Master?

2008-10-30 Thread Marcus
Hi All, Is there any Python Test Suite for testing in Android? Thanks in advance, --Marcus --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email