Re: [mono-android] Android devices with Barcode-scanner Hardware

2014-03-11 Thread EaranMaleasi
i already have a camera scanning system, but i want to use the physical scanner. Well might get an answer when i ask motorola about their device, but surely there are more devices from other manufacturers. I don't want to write code for each device existing. -- View this message in context: htt

[mono-android] Android devices with Barcode-scanner Hardware

2014-03-11 Thread EaranMaleasi
Hey guys, I have to look around the web and gather informations about Barcode-scanner devices with Windows Mobile or Android as OS. While Microsoft has an example of how to implement an Barcode scanner in the msdn, i can't find anything for android. I looked up the Android Reference so far, but th

Re: [mono-android] Activation Incomplete?

2013-06-04 Thread EaranMaleasi
Problem was solved by Deactivating Activations that were on the same Computer -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Activation-Incomplete-tp5713366p5713367.html Sent from the Mono for Android mailing list archive at Nabble.com. __

[mono-android] Activation Incomplete?

2013-06-04 Thread EaranMaleasi
Hey, since today, when i start VS2010 and load my project, VS is telling me that my license is for an older Version of Mono for android, and connects to Xamarin. after that it tells me, that this license is activated on another Workstation... I've neither updated Mono for android nor changed the S

Re: [mono-android] Set up an Galaxy S2 with 4.1.2 for debugging

2013-04-09 Thread EaranMaleasi
aalready solved itself, manually killing and restarting the adb-server (maybe with some other things) did work -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Set-up-an-Galaxy-S2-with-4-1-2-for-debugging-tp5713045p5713125.html Sent from the Mono for Android mailin

Re: [mono-android] Set up an Galaxy S2 with 4.1.2 for debugging

2013-04-09 Thread EaranMaleasi
up to now the device worked quite well, but now neither VS nor the adb itself find it. i've tried to restart the PC, the device, both, different USB-ports,reinstall the driver via kies (twice). i don't know what could be helpful for you to figure out what could be the error so tell me what you want

Re: [mono-android] Set up an Galaxy S2 with 4.1.2 for debugging

2013-03-21 Thread EaranMaleasi
Wow it really helped, now the device is found by VS thanks for that, never thought that this would help. and all the other ones, thank you too for your help. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Set-up-an-Galaxy-S2-with-4-1-2-for-debugging-tp5713045p571

Re: [mono-android] Set up an Galaxy S2 with 4.1.2 for debugging

2013-03-20 Thread EaranMaleasi
yep -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Set-up-an-Galaxy-S2-with-4-1-2-for-debugging-tp5713045p5713050.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodr

Re: [mono-android] Set up an Galaxy S2 with 4.1.2 for debugging

2013-03-20 Thread EaranMaleasi
neither your nor Vegaterios suggestions would help. the charge only thing is afaik a HTC thingy, and not an android one. the other thing was already checked. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Set-up-an-Galaxy-S2-with-4-1-2-for-debugging-tp5713045p571

[mono-android] Set up an Galaxy S2 with 4.1.2 for debugging

2013-03-20 Thread EaranMaleasi
hi, up to now i was programming with an SGS+ without any issues. well, the sgs+ is my private phone and now i got an sg 2 (GT-I9100) with Android 4.1.2 for developing. i set it to USB-Debugging, but it is never detected by visual studio or the adb itself (let it list all devices via cmd). do i ha

Re: [mono-android] lazy compiler/debugger?

2012-12-03 Thread EaranMaleasi
thanks for your answer, but look into the link i added in an third edit to stack-overflow. a simple re-placing of the line connection1.CloseDatabase() did all the magic. seems like the database was closed befor the data could get to one of those cursors. -- View this message in context: http://

Re: [mono-android] lazy compiler/debugger?

2012-11-30 Thread EaranMaleasi
ok my status now is, that i've found the following error: 11-30 14:48:09.187 E/Cursor (32737): Invalid statement in fillWindow() same in the device log window and nothing more. anyone who could know why this happens? -- View this message in context: http://mono-for-android.1047100.n5.nabble.

[mono-android] lazy compiler/debugger?

2012-11-30 Thread EaranMaleasi
hi folks, my Compiler/debugger don't want to do something i've programmed when i'm not supervising his steps... now what is this thing... the activity i get this strange behavior, calls one method two times to get the needed data to show in a List View. this method builds an SQL Select Query out

Re: [mono-android] Services and Broadcast Receivers

2012-11-20 Thread EaranMaleasi
thank you for your peace of code, and sorry that i'm posting back only now. i am figuring out at the moment how it works(yeah do not only C&P even if i can't really understand it atm.) and how i implement it. i have a problem with this one: SafeUnregisterReceiver this method seems to be nowhere

[mono-android] Services and Broadcast Receivers

2012-11-15 Thread EaranMaleasi
hey guys, i want to setup an Service, which is responsible for all Data from and into the Database. because of the point, that i want to get Data from the Service to my Activities, i've searched for sth. that can send Data to an activity without starting it like a "simple" intent with extras, and

Re: [mono-android] Adding controls by code only

2012-11-14 Thread EaranMaleasi
this thread is no longer important, problem solved on another way. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Adding-controls-by-code-only-tp5712345p5712367.html Sent from the Mono for Android mailing list archive at Nabble.com. __

Re: [mono-android] Adding controls by code only

2012-11-14 Thread EaranMaleasi
how can i affect a singel cell? all i have seen is, that the rows or columns can be altered or done whatever you want, but never with cells. my code for that well... there is nothing much more then an idea and some deleted attempts to get it work, for this piece. -- View this message in context:

[mono-android] Adding controls by code only

2012-11-13 Thread EaranMaleasi
hey guys, i have a litte app where i want to add some TextViews to an TableLayout by the number of entries in a certain table of my Database. i've tried to get it work with the setView() method of the tableLayout, but there was nothing to see on my phone. i've searched the internet for an answer

Re: [mono-android] axml Code wants an layout_height at line1 ?

2012-10-18 Thread EaranMaleasi
yeah i just identified that the missing heights were the problem i thought the weight would replace them completely, but now i know i have to set sth. like wrap_content. however thanks for your help^^ -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/axml-Code-w

[mono-android] axml Code wants an layout_height at line1 ?

2012-10-17 Thread EaranMaleasi
hey guys, i'm trying to use following axml Code: http://schemas.android.com/apk/res/android"; android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" android:minWidth="25px" android:minHeight="25px">