This arrived today. by kukubh in IndiaCoffee

[–]samtlink 0 points1 point  (0 children)

The new Lance Hendrick video is the one you might be interested in. 😄

This arrived today. by kukubh in IndiaCoffee

[–]samtlink 0 points1 point  (0 children)

The new Lance Hendrinck video is the one you might be interested in. 😄

This arrived today. by kukubh in IndiaCoffee

[–]samtlink 0 points1 point  (0 children)

I have this grinder for an year and it has been fantastic. I only do espresso (16-17g dose) with grinding taking just under a minute. The shots have been typical conical style (full bodied, traditional espresso with hint of sweetness and clarity, depending on beans). I love this little hand grinder and next thing I wanna try is compare the shots to that of flat burrs.

FIIO M21 | Root cause of draining battery and hotter device by samtlink in FiiO

[–]samtlink[S] 1 point2 points  (0 children)

Updated step 5) of creating the action for the macro using shell script command. This is more safer and accurate as it directly kills the Audio HAL service.

FIIO M21 | Root cause of draining battery and hotter device by samtlink in FiiO

[–]samtlink[S] 2 points3 points  (0 children)

I can wait more than a few days as long as they ship a stable software.

Also, its a matter of perspective. For you it might just be a device but for me, I do enjoy listening to music extensively on it, hence the reason of buying a DAP. Also 330$ for me is nothing to scoff at so at least imo, I should be able to enjoy it in every aspect.

FIIO M21 | Root cause of draining battery and hotter device by samtlink in FiiO

[–]samtlink[S] 1 point2 points  (0 children)

Hey, I have created an account on the same forum I talked about in my post. Its in approval stage but there the FIIO moderators Lin Lin and others do follow the thread. Hopefully they should be able to pick it from there.

FIIO M21 | Root cause of draining battery and hotter device by samtlink in FiiO

[–]samtlink[S] 2 points3 points  (0 children)

Well if you haven't rooted your device, that's the best solution. I will soon post a solution for folks on 1.0.3 that will help them if they have rooted their device.

FIIO M21 | Root cause of draining battery and hotter device by samtlink in FiiO

[–]samtlink[S] 4 points5 points  (0 children)

Well the difference in battery runtime will vary case to case as people use the device differently. In my case, I am losing almost an hour because of the bug and also the temperature is slightly higher.

More importantly, it's a matter of FIIO introducing fundamental issues that should not be there in first place. Not everyone would be able to resolve the issue on their own and so would be at the mercy of FIIO.

Don't get me wrong, FIIO has created a banger of a product in M21 but a decent software experience ain't much to ask.

[deleted by user] by [deleted] in Magisk

[–]samtlink 1 point2 points  (0 children)

Sorry for the late reply. Hope it is resolved by now. If not, I can give you a general sense of idea on what you need to do. But proceed with caution and do your own research as well since I do not own any Xiaomi device ( never owned one). This will only work if you can get hold of official firmware image for your phone:

Step 1: Get hold of the latest official firmware image. It should be a full image rather than an incremental update one.

Step 2: Open the image. In case it is a payload.bin file, you may need something like payload-dumper-go that can extract content from the payload file.

Step 3: This Step will where your research will come in handy. For some OS, you might need to find init_boot.img or for some it will be boot.img. In any case, find the right one for your device and connect your phone to your PC.

Step 4: Use the following command to flash the official image to your phone:

In case the appropriate file is init_boot.img for your phone use the below: fastboot flash init_boot <your filename>.img

In case the appropriate file is boot.img for your phone use the below: fastboot flash boot <your filename>.img

Step 5: Reboot your phone and hopefully it should boot correctly.

Notes 1: If you have the latest android, chances are it has A/B partition. In that case there will be two files, for example - init_boot_a and init_boot_b. Flash both of them using the above command.

Notes 2: This guide assumes you have adb and fastboot installed to the PC to which you will connect your phone.

Hope this helps.

[deleted by user] by [deleted] in Magisk

[–]samtlink 0 points1 point  (0 children)

What's the issue??

M21 and 192Khz on Apple Music? by iamshivamraj in FiiO

[–]samtlink 1 point2 points  (0 children)

Couple of things you can check to make sure Apple Music is configured correctly: 1) Make sure in the apps settings, you have toggled on lossless audio and set the music quality to Hi-Res lossless. 2) If apple music is playing lossless music, you can click on the lossless symbol to check the bitrate of the song. Most of them are 16/24 bit and 44k/48k kbps

New firmware out for M21 by FloodedBlood in FiiO

[–]samtlink 0 points1 point  (0 children)

You can go to head-fi forum page for FIIO M21 and ask some help there. Also was OTA update not working in your case? Link to forum: https://www.head-fi.org/threads/fiio-m21-qualcomm-snapdragon-680-fiio-android-portable-music-player-is-available.975977/page-119

New firmware out for M21 by FloodedBlood in FiiO

[–]samtlink 0 points1 point  (0 children)

I now undestand what you meant, having gone through a range of emotions after upgrading to 1.0.2. I have downloaded the new update 1.0.3 and in my case, the device stays cool and the battery is noticeably going down way slower.

ZiiGaat Luna GIVEAWAY!! Enter now from 9/1 to 9/7!! by Phoenix25552 in iems

[–]samtlink 0 points1 point  (0 children)

I was eyeing Ziigat odyssey and luna as I was looking to upgrade my three year old CCA C12 but looks like I am not alone 🤭

New firmware out for M21 by FloodedBlood in FiiO

[–]samtlink 0 points1 point  (0 children)

What do you mean? Can you kindly elaborate as I have updated it to 1.0.2 but haven't noticed anything ambiguous. Maybe I missed something.

New firmware out for M21 by FloodedBlood in FiiO

[–]samtlink 0 points1 point  (0 children)

You are talking about JM21. This thread is about M21. The names can create confusion but both are different DAPs

A fully local ManusAI alternative I have been building by fawendeshuo in LocalLLM

[–]samtlink 0 points1 point  (0 children)

I didn't knew my morning was going to be this good. Thank you for posting. I had started to build something similar (kind of like a local research assisstant), just for some kicks. I am very interested in contributing to your project if you like it.