| *** b100w11 has joined #sailfishos-porters | 00:04 | |
| *** zetaz has left #sailfishos-porters | 00:06 | |
| *** zetaz has joined #sailfishos-porters | 00:14 | |
| *** the_mgt_ has joined #sailfishos-porters | 00:21 | |
| *** the_mgt has quit IRC | 00:24 | |
| *** the_mgt_ is now known as the_mgt | 00:24 | |
| *** olafh has quit IRC | 00:35 | |
| *** vrutkovs has quit IRC | 00:55 | |
| *** GranPC has quit IRC | 01:04 | |
| *** uvatbc has quit IRC | 01:07 | |
| *** GranPC has joined #sailfishos-porters | 01:07 | |
| *** zetaz has left #sailfishos-porters | 01:08 | |
| *** jcbjoe has joined #sailfishos-porters | 01:28 | |
| *** GranPC has quit IRC | 02:26 | |
| *** GranPC has joined #sailfishos-porters | 02:29 | |
| *** phdeswer_ has quit IRC | 02:53 | |
| *** zhxt has quit IRC | 03:01 | |
| *** zhxt has joined #sailfishos-porters | 03:13 | |
| *** zhxt has quit IRC | 03:28 | |
| *** zhxt has joined #sailfishos-porters | 03:48 | |
| uhhimhere | so im trying to edit the system.img fil from my rom by mounting it | 04:05 |
|---|---|---|
| uhhimhere | but i keep getting a wrong filesystem typ | 04:05 |
| uhhimhere | can someone help | 04:06 |
| locusf | check dmesg | 04:13 |
| uhhimhere | [223046.476573] FAT: bogus number of reserved sectors | 04:17 |
| uhhimhere | [223046.476591] VFS: Can't find a valid FAT filesystem on dev loop0. | 04:17 |
| uhhimhere | http://omappedia.org/wiki/Android_eMMC_Booting#Modifying_.IMG_Files | 04:17 |
| uhhimhere | i think thats it | 04:17 |
| uhhimhere | its some kind of compressed samsung img type | 04:17 |
| uhhimhere | so i gotta go download simg2img | 04:17 |
| locusf | yeah seems so | 04:21 |
| uhhimhere | odd thing is it loads magically on my windows system using "Diskinternals Linux Readerzz" | 04:22 |
| uhhimhere | oh the irony | 04:23 |
| uhhimhere | how do i cancel a git checkut | 04:26 |
| uhhimhere | i want to checkout a different version | 04:26 |
| uhhimhere | just type the new one it? | 04:26 |
| uhhimhere | git checkout android-4.1.1_r1 | 04:26 |
| uhhimhere | what i wanted was 4.1.2. r2_1 | 04:27 |
| uhhimhere | git checkout android-4.1.2_r2.1 | 04:29 |
| uhhimhere | HEAD is now at 32243fa... Fix a few bugs in rand_emmc_perf | 04:29 |
| uhhimhere | is that it | 04:29 |
| locusf | yeah | 04:31 |
| locusf | is that supposed to be a branch or a tag? | 04:31 |
| uhhimhere | uhhhh | 04:35 |
| uhhimhere | one of the other? | 04:35 |
| uhhimhere | whats the diff | 04:35 |
| locusf | you can directly check out a tag, with branch you gotta set it as tracking branch | 04:41 |
| locusf | it is quite likely you are checking out a tag now | 04:42 |
| locusf | so its ok | 04:42 |
| locusf | I just confirmed that at least on the p3110, replicant does not work as base system | 04:57 |
| *** furikku has joined #sailfishos-porters | 04:58 | |
| uhhimhere | http://pastebin.com/iKVyDjYi | 05:17 |
| uhhimhere | make modules | 05:17 |
| uhhimhere | does that look right | 05:17 |
| uhhimhere | ? | 05:17 |
| uhhimhere | doing a search for .ko only yields about 10 or so .ko files | 05:17 |
| uhhimhere | SORRY 5* ks files | 05:18 |
| uhhimhere | lol | 05:18 |
| uhhimhere | ko | 05:18 |
| locusf | I'm sorry but I don't remember what your story was on this porting stuff, what is your original purpose on building the kernel? | 05:36 |
| uhhimhere | so that I could get familiarized with all the things that would need to be ported if i was to be able to install vanilla upstream on the GT-S7580 platform | 05:41 |
| uhhimhere | right now im just wondering why w/o specifying make modules i get no.ko files at all | 05:42 |
| uhhimhere | and with make modules i get only 5 | 05:42 |
| uhhimhere | does that mean everythings builtin | 05:42 |
| *** spiiroin has quit IRC | 05:42 | |
| uhhimhere | hah! looking at the stockrom.tar.md5's system.img there are only 2 .ko files | 05:43 |
| uhhimhere | dhd and voice solution.ko | 05:45 |
| uhhimhere | which actually lines up with what I see on the running kernel's lsmod | 05:47 |
| *** olafh has joined #sailfishos-porters | 05:47 | |
| *** VDVsx has quit IRC | 05:48 | |
| locusf | you got a long way to go from vanilla kernel, but keep it up :) | 05:52 |
| uhhimhere | iok so about the .ko files | 05:57 |
| uhhimhere | why are none created when i run make | 05:57 |
| uhhimhere | and the ones created using make modules arent the same as the ones found on lsmod | 05:58 |
| *** VDVsx has joined #sailfishos-porters | 05:58 | |
| locusf | depends on your config? | 05:58 |
| uhhimhere | hmm i used the stock config file | 05:59 |
| locusf | are you using the same kernel configuration as your stock rom? | 05:59 |
| locusf | hmm ok | 05:59 |
| locusf | odd | 05:59 |
| uhhimhere | http://pastebin.com/vaVHdqgb | 05:59 |
| uhhimhere | maybe the order isnt right | 05:59 |
| uhhimhere | so i built the kernel yesterday | 06:00 |
| uhhimhere | tested it etc and it all worked | 06:00 |
| uhhimhere | but then went to a tutorial i was following and realized that when they made make they had a bunch of .ko files and created a system/lib/modules which they then packe into stock rom | 06:01 |
| uhhimhere | i came back to see if there were any ko files | 06:01 |
| uhhimhere | none | 06:01 |
| uhhimhere | so i ran make modules | 06:01 |
| uhhimhere | and got 5 files | 06:01 |
| uhhimhere | or maybe they were already there | 06:01 |
| uhhimhere | ... | 06:01 |
| uhhimhere | goddamnit id have to rebuild to find ot | 06:01 |
| *** filippz has joined #sailfishos-porters | 06:05 | |
| locusf | the joys of porting :) | 06:06 |
| uhhimhere | im not even porting anything yet lol | 06:07 |
| uhhimhere | 2. Output files | 06:07 |
| uhhimhere | - Kernel : kernel/arch/arm/boot/zImage | 06:07 |
| uhhimhere | - module : kernel/*/*.ko | 06:07 |
| uhhimhere | thats from the original readme | 06:07 |
| uhhimhere | pastebin.com/jm84Uef3 | 06:10 |
| uhhimhere | http://pastebin.com/2nDbuACw | 06:12 |
| uhhimhere | is that really all the modules I would need | 06:14 |
| uhhimhere | you know what? f@#$ it i feel adventurous Hang on lady, we going for a ride! | 06:16 |
| uhhimhere | im gonna delete everything inside the sysimage folder and replace it with /lib/modules/5 files above | 06:17 |
| uhhimhere | and then rebot | 06:17 |
| locusf | erh no don't do that :) | 06:17 |
| locusf | the modules are compiled from different source tree | 06:17 |
| locusf | thus they won't activate on your compiled kernel | 06:18 |
| *** spiiroin has joined #sailfishos-porters | 06:19 | |
| *** spiiroin has quit IRC | 06:28 | |
| *** Lipevakala has joined #sailfishos-porters | 06:31 | |
| locusf | QPA-HWC: hwc_module->methods->open(hwc_module, HWC_HARDWARE_COMPOSER, &hwc_device) in create returned -22 | 06:34 |
| *** spiiroin has joined #sailfishos-porters | 06:40 | |
| *** marxistvegan has quit IRC | 06:44 | |
| uhhimhere | sorry | 06:52 |
| uhhimhere | i was busy doing what you had told me not to do | 06:52 |
| uhhimhere | didnt notice the message | 06:52 |
| uhhimhere | how can they be built from another source tree | 06:54 |
| *** Lipevakala_ has joined #sailfishos-porters | 07:17 | |
| *** Lipevakala has quit IRC | 07:19 | |
| *** phdeswer_ has joined #sailfishos-porters | 07:20 | |
| *** blackjack4it has joined #sailfishos-porters | 07:24 | |
| locusf | I should have said probably :) | 07:25 |
| *** Carepack_ has quit IRC | 07:35 | |
| *** Carepack has joined #sailfishos-porters | 07:36 | |
| *** blackjack4it has quit IRC | 07:39 | |
| *** Carepack_ has joined #sailfishos-porters | 07:39 | |
| *** Carepack has quit IRC | 07:42 | |
| *** Lipevakala_ has quit IRC | 07:44 | |
| *** eleroux has joined #sailfishos-porters | 07:51 | |
| *** Carepack has joined #sailfishos-porters | 07:56 | |
| *** Carepack_ has quit IRC | 07:56 | |
| *** Carepack_ has joined #sailfishos-porters | 08:00 | |
| *** Carepack has quit IRC | 08:04 | |
| *** ParkerR has quit IRC | 08:06 | |
| *** zGrr has joined #sailfishos-porters | 08:07 | |
| *** Carepack_ has quit IRC | 08:09 | |
| *** ParkerR has joined #sailfishos-porters | 08:09 | |
| *** ParkerR has joined #sailfishos-porters | 08:09 | |
| *** Carepack has joined #sailfishos-porters | 08:10 | |
| *** vakkov has quit IRC | 08:12 | |
| *** Carepack_ has joined #sailfishos-porters | 08:21 | |
| *** Carepack has quit IRC | 08:22 | |
| *** vakkov has joined #sailfishos-porters | 08:27 | |
| *** vakkov has quit IRC | 08:30 | |
| *** Carepack has joined #sailfishos-porters | 08:30 | |
| *** Carepack_ has quit IRC | 08:33 | |
| *** zGrr has quit IRC | 08:37 | |
| *** arcean has joined #sailfishos-porters | 08:39 | |
| *** vakkov has joined #sailfishos-porters | 08:46 | |
| *** zGrr has joined #sailfishos-porters | 08:52 | |
| *** vakkov has quit IRC | 08:55 | |
| zGrr | moin :) | 09:00 |
| *** vrutkovs has joined #sailfishos-porters | 09:01 | |
| *** vakkov has joined #sailfishos-porters | 09:10 | |
| *** phdeswer has quit IRC | 09:18 | |
| *** phdeswer has joined #sailfishos-porters | 09:18 | |
| *** spiiroin has quit IRC | 09:19 | |
| *** phdeswer_ has quit IRC | 09:23 | |
| *** alin has joined #sailfishos-porters | 09:26 | |
| *** alin has joined #sailfishos-porters | 09:26 | |
| *** vrutkovs has left #sailfishos-porters | 09:38 | |
| *** Lipevakala_ has joined #sailfishos-porters | 09:43 | |
| *** spiiroin has joined #sailfishos-porters | 09:44 | |
| *** Lipevakala_ has quit IRC | 10:00 | |
| *** vrutkovs has joined #sailfishos-porters | 10:01 | |
| *** Lipevakala_ has joined #sailfishos-porters | 10:02 | |
| *** Tassadar has joined #sailfishos-porters | 10:08 | |
| *** dr_gogeta86 has joined #sailfishos-porters | 10:22 | |
| *** faenil has joined #sailfishos-porters | 10:44 | |
| *** dhbiker has joined #sailfishos-porters | 11:13 | |
| *** Carepack_ has joined #sailfishos-porters | 11:15 | |
| *** Carepack_ has joined #sailfishos-porters | 11:16 | |
| *** Carepack has quit IRC | 11:18 | |
| *** plfiorini has quit IRC | 11:35 | |
| *** plfiorini has joined #sailfishos-porters | 11:48 | |
| *** Lipevakala_ has quit IRC | 11:59 | |
| *** Lipevakala_ has joined #sailfishos-porters | 12:04 | |
| sledges | https://github.com/nemomobile/fingerterm/pull/41 | 12:08 |
| sledges | review appreciated | 12:08 |
| *** Lipevakala has joined #sailfishos-porters | 12:11 | |
| *** Lipevakala_ has quit IRC | 12:11 | |
| *** plfiorini has quit IRC | 12:18 | |
| *** Carepack_ has quit IRC | 12:22 | |
| *** Lipevakala has quit IRC | 12:22 | |
| dr_gogeta86 | it scale to 280x280 ? | 12:23 |
| *** Carepack has joined #sailfishos-porters | 12:23 | |
| *** Lipevakala_ has joined #sailfishos-porters | 12:23 | |
| sledges | ha! | 12:26 |
| *** faenil has quit IRC | 12:31 | |
| *** faenil has joined #sailfishos-porters | 12:31 | |
| *** Lipevakala_ has quit IRC | 12:37 | |
| kimmoli | just got oneplus, was there any progress on porting SF to it? | 13:10 |
| kimmoli | xda pages shows some, but nothing recently updated | 13:11 |
| sledges | kimmoli: nice one, we need gpu/ion-memory/hwc expert to have ui | 13:12 |
| sledges | otherwise image is buildable | 13:12 |
| sledges | and you can have shell ;) | 13:12 |
| kimmoli | ok | 13:14 |
| sledges | talked about one+one in yesterday's backlog too | 13:15 |
| sledges | so traction is defo there | 13:15 |
| sledges | vgrade's one+ lab notes http://pastebin.com/QKWsRXP5 complement hadk, to come up with image | 13:16 |
| *** Carepack has quit IRC | 13:17 | |
| *** Carepack has joined #sailfishos-porters | 13:17 | |
| *** Carepack_ has joined #sailfishos-porters | 13:25 | |
| *** Carepack_ has quit IRC | 13:27 | |
| *** Carepack_ has joined #sailfishos-porters | 13:28 | |
| *** Carepack has quit IRC | 13:28 | |
| kimmoli | uh | 13:28 |
| kimmoli | have forgot that android experience already | 13:28 |
| sledges | same words of my best friend, whom i gave a jolla for xmas :) | 13:29 |
| *** marxistvegan has joined #sailfishos-porters | 13:29 | |
| *** Carepack has joined #sailfishos-porters | 13:29 | |
| sledges | tapping android's screen to wake-up:) | 13:29 |
| *** Carepack_ has quit IRC | 13:30 | |
| *** Carepack_ has joined #sailfishos-porters | 13:30 | |
| *** Carepack has quit IRC | 13:34 | |
| *** Carepack_ has quit IRC | 13:34 | |
| *** Carepack_ has joined #sailfishos-porters | 13:37 | |
| *** alin has quit IRC | 13:40 | |
| *** Carepack has joined #sailfishos-porters | 13:45 | |
| *** Carepack_ has quit IRC | 13:48 | |
| *** cl_ has joined #sailfishos-porters | 13:48 | |
| *** Carepack has quit IRC | 13:49 | |
| *** Carepack_ has joined #sailfishos-porters | 13:50 | |
| *** Carepack has joined #sailfishos-porters | 14:02 | |
| *** Carepack_ has quit IRC | 14:02 | |
| *** vrutkovs has quit IRC | 14:04 | |
| *** vrutkovs has joined #sailfishos-porters | 14:05 | |
| *** vrutkovs has quit IRC | 14:05 | |
| *** vrutkovs has joined #sailfishos-porters | 14:05 | |
| *** vrutkovs has quit IRC | 14:06 | |
| *** vrutkovs has joined #sailfishos-porters | 14:07 | |
| *** eleroux has quit IRC | 14:08 | |
| *** vrutkovs has quit IRC | 14:10 | |
| *** filippz has quit IRC | 14:16 | |
| uhhimhere | is there a command line alternative to odin for flashing samsung phones? | 14:27 |
| uhhimhere | also is there any way of replacing just one img file and not having to dissasemble the tar.md5, edit and rebuild the whole thing everytime | 14:27 |
| sledges | uhhimhere: heimdall | 14:28 |
| *** vrutkovs has joined #sailfishos-porters | 14:29 | |
| *** vrutkovs has quit IRC | 14:30 | |
| *** vrutkovs has joined #sailfishos-porters | 14:30 | |
| *** vrutkovs has quit IRC | 14:32 | |
| *** vrutkovs has joined #sailfishos-porters | 14:32 | |
| *** marxistvegan has quit IRC | 14:35 | |
| *** marxistvegan has joined #sailfishos-porters | 14:35 | |
| SK_work | uhhimhere: isn't there heimdall for cmd line ? | 14:45 |
| uhhimhere | yup just found that out | 14:46 |
| *** vrutkovs has quit IRC | 14:48 | |
| uhhimhere | during download mode, is it possible to ssh into the phone via usb | 14:57 |
| uhhimhere | or telnet | 14:57 |
| *** VDVsx has quit IRC | 15:01 | |
| sledges | sailfishos community collaboration @ #mer-meeting now | 15:01 |
| sledges | PSA ^ | 15:02 |
| *** vrutkovs has joined #sailfishos-porters | 15:05 | |
| *** GranPC has quit IRC | 15:11 | |
| *** GranPC has joined #sailfishos-porters | 15:22 | |
| *** Lipevakala has joined #sailfishos-porters | 15:32 | |
| *** dhbiker has quit IRC | 15:33 | |
| *** Lipevakala_ has joined #sailfishos-porters | 15:44 | |
| *** Lipevakala has quit IRC | 15:46 | |
| *** cybette has joined #sailfishos-porters | 15:51 | |
| *** Carepack_ has joined #sailfishos-porters | 16:09 | |
| cybette | hey all, I heard there's interest here to get oneplus one devices for porting. | 16:11 |
| cybette | I have 3 invites for 64 GB Sandstone Black, expiring in 4 days | 16:11 |
| cybette | query me for an invite if you want to get one, FIFO :) | 16:11 |
| *** Carepack has quit IRC | 16:11 | |
| *** Carepack has joined #sailfishos-porters | 16:13 | |
| *** Carepack_ has quit IRC | 16:16 | |
| *** Lipevakala_ has quit IRC | 16:17 | |
| *** Lipevakala has joined #sailfishos-porters | 16:19 | |
| *** Carepack has quit IRC | 16:21 | |
| *** Lipevakala has quit IRC | 16:24 | |
| *** Carepack has joined #sailfishos-porters | 16:25 | |
| *** zGrr has quit IRC | 16:28 | |
| *** Carepack has quit IRC | 16:31 | |
| uhhimhere | i didnt know rms co-wrote make | 16:35 |
| uhhimhere | no wonder he's peeved that people dont reference GNU when talking bout linux distros | 16:35 |
| *** Carepack has joined #sailfishos-porters | 16:36 | |
| *** freenodder has joined #sailfishos-porters | 16:41 | |
| *** Carepack_ has joined #sailfishos-porters | 16:45 | |
| *** Carepack has quit IRC | 16:47 | |
| *** VDVsx has joined #sailfishos-porters | 16:56 | |
| *** VDVsx has quit IRC | 17:06 | |
| *** VDVsx has joined #sailfishos-porters | 17:06 | |
| *** Nekron_dev has joined #sailfishos-porters | 17:28 | |
| *** dr_gogeta86 has quit IRC | 17:32 | |
| energycsdx | uhhimhere: he also co-wrote gcc | 17:37 |
| *** cl_ has quit IRC | 17:37 | |
| uhhimhere | i always thought he was a little bit on the pedantic side | 17:38 |
| uhhimhere | but now that im typing make in the linux kernel folder it makes sense | 17:38 |
| uhhimhere | lol | 17:38 |
| *** Nokius_ has joined #sailfishos-porters | 17:40 | |
| *** Nokius__ has quit IRC | 17:43 | |
| *** Nekron_ has joined #sailfishos-porters | 17:43 | |
| *** s5pik3 has joined #sailfishos-porters | 17:45 | |
| *** Nekron_dev has quit IRC | 17:45 | |
| *** Nekron_ has quit IRC | 17:48 | |
| *** uvatbc has joined #sailfishos-porters | 17:50 | |
| *** r0kk3rz has joined #sailfishos-porters | 17:50 | |
| *** Carepack_ has quit IRC | 17:55 | |
| *** vrutkovs has quit IRC | 17:57 | |
| *** zetaz has joined #sailfishos-porters | 18:13 | |
| *** vrutkovs has joined #sailfishos-porters | 18:17 | |
| *** r0kk3rz has quit IRC | 18:52 | |
| *** furikku has quit IRC | 19:00 | |
| *** Lipevakala has joined #sailfishos-porters | 19:10 | |
| *** Lipevakala has quit IRC | 19:11 | |
| uhhimhere | sledges: so i found , in vanilla, a bcm_defconfig.dts | 19:22 |
| Nokius_ | sledges: done :) | 19:25 |
| *** uhhimhere has quit IRC | 19:33 | |
| *** Lipevakala has joined #sailfishos-porters | 19:37 | |
| *** piggz has joined #sailfishos-porters | 19:38 | |
| *** Lipevakala_ has joined #sailfishos-porters | 19:40 | |
| *** Lipevakala has quit IRC | 19:41 | |
| *** Lipevakala_ has quit IRC | 19:55 | |
| *** beidl_ has joined #sailfishos-porters | 19:56 | |
| *** beidl has quit IRC | 19:58 | |
| *** eleroux has joined #sailfishos-porters | 20:00 | |
| *** Sail0r has joined #sailfishos-porters | 20:20 | |
| Sail0r | did anyone try to get sailfishos running on kindle fire hd? | 20:22 |
| sledges | nope | 20:22 |
| *** arcean has quit IRC | 20:22 | |
| Sail0r | my last try with a S2 was not successful maybe i try it with my Kindle fire hd ^^ | 20:23 |
| sledges | Nokius_: thanks! | 20:24 |
| sledges | ( for https://twitter.com/Nokius/status/552908780594556929 ) | 20:24 |
| sledges | really nice | 20:24 |
| sledges | Sail0r: yes, they both have cm11 | 20:25 |
| sledges | (both Fire HDs) | 20:25 |
| Sail0r | so it should be possible? | 20:25 |
| *** arcean has joined #sailfishos-porters | 20:25 | |
| sledges | yes | 20:25 |
| Sail0r | cool :) | 20:26 |
| sledges | wow it's OMAP4 | 20:26 |
| sledges | :P~ | 20:26 |
| sledges | pandaboard times | 20:26 |
| Sail0r | is there another user written example for porting around? | 20:26 |
| Sail0r | :P | 20:26 |
| sledges | https://wiki.merproject.org/wiki/Building_Sailfish_OS_for_Nexus_5 | 20:27 |
| Sail0r | cool thx :) | 20:28 |
| sledges | np | 20:28 |
| *** cmazieri has quit IRC | 20:31 | |
| *** M4rtinK has joined #sailfishos-porters | 20:31 | |
| *** faenil has quit IRC | 20:32 | |
| *** faenil has joined #sailfishos-porters | 20:32 | |
| *** gogeta has joined #sailfishos-porters | 20:34 | |
| *** Sail0r has quit IRC | 20:39 | |
| *** cmazieri has joined #sailfishos-porters | 20:43 | |
| *** s5pik3 has quit IRC | 20:55 | |
| *** gogeta has quit IRC | 21:03 | |
| *** alin has joined #sailfishos-porters | 21:04 | |
| *** s5pik3 has joined #sailfishos-porters | 21:10 | |
| *** daz is now known as DaZ | 21:21 | |
| *** Lipevakala has joined #sailfishos-porters | 21:27 | |
| *** swex_ has quit IRC | 21:46 | |
| *** mispp has joined #sailfishos-porters | 21:52 | |
| *** GranPC has quit IRC | 21:52 | |
| *** GranPC has joined #sailfishos-porters | 21:53 | |
| *** mispp_ has quit IRC | 21:53 | |
| *** eleroux has quit IRC | 21:59 | |
| *** Lipevakala has quit IRC | 22:04 | |
| *** beidl has joined #sailfishos-porters | 22:50 | |
| *** beidl_ has quit IRC | 22:51 | |
| *** freenodder has quit IRC | 23:04 | |
| *** faenil has quit IRC | 23:11 | |
| *** arcean has quit IRC | 23:11 | |
| *** piggz has quit IRC | 23:11 | |
| *** uvatbc has quit IRC | 23:17 | |
| *** zetaz has left #sailfishos-porters | 23:28 | |
| *** r0kk3rz has joined #sailfishos-porters | 23:41 | |
| *** s5pik3 has quit IRC | 23:43 | |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!