That is the notification. I also tried backing up and restoring with Neobackup as suggested. I changed all the mixplorer folders to full 7777 permissions in case it couldn't write it's own settings.
Nothing works. I'm going to keep at it.
That is the notification. I also tried backing up and restoring with Neobackup as suggested. I changed all the mixplorer folders to full 7777 permissions in case it couldn't write it's own settings.
Nothing works. I'm going to keep at it.
Tap & hold the title you want to edit, swipe it to the right and click the pencil icon, edit the title, then tap OK.My sections in bookmarks have all the name "title". How can i rename them?
Tap & hold the title you want to edit, swipe it to the right and click the pencil icon, edit the title, then tap OK.
I liked that the answer was given, not because I didn't know it. I do agree though that it isn't obvious.As you can see by the likes to your answer i'm not the only one that did not see this simple, but in some way hidden feature.
thanks a lot!
As you can see by the likes to your answer i'm not the only one that did not see this simple, but in some way hidden feature.
thanks a lot!
I liked that the answer was given, not because I didn't know it. I do agree though that it isn't obvious.
Strangly enough, your question was already answered in post #2 of this FAQ thread, thanks to the work of IronTechmonkey...
![]()
MiXplorer: Q&A and FAQ (User Manual)
MiXplorer: Q&A and FAQ (User Manual) Table Of Contents: i. INTRODUCTION, GETTING MIXPLORER, & INSTALLATION (This post) ii. UI, NAVIGATION, VIEW CONFIGURATION, BOOKMARKS, TABS iii. WORKING WITH FILES & FOLDERS (Copy Move methods, Trash option)...forum.xda-developers.com
The free work you do supporting MiX is never done...To the point of your observation some things are not very intuitive but still follow general touchscreen methodology. EG, MiXplorer makes thorough use of screen space and there are very few elements which do not serve a purpose, so while exploring the app. Long press is your friend to help figure out what various things do. As to the FAQ see below.
Interestingly, at one time there was supposed to be a specific mention of how to work with bookmark sections but it must have gotten lost in a shuffle of post edits or may have been outside of the OPs. Although the method for editing sections is implied by the method for editing bookmarks it was not entirely clear so I added this paragraph to FAQ post #2:
"Sections are labels which can be added to the bookmark list to organize bookmarks into groups. Tapping a bookmark section will expand or collapse the bookmarks between that section and the next section below it. Sections can be edited and moved in the same manner as bookmarks. Note: Moving a section will not bring the bookmarks under it to the new location - just the section itself. Arrangements of the groups must be done manually.
You really have file names with brackets?Hi,
i cant find the way to make a script with rename
from:
(\[)(.*)(\])(.*)(\[)(.*)
to:
$4$5$6
anyone can help?
You really have file names with brackets?
Write an "awk" script, feed it the output of "ls" (there's an "ls" option that displays just the filename, one name per line), have the awk script print "mv" commands.
Actually, I have file names with brackets too!I do have filenames with brackets for .. Reasons. I have very long filenames in UTF8 with many details regarding the file in general because metadata across file types and operating systems is not reliable, or I specifically do not want the file to have metadata but want the information visible, and one ends up using all sorts of shorthand code and symbols. Brackets around a symbol make for very readable, orderly "tags" of sorts. And I have spaces, too !
Yes, it's a riot when batch renaming or using the terminal. It's fine.
Edit : Ah, yes. Not judging OP or anything, but torrents also have plenty of filenames with descriptors between brackets.
One would probably want to rename things like [TSDM自購][Hi-Res][230524]TVアニメ『MIX MEISEI STORY 二度目の夏、空の向こうへ』EDテーマ「ハルノオト」/miwa[96kHz/24bit][FLAC] etc
Actually, I have file names with brackets too!
I highly recommend Bulk Rename and Group (https://play.google.com/store/apps/details?id=com.direstudio.utils.fileorganizerfree) if you do a lot of renaming!
Sorry to hear that! Dev seemed responsible regarding different issue, I can't imagine living without it now. He does have a newer version called Renamer, but I have issues with it and it likely has same privacy issue.I've been looking for an alternative / backup for MiX's renamer, because I have none, but that won't do it for me ..
(¯―¯٥)
εxodus
reports.exodus-privacy.eu.org
Sometimes - learning how to utilize search operators usually leads in down the right path no matter what you are searching for
Since you are asking here, and you mention "add-on", I assume you are using Mixplorer to view a PDF.I am sorry to ask what should be obvious but I need to know. I searched the thread and still can't find a clear answer.
I'm on android 11 moto phone. I need to update the PDF apk. I seem to always download and install the wrong apk because it keeps saying I need to update the PDF addon.
Which of the many pdf apks do I need to install?
Do I need to first uninstall the.current installed pdf addon?
Sorry for the stupid question.
To specify what to filter out (when you need fewer directories "out" than "in"):I'd like to explore the filter options - using 'some GUI' or the appropriate 'command line' parameters
dirs=
for i in *; do
case "$i" in
list|of|directories|to|filter|out) continue ;;
*) dirs+="$i " ;;
esac
done
tar -cf internal.tar $dirs
for i in .* *; do
instead.tar -cf <archive_name>.tar <dir1> <dir2>...
Confirmed. My bad, I failed to mention that "Pinch to zoom'" needs to be selected in the options of the view pop-up. Try that.is not working bro I tried it. can you check yours to just confirm it if it is a bug?
Interesting. Maybe. Waiting on @nzarbayezid to show me his Home, then we'll take it from there.I got two columns to show up by first pinching vertically to reduce the size, then pinching horizontally.
I have an old tablet with an old version of Mixplorer. Maybe one of those is the reason I get different behavior.
When I suggested using Mixplorer to archive something, I meant mark one or more items (long press on the first item, tap any others), and use the "Archive" option in the menu.This is all too much to comprehend as of now. But, I'll be sure to try and learn. Thanks a lot.
In the meantime, your execute method helped to create internal.tar of 53.25 GB, i.e., excluding the 'Android' folder in about 5 min. I'm now getting this pulled to the PC - 75% done in about 20 min. till now.
Now, please tell me the MiXplorer "in-app" tar file creation method for just the Android directory like you said could be done separately?
Edit: It was stuck at 78% for more than 5 min. Then suddenly...
/sdcard/internal.tar: 1 file pulled, 0 skipped. -180.7 MB/s (57176924160 bytes in -301.695s)
Looks like the 'tar'ing and 'pull'ing was successful. Thanks again!
sh -v scriptfilename >scriptfilename.log 2>&1
So I still say that adb pull is the correct choice, over the ****ty MTP.