[android-developers] Re: removing item from ListView

2010-02-03 Thread Stefan
difficult to delete one row... Thanks, Stefan -- 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-developer

[android-developers] Re: removing item from ListView

2010-02-04 Thread Stefan
Hello again, now all works fine with the ListView. I create my own class called "ListHelper" and add all relevant information for one row in a List object: for(int i=0; ihttp://groups.google.com/group/android-developers?hl=en

[android-developers] Strange NullPointerException in WebView.onTouchEvent in Android 2.1 Update 1

2010-02-10 Thread Stefan
matches the released 2.1 Update 1? Stefan -- 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-developer

[android-developers] MapView draw Overlays

2010-02-14 Thread Stefan
nd iterate through every list item and check, wheter its visible or not?? Thanks, Stefan -- 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 f

[android-developers] Re: MapView draw Overlays

2010-02-15 Thread Stefan
(no check, if gps point is visible) into the bitmap and the perfomance is still fast?? Thanks again, Stefan -- 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

[android-developers] show information after click on overlay

2009-12-30 Thread Stefan
, Stefan -- 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 mo

[android-developers] Re: MapView Overlays Containing Widgets/View

2009-12-30 Thread Stefan
{ // i want to see the text (text in getSnippet()), until the user close the new window (with a button for example??) or make something invisible/gone?! } How can I show this information in this seperate overlay class?? Thanks, Stefan PS: this was my question in my thread

[android-developers] SeekBar with Text?

2010-01-02 Thread Stefan
hello, is there a xml attribute to define text below the seekbar for the values? or must i set TextViews below the seekbar? Or is there a other similar widget for that problem?? I want to change km/h values with the seekbar. and the user wants to see, which value they set. Thanks, Stefan

[android-developers] how can i save my overlays?

2010-01-04 Thread Stefan
?? Thanks, Stefan -- 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.

[android-developers] MapView Overlay problem

2010-01-05 Thread Stefan
hello, i have an activity with a MapView ad overlays. If i start a new activity and go back to my Activity with the map, i only see the map without my overlays. How can i save my overlays?? The mapView.onSaveInstanceState() does not save the overlays, does it? Or have i implement something wrong a

[android-developers] Re: MapView Overlay problem

2010-01-05 Thread Stefan
> Thanks for your fast answer. Because this is the best idea until know, i will test your solution and if i find a better way, i will let you know. Thanks again, Stefan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Re: MapView Overlay problem

2010-01-05 Thread Stefan
On Jan 5, 6:48 pm, TreKing wrote: > > Couldn't figure a way to save my overlay class to bundle > > Have your Overlay class implement the Parceable interface, which you can > then save to / restore from a Bundle. > hmmm, in my case i have always a new overlay for each line on my map: in every iter

[android-developers] Re: MapView Overlay problem

2010-01-05 Thread Stefan
scribe a specific point, i start a new activity (via menue). and if i come back to this activity, i cant see the overlays any more. So how can I save my overlays?? Thanks, Stefan PS: I hope this help you... -- You received this message because you are subscribed to the Google Groups "Andro

[android-developers] Re: MapView Overlay problem

2010-01-05 Thread Stefan
ting > location while you wait for the first update, use getLastKnownLocation(). > Yes, this is not the best solution and i will optimize it soon :) > I hope that makes sense and helps some. Thanks for your detailed answer. Stefan -- You received this message because you are su

[android-developers] Re: MapView Overlay problem

2010-01-06 Thread Stefan
On Jan 6, 4:57 am, Peter SSK wrote: > see this link > > http://www.androidpeople.com/category/google-map/ > is that the right link? There i only see, how to display a Map. Thats not the problem. But perhaps i dont find the right part?! -- You received this message because you are subscribed to t

[android-developers] Problem using Debug.setAllocationLimit

2009-06-24 Thread Stefan
;"); Debug.setAllocationLimit(-1); expecting the second line to throw an allocation exception but it does not. What is the correct way to track allocations between 2 points in the code execution? Is there some global place where allocations tracking must be turned on before they can be counte

[android-developers] PendingIntent / addProximityAlert problem

2009-07-20 Thread Stefan
I do? Must I implement a subactivity, which starts when I entered the first position, than raise a counter and go back into the main activity? I think the problem will be the same? Greets, Stefan PS: I'm german, so apologize some mistakes. And this project is my first in the Android world

[android-developers] addProximityAlert problem

2009-07-20 Thread Stefan
mityIntent); } } I hope that I discribe my problem well enough. I'm german, so apologize some mistakes with the english syntax. Greets, Stefan PS: I try to write a message last night, but this message isn't visible?! --~--~-~--~~~---~--~~ You received

[android-developers] Re: PendingIntent / addProximityAlert problem

2009-07-21 Thread Stefan
Hello again, one more information: i test my app with this gps data: lat, lon 3 3 lat, lon 10 10 I use the geo fix command as follows: 1. geo fix 3 3: fires one time ==> entering true... OK 2. geo fix 5 5: enters the ProximityIntentReceiver class - but not my if clause ==> entering is false! OK 3

[android-developers] Toast or AlertDialog problem

2009-07-31 Thread Stefan
e the AlertDialog, because this one will wait for some user inputs!? But can I include Buttons in a Toast?? Thanks for help, Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

[android-developers] Re: Toast or AlertDialog problem

2009-08-01 Thread Stefan
} }; dialog.start(); I test something like that, but it didn't work. I will continue testing now ;) Thanks for help. Stefan PS: whats the meaning of EDT?? Event dispatching thread?? --~--~-~--~~~---~--~~ You received this message because you are subs

[android-developers] Possibility to see if boot loader unlock was successful?

2012-07-30 Thread Stefan
Is there a possibility to see if boot loader unlock was successful? Mobile: Neo V with Icecream Sandwhich Bootloader unlocked due to http://unlockbootloader.sonymobile.com/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gro

[android-developers] Bring activity to foreground when call redeived

2012-11-08 Thread Stefan
Hy, I'm developping a SIP application. The problem is when the activty is closed with Home - Button and a call receive in the Broadcastreceiver i'm not able to bring the activity back to foreground. I tried with: if (!activity.hasWindowFocus()) { Intent i = activity.getIntent(); i.addFlags(In

[android-developers] Problems with ListView using buttons on each row

2008-11-30 Thread Stefan
the row instead of the Button you can click on both the row and the rating bar independently and they all work correctly as expected. Does anyone know why would the Button behave differently than the RatingBar and what is the correct way to make both the button and row be in

[android-developers] SlidingDrawer not working with RC33

2009-02-07 Thread Stefan
to inflate: The XML above has both the "content" and the "handle" attribute and worked fine in RC30? Does anyone know what has changed and how to fix it? Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: SlidingDrawer not working with RC33

2009-02-07 Thread Stefan
at 7:18 AM, Jean-Baptiste Queru > >> wrote: > > >>> Can you please report this issue inhttp://b.android.com/? (a plain > >>> copy-paste will do). > > >>> Thanks, > >>> JBQ > > >>> On Sat, Feb 7, 2009 at 6:54 AM, Stefa

[android-developers] Re: SlidingDrawer not working with RC33

2009-02-07 Thread Stefan
ic about what has changed and what bugs have been fixed. Stefan On Feb 7, 6:21 pm, Jean-Baptiste Queru wrote: > Even worse, it hurts the entire ecosystem, by making users believe > that plaftorm upgrades have bugs when in fact the applications are > broken to start with. > > JB

[android-developers] Re: SlidingDrawer not working with RC33

2009-02-08 Thread Stefan
ld the copy in to your own > code.  That way your code won't break when the system changes. > > > > On Sat, Feb 7, 2009 at 4:10 PM, Stefan wrote: > > > Yes, I do agree that relying on private APIs is dangerous and should > > be avoided for all the reasons you

[android-developers] Re: SlidingDrawer not working with RC33

2009-02-08 Thread Stefan
evelopers to be reasonable. > > >>>>>> On Sun, Feb 8, 2009 at 1:43 AM, Al Sutton > >>>>>> wrote: > > >>>>>>> Maybe an API compliance test should be run as part of any app build. > >>>>>>> Does an API usa

[android-developers] Re: SlidingDrawer not working with RC33

2009-02-09 Thread Stefan
Dianne, To finish that dreaded SlidingDrawer topic - yes the use of the SlidingDrawer was in the Layout xml file only so I guess its was a loophole that I end up using without realizing. Thanks for your comments on the rest of the issues. I think we all agree that changes in the APIs happen and

[android-developers] How to get the current battery level of the device using an API call

2009-02-18 Thread Stefan
Is there a way to get the current battery status of the device (battery level and if the battery is currently charging). The only way I found so far is by using a Broadcast receiver to "listen" for battery status changes. Is there a way to get the battery status using a direct API call? I my ca

[android-developers] Re: Create menu

2008-07-01 Thread Stefan
hello. I've got a question/ Is there any way to add a sub-menu to a sub-menu ? --~--~-~--~~~---~--~~ 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@google

[android-beginners] PendingIntent ProximityAlert problem

2009-07-20 Thread Stefan
; entering = intent.getBooleanExtra(key, false); if (entering) arrayindex++; entering = false; //lm.removeProximityAlert(proximityIntent); } } I hope that I discribe my problem well enough. I'm german, so apologize some mistakes with the english syntax.

[android-beginners] Re: PendingIntent ProximityAlert problem

2009-07-21 Thread Stefan
Hello again, one more information: i test my app with this gps data: lat, lon 3 3 lat, lon 10 10 I use the geo fix command as follows: 1. geo fix 3 3: fires one time ==> entering true... OK 2. geo fix 5 5: enters the ProximityIntentReceiver class - but not my if clause ==> entering is false! OK 3

[android-beginners] TableLayout problem

2009-08-09 Thread Stefan
I hope somebody can help me. Regards, Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-begi

[android-beginners] Re: TableLayout problem

2009-08-09 Thread Stefan
Hi, thanks for the fast answer. I try to create a UI with DroidDraw, but its very difficult to get the right position of the widgets. I think I will try it now with the RelativeLayout. Thanks, Stefan --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] Re: TableLayout problem

2009-08-09 Thread Stefan
Hi, i take a look in your, Mark M., book (Busy coders guide to android development 2nd version) and I try to change your RelativeLayout example in my own xml layout file. But all widgets (Buttons, TextView, EditText) are in one "row" and they lie on top of each other. I have not much experience

[android-beginners] Re: TableLayout problem

2009-08-09 Thread Stefan
ith my xml file. Now I will continue work with this tool to correct the mistakes. Thanks, Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send e

[android-beginners] Re: TableLayout problem

2009-08-09 Thread Stefan
ith my xml file. Now I will continue work with this tool to correct the mistakes. Thanks, Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send e

[android-beginners] Re: TableLayout problem

2009-08-09 Thread Stefan
rule set @id/ak to have its right edge on > the right edge of the screen. That was the biggest mistake. After few other modifications and a run in the emulator, all looks fine now. Thanks again, Stefan --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] TabHost problem with designing Tabs

2009-08-16 Thread Stefan
android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/ll"> I only see the TextView, if i switch Text

[android-beginners] Re: TabHost problem with designing Tabs

2009-08-16 Thread Stefan
http://schemas.android.com/apk/res/android"; android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android:id=&

[android-beginners] Re: TabHost problem with designing Tabs

2009-08-17 Thread Stefan
I want, that the picture is on the lift side of the TextView, but the TextView is below the picture?? But the layout_width of the Text- and ImageView is "wrap_content"!?! And if i try to change the LinearLay

[android-beginners] Re: TabHost problem with designing Tabs

2009-08-18 Thread Stefan
. Regards, Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email

[android-beginners] Re: embedding listview inside a tabhost

2009-08-22 Thread Stefan
argds, Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to an

[android-beginners] Efficiency of requestLocationUpdates() and how to save these gps data

2009-09-02 Thread Stefan
lk (5km/h)? And how can I save a specific point during the minTime and minDist (for example if there is a landmark)? Thanks, Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. T

[android-beginners] Re: handling location error conditions

2009-09-02 Thread Stefan
cation at a specific point unperiodic (minDist = 100m and the user wants to save the point only 50m away from the last point for example) Thanks, Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android

[android-beginners] Re: handling location error conditions

2009-09-02 Thread Stefan
> > What will be, if you have only the last location and you stop the app > and return to it later and than you want to start a tracking; the > error can be get great. Therefore, I have found a source code (not > tested yet, but it looks fine). > Sorry, i forgot the link: http://paste.pocoo.org/s

[android-beginners] Re: Layout one horizontal line with two TextViews

2009-10-01 Thread Stefan
> without the xml tag of course.. and change the id/name of the relativeLayout tag ;) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@

[android-beginners] Re: Layout one horizontal line with two TextViews

2009-10-01 Thread Stefan
Hi, try this instead of your second LinearLayout: --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-begi

[android-beginners] make seekbar (un)clickable depending on RadioButton

2009-10-21 Thread Stefan
ethod and than make the seekbar (un)clickable?! Thanks, Stefan PS: if the radiobutton is checked, i want to see the seekbar, but it shouldnt be active. perhaps the color of the seekbar should become gray to show the user, that this seekbar isnt availabl

[android-beginners] Can't download Paid Apps from Market

2009-10-22 Thread Stefan
count. Now all paid apps won't download anymore. Although in Google Checkout i've got the confirmation of the payment. Any ideas how this can be solved? Best regards, Stefan --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[android-beginners] Problem running my Projects on Ubuntu 9.10

2009-12-22 Thread Stefan
when I have setup the ADT environment? thanks, Stefan -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubs

[android-beginners] Re: Searching for Hardware that runs Android

2009-12-22 Thread Stefan
I'm not sure the Archos is the best developer device for Android. AFAIK it still uses Android 1.5 and doesn't have the official market. I would suggest you the Motorola Droid/Milestone depending where you live. And there are still the rumours about the google phone from HTC that has been handed out

[android-beginners] Re: SAX, XML, and odd results

2009-12-30 Thread Stefan
On Dec 30, 7:50 pm, Lovedumplingx wrote: > So I'm trying to add a list of files to a listview by parsing their > names out of an XML file using the SAX parser. > > For some reason though I'm getting a blank data element inserted > before my file name's are processed and I can't figure out why. >

[android-beginners] how to fully "delete"/finish an activity

2010-02-27 Thread Stefan
i set following line, before i open the third activity: intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP) but it does not work for me or i dont use it correctly. Thanks, Stefan -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW!

[android-beginners] Opening Image in Gallery

2010-03-02 Thread Stefan
Hi. I would like to be able to open an image in the gallery with the zoom controls. Kinda like the facebook app when you click on a picture. I have looked through at the content providers but I can not find one that will allow me to do this. Can anyone point me in the right direction? Thanks. --

[android-beginners] Changing the background color of a list row

2010-03-25 Thread Stefan
Hi. I have an app that displays a list with a custom background. I bind the list view rows with a custom adapter because some of the rows background needs to be assigned a color. public void bindView(View view, Context context, Cursor cursor){ super.bindView(view, context, cursor);

[android-beginners] Re: Changing the background color of a list row

2010-03-26 Thread Stefan
rably in java) that I can default is transparent. view.setBackgroundColor() does't seem to work. Thanks in advance! On Mar 25, 8:57 pm, Mark Murphy wrote: > Stefan wrote: > > Hi. I have an app that displays a list with a custom background. I > > bind the list view r

Re: libmygpo-qt Release of v1.0

2011-02-13 Thread stefan
On Sun, 13 Feb 2011 03:22:57 +0100, Mark Kretschmann wrote: > On Thu, Feb 10, 2011 at 2:57 PM, Stefan Derkits wrote: >> We proudly announce libmygpo-qt v1.0. > Great work! > > Thanks for the work you have put into this, and for informing us. Thx Markey! Now it's time (

Re: Tagguessing: SoK project proposal

2013-09-23 Thread stefan
y in Phonon GStreamer) Why? Because then we can be sure that we can fingerprint everything we can play. Unfortunatly a PhononSource doesn't exist yet. So if you implement this, either use the one based on libavcodec for the moment or try to create/find someone to create such a PhononSource.

[AMaViS-user] adding header to mail

2009-10-02 Thread Stefan
the command 'spamassassin' (e.g. in a template like 30_text_de.cf). But amavisd doesn't add a header because URICOUNTRY is empty (=""). Why doesn't amavisd see the content of URICOUNTRY? I use: amavisd-new 2.6.2 and SpamAssassin 3.2.5 Greetings Stefan --

Re: [AMaViS-user] adding header to mail

2009-10-02 Thread Stefan
On Friday, 2. Oktober 2009 22:57:03 you wrote: > Stefan wrote: > > Hello list, > > > > I'm using SpamAssassin with the URICountry Plugin. Now I would like to > > add a X-URI-Country: header to the scanned message. Therefore I added the > > following lines to t

Re: [AMaViS-user] adding header to mail

2009-10-05 Thread Stefan
nction. But only the RelayCountry plugin can create an additional header (with put_metadata) in the extract_metadata function. So maybe the problem is that the plugin can't create an additional header and assign it to the tag. But on the other side is amavisd only evaluating the tag and not th

[AMaViS-user] bounce killer feature with pen pals disabled

2010-09-07 Thread Stefan
2]: (23652-02) bounce rescued by domain (DSN), <> -> , date: Tue, 07 Sep 2010 12:41:14 +0200, from: "Stefan Jakobs" , message-id: <086...@valaskjalf.localside.net>, return-path: amavis[23652]: (23652-02) Passed CLEAN, [AAA.BBB.CCC.DDD] [AAA.BBB.CCC.DDD] <> -> , Mes

Re: [AMaViS-user] bounce killer feature with pen pals disabled

2010-10-05 Thread Stefan
On Tuesday, 7th September 2010, 20:50:39 Mark Martinec wrote: > Stefan, Hi Mark, > > Now there are two things which are odd: > > > > 1) If the bounce is misdirect (the domain part of the message-id doesn't > > match with one of the local domains) and a sql/pe

Re: Amarok 2.9.0 "Hibernaculum" released

2018-03-07 Thread stefan
version :) Stefan

[android-discuss] Re: 1.6 Update broke my gmail sync

2009-10-11 Thread Stefan
Yes, I got the same problem. Unfortunately, for me it seems not to sync at all. Couldn't find a fix until now. I'm using the ADP1. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to t

[android-porting] After Kernel patching

2010-11-22 Thread Stefan
Hi, I just patched a 2.6.33 Kernel for android and my hardware (based on i.MX25) My question is now how I can get the needed android image (can I use anyone available??) and what is the easiest the way the get it run. Maybe some of u can give a short list?? -- unsubscribe: android-porting+uns

[android-porting] Re: After Kernel patching

2010-11-23 Thread Stefan
How can I get the android filesystem or do I have to build it on my own? On 22 Nov., 14:07, Stefan wrote: > Hi, I just patched a 2.6.33 Kernel for android and my hardware (based > on i.MX25) > > My question is now how I can get the needed android image > (can I use anyone availa

[android-porting] Re: After Kernel patching

2010-11-24 Thread Stefan
Anybody? On 23 Nov., 11:08, Stefan wrote: > How can I get the android filesystem or do I have to build > it on my own? > > On 22 Nov., 14:07, Stefan wrote: > > > Hi, I just patched a 2.6.33 Kernel for android and my hardware (based > > on i.MX25) > > >

[android-porting] Booting Android

2010-11-30 Thread Stefan
from my standart system? Where do I get / How can I build the runtime routine? These questions may seem for you experienced developers maybe a bit stupid but I hope some of you can help me. With best regards, Stefan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Booting Android

2010-12-01 Thread Stefan
, Stefan wrote: > Hi alltogether, > > I use a 2.6.33 Kernel for a i.mx cpu. I've patched the files and > drivers described > in :http://www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Porting... > > Afterwards I set the kernel config as  recommended > inhttp://and

[android-porting] Re: Booting Android

2010-12-01 Thread Stefan
One thing is, I can't find the essential runtime process in the emulator neither. When I start the emulator and run $./adb shell $ps I can see following active processes My question now is: Which process is the one to start up Android? On Nov 30, 3:15 pm, Stefan wrote: > Hi all

[android-porting] Re: Booting Android

2010-12-01 Thread Stefan
ra wrote: > Give more information about the iMX that you are using. > > []'s > > Hamilton Vera > > > > On Tue, Nov 30, 2010 at 12:15 PM, Stefan wrote: > > Hi alltogether, > > > I use a 2.6.33 Kernel for a i.mx cpu. I've patched the files and >

[android-porting] Re: Booting Android

2010-12-02 Thread Stefan
s this error I hope this isn't because of my 2.6.33 kernel, but I am really not sure. Thank you Stefan On 2 Dez., 07:32, Stefan wrote: > I use an i.MX25 (ARM926EJ-S) from freescale. It runs > with 400 MHz. I use 128MB DDR RAM and 256 MB NANDFLASH. > > To start up I use following comm

[android-porting] Re: Booting Android

2010-12-02 Thread Stefan
ilton Vera wrote: > Hi Stefan, Freescale provides some patches (kernel 2.6.31) > > 0093-ENGR00117951-2-MX25-Change-default-config-to-enable.patch > 0095-ENGR00117392-MX25-Camera-enhancement-to-support-enc.patch > 0129-ENGR00118562-MX25-Fix-audio-cannot-work-with-sgtl50.patch > 014

[android-porting] Re: Booting Android

2010-12-06 Thread Stefan
(empty) sbin (only adbd inside) sys (empty??) system (empty as it should be) etc,tmp and var are missing What I'm doing wrong? Where do I get the files for etc and var from? Looking forward for enlightenment, Stefan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: Booting Android

2010-12-07 Thread Stefan
Can anyone tell me if I'm using the right ramdisk.img?? On 6 Dez., 16:47, Stefan wrote: > According to the error message, is it possible my sd card i am booting > from > is the problem? I use ext2 format as described everywhere, but as it > says > in the error log: >

[android-porting] Needed device nodes

2010-12-08 Thread Stefan
Hi, I'm wondering if I need special devices nodes in /dev to run Android? At the moment I only have dev/console dev/NULL dev/zero As described in http://elinux.org/Android_on_OMAP I need more to run Android. How can I get them? -- unsubscribe: android-porting+unsubscr...@googlegroups.com we

[android-porting] Boot up stuck at "Accepting command socket connections"

2010-12-08 Thread Stefan
Hi there, I'm trying to boot Android on a ARM926EJ-S core. I patched the kernel, extracted system.img, ramdisk.img from emulator and want to start android from a sd card. First I mount the images from sd card: $mount /dev/mmcblk0p1 /media/mmc $mount /dev/mmcblk0p2 /media/mmc/data $mount /dev/mm

[android-porting] Re: Boot up stuck at "Accepting command socket connections"

2010-12-08 Thread Stefan
shot service keystore /system/bin/keystore /data/misc/keystore user keystore group keystore socket keystore stream 666 service dumpstate /system/bin/dumpstate -s socket dumpstate stream 0660 shell log disabled oneshot On 8 Dez., 15:25, Stefan wrote: > Hi there, &g

[android-porting] Re: Needed device nodes

2010-12-08 Thread Stefan
                             return r; > 542<http://git.omapzoom.org/?p=kernel/omap.git;a=blob;f=drivers/video/oma...> >                        } > 543<http://git.omapzoom.org/?p=kernel/omap.git;a=blob;f=drivers/video/oma...> >                } > 544<http://git.omapzoom.or

[android-porting] Re: Boot up stuck at "Accepting command socket connections"

2010-12-08 Thread Stefan
Anyone an idea? Please, I'm stuck with this problem just as the boot up On 8 Dez., 15:32, Stefan wrote: > I'm not sure but maybe a look at my init.rc will help you > understand this error: > > Here it goes: > > on init > > sysclktz 0 > > logle

[android-porting] Re: Boot up stuck at "Accepting command socket connections"

2011-02-02 Thread Stefan
Has anyone any idea why android can't get further? Please help, Best regards, Stefan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Debug Message while Boot Up

2011-02-03 Thread Stefan
Hi all, I want to know if there is the possibility to show me some debug messages while I'm trying to boot android. I've added "service logcat /system/bin/logcat -f /dev/kmsg oneshot" in the init.rc and the system displays some information, but is it possible to show me more details? W

[android-porting] Re: Debug Message while Boot Up

2011-02-06 Thread Stefan
; and shows no error message. Because of this I want to print more logmessages to find out what the problem at the Start Up is. Is there any chance to do this? Regards, Stefan On 4 Feb., 19:12, arun joseph wrote: > Try increasing loglevel in init.rc > > Regards, > Arun > > On Thu,

[android-porting] How to read boot.strace

2011-02-09 Thread Stefan
4\1ðq\6togyz \1&8KFš\202\16\200\1&8KFš\202OÈ\1\224Vp"..., 37}], 3) = 42 18:32:13.259636 msgget(0x1, 0xbedc9a58, 0x4108e468, 0x4108e4a0) = 0 18:32:13.260658 msgget(0x3, 0xbedc9a58, 0xad080c00, 0) = 0 18:32:13.261734 msgget(0x1, 0xbedc98f8, 0, 0xa9d214e8) = 0 18:32:13.262990 writev(3, [{&q

[android-porting] init..rc

2011-02-09 Thread Stefan
yes, what shall I write into this file? Regards, Stefan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: init..rc

2011-02-11 Thread Stefan
> It's not architecture, but board specific. So, I have to delete the goldfish-init and write my board specific file. What do I have to write into e.g. init.myOwnBoard.rc if I "only" want to start Android as I can see it running on the emulator? Do I have to edit the normal init.rc too for this?

[android-kernel] Download Android Kernel for Eclair

2010-11-04 Thread Stefan
I'm looking forward to get help from you ;-) Greetings, Stefan -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Re: Download Android Kernel for Eclair

2010-11-17 Thread Stefan
uild/core/main.mk:76: build/core/main.mk:77: *** stop. Stop. With best regards, Stefan On 5 Nov., 23:52, nutz wrote: > typically you'd get your kernel from the processor vendor.  What processor > do you have on your board? > > For example, if you were using a Beagleboard

[android-kernel] Re: Download Android Kernel for Eclair

2010-11-18 Thread Stefan
] Error 2 make[1]: *** [drivers] Error 2 Espacially the first error suprises me. Where is NR_ACTIVE and NR_INACTIVE set in your kernel code? In my opinion the problem depends on my kernel 2.6.33, but there must be a possability to get this thing patched?? On 17 Nov., 14:14, Stefan wrote: &g

[android-kernel] Re: Download Android Kernel for Eclair

2010-11-19 Thread Stefan
Hi Vera, if it's possible please send me these patches. Thanks, Stefan On 18 Nov., 20:15, Hamilton Vera wrote: > Hi Stef, I got some patches from freescale to deploy android in 2.6.28 kernel. > > If you want them please let me know. > > []'s > > Hamilton Vera

[android-developers] Re: HTC Incredible no default external storage?

2010-04-29 Thread Stefan
ations too. I guess this is the price to pay for having an open platform where each vendor is free to define their own standards. Stefan On Apr 27, 7:19 pm, Streets Of Boston wrote: > Thank you Mark. > > I just updated my app's description that it requires an SD-card. > > O

[android-developers] Re: 2.3: WebView's JavaScriptInterface throwing exception 100% of time

2010-12-08 Thread Stefan
I also found this to cause be a repeatable crash in 2.3 emulator. The crash log always starts with: 12-08 09:35:15.945: WARN/dalvikvm(8823): JNI WARNING: jarray 0x40540b30 points to non-array object (Ljava/lang/String;) then 12-08 09:35:16.185: INFO/DEBUG(7347): signal 11 (SIGSEGV), code 1 (SEGV

[android-developers] Any guidelines for handling the Headset and Bluetooth AVRC buttons in Froyo?

2010-05-24 Thread Stefan
pe that a Google Engineer can provide some guidelines that we all can follow. Having a standard approach may make headset button controls a bit more predictable for the end users. Stefan -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Specification of strings.xml available?

2011-04-20 Thread Stefan
far. In case there is no specification available: Does somebody know which part of the Android code processes strings.xml files? Thanks and best regards, Stefan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] Multiple Threads

2011-05-04 Thread Stefan
I'm making a app which got it's data from parsing a website, and I have to download around 100 webpages. This is a time consuming task, so I created a AsyncTask for downloading the data, so I can show a "Loading" message on the UI Thread. Only problem is, that the 100 webpages are now downloaded a

[android-developers] Re: Multiple Threads

2011-05-04 Thread Stefan
threads and have the > handler report back to the main thread much like the async task. > > Satya > > > > > > > > > > On Wed, May 4, 2011 at 10:03 AM, Stefan wrote: > > I'm making a app which got it's data from parsing a website, and I >

<    1   2   3   4   5   6   7   8   9   10   >