Android 13What version of Android?
Have you read any of the other posts in this thread?
Yes I tried and they are working
just folders are deleted, but a window appears asking for permission
Android 13What version of Android?
Have you read any of the other posts in this thread?
That's the first time I even hear it. And I can't reproduce it. I'm not sure what I can do without any information.Bug Report:
When using a keyboard arrow keys to navigate through opened images, Mixplorer seems to "highlight" each image when scrolling, creating a white tint on all images. When you touch the screen, the colours are set back to the original.
Is there a way to prevent this "highlighting" while navigating from image to image?
Tested on the latest beta.
Is this happening since Android 13 or even on older Android versions?Device: Samsung Galaxy Tab S7
Android Version: 13
ROM: Stock Samsung OneUI 5.0
Keyboard: Mini BT Keyboards (https://www.amazon.ca/gp/product/B07XMCDCT9)
To replicate, open any image to fullscreen (doesn't matter whether in folder or in zip), and navigate left/right on the arrow. The first click will "highlight" with a white tint, then subsequent taps will flip the page while still tinted.
Don't know if you saw the part that he is using arrow keys on a separate keyboard. It looks like if holding shift key and arrow on a windows PC when highlighting files, instead of clicking 1 and then scrolling thru the rest.Is this happening since Android 13 or even on older Android versions?
I remember I fixed something about that some days ago. Please always report after testing the latest beta.In code editor when we open long(not much) file of 400-500 lines and selecting anything after reaching to any section scrolls the editor back to line 1.
Let us suppose I open a test file with code editor, it has 400 lines of text. I scroll down to line 230, here I want to select some text to copy so I long tap on the text. Now it automatically scrolls to line 1 although selection does happen in line 230. I have to scroll down again to find out the selection and do any further copying.
It is difficult to exactly go to the previous line if text is long and I don't remember where I was.
Android:10
Device :Redmi Note 7 Pro
Keyboard: Gboard
Mix_version : 6.58.8 (happened in earlier versions too)
Sorry, I had tested in 6.58.8, hadn't noticed 6.58.9 beta.I remember I fixed something about that some days ago. Please always report after testing the latest beta.
In code editor when we open long(not much) file of 400-500 lines and selecting anything after reaching to any section scrolls the editor back to line 1.
Let us suppose I open a test file with code editor, it has 400 lines of text. I scroll down to line 230, here I want to select some text to copy so I long tap on the text. Now it automatically scrolls to line 1 although selection does happen in line 230. I have to scroll down again to find out the selection and do any further copying.
It is difficult to exactly go to the previous line if text is long and I don't remember where I was.
Android:10
Device :Redmi Note 7 Pro
Keyboard: Gboard
Mix_version : 6.58.8 (happened in earlier versions too)
Anyone else using MiXplorer Silver on Android TV (Android 11)?
The latest version always pop a message (I agree all the time) and force close no matter what I do. I tried to reinstall and now it get worse.
Might be similar to these reported issuers on Android TV which seem related to the nature of (or the absence of) local file manager.
https://forum.xda-developers.com/t/google-tv-file-manager-problem.4478099/.
If the same is the case for you there may be nothing that can be done in the file managers but if you're not already watching similar and possibly more robust threads, it might be worth keeping an eye that thread on in case a fix or workaround is announced.
On the other hand, since your report implies that this problem did not occur in previous version of mix may be the developer can fix it. In that regard a log might help. I hope this is not caused by another new unavoidable restriction from Google.
Hello,Hey,
Thanks for the link to that thread but yeah, MiXplorer used to work fine without these pop ups and force closes before the recent update.
After many tries to pass these pop ups and force closes, I managed to get the log.
@HootanParsa I attached it below. Don't know if you will find anything. (I hope you will)
Edit: Log deleted, we will contact in pms with the dev.
Definitely happened on older Android versions.Is this happening since Android 13 or even on older Android versions?
Hello,
I just want to inform you and others users with Android TV who may encounter similar issue, we figured out with Hootan what's the problem. For some reason MiX doesn't have permission for Files and Media all the time even if I did allow it when prompt and that causing the issue. To fix as Hootan told me:
Go to Android settings > Apps > Find MiXplorer > Permissions > Files and Media > Select 'Allow all the time'.
However this need to be done manually every time you fresh install the app, and people may encounter similar issue with me if they don't know it. I don't know if it's possible to implement a proper pop up to redirect you to this permission so you can allow it all the time.
Cheers!
(Pleaseadd changelog at least version number only for beta too, so we won't miss any updates)
Definitely happened on older Android versions.
A workaround I've been using is installing a keymapper and mapping buttons to simulate edge presses to turn pages. Turning pages on the screen itself is fine, only when I'm using arrow keys is when it does the "highlight".
Android 13
Yes I tried and they are working
just folders are deleted, but a window appears asking for permission
You have to grant permission for every single folder on Android 13.
If your device is rooted, use other paths to ../Adnroid directory. Like /sdcard/Android/data/...
Is this happening since Android 13 or even on older Android versions?
Don't know if you saw the part that he is using arrow keys on a separate keyboard. It looks like if holding shift key and arrow on a windows PC when highlighting files, instead of clicking 1 and then scrolling thru the rest.
@IronTechmonkeyTried decompiling but smali gives no clues (as expected) even jadx java doesn't help.
As you say, it needs dev input to make it themeable
The following command does a recursive comparison — i.e. it also compares any folder within the specified ones — and returns the differences, if any, in a sorted list under STDOUT. For the sake of simplicity*, place both folders in the same directory (folder) and proceed from within that directory.Is there a way to compare the contents of folders without having to manually compare files in two separate tabs? I have 2 folders; one has 236 files, while another has 235. I want to know what the 1 file that's different between the two folders amongst the 235 duplicate files is.
diff -qr 'folder1' 'folder2' | sort
'
character, use "
in the command, or (best practice) rename the folder.