| MrObvious | Is something wrong with the market? I don't see paid apps. | 00:11 | 
|---|---|---|
| *** JesusFreak316 has quit IRC | 00:18 | |
| Unholy | certain country's block paid apps | 00:22 | 
| MrObvious | Unholy: I'm in Kansas. | 00:38 | 
| MrObvious | I found Market Enabler. | 00:38 | 
| MrObvious | My next question is if I delete data.img and have a paid app can I replace it from the market ok? | 00:38 | 
| *** christophocles has quit IRC | 00:41 | |
| *** NChief has quit IRC | 00:41 | |
| *** christophocles has joined #xdandroid | 00:42 | |
| *** NChief has joined #xdandroid | 00:44 | |
| *** karnqu has quit IRC | 00:48 | |
| *** Paul__ has joined #xdandroid | 01:14 | |
| *** MrObvious has quit IRC | 01:14 | |
| *** geboy has joined #xdandroid | 01:17 | |
| geboy | well i guess nobody is here | 01:22 | 
| geboy | thanks anyway | 01:22 | 
| *** geboy has quit IRC | 01:27 | |
| *** Krazie has joined #xdandroid | 01:29 | |
| mcbridematt | stinebd or phh: I've compiled the linux-msm kernel and run it on the x1, all I can find so far is that Android decides to shut itself down, main logcat is at http://pastebin.com/fWj6peHM , trouble starts from line 320 onwards "Unexpected resume of android while already resumed in android" | 01:41 | 
| *** programmer8922 has quit IRC | 02:01 | |
| stinebd | mcbridematt: check battery info. we had a weird shutdown like that on rhodium caused by temperature reporting being out of bounds. android shuts down the system if it thinks battery is below 1% charge or above something like 85C temperature | 02:02 | 
| *** NeoMatrixJR has quit IRC | 02:05 | |
| stinebd | mcbridematt: if you build android yourself, you can add some debug logcat output (and disable the actual shutdown) to the battery service somewhere in frameworks/base, which is how i tracked down the issue on rhod. | 02:05 | 
| stinebd | frameworks/base/services/java/com/android/server/BatteryService.java shutdownIfNoPower(), shutdownIfOverTemp() | 02:07 | 
| stinebd | looks like critical temp is actually 68C | 02:07 | 
| *** NeoMatrixJR has joined #xdandroid | 02:16 | |
| mcbridematt | aha, power_supply/battery/batt_temp is reporting 872C | 02:26 | 
| mcbridematt | I don't recall temperature reading ever working under the x1 kernel branch so I need to nerf it | 02:27 | 
| *** thedicemaster has quit IRC | 02:28 | |
| *** thedicemaster has joined #xdandroid | 02:34 | |
| *** HamboX has quit IRC | 02:51 | |
| *** Ashar has quit IRC | 03:05 | |
| *** naohiroFukuda has joined #xdandroid | 03:16 | |
| *** gladiac__ has joined #xdandroid | 03:43 | |
| x2 | anyone alive? | 03:52 | 
| x2 | stinebd would be nice lol | 03:52 | 
| gladiac__ | lol... good morning | 03:52 | 
| x2 | trying to figure out my issue :/ | 03:53 | 
| gladiac__ | still the memleak thing? | 03:58 | 
| x2 | yea :/ | 03:58 | 
| x2 | im installing stinebd's ext now and installing all apps manually | 03:58 | 
| x2 | ive only had this issue since using titanium backup and past v2 | 03:58 | 
| x2 | but i have no idea what it could be.. | 03:58 | 
| x2 | could even be a rootfs/kernel i guess | 03:58 | 
| x2 | since it did it tonight for me in v2 as well | 03:59 | 
| gladiac__ | do you know what exactly leaks the memory? | 04:12 | 
| gladiac__ | or do you see a process with extra high mem usage? | 04:12 | 
| x2 | tahts what makes no sense, nothing.. | 04:12 | 
| x2 | all user apps are closed by process manager | 04:12 | 
| x2 | whatever that app is called | 04:13 | 
| gladiac__ | start your console an call "free -bm" | 04:14 | 
| gladiac__ | the result would be quite interesting | 04:14 | 
| x2 | do you think it could at all be titanium backup? | 04:15 | 
| x2 | using it to restore my stuff from an older system | 04:15 | 
| x2 | if yes, ill install all my apps from the app store manually | 04:16 | 
| x2 | im on stinebd's rc2.1 now | 04:16 | 
| x2 | if it happens again ill run that command and see what shows | 04:16 | 
| gladiac__ | it just shows the mem usage on the console | 04:17 | 
| x2 | yea | 04:17 | 
| x2 | so, whats the vote | 04:17 | 
| x2 | use titanoum backup to restore my apps, or no? | 04:17 | 
| gladiac__ | well... and i personally don't know titanium backup :P | 04:18 | 
| x2 | if im restoring just the apps, could that possibly even cause it | 04:18 | 
| x2 | ah | 04:18 | 
| *** Hambo has joined #xdandroid | 04:23 | |
| *** Ashar has joined #xdandroid | 04:37 | |
| *** Unholy has quit IRC | 04:38 | |
| *** gladiac__ has quit IRC | 04:56 | |
| paalsteek | x2: no problems with titanium backup here | 05:03 | 
| mcbridematt | phh: heres a patchset for kovsky, fixes the battery_temp reading, increase ram to 200M and turn on fbconsole rotate for boot http://pastebin.com/gwxmdCwd :) | 05:03 | 
| phh | + buffer->batt_temp = 0; | 05:04 | 
| phh | I wouldn't really call that a fix. | 05:04 | 
| phh | hum, temperature is in C or K ? | 05:05 | 
| phh | K. | 05:06 | 
| mcbridematt | probably. | 05:06 | 
| mcbridematt | there weren't any temperature readings in the xdadev tree, it was always 0 | 05:06 | 
| phh | xdadev tree ? | 05:06 | 
| phh | wth is that ? | 05:06 | 
| mcbridematt | linux-msm-xdadev aka the branch the kovsky devs did the driver work on | 05:07 | 
| phh | ok | 05:07 | 
| phh | ssh: connect to host gitorious.org port 22: Connection refused | 05:10 | 
| phh | wout. | 05:10 | 
| *** c232603 has joined #xdandroid | 05:45 | |
| *** c232603 has quit IRC | 05:48 | |
| *** c232603 has joined #xdandroid | 05:50 | |
| *** c232603_ has joined #xdandroid | 06:02 | |
| c232603_ | first of all,sorry to my bad english. | 06:03 | 
| c232603_ | Mine is Diamond-100...Running RC1 RC2 and also RC2.1,there was a same problem...I doubt whether that is my own problem... | 06:03 | 
| c232603_ | Music can find the MP3 I put in my SDcard,but can not read the whole message in the MP3(unknown artists)...I can't play them | 06:04 | 
| c232603_ | ...A song only play a few seconds,then turn to nest song(only last 3 or 4 seconds too)... | 06:04 | 
| *** c232603 has quit IRC | 06:12 | |
| *** c232603_ has quit IRC | 06:13 | |
| *** gladiac__ has joined #xdandroid | 06:30 | |
| *** Timber has joined #xdandroid | 07:19 | |
| *** LeTama has quit IRC | 07:21 | |
| *** Diam-100 has joined #xdandroid | 07:39 | |
| *** Diam-100 has quit IRC | 07:40 | |
| *** Ashar has quit IRC | 08:06 | |
| *** thedicemaster has quit IRC | 08:23 | |
| *** thedicemaster has joined #xdandroid | 08:24 | |
| *** Ashar has joined #xdandroid | 08:27 | |
| *** gladiac__ has quit IRC | 08:53 | |
| *** Ashar has quit IRC | 09:22 | |
| *** jj_ has joined #xdandroid | 09:52 | |
| jj_ | hi | 09:52 | 
| jj_ | is 2.2 out for raphael | 09:52 | 
| thedicemaster | http://forum.xda-developers.com/showthread.php?t=711692&page=1 | 09:55 | 
| thedicemaster | post 3 | 09:55 | 
| thedicemaster | should work fine on raph | 09:55 | 
| *** Ashar has joined #xdandroid | 09:59 | |
| *** Ashar has joined #xdandroid | 09:59 | |
| *** Ashar has quit IRC | 10:03 | |
| *** Ashar has joined #xdandroid | 10:03 | |
| *** |Jeroen| has joined #xdandroid | 10:31 | |
| *** jj_ has quit IRC | 11:03 | |
| *** Timber has quit IRC | 11:03 | |
| *** programmer8922 has joined #xdandroid | 11:45 | |
| *** Cablekevin has joined #xdandroid | 11:45 | |
| *** Unholy has joined #xdandroid | 11:59 | |
| *** m_a_r_k has joined #xdandroid | 12:06 | |
| *** JesusFreak316 has joined #xdandroid | 12:08 | |
| *** TheDeadCPU|BRAVO has quit IRC | 12:15 | |
| *** TheDeadCPU|BRAVO has joined #xdandroid | 12:15 | |
| *** TheDeadCPU|BRAVO has joined #xdandroid | 12:18 | |
| *** visitor has joined #xdandroid | 12:32 | |
| visitor | hi | 12:32 | 
| visitor | i want to know how many undated about kovsky | 12:33 | 
| visitor | hey~~ | 12:35 | 
| *** visitor has quit IRC | 12:36 | |
| *** TheDeadCPUBRAVO has joined #xdandroid | 12:38 | |
| *** TheDeadCPU|BRAVO has quit IRC | 12:41 | |
| *** ReWind has joined #xdandroid | 12:46 | |
| *** ReWind has quit IRC | 12:47 | |
| *** LeTama has joined #xdandroid | 13:01 | |
| *** Ashar has quit IRC | 13:06 | |
| *** TheDeadCPU|BRAVO has joined #xdandroid | 13:15 | |
| *** TheDeadCPUBRAVO has quit IRC | 13:17 | |
| *** JesusFreak316 has quit IRC | 13:26 | |
| *** |Jeroen| has quit IRC | 13:36 | |
| *** ed_ has joined #xdandroid | 13:51 | |
| *** ed_ has quit IRC | 13:52 | |
| *** ReWind402 has joined #xdandroid | 13:53 | |
| *** ReWind402 has quit IRC | 13:59 | |
| *** Unholy has quit IRC | 14:23 | |
| *** thedicemaster has quit IRC | 14:30 | |
| *** Unholy has joined #xdandroid | 14:30 | |
| *** thedicemaster has joined #xdandroid | 14:33 | |
| *** spanner3003 has quit IRC | 14:44 | |
| Unholy | stinebd you here? somehow my froyo dosent whant to build | 14:50 | 
| Unholy | make: *** Waiting for unfinished jobs.... | 14:51 | 
| Unholy | target Executable: keystore (out/target/product/msm/obj/EXECUTABLES/keystore_intermediates/LINKED/keystore) | 14:51 | 
| Unholy | *seen stinebd | 15:17 | 
| Unholy | ~seen stinebd | 15:17 | 
| *** Unholy has quit IRC | 15:28 | |
| *** Ashar has joined #xdandroid | 15:33 | |
| *** Unholy has joined #xdandroid | 15:33 | |
| *** programmer8922 has quit IRC | 16:03 | |
| x2 | sooo stinebd's build with no titanium and no launcher2.. 90mb ram free still | 16:10 | 
| x2 | maybe it will stay this way... | 16:10 | 
| x2 | and its overclocked still and ive made a few calls with none of my previous issues | 16:10 | 
| Unholy | soo it was something on your end | 16:11 | 
| *** sputnick has joined #xdandroid | 17:22 | |
| NeoMatrixJR | Unholy it's ** I think for commands | 17:32 | 
| NeoMatrixJR | **seen stinebd | 17:32 | 
| xdandroid | NeoMatrixJR: stinebd was last seen in #xdandroid 15 hours, 24 minutes, and 52 seconds ago: <stinebd> looks like critical temp is actually 68C | 17:32 | 
| *** mosler has joined #xdandroid | 17:38 | |
| *** mosler has quit IRC | 17:38 | |
| *** CazH has joined #xdandroid | 17:42 | |
| *** cazh_ has quit IRC | 17:44 | |
| *** CazH has quit IRC | 17:52 | |
| *** cazh_ has joined #xdandroid | 17:52 | |
| *** Gary_ has joined #xdandroid | 17:52 | |
| Gary_ | hello | 17:53 | 
| Gary_ | diam100 | 17:53 | 
| *** Gary_ is now known as Guest82846 | 17:53 | |
| Guest82846 | annyone here ? | 17:53 | 
| *** Guest82846 has quit IRC | 17:54 | |
| *** LeTama has quit IRC | 18:06 | |
| *** Ashar has quit IRC | 18:06 | |
| *** Ashar has joined #xdandroid | 18:06 | |
| *** xRaptorx has joined #xdandroid | 18:19 | |
| *** Howler has quit IRC | 18:31 | |
| *** Howler has joined #xdandroid | 18:33 | |
| *** jocala has joined #xdandroid | 18:56 | |
| jocala | howdy | 18:56 | 
| *** xRaptorx has quit IRC | 19:11 | |
| *** jocala has quit IRC | 19:37 | |
| *** jocala has joined #xdandroid | 19:51 | |
| *** jocala has quit IRC | 19:57 | |
| *** HowEasy has joined #xdandroid | 20:04 | |
| *** HowEasy has quit IRC | 20:12 | |
| *** Timber has joined #xdandroid | 20:13 | |
| *** Unholy has quit IRC | 20:16 | |
| *** Unholy_ has joined #xdandroid | 20:16 | |
| *** TheDeadCPU|BRAVO has quit IRC | 20:37 | |
| *** Timber has quit IRC | 20:37 | |
| *** programmer8922 has joined #xdandroid | 20:38 | |
| *** JesusFreak316 has joined #xdandroid | 21:11 | |
| *** programmer8922 has quit IRC | 21:22 | |
| *** thedicemaster has quit IRC | 21:31 | |
| *** thedicemaster has joined #xdandroid | 21:32 | |
| *** jocala has joined #xdandroid | 21:40 | |
| *** thedicemaster has quit IRC | 21:44 | |
| *** thedicemaster has joined #xdandroid | 21:51 | |
| *** jocala has quit IRC | 22:04 | |
| *** programmer8922 has joined #xdandroid | 22:16 | |
| *** jocala has joined #xdandroid | 22:17 | |
| *** JesusFreak316 has quit IRC | 22:18 | |
| *** JesusFreak316 has joined #xdandroid | 22:25 | |
| *** sputnick has quit IRC | 22:50 | |
| stinebd | Unholy_: you never pasted an actual error | 22:54 | 
| *** jocala has quit IRC | 22:54 | |
| stinebd | i'm officially on vacation now so i will have very limited availability for the next week | 22:54 | 
| Unholy_ | i know, the build just stops there, its very strange | 22:55 | 
| Unholy_ | i alredy did make clean | 22:55 | 
| Unholy_ | then repo sync | 22:55 | 
| stinebd | Unholy_: make runs a few different compile processes at once. scroll up and you'll eventually see the error | 22:55 | 
| Unholy_ | i see, il check that in a few minutes, im goin to start theming froyo now | 22:56 | 
| Unholy_ | btw; enjoy your vacations you need em =P | 22:58 | 
| stinebd | thanks. i'll probably end up doing android work anyway though | 22:59 | 
| stinebd | i have issues when it comes to idling | 22:59 | 
| Unholy_ | haha, leave your laptop at home, and try nto to get near computers =P | 22:59 | 
| Unholy_ | not* | 22:59 | 
| *** JesusFreak316 has quit IRC | 23:04 | |
| *** programmer89221 has joined #xdandroid | 23:43 | |
| *** programmer8922 has quit IRC | 23:43 | |
| *** programmer89221 has quit IRC | 23:58 | |
| *** NeoMatrixJR has quit IRC | 23:58 | |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!