Development [STABLE] Windows All-In-One Tool Batch File - Windows 11

[BETA] Windows All-In-One Tool Batch File​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
A good tool based on Windows batch commands. It has a few commands for now, (already 200 lines, but alright ...) but I will keep updating it and make a good release. It works for now, but not everything is correctly yet.
Download​Source #1: GitHub
How to use​Opening program​All tools/options​1. DISM and SFC Repair - Use this option if you want to check your computer of corrupted Windows files, and recover them if needed.
2. Create Restore Point - Creates a restore point with the name 'Restore Point'. (I might update the name in the future to use something like the date, need to look into that...)
3. Windows IP Configuration - Checks the network settings and show information about the network adapters using the IPCONFIG command.
4. User List - Shows a list of all users that exist on the PC.
5. Check Windows Version - Opens WINVER.exe, from where you can check information about the version of Windows.
6. Ping Tool - Allows you to ping a website.
NOTE: don't add ping before the command! So 'ping -t google.com' becomes '-t google.com' here.
7. N/A yet.
8. Open Terminal - Allows you to open a Windows Command Prompt. (Still need to fix something there).
9. Credits - Shows all the credits for the program (Currently me and Microsoft. Microsoft for developing the possibility to make those easily-to-develop programs)
10. Tool Information - Shows information about the batch file/tool.
11. Exit - Closes the tool.

Related

[Tool][Win][ICS]Razr Root

I know there is other tools out there, I was bored and decided to write up a tool that runs the root script in a GUI for windows.I just wanted something to do and this is what I came up with.
Special Thanks To:
Regaw - AndroidLib
pedrotorresfilho
kholk
miloj - Exploit binary
First things first. This program runs a commands at startup. It will verify if the device is a razr, it will verify only 1 device is plugged it. It does have minor error checking. It's mainly just to look cool. While it does root again I was bored. This really isnt anything new.
NOTE: To exit the application you click the back button. This will exit the app.
The home button will take you to this thread.
The Menu button i'm not sure what to do.
The Search button i'm not sure what to do. // Will probably set it up for donation link for the guys above.
Also I know the file size is big, lol like i said i did this while being bored its more focused on the look. It uses some extra dlls etc in order to do transparency and listbox images.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[Download Link]
Download Here
+1..
another guide..
thank for sharing...
Link is online now.
Fixed a minor bug where software would crash during restart of device.
Nice tool, thanks :good:
nice tool...
downloading..
wowww.. interactive tools for root..
downloading now..
and I will tested at ICS Asia Retail..
report ASAP..
Hi!
Why is the adb process persistent? After running this aplication we cannot delete de folder or disable the adb process in background.
--Edit--
I may have found an answer: You've used a 32bit library (MS Windows (GUI) Intel 80386 32-bit). You should add a statment in OP it's for 32bit versions of windows.
Thanks
32Bit should run fine on 64bit machines, just need to place adb-killserver on shut down and that will stop adb. I will do that today.

[SHARE][APP][WIN-TOOL] ADB Screenshot from both Android OS and Recovery!

Note: I'm just sharing the work of the XDA Member majdinj
Here's a brief introduction :
majdinj said:
ADB Screen Shot (OS & Recovery)​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What does this tool do?
Simply, it takes screen shot through adb shell action and pull the resulted image file directly to your computer, then it removes all traces from android device.
From which android screen this tool is capable to take picture from?
From both android OS and Recovery mode.
What are the basic binaries used in this tool?
- The built in screencap binary for taking screen shots from Android OS.
- fb2png binary for taking screen shots from Android Recovery mode. This binary is developed by Kyan.ql (You can visit the project page from here).
How can I use this tool?
It is simple:
1) Make sure you have turned on your device USB debugging mode.
2) Connect your device to your computer by USB cable.
3) Run the tool by clicking on ScreenCap.bat
​4) After taking screen shot, it will be saved in ScreenCapture folder.
Credits:
- Google for ADB engine.
- Kyan.ql for fb2png binary.
Download:
- View attachment 2349228 | @ 25-Oct-2013
- View attachment 2236447 | @ 5-Sep-2013
Change-logs:
Code:
[B][U]v1.10 @ 25-Oct-2013[/U][/B]
- Fixed syntax to support new cmd versions
[B][U]v1.00 @ 5-Sep-2013[/U][/B]
- The first release.
Click to expand...
Click to collapse
Original Thread : http://forum.xda-developers.com/showthread.php?t=2433256
Credits : majdinj
Click to expand...
Click to collapse
What about pressing the thanks button!
im added function Screenrecord and run successfully sent to u
https://app.box.com/s/x933wyk2ukkkgduhadv5
can u test and continues developer?

Extract content from android backup

Hello everyone...
I find the phone with the non-working tuch ..
From the recoveri mode I managed to make a complete backup of the phone on sd and generated these 3 files:
userdata_20160101_000035.backup
userdata_20160101_000035.backup1
userdata_20160101_000035.backup2
is there a possibility to extract the content ???
I would be interested in contacts.
I state the phone is a Majestic
Thank you.
recovering contacts is not easy. you need SQLite Forensic Explorer to view the database file. the database is separated in many different tables, each table has a column "raw_contact_id" which contain always the unique id-no of contacts (one table contains phone nos, another table contains names, etc... you must query tables by id).
once you have extracted the backup, the file "contacts.db" is located "/data/data/com.android.providers.contacts/databases/"
from the backup I made, how do I extract the contacts.db file ??
remove the checksum(s) and merge the files. you need linux
don't be scared, i will explain you step by step. first step: do you have linux? if yes, press CTRL + ALT + T this is the terminal where you can do it. if no, please download unetbootin and prepare a bootable usb stick. you can run ubuntu on your pc without installing. don't hesitate to ask if you need help regarding unetbootin
scacco728 said:
finally I was able to understand something of the terminal in place ..
I move to the folder where the files are, I open the terminal I enter the commands and I generate this error .. why do you think ???
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
"dd" does not accept wildcards. press <TAB> instead of * for word completion. you must type the full file name. remove the stars in this example code.
edit: i will answer in this thread, because this are linux basics. so lets open a "beginner" thread here, and leave the other thread open for more advanced questions. finally, your goal is to extract contacts, what we should not discuss in main thread

How To Guide [Guide] [Tool] Easy One click debloating all un-need apps on your phone locked/unlocked bootloader

This time I will share a tool developed by w1nst0n.
This tool is very good because it can automatically detect all useless system applications from your phone.
You can use this tool even your phone still in locked bootloader.​Universal Android Debloater GUI​DISCLAIMER: Use at your own risk. I am not responsible for anything that could happen to your phone.​Features​
Uninstall/Disable and Restore/Enable system packages​
Multi-user support (e.g apps in work profiles)​
Export/Import your selection in uad_exported_selection.txt​
Multi-device support: you can connect multiple phones at the same time​
All your actions are logged so you never forget what you've done​
Required​
Nothing u can use this tool even your phone on fresh stock firmware​
How to use it​
Enable Developer Options on your smartphone.
On Developer Options menu turn on USB Debugging, install via USB & USB debugging (security setting) from the developer panel.
Download android platform tools and Install USB drivers for your device
Download the latest release of UAD GUI for your Operating System here. Take the opengl version only if the default version (with a Vulkan backend) doesn't launch.
unzip android platform tools and UAD GUI to same folder
Open UAD GUI and choose recomended
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Tick all app or u can choose one by one on app u want to debloat
And klik Uninstall selection
ENJOY a new taste of you phone
How to restore app
Open UAD GUI & change this menu to uninstalled
Tick all app or sellect app u want to restore and klik restore
Already tested on my phone (unroot and locked bootloader)​
BEFORE DEBLOAT​
AFTER DEBLOAT​
Conclusion​I really like this tool, after debloat all applications with this tool I don't get any problem, All applications can run perfectly.
This not my own tool. I'm just sharing my experience. so if you like this tool please give support directly to the developer w1nst0n.​
Special thanks to w1nst0n for this awsome tool​

General SophiApp - Windows 11 Tweaker

SophiApp. The next chapter of the Sophia Script project;
SophiApp is a free, open-source app for fine-tuning Windows 10 & Windows 11. It offers a modern UI/UX, more than 130 unique tweaks, and shows how Windows can be configured without making any harm to the OS. SophiApp may not work on a homebrew Windows. Especially, if the homebrew image was created by OS makers being all thumbs who break Microsoft Defender and disable OS telemetry by purposely uprooting system components. It's allowed to be logged in as one admin user only during application startup.
SophiApp is fully portable: it doesn't have any config (yet) and doesn't save any data into the registry. Just extract the SophiApp folder with Bin folder and SophiApp.exe.config file, and run SophiApp.exe.
System Requirements;​
​Version​​Marketing name​​Build​​Arch​​Editions​​Windows 11 Insider Preview 23H2​​2023 Update​​25206+​​​​Home/Pro/Enterprise​​Windows 11 22H2​​2022 Update​​22621+​​​​Home/Pro/Enterprise​​Windows 11 21H2​​NA​​22000.739+​​​​Home/Pro/Enterprise​​Windows 10 22H2​​2022 Update​​19045.2006+​​x64​​Home/Pro/Enterprise​​Windows 10 21H2​​October 2021 Update​​19044.1706+​​x64​​Home/Pro/Enterprise/LTSC​
Direct downloads - https://github.com/Sophia-Community/SophiApp/releases/download/1.0.90/SophiApp.zip​
Screenshots;
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Notes;
Some functions depend on Internet access. If not, they will be hidden in UI until the access appears back. You can enable hidden functions in UI by turning on the Advanced settings in the Settings. The hidden functions will be marked with a gear in UI. After closing SophiApp, it creates a log file that you can attach to an open issue (or send to the Telegram group) to help us understand the bug. The log file doesn't contain any sensitive personal information. We do not store any data neither in the Windows registry or any other server.​
Works on Windows 11 22H2
xXx yYy said:
Works on Windows 11 22H2
Click to expand...
Click to collapse
yeah, I used it to tweak abit and uninstalled it
works great too compared with other available tweakers out there ..

Categories

Resources