[APP][4.0+]Developer's Toolbox - Root and non-root tools

Search This thread

Kuterd

Member
Jul 19, 2017
26
24
cesRSEjUH7mpL4EZSkLUJ8RjlQQNy7Xd970sBnTF_n6yQkxLg2F3VbjC9SCls8B73Q=h600-rw


Google Play Download:http://goo.gl/SG9C3m

Developer's Toolbox contains root and nonroot tools developers may need. By using Developer's Toolbox you can reduce the app overhead in your device.

Version 1.1.0 Change log:
Made the ui look alot more cooler !!
Bug fixes.

Version 1.0.13 Change log:
Added icon to every category.
Changed the way tools get listed. It should be a lot easier to browse tools.

Version 1.0.10 Change log:
Made the app open alot faster.
Made the Shared Prefrences editor and the APK Extractor open alot faster and more material design complient.
Added "Open in text editor" option to Shared Prefrences editor.
Reduced the APK size.
Small ui tweaks.
Bug fixes.


• Text Editor
Easily edit text files.
• Numeric Converter
Convert between numeric systems. Example binnary -> hex.
• Base64 Converter
A tool for converting base64 to string and string to base64.
• Hasher
Hash value calculator. Currently supported hashing algorithms: md5,sha,sha256.
• Request Maker
A tool for making http and https requests.
• Build Prop Editor[ROOT]
A editor for "build.prop" file.
• Wireless ADB[ROOT]
Easily enable and disable wireless Android Debug Bridge(ADB).
• Wifi Pass Reminder[ROOT]
A tool for seeing saved passwords.
• URL Encode / Decode
Encode and decode url.
• Shared Preference Editor[ROOT]
Easily edit shared preferences.
• HTML Encoder / Decoder
Encode and decode HTML.
• APK Extractor
Extract APK files from installed apps.
• Regex Tester
Test your Regular Expressions.
• JSON Prettify / Minify
Pretify or Minify JSON
• Rebooter[ROOT]
Easily reboot your device, boot into recovery and bootloader.
 
Last edited:

0xTJ

Senior Member
Dec 3, 2014
72
30
OnePlus 9
Google Play Download: goo.gl/SG9C3m

Developer's Toolbox contains root and nonroot tools developers may need. By using Developer's Toolbox you can reduce the app overhead in your device.

Warning: some tools in this app require root access.

• Numeric Converter
Convert between numeric systems. Example binnary -> hex.
• Base64 Converter
A tool for converting base64 to string and string to base64.
• Hasher
Hash value calculator. Currently supported hashing algorithms: md5,sha,sha256.
• Request Maker
A tool for making http and https requests.
• Build Prop Editor[ROOT]
A editor for "build.prop" file.
• Wireless ADB[ROOT]
Easily enable and disable wireless Android Debug Bridge(ADB).
• Wifi Pass Reminder[ROOT]
A tool for seeing saved passwords.
• URL Encode / Decode
Encode and decode url.
• Shared Preference Editor[ROOT]
Easily edit shared preferences.
• Text / Binnary Converter
Convert between binnary and text.
• HTML Encoder / Decoder
Encode and decode HTML.
• APK Extractor
Extract APK files from installed apps.
• Regex Tester
Test your Regular Expressions.
• JSON Prettify / Minify
Pretify or Minify JSON
• Rebooter[ROOT]
Easily reboot your device, boot into recovery and bootloader.
Are you requesting root in the same thread as the main app?
 

Svolf15

New member
Jul 9, 2017
1
0
Can I plug in new device toolbox in browser to be able to download.unabl to load in XDA

Sent from my nancy using XDA Labs
 

Cullub

Member
Dec 27, 2016
34
18
The wifi password reminder isn't working for me right now. Is this a good bug report thread?
 

Cullub

Member
Dec 27, 2016
34
18
Is your device rooted ? If it is then what does exactly happen when you open the password reminder.

I attached a screenshot. Basically it comes up with all my saved networks, but doesn't show passwords. Yes, I'm rooted on LP with a Samsung Galaxy S5.
 

Attachments

  • Screenshot_2017-08-05-08-12-52.png
    Screenshot_2017-08-05-08-12-52.png
    111.1 KB · Views: 197

Kuterd

Member
Jul 19, 2017
26
24
I attached a screenshot. Basically it comes up with all my saved networks, but doesn't show passwords. Yes, I'm rooted on LP with a Samsung Galaxy S5.

This is a really interesting behavior. Wi-Fi password reminder works perfectly on every device that i have tested on.
Can you send me your wpa_supplicant.conf ? It is a file that contains saved networks and Wi-Fi password reminder relies on it.
You can extract it by running cat /data/misc/wifi/wpa_supplicant.conf on a terminal emulator.

If you don't want me to see your wifi passwords you can replace psk="[password]" to something else.

Thank you for reporting this bug.
 

Cullub

Member
Dec 27, 2016
34
18
Can you send me your wpa_supplicant.conf ? It is a file that contains saved networks and Wi-Fi password reminder relies on it.
You can extract it by running cat /data/misc/wifi/wpa_supplicant.conf on a terminal emulator.

Here you go!

Code:
ctrl_interface=/data/misc/wifi/sockets
update_config=1
device_name=klteuc
manufacturer=samsung
model_name=SAMSUNG-SM-G900A
model_number=SAMSUNG-SM-G900A
serial_number=5c2578c1
device_type=10-0050F204-5
config_methods=physical_display virtual_push_button
p2p_disabled=1
okc=1
ss_enc=1
external_sim=1

network={
	ssid="attwifi"
	key_mgmt=NONE
	frequency=5745
	disabled=1
	autojoin=1
	vendor_spec_ssid=1
	captive_portal=1
	authenticated=0
	usable_internet=0
	skip_internet_check=0
}

network={
	ssid="BUFFALO-6E3B51"
	psk=d5fb0bf9a553f3c69946c906b91dc4bb
	key_mgmt=WPA-PSK
	priority=5
	frequency=2437
	autojoin=1
	usable_internet=0
	skip_internet_check=0
}

network={
	ssid="Linksys"
	key_mgmt=NONE
	priority=6
	frequency=2437
	autojoin=1
	usable_internet=0
	skip_internet_check=0
}

network={
	ssid="Perkins-Guest"
	key_mgmt=NONE
	priority=7
	frequency=2462
	autojoin=1
	captive_portal=1
	authenticated=0
	usable_internet=0
	skip_internet_check=0
}

network={
	ssid="Gopher-WiFi"
	key_mgmt=NONE
	priority=29
	frequency=2437
	autojoin=1
	captive_portal=1
	authenticated=0
	usable_internet=0
	skip_internet_check=0
}

network={
	ssid="Taco Bell WiFi"
	key_mgmt=NONE
	priority=41
	frequency=5200
	autojoin=1
	captive_portal=1
	authenticated=0
	usable_internet=0
	skip_internet_check=0
}

network={
	ssid="Willisette-guest"
	key_mgmt=NONE
	priority=31
	frequency=2437
	autojoin=1
	captive_portal=1
	authenticated=0
	usable_internet=0
	skip_internet_check=0
}

network={
	ssid="CCGuest"
	psk=[hash of password]
	key_mgmt=WPA-PSK
	priority=32
	frequency=2412
	autojoin=1
	usable_internet=0
	skip_internet_check=0
}

network={
	ssid="SPIRE WiFi"
	key_mgmt=NONE
	priority=42
	frequency=2462
	autojoin=1
	captive_portal=1
	authenticated=1
	usable_internet=0
	skip_internet_check=0
}

network={
	ssid="CMH - Guest"
	key_mgmt=NONE
	priority=34
	frequency=2412
	autojoin=1
	usable_internet=0
	skip_internet_check=0
}
network={
	ssid="112CHROME"
	key_mgmt=NONE
	priority=43
	frequency=2412
	autojoin=1
	usable_internet=0
	skip_internet_check=0
}
 

OrucReis

Member
Sep 28, 2016
8
2
28
Good application. Keep it updated bro. A recommendation. i think it'll better redesign your home page screen.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 16
    cesRSEjUH7mpL4EZSkLUJ8RjlQQNy7Xd970sBnTF_n6yQkxLg2F3VbjC9SCls8B73Q=h600-rw


    Google Play Download:http://goo.gl/SG9C3m

    Developer's Toolbox contains root and nonroot tools developers may need. By using Developer's Toolbox you can reduce the app overhead in your device.

    Version 1.1.0 Change log:
    Made the ui look alot more cooler !!
    Bug fixes.

    Version 1.0.13 Change log:
    Added icon to every category.
    Changed the way tools get listed. It should be a lot easier to browse tools.

    Version 1.0.10 Change log:
    Made the app open alot faster.
    Made the Shared Prefrences editor and the APK Extractor open alot faster and more material design complient.
    Added "Open in text editor" option to Shared Prefrences editor.
    Reduced the APK size.
    Small ui tweaks.
    Bug fixes.


    • Text Editor
    Easily edit text files.
    • Numeric Converter
    Convert between numeric systems. Example binnary -> hex.
    • Base64 Converter
    A tool for converting base64 to string and string to base64.
    • Hasher
    Hash value calculator. Currently supported hashing algorithms: md5,sha,sha256.
    • Request Maker
    A tool for making http and https requests.
    • Build Prop Editor[ROOT]
    A editor for "build.prop" file.
    • Wireless ADB[ROOT]
    Easily enable and disable wireless Android Debug Bridge(ADB).
    • Wifi Pass Reminder[ROOT]
    A tool for seeing saved passwords.
    • URL Encode / Decode
    Encode and decode url.
    • Shared Preference Editor[ROOT]
    Easily edit shared preferences.
    • HTML Encoder / Decoder
    Encode and decode HTML.
    • APK Extractor
    Extract APK files from installed apps.
    • Regex Tester
    Test your Regular Expressions.
    • JSON Prettify / Minify
    Pretify or Minify JSON
    • Rebooter[ROOT]
    Easily reboot your device, boot into recovery and bootloader.
    3
    Planned Changes:
    1)Text Editor
    2) File browser
    3) DNS query tool

    if you have any ideas or suggestions please feel free to write them.
    1
    Are you requesting root in the same thread as the main app?

    Noted :D
    1
    Good if it was ad-free!
    1
    Version 1.0.13 Change log:
    Added icon to every category.
    Changed the way tools get listed. It should be a lot easier to browse tools.