00:00:15 missionfriend | Hello, I have been working with asteroid os for a while but I cant find how to make the clock format 12 hours instead of 24 hours. How would I do this? 00:05:37 Quit: Nokius (Quit: Lost terminal) 00:06:09 Etua joined the channel 00:06:47 Nokius joined the channel 00:10:47 Quit: missionfriend (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 00:29:18 Quit: SailorMoon (Quit: Leaving) 00:41:24 Quit: Etua (Ping timeout: 256 seconds) 00:42:02 Quit: Mister_Magister_ (Ping timeout: 264 seconds) 00:56:18 Etua joined the channel 01:12:25 EvilAntCyborg | [06AsteroidOS/meta-sturgeon-hybris] 12FlorentRevest 03added member bencord0 01:13:50 bencord0_ joined the channel 01:36:37 SailorMoon joined the channel 02:17:17 Quit: SailorMoon (Quit: Leaving) 02:17:44 Quit: andyrtr (Ping timeout: 246 seconds) 02:24:20 andyrtr joined the channel 02:31:25 Quit: Etua (Remote host closed the connection) 02:50:29 Quit: andyrtr (Ping timeout: 248 seconds) 02:56:40 andyrtr joined the channel 02:59:43 SailorMoon joined the channel 03:15:13 Quit: andyrtr (Ping timeout: 258 seconds) 03:22:22 andyrtr joined the channel 03:23:28 Quit: bencord0_ (Ping timeout: 256 seconds) 07:03:34 Quit: SailorMoon (Quit: Leaving) 07:09:00 Quit: andyrtr (Ping timeout: 256 seconds) 07:14:50 andyrtr joined the channel 07:33:25 Quit: andyrtr (Ping timeout: 260 seconds) 07:39:21 andyrtr joined the channel 08:07:29 Quit: andyrtr (Ping timeout: 260 seconds) 08:14:21 andyrtr joined the channel 09:08:37 Quit: andyrtr (Ping timeout: 260 seconds) 09:14:20 andyrtr joined the channel 09:18:14 SailorMoon joined the channel 09:37:35 jreznik_ joined the channel 10:37:11 Quit: jreznik_ (Ping timeout: 246 seconds) 10:49:59 jreznik_ joined the channel 11:02:29 Quit: andyrtr (Ping timeout: 258 seconds) 11:09:50 andyrtr joined the channel 11:14:39 Quit: jreznik_ (Ping timeout: 246 seconds) 11:24:06 lepage joined the channel 11:31:37 Quit: SailorMoon (Quit: Leaving) 11:44:02 Mister_Magister joined the channel 12:02:40 Quit: andyrtr (Ping timeout: 258 seconds) 12:03:22 jreznik_ joined the channel 12:09:51 andyrtr joined the channel 12:53:39 Quit: andyrtr (Ping timeout: 258 seconds) 12:59:18 andyrtr joined the channel 13:16:00 Quit: MrChrisDruif (Quit: No Ping reply in 180 seconds.) 13:17:22 MrChrisDruif joined the channel 13:27:17 Quit: jreznik_ (Ping timeout: 246 seconds) 13:39:22 jreznik_ joined the channel 13:47:53 Quit: andyrtr (Ping timeout: 252 seconds) 13:54:51 andyrtr joined the channel 14:04:14 Quit: andyrtr (Ping timeout: 264 seconds) 14:09:21 andyrtr joined the channel 14:29:36 Quit: jreznik_ (Ping timeout: 246 seconds) 15:05:06 SylvieLorxu joined the channel 15:22:07 Quit: andyrtr (Ping timeout: 252 seconds) 15:28:49 andyrtr joined the channel 15:39:05 SylvieLorxu_ joined the channel 15:39:13 Quit: SylvieLorxu (Ping timeout: 245 seconds) 15:39:52 SylvieLorxu_ is now known as SylvieLorxu 15:42:28 SylvieLorxu_ joined the channel 15:43:07 Quit: SylvieLorxu (Read error: Connection reset by peer) 15:43:07 SylvieLorxu_ is now known as SylvieLorxu 15:47:54 Quit: SylvieLorxu (Read error: Connection reset by peer) 15:48:37 SylvieLorxu joined the channel 16:12:50 Quit: Mister_Magister (Ping timeout: 246 seconds) 16:31:35 Mister_Magister joined the channel 16:58:42 Quit: SylvieLorxu (Ping timeout: 246 seconds) 16:59:13 Quit: andyrtr (Ping timeout: 245 seconds) 17:04:18 andyrtr joined the channel 17:07:29 SylvieLorxu joined the channel 17:17:35 Mister_Magister_ joined the channel 17:18:27 jreznik_ joined the channel 17:20:01 Quit: Mister_Magister (Ping timeout: 260 seconds) 17:20:50 Mister_Magister_ is now known as Mister_Magister 17:33:42 Quit: jreznik_ (Ping timeout: 246 seconds) 18:01:38 jreznik_ joined the channel 18:16:13 kido | thanks for reporting Korak, I'll check it out later, I should have free time in ~two weeks 18:16:24 Korak | I am sure all this will start to make sense how it all works the more I play, but right now Android Studio is frustrating 18:16:36 kido | :) 18:17:52 Korak | I see things in the app that I can't find in the code and their search is not much help :P 18:19:10 kido | what do you see that you can't find? 18:20:28 Korak | Really it is probably just because I have no clue what I am doing :) I was looking for where in this it controls that notification. 18:23:49 Korak | Right now I think I really have a lot of documentation I need to dig into and get up to speed on things. This is reminding me a fair bit of back when I did some visual basic stuff, but that was long time ago and this is rather different. 18:28:12 Korak | Ah, I now realize why the way I was searching was not working, the stuff to handle different languages means I can't cheat and directly search for strings to find locations in the code :P 18:29:17 kido | they are received from the android system here https://github.com/AsteroidOS/AsteroidOSSync/blob/master/app/src/main/java/org/asteroidos/sync/services/NLService.java#L134 which is a notification listener "service" (see android terminology) registered here https://github.com/AsteroidOS/AsteroidOSSync/blob/master/app/src/main/AndroidManifest.xml#L52 an intent is then broadcasted to the whole app 18:29:20 kido | (NLService.java:170) with all the info. this intent can then be received here: https://github.com/AsteroidOS/AsteroidOSSync/blob/master/app/src/main/java/org/asteroidos/sync/ble/NotificationService.java#L71 (which has a "service" name but this time service is related to the BLE terminology) this function just wraps the information of the Intent in a xml form and write it to the "notification update 18:29:22 kido | characteristic" which is a BLE characteristic registered by asteroid-btsyncd here https://github.com/AsteroidOS/asteroid-btsyncd/blob/master/notificationservice.cpp#L31 at this point the xml info are de-serialized and re-serialized in a libnotify DBus call which is then received by lipstick and shown by asteroid-launcher https://github.com/AsteroidOS/asteroid-launcher/blob/master/qml/NotificationPreview.qml 18:33:12 kido | regarding translation, you can still use the string IDs to find where in the code those strings are used 18:33:37 Korak | Yeah, once I figured that out I did just that. 18:36:21 Quit: jreznik_ (Ping timeout: 246 seconds) 18:48:07 Korak | I kind of think I understand why it is happening, now I just have to see if I can figure out how to fix it :) 18:55:20 kido | :) 19:06:15 Korak | It is opening up a new Device Detail activity but doesn't pass it any of the information about the device. 19:15:45 kido | oh right, I didn't get it first 19:16:23 Korak | Yeah, lookes like device detail expects a mac address to be handed off to it. 19:16:40 kido | *this* notification is handled by this class https://github.com/AsteroidOS/AsteroidOSSync/blob/master/app/src/main/java/org/asteroidos/sync/services/SynchronizationService.java 19:17:24 kido | for now this PendingIntent, which is in charge of loading the necessary DeviceDetailActivity doesn't provide the necessary information 19:17:52 Korak | Yeah 19:17:57 kido | I guess you could use mDevice to send the correct info 19:18:16 kido | https://github.com/AsteroidOS/AsteroidOSSync/blob/master/app/src/main/java/org/asteroidos/sync/DeviceListActivity.java#L115 like this 19:18:19 kido | with mDevice instead of device 19:18:51 Korak | Yep, that was exactly what I was looking at. 19:19:33 Korak | Just working out how I need to place it in here for it to work right. 19:24:13 kido | I guess it's just a matter of defining this Intent https://github.com/AsteroidOS/AsteroidOSSync/blob/master/app/src/main/java/org/asteroidos/sync/services/SynchronizationService.java#L143 before the PendingIntent and using DeviceDetailActivity with the right argument if mDevice is defined or the DeviceListActivity if mDevice is not defined 19:32:35 Quit: lepage (Quit: Konversation terminated!) 19:40:50 Quit: SylvieLorxu (Ping timeout: 264 seconds) 19:48:38 SylvieLorxu joined the channel 20:19:13 Quit: SylvieLorxu (Quit: ZNC - http://znc.in) 20:27:36 Mister_Magister_ joined the channel 20:30:03 Quit: Mister_Magister (Ping timeout: 245 seconds) 20:30:13 Mister_Magister_ is now known as Mister_Magister 20:40:16 Korak | Well, so far I have found several ways to make the app crash sooner :P 21:00:11 Korak | Woot! I finally figured out a way that does work. 21:04:14 Quit: andyrtr (Ping timeout: 264 seconds) 21:07:14 Quit: Mister_Magister (Ping timeout: 264 seconds) 21:10:20 andyrtr joined the channel 21:14:50 Korak | Hmm, I don't know how but seems like the change also makes it really persistant in attempting to reconnect if it looses the watch. I switched off bluetooth on the watch to see if I could crash the app with notification if there was no watch. Notification will just loop trying to reconnect to the watch. 21:26:53 Quit: andyrtr (Ping timeout: 260 seconds) 21:26:55 Mister_Magister joined the channel 21:33:13 Mister_Magister_ joined the channel 21:33:38 Quit: Mister_Magister (Ping timeout: 264 seconds) 21:33:51 andyrtr joined the channel 21:37:10 jreznik_ joined the channel 21:38:14 Mister_Magister_ is now known as Mister_Magister 21:49:20 vish123 joined the channel 21:49:28 vish123 | Hello 21:49:47 vish123 | Ijust purchase smart watch Dz09 please help how to install app on it 21:50:11 vish123 | can anyone help me > 21:57:56 Quit: jreznik_ (Ping timeout: 246 seconds) 22:01:45 Quit: vish123 (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 22:28:26 jreznik_ joined the channel 22:44:00 Quit: andyrtr (Ping timeout: 258 seconds) 22:46:55 kido | Korak: ok, I think it's fine, thank you for the PR :) 22:49:21 andyrtr joined the channel 22:55:38 Nokius_ joined the channel 22:58:51 Quit: Nokius (Ping timeout: 246 seconds) 23:09:20 Quit: Mister_Magister (Quit: Konversation terminated!) 23:27:49 Quit: andyrtr (Ping timeout: 248 seconds) 23:33:52 andyrtr joined the channel 23:57:18 Quit: andyrtr (Ping timeout: 246 seconds)