[TOOL] Automated Commands v1.1 ADB&FASTBOOT - HTC One X

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!

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

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

{
"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

[CUSTOM ROM] [MICROMAX A57] [XPERIAFUSION] V-Edge TIPOiCE

V-Edge TIPOiCE
Click to expand...
Click to collapse
Fusion of NINJA 3 with XPERIA TIPO
Click to expand...
Click to collapse
{
"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
Its my pleasure announcing that V-Edge_TIPOiCE is ready to be flashed and now out for Downloading. Good news is that TIPOiCE proved to be fully stable on Testing Phase and The Latest Version of V-Edge TIPOiCE is v0.3.3 as if Now.​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
DOWNLOAD LATEST VERSION OF ROM
DOWNLOAD LINK 1: V-EDGE TIPOiCE v0.3.3
DOWNLOAD LINK 2: V-EDGE TIPOiCE v0.2.0
DOWNLOAD LINK 3: V-EDGE TIPOiCE v0.1.0​
Click to expand...
Click to collapse
RECEIVE AUTO UPDATES: V-EDGE TIPOiCE_OTA_Patch ​
Click to expand...
Click to collapse
APP ADDITION PATCH: V-EDGE_TIPOiCE_Patch02
-: Patch Contains following Apps :-
​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
GET A NEW LOOK WITH TIPOiCE
THEMED ANDROID BACKGROUND
THEMED APP BACKGROUNDS
[Background is Modifiable and you can Customize it by editing just the framework-res.apk in v0.3]
OTA UPDATES ALERTS
THEMED LOCKSCREEN AND SCREENLOCK
THEMED DIALLER AND LOCKSCREEN CALL SLIDERS
THEMED IN-CALL SCREEN AND BUTTONS
THEMED SYSTEM APPS
THEMED ICS SETTINGS MENU
THEMED ICS PROGRESSBARS AND LOADERS++
THEMED STATUSBAR-NO UNWANTED ICONS-MORE SPACE ON STATUSBAR
G/3G/H ICONS FORM STATUSBAR REMOVED [APPLY PATCH_01 IF STILL PRESENT]
NOTIFICATION TOGGLE [SET THE TOGGLE APPLICATION AFTER FLASH]
REMOVED UNWANTED BLOATWARES
XPERIA HOME AS DEFAULT LAUNCHER [HOLO AS AN OPTION]
XPERIA-NXT CLOCK WIDGETS
"NO SIM CARD" STATUS REMOVED FROM LOCKSCREEN AND STATUSBAR
TRANSPARENT WIDGET FOR "EMERGENCY CALL"
THEMED MMS, DESKCLOCK AND GALARY APPS
THEMED CONTACTS AND CALL BUTTONS
NEW ICONS FOR ALL SYSTEM APPS GIVES A NEW LOOK TO YOUR DEVICE
ALL SETTINGS MENU ICONS CHANGED TO ICS 4.0.4 ICONS
XPERIA [TIPO] AUDIO/BOOTANIMATION/BOOT SOUNDS​
Click to expand...
Click to collapse
GET ADVANCE PERFORMANCE WITH TIPOiCE
X-LOUD, SEMC BRAVIA ENGINE, BEATSAUDIO FUNCTIONALITY
IMPROVED GAMING EXPERIENCE
OPTIMIZED RAM FOR BETTER PERFORMANCE
IMPROVED BATTERY PERFORMANCE
IMPROVED TOUCH AND SMOOTHNESS-YES IT FEELS DIFFERENT
IMPROVED 3G AND WI-FI NETWORK AND DATA SPEED
BETTER VIDEO AND IMAGE QUALITY
A2SD SUPPORT TO FREE UP INTERNAL SPACE [MUST HAVE EXT PARTITION ON SD]
CWM PARTITION SUPPORT-PREACTIVITED [JUST CREATE CWM PARTITION]
CPU RENDERING FOR BETTER HD SUPPORT AND APP PERFORMANCE
GEEKY ENGINE ADDED FOR BETTER APPLICATION PERFORMANCE​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
PROJECT V-EDGE TIPOiCE
Friends, V-Edge TIPOiCE will remain continued till I release Pure ICS version of the same. Till then experience serene beauty of the TIPOiCE.​
Click to expand...
Click to collapse
PLEASE NOTE
For any Issues/Queries/Feedback/Modification_Guidance Please mark your comments in the same Thread only. Keep updated with the Latest News on the Project. Report any issues or Performance lags if noticed by you.
I have not touched the stock Calendar and Browser apps and the background is still White so while on these apps your Statusbar Icons may seem lighter. If you changed the background wallpaper, it will give different impact (Prefer Dark Backgrounds)
Please DO NOT ask me to change Fonts of Apps or Colors of UIs you see there. It’s a Themes and Will remain like that. If one Do not like any specific app or Interface of App then he/she can flash that specific app by getting it form anywhere on his/her device.
Yes all Stock/Non stock apps will work with this ROM. Hence, no meaning of discussing it here.
I have set what can be the Best Suitable for this ROM
CPU Rendering Function added is on Test Phase and may not be on its best results.
Various Tweaks added for Quality Handling and Performance. One or other may not work with full functionality due to device hardware limitations.​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
IMPORTANT
Flash this ROM on your own Responsibility, I will not be responsible if your Device become CRAZY or DEAD during carrying out any processes mentioned here. Please take a CWM backup of your current ROM prior to proceed for flashing. Although, there are no chances of any issues but I suggest not to take chance !!! In such an hard event please restore your backup using CWM Restore & Mark your comment regarding ERROR with possible screenshots
Click to expand...
Click to collapse
HOW TO FLASH V-Edge TIPOiCE​
A] You must have CWM Recovery Installed to Flash V-Edge TIPOiCE AND/OR other Patches/Updates
B] Please Create a Linux Partition (ext3) using CWM on your Device (If already having then FORMAT it)
Note: Take Backup of SD Card Contents as Creation of Linux Partition will wipe all Data on SD Card. This rom carryies Tweaks for auto-activation/creation of swap in your linux partition on SDCARD. You can create such partition(ext2/3/4) using Minitool Partition Wizard as well The Same partition will be also utilized for Link2sd (App pre-added) if u want to use.
C] Download & Copy the V-Edge_TIPOICE & Patches/Updates on SDCard (No need of Patches if you Got v0.3.3)
D] Reboot into Recovery (Keep Vol+ pressed while Powering ON)
E] Now perform all following Steps one by one : if steps completes successfully; UI will show process execution status and final status every time. Watch out that as well.
1. On CWM Interface screen select 'Install Zip from sdcard'
2. Select 'choose zip from sdcard to install'
3. Locate ROM Zip and Execute Flash->Let the Installation Complete
4. 'Go back' to main menu and select & execute 'wipe data/facory reset'
5. Switch OFF Device Now by removing Battery. Remove SDCARD & Keep SDCARD aside, reassemble and Switch ON
6. Once the ROM boots up fully Switch OFF and insert SDCARD and Reboot
7. ++All Done++ Start Customizing your Device Now.
8. [Optional] Also Set Icon Colors in Power Toggles Application.
9. [Optional] After Customization Take CWM backup your Your System for Future Usage
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Please have patience while Flashing completes: Wait for ROM to boot up fully, Remember 1st Boot always take comparatively much longer time, hence will hang up on Xperia LOGO for some time while loading system or even at black screen once the Animation time goes up, so Don't worry have patience, If you see Xperia logo ..it self assures that your ROM will boot fully
Click to expand...
Click to collapse
U MUST REMEMBER: After flashing any ROM if you get stuck into 'BootLogo' (Bootloop) then reboot into recovery again (You may need to remove battery and then rearrange to reboot) and on the main page do 'Wipe Data/Factory reset' once again and then choose to 'reboot system'. If its working ROM it will definitely boot up now..Must remove your SDCARD from device wihile booting up for the 1st time after Flashing This ROM
Click to expand...
Click to collapse
INSTALLING Patches: Flashing Patches is Matter of your Choice. Its Not a compulsion. Once ROM boots up fully…reboot into recovery again and choose to Flash a Patch on TIPOICE. To flash a Patch Do not wipe Data nor to format anything. Just Select “Install zip from SD Card”. You can flash both the patches on this ROM.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
SCREENSHOTS of V-Edge TIPOiCE​
Click to expand...
Click to collapse
Any Issues with Google Play Store ??? If YES then Download and Flash this Package using CWM Recovery:
V-Edge_GooglePlay_Fix.zip
If any Issues Arises, if any in future, with This ROM Please Try to Upload a Screenshot for better Understanding and faster Correction of the Same​
Click to expand...
Click to collapse
IF You liked V-Edge_TIPOiCE....hit "THANKS" to Vote for TIPOiCE​
Click to expand...
Click to collapse
DROPBOX LINKS for V-EDGE TIPOiCE
On Request I here by Update Dropbox Links of V-Edge TIPOiCE:
DOWNLOAD ROM: V-EDGE TIPOiCE
DOWNLOAD AUTO UPDATE ACTIVATION PATCH: V-EDGE TIPOiCE_OTAUPDATE_Patch
3G/G/H REMOVAL PATCH: V-EDGE_TIPOiCE_Patch01
APP ADDITION PATCH: V-EDGE_TIPOiCE_Patch02
CHANGE DEFAULT BACKGROUND in ALL APPS: CHOOSE YOUR OWN MOOD
ExxPRESS YOUR MOOD with V-EDGE TIPOiCE
So Friends,
I guess you liked TIPOiCE !!!
Let me add a LilBit more to Make your NINJA smile even More...
..........Have a Look on following Screenshots...........
Yes COLOURS do eXXpress your Mood and Style !!! and If you want to express your Mood through your Device then Follow the GUIDE below:
Difficulty Level: Medium
Tools Needed:
(1) APKTOOL for Decompiling & Recompiling framework-res.apk
(2) Notepad++ for edition codes in .XML
(3) 7zip for Exchanging Files from one Recompiled APK to Base APK
Method:
1. Download and Extract APKTOOL and place the Folder in C:\<here> Now Your APKTOOL path is C:\apktool
2. Download the V-Edge_TIPOiCE_BG-Blue on your PC (This is your Current Blue Theme)
3. You will need framework-res.apk to add to APKTOOL folder on C:\ for Theming (TIPOiCE framework-res.apk is already Kept in APKTOOL here, so no worries, start decompiling it)
3. Now open Command Prompt and Start Decompiling the framework: Steps are as Follows:
A) Locating APKTOOL directory on cmd:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\ViOLET R>cd c:\APKTOOL
Click to expand...
Click to collapse
B) Installing framework on APKTOOL:
C:\APKTOOL>apktool if framework-res.apk
I: Framework installed to: C:\Documents and Settings\username\apktool\framework\1.apk
Click to expand...
Click to collapse
C) Decompiling framework-res.apk
C:\APKTOOL>apktool d framework-res.apk FRAMEWORK001
I: Loading resource table...
I: Loaded.
I: Decoding file-resources...
I: Decoding values*/* XMLs...
I: Done.
I: Copying assets and libs...
Click to expand...
Click to collapse
You are done with Decompiling.
4. Now You will find your Decompiled files in FRAMEWORK001 folder that is now created in APKTOOL directory.
5. Open this folder and move to res/values/colors. Open colors.xml using Notepad++
6. You will find following in the bottom of Color list
........
........
<color name="black_with_little_transparency">#dd000000</color>
<color name="white_with_little_transparency">#ddffffff</color>
<color name="violet">#ff9a0033</color> (Concentrate on here)
</resources>
Click to expand...
Click to collapse
7. Check the Color Code in <color name="violet">....... i.e. #ff9a0033 This is for PINK theme you see in Screen Shot
8. Change the color code #XXXXXXXX to your desired "Hex Color Code" once done Save & Close the colors.XML
9. Re-Compiling APK:. Now again popout cmd screen and start recompiling the framework-res.apk: Type following
C:\APKTOOL>apktool b FRAMEWORK001 framework-res-new.apk
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
I: Building apk file...
Click to expand...
Click to collapse
A new APK is now built in your APKTOOL directory named framework-res-new.apk (as we specified the name in your command)
10. Now Open this New APK (framework-res-new.apk (Not yet ready to be flashed)) and your framework-res.apk (base APK) side by side using 7zip
11. Replace 'res' folder and 'resources_arsc' of your framework-res.apk (Base APK) by 'res' folder and 'resources_arsc' of framework-res-new.apk (New APK)
12. Once done Close both APKs. Now The Edited framework-res.apk (where you have copied the 'res' and 'resources_arsc' is your FINAL framework to be installed.
13. Open the V-Edge_TIPOiCE_BG-Blue using 7zip and got to 'framework' folder and replace the framework-res.apk with the FINAL framework-res.apk that you got from above procedures. Close the zip and Install the Mod using CWM
14. Your whole android theme will be changed and will take the MOOD (COLOR) that you have set during editing colors.xml
NOW EXPRESS your MOOD using different colors and Impress People around you !!! :laugh:
:angel: Enjoy !!! :angel:
HIT "THANKS" IF YOU LIKED my GUIDE
Hi Violet Thanks for the ROM, I am trying to update but unable to throwing a Status 0 message
Did as u said wiped the data/factory, cache and advanced also
but while formatting
formatting Partitions...
Flashing V-Edge TIPOiCE...
setting permissions...
Adding BusyBox..
Adding a2sd Support...
Adding System Tweaks...
Adding root Permissions...
E:Error in /sdcard/V-Edge_TIPOiCE_v0.2_ROM.zip
(Status 0)
Installation Aborted....
What should i do
Hey it worked, i have tried several times, at last it worked. I have cleared the Cache, and factory reset for 3 times. thanks Violet
V-EDGE TIPOiCE v4.1 RELEASE
"JellyBeans Fusion with TIPOiCE"
LINK: V-EDGE_TIPOiCE_V4.1
SCREENSHOTS
It would greatful if u post Status Bar transparency and background color tweaks..
mdhav538 said:
It would greatful if u post Status Bar transparency and background color tweaks..
Click to expand...
Click to collapse
The statusbar is Transparent only If you have not got Updated the ROM with 0.3.2 version...Try changing wallpaper..you ill come to know.
Transparent statusbar have issues while browsing and using few more stock apps...(icons get blur as the background of such apps is white.)
In 0.3.2 I have reset the whole background to color...instead of setting a pic a background and hence performance (time to load apps) is greatly improved and is its now almost instant.
If you still want to the new update 0.3.2 but with transparent statusbar only then Please download the same from here:
V-Edge_TIPOiCE_v0.3.2_TP (transparent Statusbar)
V-Edge_TIPOiCE_v0.3.2_NTP (Non-transparent Statusbar)
=========================================================================================
To set a color of your choice as your default background please earlier post Taged as "ExxPRESS YOUR MOOD with V-EDGE TIPOiCE"
To identify exact color code of a color you see somewhere on a pc or web.... do following:
Download that PIC or take a screenshot of page haveing that color and then Go to this site: http://imagecolorpicker.com/
Upload your images there and then click on your color on the uploaded pic..you will get the code below on that page only.
Note the code e.g. #003e3b
Add 'ff' before this code so it will become your 8 digit color code with Null transparency: i.e. #ff003e3b
Now use this 8 digit code in above tutorial.
Recompile apk and flash it... It will change all background as expected.
Note: You must have to use the same framework-res.apk that is already included in APKTOOL folder. Replace the included widget_btn_transparent in res/drwables-mdpi if you want Transparent Widget buton as well on lock-screen.
Hello, Nice rom. I tried it last night. I was able to flash it correctly throuth CWM. But the problem is, settings' menu is too hard to read due to complete transparant background and other one and major one is, if I try to install any app from PlayStore, moblie would restart and app would not get installed. Same happens all the time hence unable to install apps from Play Store also, link2sd partition is not getting detected, I had recreated it using CWM and minitool, in both cases, it gave me 'mount script' error always. However, I had used link2sd before on stock rom and it worked fine.
Also what is mean by init.d support?
---------- Post added at 06:46 AM ---------- Previous post was at 06:18 AM ----------
I want to flash stock rom now.. how can I do?? I dont have any backups of my previous stock rom. I have stock rom zip file though. I know I need to switch to stock recovery before flashing by using fastboot.. but how can do that? in CWM? or will I have to flash tipoice again?
@mmost : Please flash the Latest ROM v0.3.3 (links updated)
@mmost
mmost said:
Hello, Nice rom. I tried it last night. I was able to flash it correctly throuth CWM. But the problem is, settings' menu is too hard to read due to complete transparant background and other one and major one is, if I try to install any app from PlayStore, moblie would restart and app would not get installed. Same happens all the time hence unable to install apps from Play Store also, link2sd partition is not getting detected, I had recreated it using CWM and minitool, in both cases, it gave me 'mount script' error always. However, I had used link2sd before on stock rom and it worked fine.
Also what is mean by init.d support?
---------- Post added at 06:46 AM ---------- Previous post was at 06:18 AM ----------
I want to flash stock rom now.. how can I do?? I dont have any backups of my previous stock rom. I have stock rom zip file though. I know I need to switch to stock recovery before flashing by using fastboot.. but how can do that? in CWM? or will I have to flash tipoice again?
Click to expand...
Click to collapse
U got issues with TIPOiCE ??? Do as stated in following steps:
1. Do not panic....
2. You have to take a lil bit more pain to Download the V-Edge_TIPOiCE_v0.3.3_Full_TP_114MB (Full ROM again)
3. Read the Modified Instructions on post 1 and Flash Accordingly
4. Must take out SDCARD on first boot
5. Must have an ext3 partition (or Partition created by CWM) on sdcard to be compatible with androidswap (script) and Link2sd(app) both. If already having then wipe all data in it(format it) before flashing ROM.
6. After successful reboot insert your sdcard and then reboot
7. Set File Sdcard partition type as 'ext3' to set lik2sd.
8. Enjoy serene beauty of TIPOiCE with Supreme Performance Now !!! No Bugs !!!
9. If Google Play Issue ??? Flash this File Using CWM :Google_Play_Fix.zip
10. What you flashed is V0.3.3 If You get any Update Notification on OTAUpdated. Accept to download..Read change Log and check version...If upgraded..u can Download then and can be flashed manually using CWM. Other wise keep storing the updates.
You will find Updates in /sdcard/OTA-Updater/Download/<here>
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Bugs with incoming call.
This very good like and works perfectly which I load last nights. But one bugs I showed that If I save any 10 number with name when incoming calls from this number, it does not shows the name. It may be due to incoming call comes with international prefix such as =81 0r +91 etc. pls remove the bugs.
ota update
could u please provide the ota update link v5.1 xperia tipchoice .the ota update says rom does not support xperia tipchoice.
ota update
could u please provide the ota update link v5.1 xperia tipchoice .the ota update says rom does not support xperia tipchoice.
Link of ota update v5.1
http://d-h.st/nN3
Please update the download links

[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

[Tool] Rayglobe Italian Knife Ver 1.7 * TWRP - Root - Debrand ** UPDATE 2-14-16 **

{
"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"
}
Credits: @duraaraa (great guy from Xda), @inside!out, @VirusPlus, HRT Chinese team, Maximo76
1. Download this file
Ver. 1.6 ---------------------------> DOWNLOAD
2. Extract in a directory on your PC Rayglobe_Knife.exe
3. Launch this exe
XDA:DevDB Information
[Tool] Rayglobe Mate 8 Italian Knife, Tool/Utility for the Huawei Mate 8
Contributors
acer73, Inside!out, Virusplus, HRT Chinese Team, Maximo76
Source Code: http://forum.hdblog.it/index.php?/topic/49051-italian-knife-tool-by-hdblogit-huawei-mate-8/
Version Information
Status: Alpha
Created 2016-01-17
Last Updated 2016-02-06
Reserved
HELP
************************************************** ***********************************************
--------- User Manual HUAWEI MATE 8 Italian knife by Raimondo Martire (aka acer73) V1. 2 ----------
*
*
================================================== ========================================
**************The following points can be activated only with ADB and FASTBOOT active
**
*****0: FIRST START
*****1: BOOTLOADER
*****2: Recovery
*****3: Root
*****4: gapps
*****5: debrand
6: UNBRICK
7: EXTRA
8: Download EMUI
9: Thread Huawei Mate 8 on HDBlog.it
**
*****Q: Donate and Thanks? HELP (hdblog.it) X: CLOSE
================================================== ========================================
*
Before you start remember stop/freeze the antivirus because it may interfere with the download
*
================================================== ========================================
*
MENU 0: First Start
*
In this menu, 'there are two preliminary operations are the driver installation
for the proper functioning of the options adb and software download Hisuite.
Remember not to jump the menu '"First start"
because you will need to verify that you have properly enabled the option "USB debugging" in the menu 'developer
*
================================================== ========================================
*
MENU 1: Bootloader
*
In this menu 'you can use a fast tool for a fee ($4) to unlock the bootloader.
Huawei also provides for an option to unlock via email.
More information in this forum
*
NB. Unlocking the bootloader is necessary if you want to use all options of this tool
*
================================================== ========================================
*
MENU 2: Recovery
*
* 2-1 * The recovery TWRP need to install zip unsigned and root.
* 2-2 * The stock is recovery available with Huawei rom
*
================================================== ========================================
*
MENU 3: Root
*
The root, from the English "root", is a process derived from Linux and applied on
Android to get superuser rights and thus have unrestricted access to the system and to
right to modify it at will by real developers.
It is not nothing but to overcome a barrier and open the huge iron gates behind
which hides the world of modding and custom ROMs.
IMPORTANT: For the root must install the TWRP recovery and have the boot decrypt
*
================================================== ========================================
*
MENU 4: gapps
*
You can install Gapps for Huawei chinese rom. Please consider to decrypt boot before
*
================================================== ========================================
*
MENU 5: debrand
*
It really a pleasure to present this function for switch beetween chinese AL10 model to European L29 Model
*
================================================== ========================================
*
MENU 6: UNBRICK
*
It 'a menu' emergency and experimental enabled only when the smartphone is in brick state
*
================================================== ========================================
*
MENU 7: Extra
*
In this menu, 'there are more frequent reboots: recovery, bootloader and the possibility for the user
to flash their own recovery or a boot image. The files must be placed in the directory
USER
*
================================================== ========================================
*
MENU 8: Download EMUI
*
This menu 'will be active for download roms stock EMUI of the Chinese model.
*
================================================== ========================================
*
MENU 9: Thread Huawei Mate 8 on HDBlog.it
*
Italian forum when I've published first my work
*
================================================== ========================================
*
MENU D: Donate
*
This tool and 'released for purely private. Any commercial use without permission
the author will be prosecuted according to law.
If you want to keep this tool active currency the possibility to donate to the purchase of space
Web and to give me comfort with a glass of good Italian wine
*
================================================== ========================================
*
Menu?: Help
*
To choose the menu 'for help and' exclusively in Italian
*
================================================== ========================================
*
MENU X: Close
*
Closes this tool
Changelog
1.5
Smaller exe
Rayglobe Twrp recovery Multilanguage
1.3
New Twrp multilanguage
Remake Extra section with 2 new stuff
thank you for your help
I have a problem against the software does not recognize my mate 8 I have this red message <waiting for device>, and when I run a command prompt my device is recognized without problems
You are the hero we need, we just didn't know it! Massive thanks for your work mate.
lorenzw said:
thank you for your help
I have a problem against the software does not recognize my mate 8 I have this red message <waiting for device>, and when I run a command prompt my device is recognized without problems
Click to expand...
Click to collapse
You have driver problem. Have you used driver that I punt in first start command?
Extensive help please
Just looking for some more detailed help, ill post the issues I have with understanding.
Sorry if some things I ask are basic or stupid, I have never had an android phone and haven't had the opportunity to check your tool out with a phone yet.
acer73 said:
*
MENU 0: First Start
*
In this menu, 'there are two preliminary operations are the driver installation
for the proper functioning of the options adb and software download Hisuite.
Remember not to jump the menu '"First start"
because you will need to verify that you have properly enabled the option "USB debugging" in the menu 'developer
*
Click to expand...
Click to collapse
So I just need to run this command (after enabling USB debugging) and that will download everything I need to run the commands?
acer73 said:
*
MENU 1: Bootloader
*
In this menu 'you can use a fast tool for a fee ($4) to unlock the bootloader.
Huawei also provides for an option to unlock via email.
More information in this forum
*
NB. Unlocking the bootloader is necessary if you want to use all options of this tool
*
Click to expand...
Click to collapse
So whats this first menu do?
Link me to these two places?
acer73 said:
*
MENU 2: Recovery
*
* 2-1 * The recovery TWRP need to install zip unsigned and root.
* 2-2 * The stock is recovery available with Huawei rom
*
Click to expand...
Click to collapse
What do these mean?
TWRP will be installed on it if I select one?
Then what does the stock one do? Remove TWRP?
acer73 said:
*
MENU 3: Root
*
The root, from the English "root", is a process derived from Linux and applied on
Android to get superuser rights and thus have unrestricted access to the system and to
right to modify it at will by real developers.
It is not nothing but to overcome a barrier and open the huge iron gates behind
which hides the world of modding and custom ROMs.
IMPORTANT: For the root must install the TWRP recovery and have the boot decrypt
*
Click to expand...
Click to collapse
How do I get boot decrypt?
acer73 said:
*
MENU 4: gapps
*
You can install Gapps for Huawei chinese rom. Please consider to decrypt boot before
*
Click to expand...
Click to collapse
Once again, what is decrypt boot?
What happens if I dont have decrypt boot and I do this?
Also what GAPPS are included?
acer73 said:
*
MENU 5: debrand
*
It really a pleasure to present this function for switch beetween chinese AL10 model to European L29 Model
*
Click to expand...
Click to collapse
Basically this will flash the european rom on the phone?
Does it work the other way as well, european to chinese?
acer73 said:
*
MENU 6: UNBRICK
*
It 'a menu' emergency and experimental enabled only when the smartphone is in brick state
*
Click to expand...
Click to collapse
So if I brick my phone this will be able to fix it most of the time?
What kind of things does it do?
acer73 said:
*
MENU 7: Extra
*
In this menu, 'there are more frequent reboots: recovery, bootloader and the possibility for the user
to flash their own recovery or a boot image. The files must be placed in the directory
USER
*
Click to expand...
Click to collapse
So this menu gives the user the option to boot into different modes?
acer73 said:
*
MENU 8: Download EMUI
*
This menu 'will be active for download roms stock EMUI of the Chinese model.
*
Click to expand...
Click to collapse
What does this do? Flash the chinese rom?
Does that mean the chinese to international rom wouldnt work backwards, you need to use this one to do it?
So I just need to run this command (after enabling USB debugging) and that will download everything I need to run the commands?
So whats this first menu do?
Link me to these two places?
Install correct adb driver. remember to activate usb debug in developer menu
What do these mean?
TWRP will be installed on it if I select one?
Then what does the stock one do? Remove TWRP?
Twrp in a custom recovery to flash unsigned zip
How do I get boot decrypt?
In menu 3
Once again, what is decrypt boot?
What happens if I dont have decrypt boot and I do this?
Also what GAPPS are included?
Micro GApps package for chinese rom
Basically this will flash the european rom on the phone?
Does it work the other way as well, european to chinese?
Yes european rom work on chinese model
So if I brick my phone this will be able to fix it most of the time?
What kind of things does it do?
So this menu gives the user the option to boot into different modes?
You can boot in recovery or fastboot mode. Some command can be made in recovery mode other one in bootloader mode
What does this do? Flash the chinese rom?
Does that mean the chinese to international rom wouldnt work backwards, you need to use this one to do it?
Yes you can flash from chinese to european and return to chinese
Hello,
I made this tool for Honor6 and inside!out port it for Honor7 later. We both now merged our tools into one HONOR MultiTool and we still keep it "open" in .bat so anyone can use/port it for other models. I don't get why you "close" it with .exe format.
I see that you add me and inside!out as contributors but i don't want make changes into your OP, so please give me and inside!out the right credits of your port on our work into OP and your Tool.
This is the original HONOR6 MultiTool Thread and this is the port for HONOR7 MultiTool Thread.
Thank you!
Hi I know several people have already asked this, but when I run first run I just get waiting for device. In device manager there's no missing drivers. I can't see where you have the adb driver located. Is it possible to post a link to the correct driver? I was able to install hiSuit, but not able to get the device detected. Does anyone have any other ideas?
hisuite actually has the USB drivers included...
davoidd said:
Hi I know several people have already asked this, but when I run first run I just get waiting for device. In device manager there's no missing drivers. I can't see where you have the adb driver located. Is it possible to post a link to the correct driver? I was able to install hiSuit, but not able to get the device detected. Does anyone have any other ideas?
Click to expand...
Click to collapse
I am in the same situation as Davoidd and I still have not found the solution.
I'm on Windows 10 and Hisuite and adb drivers are installed
all orders that I make are not allowed via fastboot with Rayglobe Italian Knife
but I can flash the TWRP via fastboot without using Rayglobe Italian Knife
Can I use your tools for Factory Reset Protection (FRP) rest?
VirusPlus said:
Hello,
I made this tool for Honor6 and inside!out port it for Honor7 later. We both now merged our tools into one HONOR MultiTool and we still keep it "open" in .bat so anyone can use/port it for other models. I don't get why you "close" it with .exe format.
I see that you add me and inside!out as contributors but i don't want make changes into your OP, so please give me and inside!out the right credits of your port on our work into OP and your Tool.
This is the original HONOR6 MultiTool Thread and this is the port for HONOR7 MultiTool Thread.
Thank you!
Click to expand...
Click to collapse
Sorry mate. I created this thread as you can see with right credits in the first time and put your name also in contributors. I put your name in contributors in this way xda system send you an email and you can verify work just because you have choose to not receive Pm so no possibility to contact you. I don't think only to give credit in OP and tool . I'll upload new version with credit in OP according your right desire and I've modified first image for better visibility. :good:
copysat said:
Can I use your tools for Factory Reset Protection (FRP) rest?
Click to expand...
Click to collapse
No, I don't test for it. Use this option only in an emergence fase
jbmc83 said:
hisuite actually has the USB drivers included...
Click to expand...
Click to collapse
Yes right
lorenzw said:
I am in the same situation as Davoidd and I still have not found the solution.
I'm on Windows 10 and Hisuite and adb drivers are installed
all orders that I make are not allowed via fastboot with Rayglobe Italian Knife
but I can flash the TWRP via fastboot without using Rayglobe Italian Knife
Click to expand...
Click to collapse
Yes you can flash in fastboot with this command
fastboot flash recovery twrp.img
I'll see in tool why some user don't flash. Only a test if you wright
adb devices
you see a number?
acer73 said:
Yes you can flash in fastboot with this command
fastboot flash recovery twrp.img
I'll see in tool why some user don't flash. Only a test if you wright
adb devices
you see a number?
Click to expand...
Click to collapse
yes i see a number , with adb in fastboot i can flash twtrp.img with the firmware NXT-AL10_C00B129SP02 I also have with your made tool a backup of oeminfo but with the firmware NXT-AL10C00B137 I can't flash twrp.img ! (failed command not allowed)
At present I am under the firmware NXT-AL10_C00B129SP02 with TWRP and SuperSu
lorenzw said:
yes i see a number , with adb in fastboot i can flash twtrp.img with the firmware NXT-AL10_C00B129SP02 I also have with your made tool a backup of oeminfo but with the firmware NXT-AL10C00B137 I can't flash twrp.img ! (failed command not allowed)
At present I am under the firmware NXT-AL10_C00B129SP02 with TWRP and SuperSu
Click to expand...
Click to collapse
I'll change tool to ver 1.0.0.1 try with this . I'm sure that now you can flash without problem
https://www.androidfilehost.com/?fid=24369303960690339
happy to report that ur tool saved me a lot of work @acer73 im now on L29 firmware with decrypted boot, twrp and supersu installed, everything running smoothly. so far no issues with notifications, but still watching out for this...
Sent from my Huawei Mate 8 using Tapatalk

Categories

Resources