HD Videos always in sync
Video players never go out of sync with our cutting edge technology, even across different episode. So binge watch party TV shows in single watch party.
Start playing video on Netflix or other supported platforms.
Once video starts playing, click the Flickcall logo visible on top right to start watch-party (visible for 10 sec). You can also start party from Flickcall icon on chrome toolbar.
Click start party and copy invite link. Send the invite link to anyone to join your watch party.
Video players never go out of sync with our cutting edge technology, even across different episode. So binge watch party TV shows in single watch party.
Watch your friends laughing with you, Emotions shared in real-time. This is the next best thing after being together.
After installing extension, play the video and click Flickcall logo at top right to start party. Easy-peasy!!
Mic is muted automatically during video play and activated whenever video is paused to engage in seamless conversations. So hit pause and start speaking.
Our peer to peer technology delivers your personal chats and calls directly to your friends instead of the traditional approach of routing it via servers.
* In some cases, firewall setting doesn't allow direct connection, the calls and messages are encrypted and routed via our servers.
Have you ever had to hunt down an elusive kernel source for a niche device? Let me know in the comments—I know the pain. Disclaimer: Modifying your kernel can brick your device, void your warranty, and turn your phone into a paperweight. Always have a backup of your stock boot image.
The Android kernel is massive . A git clone of a full history can be 5GB–15GB. Use --depth 1 if you only need the latest code.
But why would you want to download the kernel source code?
# Inside the kernel folder make mrproper # Check the version head -n 5 Makefile You should see VERSION , PATCHLEVEL , and SUBLEVEL (e.g., 4.14, 5.4, 5.10). Downloading the kernel is just the first step. Actually compiling it for your specific device requires the correct toolchain (Clang for modern Android) and your device's vendor blob (proprietary drivers).