Re: [android-developers] Copy protection for Android apps

2016-04-29 Thread Sven Hedlund
Wow, that looks interesting - do you know if it actually works, i.e. is it effective for preventing unallowed usage? Den fredag 29 april 2016 kl. 21:05:59 UTC+2 skrev TreKing: > > > On Wed, Apr 27, 2016 at 11:27 PM, Sven Hedlund <sven.i@gmail.com > > wrote: > >>

[android-developers] Re: Copy protection for Android apps

2016-04-28 Thread Sven Hedlund
app market) you can lock (programmatically) the app for other > user. just idea > thanks mohsen > > > On Thursday, April 28, 2016 at 8:57:50 AM UTC+4:30, Sven Hedlund wrote: >> >> Being an Android newbie, I wonder: If I spend a lot of time on learning >> how to

[android-developers] Lost dropdown menu in Android Studio.

2016-04-28 Thread Sven Hedlund
The dropdown menu in Android Studio where I can choose between Project, Packages, Scratches, Android etc. only shows up sometimes. Other times it is only the Android-view that is there and I can not select anything else. Is this a bug in Android Studio (I am using v2.1) or can anybody explain

[android-developers] Copy protection for Android apps

2016-04-27 Thread Sven Hedlund
it on another? I tried to google this question but all answers I found were a couple of years old and I guess the answer to my question will change over time. Grateful for reply, Sven -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To u

Re: [android-developers] Is encryption a bad idea for app developer?

2016-01-07 Thread Sven Hedlund
Good points Nalin, I have not encrypted the phone yet. I will probably wait and think a bit more before taking the step. Thanks, Sven 2016-01-05 18:27 GMT+01:00 Nalin Savara <nsn...@gmail.com>: > I would say that for most part it's enough to keep your phone locked.. and > insure i

Re: [android-developers] Re: Windows PC for app development

2016-01-06 Thread Sven Hedlund
Sounds great - thanks for your replies! > > -- 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...@googlegroups.com. To post to

Re: [android-developers] Is encryption a bad idea for app developer?

2016-01-06 Thread Sven Hedlund
Sounds great - thanks for your reply! 2016-01-06 4:38 GMT+01:00 Bipin Jethwani <jethwani.bi...@gmail.com>: > No. It just works fine, slight impact on boot time though. > > > On 5 January 2016 at 22:20, Sven Hedlund <sven.i.hedl...@gmail.com> wrote: > >> I hav

[android-developers] Is encryption a bad idea for app developer?

2016-01-05 Thread Sven Hedlund
apps on it? Grateful for insight, Sven -- 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...@googlegroups.co

[android-developers] Windows PC for app development

2016-01-04 Thread Sven Hedlund
and I need to be able to run various emulators sufficiently fast. If not good enough, could you recommend a decent (Windows) modern computer configuration that will not break my bank? Warm regards, Sven -- You received this message because you are subscribed to the Google Groups "An

[android-developers] Re: JellyBean systrace in cygwin problem, does not write trace.html

2013-04-04 Thread Sven Kautlenbach
Look here: https://android-review.googlesource.com/#/c/55170/ If you want to use this stuff open monitor.bat in sdk/tools folder (Make sure eclipse is closed or open it there in DDMS view), this has a button where you can do it and that one will succeed. -- -- You received this message

[android-developers] x86 Emulator Image for Jelly Bean and with Google APIs

2012-08-23 Thread sven
? Thanks and best regards Sven -- 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

Re: [android-developers] x86 Emulator Image for Jelly Bean and with Google APIs

2012-08-23 Thread sven
ah, thanks for the info. These are bad news... -- 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] WebView in android 4.1.1 crashes for URLs with a non-standard separation of query parameters

2012-07-17 Thread sven
, that the method is called indirectly in the event handler, so that there isn't a valid way to catch the exception. Though the shown URL is defect it occurs in reality and I think the WebView should be a little more tolerant. Best regards Sven -- You received this message because you are subscribed

Re: [android-developers] WebView in android 4.1.1 crashes for URLs with a non-standard separation of query parameters

2012-07-17 Thread sven
Hi Mark, sorry for posting at the wrong place. I've created issue 35100 (http://code.google.com/p/android/issues/detail?id=35100) Best regards Sven -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Goolge play! store crashes when showing GoodNews page

2012-07-14 Thread sven
may turn down revenues. Any ideas what could be the cause here? Thanks and regards Sven -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group

Re: [android-developers] WebView.setEmbeddedTitleBar gone in Jelly Bean? Which alternatives?

2012-07-11 Thread sven
Hi Royi, many thanks for submitting your code. This issue is really strange. The code from Nobu works without problems in any emulator I've configured (4.0.4, 4.1, HVGA, WXGA720), but on real devices (Galaxy Nexus 4.0.4/4.1) only the bottom of my title bar was visible and a white area appeared

Re: [android-developers] WebView.setEmbeddedTitleBar gone in Jelly Bean? Which alternatives?

2012-07-11 Thread sven
) -- the problem only appears on the Galaxy Nexus which is my productive phone, so that testing is a little bit heavy as I need to build a full release after each change :-( Ciao Sven -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] WebView.setEmbeddedTitleBar gone in Jelly Bean? Which alternatives?

2012-07-07 Thread sven
Hi, I am totally impressed: The implementation works like a charme! Many many thanks for providing this. Best regards Sven -- 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: [android-developers] WebView.setEmbeddedTitleBar gone in Jelly Bean? Which alternatives?

2012-07-02 Thread sven
Hi Nobu, thanks again for your efforts. I am really looking forward to your solution. Indeed GoodNews embeds quite some interactivity into an article's title bar (starring, tagging, etc). Kinde regards from Berlin Sven -- You received this message because you are subscribed to the Google

Re: [android-developers] WebView.setEmbeddedTitleBar gone in Jelly Bean? Which alternatives?

2012-07-02 Thread sven
anything that needs to be corrected, but if so I would be happy if I could contribute this back to this great community. Best regards Sven -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] WebView.setEmbeddedTitleBar gone in Jelly Bean? Which alternatives?

2012-07-01 Thread sven
effort Sven -- 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 more options

[android-developers] WebView.setEmbeddedTitleBar gone in Jelly Bean? Which alternatives?

2012-06-30 Thread sven
. Unfortunately the Jelly Bean source code isn't available now, so that I can only guess. Can someone cofirm that this method is gone? Any ideas for alternatives? Thanks a lot Sven -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] WebView.setEmbeddedTitleBar gone in Jelly Bean? Which alternatives?

2012-06-30 Thread sven
the horizontal ones. Really bad :-( Best regards Sven -- 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

Re: [android-developers] WebView.setEmbeddedTitleBar gone in Jelly Bean? Which alternatives?

2012-06-30 Thread sven
Can't you just create a layout with your title bar view first and the webview below? This is exactly what I wanted to do in the past when I've started to create GoodNews: Intuitively I've created a ScrollView, added my title view and the WebView below. The problem with this is that the

Re: [android-developers] WebView.setEmbeddedTitleBar gone in Jelly Bean? Which alternatives?

2012-06-30 Thread sven
I've already gave the iframe stuff a try in the past, but unfortunately exactly the calculation of the natural width of the iframe-content was the problem. I would definitely prefer the first option (extending WebView). But just take a look into the old (API Level 14) solution and search for

[android-developers] Re: RemoteControlClient in Android 4.0

2011-12-19 Thread sven
Did you find a solution for that? I am stuck in the same situation. My code looks like this: final ComponentName receiverComponentName = new ComponentName(context, MediaControlEventReceiver.class); context.getPackageManager().setComponentEnabledSetting(receiverComponentName,

[android-developers] Re: RemoteControlClient in Android 4.0

2011-12-19 Thread sven
I've scanned through the ICS codes of the AudioManager and the internal AudioService and found the cause: I need to acquire the audio focus using AudioManager.requestAudioFocus() to make the lock screen playback control occur. -- You received this message because you are subscribed to the Google

Re: [android-developers] Adding checkbox

2011-12-15 Thread Sven Meier
()); cb.setText(TempTempstr[0] + , + TempTempstr[1] + , + TempTempstr[2]); LinearLayout.addView(cb); } Sven Am 15.12.2011 12:37, schrieb Knutsford Software: I am new to android. I have this in my code CheckBox cb = new CheckBox(v.getContext()); Then a bit later on I have this String

[android-developers] Re: My first app

2011-04-11 Thread Sven
It seems you started your app from inside the main.xml. then the main.out.xml is generated. usualy you have to delete this file, then go into a java source and start app from there. it have something to do with the eclipse run settings. i hope this helps and was your prob On Apr 10, 11:31 pm,

[android-developers] Re: Listen to Incoming Calls through BroadcasrReceiver

2011-03-31 Thread Sven
Have a loot at there: http://developer.android.com/reference/android/telephony/TelephonyManager.html You have to register a BroadcastReciever in your Manifest (like your outgoing one) with the intent filter android.intent.action.PHONE_STATE and you need the Permission READ_PHONE_STATE. If you

[android-developers] Re: ANR keyDispatchingTimedOut on android/com.android.internal.app.RingtonePickerActivity

2011-03-14 Thread Sven
is not responding to messages, so generally you look at the main (first) thread in the list and see what it is doing. On Sun, Mar 13, 2011 at 4:03 AM, San Zhang dahua007...@gmail.com wrote: Today, I got a ANR error, too. I want to know how to read this error message. 2011/3/1 Sven

[android-developers] ANR keyDispatchingTimedOut on android/com.android.internal.app.RingtonePickerActivity

2011-03-02 Thread Sven
Hello! Today I got a error report in my market account for my application. It is listed under Freeze. I use the RingtonePicker in my preferences. Any chance I can do something on this error? Whats the reason for this? Following the stack trace: v1.5.3 Mar 1, 2011 7:34:38 AM OTHER DALVIK

Re: [android-developers] Excute two activity at the same time

2010-03-22 Thread Sven Jacobs
to archive? Do you want to display two activities from different apps on the screen simultaneously? Or are the activities part of your application? If latter is the case, why don't you adjust your app so that it displays all the data you want on one activity? Regards, Sven 2010/3/22 a a harvey.a

Re: [android-developers] Problems accessing location data in emulator

2010-03-21 Thread Sven Jacobs
updates won't return a value. Nevermind, thanks again! Sven -- 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

Re: [android-developers] Problems accessing location data in emulator

2010-03-21 Thread Sven Jacobs
on a real phone where more location providers exists (WLAN, GSM/UTMS) that are enabled most of the time? Greetings, Sven -- 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

Re: [android-developers] Problems accessing location data in emulator

2010-03-21 Thread Sven Jacobs
, Sven -- 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 more options, visit

[android-developers] Problems accessing location data in emulator

2010-03-20 Thread Sven Jacobs
permissions set ACCESS_MOCK_LOCATION ACCESS_COARSE_LOCATION ACCESS_FINE_LOCATION Is there anything else that I'm missing? Many thanks! Regards, Sven -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Add calendar item through Intent?

2010-03-19 Thread Sven Jacobs
Hi all, I'm developing an app that displays a list of events and would like to know if there's any standard way to add an item to the (Google) calendar, preferably by sending an Intent? I'm developing for Android 1.5. Thanks for any hint! Regards, Sven -- You received this message because you

Re: [android-developers] Re: Alignment problem of EditText and Button in LinearLayout

2010-03-11 Thread Sven Jacobs
2010/3/11 Karan karanpop...@gmail.com Try using the android:layout_gravity xml parameter. Hm, I added android:layout_gravity=bottom to the button, text field AND the surrounding LinearLayout and it didn't help :( Regards, Sven -- You received this message because you are subscribed

Re: [android-developers] Re: Alignment problem of EditText and Button in LinearLayout

2010-03-11 Thread Sven Jacobs
Hm, I added android:layout_gravity=bottom to the button, text field AND the surrounding LinearLayout and it didn't help :( Adding android:layout_gravity=fill_horizontal to the button did the trick! Thanks for the hint! :) Regards, Sven -- You received this message because you

[android-developers] Alignment problem of EditText and Button in LinearLayout

2010-03-10 Thread Sven Jacobs
android:layout_height=fill_parent / /LinearLayout What's the problem here? Many thanks, Sven -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: @ Android-Dev-Team: Request for AsyncTask.getThread() method

2009-06-16 Thread Sven Bendel
and in fact threads in general for my purposes because join() would do the same thing... Regards, Sven PS.: @Streets of Boston: I've tried your idea of writing setter/getter methods for the AsyncTask - background thread and it works! The only problem is, that when I try to join the main

[android-developers] AsyncTask: onPostExecute always after onProgressUpdate?

2009-06-14 Thread Sven Bendel
, and onPostExecute() is always run after doInBackground() which executes onProgressUpdate() by invoking publishProgress(), but nevertheless i'm not completely sure about the above question. Thanks in advance, Sven --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: AsyncTask: onPostExecute always after onProgressUpdate?

2009-06-14 Thread Sven Bendel
Okay, I found out, that it is like I thought - onPostExecute() is always run after the last execution of onProgressUpdate(). On 12 Jun., 20:54, Sven Bendel ben...@cs.uni-bonn.de wrote: Hi all! I'm messing around with the AsyncTask class for a few hours now and got a little question

[android-developers] @ Android-Dev-Team: Request for AsyncTask.getThread() method

2009-06-14 Thread Sven Bendel
Hi dear Android-Dev-Team! As I'm working with AsyncTasks for a few days now and enjoyed how easy you can make use of them, I missed something: Would it be possible to give us access to the Background-Thread being created by AsyncTask objects so we can join it, let it sleep etc.? Regards, Sven

[android-developers] Re: Android Dev Phone Battery life

2008-12-29 Thread Sven Boden
We need to find someone with both a regular G1 and a G1 dev phone... maybe they tweaked something to make it a real developer's phone and make it last less than a regular G1: some debug switch, or a service which is always one. But probably not ;) 2008/12/29 Shane Isbell shane.isb...@gmail.com

[android-developers] Re: future app distribution on android

2008-12-29 Thread Sven Boden
(different compiled versions) and dish up the right version for the right OS version. I can also think of more complex scenario's as some hardware company may take the android source code and specifically change it for their own hardware (to differentiate themselves e.g.) Regards, Sven 2008/12/29

[android-developers] Re: Any updates on paid apps timeline?

2008-12-29 Thread Sven Boden
disappoint the developers as well qua sales. Regards, Sven 2008/12/29 NitroDesk gsuku...@gmail.com True, but the most distressing part is the inability to distribute paid apps on the market, even with the possibility of charging for them offsite. I bet this keeps lots of good apps from showing up

[android-developers] Re: Any updates on paid apps timeline?

2008-12-28 Thread Sven Boden
There are already sites out there which allow you to charge for android apps, for the official site I didn't see anything out there yet. Regards, Sven 2008/12/28 Redhunt androidgr...@survivorsoft.com Has anyone heard any news on when developers will be able to post apps for a fee ? Thanks

[android-developers] future app distribution on android

2008-12-28 Thread Sven Boden
of the OS are being used. Possibly even tweaked on new/other phones (e.g. some firm branching off the official android platform to provide more custom functionality) Unless no interface is broken, some applications could run on 1 version but not on another version. Regards, Sven Living in one of those

[android-developers] Re: Android Dev Phone 1(tm)

2008-12-21 Thread Sven Boden
socket to a xxx socket. Regards, Sven 2008/12/20 Eng, Cary cary@hp.com I'm confused. Are you talking about the 6-pin/4-pin USB wire that doesn't fit? If that's what you're referring to, then you might want to try again. It does fit, although the at first glance it might not appear