22

[WINDOWS/LINUX][TOOL]Fire Toolbox V31.0

 9 months ago
source link: https://forum.xda-developers.com/t/windows-linux-tool-fire-toolbox-v31-0.3889604/page-621#post-88714241
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

[WINDOWS/LINUX][TOOL]Fire Toolbox V31.0

Datastream33

Senior Member
Sep 17, 2017 2,533 2,233
Negative, they are dead again.

View attachment 5945611

Redownloaded it again, saw the message about you updated the links so I went to services and tried to execute it and it is the same message

View attachment 5945615


Tried again, this time everything downloaded correctly
No idea what is up with googledrive(?) and those links


View attachment 5945655
Here are the SHA256 hashes
Code:
Filename,FilePath,HashValue,FileSize,KnownHashFlag
AccountMgr7-X32.apk,V:\Fire Toolbox V31.0\bin\Google Services\Android 9 (x64)\,3324EE2F67D23848AE3D9086F20ADA10F2CB0DBB6D202067B918CC4FB4D167BE,6.25 MiB
PlayServices9-X64.apk,V:\Fire Toolbox V31.0\bin\Google Services\Android 9 (x64)\,A1C9105E9D52AEE96B934D4A6E28FFBCCE7770FC806213A16AEF040DA68E459E,162.16 MiB
Playstore.apk,V:\Fire Toolbox V31.0\bin\Google Services\Android 9 (x64)\,03ACDF87DA98C09239737F56C568E0E8E82262B071081C14633593600664B8FA,56.71 MiB
ServicesFramework9-X32.apk,V:\Fire Toolbox V31.0\bin\Google Services\Android 9 (x64)\,CBB389CF0AFD809D4676B8D0AC8C196068CE9B4A0B3B7E2497DBFD6BF97D6E8C,4.6 MiB

Phew! Don't scare me like that!

Anyway, glad to see it's working as intended now!

Reactions: 9volts

Korvidion

New member
Jul 2, 2023
Ah, I see. My apologies, and thank you so much for the further clarification!

Ah, the Wallpaper Engine... that was one of my favorite apps back when I used Windows. Anyway, had no idea they released an Android version so that's pretty cool to hear!

Anyway, I'm going to make the assumption that the Special Offers app is throwing up that wallpaper because it hasn't downloaded any offers yet (due to the Remove Lockscreen Ads tool clearing the app's data). Tried to find a workaround, and stumbled upon this one:

Open the settings app, tap Apps & notifications, then tap App info to open the installed apps list. In this list, turn on the "Show system" toggle, scroll down till you see Special Offers, and tap on it. Force stop the app, then tap Data usage, turn off the "Background data" toggle. go back and this time tap Battery. In the Battery usage screen tap background restriction and restrict the app. Finally, at the bottom under the "Advanced" category, tap "Modify system settings, and toggle off the "Allow modifying system settings" option. Go back, and force stop the app again. Lastly, run the Remove Lockscreen Ads subtool again.

Once the subtool completes, restart Wallpaper Engine and apply your wallpapers again. Can't say for how long this will last before the Special Offers wallpaper shows up again through.
Thanks for taking the time to help me out! I may have overestimated what the tool was meant to do. I thought by removing lockscreen ads it would "free" the ability to set your wallpaper as opposed to just preventing the ad server from getting ads to display. And that is actually true it seems, just having issues with Wallpaper Engine.

So after following your steps, where I've ended up is:

- Setting a wallpaper for home and lockscreen via the Fire's settings will now both stick after unlocking.

- Setting them from the Engine app will still revert them back to the last set wallpapers via Fire settings.

I can live with this result as I can still transfer wallpapers through Engine (or just by cable), I just can't use Engine's fancy scene system or live wallpapers.

Might be an interesting thing to inspect though. Maybe has to do with Engine competing with Special Offers app in the background for control over the wallpaper.

SASSBS

Member
Jun 25, 2006
Previously had installed the framework on my Fire 11 Max. Everything was good, but then apps started crashing this weekend. (including amazon apps)

Factory reset, and a fresh deploy of Google stuff and I get the following error.

Play Services obviously doesn't work.
Again freshly wiped.... but it may have received some OTA updates since it worked two weeks ago.

Any tips would be appreciated!

Same it's really annoying constant crashes on Amazon apps I can't do anything on my Kindle because of the crashes.

Has anyone found aa solution I don't want to have to format it every few weeks!

m2xtreme

Senior Member
Sep 5, 2010
Code:
❯ ./FTB_Beta_V1.0_Installer                                                                                                                                                                            
[664837] Error loading Python lib '/tmp/_MEIG3EQmT/libpython3.10.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/_MEIG3EQmT/libpython3.10.so.1.0)

I'm getting the same error on Debian 11 (bullseye):

Code:
$ ./FTB_Beta_V2.0_Installer
[16224] Error loading Python lib '/tmp/_MEI5LRNue/libpython3.10.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/_MEI5LRNue/libpython3.10.so.1.0)
I suspect I'll have to use a newer version of Debian or Ubuntu since I'd rather not mess with the default/older glibc version on my system:
Code:
$ ldd --version | head -1
ldd (Debian GLIBC 2.33-7) 2.33

Reactions: blaacksheep

pmc3944

Member
Aug 24, 2019
Looking for some help, seems like ever since I have installed the toolbox on my fire tablet, I get the moisture detected error for apx 1 minute, every time I plug in to charge or plug into a pc to move files around. It goes away and then charges as normal, but its really annoying. I have restored to factory amazon settings and i dont get the message, but when i load the toolbox again, it came back. Any ideas?

Reactions: blaacksheep

blaacksheep

Senior Member
Jun 20, 2020 1,722 1,093 Buffalo
I'm getting the same error on Debian 11 (bullseye):
Code:
$ ./FTB_Beta_V2.0_Installer
[16224] Error loading Python lib '/tmp/_MEI5LRNue/libpython3.10.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /tmp/_MEI5LRNue/libpython3.10.so.1.0)
I suspect I'll have to use a newer version of Debian or Ubuntu since I'd rather not mess with the default/older glibc version on my system:
Code:
$ ldd --version | head -1
ldd (Debian GLIBC 2.33-7) 2.33
I'm a relative newbie at Linux, having fooled around with it in VM's for several years but not going too deep into the nuts and bolts of it. I know it works in the latest Mint/Ubuntu versions without complaining about the glibc version so your assessment sounds right.

Before you start fooling around with glibc, make sure you have Timeshift installed and configured and make a backup of your existing working system. I know it's a bother, but it can save your a$$ if you mess things up. Then you could try to force an update of glibc to v2.35 with Synaptic. If things start failing, you can then use your Timeshift backup to return to the previous working state.

Then, there's always the option to update your system in place to the latest version, but that often involves re-installation of things that don't get reconfigured in the update process, so I get your point.

Last thing I can think of is using a VM to run Toolbox. That's a big space hog, and one of the reasons for the Linux port in the first place!

Just a few thoughts from someone who's now running Linux because I won't install Windows 10/11. I'm not an expert at any of this. I'm just learning how to "swim".

BTW, Google is my teacher at this whenever I get into trouble.

blaacksheep

Senior Member
Jun 20, 2020 1,722 1,093 Buffalo
Looking for some help, seems like ever since I have installed the toolbox on my fire tablet, I get the moisture detected error for apx 1 minute, every time I plug in to charge or plug into a pc to move files around. It goes away and then charges as normal, but its really annoying. I have restored to factory amazon settings and i dont get the message, but when i load the toolbox again, it came back. Any ideas?
That seems to be a common problem with certain Fire tablets. I had it happen to one of mine, too. It doesn't seem to be related to Toolbox though. It just happens randomly and is persistent, but then it seems to go away for a while before returning later on.

I've spent hours Googling the problem and there's tons of reports of this with tons of potential solutions, none of which seem to work very well.

The best I can offer is to warm up your typing fingers and do a marathon Google session. Try everything that you haven't tried yet until you find something that works for your situation. Even Amazon doesn't have any reliable solutions for this.

Top Liked Posts

  • What's going on guys?​
    I sincerely hope everyone is doing good, and had a fantastic weekend!

    As some of you may know, Amazon has just launched a brand new tablet... the Fire Max 11. In celebration, I'm happy to announce the release of a brand new update for the Windows version of the Toolbox! (man, it's been awhile since the last update!)

    So, what's been changed/updated in the new update? Well, let's dive right into the major changes and discuss them in detail!

    New Device? Let's Add Support!​

    Well, it's finally the day! The day Amazon offically drops the brand new Fire Max 11 tablet! Looking into it, the tablet seems pretty solid! As always, we're not quite sure how the new tablet will play with the Toolbox... but I guess we'll have to find out someway, right? This is just the long way of saying the Toolbox now supports the new tablet. For those of you who have picked one up, could you please get it a try and let us know how it goes? Thanks!

    Anyone Up for Modifying the Settings Database?​

    Ah, the brand new subtool on the block - it's the Settings Database Modifier!

    Inspired by android apps like Settings Database Editor by 4A, I thought it would be cool to create a tool that let's you view, edit, and modify your tablet's settings database directly from the Toolbox. You'll find this beauty in the Modify System Settings tool as an option next to the System UI tab.

    I must warn you now that there are some limitations to using the tool. Your mouse's scroll wheel will be disabled in the tool (only in THIS tool), requiring the use of the scrollbars, arrow keys, or by simply clicking to navigate in the listboxes. Of course, this is mostly due to over-complicating the UI... but it isn't a certified datastream tool if that wasn't the case I'm afraid!

    As far as changing a database value goes, all you need to do is double click the one you want to change in the list, and then a new panel will pop up and from there you can set a new value and save changes. Pretty cool stuff aye?

    Anyway, for those of you who are curious about what's in the settings database... I'd highly recommend giving the new subtool a try! Also, let me know what you think about it... if you don't mind that is!

    New Coat of Paint and Improvements for the Push & Pull tool?​

    Ah, now this is one of the tools I really wanted to dive into and improve. We started first with the UI and worked on updating it to match the UI of the Python port's Push & Pull tool design. Not only did the UI get an update, but we also took the liberty of making several more improvements to the tool. Let's take a closer look...

    Pathing - Paths are now validated before they are used as the working directory. This includes escaping special characters (such as spaces) which would normally lead to an incorrect path being used. In addition, the list directories and files functions have been updated to ensure the proper contents are displayed in their proper panels - so directories with periods (.) will no longer appear in the files column.

    We've also added a refresh button so you no longer have to navigate to a new path and back to the previous just to update the file/directory listings.

    Next, 2 new tabs were added at the bottom of the tool:
    1. Tasks - Shows a list of all currently running operations.
    2. Logs - keeps track of all completed operation results, such as success and failure operations.
    But perhaps the most import improvement to the tool... you can now have 4 tasks running at the the same instead of the previous limit of 1. No more waiting for a single task to complete!

    Some Changes on YouTube Clients...​

    As some of you may know, TeamVanced recieved an Cease and Desist order from Google and the Vanced project was shut down. However, even though the project stopped, TeamVanced assured that the last release would still work until sometime in 2023... and as of recently that sadly has happened as advertised

    So as a result, the option to install Vanced has been removed from the Toolbox. However, to accomidate for the empty slot Vanced left behind a new client has been added. This new client is called SkyTube and it brings a few interesting features to the table.

    Go Ahead, Clear Those GServices Downloaded Files!​

    Ah, a new feature has been introduced that the Google Services tool really needed for awhile now (in my opinion). The Toolbox is now capable of deleting downloaded files. Located in the Google Service's Tool Options panel (gear icon at the upper-right hand corner of the tool), you will now find two options: one that clears downloaded files for your tablet's android version, and one that clears ALL downloaded play services files. These two options will be so helpful in the event that a download fails and the files become corrupt.

    Man, That Device Dashboard Icon is Annoying!​

    Tired of seeing the Device Dashboard icon, but don't want to change around your navigation bar's layout? (I don't blame you) Well, I'm happy to say that it's now possible to hide the icon without making any futher changes to the navbar. Apparently, there's been a key in the Settings Database all this time that actually governs the visibility of the icon, and through a simple value change we can hide the icon! Easy peasy!

    The Whole Picture​

    Wait, that's not everything this update has to offer! Please take a look at the change log below for more juicy changes/improvements:
    Fire Toolbox V31.0 - Changelog

    [Tablet UI Interactivity]
    • Improved the speed of tapping UI elements.

    [Modify System Settings]
    • The Device Dashboard icon can now be removed without altering the navigation bar's layout.

    [Keyboard & Input]
    • Added the option to clear the input text field after sending text to the device.
    • Special characters (ex: !@#$%, etc) are now properly escaped when sending text via the ADB Input subtool.

    [Device Detection]
    • Added support for the Amazon Fire Max 11 (sunstone).

    [Google Services]
    • Added Tool Options to clean all downloaded files, and tablet specific downloaded files.

    [Push and Pull]
    • Added a Refresh button, and added borders to the Back, Refresh, and Home icons.
    • The Current Path is now editable, giving you more control over directory navigation.
    • Reworked the UI to match the Python Port's UI.
    • Directories with periods in it's name will no longer show up in the Files list.
    • 4 operations can now be performed at once instead of the previous limit of 1.
    • Operations will now display in the Tasks panel, and once complete, the result of the operation will be logged in the Log panel.

    [Modify System Settings]
    • Added the Settings Database Modifier subtool. You can now add, edit, and delete entries from the settings database.

    [YouTube Clients]
    • Removed the Vanced Manager client. Vanced is dead and no longer works.
    • Added SkyTube as a new client option.
    • Updated client download links to the latest version.

    [Android Debug Bridge]
    • Updated ADB to the latest version.

    [Lockscreen Management]
    • Reworked the function that searches the Settings app for the hidden lockscreen security activity.
    • Improved logic handling for both Disable Lockscreen and Change Lockscreen Security Type subtools.

    [Reading Users]
    • Improved the function that is responsible for reading the tablet's users. Reading users on startup is now a little quicker.

    [User Management]
    • Fixed a bug that would prevent the Toolbox from using the new foreground user id when creating and switching users.

    Downloads​

    Ready to download the new update? Just pick which version you'd like and starting downloading! Of course, you can also pick up the new update from the Toolbox Updater as well!
    Version
    Installer (.exe)
    Portable (.zip)
    VirusTotal
    Fire Toolbox V31.0​
    Link​

    Let's Wrap This Up!​

    Again, as always, I'd like to take the time to THANK YOU all from the bottom of my heart for being so awesome, so patient, and so kind towards each other and to me. Your support has been a net positive in my life from day one and I just want to thank you all for it! Of course, special shoutout goes out to those of you who have donated. I feel honored, and would like to ensure you that it has gone into the coffee (as promised) and has helped fuel development! THANK YOU all so much!

    Well, that's all I've got for now guys! Please take care, and I'll see you guys on the flipside! Peace!
    I was able to get Nova Launcher to work on the Fire Max 11 with Launcher Hijack workaround.
    What's going on my Linux folks?

    I just wanted to let you guys know that there's been a new update to the Linux port as well!

    The Settings Database Modifier subtool has also been ported and can be found in the same place as the Windows version. Besides that, support was added for Sunstone (Fire Max 11) and that's pretty much it. Now that the Windows version update has been released I'm going to be shifting my focus back to the port.

    It looks like we need to tackle a few issues with Pyarmor, and the various issues with the installer.

    I would just like to take the time to sincerely thank you guys for being so patient with me, and for being so helpful towards each other.

    Downloads​

    Version
    Installer
    Portable (.zip)
    Update Post
    VirusTotal
    V2.0 (Beta)​
    Post​
    Link​
    Is there any way to disable the Startup sound using this program for an Amazon Fire HD 8 (8th Generation) tablet? Do I need to update my device? I am on version 9.2460.1.2.205752.0_2000846510.
    Hmm, Launcher Hijack you say?

    Is there still a 5 second delay before your custom launcher appears when tapping the home button?

    No delay when I click the home button.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK