[TOOL][Win | Mac | Linux] Ultimate Firmware Flasher| With GUI! |~22nov|-V4.1.0 - HTC One X

{
"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"
}
After my first tool ( Hboot Firmware Flasher ) i've decided to add some useful functions for Linux and Mac Users .
i'm happy to present to you : Ultimate Firmware Flasher!
As always, you use this tool at your own risk
Windows Version 4.0.0 Uploaded :highfive:
( if you have some questions about the Code, ask me with a private message )
V.3.0.0 for WIN removed due to coding error(D'OH!)
V4.0.0 for WIN:
replaced buttons with listbox in the main window ( thanks hasoon2000 :highfive
added menu with useful link on top of the window
Fixed Coding error! Now all should work properly :good:
Update V4.1.0 :
code cleaned a bit
added XDA quick links for Roms/kernels/recoveries
Windows Features:
Fastboot: Flash options
Fastboot Erase options
Fastboot: Getvar options
Fastboot: OEM options
Firmware Upgrade
ADB: Pull
ADB: Push
ADB : Sideload
ADB: backup ( data, system, sdcard, restore backup)
ADB: Advanced Options:
- reboot
- reboot bootloader
- reboot recovery
- install apk
- get cpu frequencies
- get cpu Governors
- logcat
- dumpsys
- dumpstate
- dsmeg
- start adb serve
- kill adb server
- start adb shell
More to come...
Click to expand...
Click to collapse
Screnshot:
Firmware Upgrade utility will work only if you have one of the following CIDs:
Check this thread for firmware downloads: http://forum.xda-developers.com/showthread.php?t=1957376[/QUOTE]
Mac and Linux Features:
Fastboot tools:
Flash recovery.img
Flash boot.img
erase cache partition
erase data partition
erase system partition
erase boot partition
reboot bootloader
reboot
Getvar options:
version
version-bootloader
version-baseband
version-cpld
version-microp
version-main (or "mainver")
serialno
product
platform
mid (or "modelid")
cid (or "cidnum")
battery-status
battery-voltage
partition-layout
security
build-mode
boot-mode
commitno-bootloader
version-tp
hbootpreupdate
Oem Options: ( Use ONLY if you know what you are doing )
get_identifier_token
keytest
heap
boot
reset
powerdown
rebootRUU
heap_test
klog
ats
rtask
task
enableqxdm
gencheckpt
readpid
writepid
readcid
writecid
readimei
readsecureflag
writesecureflag
lock
Adb tools:
reboot recovery
reboot bootloader
reboot
adb pull
adb push
adb full backup
adb data backup
SDcard backup
restore adb backup
get available cpu frequencies
get available governors
adb devices
Logcat
Dumpsys
dumpstate
dsmeg
install apk
get device serial number ( like devices)
get state ( like devices)
start adb server
kill adb server
remount
adb shell
Firmware Upgrade:
check if cid is in the compatible cid list
if it can't get cid using Getvar cid it will try with oem readcid
check battery status for a secure upgrade
relock bootloader
flash firmware
reflash firmware
unlock bootloader
flash recovery
flash boot.img
Unlock/Lock bootloader
Click to expand...
Click to collapse
How To:
for MAC Users V3:
install Xcode : https://developer.apple.com/technologies/tools/
install X11 : http://xquartz.macosforge.org/trac
install Xcode command line tools : open Xcode , go to Downloads and install Command line tools
Download Fink_Install.zip that i've made for install fink and zenity port : https://docs.google.com/open?id=0BxhXoOizKZSkY0VyM1BnSVZrN0U
run finkinstall.sh in terminal and follow the instructions
Now you can run my tool ( zen_UFF)
Click to expand...
Click to collapse
for LINUX Users V3:
install zenity package from repo of your distribution
run the tool ( zen_UFF)
Click to expand...
Click to collapse
For previous versions:
download the archive for your OS and unpack where you want
open terminal and do : chmod 777 UFF_xxx.sh ( xxx= Mac or Linux )
run UFF_xxx.sh
Click to expand...
Click to collapse
Thread on Androidiani.com : http://www.androidiani.com/forum/ht...firmware-flasher-mac-linux-24-oct-v1-0-a.html
Click to expand...
Click to collapse
Changelog:
Code:
[B]V3: [/B]: re-wrote the whole code, Now it uses Zenity for a simple GUI
added ADB Sideload
added Kernel Tools ( Unpack-Repack - BETA)
[B]V1.0 : [/B]all the changes made in Hboot firmware flasher and added HUGE collection of functions
[B]V1.1 :[/B] Fixed syntax error ( D'oh! )
------- Added: available Cpu Frequencies (adb tools)
------- Added: available governors (adb tools)
[B]V2.0:[/B] added MOAR adb and fastboot commands
[B]ADB:[/B]
[LIST]
[*]get available cpu frequencies
[*]get available governors
[*]adb devices
[*]Logcat
[*]Dumpsys
[*]dumpstate
[*]dsmeg
[*]install apk
[*]get device serial number ( like devices)
[*]get state ( like devices)
[*]start adb server
[*]kill adb server
[*]remount
[*]adb shell
[/LIST]
[B]Fastboot:[/B]
[B]getvar options: [/B]
[LIST]
[*]version
[*]version-bootloader
[*]version-baseband
[*]version-cpld
[*]version-microp
[*]version-main (or "mainver")
[*]serialno
[*]product
[*]platform
[*]mid (or "modelid")
[*]cid (or "cidnum")
[*]battery-status
[*]battery-voltage
[*]partition-layout
[*]security
[*]build-mode
[*]boot-mode
[*]commitno-bootloader
[*]version-tp
[*]hbootpreupdate
[/LIST]
[B]Oem options:[/B]
[LIST]
[*]get_identifier_token
[*]keytest
[*]heap
[*]boot
[*]reset
[*]powerdown
[*]rebootRUU
[*]heap_test
[*]klog
[*]ats
[*]rtask
[*]task
[*]enableqxdm
[*]gencheckpt
[*]readpid
[*]writepid
[*]readcid
[*]writecid
[*]readimei
[*]readsecureflag
[*]writesecureflag
[*]lock
[/LIST]
Click to expand...
Click to collapse
Download:
Windows: Ultimate_firmware_Flasher_WIN_V4.1.0.rar
Mac Latest V3 : Ultimate_Firmware_Flasher_mac_V3.zip
Linux Latest V3 : Ultimate_Firmware_flasher_linux_V3.zip
Mac previous: Ultimate_FirmwareFlasher_OneX_MAC_2.0.zip
Linux previous:Ultimate_FirmwareFlasher_OneX_LINUX_2.0.zip
Click to expand...
Click to collapse
Special thanks:
Autoit3: Forum and IDE
William Enck for Boot.img tools
Xda Devs for their amazing work
htc for the amazing device ( Reminder for Htc: We need that **#[email protected]&-!*#@** S-OFF!! )
Click to expand...
Click to collapse
Have Fun!

downloading
thanks man

New Version Uploaded! :good:
i've added ALL the adb and fastboot available commands ( i think! roftl )

thanks man! worked like a charm. from stock unrooted hboot 1.12 to JB ordroid hboot 1.31

Guids said:
thanks man! worked like a charm. from stock unrooted hboot 1.12 to JB ordroid hboot 1.31
Click to expand...
Click to collapse
Good to see that it worked for you

can you add ./adb sideload path/to/zip ?
and thanks for this amazing tool

Salbawardi2 said:
can you add ./adb sideload path/to/zip ?
and thanks for this amazing tool
Click to expand...
Click to collapse
I will add it as soon as i can!
Now i'm trying to make a simple GUI with Zenity :fingers-crossed:

xcesco89 said:
I will add it as soon as i can!
Now i'm trying to make a simple GUI with Zenity :fingers-crossed:
Click to expand...
Click to collapse
Uploaded new version!
Now it has a simple GUI made with Zenity
added ADB sideload and a little tool for unpack and repack kernels ( still beta ) . the Kernel tool will self compile mkbootimg for your OS only the first time you run it

xcesco89 said:
Uploaded new version!
Now it has a simple GUI made with Zenity
added ADB sideload and a little tool for unpack and repack kernels ( still beta ) . the Kernel tool will self compile mkbootimg for your OS only the first time you run it
Click to expand...
Click to collapse
downloading and trying
thanks man

Brilliant!
Sent from my HTC One X using xda premium

if you can add a sign tool it would very great
because the biggest problem with me is signing zip

Salbawardi2 said:
if you can add a sign tool it would very great
because the biggest problem with me is signing zip
Click to expand...
Click to collapse
thanks for the suggestion, i will add it soon
but, i've a little question: why you need to sign zips?
if you have a custom recovery you can simply disable the signature check

xcesco89 said:
thanks for the suggestion, i will add it soon
but, i've a little question: why you need to sign zips?
if you have a custom recovery you can simply disable the signature check
Click to expand...
Click to collapse
didn't know !!!!!
thanks agan

Salbawardi2 said:
didn't know !!!!!
thanks agan
Click to expand...
Click to collapse
thank you for testing my stuff
here is a little preview of what i'm trying to do now:
but i think this will take some time ( and i hate Windows )

Windows Version 1.0.0 Uploaded! :highfive:
Download link in the OP

thanks a lot for your fantastic work!!! :good: :good: :good:

Download Fink_Install.zip that i've made for install fink and zenity port : https://docs.google.com/open?id=0Bxh...0VyM1BnSVZrN0U
run finkinstall.sh in terminal and follow the instructions
Click to expand...
Click to collapse
didnt work properly

Salbawardi2 said:
didnt work properly
Click to expand...
Click to collapse
hmmm.... i will take a look at that tomorrow
shortly, this is what you need to do:
- install fink following instructions on fink site
- update fink packages list ( i think this is in the installation instructions on fink site too)
- install Zenity using "sudo fink install zenity" ( without quotes)
fink will download and install all needed packages for zenity !
as mentioned in the OP, you need X11 , Xcode and Xcode command line tools installed
i'm searching a Good IDE for develop the mac app. i Hate Xcode

Guids said:
thanks man! worked like a charm. from stock unrooted hboot 1.12 to JB ordroid hboot 1.31
Click to expand...
Click to collapse
Did you upgrade ur hboot version with this tool?

fahad123 said:
Did you upgrade ur hboot version with this tool?
Click to expand...
Click to collapse
Are you kidding me? D:
Inviato dal mio HTC One X con Tapatalk 2

Related

[TOOL] [14th Dec] | AIOlog - All in One Android Logger v0.5

AIOlog - All in One Android Logger​
{
"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"
}
Features:
Display and output Logcat
Last_kmsg
Dmesg
Kmsg
Kernel Version
Click to expand...
Click to collapse
Latest Version:
1. AIOlog for Windows: http://aiolog.googlecode.com/files/aiolog_win_v0.5.zip
2. AIOlog for Linux 32bit: http://aiolog.googlecode.com/files/aiolog_linux_32_v0.5.tar
3. AIOlog for Linux 64bit: http://aiolog.googlecode.com/files/aiolog_linux_64_v0.5.tar
4. AIOlog for Mac 32bit: http://aiolog.googlecode.com/files/aiolog_mac_32_v0.5.tar
5. AIOlog for Mac 64bit: http://aiolog.googlecode.com/files/aiolog_mac_64_v0.5.tar
Click to expand...
Click to collapse
NOTE: If you have this error "Cannot execute binary files" while using the AIOlog for linux, please download the 32bit version.
If you've downloaded the AIOlog v0.3 generic, please use the following file:
Either the aiolog_32bit or aiolog_generic_32bit
If this is your first time doing a log, you may need this file(Windows only):
http://code.google.com/p/aiolog/downloads/detail?name=aiolog_adb_fastboot_win_v0.1.zip
New features:
Added log push to phone and phone directory creation(log will be available at the computer, and the .aiolog, aiolog and root folder of your phone)
Added log archiving(unix)
Added log cid version
Added ADB files for Windows
Fixed a bug to auto detect device id when there is only one device
Click to expand...
Click to collapse
Full Changelog: https://github.com/wcypierre/AIOlog/commits/master​
Hi, I'm now in the look for users who can provide me with some data(non-private and non-confidential ones) in order to improve AIOlog as a big amount of data is needed for AIOlog in order to success.
If you're interested, please pm me and state your device name or you can email me via [email protected]
Basic Howto:
1. At your phone, go to Settings -> Developer Options
2. Tick the "Android Debugging"
3. Connect your phone to your computer(desktop/laptop)
Windows:
1. Navigate to the location where the aiolog is located
2. Extract it and place it to a folder
3. Open aiolog.exe by clicking at it
4. The menu will appear
5. Just enter the number(1,2,3 ...) of the function that you wanted to do
Linux:
NOTE: For AIOlog version 0.4 onwards, the binary file is called either aiolog_32bit or aiolog_64bit so please change it accordingly (The steps for the filename is used in Step #3)
1. Open your terminal
2. Navigate to where aiolog is located. Example, "cd ~/Downloads/" (Assuming that the file is saved at Downloads folder)
3. Type "./aiolog" and press enter
4. The menu will appear
5. Just enter the number(1,2,3 ...) of the function that you wanted to do
Click to expand...
Click to collapse
Advanced Howto:
1. At your phone, go to Settings -> Developer Options
2. Tick the "Android Debugging"
3. Connect your phone to your computer(desktop/laptop)
Windows:
1. Open the cmd
2. Navigate to the folder where aiolog is located
3. Type "aiolog -h" and press enter
4. Search for the functions that you wanted to do and type its command(refer to the examples below)
Examples:
1. To log all logs, type "aiolog.exe -a"
2. To get the logcat, type "aiolog.exe -l"
3. To get the last_kmsg, type "aiolog.exe -lk"
4. To specify a device that is to be used(use it when you have a lot of devices connected) and to get a dmesg, "aiolog.exe -id SH<yourdeviceid> -d"
Linux:
1. Open your terminal
2. Navigate to where aiolog is located. Example, "cd ~/Downloads/" (Assuming that the file is saved at Downloads folder)
3. Type "./aiolog -h" and press enter
4. Search for the functions that you wanted to do and type its command(refer to the examples below).
Examples:
1. To log all logs, type "aiolog.exe -a"
2. To get the logcat, type "./aiolog -l"
3. To get the last_kmsg, type "./aiolog -lk"
4. To specify a device that is to be used(use it when you have a lot of devices connected) and to get a dmesg, "./aiolog -id SH<yourdeviceid> -d"
Click to expand...
Click to collapse
Compatibility:
1. Full support on Windows
2. Partial support on Linux
3. Partial support on Mac(Version 0.5 onwards)
Issues:
1. May not work on mac yet(but it should be).
2. AIOlog will not work if the adb is not started for a 30 seconds to 1 minute in advance
Found a bug?
1. Go to here: http://code.google.com/p/aiolog/issues/list
2. Click New issue
3. Fill in the details
4. Report
5. Wait for it to be resolved :good:
Changelog:
Version 0.4
1. Added Auto Device Id detection
2. Logging support when there are more than 2 devices connected
3. Added logcat clear and dmesg clear
Version 0.3
1. Added logcat radio(to debug for radio issues)
2. Added log essential(logcat, dmesg, kmsg and last_kmsg)
3. Disable reprompt of device id after it has been entered
4. Misc Fixes
Version 0.2
1. Logcat, kmsg continuous(the normal logcat, kmsg way instead of log, stop and save method) added
2. Added additional checking on device id
3. Removed debug code
Version 0.1
1. Core functions(logcat, last_kmsg, dmesg, last_kmsg) implemented
2. Outputs the log to the current directory of AIOlog
3. kernel version output is implemented
Click to expand...
Click to collapse
To do list:
1. To archive the logs into an archive(zip, rar, tar)
2. To include mac support
3. To include log essential (Done )
4. To log other details
5. Fix any existing bugs
Building from Source
Prerequisite:
- Command Line Git(be it from any OS)
Instructions:
To clone the AIOlog(one time process):
git clone git://github.com/wcypierre/AIOlog.git
To update the existing AIOlog:
git remote update
git rebase origin/master
g++ main.cpp log.cpp -o aiolog.exe (for windows) / g++ main.cpp log.cpp -o aiolog (for mac/linux)
Building from Source
Prerequisite:
- Command Line Git(be it from any OS)
Instructions:
To clone the AIOlog(one time process):
git clone git://github.com/wcypierre/AIOlog.git
To update the existing AIOlog:
git remote update
git rebase origin/master
To compile AIOlog:
g++ main.cpp log.cpp -o aiolog.exe (for windows) / g++ main.cpp log.cpp -o aiolog (for mac/linux)
Build from source instructions is added
Not to be nitpicky, but you are calling this Noob Proof. I noticed that both here, as well as in the wiki, you never said to plug the phone to the computer via USB cable.
post-mortem said:
Not to be nitpicky, but you are calling this Noob Proof. I noticed that both here, as well as in the wiki, you never said to plug the phone to the computer via USB cable.
Click to expand...
Click to collapse
Well, assuming someone knows how to flash a custom ROM and/or kernel, I reckon someone would know naturally to use the USB cable. Same as, with Linux, one may need to edit udev rules etc, to get Linux to talk to the phone, or Windows (and Linux), download the appropriate files/drivers, but people should know this already when flashing a ROM or kernel due to s-off issues most users face of our phone. This knowledge should be 'already known', but doing logging is not part of parcel with flashing rom/kernel, being able to connect to a PC for s-on phones, is.
At least that's how I see the developers 'idea' of this, the wiki etc. On topic, thanks, will look at the Linux side of it, probably similar to how I run my personal script for flashing/logging, assuming it's 'just' (ba)sh/shell stuff, haven't looked yet of course.
post-mortem said:
Not to be nitpicky, but you are calling this Noob Proof. I noticed that both here, as well as in the wiki, you never said to plug the phone to the computer via USB cable.
Click to expand...
Click to collapse
Sorry for the late reply as I was having class just now. And thanks for the constructive feedback . What I actually mean by noob proof is that you can choose among the selections to get the log without having to type the commands itself but still I do feel that what you've mentioned is correct as well :good:.
I didn't add an indepth tutorial on how to setup the phone and device as I cater for the 2 major OS(unix and windows, mac os soon to be), which makes the tutorial writing process quite troublesome as there are multiple issues here and there(like some had reported that they had issues when they use windows 8 with adb, to check whether legacy OS like win98 has any issues or not, only ubuntu and its variants needs udev to be set up(based on cyanogenmod's wiki) and etc) which I need to sort out before I can start writing.
However, since you suggested so, I may add some tutorials on how to setup both your device and computer as soon as I have time to make it slightly exclusive to HOX
If you have noticed, I provided a developer version as well in which you can get logs by providing the command line arguments so that any developer who wanted to log a bug, they can just call the exe file with the given argument and the logs will be created.
It is easier and shorter to call my program with the appropriate command line argument than to call the shell code individually(aiolog.exe -a to log logcat, dmesg, kmsg, and last_kmsg vs adb shell logcat > logcat.txt, adb shell dmesg > dmesg.txt and .....).
waz675 said:
Well, assuming someone knows how to flash a custom ROM and/or kernel, I reckon someone would know naturally to use the USB cable. Same as, with Linux, one may need to edit udev rules etc, to get Linux to talk to the phone, or Windows (and Linux), download the appropriate files/drivers, but people should know this already when flashing a ROM or kernel due to s-off issues most users face of our phone. This knowledge should be 'already known', but doing logging is not part of parcel with flashing rom/kernel, being able to connect to a PC for s-on phones, is.
At least that's how I see the developers 'idea' of this, the wiki etc. On topic, thanks, will look at the Linux side of it, probably similar to how I run my personal script for flashing/logging, assuming it's 'just' (ba)sh/shell stuff, haven't looked yet of course.
Click to expand...
Click to collapse
For the tutorial part, that's what I've assumed as well, as writing the tutorials would take quite some time(read above for my reasoning) but hopefully I can get it sorted out as soon as possible
Apparently, it IS just some 'shell' stuff(), but I want to make it not just a 'shell' stuff
If you had noticed, my code is made to be cross compatible(although you have to compile it manually depending on your OS) to allow me to implement some OS specific features and I need the power of the community to do that
More features will be added in the future to make my program even more suitable for bug reporting
p/s: This is a logging tool, not a flashing tool so there won't be any flashing commands.
Version 0.2 is out!
1. AIOlog for Windows: http://aiolog.googlecode.com/files/aiolog_win_v0.2.zip
2. AIOlog for Linux: http://aiolog.googlecode.com/files/aiolog_linux_v0.2.tar
3. AIOlog for Mac: Coming soon.......
New features:
Version 0.2
1. Logcat, kmsg continuous(the normal logcat, kmsg way instead of log, stop and save method) added
2. Added additional checking on device id
3. Removed debug code
For those who build from source, v0.3a is out(but the program still shows it as 0.2)
- logcat radio is added
- Menu is restructured
Thanks
Sent from my HTC One X using xda premium
joewong1991 said:
Thanks
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
Thanks for the support Please do report back if you have any suggestions or issues eh
Version 0.3 is out
New Features
Version 0.3
1. Added logcat radio(to debug for radio issues)
2. Added log essential(logcat, dmesg, kmsg and last_kmsg)
3. Disable reprompt of device id after it has been entered
4. Misc Fixes
For those who builds from source, version 0.4 is out!
New features:
- Added Auto Device Id detection
- Logging support when there are more than 2 devices connected
- Added logcat clear and dmesg clear
Full changelog: https://github.com/wcypierre/AIOlog/commits/master
@all, Version 0.4 is out!
New features:
- Added Auto Device Id detection
- Logging support when there are more than 2 devices connected
- Added logcat clear and dmesg clear
For those who are using linux based OS, please download the AIOlog according to your OS architecture(32bit or 64bit)
Full changelog: https://github.com/wcypierre/AIOlog/commits/master
Never noticed this one. Ultimate tool for the lazy users. Keep up the good work.
Sent from my HTC One X using xda app-developers app
Braindamage1989 said:
Never noticed this one. Ultimate tool for the lazy users. Keep up the good work.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Thanks . Please do report back if you find any problems or you have any new suggestions to suggest me of
@Source Builders, new functions are added into version 0.5.
New feature:
- Added device auto detection when there is only one device
- Added adb files for Windows users
- Log archive(grouping all logs into a tar file) for Linux feature is done(but not implemented, will be implemented into each logging functions in Version 0.6)
Hi, I'm now in the look for users who can provide me with some data(non-private and non-confidential ones) in order to improve AIOlog as a big amount of data is needed for AIOlog in order to success.
If you're interested, please pm me and state your device name or you can email me via [email protected]
Version 0.5 is out!
Changelog:
Added log push to phone and phone directory creation(log will be available at the computer, and the .aiolog, aiolog and root folder of your phone)
Added log archiving(unix)
Added log cid version
Added ADB files for Windows
Fixed a bug to auto detect device id when there is only one device
Full Changelog: https://github.com/wcypierre/AIOlog/commits/master
For those who builds from source, please rebuild your source as there's some changes in the repo

[UPDATE 2] The Ultimate HOX ToolBox [UNDER CONSTRUCTION]

{
"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"
}
------------------------------------- UPDATE 2 -------------------------------------
hey guys this seems to be harder than I thought, but till now I manged to create a solid code to base my work on
and I'm thinking of "HOX-BOX" as a name for my baby, what do you think?
Done since Update 1
- ADDED: dynamic shell (context) menu for faster flashing .. including the choice to enable/disable it
- ADDED: an advanced detection system, far better then the simple "devices" known command, this tool will be able to detect a 100% accurate state of the device including (adb/mtp - mass storage/camera p2p - fastboot - connected with no drivers - current drivers version - the path for the mass storage)
This toke me 2 days of hard work and it's based on the detection of system Drivers/Vendor ID status, so it can't go wrong
- ADDED: advanced model detection command before flashing to prevent wrong flashes
- IMPROVED: Interface and logging
- INCLUDED: HTC Drivers 32 and 64-bit adb/fastboot
- INCLUDED: USBDeview (helps with retrieving HTC's vendor IDs and Product IDs)
- IMPROVED: data size by removing unnecessary platform tools
Still Struggling with
- Live Stats
Normal stats are OK and ready but keeping the CPU stats alive is making the software unstable, I'm still working on this
- Drag n' Drop handlers
- Flashing a ROM through PC
haven't really gave it the time yet, i'll be looking into it as soon as I stabilize other current commands.
------------------------------------- UPDATE 1 -------------------------------------
The Tool Is now under construction
I Finished the following so far
- UI main Menu
- INCLUDED: platform-tools_r16.0.1-windows
- INCLUDED: 7z.exe and 7z.dll (to flash boot.img without user interference)
- One Click Flasher for kernels and recoveries is now ready (CWM, TWRP and BOOT)
- Logging system that creates user-friendly (humand readable) logs and Advanced Log that lists command and their returns
Now Working on
- Live stats about battery and processor
- a 100% PC based flash code you just plug in your HOX, select a ROM , and the tool will transfer it to the SD, flash it in recovery, erase cache and delvik, do selected wipes and flash the boot.img
this is a tricky process but I have all the info I need , and now I'm on it
------------------------------------- OP -------------------------------------
Hey Guys
Lately I've been thinking of Creating a Tool that works with PC to make common tasks easier
I have a good experience in programming/ui/animation/batches
The Tool is basically an AIO TOOLBOX for our One X (for now)
I have some Ideas , but I need some feedback before Starting
it will be User-Friendly.. Noob proof and really well themed
WHAT I HAVE IN MIND
• basic functions
- mode detection
- get device props (CID, Mainver, Current ROM, Free Space, Model and so)
• Includes
- fastboot environment
- latest drivers
- SU flashables
- recovery Images
• Commands
- help connecting your device by installing the drivers automatically, detect the current mode (and enable/disable options based on the mode)
- help with the bootloader unlock
- flash boot.img (even if not extracted) you can just select the ROM zip and the tool will extract the boot and flash it automatically
- flash recoveries
- push (transfer) files using adb (even if stuck in recovery) without writing any code (WYSIWYG), just choose files and click push
WHAT I NEED FROM YOU
(Done!) 1. should I do this? .... does it worth the time, or there is similar tools
2. if you think I should do it, should it have more features (than the mentioned above) , and please name them with details if possible
3. suggest a name for the tool
I have the ability to integrate any fastboot/adb command you can think of into the UI, with a nice animated design
but I can't do miracles such as unlocking the phone without the help of (HTCdev) or S-OFF your device, so please don't request such things
Re: I need your thoughts - The Ultimate HOX ToolBox
1. Definitely you should do it! (although there is toolkit which can unlock bootloader and flash a recovery already) More advanced features would be welcome!
2. A few things:
Maybe fetch a RUU automatically based on main version from
BugsyLawson's server
or
ruu.androidfiles.org and automatically install it.
A tool that fetches a firmware zip based on cid and flashes it.
Adb shell
Boot repacker
3. NoobKit-9000
Sent from my One X
TToivanen said:
1. Definitely you should do it! (although there is toolkit which can unlock bootloader and flash a recovery already) More advanced features would be welcome!
Click to expand...
Click to collapse
Glad you feel this way
TToivanen said:
2. A few things:
Maybe fetch a RUU automatically based on main version from
BugsyLawson's server
or
ruu.androidfiles.org and automatically install it.
A tool that fetches a firmware zip based on cid and flashes it.
Adb shell
Boot repacker
Click to expand...
Click to collapse
- Communicating with servers and downloading is a tricky thing, they would have to work with me for this
if I get enough help from them , I Would deferentially do it.
but at the very least I will include a guide that will tell you the exact name of the RUU/Firmware that needs to be downloaded (maybe even search for it)
- adb shell .... Will Do :good:
- boot Repacker ... I have to do some more reading about this, but I think I can do it :good:
TToivanen said:
3. NoobKit-9000
Click to expand...
Click to collapse
:laugh:
Re: I need your thoughts - The Ultimate HOX ToolBox
Like the idea of a nice clean tool.
I haven't felt the need to root or flash yet, but as there is no s-off yet the process seems slightly more involved than it was for my old Desire, so it is a bit off putting. If there are tools that can help - will use them.
I know that sounds noobish - and it is
Sent from my HTC One X using xda app-developers app
Re: I need your thoughts - The Ultimate HOX ToolBox
One click kernel flasher would be nice lol
A
Htc One X Viper 3.4.2
Re: I need your thoughts - The Ultimate HOX ToolBox
There's always one click flash tools they do a lot of what u said flashing, a useful tool would be to indicate where memory is used these devices are limited on memory biggest downfall on htcs part Imo
Sent from my HTC One X using xda premium
Hey mate,
Do it !! Competition is good, Hasoon already has a toolkit but as mentioned choice is brilliant ! So get on it and goodluck, can't wait to see your final program .
PS - Check your banner image !! You missed the "U". It is "Your ltimate tool flasher".
Wilks3y said:
Hey mate,
Do it !! Competition is good, Hasoon already has a toolkit but as mentioned choice is brilliant ! So get on it and goodluck, can't wait to see your final program .
Click to expand...
Click to collapse
Thank You!
and Yes I do like clean Competition , and giving people choices.
Wilks3y said:
PS - Check your banner image !! You missed the "U". It is "Your ltimate tool flasher".
Click to expand...
Click to collapse
OOPS!
-"Live stats" would be great, showing instant info about cpu cores in use and freq, battery % and mA flow, ram usage, live logcat + kmesg, gpu freq...
-A good file explorer that allows to edit files "on the fly"
What do you think? want more ideas?
Juanig said:
-"Live stats" would be great, showing instant info about cpu cores in use and freq, battery % and mA flow, ram usage, live logcat + kmesg, gpu freq...
-A good file explorer that allows to edit files "on the fly"
Click to expand...
Click to collapse
I Will definitely Try to include every feature I can with time
I have a lot of reading to do, but if it is possible then I'll do it, even if not in the first release, I WILL try to include everything as future versions build up
Juanig said:
What do you think? want more ideas?
Click to expand...
Click to collapse
Thank you, and if you have any other useful ideas, why not
Re: I need your thoughts - The Ultimate HOX ToolBox
Great idea, I initially used a toolkit when first flashing mine but it's nice to know what your actually doing to your phone and I have since learnt all the commands. So my request is to somehow show the user what your automating so they understand what's going on with their phone. Maybe like a log/command type window that can be shown or hidden for those that want to see what's happening.
Cheers
Sent from my HTC One X
Re: I need your thoughts - The Ultimate HOX ToolBox
Yes agree with herbie u wanted to use a toolkit but would have also benefitted from knowing the commands as something went wrong during the flash with the tool kit
Htc One X Viper 3.4.2
Re: I need your thoughts - The Ultimate HOX ToolBox
Great idea
Thank you, I must have this in my tool
Sent from my HTC One X
ADDED UPDATE 1 TO THE OP
a beta release should be available soon :fingers-crossed:
Maher88 said:
ADDED UPDATE 1 TO THE OP
a beta release should be available soon :fingers-crossed:
Click to expand...
Click to collapse
cant wait!

[TOOL] Automated Commands v1.1 ADB&FASTBOOT

Basically I used to have this tool for myself cause I couldnt be arsed typing everything in and remebering the commands, but allright now
I thought it might be handy for some new users or people new to ADB & Flashing kernels and such.​
Download v.1.1
New features in post below
Zip file : http://www.habbpad.nl/AutomatedCommandsv1.1.zip
Download v1.0
Zip file : http://www.habbpad.nl/AutomatedCommands.zip
How to use :
Extract the folder where ever you like, then run the AutomatedCommands.bat
PLEASE request features
Coming soon :
[ADB] Pushing & Pulling automated added
Anything you guys request :good:
​
-Reserved
Please do post any requested automated commands.
UPDATES
Code:
[COLOR="Lime"][B]v1.1 [/B][/COLOR]
Added :
[COLOR="lime"]ADB Push
ADB Pull
Edited look of most menu's
[/COLOR]
[COLOR="Orange"]v1.0
First public release[/COLOR]
Main features :
[FASTBOOT]Flash a kernel v1
[FASTBOOT]Flash a recovery image v1
[FASTBOOT]Erase your fastboot cache v1
[FASTBOOT]Check your CID v1
[ADB]Show all attached devices v1
[ADB]Push v1.1
[ADB] Pull v1.1
[ADB] Logcat v1.2[BETA]
Recovery options :
This tool comes wth 2 standard options & recoveries, and 1 option to flash a custom image.
1: TWRP
2: CWM
3: Custom recovery image, please only include the name do NOT include the ".img"in the name.
Click to expand...
Click to collapse
​
Nice mate:laugh:
hoangps said:
Nice mate:laugh:
Click to expand...
Click to collapse
Thanks, if any requests please let me know
push, pull, shell, logcat are probably the most useful adb commands.
sinkster said:
push, pull, shell, logcat are probably the most useful adb commands.
Click to expand...
Click to collapse
Will be added later today please stay tuned ! :good::good:
UPDATED!

[TOOL] SRK Tool 2.1 [ROOT/UNBRICK/UTILITY/BACKUP]- 20150507

I don't respond for What-So-Ever done any damage to your Phone, You must accept this risk with yourself..
Hi all,
I'm proud to present my useful tools. SRK Tool ,it's a tools for noob and advance user.This tool is connecting between LG G2 and computer that is a reason you must Enable USB Debugging mode befor use SRKTool
If you like my work , you can donate me with my email in paypal
My email : [email protected]
{
"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 SRKtool_2.1_droidth.zip:
SRKtool_2.1_droidth.zip
Download link SRKtool_2.0.2_droidth.zip:(Require SRK Tool 2.0 and 2.0.1)
SRKtool_2.0.2_droidth.zip
Download link SRKtool_2.0.1_droidth.zip: (Require SRK Tool 2.0)
SRKtool_2.0.1_droidth.zip
Little update small size.Please download then unzip SRKtool_2.0.1_droidth.zip copy all files into SRKtool_2.0._droidth Folder.
Run srktool201.exe for start SRKtool 2.0.1
Download link SRKtool_2.0_droidth.zip:
SRKtool_2.0_droidth.zip
Download link SRKtool_1.0.5_droidth.zip:
SRKtool_1.0.5_droidth.zip
Download link SRKtool_1.0.4_droidth.zip:
SRKtool_1.0.4_droidth.zip
Download link SRKtool_1.0.3_droidth.zip:
SRKtool_1.0.3_droidth.zip
Download link SRKtool_1.0.2_droidth.zip:
SRKtool_1.0.2_droidth.zip
Change logs:
2.1
- Add Unbrick (qhsusb_bulk) 9006 for VS980
- Merg to only zip (Not require previous version)
- Add Other Utility>Port checking
2.0.2 (Require SRK Tool 2.0 and 2.0.1)
- Add Manual Root
- Fix Unbrick (qhsusb_bulk) missing file recovery LS980
2.0.1 (small size) (Require SRK Tool 2.0)
- Fix same bug for F320 S/K/L (fastboot boot recovery)
- Remove cust.bin from Fixed fastboot mode started.
- Adding change logs section into program
2.0
- Unbrick (qhsusb_bulk) (D800/1/2/5,F320S/L/K,L22,LS980)
1.0.5
ROOT
- ROOT+TWRP For F320S/L/K
BACKUP
- Backup Sensor
- Backup Cust
- Backup All importance partition
Utility
- Nuke Download Mode - (When No Recovery,Can't Boot)
- Fix Recovery Mode - via fastboot mode (When No Recovery,Can't Boot) (ALL Variant)
Other
- Change 7z to 7-Zip Extra (Highest compression ratio/Fast compression) Support 32bit/64bit Windows
1.0.4
- Send Command (Spacial Mode for fix device)- NEED DOWNLOAD MODE.
- New Bump Kernel (30e) for D802
- Fix bug and improving program Make it's stable
- Redegin UI Program
1.0.3
- Adding Fix fastboot mode started
- How to Flash KDZ/TOT/Extract KDZ
- Check current firmware
- Link to firmware KDZ warehouse
1.0.2
- Adding feature ROOT+TWRP for LGG3 F400S
- Adding ADB Sideload for install ROM
- VDO Recording screen
- Screen Capture
- Reboot Device
- Update adb to the newest version
1.0.1
- Adding feature ROOT+TWRP for LGG3 D855
1.0
- initial version
Click to expand...
Click to collapse
How to use
1. ROOTED phone require
2. Enable USB Debugging mode
3. Plug device into Computer
4. Run srktool
5. Enjoy
Screen Shot
VDO-HOW TO UNBRICK
XDA:DevDB Information
SRK Tool, Tool/Utility for the LG G2
Contributors
somboons
Version Information
Status: Stable
Current Stable Version: 2.1
Stable Release Date: 2015-05-07
Created 2015-04-20
Last Updated 2016-09-14
Amazing, this will surely help alot of peaple.
Please feedback to me or request featurt that can use adb shell I will adding in next build.
somboons said:
Please feedback to me or request featurt that can use adb shell I will adding in next build.
Click to expand...
Click to collapse
Maybe add the option to push files to the phone using adb, usefull under certain circumstances.
It can use in G3 too.
Thank you so much. " So A Mu"
update tool
Khop koon krap!
update tool to 1.0.2
on v 1.0.2 f320 user report me back they have brick after select menu2. I have to remove from thread go back to v1.0.1
Error
in the option 11, i have received this error:
Error:
7-zip cannot find the code that works with archives!.
done!
the .img was created, but not the zip.
thank's for your work!
Dr.C4nGr1 said:
in the option 11, i have received this error:
Error:
7-zip cannot find the code that works with archives!.
done!
the .img was created, but not the zip.
thank's for your work!
Click to expand...
Click to collapse
Same here, also doesn't remove the system.img from sdcard and i cant remove it.
iFEARR said:
Same here, also doesn't remove the system.img from sdcard and i cant remove it.
Click to expand...
Click to collapse
I think , I will modify code after backup system.IMG maybe we have to manual copy system.IMG to computer then manual zip because adb pull it take a long time.
But why it doesn't let me delete the system.img from sdcard ? I've tried 2 file explorers and none worked, only the TWRP's file manager let delete the file, why ?
iFEARR said:
But why it doesn't let me delete the system.img from sdcard ? I've tried 2 file explorers and none worked, only the TWRP's file manager let delete the file, why ?
Click to expand...
Click to collapse
Can you delete other files?
Well apparently I can't delete files from sdcard root folder wtf ?
http://i.imgur.com/Puy0p11.png
iFEARR said:
Well apparently I can't delete files from sdcard root folder wtf ?
http://i.imgur.com/Puy0p11.png
Click to expand...
Click to collapse
Install SElinux Change mode then enabla PassiveMode
Now works, thanks!
update
1.0.2
- Adding feature ROOT+TWRP for LGG3 F400S
- Adding ADB Sideload for install ROM
- VDO Recording screen
- Screen Capture
- Reboot Device
somboons said:
I think , I will modify code after backup system.IMG maybe we have to manual copy system.IMG to computer then manual zip because adb pull it take a long time.
Click to expand...
Click to collapse
I fix the 7z problem, just copy this archive ( https://www.dropbox.com/sh/9fvrngc0y0nvywr/AAAsY2XaP2PwQawBXhrEyNFZa?dl=0 ) in command/ and replace 7z.exe, now works for me!

[TOOL] Lx Multi Tool v1.3.2 [WIN/LIN/MAC][Unlock/Recovery/Stock/Kernel/More]

{
"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"
}
​It has LINUX/UNIX and MAC support!
​
Because there is another tool for Android called Android Multi Tools, I renamed this one to Lx Multi Tool, future releases will go under this name.
​ Features: ​
Fastboot​​- Unlock/Lock Bootloader​- Flash Recovery Menu (you can choose and add recoveries) - TWRP 2.8.7.2 Included​- Flash any partition (Flashing submenu)​- Flash full Stock images (you can choose and add images)​- Erase partitions (you can choose which of the partitions)​- Reboot (you can choose again...)​​Adb​​- Sideload .zip files (you can choose and add .zip files) - SuperSU v2.56 (Systemless!) included​- Backup (you can choose the name and place for your backup)​- Restore (you can choose your backup)​- Version (it just shows the version of your adb binaries) - platform-tools 23.0.1 included​- Logs (DMESG and Logcat)​- Screenshots (you can directly take screenshots to your PC with no Root)​- Reboot (lots of choices)​​Others​​- Refresh and delete files/folders from menus (Right-click or key F5 and Del)​- Open tool folders from the menus (to add your own kernel/stock image/recovery/sideload zip files)​- Tab key support for easier keyboard navigation​- Tool-tips for all buttons​- Check for updates​- Link to xda-thread (here)​​​ Download links: ​
Windows x86|x64 - Linux x64 - MAC x64​​All released versions can be found here.​​
​
(The latest versions are always on the bottom.)​​[ROOT] Use SuperSU 2.62 or higher from here systemless for 6.0.1 and above.​​
​ Known bugs/limitations: ​
- For partition Flashing, it is recommended(mandatory?) to do a reboot-bootloader if you want to flash multiple partitions one after the other. (according to the Google flashing scripts) (Implemented in 1.2.1)​- For the return to stock, the tool will be stuck after your phone successfully boots, you need to reboot to fastboot again in order to flash the Radio and finish the full return to stock. (Fixed in 1.2.0)​​
​ Changelog: ​
​Check the changelog for each release here.​​​ Tutorials/FAQ: ​
​Q: How do I get in bootloader/fastboot mode?​Turn off the phone and turn it on by using Volume down + Power key.​​Q: How do I check for updates on your tool?​Follow the instructions on the screen below.​
​Q: Where can I find the device driver to install it for windows?​Click here, download the driver, and run the setup.​​Q: How do I root my stock phone?​- Unlock bootloader.​- Flash recovery.​- Use SuperSU 2.62 systemless or higher from here.​(Usually the latest version upon tool release is included in the Sideload folder of the tool, you can either sideload it or copy it to recovery and flash it manually)​​Q: I get an error "Cannot open file" on MAC, what should I do?​Open the terminal, go to your application path and paste this command:​
Code:
chmod +x LxMultiTool.app/contents/macos/*
​Q: What do I need to do in order to be in Fastboot or in ADB mode.​Fastboot mode will be detected only while being in bootloader.​ADB mode will be detected from Recovery (custom) and actual ROM with USB debugging active.​Refresh button needs to be used in order to check for what mode you are in.​​Q: Are there any other software that I need to install in order to run this tool?​On Windows and MAC everything is bundled, so nothing needs to be installed, just run.​On Linux you need to install from your package manager libQt5Core, libQt5Widgets, libQt5Gui, libQt5Network.​If it's not enough, use ldd LxMultiTool in the terminal to find out what you're missing from your environment.​​Q: I have a yellow/orange/red text screen during boot, what's that?​When you unlock you usually get the Orange screen and it's normal, but if you really want to know what's this about, give a reading to this.​​Q: Hey, my device is not detected, why?​On windows, you need to manually install the USB drivers, they are not included and probably they won't be included in this tool.​Also, make sure you click the connection Refresh button after connecting the device to your PC.​​Q: What do I need to do in order to install a custom ROM?​1. Unlock Bootloader.​2. Flash a custom recovery of your choice.​3. Flash an insecure kernel (boot).​4. Flash custom ROM with no problems via recovery.​All those things are found and can be done via this tool.​​Q: Hi, I just downloaded this tool, how do i use it?​First, extract the folder somewhere.​After that, run LxMultiTool.exe on windows by double-clicking it, LxMultiTool on Linux, and the same on mac.​​Q: Do I need android-sdk installed or something else?​No! This tool uses its own supplied binaries for adb and fastboot, if you have android-sdk installed it will be ignored anyway.​This tool is fully portable and stand-alone.​​Q: I get an error while trying to unlock the bootloader -> FAILED(remote: oem unlock is not allowed), what now?​Starting with Android 5.0, you need to enable Bootloader Unlocking from the developer settings, in order to do that, follow these steps:​- Enable Developer options​- Enable USB Debugging​- Look for the ‘OEM Unlock’ Option and toggle it.​​Q: How do I use the return to stock feature?​First, download the latest package from here, then extract the contents (there is an archive in the archive) until you get to a folder like angler-mda89d​that contains the images, that folder needs to be copied in the /Data/StockPackages folder in order to be visible.​​Easier steps -> Get your device in bootloader -> Start the tool -> Hit refresh -> go to Stock -> hit open folder -> copy the extracted folder with the name angler-xxxxxx in there, hit F5 or Right-click + Refresh -> you should see the folder in there like in the following screenshot. Thanks @ursa08 for the screenie.​
​Q: How do I enable Developer options?​- Launch the Settings​- Scroll Down and Tap on About Phone(or About Device)​- Locate the Build Number Section​- Tap on the Build Number Option 7 Times​- Go Back to the Main Settings Page​- Scroll Down and Tap on Developer Options​​Q: Hi, I just bought a phone what should I do now?​Well, you firstly need to unlock your bootloader...​​Q: What is logcat?​Well, you can pretty much use google for that answer, but to put it short, is that thingy that tells you what is happening behind the scenes of your phone.​It is usually used for debugging and entertainment(?).​When you report an error/bug to somebody, it will be a blessing to provide a logcat (log file)!​​Q: What is a Custom Recovery and why do I need one?​A custom recovery is that thingy that lets you flash .zip files, use your logic, and you will get it why you need one.​​Q: There are other guides/tutorials out there. Should I check them instead of this?​If you manage to get things done using this one, no, otherwise yes, note that some could be outdated...​​Q: What is sideload and how do I use it?​Sideload is a function from adb that let's you flash a zip file while in recovery directly from your PC.​Please note that you need to be in sideload mode on your recovery before doing this.​To enter sideload mode, in TWRP go to Advanced -> ADB Sideload -> Swipe to sideload​
​ Sources: ​
The official and original repository can be found here.​​
​ Bug reports/feature requests: ​
If you have any bug, or you consider a feature to be a must-have, please use the issue functionality on GitHub for more traceability here.​​
​ Licensing: ​
Please note that this tool is open source and released under the GPL v3 license, which can be read here.​Make sure you understand at least the short version of the license that's provided in the tool before using it or before contributing/forking and other related stuff.​​
​ Tech and stuff: ​
Some additional marketing for stuff used in this tool​​Qt - An awesome cross-platform IDE​Vmware - For letting me test this tool on all platforms (Linux and MAC).​Icons8 - A nice platform for good-looking FREE icons. (Big thanks!)​UnixUtils - For the sed utility for Windows.​AndroidFileHost - For the awesome file-management platform for developers.​​
​ Donations: ​
Even though this tool is provided free of charge, fully open-source, donations are very welcome to support the future development of this tool and to buy me a beer while coding future improvements on it.​​This section will also include the hall of fame for donors and on the github repository.​​Special thanks for donations:​- @john7760​​
​ Disclaimer: ​
I will not be responsible for smashed screens, bricked phones, or any other things that you can accuse me of, I've done this tool to help people, use it at your own risk and consider giving a THANKS if you use it and like it.​Please consider leaving some feedback, what to improve, what could be done better, what annoys you, it really helps me improve the tool.
Also, to avoid useless threads on general, Q&A, or useless posts, please read the FAQ section upside, it's like a Mini-Guide!
XDA:DevDB Information
Lx Multi Tool, Tool/Utility for the Huawei Nexus 6P
Contributors
Lexmazter
Source Code: https://github.com/lexmazter/LxMultiTool
Version Information
Status: Stable
Created 2016-01-01
Last Updated 2016-01-16
Already tool kit?
*Damn, nexus dev support is amazing
I feel so bad for buying galaxy s6, 0 aosp roms, Mod edit: Profanity removed dev support and all because of stupid exynos ;C
You da man! Can't wait for my phone to show up.
That was quick!! Waiting for this phone to be launched in India.
It works great thanks.I mean Tool
Wow. Can't wait to get my 6P and use this
Sent from my A0001 using Tapatalk
Add to Nexus 6P index thread:
[INDEX] Huawei Nexus 6P
Haven't even received my device yet, just wanted to say Thanks in advance!
Showing so much promise
I can't say more for this kind of support.
Great to see this already in the forum. Waiting on my 6P 128 Gig MONSTER.
wilbarger said:
Great to see this already in the forum. Waiting on my 6P 128 Gig MONSTER.
Click to expand...
Click to collapse
Got the 128gb monster on the way myself.
Thanks for this. Making it easy for everyone is a great thing I'm so excited to get back on a nexus
Thanks for this tool, I need to start from scratch because I don't have a Nexus since Nexus One
Thanks for this. Will be a first time user for the nexus generation. Just ordered the 6P so will definitely be doing this .
Great seeing this already. Coming from an S4 to the 64GB 6P. Will it be possible to relock the bootloader after installing a custom recovery or is the stock recovery required for the lock?
Sent from my SPH-L720 using Tapatalk
C4PO said:
Great seeing this already. Coming from an S4 to the 64GB 6P. Will it be possible to relock the bootloader after installing a custom recovery or is the stock recovery required for the lock?
Sent from my SPH-L720 using Tapatalk
Click to expand...
Click to collapse
AFAIK, locking bootloader has nothing to do with the recovery, but then again, I never locked a bootloader...
Pretty sure you'd need to flash stock recovery. It won't hurt anything to try it without stock recovery, but if it doesn't work then you'll know for sure why.
I'm not planning to mess around with it too much until a stock system file is available. I need a Plan B. Lol
Doesn't run for me. (Mac User)
Heres the terminal error
sh [Path to location]/6PMultiTool.v0.2/6PMultiToolv0.2-M.sh
[Path to location]/6PMultiTool.v0.2/6PMultiToolv0.2-M.sh: line 3: [Path to location]/6PMultiTool.v0.2/simple_curses.sh: No such file or directory
There doesn't seem to be a "simple_curses.sh" file in the tool directory that I can find. Hope you can get it figured out! Thanks for the awesome tool as well!
ryman222 said:
Doesn't run for me. (Mac User)
Heres the terminal error
sh [Path to location]/6PMultiTool.v0.2/6PMultiToolv0.2-M.sh
[Path to location]/6PMultiTool.v0.2/6PMultiToolv0.2-M.sh: line 3: [Path to location]/6PMultiTool.v0.2/simple_curses.sh: No such file or directory
There doesn't seem to be a "simple_curses.sh" file in the tool directory that I can find. Hope you can get it figured out! Thanks for the awesome tool as well!
Click to expand...
Click to collapse
Unfortunately I never got the chance to test the MAC version, finally I have a tester
From what I can see at a first look is that this simple_curses.sh is some leftover from when I experimented with some UI tricks for bash to try to simulate the looks of the batch version..
Can you please check this temporary version from here -> 6PMultiTool.v0.2.1.zip

Categories

Resources