**** BEGIN LOGGING AT Sun Jul 28 02:59:58 2013 Jul 28 04:34:40 have anyone here used android studio? Jul 28 04:36:00 i got it running, but i'm a newbie Jul 28 04:38:26 im having a problem. that when I try to run my project on it I got the error: cannot obtain path javac classes for JDK Android 4.2.2 platform. Update JDK configuration Jul 28 04:38:45 I'd like to know where can I update these JDK configurations, on android studio. Jul 28 04:57:17 java7 improves absolutely nothing over java6 Jul 28 04:57:34 at least for anything that'd be useful for android Jul 28 05:00:30 hmm, I think I'm a couple hours late Jul 28 05:17:53 how do i debug an android app using eclipse? Jul 28 05:18:08 i mean set break points, not just use logcat Jul 28 05:19:09 pfn java7 has nio.2 and new concurrency stuff Jul 28 05:19:27 i think teh concurrency stuff could probably be backported Jul 28 05:19:53 is it possible to debug android apps with breakpoints? Jul 28 05:22:03 sure Jul 28 05:22:43 when i go to debug as, there is nothing there to choose Jul 28 05:23:17 ok,nvm, right clicking the project gave me some options Jul 28 05:23:25 in package explorer Jul 28 05:57:50 hey guys, how can I rename a file? is there a way to do it with something like FileOutputStream Jul 28 06:03:59 you could Jul 28 06:04:21 just copy from 1 stream to another Jul 28 06:04:28 how so? Jul 28 06:05:12 with a loop Jul 28 06:05:19 and read/write Jul 28 06:08:45 probably an easier way though, not sure Jul 28 06:09:03 rather than taking 10 lines would take 5 :) Jul 28 07:30:02 Hey everyone. Sorry if this is a noob question. I've just installed the latest ADT and would like to know if the NDK is included in this? According to the plugin menu it is, but I can only find 2 jar files with the word ndk in them. Jul 28 07:30:44 nop, download separately Jul 28 07:31:21 Mavrik: Thanks. I guess the plugin is a separate thing. Jul 28 07:34:37 hey guys Jul 28 07:34:47 when calling startActivity from a fragment Jul 28 07:34:56 the Activity end up calling onDestroy and lost all it's state Jul 28 07:34:58 how do I save it? Jul 28 08:17:07 meetoman: you mean when you start another activity, the previous looses the state ? Jul 28 08:17:17 if so then onSaveInstanceState() Jul 28 08:19:01 Hello to the android-dev community. In the past month I've readen some development books that I could get my hands on but they all were out-dated and was not able to get much out of them. I'm sorry for asking for help but I kind of need it, Can anybody help me in pageviewer-related problem? please Jul 28 08:20:39 antta55: depends, have you read the docs, and can you ask and outline a specific problem you are having ? Jul 28 08:20:42 :) Jul 28 08:22:27 yep, I've readen the docs and watched some tutorials on youtube, some on google, but all of them seem to be differently in some way. The thing that I don't get is how to 'stick the fragments together' . Everytime I try the app, the only fragment that shows up is the dummy one Jul 28 08:23:07 "stick" the fragments together ? Jul 28 08:24:06 uhmm, I mean, when I press to the next layout, the only layout that shows is the dummy one. is repeating himself 3 times and the other layouts are not showing at all Jul 28 08:24:30 antta55: have you gone through the tutorials, all the training on d.android.com ? Jul 28 08:24:41 have you worked with the basics of adapters ? Jul 28 08:24:53 yes, this one, right? http://developer.android.com/training/animation/screen-slide.html Jul 28 08:25:13 no Jul 28 08:25:15 http://developer.android.com/training/basics/firstapp/index.html Jul 28 08:25:20 starting there Jul 28 08:25:32 ohh Jul 28 08:25:40 from the begining Jul 28 08:26:05 obviously if you jump 3/4 to the end your gonna have issues with lack of understanding Jul 28 08:26:09 okay, I'll try once again and if so connect you guys few days later if needed. Thanks a lot for being helpful Jul 28 08:26:12 I see Jul 28 08:26:38 you need to do basics > listView + adapter > fragments > viewPagers etc Jul 28 08:26:49 then you will be able to ask specific questions etc Jul 28 08:27:00 with correct terms and understanding of the problem Jul 28 08:27:28 I got it :-? thanks a lot really. Was kind of hard to get any kind of help. I appreciate your time and kindness Jul 28 08:27:42 I will do as you said Jul 28 08:27:48 not a problem, good luck :) Jul 28 08:27:54 thank you Jul 28 09:17:26 do you know if there is any way to pass a startup command line to an Android NDK application? Jul 28 10:03:17 android studio is good for develop an app ? Jul 28 10:04:08 it's complicated ? Jul 28 10:05:12 hello lukecarrier Jul 28 10:06:48 cortexA9 it's just an ide Jul 28 10:19:01 hello again Jul 28 10:19:53 hi. how can i change the width of the progress bar itself? i don't want the width size of the widget in the layout using android:layout_width . Jul 28 10:20:14 cos it appears so thin on my phone Jul 28 10:20:36 "layout" width is for layoutParams Jul 28 10:21:24 so set layoutParams with the width you want, or get/set directly layoutParams.WIDTH I think Jul 28 10:21:51 superlinux-hp, you would need to set the parameters of the layout to whatever fixed dimensions you would prefer. Jul 28 10:22:08 or what StingRay_ said. Jul 28 10:22:56 ok.. let me try other options Jul 28 10:23:45 StingRay_, assume Im trying to create an android chat application for just 2 people. Should I use a TextView object or a ListView object to display chathistory that gets polled from a remote MySQL database, say every 4 seconds? Jul 28 10:24:11 the two are not exclusive Jul 28 10:24:23 as in? Jul 28 10:24:30 but common sense says, a listView with items that have textViews :) Jul 28 10:24:41 :D Jul 28 10:24:46 brilliant idea Jul 28 10:25:50 standard thing more than brilliant Jul 28 10:25:52 :) Jul 28 10:26:03 :) Jul 28 10:27:26 do all the commands like managing projects and adb stuff work with windows? im considering moving from linux to windows and want to make sure all the scripts and stuff i use will still work.... well i guess ill have to convert the bash to powerpoint? but the android commands will still be ok? Jul 28 10:28:10 occ, bash to powerpoint? Jul 28 10:28:17 and now I have a great image of someone trying to use powerpoint as an IDE - thanks! :) Jul 28 10:28:20 occ, what scripts are you trying to move? Jul 28 10:28:22 I really wouldn't recommend converting bash to powerpoint. Jul 28 10:28:28 Leeds, lol Jul 28 10:28:33 powershell, I assume... Jul 28 10:28:35 adb commands do work, yes :D Jul 28 10:28:37 Mavrik, +1 Jul 28 10:28:37 yes powershell Jul 28 10:28:38 sorry Jul 28 10:28:45 Epic fail. Jul 28 10:28:54 * ughlol takes a screenshot to archive, for the lulz Jul 28 10:29:07 lol. but my question still stands, regarding powershell Jul 28 10:29:26 occ, if you need bash scripts to work on Windows, I'd always prefer Cygwin over Powershell Jul 28 10:29:55 i see Jul 28 10:30:31 occ, Cygwin is really powerful and is a pure Unix environment on Windows. Try it out, Im sure you'll love it. Since you're moving from Linux to Windows, you'll find Cygwin very familiar. A lot like a Terminal. Jul 28 10:32:27 thanks ill check it out Jul 28 10:32:47 StingRay_, Mavrik, Im feeling lazy. Dont want to use php scripts that return json objects containing the results of mysql queries. Could you guys suggest something easier? Dont say XMPP though. I only have access to a server that has MySQL and supports PHP. Jul 28 10:32:53 occ, np. :) Jul 28 10:34:04 what's easier than returning data from ORM with a JSNO framework? Jul 28 10:34:52 Mavrik, hold your horses cowboy, im an android n00b Jul 28 10:34:57 * ughlol googles ORM and JSNO Jul 28 10:35:08 you meant JSON? or is there something called JSNO? Jul 28 10:35:51 I'm pretty sure the answer to both is yes Jul 28 10:36:00 but JSNO may have nothing to do with CS Jul 28 10:36:02 :) Jul 28 10:36:46 :O I have to learn a lot. Jul 28 10:37:11 as do we all Jul 28 10:37:41 if you ever stop, or know too much, it's all boring Jul 28 10:39:01 haha, thats true Jul 28 10:57:49 Anyone else using the Corrected Gyroscope virtual sensor? What have they done to it in 4.3? Seems it needs some time to align itself after you start listening for events Jul 28 11:19:15 Anyone know which part of the android source code handles user restrictions? Jul 28 11:19:34 Trying to work out why a socket connection doesn't work as a restricted user Jul 28 11:21:39 hello Jul 28 11:21:46 any android ndk devs here? Jul 28 11:22:00 AlCapwn, you need to request permission to use that feature. And that permission must be taken by adding it into your AndroidManifest.xml file. Jul 28 11:22:07 i need a way to get screen resolution from jni Jul 28 11:22:13 AlCapwn, something like this -- Jul 28 11:22:17 possibly without any system elements Jul 28 11:22:24 so just are that is "mine" Jul 28 11:22:42 area* Jul 28 11:22:57 ughlol: it works fine when not running in a restricted user profile Jul 28 11:23:11 The permission is in the manifest Jul 28 11:23:30 entity, would this help you out? -- https://groups.google.com/forum/#!topic/android-ndk/5uJmks4_JHs Jul 28 11:23:44 AlCapwn, what do you mean by a restricted user profile? Jul 28 11:25:08 ughlol: the new restricted user profile feature in 4.3 Jul 28 11:25:47 oh i see Jul 28 11:25:58 ughlol: well... i don't have any java code right now, just pure c++ Jul 28 11:26:15 not sure i can have cos i'm using an android port of an engine Jul 28 11:27:22 entity, i dont understand. Could you clarify what exactly you're using and what you want to achieve? I'll be answering you till the pro's (like Mavrik and StingRay_) come back to their desks Jul 28 11:27:52 i just need screen resolution without any system elements Jul 28 11:28:04 but i'm in jni Jul 28 11:28:18 and i don't have any java code whatsoever Jul 28 11:30:52 entity, this might help -- http://stackoverflow.com/questions/12131429/android-get-screen-size-via-c Jul 28 11:33:42 entity, if that didn't help you, do let me know. My c++ skill and android-jni skills might not be up to par. But my Google-fu is real solid. Jul 28 11:34:20 i'm not very sure about this Jul 28 11:34:26 whats the diff btw android version and api level ? Jul 28 11:34:26 where do i put that java code? Jul 28 11:34:43 like i said, i only have c++ code atm Jul 28 11:34:54 no java classes at all Jul 28 11:35:23 bullicon: google : http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels Jul 28 11:35:34 should try a simple search before asking Jul 28 11:35:44 that was 1st 2nd and 3rd results for me Jul 28 11:35:45 :) Jul 28 11:36:00 well different sections of that doc Jul 28 11:36:10 still leading to that though Jul 28 11:36:15 bullicon, API is the Application Programming Interface. Higher API levels contain more classes that help devs increase functionality. But Android versions contain visible changes that are standards etc. Jul 28 11:36:19 Lol. Jul 28 11:36:40 thanks ughlol Jul 28 11:36:48 StingRay_, entity's question seems your type of thing. I'll help bullicon find his answer by googling! :) Jul 28 11:37:04 dunno about jni stuff Jul 28 11:37:04 StingRay_ I knew I would find that by googing Jul 28 11:37:07 bullicon, np. But you should refer to the link that StingRay_ gave you. It will help your understanding. Jul 28 11:37:20 ughlol just want a rough guide for now Jul 28 11:37:28 there is too much to read Jul 28 11:37:29 I would just getDisplayManager() and get the info I need Jul 28 11:37:56 bullicon: it's a simple table, thats all you need Jul 28 11:38:08 in short there is no difference at this moment Jul 28 11:38:13 bullicon, lol. :) Jul 28 11:38:32 except value mapping Jul 28 11:38:34 :) Jul 28 11:38:35 ok StingRay_ the table helps actualy Jul 28 11:38:42 ^^ :) Jul 28 11:39:42 StingRay_: but can you somehow point me in the right direction, i dunno where to put the java code Jul 28 11:39:49 i only have main.cpp right now Jul 28 11:40:02 like I said, no idea Jul 28 11:40:06 dont do c++ Jul 28 11:40:09 or jni Jul 28 11:40:29 I just know how to get it in Java Jul 28 11:41:37 entity, there you go -- http://www.cocos2d-x.org/boards/6/topics/19391 Jul 28 11:42:35 oh he's using cocos2d ? Jul 28 11:42:59 nope lol Jul 28 11:43:07 but that was the best thing that I could find by googling Jul 28 11:43:13 he didn't specify what he's using Jul 28 11:43:22 oh well that works Jul 28 11:43:27 all he says is he wants screen resolution using android-jni and he has c++ Jul 28 11:43:28 it just called native windowManager Jul 28 11:43:34 Hello. In my application, I have a lookup table in my database which will have around ~120 entries. I am wondering if I should fill the table in "onCreate" of my database helper, or when the app is run for the first time, behind a splash screen. Jul 28 11:43:35 but I guess the info in the link should work. Jul 28 11:44:05 sulaiman, you can ask the onCreate() method to call a php script on the server which adds the entries into your table. That would be nice. Jul 28 11:44:55 ughlol, I already know the values, I was thinking of using insert statements on the table from the app Jul 28 11:45:21 sulaiman, it would be much neater just calling a php script which already has all the values. :) Jul 28 11:45:31 whats php got to do with it ? Jul 28 11:45:35 ughlol, then i would need the internet permision Jul 28 11:45:52 StingRay_, he could just call a php script from within onCreate(). Clean. Jul 28 11:46:01 sulaiman, I think you'd need the internet permission either way? Jul 28 11:46:18 ughlol: php to what ? Jul 28 11:46:37 ughlol, I was going to hard code the table data Jul 28 11:46:40 "database helper" <-- think he means an sqlite Jul 28 11:46:44 on the device! Jul 28 11:46:45 Android app --> calls PHP script --> PHP script inserts data into mysql database. Jul 28 11:46:48 yes, that's what I meant Jul 28 11:46:55 LMFAO Jul 28 11:46:57 the sqlite on the database Jul 28 11:46:58 my bad Jul 28 11:46:59 sulaiman: forget php Jul 28 11:47:02 on the device* Jul 28 11:47:17 in your sqlite db you can have create with that many entries Jul 28 11:47:27 as insert/or upgrade sets Jul 28 11:47:36 120 is not really gonna break the bank Jul 28 11:47:57 unless there are 50 fields and blobs in each :) Jul 28 11:48:12 no there are only 2 fields, so i'll stick to onCreate Jul 28 11:48:14 and it's just gonna be the once Jul 28 11:48:23 sulaiman, is it run-time generated data? Jul 28 11:48:41 ughlol, no, it's static Jul 28 11:48:53 well, why dont you have a sqlite db that is pre-populated? Jul 28 11:49:29 instead of having the android-app populate it? Jul 28 11:49:31 ughlol, that's what I meant to ask, where to populate my database, i've decided to do it in the onCreate method now Jul 28 11:49:41 ughlol, oh. I can do that? Jul 28 11:49:46 yes Jul 28 11:50:20 simply copy the database to the /data/data/packaname/ location? Jul 28 11:51:01 yep Jul 28 11:51:48 sulaiman, http://www.razorsql.com/features/sqlite_table_editor.html Jul 28 11:52:01 you can use that to create a pre-populated sqlite db Jul 28 11:52:12 StingRay_, do you think thats a good idea? I really dont know about the consequences. Jul 28 11:53:23 dont know, was not aware you could have any external non-runtime created files outside of RAW assets Jul 28 11:53:37 and then would need to copy to DATA/DATA Jul 28 11:53:49 and 120 x 2 fields is nothing really Jul 28 11:53:57 i agree.. Jul 28 12:10:46 sulaiman, http://blog.softeq.com/2012/12/using-pre-populated-sqlite-database-in.html should guide you through the process of using a pre-populated sqlite database Jul 28 12:25:33 is appcompat/src empty for other people too? Jul 28 12:27:37 It is for everyone Jul 28 12:27:45 The source is compiled in a jar Jul 28 12:28:36 where is the Jar? Jul 28 12:28:42 I only see actionbaractivity inside samples Jul 28 12:28:48 when doing a find in my adk folder Jul 28 12:28:51 In libs Jul 28 12:29:00 It's a library project Jul 28 12:29:04 Just use it as such Jul 28 12:29:43 libs... where? Jul 28 12:29:47 sorry I'm confused Jul 28 12:29:55 In appcompat/ Jul 28 12:29:59 ah Jul 28 12:30:00 right Jul 28 12:30:24 was a little confused. thanks Jul 28 12:31:47 ty SimonVT Jul 28 12:31:57 I'm still going to try to make an apklib, since the rest of my project uses android maven Jul 28 12:33:03 minSdkVersion="14" would solve that Jul 28 12:33:48 you know that if it would solve that I would've been using it for a long time now :) Jul 28 12:35:32 I don't think I can do that until usage drops to below 5% Jul 28 12:35:39 * Yuvi|RanAway is building things for Wikimedia Jul 28 12:36:17 ActionBarSherlock is already available in maven central, could just use that Jul 28 12:36:32 There's pretty much no difference Jul 28 12:37:36 I am currently using that, yeah Jul 28 12:37:55 No reason to switch then Jul 28 12:38:07 just planning on spending an hour to see if I should Jul 28 12:38:24 I think I need yet another library to let me use Drawers with ASB? Jul 28 12:39:15 Neither ABS nor appcompat has drawers Jul 28 12:39:22 support library does Jul 28 12:39:44 So use the support library Jul 28 13:49:26 Yay, we managed to complete our game project! Thanks to all who have helped. https://play.google.com/store/apps/details?id=dk.lublu.piratediamonds Jul 28 13:50:26 Is there any way to make tween animations not be clipped by their parent view - for example when translating them? Jul 28 14:13:07 can i show admob as custom view in remoteview in notification ? my program keep crashing , and says : error inflating class admob ..... Jul 28 14:16:52 you want to show an ad in a notification? Jul 28 14:20:40 weox, I advise you to move to LeadBolt Jul 28 14:20:50 less troubles Jul 28 14:20:58 more money Jul 28 14:22:25 Leeds: yes . for one app i should do that Jul 28 14:22:56 I really think you shouldn't Jul 28 14:23:13 You can't Jul 28 14:23:19 thank god Jul 28 14:23:48 SimonVT : i already know apps can do that , if you want i can upload that for you Jul 28 14:23:57 i see it in one game app . Jul 28 14:23:59 RemoteViews doesn't support custom views Jul 28 14:24:18 So no, they're not displaying admob in a notification Jul 28 14:24:35 Leeds: i wen to LeadBolt site, thanks . Jul 28 14:24:44 SimonVT : what they show then ?? Jul 28 14:24:56 I don't know Jul 28 14:24:57 wen = went Jul 28 14:25:07 I don't have any apps that displays ads in notifications Jul 28 14:25:19 if you want i can upload for you , but i am 80% sure it is some thing like ad Jul 28 14:25:38 I'm sure they have ads in a notification Jul 28 14:25:42 But it's not the admob view Jul 28 14:26:26 ads in a notification is a really good way to get notifications blocked, 1* reviews, many uninstalls... Jul 28 14:27:07 Leeds: i agree with that , just imagine ad in notification with ongoing true , it is realy annoying Jul 28 14:27:19 SimonVT: thanks for your time Jul 28 14:27:22 actually, no, it wouldn't be annoying at all Jul 28 14:27:39 because it would get disabled, and probably uninstalled, *really* quickly Jul 28 14:27:51 users just love those push ads :D Jul 28 14:27:56 Leeds: i uninstall any app with out any thought if they want show ad in notification Jul 28 14:28:07 then why the fsck are you asking how to do it? Jul 28 14:28:48 so that he doesn't do it accidentally, jesus Leeds use your Yorkshire brain man Jul 28 14:29:24 Leeds: i am try to do that , 1. i have Experimental to do that , 2. i see one app do that , i am just curious how it doing that Jul 28 14:30:10 1 = i have Experimental app , and i want try that one once Jul 28 14:31:45 sorry i can not type currctly , any way , thanks for your time Leeds Jul 28 14:33:24 ok... Jul 28 14:34:36 Don't suppose anyone here knows why I'd get the following error when I try to import a gradle project in IJ13 on a mac: Project directory '/Users/simonvt/gradletest/build.gradle' is not a directory. Jul 28 14:35:16 Doesn't matter if I open the build.gradle or import the directory and select gradle as the external model Jul 28 15:06:55 anyone know of a site that has a nice collection of holo-friendly icons? I'm looking for osmething that's like "open sidebar" Jul 28 15:10:10 I think holo'like icons are about as simple as it gets Jul 28 15:10:52 StingRay_: basically i'd rather not make one and i'm short on time and oh-my-god where did all those cards in trello come from Jul 28 15:12:13 can I not use otto register inside a fragment in a pagerAdapter ? Jul 28 15:12:45 i setup otto at the activity level and then handle event routing from there Jul 28 15:13:02 huh, suppose Jul 28 15:13:21 just wondering how the structure would prevent it or cause problems on a register Jul 28 15:13:53 does it not work? weird Jul 28 15:13:56 You can register wherever Jul 28 15:14:33 ok, so something I'm doing then Jul 28 15:14:40 * StingRay_ digs deeper Jul 28 15:15:18 hey there guys Jul 28 15:16:34 I'm having the wierdest problem. I've added a internet access permission to my AndroidManifest.xml and every now and again it disappears. I notice it because I get a crash when the app launches but it doesn't tell why it removes the permission. Works for a couple of launches and then, gone... Jul 28 15:16:49 Anyone know if this is a dumb rookie mistake on my behalf? Jul 28 15:23:23 Nevermind, that's what happens when you update your binaries :) Jul 28 15:40:34 ok still stumped Jul 28 15:41:14 fragment works fine outside adapter, inside crashes on otto dispatchProducerResultToHandler Jul 28 15:41:28 take the register away and it's all works Jul 28 15:43:07 Hello everyone! Jul 28 15:49:30 Anyone here who can help me with a soft-keyboard issue? Jul 28 15:50:22 what's your issue Jul 28 15:53:45 Hi funkbox. My issue is that if I try to open the soft-keyboard using ShowSoftInput() of InputMethodManager, the soft-keyboard isn't opened in fullscreen/extract-mode although the app is in landscape mode. Jul 28 15:54:08 why are you explicitly invoking it? Jul 28 15:55:01 I'm working on a game UI where I want to display the soft-keyboard after the user tapped an editbox. Jul 28 15:55:15 ah Jul 28 15:55:44 The issue does only occur on some devices, BTW. Jul 28 15:57:08 I could reproduce the issue on an Acer Iconia B1 and the Nexus 7 emulator image. Jul 28 15:58:05 Sonoma: not super familiar with games, but here's the code i use https://gist.github.com/hamidp/aec4ac5dd60a06d99360 Jul 28 15:58:18 Tablets don't show show the keyboard in full screen Jul 28 16:00:10 SimonVT: And there's no way to force it? Jul 28 16:00:55 I doubt it Jul 28 16:01:20 I'd imagine it's up to the keyboard whether it's full screen or not Jul 28 16:02:38 I checked the android source yesterday and this is what I found for the LatinIME: http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.1.1_r1/android/inputmethodservice/InputMethodService.java#InputMethodService.onEvaluateFullscreenMode%28%29 Jul 28 16:03:45 Sorry wrong link. This is the correct one: http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android-apps/4.1.1_r1/com/android/inputmethod/latin/LatinIME.java#LatinIME Jul 28 16:04:16 Yeah, so it's up to the keyboard Jul 28 16:12:50 I see. Thanks for your help! Jul 28 16:33:57 Hey folks! Been stuck with this problem for three day and have no clue where I'm going wrong. I'm getting a Google Auth Exception: unknown while implementing google SSO in Android Jul 28 16:34:21 http://stackoverflow.com/questions/17906699/googleauthexception-unknown-while-doing-google-sso My problem. Jul 28 16:34:29 any help would be much appreciated. Jul 28 16:35:21 does anyone know, why my notification is removed as soon as the app gets closed? Jul 28 16:35:29 even tho my service is still running Jul 28 16:45:42 Im trying to fullscreen a video on rotation (without recreating or launching an activity). Should I be using a SurfaceView for that? its hard to find a clear answer? I know that I have to override onConfigurationChanged(). But are there tutorials about using surfaceview for fullscreen video on rotation? or am I barkin up the wrong tree? Jul 28 16:47:49 has anyone implemented Google SSO on Android here? Jul 28 16:48:36 StingRay_: are you there? Jul 28 16:48:55 ish Jul 28 16:49:16 why? Jul 28 16:49:57 i thought you might know why my sticky service is closed after a while and the notification is just removed as soon as the activity is left Jul 28 16:50:25 code is here: https://github.com/karlsve/AutoLightsOff/blob/master/AutoLightsOff/src/de/karlsve/autolightsoff/LightSwitcher.java Jul 28 16:55:13 no idea Jul 28 16:55:22 I would think your service and die for many reasons Jul 28 16:55:28 should come back up though Jul 28 16:56:07 thats what i thought, especially the notification should not be cleared Jul 28 16:56:10 i would say Jul 28 16:56:31 notification should be held by system, not your app I think Jul 28 16:57:00 unless you dismiss it somewhere Jul 28 16:57:56 it should be dismissed upon destroying of the service since i declare stopForeground there Jul 28 16:59:17 hi, anyone knows if there is a site where to look how "open" certain android devices really are? Jul 28 16:59:28 for example, alone the cyanogenmod support status doesn't say much Jul 28 16:59:51 Anyone here have access to the internal bug tracker? Are the team aware of the gyroscope bugs in 4.3? Jul 28 17:00:23 for example my motorola defy actually was supported, but now there are no easy stable updates to something over android 2.3.x because of some binary blob kernel drivers (it seems) Jul 28 17:03:23 StingRay_: this is really annoying me :D Jul 28 17:03:29 bluesceada dunno; i would imagine its nexus > google edition > developer edition Jul 28 17:03:40 or something like that Jul 28 17:03:49 everything else : all bets are off Jul 28 17:04:26 Hey guys! Anyone implemented google SSO in Android? Jul 28 17:04:33 *begs* *pleads* Jul 28 17:06:53 g00s: i dont get it ... i mean generally for android devices Jul 28 17:07:12 how do I know beforehand that there is even a chance of further updates from the opensource community? Jul 28 17:08:11 bluesceada: what's your dilemma ? Jul 28 17:10:28 funkbox: i want to be able to see easily which vendor/device has everything opensource available Jul 28 17:10:44 bluesceada: "everything" ? Jul 28 17:10:57 no binary blobbed kernel drivers that will prevent me from updating it to recent versions Jul 28 17:11:15 umm yes? everything needed to upgrade to newer android versions Jul 28 17:11:43 you will probably have to keep a list of those devices up to date i guess Jul 28 17:11:48 hmm ok Jul 28 17:11:55 so there is nothing like that available already, ok Jul 28 17:12:03 there might be Jul 28 17:12:11 im just not aware of that Jul 28 17:12:17 All devices have proprietary binary blobs Jul 28 17:12:18 would be nice if that would be added in the cyanogenmod wiki on each device's wiki page Jul 28 17:12:44 Hardware vendors aren't too keen on open sourcing their drivers Jul 28 17:12:47 ok then let's say firmware blobs that get loaded by kernel drivers into the specific hardware are "ok" Jul 28 17:12:53 because those probably will still work when upgrading kernels Jul 28 17:13:00 so at least opensource kernel modules ....? Jul 28 17:13:59 bluesceada: why ? Jul 28 17:14:17 why what Jul 28 17:14:43 linux kernal doesn't have an abi Jul 28 17:14:51 new kernel = new blob Jul 28 17:14:56 bluesceada: why do you want all that Jul 28 17:15:00 sometimes it can work ;) Jul 28 17:15:58 g00s: yeah because of that I want to buy a device only when the kernel module is at least opensource Jul 28 17:16:12 even if it might need to load firmware blobs, whatever ... Jul 28 17:16:29 funkbox: to be sure to be able to get updates? Jul 28 17:16:58 anyway need to go -> afk .. bye Jul 28 17:18:08 bluesceada: just ge ta nexus device Jul 28 17:18:39 if you want to make sure you'll get updates for a device buy what the platform devs are using Jul 28 17:28:55 Alright, so I've come to the conclusion that SharedPreferences is not going to work very well for what I'm trying to do, but the rest of the Preferences system is exactly what I need. Is there a way I could use something like the PreferenceFragment without having to use SharedPreferences? Jul 28 17:29:51 hi, can somebody help me with a simple touch event listener? I'm stuck on some strange behavior, I'm getting ACTION_MOVE even outside my view thus preventing other views to get touch events Jul 28 17:34:50 Hi guys! Anyone who has done Google SSO on android Jul 28 17:34:52 Forkk: what is it that it doesn't do well? if you don't tell us, we don't know which part it is that is "exactly what you need" Jul 28 17:34:53 Need some advice Jul 28 17:34:55 HELP! Jul 28 17:35:45 Xabster, well, I'm going to make a system where users add things to a list and each one has its own set of settings Jul 28 17:36:11 and each also has two of its own lists that things are added to and each of those have their own settings Jul 28 17:36:27 i'd say use sqlite Jul 28 17:36:32 ^^ Jul 28 17:36:49 The problem with that is that I'm going to have different types of things with different sets of settings. Jul 28 17:36:55 SQLite doesn't hold up well there Jul 28 17:37:01 i tried to "hack" my way to use sharedpreferences too, but it wasn't good/faster/prettier for what you're asking Jul 28 17:37:03 so I decided to use JSON Jul 28 17:37:27 ok.. Jul 28 17:37:34 The problem, though, is that the Preferences system is perfect for what I want except for the sharedpreferences part Jul 28 17:37:46 yeah, too bad its tightly coupled like that Jul 28 17:37:57 Because each thing needs to be able to specify what its options are Jul 28 17:37:58 Forkk you may want to take a look at the Settings app Jul 28 17:38:05 they do some more advanced stuff there Jul 28 17:38:15 I do want to use JSON though Jul 28 17:38:17 has anyone got this error? at com.google.android.gms.auth.GoogleAuthUtil.getToken(Unknown Source) Jul 28 17:38:45 I'm thinking what I could do is have the system pass SharedPreference objects into each component and have the component set its JSON values from that Jul 28 17:39:02 and then it'll propogate some change event up to its parent which will save them all to JSON Jul 28 17:39:39 but that seems kinda hacky Jul 28 17:39:50 Forkk: you really are attempting to make a simple xml writer into a slqite db Jul 28 17:39:55 I could also implement my own Preference-like system, but that'd be stupid Jul 28 17:39:58 Forkk you'll probably just want to make your own input screens Jul 28 17:40:01 and forms Jul 28 17:40:18 g00s, yeah, it does look like I could just replace the PreferenceFragment Jul 28 17:40:35 i would forget about the whole Preference* framework Jul 28 17:40:46 Well I could make my own, but bleh Jul 28 17:41:08 StingRay_, SQLite doesn't handle polymorphism very well Jul 28 17:41:31 and a persistant key pair does ? Jul 28 17:41:41 StingRay_, JSON works well Jul 28 17:41:58 didnt say it wasnt Jul 28 17:41:59 pass a JSON object to the component and the component writes its settings to it or reads them from it Jul 28 17:42:02 or didnt Jul 28 17:42:18 I don't even know how I would do this with SQLite Jul 28 17:42:27 I'm just saying, that for relational and nested (one to many) links, a db is good Jul 28 17:42:39 same way as shared prefs :) Jul 28 17:43:13 cept you have power of a query language Jul 28 17:43:26 I don't need a query language for this Jul 28 17:43:47 it'll load from JSON and save to JSON, the component list stays in memory Jul 28 17:45:52 I have an ActionBar, and the entries there call functions, is it a good idea to prefix those functions called by the ActionBar with the "action_" prefix? Such as action_copy, action_paste, action_open, action_new, action_edit, etc? Jul 28 17:45:56 as long as you know, all your doing is saving xml Jul 28 17:45:58 :) Jul 28 17:47:58 What you mean saving XML? Jul 28 17:48:16 Also, isn't there any common convention? (I thought about this myself, I don't know if anyone else doing it) Jul 28 17:48:42 He wasn't talking to you Jul 28 17:49:10 StingRay_, I'm not saving XML, it's JSON... Jul 28 17:49:21 I see Jul 28 17:49:29 Forkk: you would be saving a json string into an xml doc Jul 28 17:49:33 JSON has less overhead than XML, its lighter Jul 28 17:49:41 sharedprefs Jul 28 17:49:53 DATA/preferences.xml Jul 28 17:50:10 StingRay_, I'm saving it to a file, not a SharedPreferences... Jul 28 17:50:16 That would be stupid Jul 28 17:50:26 ah, didnt see that part Jul 28 17:51:43 Why would I ever save it to SharedPreferences? Jul 28 17:52:23 dunno, I read "pass SharedPreference objects" Jul 28 17:53:19 I meant I was going to have the system pass a SharedPreference object to the component and the component would set its settings from that SharedPreferences and write them to JSON Jul 28 17:53:24 but that would be stupid Jul 28 18:00:20 You could save JSON to a SharedPreference string key Jul 28 18:00:34 or if the JSON object is large, you can store it on SQLite or internal storage Jul 28 18:09:59 Internal Storage or SQLite is prefered for storing stuff? Jul 28 18:11:52 is SQLite not stored on internal storage by default ? Jul 28 18:26:39 * Bleeptech is really annoyed at rain, lightning strikes and drunks running over phone pedestals... Jul 28 18:28:34 cant do much about the rain and lighting Jul 28 18:28:45 throw stuff at drunks Jul 28 18:30:17 Got a stupid question.. Got a project 'com.foo.bar'.. with a library 'com.foo.bar.library.bork'.. with a variable 'baz' .. Can I uses /res/values/strings.xml to set a value for 'baz' ? Jul 28 18:31:29 QcMat: I wanted to use hot lead at 2000 feet/sec, but the local constabulary gets a wee bit annoyed.. Jul 28 18:31:42 haha Jul 28 18:31:56 go less hardcore, throw them old samsung devices or something Jul 28 18:32:37 They also vetoed the idea of Sun workstation monitors.. Jul 28 18:33:57 tbh, I have no idae what those are Jul 28 18:34:04 I'm just waiting to get ripped off on the next cinema display Jul 28 18:34:09 because sexyness on desk Jul 28 18:38:41 QcMat: Think 23" leaded glass CRT.. With half a '70's Buick worth of steel wrapped around the back of it.. Jul 28 18:39:40 up here in quebec, a 70s buick is not worth more than a pile of rust Jul 28 18:39:44 because that's what it would be Jul 28 18:39:44 hehe Jul 28 18:53:48 The connection is back and I still have a stupid question.. project 'com.foo.bar'.. with a library 'com.foo.bar.library.bork'.. with variable 'baz' .. Can I uses /res/values/strings.xml to set a value for 'baz' ? Jul 28 18:54:33 I wish I could help you, we're the only 2 here haha Jul 28 18:54:56 Bleeptech: can bork import whatever R that strings.xml sits in ? Jul 28 18:55:01 if so… yes Jul 28 18:55:56 StingRay_: I was thinking along the lines of '@string/zzz' Jul 28 18:56:14 you mean getResources().getString() Jul 28 18:56:34 R.string.zzz <--- passing that obviously Jul 28 18:59:25 Bleeptech: sorted ? Jul 28 19:00:03 StingRay_: I think so.. Android Studio hasn't barfed an error yet. :) Jul 28 19:00:17 StingRay_: TY. :D Jul 28 19:00:33 np :) Jul 28 19:57:41 does anyone have an idea why my service is killed and the notification is cleared instantly? https://github.com/karlsve/AutoLightsOff Jul 28 20:03:32 http://developer.android.com/guide/components/services.html "A bound service runs only as long as another application component is bound to it" Jul 28 20:04:03 Also seems pretty pointless to create a Runnable and then calling run on it Jul 28 20:04:10 i know :D Jul 28 20:04:11 ^^ Jul 28 20:05:01 changing the code all the time so as long as it works its fine :D Jul 28 20:06:22 but actually the service keeps running after unbinding for a while which is interesting behaviour Jul 28 20:13:20 So you know it stops once you unbind, yet you're wondering why it stops Jul 28 20:13:35 Got it Jul 28 20:20:44 thought i used startservice Jul 28 20:40:38 good evening Jul 28 20:41:23 sup Jul 28 20:42:45 javaDon: just trying do figure out about fragment :D Jul 28 20:46:55 lol Jul 28 20:47:05 coool Jul 28 20:47:12 frags are gr8 Jul 28 20:47:26 i got question about add services Jul 28 20:47:38 im planing on useing playhaven Jul 28 20:47:58 i just noticed there adds launch a new intent every time Jul 28 20:48:22 is there a way to keep an intent on the same thread without haveing to cause a context reload on older devices Jul 28 20:48:46 uhmmm, guys, I need some help. I released a game on Google Play 3 weeks ago, and the main competition game has very inflated ratings, as they force their users to rate 5*. I reported to google already but they didnt bother to even reply. Could anyone help me reporting it? Jul 28 20:49:20 screenshots: http://snag.gy/2vOdu.jpg and http://snag.gy/LoPbo.jpg Jul 28 20:49:38 the cheater app: https://play.google.com/store/apps/details?id=by.squareroot.kakuro Jul 28 20:53:56 rottz if you help me ill send in a report for you Jul 28 20:54:07 as if it can detect what rating you give it after it opens google play Jul 28 20:54:45 im sure hasoffers probobly has that option Jul 28 20:54:48 yeah, but people arent so savvy, they wont even report it! if I saw anything like that I would report it at the same moment Jul 28 20:55:30 javaDon I rarely use intents, Im not very familiar with it Jul 28 20:55:42 did you put adds in your game Jul 28 20:55:47 yes Jul 28 20:55:48 im not talking about a new intent Jul 28 20:56:08 im talking about an add launching a new activity when showing an interstitial add Jul 28 20:57:14 im useig opengl for my game so when users launch a new activity and reload the mainUi activity on older android devices there is context loss so i need a way of it staing on the same acitvity Jul 28 20:57:44 wile launching a new one Jul 28 20:58:25 you can't. Jul 28 20:58:43 rottz wow, thats the first time i saw anything like that … sleezy indeed. i get email all the time from people wanting to give me "good reviews" haha Jul 28 20:59:33 javaDon: you might have to implement your own kind of intent, which would only be an overly Jul 28 20:59:35 +a Jul 28 20:59:36 I dont think you can do that javaDon, have you tried messing with android:alwaysRetainTaskState ? Jul 28 20:59:49 no Jul 28 21:00:17 not sure if it would help, the best thing is to be prepared to recreate the activity/context at any time Jul 28 21:00:21 rottz, that doesn't do anything for him Jul 28 21:00:33 task != activity Jul 28 21:00:34 yeah Im not sure Jul 28 21:00:36 oh Jul 28 21:00:37 :) Jul 28 21:00:43 ;) Jul 28 21:00:45 idd :D Jul 28 21:00:52 g00s, wonder how they check for ratings Jul 28 21:01:09 you might enter your email address? Jul 28 21:01:11 well Jul 28 21:02:00 any other bright ideas? Jul 28 21:02:12 javaDon: just find a way to keep the context, or implement an overlay, both is not quite as easy but you will probably have to do it Jul 28 21:02:34 Mavrik do you think they do? somebody should give them a 1star to find out Jul 28 21:02:37 damn im going to bed now Jul 28 21:02:49 context i have from droid 3 im worried about earlyer ones Jul 28 21:03:11 i have a device now 2.3.3 the return to app takes like 10 second reload Jul 28 21:03:34 if anyone is gonna report, here is the link, forgot to add it: https://support.google.com/googleplay/android-developer/answer/113417#contact=1&ts=3203003 Jul 28 21:10:52 Mavrik whats interesting about reading some of those reviews - the users knew it was kinda scummy and said so, but still gave 5 stars believing their would be a pay off Jul 28 21:12:38 yes, that's the sucky part of it Jul 28 21:15:02 and thats only the users that actually said something (they might find scummy but not know its against the rules)... there are hundreds others who rated 5* anonymously or just typed "good" or something Jul 28 21:15:44 this should be treated more seriously by google Jul 28 21:15:54 they dont seem to care Jul 28 21:16:56 im sure eventually somone will get onto it Jul 28 21:18:44 its been like that for almost 1 year already, check the oldest reviews :/ Jul 28 21:19:00 i also wonder if anyone reports those companies that say they will inflate your ratings Jul 28 21:19:35 but report the company? google cant do anything to the company... Jul 28 21:20:12 like this crap http://appratingsplus.com/ Jul 28 21:21:37 afaik that doesn't violate the ToS Jul 28 21:21:56 and at Google I/O this year there was mention by the speakers of services like these on sessions regarding Google Play performance Jul 28 21:22:19 as in, they're well aware that these services are being used and are not closing them off Jul 28 21:23:01 i guess google wants to make sure people get accurate ratings Jul 28 21:23:03 :/ Jul 28 21:24:12 well, to be fair they weren't mentioning ratings specifically but rather user downloads (as that can boost you up to the 'trending' category) Jul 28 21:27:40 but how could google close the service? Jul 28 21:28:00 its not under google, and its not illegal Jul 28 21:28:33 and even if it was illegal, it would probably be ran on another country or something Jul 28 21:29:30 any good ides besides intellij, eclipse, and netbeans? Jul 28 21:31:27 rottz: they could take steps to verify that this information is not bogus/machine input Jul 28 21:31:35 orionv how many choices do you want :P Jul 28 21:32:00 they do that already Jul 28 21:32:13 it usually works for largers "gamings" Jul 28 21:32:23 like thousands of odd ratings in a short period Jul 28 21:42:26 rottz its reputation management in general; when trying apps i tend to ignore ratings and ask people i trust Jul 28 21:44:31 hello Jul 28 21:49:27 i'm going to be learning coding for the express purpose of making apps, my phone is android, should i just start with java? Jul 28 21:49:55 i know very basic coding, used to do vb years ago, and have a pretty good math education Jul 28 21:50:08 you can throw your math education out the window Jul 28 21:50:12 if you're making apps Jul 28 21:50:13 a lot of the courses start with python but i wasn't sure if i could skip that if i know in advance i'll just be working on apps Jul 28 21:50:46 also, commonsware is the generally recommended reading material Jul 28 21:51:08 g00s I agree, the model is broken... they have to somehow fix it. But the rating still does impact downloads a lot, and also impacts whether you receive some kind of highlight or not Jul 28 21:52:21 orionv I would recommend going directly for Java Jul 28 21:52:53 i read on a forum that if i wasn't going to be making games i might be okay just learning js + html5 and that way i can release in ios and android's markets Jul 28 21:52:54 but start with very simple examples, simple console apps that print something on the screen, and not with (mobile) apps Jul 28 21:53:44 start learning java, is very simple, orionv Jul 28 21:54:13 kk Jul 28 21:54:20 you can do that, but still you would need advanced js + html5 knowledge, and still your apps would pretty much suck (slow and limited) Jul 28 21:54:22 Im trying to fullscreen a video on rotation (without recreating or launching an activity). Should I be using a SurfaceView for that? its hard to find a clear answer? I know that I have to override onConfigurationChanged(). But are there tutorials about using surfaceview for fullscreen video on rotation? or am I barkin up the wrong tree? Jul 28 21:54:47 is it the case that i have to choose either android or ios unless i'm a really good coder and know obj-c as well as java? Jul 28 21:55:00 could i develop using as3 and adobe air or something if i'm interested in releasing on both platforms? Jul 28 21:55:14 i feel like i'm basically cutting sales by 50% if i just release android only, no? Jul 28 21:55:18 I think Air/Flex is still supported for ANdroid delivery Jul 28 21:55:25 maybe same for iOS Jul 28 21:57:26 i think if you want to create serious apps, you want use platform native programming language Jul 28 21:57:46 absolutely Jul 28 21:57:50 without a doubt Jul 28 21:58:58 anyone here have any experience with fullscreen video upon rotation of device? Jul 28 21:59:02 under: or *really* well understand what you're doing. And then still use platform specific stuff for certain parts Jul 28 22:00:26 ahh okay, cool Jul 28 22:00:42 any experiences with codeacademy.com or programmr.com? or any better alternative for this interactive education type deal? Jul 28 22:00:50 codeacademy seems really fun Jul 28 22:01:42 it didn't exist when I was learning the basics? :) Jul 28 22:05:14 p_l it would have been awesome if google adopted other official environments for android like clojure / kawa / racket Jul 28 22:05:24 get people programming on the right foot :) Jul 28 22:05:31 g00s: Clojure... has issues :> Jul 28 22:05:37 yes we know Jul 28 22:05:45 I dunno about Racket's compatibility with DVM Jul 28 22:05:55 Kawa was actually used in Google's android-related products Jul 28 22:06:10 so it works Jul 28 22:06:23 kjeldahl , do you work on kawa ? Jul 28 22:08:25 this room is worst than #android Jul 28 22:08:37 :O how ? Jul 28 22:08:48 lol Jul 28 22:09:09 thats pretty bad, form what i hear Jul 28 22:12:52 hello Jul 28 22:13:16 ok, finally here Jul 28 22:13:59 i have a newbie question, but im just starting reading about android dev Jul 28 22:14:00 hello webbi Jul 28 22:14:10 under, hello! Jul 28 22:14:58 i just make a sms listener, which extends from broadcastreceiver, which is defined in my manifiest to be a listener Jul 28 22:15:06 that's ok and it works fine Jul 28 22:15:37 my question is, when i install my app into a phone, it's automatically subscribed to that broadcast, whitout need of execution from the user? Jul 28 22:16:02 because I tried closing my app and killing the task from the task manager and it continue working Jul 28 22:16:06 webbi: yes Jul 28 22:16:51 i see, excellent then Jul 28 22:17:14 p_l, thanks! Jul 28 22:17:39 np Jul 28 22:20:47 Hi, quick question. I'm outsourcing a project of converting an iOS app to Android; the iOS is completely custom-designed, and the developer mentioned most of the stuff can't move over to Android as-is. Do Android apps require using the standard UI controls? Jul 28 22:21:48 hello? Jul 28 22:21:55 what do you mean by require? Jul 28 22:22:33 yo Chainfire are you the one that built android SU? Jul 28 22:22:36 you mean if there are rules to publish? or if the SDK supports it? Jul 28 22:22:36 DanielTT your developer is probably right Jul 28 22:22:37 For example, will the play store approve it without them? Or, is it "common practice" not to use a completely different UI Jul 28 22:22:54 Google Play will approve anything Jul 28 22:23:07 CHAINFIRE ARE U THE ONE THAT BUILT ANDROID-SU??????????????????????????????????????????? Jul 28 22:23:14 FROOOOMMMM XDDAAA Jul 28 22:23:15 ???? Jul 28 22:23:16 ??? Jul 28 22:23:18 wtf Jul 28 22:23:43 The thing is my UI is really different, custom buttons, navigation on the bottom etc. on the iPhone, question is if that can't be done on android (not technically, but "policy-wise" i guess) Jul 28 22:23:52 DUUUUUDEEEEE ANNNSSWEERRRR MMMMMMEEEEEEEEEEEE Jul 28 22:24:10 DanielTT you can do whatever you want; but when in Rome, do as the Romans Jul 28 22:24:17 :) Jul 28 22:24:19 CHAINFIIIREEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE Jul 28 22:24:21 g00s: makes sense Jul 28 22:24:23 there are no rules, no approval process Jul 28 22:24:26 ANSSSSWEEEERRRRRR MMMMMMMMMMMEEEEEEEEEEEEEEEEEEEEEEEEEEE Jul 28 22:24:33 PLEEEASSSEEEEEEEEEEEEE Jul 28 22:24:37 but as g00s said, there are guidelines, so try to follow them if possible Jul 28 22:24:40 Stop with the spam man Jul 28 22:24:41 so, as a non-android holder, it's common practice that most all apps will look, feel and navigate pretty much the same? Jul 28 22:24:42 CCCHHHHAAAIIINNNNFFFIIIRRREEEE Jul 28 22:24:43 tripplemin1 stfu Jul 28 22:25:01 NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO Jul 28 22:25:10 Yes, Jul 28 22:25:13 LET HIM ANSWER ME FIRST Jul 28 22:25:41 if i was Chainfile, i'd totally ignore you because you are acting like a dumbass Jul 28 22:25:53 awkay soorrryyy Jul 28 22:25:56 gggadddd Jul 28 22:26:07 I'm afraid Chainfire is away Jul 28 22:26:13 DanielTT http://developer.android.com/distribute/googleplay/quality/core.html and http://developer.android.com/design/index.html Jul 28 22:26:17 oh thanks mniip Jul 28 22:26:38 so whos updated to android 4.3 yet? Jul 28 22:26:39 rottz: those were the ones I read, question is if it's required, recommended, or just common (rome / rome). Jul 28 22:26:44 And he totally isnt only one who compiled a su for android Jul 28 22:26:50 recommended Jul 28 22:26:55 oh.. Jul 28 22:27:08 u guys did u update to 4.3? Jul 28 22:27:18 ok thanks Jul 28 22:27:24 DanielTT its recommended that your android app does not look like an iOS app, for sure Jul 28 22:27:28 recommended for Google Play I mean, if you're publishing somewhere else (eg, Amazon) follow their rules... Jul 28 22:27:48 thats in the design guidelines under "uniquely android" i think Jul 28 22:27:49 Android != Google Play Jul 28 22:28:07 Android == Samsung Jul 28 22:28:07 May i ask a question? Jul 28 22:28:11 hehe Jul 28 22:28:15 yeah, i know that much Jul 28 22:28:40 Windows==nokia Jul 28 22:28:41 tripplemin1, you are not funny, please follow the netiquette, thanks Jul 28 22:28:56 if i wanted to get images from a website and wanted them to update on my android app automatically would it be possible? Jul 28 22:29:50 so? Jul 28 22:30:44 will anyone answer my question? Jul 28 22:30:58 you can do whatever you want Jul 28 22:31:07 as long as you can do it Jul 28 22:31:07 are u talking to me? Jul 28 22:31:18 you just need how to do that Jul 28 22:31:18 yes tripplemin1 Jul 28 22:31:48 i asked a simple question dude?? Jul 28 22:32:40 gggaddd forget u... Jul 28 22:32:51 fag.....under....lol Jul 28 22:33:56 hope doctors could do something Jul 28 22:33:58 wow that's a powerful insult Jul 28 22:34:08 you must feel bad now under Jul 28 22:34:32 yes I'm crying Jul 28 22:34:32 I didnt know 12 year olds used IRC Jul 28 22:34:46 afternoon everyone :D Jul 28 22:35:29 got a question: Should I define Global Constants in a Class or should I save my values under the Values folder xml file? Jul 28 22:35:33 Hi People! Jul 28 22:35:45 hi Fanboy :) Jul 28 22:36:06 hi Jul 28 22:36:15 and you should define them! Jul 28 22:36:18 makes things easier! Jul 28 22:36:59 define them as in a class? Jul 28 22:37:18 I wanted to know can i get images from a website and automatically update them? Jul 28 22:37:28 how come not define them in a values-xml file? Jul 28 22:38:00 AndroidFanboy have you considered? Jul 28 22:38:13 Thats what i wanted to say...go to Res/ and find your Values and define your constants there! Jul 28 22:38:26 wat mysteronyx? Jul 28 22:38:39 yeah, that's what I thought too. I created a class to contain my contants, then I thought.... Jul 28 22:38:51 exactly what u said :D Jul 28 22:39:05 Kool Jul 28 22:39:07 am gonna google if this is better Jul 28 22:39:13 sure Jul 28 22:39:21 that's what am curious about, how is that better Jul 28 22:39:25 anyone wanna help my question out? Jul 28 22:39:30 no Jul 28 22:40:10 It makes things easier because you dont need to refer to the other classes and instead just type out the location which is in the Values.... Jul 28 22:40:25 mysteronyx....u cant help or wat? Jul 28 22:40:41 that makes sense; but, I use these contants in a background thread as well. Jul 28 22:40:49 [18:32] fag.....under....lol Jul 28 22:40:55 tripplemin1 = AndroidFanboy Jul 28 22:41:12 I need to be in the context of the UI thread to access the resources file, dont I? :( Jul 28 22:41:21 how did u noe? Jul 28 22:42:04 Im not sure.. Jul 28 22:42:06 wow textual is awesome, i ignore tripplemin1 and it also ignore AndroidFanboy too ! Jul 28 22:42:27 and mysteronyx how did u noe? Jul 28 22:42:33 Ignore is supported in almost any irc client Jul 28 22:42:34 heya Jul 28 22:42:35 lol. whats going on? Jul 28 22:42:56 dont pay them any attention lou Jul 28 22:42:58 .... Jul 28 22:43:03 mniip sure; wonder if it did based on username or nick Jul 28 22:43:06 so embarrased.... Jul 28 22:43:08 blushing Jul 28 22:43:11 fuck, ignore the whole country ! Jul 28 22:43:21 lol g00s Jul 28 22:43:23 g00s, ignore *!*@* Jul 28 22:43:28 Be paranoid Jul 28 22:43:28 \o/ Jul 28 22:43:40 hey everyone! Jul 28 22:44:13 do any of u use Linux based OS'? Jul 28 22:44:25 > any of you Jul 28 22:44:32 I do Jul 28 22:44:34 We all use android, at least Jul 28 22:44:35 Linux Mint here Jul 28 22:44:37 gnome 2 Jul 28 22:44:41 no bt i want to shift over Jul 28 22:44:47 Debian /w mate Jul 28 22:44:49 to ubuntu Jul 28 22:44:57 also did anyone update to 4.3? Jul 28 22:45:06 Android 4.3? Jul 28 22:45:09 4.3 here on my gnex :) Jul 28 22:45:13 since 2 days ago :D Jul 28 22:45:21 still waiting for update on my n10 :( Jul 28 22:45:32 are ur phones rooted? Jul 28 22:45:40 nah :( Jul 28 22:45:42 n10 2013 :D Jul 28 22:45:47 long story about that; but, no Jul 28 22:46:01 warning anyone! any rooted phones will be unrooted! Jul 28 22:46:09 :D g00s Jul 28 22:46:26 yup. I saw the news in google+ about a fix for that Jul 28 22:46:33 AndroidFanboy, orly? Jul 28 22:46:35 or, to reintroduce root Jul 28 22:46:37 ya i did mine Jul 28 22:46:38 You dont say Jul 28 22:46:53 are u being sarcastic? Jul 28 22:46:54 Obvious as day Jul 28 22:47:01 anyway, i was disappointed about the update Jul 28 22:47:07 oh...hard to tell when i cant see ur damn face Jul 28 22:47:16 why lou> Jul 28 22:47:16 ? Jul 28 22:47:22 ._. <- my face Jul 28 22:47:24 I thought that I would be able to see song titles in my car thru bt; but didnt Jul 28 22:47:25 it had improvments Jul 28 22:47:25 such as camera Jul 28 22:47:33 :( I guess, this is no good with a gnex Jul 28 22:47:41 lloooollll mniip Jul 28 22:47:51 oh...:( Jul 28 22:47:59 can't the rom be hacked to mount /system without nosuid Jul 28 22:48:18 thru adb, u can mount, right? Jul 28 22:48:22 pfn, does it for you? Jul 28 22:48:44 i rushed and downloaded the update straight from google...so yeaa ;( Jul 28 22:49:04 u have a n4 fanboy? Jul 28 22:49:25 does what? I don't have anything that can run 4.3 Jul 28 22:49:27 nexus 4? Jul 28 22:49:33 yup Jul 28 22:49:42 Also, I'm getting no response Jul 28 22:49:44 ill see if best buy has any n7 in stock later Jul 28 22:49:52 if its nexus 4 yup Jul 28 22:50:03 Is there anything to unpack boot.img w/o "ANDROID!" magic Jul 28 22:50:19 anyone considering chromecast? Jul 28 22:50:33 not me... Jul 28 22:50:46 i do pirated stuff *wink**wink* Jul 28 22:50:49 I hope the moto x stays up to date on vzw Jul 28 22:50:56 always my concern that getting something that will be obsolete soon, hardware wise :( Jul 28 22:51:03 AndroidFanboy, gtfo off freenode Jul 28 22:51:11 :( Jul 28 22:51:28 lou_, that's natural, technology is that way Jul 28 22:52:05 Guise Jul 28 22:52:08 so.... Jul 28 22:52:18 ? mniip Jul 28 22:52:23 That isnt even a valid google request Jul 28 22:52:34 (mniip) Is there anything to unpack boot.img w/o "ANDROID!" magic Jul 28 22:52:46 anyway, I probably wont get the chromecast right away. Am content with my odroid u2 Jul 28 22:52:56 oh.. Jul 28 22:52:59 didnt noe thanx Jul 28 22:53:40 btw AndroidFanboy , I probably won't be using the resources file for some of my constants :( Jul 28 22:53:57 oh...:( Jul 28 22:54:04 only bc I have to access some of them in a background thread :( Jul 28 22:54:15 so u guys wat laptops do u have? Jul 28 22:54:19 I know, I liked that idea as well; but, it has it's limitations Jul 28 22:54:41 duo centrino core - gateway Jul 28 22:54:48 about 7 yrs old :D Jul 28 22:54:48 You can access resources from any thread Jul 28 22:55:22 there is no way that am passing that to my background thread Jul 28 22:55:33 I hate laptops, terrible ergonomics Jul 28 22:55:55 lol @ pfn. I dont like the immobility of a Desktop Jul 28 22:55:58 (pfn) Desktops then? Jul 28 22:56:03 Pass what to a background thread? Jul 28 22:56:06 this laptop has been good for android development Jul 28 22:56:21 pass resources object to the thread Jul 28 22:56:28 Why not Jul 28 22:56:40 * g00s can't wait until the laptop stand comes out http://www.therooststand.com/ Jul 28 22:57:06 no stand can overcome the ergonomics flaw of a laptop Jul 28 22:57:16 lol @ pfn . that would make sense in some circumstances. In mine, I use it in a switch case Jul 28 22:57:27 maybe convertibles where you can detach keyboard and screen Jul 28 22:57:50 HEY EVERYONE HOW ARE U LIKING ANDROID STUDIO? Jul 28 22:58:01 I like portability. Plus with a Linux Mint and Gnome 2, this laptop is good for android dev Jul 28 22:58:10 can you believe that more annoying, I please Jul 28 22:58:19 can you be Jul 28 22:58:22 AndroidFanboy, I like AS Jul 28 22:58:25 stupid SwiftKey Jul 28 22:58:35 lol (pfn) Jul 28 22:58:46 I learned the other day how to attach android source code to my project :D Jul 28 22:58:56 also (lou) have u had problems with it? Jul 28 22:59:24 looking at the code helped me figure out FragmentStatePagerAdapter Jul 28 22:59:40 AndroidFanboy, I haven't had anything annoying Jul 28 23:00:00 kool.. Jul 28 23:00:09 well, let me backup. I don't like when I take away a breakpoint, the process still stops there Jul 28 23:00:23 cant wait for my asus g75 to arriveeee Jul 28 23:00:27 that's the only annoying thing that I have to deal with; but, I do it :D Jul 28 23:00:47 (lou) Kool ;) Jul 28 23:01:01 AndroidFanboy, one thing that concerns me about this laptop is that it's gonna die on me one of this days :D Jul 28 23:01:04 lol Jul 28 23:01:16 I make backups to my NAS when it makes sense Jul 28 23:01:19 lol (lou) Jul 28 23:01:43 alright gang, am out of here :) Jul 28 23:01:47 thx for the help Jul 28 23:02:30 peace out (lou) Jul 28 23:03:08 anyone fun still here? Jul 28 23:03:30 your dad Jul 28 23:03:41 -_- Jul 28 23:04:16 did u guys here bout the cryptographers that figured out how to wirelessly hack porsche's? Jul 28 23:05:11 im guessing thats a no...... Jul 28 23:05:37 darn u!!! macbook users!!! Jul 28 23:06:37 well guys kill the fun around here.....-_- Jul 28 23:07:07 That was about time Jul 28 23:14:32 anybody working on cool apps? Jul 28 23:15:43 always, viovu, always Jul 28 23:15:57 i was making a game called Space Sperm Jul 28 23:15:58 :) Jul 28 23:16:04 bt im not much of an artist Jul 28 23:16:53 what's the goal Jul 28 23:17:12 to dodge asteroids Jul 28 23:17:13 :) Jul 28 23:17:38 to get to the egg? Jul 28 23:17:41 might call it Space Squirmer to get past gPlay banning Jul 28 23:18:03 I hate how gPlay is so PC Jul 28 23:18:16 no just to play quick games of dodge asteroids, and the asteroids increase, sorta like tetris...score based Jul 28 23:18:24 might improve it if it gets DL's Jul 28 23:18:52 im also in progress with a lotto app, that uses markov chains to predict the numbers Jul 28 23:19:02 hah Jul 28 23:19:04 Anybody ever checked the accuracy of Google's WiFi indoor positioning vs Skyhook's API? Jul 28 23:19:04 nice Jul 28 23:19:16 bt im kinda broke now so, need to get a cheap job to support my internet and app habbits Jul 28 23:26:40 bb Jul 28 23:29:47 y isnt there any multiplayer RPG's? Jul 28 23:30:09 anyone want to create an app with me? Jul 28 23:30:32 depends if it will look good on my CV Jul 28 23:30:56 i want to write an app that manages your daily manga's.... Jul 28 23:32:03 You know how you might sometimes forget to read your manga's this app can download them straight to your phone and keep you updated Jul 28 23:32:04 as in manga cartoon strips? Jul 28 23:32:17 yes(viovu) Jul 28 23:32:27 whats the problem then? Jul 28 23:32:32 doesnt seem difficult Jul 28 23:32:39 do u read manga's? Jul 28 23:32:50 nah, bt i know what they are Jul 28 23:32:56 emo comic strips Jul 28 23:33:03 lol Jul 28 23:33:19 people sometimes forget to read and then they lose track Jul 28 23:33:27 automatic downloading from sources Jul 28 23:33:41 what sources? Jul 28 23:33:48 web services, page scraping? Jul 28 23:33:52 like websites such as mangafox.com Jul 28 23:33:59 aaah scraping Jul 28 23:34:15 well just look up, Android programming web scraping Jul 28 23:34:34 thanx bro Jul 28 23:34:50 how did u learn android app programming? books? Jul 28 23:35:10 started with an illegal dvd of lynda.com training video Jul 28 23:35:15 but ive always programmed Jul 28 23:35:16 looolll Jul 28 23:35:25 my pirate bro Jul 28 23:35:30 and then i use illegally downloaded books for reference Jul 28 23:35:36 :) Jul 28 23:35:46 did u hear about the hack to wirelessly unlock a porsche? Jul 28 23:35:55 CRYPTOGRAPHY Jul 28 23:36:26 oh and the death of jack barnaby...:( Jul 28 23:36:44 breaking cryptography is easy when i know some of the data thats already in there, such as file headers, and things Jul 28 23:37:16 use to have a program that cracked zip & rar passwords by knowing the headers of files Jul 28 23:37:43 and how did u learn this? Jul 28 23:38:37 more videos? Jul 28 23:38:54 i read alot Jul 28 23:39:12 very math intensive Jul 28 23:39:21 prime numbers and all that Jul 28 23:39:30 lol Jul 28 23:39:39 and how old are you? Jul 28 23:39:42 i studied electronics, so i had quiet a good start with math Jul 28 23:39:44 27 Jul 28 23:39:52 oh....koool Jul 28 23:40:53 cool story ! Jul 28 23:41:12 hey g00s Jul 28 23:41:19 (g00s) Jul 28 23:41:38 i think developers should stop using the android UI widgets, and start using OPENGL widgets Jul 28 23:41:48 everything should be OPENGL Jul 28 23:42:49 my dream is to make an app that drug dealers can use to make no physical and no paper-trail transactions :) Jul 28 23:43:19 openGL ftw Jul 28 23:45:44 because MDMA, LSD & Magic Mushrooms are awesome, and no real reason to be illegal... Jul 28 23:46:28 hmm isnt this the android-dev channel? lol Jul 28 23:47:09 apps are one small step for man, and one giant leap for google Jul 28 23:48:03 hello...am back :) Jul 28 23:48:29 my brain is too toasted to code; but, I made good progress :D Jul 28 23:48:43 anyone here? Jul 28 23:49:00 me Jul 28 23:49:23 yo viovu...downloading the lynda tutorials Jul 28 23:49:52 cool, when u make money with your first app...buy the tutorial Jul 28 23:50:05 ofcourse Jul 28 23:50:20 have u published apps? Jul 28 23:50:20 i think an android trojan is in order Jul 28 23:50:35 lol @ viovu Jul 28 23:50:40 lol Jul 28 23:50:48 i know...am sure it'll happen eventually :) Jul 28 23:50:52 no, i just program for myself, bt my next goal is to publish, just in a bad life spot atm, so need it to run over Jul 28 23:50:56 what tutorials r u guys talking about? Jul 28 23:51:04 lynda.com Jul 28 23:51:28 he tells me its good Jul 28 23:51:34 let me check Jul 28 23:51:38 all three of us should work on an app one day Jul 28 23:52:10 wtf is that site about? Jul 28 23:52:20 video training Jul 28 23:52:23 teaching Jul 28 23:52:25 yea Jul 28 23:52:36 am working on an app for work; but, I won't show them 'till i have something reasonable :) Jul 28 23:53:00 has anyone tried to take the driver from an intel android device (for netflix) and tried it on a vanilla linux box ? Jul 28 23:53:04 oh wow. training for any IDE? Jul 28 23:53:08 am i the only teen in the middle of this? Jul 28 23:53:10 i think there should be an Adult app market Jul 28 23:53:19 lol @ viovu Jul 28 23:53:29 I think, there is no? anyways, no comments Jul 28 23:53:56 im surprised evernote is famous Jul 28 23:54:20 eaxxae, a driver for what? Jul 28 23:55:24 wait, drivers are built into the linux kernel, correct? so, it needs to be specific to an architecture, correct? Jul 28 23:55:56 lou_: netflix works on intel android devices, yet doesn't on regular linux boxes... seems it's something you can just cp over... Jul 28 23:57:01 wow eaxxae. I think android uses DRM libraries to allow netflix, correct? Jul 28 23:57:23 ah, I see. bringing those libraries to a full blown linux OS? Jul 28 23:57:27 yo viovu after the lynda tutorials what do i learn? Jul 28 23:57:36 Andr Jul 28 23:57:40 lou_: rooted device... copy required files, boom. Jul 28 23:57:47 AndroidFanboy, gotta pay for those tutorials, correct? Jul 28 23:57:48 surprized someone hasn't done it Jul 28 23:58:01 ummm....yeaa? Jul 28 23:58:05 go through each and every tutorial, and do as they say, even if it seems simple Jul 28 23:58:13 and afterwards you should be fine Jul 28 23:58:19 ok, just asking. I tried to watch one of them; but, says that I need to be a member Jul 28 23:58:20 have u ever programmed before? Jul 28 23:58:29 torrents Jul 28 23:58:40 No worries. Searching online and looking at android code has helped me alot up to now :D Jul 28 23:58:56 github Jul 28 23:59:03 is it me or is 4.3 robot a little bit different ? Jul 28 23:59:05 ya i noe the basics of android Jul 28 23:59:07 biggest problem with android is backward compatability Jul 28 23:59:23 actionbar and all that Jul 28 23:59:31 there is that compat lib :D Jul 28 23:59:47 am sure, it has its limitations XD Jul 29 00:00:42 do any of u use backtrack? Jul 29 00:01:27 compat. did suck for me on my latest app. My FragmentStatePagerAdapter didn't workout with compat lib :C Jul 29 00:01:41 bye guys! Jul 29 00:02:43 bye AndroidFanboy Jul 29 00:02:53 nect think i want to get into is making my own Views Jul 29 00:03:18 with a pdf viewer, do they render to a canvas, or is it a complety custom view? Jul 29 00:03:19 yea....lol...like ur own custom button? Jul 29 00:03:58 the hardest thing ive found to program is a damn kaleidoscope Jul 29 00:04:15 good question. Do you think, they use their own library to do it? away from android framwork means? Jul 29 00:04:29 thinking of using opengl with triangle strips and texture strips Jul 29 00:05:06 lol. u r geared towards graphic based apps Jul 29 00:05:14 like animations and such, thats good Jul 29 00:05:22 just liek the math Jul 29 00:05:25 like Jul 29 00:05:36 I just deal with utilities for now Jul 29 00:06:00 am sure, there is more to those type of apps than utils Jul 29 00:06:00 so tell me, how much money have people made here putting up their apps, and how did they market them? Jul 29 00:07:02 viovu, I haven't made any money. My current app that am working on is meant for my company. am thinking of giving it to them in exchange for money to cover my personal time that I spent Jul 29 00:07:22 what u making? Jul 29 00:07:41 it's just a client app for an automated system Jul 29 00:07:53 automated what? Jul 29 00:07:59 automated house? Jul 29 00:08:05 our current client app is for PCs and is still coded under C++ 6.0 lol Jul 29 00:08:13 automate material handling Jul 29 00:08:41 like automated fork or clamp trucks to handle product or materials to make products Jul 29 00:08:56 better code correctly Jul 29 00:09:05 accidents = sueing.. Jul 29 00:09:18 lol. believe, i am trying. This is why I havent slapped some shit together and got it over with by now Jul 29 00:09:27 yup. obviously. Jul 29 00:09:38 how are you communicating with the device? Jul 29 00:09:39 the client app won't be involved with those type of commands Jul 29 00:10:06 but still, it needs to be clean and make sense to someone else bc when I hand it over to them, someone else may be touching it :) Jul 29 00:10:39 no, nothing like that. I will just display order info or robot info on the screen that is queried from a remote SQL server Jul 29 00:11:11 see, what u r thinking is more dangerous, this app wont be telling the robots what to do directly Jul 29 00:11:44 also, the app will be requesting the Server application to add an order for a robot or to send it somewhere Jul 29 00:11:58 whats good about this is that the Server app handles the safety side of things :D Jul 29 00:12:13 o ok, i had a friend that works with mine shafts and he wanted a remote console for his PLC's coz they using USB or something like that Jul 29 00:12:33 nah. see, PLC inteface is a bit more dangerous, obviouslt Jul 29 00:12:52 that's dealing closer with a piece o equipment Jul 29 00:13:14 i just dont know enough about PLC's to help him Jul 29 00:13:50 I have to interface with PLCs in my line of work; so, testing has to be done before handing it over to an operator for use Jul 29 00:14:04 handshakes need to be consistent and make sense Jul 29 00:14:51 so, back to the app. a backgroun thread that queries a SQL Server and another thread to send socket requests to the Server App. Jul 29 00:15:11 that's what I have planned out thus far. I just need to continue coding it Jul 29 00:15:34 :D Jul 29 00:17:01 lou_: what are you making ? Jul 29 00:17:04 rather use a "service" Jul 29 00:17:21 so when the app pauses or memory problems arise, the service still runs Jul 29 00:17:25 warehouse robots or DARPA robots ? lol Jul 29 00:17:27 eaxxae, just a client app Jul 29 00:17:48 viovu, i'll come back to u. I have a good reason for this Jul 29 00:18:20 eaxxae, this are fork and clamp trucks. We do Hospital robots as well. just small flatbeds that carry carts up and down floors Jul 29 00:18:38 like clean sheets, food trays, and surgical tools Jul 29 00:18:57 we do automotice plants too, to carry parts to the assembly line, etc Jul 29 00:19:14 wow, crazy... they let robots push carts around hospitals ? Jul 29 00:19:27 viovu, I dont want queries to continue running when the app stops or is taken out of focus Jul 29 00:19:42 think about it right. Querying over a network eats up battery Jul 29 00:20:33 am only querying for whatever view is on focus; at least, that was the case until today. Am gonna have to decide on something at some point Jul 29 00:21:04 see, it would help to tell an operator that a robot is errored out somewhere; but, should this be visible from whatever view is being displayed? Jul 29 00:21:49 if the answer is yes, then, I have to hit the remote SQL Server for this info in addition to querying the contents for the view in focus Jul 29 00:22:13 that's 2 network requests; so, am gonna have to think about that one Jul 29 00:22:54 eaxxae, it doesn't push the carts, it lifts them on their flatbed; but, don't assume that these vehicles wonder the hallways that patients travel on Jul 29 00:23:25 there are specific elevators just for them and certain pathways just for them as well Jul 29 00:23:59 yeah, I figured it out... after giggling at the idea of them running down people in the hallways. Jul 29 00:24:11 yeah, no good. lol Jul 29 00:24:23 safety concerns are a big deal in this line of work :D Jul 29 00:24:34 rightly so :) Jul 29 00:25:12 "attention, please get out of my way... unless you want to see the morgue. " Jul 29 00:26:33 *runs from robot* Jul 29 00:26:37 lol. they do talk Jul 29 00:26:45 and it does start with "Attention..." Jul 29 00:26:52 XD Jul 29 00:27:50 alright fellas. am atty here Jul 29 00:40:42 What would be the reprecussions of storing a 0.5gb array in a .java file in plaintext Jul 29 00:41:03 death and pain Jul 29 00:41:07 presumably Jul 29 00:41:15 slow retrieval Jul 29 00:41:40 hmm deserialization in java is just so slow Jul 29 00:47:05 is it possible that deserializing an array would be slower than manually parsing the unserialized array with .split & .replace assuming unserialized array weighing around 20kb and a serialized one weighing like 200kb Jul 29 00:50:15 I don't know, benchmark it and find out Jul 29 00:54:42 im putting in ads for freelance android development Jul 29 01:04:40 its about 600 ms to deserialize and 250 ms to manually parse haha, still not a significant enough improvement for me though Jul 29 01:06:31 is there anyway anyone can think of to load up a 50kb int [][] in under 40 ms? Jul 29 01:06:49 blitting Jul 29 01:07:00 but that's not going to be easy in java :) Jul 29 01:10:01 ahh this sucks, I wouldn't be having this problem 3 years from now Jul 29 01:10:11 or even on a higher end phone Jul 29 01:10:51 would deserializing an int [] be much faster than an int [] [] Jul 29 01:32:26 I have a phone with a busted USB port. It's only good for charging now... Is there a way to use adb without usb on a non-rooted device? Jul 29 01:32:31 (tcp/ip, bluetooth, etc) Jul 29 01:33:18 what's the most accurate way to do reverse geocoding? Jul 29 01:33:25 what sort of "busted" cincinnatus ? Jul 29 01:33:58 You could use dropbox as a networking measure or something similar like ftp etc Jul 29 01:36:23 llamapixel: It won't get recognized as a valid USB device. If I plug the phone into a usb port, all it does is charge the battery Jul 29 01:37:05 llamapixel: Linux: device not accepting address 12, error -32, Windows: One of the USB devices attached to your computer has malfunctioned, and Windows does not recognize it Jul 29 01:37:09 Have you completely wiped the device in case its just a software issue and how did you detect otherwise that the usb port has broken? Jul 29 01:37:50 llamapixel: I'm pretty darn sure it's a hardware issue... I couldn't even charge until I wiped it with some rubbing alcohol Jul 29 01:38:14 ok ,just being devils advocate, cannot see your steps from here Jul 29 01:38:39 proper cable and all that right? Jul 29 01:38:41 llamapixel: Now I can charge but I can't transfer data... Maybe the alcohol short-circuited the controller... Maybe it broke down before... Jul 29 01:38:54 llamapixel: But the device is off warranty, so it doesn't matter Jul 29 01:39:29 llamapixel: Everything but USB is working fine (WiFi, Bluetooth, you name it) Jul 29 01:39:44 tried a different cable, let it shutdown for some time, not on an over current hub etc Jul 29 01:39:52 llamapixel: Yes Jul 29 01:40:08 llamapixel: I tried 3 cables and 3 computers Jul 29 01:40:15 sorry to hear ;) Jul 29 01:40:17 2 batteries Jul 29 01:41:10 at least, I can charge. I thought I wouldn't be able to... That would've been a total bummer Jul 29 01:41:12 but Jul 29 01:41:29 are there non-usb adb solutions out there Jul 29 01:41:36 or do I need to root the device? Jul 29 01:44:34 root it Jul 29 01:52:07 cincinnatus if you are just wanting to test you could set up a script to upload your .apk to a server whenever it is edited, then download it with your phone and test Jul 29 01:52:41 psyclopolis: That's what I've been doing. I'm on a Linux box with a local apache server Jul 29 01:52:54 but there are a few things you can only get with ADB Jul 29 01:52:58 (shell, debugging) Jul 29 01:53:38 haha nice Jul 29 01:53:45 but yeah that sucks Jul 29 01:54:33 how are you gonna root it without the usb port working? Jul 29 02:01:19 psyclopolis: I don't know... Jul 29 02:02:22 psyclopolis: I think it's kinda like my first attempt at using Linux back in the day... when I messed up the gcc libraries, which meant I couldn't compile, and the binary wouldn't install. Someone on IRC told me to compile it from source ;) Jul 29 02:05:59 haha, I feel your circular pain, I've had very simila experiences in linux ;). http://stackoverflow.com/questions/14357705/adb-over-wireless this might help if you can get those adb commands run somehow :) Jul 29 02:07:13 cincinnatus: ^ Jul 29 02:26:51 thanks **** ENDING LOGGING AT Mon Jul 29 02:59:58 2013