**** BEGIN LOGGING AT Fri Jan 04 02:59:58 2013 Jan 04 02:59:59 hmmm dcc dont work, though this is 1st time I tried it Jan 04 03:00:03 EXT_texture_format_BGRA8888 there's the four eights you mentioned? :) Jan 04 03:00:23 any experience with Acer Iconia a501 Jan 04 03:00:24 ? Jan 04 03:00:27 hiall Jan 04 03:00:28 then the png format would have to be BGRA Jan 04 03:00:34 and not RGBA Jan 04 03:00:39 Anyone ever scaled text in a webview on a 2.3 mdpi device and a 4.0 hdpi device to get them consistent? I'm thinking that this is just not possible without using a JS hack. Jan 04 03:00:40 i think Jan 04 03:00:53 StingRay_: I just scroleld up, he's passing a RGB565 imaghe Jan 04 03:01:05 oh Jan 04 03:01:15 Probably already decoded from the PNG into a raw byte sequence Jan 04 03:01:39 svearike: does it list the RGB565 format? Jan 04 03:03:18 hold on, gonna mail myself the info, that is one long incomprehensible list Jan 04 03:04:07 .. *sigh* .. I remember when a computer was fast with 2gb of ram... Jan 04 03:05:55 heh Jan 04 03:08:36 http://pastebin.com/bgm78CuW Jan 04 03:08:46 I was about to go insanity wolf there for a while Jan 04 03:10:20 I cant see RGB565 Jan 04 03:10:55 but I do see pallet based 4/8 support Jan 04 03:11:17 svearike: ... I just noticed, try changing the GLES20.GL_RGB, to GLES20.GL_RGB565 Jan 04 03:11:41 svearike: if that's still throwing an error, then the graphics chip doesn't support it for whatever reason Jan 04 03:11:45 http://pastebin.com/KLUegNyP thats the one from the s3 Jan 04 03:12:01 oh, interesting Jan 04 03:12:32 AmandaC where exactly should I change it? I'm ONLY calling GLUtils.texImage2D(GL10.GL_TEXTURE_2D, 0, bitmap, 0); <--- I thought that one would take care of stuff under the hood? Jan 04 03:12:59 oh fuck Jan 04 03:13:10 I've been scrolling up to xorgate's line, thinking it was yours Jan 04 03:13:15 * AmandaC is too tired to brain, sorry Jan 04 03:13:19 Aaaah :) Jan 04 03:13:54 I take it bitmap is a android.graphics.Bitmap? Jan 04 03:14:07 but also, I tried removing the alpha channel, and just put a white background there.. still same error Jan 04 03:14:10 AmandaC yeah Jan 04 03:14:33 Yeah, at that point it doesn't matter, it's already decoded into an RGB byte array Jan 04 03:15:09 but the Bitmap could have done a RGBA byte array? Jan 04 03:15:26 I'm too tired to remember, but perhaps we know it did rgb565? Jan 04 03:16:50 maybe you should just sleep, take another look in the morning with fresh eyes Jan 04 03:17:31 might be the case... altough I doubt I'll actually solve this on my own :) I hate it when it works on one machine and not the other.. and non existing error messages ftw Jan 04 03:17:32 ... bitmap isn't null, by chance? Jan 04 03:17:44 no wait, that wouldn't cause that Jan 04 03:17:45 AmandaC Ah, way ahead of you ;) Jan 04 03:18:00 if (bitmap == null) Log.d("TextureManager", "What the fuck, Jan 04 03:18:57 svearike put the file some place and let me have a look Jan 04 03:19:03 S3: MAX_TEXTURE_SIZE = 4096, TABLET: MAX_TEXTURE_SIZE = 2048 Jan 04 03:19:08 take a sleep Jan 04 03:19:19 as in the png Jan 04 03:19:20 and you will higher chance to solve it once awake Jan 04 03:19:44 would the max_texture_size be in bytes? Jan 04 03:20:06 no Jan 04 03:20:12 dimensions Jan 04 03:20:16 thank god for that atleast :) Jan 04 03:20:28 but I would never use 41x41 Jan 04 03:20:34 always power2 Jan 04 03:20:38 32 Jan 04 03:20:39 64 Jan 04 03:20:40 etc Jan 04 03:20:50 ... that is true! I remember that from back in the days Jan 04 03:20:51 but thats performance not really your prob Jan 04 03:20:59 but u/l that png Jan 04 03:21:12 sure Jan 04 03:22:06 hm, okay I need to figure out what is happening here... Jan 04 03:23:06 I have a Samsung Captivate Glide with ICS, it keeps locking up, around once per day or less, where the screen is unresponsive, occasionally it happens more frequently, but does anyone know why it would be doing this? Jan 04 03:24:28 you ran out of entropy lol Jan 04 03:24:37 StingRay_ http://svearike.sytes.net/main_char.png and the temporary googled background http://svearike.sytes.net/map_tiles.png Jan 04 03:26:12 there is no alpha on that Jan 04 03:26:54 and looking at this, pallet indexed alpha would suit fine cause there is little graduation Jan 04 03:28:17 hm new JSONObject(null) seems to throw a nullpointerexception.. thought it would throw JSONException Jan 04 03:29:11 StingRay_ yeah right that's the one I put the white background on :| Jan 04 03:29:33 no diff Jan 04 03:29:43 just means this will have a halo round the char http://deanwray.co.uk/main_char.png Jan 04 03:29:50 anybody have any ideas on how to tell how many pointers a multitouch device will report? Jan 04 03:29:50 StingRay_ http://svearike.sytes.net/hemulen_sheet.png Jan 04 03:30:11 StingRay_ that is the one I've been using on the s3 Jan 04 03:30:22 ok, will do this one Jan 04 03:30:34 can have a low pallet cause not much color there either Jan 04 03:31:11 StingRay_ just to slap me in the face, I fired up the app in the emulator. it works there aswell ;) Jan 04 03:32:03 as much as anything "works" in the emulator ;) Jan 04 03:33:46 interesting! when I said that it worked on the emulator I meant, I got no error messages from glTex or anything. Jan 04 03:33:53 thats indexed now http://deanwray.co.uk/hemulen_sheet_indexed.png Jan 04 03:33:55 but the screen is pitch black and nothing is drawn Jan 04 03:34:08 StingRay_ thanks :) Jan 04 03:34:13 just a test Jan 04 03:34:20 these are all shots in the dark really Jan 04 03:34:38 but my background is as a games / vfx graphics td/artist Jan 04 03:34:47 so I like this stuff :) Jan 04 03:34:50 makes a change Jan 04 03:35:35 Ah, cool :) Jan 04 03:36:46 I'm downloading gimp now Jan 04 03:36:50 for osx Jan 04 03:36:55 just to have a look Jan 04 03:37:13 awesome :) Jan 04 03:37:19 my guess it the png lib used in gimp may support more png stuff than ps Jan 04 03:37:42 StingRay_ same results as before ;\ both on s3 (works), tablet (white background), emulator ( all black) Jan 04 03:38:31 the sprite is on a white bg ? Jan 04 03:38:39 as in not "blended" Jan 04 03:38:58 or not using the transparency index etc Jan 04 03:39:58 the sprite is not showing up at all, it's just white instead of the texture Jan 04 03:40:53 I bind the texture to a square (without a color) Jan 04 03:40:54 and you have verified that it's not the content of the bitmap ? Jan 04 03:41:14 as in the content is of bitmap is def not white Jan 04 03:41:16 :) Jan 04 03:41:22 yeah :) Jan 04 03:41:31 well I'm running the same app simultaneously on three devices Jan 04 03:41:35 from the same eclipse Jan 04 03:41:39 (no wonder my computer is slow) Jan 04 03:41:46 oh yeah Jan 04 03:41:53 <-- slow today Jan 04 03:41:58 well this morning 3:41am Jan 04 03:42:09 04:41 here ;) Jan 04 03:42:21 germany ? Jan 04 03:42:25 sweden Jan 04 03:42:33 that was my next guess Jan 04 03:42:47 ;) Jan 04 03:43:20 hang on Jan 04 03:43:24 sverige Jan 04 03:43:35 du har fina tuttar Jan 04 03:43:47 xorgate lol, you know your swedish ;) Jan 04 03:43:54 it's all i know :0 Jan 04 03:43:54 svearike have you tried to build your own bitmap with just a solid color and see if that still comes up white ? Jan 04 03:44:07 as in an all red bitmap ? Jan 04 03:44:10 guaranteed to make a lady smile ^_^ Jan 04 03:44:26 StingRay_ no, I have not. what would be the quickest way of doing that? canvas + mutible? Jan 04 03:44:32 xorgate without a doubt :) Jan 04 03:44:47 i also know orebro and uppsala Jan 04 03:45:14 I know Engrish Jan 04 03:45:19 StingRay_ wait... what? now it works in the emulator, when I turned of the debugging calls, perhaps it was just too damn slow to work with those on :) Jan 04 03:46:27 hello all Jan 04 03:47:48 !!!!!!!!!!!!!!!!!! Jan 04 03:47:54 you want freaking believe this Jan 04 03:48:16 your origional now works on the tablet ? Jan 04 03:48:19 I did a small small change in my level1.map file.. changed from 41x41 to 32x32, and what the hell do you know, it works on the tablet Jan 04 03:48:57 next thing is to make it larger to see if its because of the smaller size or because of the multiple of 2 Jan 04 03:49:05 multi of 2 Jan 04 03:49:10 probably Jan 04 03:49:18 that's for consistency... Jan 04 03:49:54 well, all console engines do load any size but then scale to pow2 b4 draw Jan 04 03:50:46 but you dont do that, cause it's just a waste of power Jan 04 03:50:55 and you loose details Jan 04 03:51:23 yeah, I'll have to change my files then Jan 04 03:51:36 too good I havent produced any real material yet ;) Jan 04 03:52:27 s/want/won't Jan 04 03:52:44 I'm getting too tired for this, have to watch some star trek and then goto sleep I think :) Jan 04 03:52:57 AmandaC, StingRay_ thanks alot for your help with this Jan 04 03:53:10 I like cg/graphics probs Jan 04 03:53:18 not so much the programming side Jan 04 03:53:33 but anything else I can help with ;) Jan 04 03:53:53 hehe, the part I suck at ;) Jan 04 03:54:06 but considering you saw my sprite I guess you already know that hehe Jan 04 03:54:19 well where did that come from ? Jan 04 03:54:25 as in how was it made Jan 04 03:54:30 I would NEVER have been able to draw that myself Jan 04 03:54:38 girlfriends camera + a solid figure + gimp Jan 04 03:54:42 + alot of rotation going on Jan 04 03:54:48 :) Jan 04 03:54:59 well Jan 04 03:55:08 I would use a 3d app for that Jan 04 03:55:33 I'm actually an authorised autodesk maya instructor Jan 04 03:55:44 StingRay_ http://svearike.sytes.net/DSC_6067.JPG Jan 04 03:55:46 so would do that in maya Jan 04 03:55:53 and the missing front http://svearike.sytes.net/DSC_6068.JPG Jan 04 03:56:19 hah, yeah that would probably be easier ;) Jan 04 03:56:23 yeah see there you either have a lens gap or ... Jan 04 03:56:35 a serious macro lens with shallow DOF Jan 04 03:56:45 thats not good for source material Jan 04 03:56:52 StingRay_ yeah a macro lense and eggs burning on the stow ;= Jan 04 03:57:03 StingRay_ plus it was dark as ... really dark :D Jan 04 03:57:26 get some flashes Jan 04 03:57:32 StingRay_ it was just a "concept" picture, I have a friend who's doing the final works Jan 04 03:58:02 StingRay_ we actually have a proper flash for that one ;) it's a somewhat expensive "systemkamera", but the flash was not on :) Jan 04 03:58:02 d40 eh Jan 04 03:58:27 I have a few canons around, got a now old 5dmk2 Jan 04 03:58:48 but I also have and would use a mix of serious lighting for this Jan 04 03:58:51 I should have used the tripod so I could get focus on the entire scene, but it was done in about 5 seconds :) Jan 04 03:59:09 so can loose the open aperture and DOF Jan 04 03:59:24 I might have spent around 1 hour doing the sprite and 5 seconds taking the picture.. Jan 04 03:59:52 like the idea though, rapid prototyping Jan 04 03:59:53 nice Jan 04 03:59:55 :) Jan 04 03:59:59 get some sleep! Jan 04 04:00:10 I'm off for more coffee!!! Jan 04 04:00:41 lol @ coffee :) Jan 04 04:00:51 see you around, thanks again for the help :) Jan 04 04:12:31 is there a way to use a custom font from the assets folder such as (assets/somefont.tff) in a home screen widget? Jan 04 04:27:43 Is there a Java equivalent of the C++ method modifier "const", that declares that that method doesn't modify the object? Jan 04 04:36:09 maslen: final, maybe? I'm still fuzzy on what exactly final does Jan 04 04:36:31 final means you can assign it once Jan 04 04:37:03 AmandaC: There isn't. I asked in #java :) Jan 04 04:37:47 xorgate is correct. for a field, final means it can be assigned once. For a class, that it can't be inherited. Jan 04 04:37:59 I see Jan 04 04:38:51 I liked const in C++ :( It means that you can enforce compile-time checking that objects aren't modified :( Jan 04 04:39:03 anyway, my brain is too overloaded to think, night 'droid Jan 04 04:39:17 gnight AmandaC Jan 04 04:46:15 anyone know what the Leikr sports watch is running ? Jan 04 04:47:33 i have one of those sony watches Jan 04 04:48:03 not very impressive though Jan 04 04:48:36 http://techcrunch.com/2013/01/03/kickstarter-leikr-is-an-openstreetmap-gps-sports-watch-with-a-two-inch-colour-screen/screen-shot-2013-01-03-at-15-27-35/ Jan 04 04:48:51 this seems like a sports watch only, like the Garmin Fenix Jan 04 04:57:57 yo g00s Jan 04 05:09:45 hey QubeZ Jan 04 05:09:54 how is todomapr doing ? Jan 04 05:13:25 not bad, 2200 dl's Jan 04 05:13:41 getting some buzz, as far as Flurry is showing me its being used a lot (actively) Jan 04 05:13:52 great ! and you wrote server side pieces too right ? Jan 04 05:14:21 not yet, my web service guy wants to wait til it gets some more steam before rolling out web services Jan 04 05:14:35 he's still tinkering with diff technologies because he can't decide how he wants to write it Jan 04 05:14:51 although logically, we know what we want to do as well as the business model Jan 04 05:14:59 does it sync to some cloud thing, or is it completely independent ? Jan 04 05:15:09 (right now) Jan 04 05:15:22 right now, it doens't sync except for the google tasks piece Jan 04 05:15:34 eventually it'll sync to our web service where you can share tasks Jan 04 05:16:13 got a lot of work to do but I'm going to try and balance between TDM and my fascination with Arduino Jan 04 05:16:43 heh, hevent used arduino but embedded stuff is fun Jan 04 05:17:13 oracle was porting the jvm to arm, and they were using the rasperry pi as their first target Jan 04 05:17:14 yea it looks really neat. I'm not focusing on the Android+Arduino part yet, just want to learn Arduino Jan 04 05:17:25 kinda wonder if i can use clojure on a raspberry pi eventually :) Jan 04 05:17:31 I need to order the Pi Jan 04 05:20:44 they have a new manual http://www.raspberrypi.org/archives/2965 Jan 04 05:21:19 I just want it for XBMC Jan 04 05:33:15 QubeZ not impressed with the pi for xbmc Jan 04 05:33:42 tis slow, laggy, no dts, and finiky on 1080p streams Jan 04 06:06:01 so, I'm playing with sorting out the calling sequence for touch events, and I'm noticing that even if the touch doesn't move anywhere, immediately after an ACTION_DOWN or ACTION_POINTER_DOWN event, an ACTION_MOVE event gets posted for every pointer that freshly is down Jan 04 06:06:13 my question is - if the pointer isn't moving, why is a MOVE event posted? Jan 04 06:07:15 What are you trying to do? Something when the user pressed something, or completes a gesture? Jan 04 06:07:33 I'm writing my own comprehensive gesture processing class Jan 04 06:08:04 so instead of fighting trying to use both GestureDetector and ScaleGestureDetector, my own class will also track things like two-finger taps, drags, and three-finger versions as well Jan 04 06:08:26 I'm just curious as to why MOVE events get posted immediately after DOWN events when the pointers haven't moved Jan 04 06:09:09 Hmm, by pointer you mean the co-ordinates that a touch was generated? Jan 04 06:09:18 I would assume as a "start" of a possible continued move Jan 04 06:09:55 or the start of a move event series would have no.....start Jan 04 06:09:56 It could either be as StingRay_ suggested, or when generating the touch, you are minutely moving your finger which is being picked up on? Jan 04 06:10:28 dunno, I'm tapping as quickly as I can Jan 04 06:11:14 when testing a two-finger tap, I see in order : DOWN, MOVE, POINTER_DOWN, MOVE, POINTER_UP, UP Jan 04 06:11:18 every time Jan 04 06:11:47 I guess I'll just have to have a threshold of movement before I start tracking a drag movement Jan 04 06:11:57 This would be a good idea to try Jan 04 06:12:07 This would at least eliminate the latter of my suggestions Jan 04 06:12:49 Technically though, the program is right. Jan 04 06:13:07 As StringRay_ said, when you put your finger down, technically that is a move from being off of the screen to on the screen. Jan 04 06:13:24 I'm double-checking the actual touch coordinates now Jan 04 06:15:59 interesting Jan 04 06:16:10 I was able to tap fast enough to not get the MOVE events Jan 04 06:16:14 so maybe I just have the shakes. Jan 04 06:16:50 Yeah, so it was what I said. If you put in the threshold as you mentioned you could minimise that Jan 04 06:17:00 You don't want it to be too big though such that you miss genuine gestures. Jan 04 06:17:04 yeah, that'll be necessary Jan 04 06:17:11 a threshold of 1-2 pixels ought to be ok Jan 04 06:17:15 I'll have to test it Jan 04 06:17:21 doubt it would Jan 04 06:17:33 the accuracy on capacative is not up to that Jan 04 06:17:38 capacitive Jan 04 06:17:41 1-2 pixels? Jan 04 06:17:44 yeah Jan 04 06:17:53 well, I'll be able to test it Jan 04 06:18:07 I've encountered it b4 Jan 04 06:18:13 on a signature strip Jan 04 06:18:25 there are also youtube technical tests Jan 04 06:18:31 iphone,htc etc Jan 04 06:19:01 you will also have to account for "unintended" breaks in the touch Jan 04 06:19:07 that are not really breaks Jan 04 06:19:22 just crappiness of the sensor array on the screen Jan 04 06:19:31 we'll see Jan 04 06:19:33 faster the motion, more the breaks Jan 04 06:19:47 somewhat of a prob with signatures ;) Jan 04 06:20:30 that's an issue of sensor frequency Jan 04 06:20:52 that can be accounted for with interpolation if necessary Jan 04 06:20:58 yeah but accuracy on continued motion is also Jan 04 06:21:04 for me those were the 2 Jan 04 06:21:11 alright Jan 04 06:21:14 up does not mean the finger left Jan 04 06:21:29 and you never get a straight line Jan 04 06:21:37 once I have this generally working, I'll play with that Jan 04 06:21:40 depending on quality of tablet Jan 04 06:21:44 or phone Jan 04 06:21:50 can mitigate that with a time check on the events Jan 04 06:22:04 if a down within a certain timeframe, continue the gesture instead of stopping it Jan 04 06:22:17 suppose with gestures yeah, was a pain with signatures though Jan 04 06:22:33 cause some people have wicked ass signature motions Jan 04 06:22:35 :) Jan 04 06:22:43 OI Jan 04 06:22:47 oi! Jan 04 06:23:21 right, I imagine handling capturing signatures means you need a lot more precision in accounting for user weirdness Jan 04 06:23:48 Pfhoenix: there are 3rd party components that do this, no need to write your own Jan 04 06:23:54 well it's ok to draw and interpolate movement into presentable strokes Jan 04 06:24:26 harder to do it to recognise when there is a user break and when there is not Jan 04 06:24:31 I wrote my own and it works good =) Jan 04 06:24:53 mine works ok, not great but ok Jan 04 06:24:56 the thing is if you are dealing with even remotely questionable signatures, you are going to need to capture as much biometric data as possible Jan 04 06:25:21 like blood and dna samples Jan 04 06:25:21 also, you need to make it so signature is only valid on document they signed, eg encoded with document hash or something Jan 04 06:26:01 with resistive you need pressure sensitivity, and both you'll need to keep signature strokes, and timing info Jan 04 06:26:34 >.> Jan 04 06:27:11 those arent requirements, but just more fuel for the fire if people try to question authenticity Jan 04 06:27:20 ron_frow_ i used speed as width to make it look better Jan 04 06:27:23 I build stuff for this for realestate world lifetimes ago Jan 04 06:27:43 on capitative Jan 04 06:28:16 yeah, I'm not going anywhere near signature capturing Jan 04 06:28:25 I just want full control over the gesture handling Jan 04 06:28:48 isnt that one of the main sdk samples ? Jan 04 06:28:55 gesture control/recorder etc Jan 04 06:29:05 yeah Jan 04 06:29:10 but thats not necessarily the same thing Jan 04 06:29:25 and thats really gesture matching Jan 04 06:29:29 eg, you have to prerecord it Jan 04 06:29:37 you can use gesturedetector to handle the usual suspects Jan 04 06:29:51 pinchzoom/pan/tap/doubletap etc Jan 04 06:30:09 my problem with GestureDetector is that it doesn't do two-finger versions Jan 04 06:30:36 and if you want to couple that with ScaleGestureDetector, half the functionality of SGD has to be done manually just to make sure you aren't scaling when you want to two-finger swipe Jan 04 06:31:23 ron_frow_: i would think its very difficult. i know when i use a stylus or whatnot, my signature comes out like crap because the different friction between the screen and stylus; and this is coefficient is different on almost every dice Jan 04 06:31:25 *device Jan 04 06:31:42 there are things you can do to clean that part up Jan 04 06:31:55 and thats the point of the biometrics... I sign my name diff every single time Jan 04 06:31:57 ever so slightly Jan 04 06:32:11 but there are DEF charactaristics that could used to validate authenticity Jan 04 06:32:16 well, in my case, my paper and 'stylus' versions are so different Jan 04 06:32:27 dont see how they can be compared Jan 04 06:32:28 I imagine thats typical of everyone Jan 04 06:32:39 and seriously, is anyone even doing this in biometrics ? Jan 04 06:32:48 i dont think so Jan 04 06:32:53 uhh yes Jan 04 06:33:04 topaz sig capture devices record all that shit Jan 04 06:33:20 maybe that security isnt needed for whatever that person is doing Jan 04 06:33:54 ultimately the only real REQUIREMENTS were some way to tie a "e sig" to a particular resource, and changing of that resource invalidates the esig Jan 04 06:34:07 I was dealing realestate contracts etc Jan 04 06:35:40 sqlite included in sdk or ndk? Jan 04 06:36:10 linuxuz3r: hmm, no Jan 04 06:38:38 the samsung spen sdk has signature verification stuff Jan 04 06:38:48 haven't tried it though Jan 04 06:39:33 thanks wabz, good to know Jan 04 06:39:41 still wondering how widespread it is though Jan 04 06:39:49 (usefulness) Jan 04 06:43:12 ron_frow_: what do you think of the Ubuntu mobile thing ? Jan 04 06:44:30 Hey guys..odd question, but does anyone have any good articles on ..well more or less an intro to marketting and getting exposure? :P I've got a handful of apps and a few more on the dock that I want to start pushing and getting out there and I'm just at a loss at the moment for how, though I suppose thats the trick... Jan 04 06:45:07 g00s - I'm torn... looks like theres jack shit all for documentation / support Jan 04 06:45:17 however I've been fond of the idea of a primarily c++ dev platform Jan 04 06:45:33 i'm excited but not optimistic ; but the guy is smart Jan 04 06:45:34 afterall ios is doing well with a c++ subset Jan 04 06:45:54 as good as java can make up for its vm Jan 04 06:45:56 how to drop database? Jan 04 06:46:03 c++ has much more potential Jan 04 06:46:12 squ: context? Jan 04 06:46:19 Anthaas, by sql Jan 04 06:46:23 what i think is the coolest is that its a full blown linux box basically; you can plug it into a monitor and go nuts with kb & mouse Jan 04 06:47:13 squ: DROP DATABASE IF EXISTS Jan 04 06:47:19 I really really dont like it if it uses x Jan 04 06:47:23 if it uses x, fuck it Jan 04 06:47:26 not gonna even touch it Jan 04 06:47:32 wouldn't it use wayland ? Jan 04 06:47:41 I'd certainly hope so Jan 04 06:47:43 but who knows Jan 04 06:47:43 yeah, i have no idea Jan 04 06:47:46 so, if onTouch doesn't refire itself, how do apps normally check for long presses? Jan 04 06:48:17 if it uses wayland, I'd say it could be pretty damned impressive Jan 04 06:48:54 I suspect part of apples success gathering adoption was that they basically forced people into crapjectivec Jan 04 06:48:55 damn it, if only linux had photoshop Jan 04 06:49:24 if it did, i could go back to linux no problems. now using mac :( Jan 04 06:49:27 gimp? Jan 04 06:49:31 fuck that Jan 04 06:49:34 :) Jan 04 06:49:35 gimp is a sorry comparison Jan 04 06:49:36 ? Jan 04 06:49:38 i use gimp Jan 04 06:49:45 What's wrong with OS X? Jan 04 06:49:54 nothing Jan 04 06:49:58 Anthaas, this doesnt work Jan 04 06:50:20 meh Jan 04 06:50:27 I'm not impressed with where apple is going with it Jan 04 06:50:27 What SQL are you using? Jan 04 06:50:35 squ: What I gave you was MySQL Jan 04 06:50:36 forcing/bullying people into stuff Jan 04 06:50:38 i really only need OO, LightRoom, and Mathematica. Jan 04 06:50:40 pushing app store ont hem Jan 04 06:50:40 DROP DATABASE IF EXISTS 'abc'; Jan 04 06:50:53 DROP DATABASE IF EXISTS 'latvenergo'; Jan 04 06:50:53 Error: near "DATABASE": syntax error Jan 04 06:51:26 anyone able to help me figure out why my shitty layout displays differently on virtually every device despite lacking any use of pixels or non-relative units Jan 04 06:52:08 I'm using adb shell, then sqlite3 to the database Jan 04 06:52:33 cxeq: ADT has a new function that previews your layout in a bunch of configurations. maybe that would help ? Jan 04 06:53:37 ron_frow_: i was wrong; looks like sig verification was used in voter fraud … i thought this biometric technique kinda fell out of favor Jan 04 06:54:02 are the rumors true that there will be an ubuntu phone os? Jan 04 06:54:10 uhh already in existence Jan 04 06:54:14 squ: So, do you want the shell command or the SQL? Jan 04 06:54:15 already announced Jan 04 06:54:17 linuxuz3r: you would like that :) (given your nick) Jan 04 06:54:28 Anthaas, sql :) Jan 04 06:54:57 well if its affordable and compatible with my phone yes Jan 04 06:55:38 they did say its compatible with android drivers; so if you can get the drivers seems like somebody will cook a rom for your phone Jan 04 06:56:19 i'm sure the modding community will go nuts Jan 04 06:56:30 squ: The SQL I gave you should work, Im unsure why it doesnt? :S Jan 04 06:57:04 Anthaas, me either Jan 04 06:57:30 there is no DROP DATABASE In sqlite Jan 04 06:57:41 you delete the file Jan 04 06:57:44 ok Jan 04 06:57:47 thank you Jan 04 06:58:07 Oh of course lmfao Jan 04 06:58:16 I need to sleep, its 7am hahaha Jan 04 06:58:29 g00s: this is what it looks like :x http://puu.sh/1JiYc Jan 04 06:58:44 g00s, does android's "clear data" delete database files? Jan 04 06:58:59 hello everyone Jan 04 06:59:04 Yes. SQU, unless they are part of the APK. Jan 04 06:59:08 i'm trying to compile LatinIME Jan 04 06:59:09 squ: hmm, dunno. wouldn't that be the cache ? Jan 04 06:59:18 mostly done, except that I'm running into a linker error with the NDK bist Jan 04 06:59:20 *bits Jan 04 06:59:21 http://pastebin.com/YwtMXTHT Jan 04 06:59:25 suggestions? Jan 04 07:00:08 g00s, gonna try it Jan 04 07:03:11 i dont understand why it would look so on every device-- i would create different layouts-large -small etc but shouldnt it display fine because all i use is dp / sp / stuff Jan 04 07:03:42 $ cd data; ls Jan 04 07:03:42 opendir failed, Permission denied Jan 04 07:03:51 cxeq when you say displays different, what do you mean ? Jan 04 07:04:10 can't shell to device? Jan 04 07:04:13 different in what way? or what is it that is unexpected ? Jan 04 07:04:31 ron_frow_: does IntelliJ have this feature? http://puu.sh/1JiYc Jan 04 07:04:42 uhh I dont know Jan 04 07:05:07 the preview in different configs Jan 04 07:05:11 seems very useful Jan 04 07:05:38 sry Jan 04 07:06:11 g00s, ye, it does Jan 04 07:06:13 note that i have seperate resources for all dpis Jan 04 07:06:15 Anthaas, thank you Jan 04 07:06:36 squ: cool, thanks Jan 04 07:06:51 cxeq you still havent said what is unexpected ? or did i miss it ? Jan 04 07:07:19 "looks different" is hard to visualise Jan 04 07:07:22 squ more than the drop downs to flip Jan 04 07:07:22 :) Jan 04 07:07:23 samsung galaxy s3 Jan 04 07:07:25 oops Jan 04 07:07:29 or actually several layouts side by side Jan 04 07:07:31 http://puu.sh/1JiYc Jan 04 07:07:37 that's how it looks Jan 04 07:08:03 your using textView padding ? Jan 04 07:08:10 from a style or manually ? Jan 04 07:08:48 http://pastebin.com/WVgfmjUQ this is the xml for the page Jan 04 07:08:50 not view padding but textView padding Jan 04 07:09:33 and a visual structure http://puu.sh/1Jj8J Jan 04 07:09:46 im pretty noob, so expect style errors in there Jan 04 07:12:01 cxeq well your using margins on most of your views Jan 04 07:12:38 yep-- shouldn't that be relative for all devices ? Jan 04 07:13:34 well Jan 04 07:13:49 relative to the screen metrics Jan 04 07:14:26 but I think my point is that your dimensions dont change to compensate Jan 04 07:15:03 so 10dp on one screen that takes 10% of the width is not guaranteed to be 10% width of another device Jan 04 07:15:12 as is my understanding Jan 04 07:15:29 It should be Jan 04 07:15:33 10px wouldnt though Jan 04 07:15:39 10dp wont be Jan 04 07:15:43 dp = density-independant pixels. Jan 04 07:15:47 yeah Jan 04 07:16:00 density Jan 04 07:16:03 Shouldnt that then take up the same ratio of the screen regardless of device? Jan 04 07:16:07 yeah Jan 04 07:16:08 Oooohh hahaha Jan 04 07:16:10 No you are right Jan 04 07:16:13 Im so tired Jan 04 07:16:18 density != relative % Jan 04 07:16:22 Yes Jan 04 07:16:28 10 dp in mdpi may become 15 dp in hdpi Jan 04 07:16:32 look at the galaxy tab 1st gen for a manuf. fkup Jan 04 07:16:33 I haven't slept so my brain is running at like 10% Jan 04 07:16:44 same here bud Jan 04 07:16:51 Maziz: no, 10dp in mdpi is 10dp in hdpi Jan 04 07:16:52 how am i meant to do relative distances then ? Jan 04 07:16:54 thats good, even on full sleep my brain runs on 2% Jan 04 07:16:56 tis 7am here... been up since yesterday Jan 04 07:17:01 oh Jan 04 07:17:02 sorry Jan 04 07:17:05 Maziz: perhaps you mean 10px and 15px Jan 04 07:17:05 :) Jan 04 07:17:06 pixel wise Jan 04 07:17:06 ~_~ Jan 04 07:17:12 neways Jan 04 07:17:12 yeah yeah Jan 04 07:17:13 pixel Jan 04 07:17:19 This is why, as a general rule, when using images you should create one size and scale it according to display metrics rather than making all MDPI screens use one size, LDPI another etc Jan 04 07:17:31 ^ Jan 04 07:17:32 using dp will translate pixel accordingly Jan 04 07:17:51 thanks JakeWharton Jan 04 07:18:09 so dp is no guarentee of xx number of pixels or % width etc Jan 04 07:18:11 StingRay UK too? Jan 04 07:18:13 what do you mean exactly? I have appropriately sized images for every dpi Jan 04 07:18:14 yeah Jan 04 07:18:16 UK Jan 04 07:18:22 North? South? Jan 04 07:18:30 come from north Jan 04 07:18:32 hi, i've got different dimen values for ldpi/mdpi/hdpi/xhdpi which work fine one phone. but when a low res tablet is running my app it goes to the mdpi values. so a big tablet screen gets small dimen values. is there a solution for that? Jan 04 07:18:33 down south atm Jan 04 07:18:39 Im the opposite hahaha Jan 04 07:18:42 well... England North, or Scotland North? There's difference ;) Jan 04 07:18:59 socket: Big screen does not mean higher DPI. Jan 04 07:19:14 It is generally the way it works but there are exceptions. Jan 04 07:19:46 StingRay_: Im from Somerset, living in West Yorkshire :P Jan 04 07:19:53 best way is to either code mod the dimension or create best guess dimens for each qualifier type Jan 04 07:20:10 Anthaas I am in mk but hometown is wakefield Jan 04 07:20:20 Anthaas: so how should i support tablets? find the resolution in real time and adjust? Jan 04 07:20:31 socket: Exactly. Jan 04 07:20:44 socket: Use display metrics to work out a ratio of adjustment, and adjust accordingly. Jan 04 07:20:49 * Leeds waves Jan 04 07:21:09 StingRay_: Yeovil > Huddersfield for me. Jan 04 07:21:30 i used to live outside hudders Jan 04 07:21:34 kirkburton Jan 04 07:21:40 for a few years Jan 04 07:21:42 oi leeds Jan 04 07:21:45 Near Storthes Hall? :P Stayed there first year of Uni. Jan 04 07:22:01 is there some guide to help me code mod the dimensions then? Jan 04 07:22:05 indeed but I was not a student :) Jan 04 07:22:13 or is it better to create layout-large -medium -etc Jan 04 07:22:18 cxeq: You should be able to easily find one on stack overflow. Jan 04 07:22:22 bloody southerns invading the Republic of Yorkshire :) Jan 04 07:22:24 cxeq look up display metric calc Jan 04 07:22:36 eek Jan 04 07:23:09 StingRay_: The Spring pub at the bottom of the hill was a frequent place to go for us. Cheap as chips... Jan 04 07:23:17 Google Translate says "he now praised the iPad" if you enter "filled with" Jan 04 07:23:22 ugh this seems like it is going to be pretty tedious x.x Jan 04 07:23:24 http://translate.google.com.mx/?hl=en#auto/en/filled%20with Jan 04 07:23:55 cxeq: its easier than it looks. Plus, you can make the method reusable in a base activity class Jan 04 07:24:03 belgianguy: no it doesn't... Jan 04 07:24:21 Leeds: do you get the American female voice? Jan 04 07:24:31 the UK male one doesn't have it, but it sure does it Jan 04 07:24:37 oh, 'says' as in 'speaks' - didn't try that Jan 04 07:26:30 some training data snuck by I guess Jan 04 07:27:14 ok all i shall go take a shower and then have a bit more of a look at this Jan 04 07:27:25 dont worry ill be bothering you with stupid questions again soon xD Jan 04 07:27:27 thanks all Jan 04 07:27:34 Im off to bed, my eyes are screaming at me. Jan 04 07:28:08 Cya Jan 04 07:29:07 Leeds: this is the matching bug :) http://code.google.com/p/android/issues/detail?id=38538 Jan 04 07:30:28 Anthaas Spring Grove ? Jan 04 07:44:12 looks like its easier to use one database per table with SQLiteOpenHelper ? Jan 04 07:44:31 ... the fuck? Jan 04 07:44:35 :) Jan 04 07:44:51 I create class for each table, where I have onCreate Jan 04 07:45:13 squ: nope, that means failing relational databases and ORM 101 Jan 04 07:45:19 :) Jan 04 07:45:41 only makes sense if you're using the database as simple k-v store Jan 04 07:45:51 oh god Jan 04 07:45:56 oh god oh god oh god Jan 04 07:46:07 squ dont do it Jan 04 07:46:21 it is kinda very easy Jan 04 07:46:45 database will be created if table does not exist Jan 04 07:46:59 squ: as I said, unless you're using SQLite only because there's no built-in k-v database, then you're doing it very, very, very wrong Jan 04 07:48:53 so I have to use one SQLiteOpenHelper extending class for both tables Jan 04 07:49:11 what exactly are we aiming to achive Jan 04 07:49:14 achieve Jan 04 07:51:02 http://www.vogella.com/articles/AndroidSQLite/article.html Jan 04 07:51:14 "consider having one separate class per table as best practice" Jan 04 07:58:01 squ: 1 helper per db; haven't we covered this already? Jan 04 07:58:09 :) Jan 04 08:02:50 g00s: hey Jan 04 08:02:58 hey p_l Jan 04 08:03:18 i saw a new book that caught my eye; might be basic but was shocked it uses prolog Jan 04 08:03:25 well, maybe i should not be shocked Jan 04 08:03:37 squ: have the SQLite helper referenced by table-related classes Jan 04 08:03:54 heh. Well, prolog is nice Jan 04 08:03:59 I hope to learn it a bit this year Jan 04 08:06:36 g0000s Jan 04 08:06:43 hey canadiancow :) Jan 04 08:07:05 im actually about to go to bed Jan 04 08:07:11 i was working for like a long time Jan 04 08:07:13 and then i went shopping Jan 04 08:07:13 this one's landing was done by prolog http://en.wikipedia.org/wiki/Buran_(spacecraft) Jan 04 08:07:17 then i went home and continued "working" Jan 04 08:07:21 too much android D: Jan 04 08:07:53 squ: well, by a variant of prolog Jan 04 08:07:58 canadiancow: if you want a change in scenery, you can join the google iOS team :D Jan 04 08:08:15 :| Jan 04 08:08:27 that would sure stop the problem of me working more than 40 hour weeks :P Jan 04 08:08:29 Buran was a very... interesting system. Way ahead of its time, like surprisingly lots of stuff in various archives of space agencies Jan 04 08:08:50 result is still not achieved Jan 04 08:09:20 Well, Buran system (not just the orbiter) was rather military in nature Jan 04 08:09:31 though it could just as well do wide range of civilian works Jan 04 08:10:09 anyway gnight Jan 04 08:10:23 I mean automatic landing of iron :) Jan 04 08:10:41 last shuttle was landed by human Jan 04 08:11:05 is there a way to contact google about nasty comments/review i get from the competition? Jan 04 08:11:08 squ: there's a Boeing-made shuttle that did a fully autonomic flight... circa 2009? maybe later Jan 04 08:11:15 bit long since Buran did the same ;P Jan 04 08:11:26 gnight canadiancow Jan 04 08:11:32 canadiancow: 'night Jan 04 08:11:49 socket: report them using the market 'report comment' stuff, wait for someone to get around to reviewing Jan 04 08:11:52 socket: i guess you see who it is with the new G+ profiles, right ? Jan 04 08:11:57 p_l, do you know what they used? Jan 04 08:12:01 I have a video activity with an onCompletionListener and if I'm not mistaken I need to do "setOnCompletionListener(this);" in the onCreate() method, but this method isn't recognized, what am I doing wrong? Jan 04 08:12:11 squ: probably C++ or Ada :) Jan 04 08:12:13 I read somewhere that curiosity is using siemens simulation software Jan 04 08:12:15 g00s: yeah, some fake profiles.... Jan 04 08:12:50 thanks Leeds Jan 04 08:13:02 socket: how did you tie those profiles to the competitor though ? Jan 04 08:13:23 I have a listview. I used listSelector and choiceMode set to single choice. But when I touch an item on the listview all the list gets selected. What could be the problem? Jan 04 08:13:45 g00s: only competitors would be so rude Jan 04 08:14:10 only a competitor would rate one star for something that says 'needs more work' Jan 04 08:14:17 :( that sucks Jan 04 08:14:21 i've been getting those comments for a few days Jan 04 08:14:24 p_l, http://blog.industrysoftware.automation.siemens.com/blog/2012/08/06/nasa-jpl-mars-curiosity-rover/ Jan 04 08:14:30 ... I think someone is naive here Jan 04 08:14:46 that would be me :) Jan 04 08:15:02 in what part of the life cycle of an activity is it safe to show an alert dialog ? i just got a crash trying to show one after ondestroy Jan 04 08:15:05 i haven't been in that situation with ratings yet, fortunately Jan 04 08:15:15 squ: NX and PLM is pretty fine software for *designing* hardware :) Jan 04 08:15:21 ok, that makes sense, but now i wonder if its safe to show one from oncreate or before you get onstart Jan 04 08:15:34 Leeds: the report comment feature is that in the developers console? or google play? Jan 04 08:16:41 good question... have you looked? Jan 04 08:17:13 i add project B to A's java build path, and imported packageB in my A.java, but why still got java.lang.NoClassDefFoundError ? Jan 04 08:17:52 Leeds: yes, theres a spam button on play.. but on play i can view only comments with a high rating... developer console has nothing... Jan 04 08:19:05 erm... can you view the comments that you're trying to report, or not? Jan 04 08:19:55 can someone confirm that I need to do something like setOnCompleteListener(this) for the onCompleteListener? Jan 04 08:20:24 Leeds: only in the developers console Jan 04 08:20:30 like this: http://img.itc.cn/photo/ocSAPvrIfKb, and the error msg is: 01-04 16:04:36.466: E/dalvikvm(9309): Could not find class 'com.example.mysensorlistener.MySensorListener', referenced from method com.example.huaweiproj.HuaweiProj. Jan 04 08:20:34 which has no report button Jan 04 08:20:38 hope anybody could help me~~ Jan 04 08:21:02 socket: you can't see the reviews on-device? Jan 04 08:21:54 Leeds: no, not the comment itself. but i see the bad rating... the 1 star rating Jan 04 08:22:04 you can't report ratings, just comments Jan 04 08:23:06 heh, cool http://wireframe.cc/ Jan 04 08:23:25 Leeds: there's also a comment, but it's not visible. i see the comment with the rating in my developer console Jan 04 08:23:36 I don't believe it's not visible Jan 04 08:23:49 but then, I also don't believe it's not butter... bugger Friday, I'm going back to bed Jan 04 08:30:50 if you could only buy one android device ; for dev … te cheaper the better (3g not needed) what would you get ? N7 ? Jan 04 08:31:21 time to retire my droid-1 Jan 04 08:31:50 g00s: depends... will you develop for back camera stuff, etc. Jan 04 08:32:01 GNex might be cheaply available used Jan 04 08:33:08 p_l: thats the Galaxy Nexus, right ? Jan 04 08:33:12 yes Jan 04 08:33:23 if you want to dev for tablet stuff, I'd go with N7 Jan 04 08:33:51 N4 might be good if you don't mind lack of USB storage, but getting it at the official "cheap" price is ... hard Jan 04 08:34:14 getting it at all looks hard :) Jan 04 08:34:28 wheeeee, "scrub repaired 16.9M in 1h32m with 0 errors on Fri Jan 4 09:34:26 2013" Jan 04 08:34:36 My precious data is safe :3 Jan 04 08:35:43 gnex : $382 on amazon :| Jan 04 08:35:50 :| Jan 04 08:35:56 well, still cheaper than I paid for my N4 :P Jan 04 08:36:45 mmm should I fork out for the N4 (possibly on a 2 year contract) or wait another 2 months? (coming from N1...) Jan 04 08:37:12 coming from N1? maaan, that might be a jump (not as big as mine, though :D) Jan 04 08:38:08 ? Jan 04 08:38:20 the N1 is great but starting to show it's age now :( after 4 years... Jan 04 08:38:27 3 years Jan 04 08:38:55 I moved from a 2nd gen device (that started out with 1.5, afaik) Jan 04 08:39:17 I've heard a lot of people compaining about N4 being glossy and stuff Jan 04 08:39:24 p_l: i think once you did that google dropped cupcake off the monthly stats :D Jan 04 08:39:33 you were the last one i think Jan 04 08:39:56 I know people who still had 1.5 quite recently... Jan 04 08:39:57 wlad_: yeah, mah to the glass back Jan 04 08:40:01 *meh Jan 04 08:40:09 dunno if one of my coworkers upgraded hers or not Jan 04 08:40:18 there was official update to 2.1, but not OTA Jan 04 08:42:09 i had to root my device so i could put 2.3.7 on it Jan 04 08:42:28 why not a higher version? Jan 04 08:42:39 quite nice, tho, the manuf stuck me with a 2.2 that had low battery life Jan 04 08:42:47 i dont know if moto droid 1 can take a higher version Jan 04 08:42:50 k0nichiwa: I started with 2.3.7, but then went to MiniCM (4.1.1) Jan 04 08:43:02 k0nichiwa: depends on model ofcource Jan 04 08:43:05 but 2.3.7 has the features i need to test my latest app on, so i was happy Jan 04 08:43:06 of course* Jan 04 08:43:17 my galaxy s 2 with 2.3.3 had low battery life as well now i'm on 4.0.something i believe Jan 04 08:43:27 it has gotten a little better at least Jan 04 08:46:35 I'm trying to play a video but it doesn't seem to work, can someone tell me if my code is wrong or the video can't be played for some reason? code: http://hastebin.com/finabugufu.avrasm video: https://dl.dropbox.com/u/31690810/uni/Multimedia/Splashscreen.mp4 Jan 04 08:49:13 How to use notifyDataSetChanged to update the UI in a DialogFragment. http://stackoverflow.com/questions/14137760/checkedtextview-oncheckedchangelistener Jan 04 08:55:26 is it actually possible to scroll a toast if i make a custom one with a view? i see the vertical scrollbar, nevertheless when i touch the screen, it doesnt scroll at all Jan 04 09:05:05 valgrind: I don't think toasts get input events Jan 04 09:06:06 uhm yea i thought so thx ive just been yelling at my tablet all the time for showing me the scrolllbar but not allowing me to interact with it Jan 04 09:06:46 i was assuming that creating a custom one, through a view, i could do that, but i couldnt get it to work so... Jan 04 09:17:43 is it possible to send a USSD request in background in non rooted phone Jan 04 09:24:07 is there a way to animate the leftdrawable of a TextView? Jan 04 09:35:33 Hello everyone.I hope you could help me.Small question about kernel dev Jan 04 09:35:38 I've created a layout that contains two tablelayouts. I want to rescale the column-widths in tableA to the same widths as the corresponding columns in table B. What is the best time to do this / on what callback function should I update the widths? Jan 04 09:35:43 How can i implement ntfs and exfat inside android kernel? Jan 04 09:36:20 switchgott: by writing normal linux FS drivers Jan 04 09:36:25 nothing extra Jan 04 09:36:44 Ok, i have working modules, but my kernel wont load them Jan 04 09:36:56 switchgott: because they are for different kernel Jan 04 09:36:59 texfat: version magic '3.1.10-00016-gca625c5-dirty SMP preempt mod_unload ARMv7 ' should be '3.1.10-switchgott_0.1+ SMP preempt mod_unload ARM Jan 04 09:37:15 Thats right, but i guess you know a trick, how to load them? Jan 04 09:37:28 switchgott: recompile the kernel to not check for version magic Jan 04 09:37:33 and hope that nothing burns Jan 04 09:37:41 or recompile the drivers for the kernel Jan 04 09:37:41 lmao. Jan 04 09:37:42 Where can i do this? Jan 04 09:37:45 ... Jan 04 09:37:57 switchgott: in kernel's compilation options Jan 04 09:38:01 i love the burning thing! Jan 04 09:38:04 somewhere close to the top, iirc Jan 04 09:38:30 valgrind: well, there's possibility of actually exploding a phone from kernel space on some, so... Jan 04 09:39:31 Could you tell me where it is please? Jan 04 09:41:17 switchgott: I do not remember kernel options from memory. Run make menuconfig and find it, it's close to the top of the menu (I think it's the entry below platform selection that contains the necessary option) Jan 04 09:41:29 please refer to any basic kernel compilation howto Jan 04 09:41:37 module versioning support? Jan 04 09:41:43 yes Jan 04 09:41:52 Do yes or no?Activate or no? Jan 04 09:42:07 disable Jan 04 09:42:19 Mh now i need the parameter inside depconfig Jan 04 09:42:23 also, next time, just compile both the modules and kernel together :> Jan 04 09:42:45 CONFIG_MODVERSIONS=y Jan 04 09:42:52 CONFIG_MODULE_SRCVERSION_ALL=y Jan 04 09:42:59 those need to be n Jan 04 09:43:11 Il test t now Jan 04 09:44:13 ok, i see, inside depconf they are both comment out! Jan 04 09:44:21 But why ther kernel check the version? Jan 04 09:44:45 check if /proc/config.gz doesn't actually have them as enabled :) Jan 04 09:46:55 how can i do this? Jan 04 09:47:04 ... Jan 04 09:47:35 on the system running the kernel, check for /proc/config (uncompressed variant) or /proc/config.gz (compressed with gzip) Jan 04 09:48:07 grep them for "CONFIG_MOD.*VERSION.*" Jan 04 09:48:25 CONFIG_MODULES=y # CONFIG_MODULE_FORCE_LOAD is not set CONFIG_MODULE_UNLOAD=y CONFIG_MODULE_FORCE_UNLOAD=y # CONFIG_MODVERSIONS is not set # CONFIG_MODULE_SRCVERSION_ALL is not set Jan 04 09:52:41 hmm... then I do not remember another point it could conflict. I guess you could edit the version strings... but why the hell won't you just prepare a version of the module with apropriate kernel build? Jan 04 09:52:51 * p_l has ideas why, but doesn't want to air them Jan 04 09:52:57 Hi guys..can somebody help me with creating USSD requests in my app Jan 04 09:55:32 USSD? Jan 04 09:55:58 this? http://en.wikipedia.org/wiki/Unstructured_Supplementary_Service_Data Jan 04 09:56:10 Yes Jan 04 09:57:01 I need to create a unified USSD request that would send all user input in a single request Jan 04 09:57:11 and receive the final response Jan 04 09:57:48 like *123*11# Jan 04 09:58:25 this dials *123 response and then automatically chooses the 11 th option Jan 04 09:58:33 and returns final respoanse Jan 04 09:58:36 response Jan 04 09:58:54 Please contact me privat :-) Jan 04 09:59:46 sure switchgott Jan 04 10:00:10 What sure? Jan 04 10:00:59 i thought the msg was for me Jan 04 10:04:22 why is google not releasing USSD api ? Jan 04 10:04:57 P_L have you got a moment for me? Jan 04 10:05:04 security!!1! Jan 04 10:06:20 then why is there an SMS api if security is the concern ? example : SMS banking Jan 04 10:06:44 switchgott: nope. I was waiting earlier for the filesystems in my workstation to rebuild properly Jan 04 10:08:55 why is google not releasing USSD api like SMS api Jan 04 10:10:01 I suspect they hoped SIM toolkit would have died already Jan 04 10:10:33 then could you help me please with ntfs fs? Jan 04 10:10:37 Thame problem Jan 04 10:11:05 switchgott: both problems look like things that would need way more concentration than I can spend Jan 04 10:12:15 Realy?I cant believe.I guess its only a small think Jan 04 10:16:42 what happens when i set a number in call forwarding options in settings ? does it send a USSD code? Jan 04 10:16:56 hiya. I have followed http://code.google.com/p/zxing/wiki/ScanningViaIntent <- this page instruction. I get the barcode scanner running(yey) and it even finds the barcode. When the onActivityResult function is called I check the result by calling the toString function of IntentResult class but it claims no content. Just issue with barcode or have I missed something? Jan 04 10:17:05 is there any way to extend the CalendarView to have data populated in it? what I'm looking for is highlighting specific days by setting their cell background color and custom click events. any ideas? Jan 04 10:20:15 switchgott: I'd have to dug out exactly how I did this in the past, while all the time thinking why you don't just recompile/relink the modules (given that Tuxera is well informed about the issues of providing complete binary modules :>) Jan 04 10:21:38 Oha, not easy i guess?But why it work in other kernels? Jan 04 10:22:37 switchgott: because they do the recompilation, using the tools provided by tuxera? Jan 04 10:23:27 how can i get this one? Jan 04 10:23:53 How are this tools named? Jan 04 10:24:15 dunno, call tuxera, provide contract number and ask for the missing files and docs Jan 04 10:25:25 I guess they wont help me for private dev!! Jan 04 10:25:49 I guess that's what happens when you try loading some company's commercial drivers without license Jan 04 10:27:02 I know.Id like to try it.Thats all. Jan 04 10:27:31 you can try editing the symbol containing the version string, but be careful not to overwrite something else Jan 04 10:27:33 Ok, other idea.There is the ntfs-3g driver froa drnoid.How can i get it work to automount extrenal hdds and sticks? Jan 04 10:27:45 How can i do this? Jan 04 10:28:40 for ntfs-3g just make sure FUSE works normally and that "mount -t ntfs-3g" gets recognized. It should work (in cases it doesn't, you might need to modify vold, which I know nothing about) Jan 04 10:32:40 but how can i automatic mount a ssh if its put inside usb? Jan 04 10:33:25 But please thell me how can i symbol containing the version string edit? Jan 04 10:38:03 hi Jan 04 10:38:07 I need some design advice.. Jan 04 10:38:22 I want to create a icon layout similar to this screenshot: http://1.androidauthority.com/wp-content/uploads/2012/08/Big_Launcher_1-600x347.jpg Jan 04 10:38:48 whats the best way to accomplish that? Jan 04 10:38:56 cool, senior citizen android! Jan 04 10:39:12 * Ge0rG would assume gridview for the bottom part Jan 04 10:40:12 basically I only want the bottom part Jan 04 10:40:39 i've followed this tutorial: http://developer.android.com/guide/topics/ui/layout/gridview.html but the icons I have won't scale nicely.. Jan 04 10:42:01 I tried removeing the layout parameters, and changing the scale type but no luck so far.. Jan 04 10:45:21 guys, is it possible to change textSize for my Views be default ( not by creating common style and setting it for every view)? Jan 04 10:45:50 that's what a theme is for, isn't it? Jan 04 10:46:15 I'm new to android, but I think 2.2 does not support themes? Jan 04 10:46:37 I think it does... Jan 04 10:47:00 nobody can help with the barcode issue? I have tried googling more tutorials regarding using that library but they all basically just repeat same text. Jan 04 10:47:18 okay, maybe I should read about this, thanks Jan 04 10:51:58 tneva82: paste your code? Jan 04 10:57:00 tneva82: ? Jan 04 10:57:07 http://pastebin.com/9EzrkFKK <- showMessage just creates dialog with title and text. toString gives response like: Format: null, Contents: null, Raw bytes: (0 bytes) etc Jan 04 10:57:22 I have tried on about every barcode I have lying around without change Jan 04 10:57:59 so basically the code from the page with call to dialog to show the toString() method. No help. Jan 04 10:59:18 have you tried reading the contents of the IntentResult manually? Jan 04 10:59:40 eh, I don't know Jan 04 11:00:36 or try - for testing - parsing the Intent itself by hand Jan 04 11:01:52 I tried to get the contents by .getContent function but result null. Jan 04 11:17:58 hi all Jan 04 11:18:06 i have a little trouble with styles.xml Jan 04 11:18:24 maybe i'm missing something, but i think i'm doing everything i've seen on the examples Jan 04 11:18:46 i'm just trying to remove the title bar from all the activities in my application Jan 04 11:19:49 so i put