[SCRIPT][KK][STOCK] AutoROM Flasher v2.1 - G 2014 Android Development

AUTOROM FLASHER v2.1 (Final update)
Hello everyone!
This is the first script i made for our Moto G 2014, and now i'm actually sharing with y'all to using and testing!
The reason i made it was to avoid the boring command-by-command thing we all deal with while flashing stock kitkat rom.
If you guys like it, please, comment and share your opinion! I'll be glad to read every post!
How to use it on Linux:
1. Open terminal by using Ctrl + Alt + T
2. Cd the directory where is located both system and script file (The script NEEDS TO BE on the moto g system files folder)
3. Do a chmod +x autoromflasher.sh to grant all permissions
4. Execute it using sh ./autoromflasher.sh
5. Wait for it and then it's done!
Download link (LINUX VERSION): MEGA
Download link (WINDOWS VERSION):
MEGA
Download link (WINDOWS ALTERNATE VERSION):
MEGA
Github for devs: LINK
Enjoy
Op

Changelog
10/02/2015
1. Added linux version
2. Support for all distros
12/02/2015
1. Added windows version
2. Added windows alternate version for MFASTBOOT.EXE users
21/02/2015 (this will be the last update)
1. Added github "mirror" for dev
2. Updated Linux version
3. Added TWRP flashing support (linux)
4. Added Philz flashing support (linux)

@mrnickel - we really need some nice script for Linux, you should also check @luca020400 work
http://forum.xda-developers.com/moto-g-2014/development/ultimate-moto-g-2014-toolkit-t2979862

cociuba said:
@mrnickel - we really need some nice script for Linux, you should also check @luca020400 work
http://forum.xda-developers.com/moto-g-2014/development/ultimate-moto-g-2014-toolkit-t2979862
Click to expand...
Click to collapse
Thanks, i will check it out! [emoji1]

last update
this will be my last update on this script
hope anyone manage to use it for flashing and stuff XD
in this last change, i've added some TWRP and Philz support, just like Luca on his Toolkit (Thanks m8!)
So that's it, appreciate everyone that used it, i think i'm going to do some scripts in a future, but for this week i'm done haha
op

Related

[DEV] Kernel 2.6.27-community (Version 1.4 - 03/11/09)

Disclaimer: For devs only. Updating to it will wipe your device. I am not responsible of any damage of any sort or data loss or anything. Alway do a nandroid backup before updating
Kernel android-msm-2.6.27-hero-community
The purpose of that community project is to have an optimized hero kernel based on HTC kernel sources.
Current release: 1.4 [download]
Features:
- compcache with ramzswap enabled
- /system/etc/init.d init scripts support
- some init script (firstboot, userinit)
- CIFS support
- Ext4 full support
- Removed DEBUG options
- All bluetooth options (don't know if needed ??)
- Droidwall support
- Pptp support (need testing)
- IP Gre tunnel module
- SquashFS 3.4
Links:
Git
Wiki
Issues tracker
Note: devs, as a community project, you patches or configuration corrections are welcomed. Feel free to submit.
Note: if anyone needs it, in the downloads section of the git there is the patch to apply to android-msm-2.6.27 sources so they compile for Hero.
Note: this kernel does not support modaco roms, the reason is that modaco rom is dependant of scripts called from kernel ramdisk, witch is not good. If you use Modaco rom, use teknologist kernel (http://ow.ly/yCxu) witch have similar tweaks
Changelog
Version 1.4 - Nov 3rd 2009
- added ext4 full support
- some init.d scripts (firstboot, userinit)
- squashfs 3.4
Version 1.3 - Nov 3rd 2009 (test build)
Version 1.2 - Nov 3rd 2009
- added ext4dev support (ext4 support in git, update.zip coming soon)
- added pptp support
- removed kernel debuging options
- added ramzswap init.d script
Version 1.1 - Oct 29th 2009
- added support for /data/init.sh script
- added support for /system/etc/init.d/* scripts
Version 1.0.1 - Oct 29th 2009
- fixed wlan.ko
Version 1.0 - Oct 28th 2009
- compcache 0.5.4 patch
- optimized config by Teknologist
Thanks for the hard work and more importantly sharing!..... this will be very useful once Ive got my oven sorted
Lox could you also post the version number of compcache that is integrated ? (and version numbers for future addons) cant wait to test the next release
Edit: Do i need to wipe the data before i update to this kernel? because i cant turn on wifi
whats the diff between AOSF CUPCAKE thread and this? these two projects do diff jobs? which will give us a basic android rom withot sense thing?
dying4004 said:
whats the diff between AOSF CUPCAKE thread and this? these two projects do diff jobs? which will give us a basic android rom withot sense thing?
Click to expand...
Click to collapse
This is the an optimized kernel to run any rom.
Lox_Dev said:
This is the an optimized kernel to run any rom.
Click to expand...
Click to collapse
WHOA!!!
LOX u have got really close in getting those nice roms and fancy stuffs in hero. so this is the base of all roms and fancy things.
CONGRATS BRO
New version 1.1.
Now you can have init scripts in /system/etc/init.d. /data/init.sh supported too.
To run Compache and have a really faster kernel, follow this how to. Busybox is needed (here is an update.zip to install it)
Lox_Dev said:
New version 1.1.
Now you can have init scripts in /system/etc/init.d. /data/init.sh supported too.
To run Compache and have a really faster kernel, follow this how to. Busybox is needed (here is an update.zip to install it)
Click to expand...
Click to collapse
could you also add little adb how-to for adding @ moving 05ramzswap file to init.d ?
i read all the references printed in first post, but there is nowhere a description of what has been optimized.. can someone please inform ;-)
felikz said:
i read all the references printed in first post, but there is nowhere a description of what has been optimized.. can someone please inform ;-)
Click to expand...
Click to collapse
second post maybe?
jaapschaap said:
second post maybe?
Click to expand...
Click to collapse
thats just the CHANGE LOG?
@ Lox_Dev
Thanks
This 05ramzswap script is correct?
#!/system/bin/sh
insmod /system/lib/modules/lzo_decompress.ko
insmod /system/lib/modules/lzo_compress.ko
insmod /system/lib/modules/compcache/xvmalloc.ko
/system/xbin/insmod /system/lib/modules/compcache/ramzswap.ko memlimit_kb=64200 backing_swap=/dev/block/mmcblk0p3
swapon /dev/block/ramzswap0
fi;
For building the rom, is correct added this line in update-script?
show_progress 0.5 0
show_progress 0.2 0
write_raw_image PACKAGE:boot.img BOOT:
show_progress 0.2 10
Thank you and sorry my english.
MACH_SAPPHIRE=y
Click to expand...
Click to collapse
Does this option is really necessary ?
thx lox, thread sticky
I managed to use nandroid's restoring method and put new boot.img back without any data wipe. Here is how I did it: Make a nandroid backup first, and copy the latest backup files to your computer, replace original boot.img to the new one(community version). Then edit the value of boot.img in nandroid.md5 to the proper content and match your new boot.img. Finally just restore it in recovery mode.
If the wireless function isn't working after boot, you may also need to push it via adb:
adb push wlan.ko /system/lib/modules/wlan.ko
adb shell sync
(reboot again)
foxfair said:
I managed to use nandroid's restoring method and put new boot.img back without any data wipe. Here is how I did it: Make a nandroid backup first, and copy the latest backup files to your computer, replace original boot.img to the new one(community version). Then edit the value of boot.img in nandroid.md5 to the proper content and match your new boot.img. Finally just restore it in recovery mode.
Click to expand...
Click to collapse
# adb push ./boot.img /sdcard
# adb shell flash_image boot /sdcard/boot.img
I little bit more fast... (but you should make a backup before)
Poischack said:
# adb push ./boot.img /sdcard
# adb shell flash_image boot /sdcard/boot.img
I little bit more fast... (but you should make a backup before)
Click to expand...
Click to collapse
i'm on RUU 2.73.x version, for some reason fastboot and adb push won't work... anyway I just provide an alternative way.
Lox did you try to upgrade to 2.6.29?
foxfair said:
Lox did you try to upgrade to 2.6.29?
Click to expand...
Click to collapse
Clone this git if you want to play:
git://android.git.kernel.org/kernel/msm.git branch android-msm-2.6.29
You WILL need to port over some of the drivers from the Hero kernel HTC released a while back (which was 2.6.27 btw).

[Tool][Kernel]Xperia_kerneltool-For all Xperia devices

******* Hi all ********​I have developed this little tool containing a few utilities for our Xperia devices​
Xperia_kerneltool​
Overview​
I created this tool to automate the process of kernel compilation for our beloved Xperia devices..In the process i have added a few more utilities like TA partiton backup.
-After completion I added a lot more features like building Cyanogenmod for any device..Kernel tools for a few more devices EFS partition backup..Git tools etc and made a multitool. If you are interested in that multitool then head over to my multitool thread
dark_multitool1.0
Features​
-Sony Kernel
Unpack Kernel Source
-Create zImage of various devices(any Xperia)
-Extract kernel.sin from ftf file
-Unpack kernel.sin(to get zImage and ramdisk)
-Make dt.img(For Xperia Z1 and Z ultra)
-Make kernel.elf or boot.img depending on device
-Download toolchains
-Unpack boot.img to get zImage and Ramdisk
-Unpack or Repack ramdisk
-Build zImage for a generic kernel(Experimental)
-Backup TA partition for Sony(By dd Method only)
How to install??
Download the tar.gz file from the link above..Place it in your home directory and run the following command in your terminal
tar -xjvf xperia_kerneltool.tar.gz
How to run it??
cd to the folder xperia_kerneltool and type ./menu in your terminal and execute
This tool is only for any linux based distro(Ubuntu,fedora etc) atm and i dont know if it will work in cygwin
You can install vitualbox and install ubuntu or any other linux based distro to use the tool if you are running windows
Credits
-xda and its wonderful devs for teaching me everything
-Doomlord for his exceptional threads and tutorials on Xperia devices
-Rickwyatt and Rekoil for Ta partition backup tutorial for Xperia
-Google.com
If i have forgotten anyone then please let me know
Donations
Running a 512 mb laptop with a semi crashed hard disk.....So any kinds of donations are welcome if you like the tool
>Just donate to my email ID : [email protected]
>I am from India..so personal payment wont work
>Select buy me goods/services and it should work
>You can donate via tool as well.....
Mods : Please Move the thread if its in the inappropriate section
Updates
-I will keep the thread updated with the latest tool and you can also update the tool through the tool itself
FAQs in the second post
Changelogs in the third post
XDA:DevDB Information
Xperia_kerneltool, a Tool/Utility for the Sony Xperia Acro S
Contributors
Dark Wraith
Version Information
Status: Alpha
Created 2013-12-10
Last Updated 2013-12-10
Reserved
FAQs
>Why is it giving errors while compiling zImage for Xperia devices????
Answer : You need to add the various makefile and defconfig fixes for the toolchain to work properly
Please refer to this excellent thread by Doomlord for various fixes
http://forum.xda-developers.com/showthread.php?t=2447310
>TA partition doesn't work properly
Answer : Please remember to specify the memory block correctly. If you still get an error then please tell me the error so that i can check if the error is from the tool's end
>How to add a toolchain????
Answer : Add it under android_toolchains folder in your home directory
Open the tool and navigate to toolchain_selector script under scripts folder
Add the toolchain name and the correct path as given there in the following format
toolchain_name[the number after the last toolchain name]=
toolchain_path[the number after the last toolchain path] =
>How to clean your kernel work directory?
Answer ; Navigate to the kernel work directory : make clean
I will incorporate this in the next release
>Download toolchains or update tool doesnt work
Answer : make sure you have the git package installed.
Bugs and Suggestions
Please let me know
Reserved
Where is the download link?
juppi said:
Where is the download link?
Click to expand...
Click to collapse
Umm..under download tab..dont download this. Download dark multitool. Its there in my signature
Sent from my Micromax A110 using xda app-developers app

GS-Kitchen (Android ROM Kitchen for Windows)

You all probably know dsixda's awesome ROM kitchen. It is for Linux, and Windows users may have a tough time setting it up. So, I am making a Windows version, guided by his code (however, I dont use his code). It may look similar, as I thought people would like me to make it similar to Dsixda's. But, it is not.
Special Thanks:
Dsixda's for his original ROM Kitchen.
This thread will not get updated anymore. Check GS-Kitchen RELOADED!​
Installation:
1 - Unzip GSKITCHEN to a location without spaces (ex. Do not use C:Usersgot spaces, use C:Usersnospaces)
2 - Run Kitchen.bat
Downloads:
PREVIEW 4 (0.2 Alpha) -- 25 March 2014
****************
GS-Kitchen 0.2 Alpha --> Download
****************
Functions:
*Make a Working folder from a ROM
*Add root to ROM [FIXED] [FIXED AGAIN, SORRY]
*Add Busybox to a ROM
*Deletes WORKING folder if creating a new one
*Zipalign APK's in /system/app [FIXED]
*Make a flashable ZIP
PREVIEW 3 (0.1 Alpha) -- 21 February 2014
****************
GS-Kitchen Preview 3 --> Download
****************
Functions:
*Make a Working folder from a ROM
*Add root to ROM [FIXED] [FIXED AGAIN, SORRY]
*Add Busybox to a ROM
*Deletes WORKING folder if creating a new one
*Zipalign APK's in /system/app~
PREVIEW 2 (0.1 Alpha) -- 19 February 2014
****************
GS-Kitchen Preview 2 --> Download
****************
Functions:
*Make a Working folder from a ROM
*Add root to ROM [STILL NOT WORKING BECAUSE OF MISSING FILES - ITS WINDOWS' FAULT, TRY PREVIEW 3!]
*Add Busybox to a ROM
*Deletes WORKING folder if creating a new one
PREVIEW 1 (0.1 Alpha) -- 19 February 2014
****************
GS-Kitchen Preview 1 --> Download
****************
Functions:
*Make a Working folder from a ROM
*Add root to ROM [EDIT: PARTIALLY WORKS]
XDA:DevDB Information
GS-Kitchen, a Tool/Utility for the Samsung Galaxy S 4
Contributors
gnmmarechal, dsixda
Version Information
Status: Alpha
Created 2014-02-19
Last Updated 2014-03-30
Actually, this is for all Custom ROMS packed in *.zip files, like CyanogenMod, MaclawMOD, etc, not only for the SGS4.
pictures, instructions and what toll can do?
you must give us some more details otherwise no one will go to try this tool, just saying i would like to try but cant see what the tool can do?
iphoneandroidworld said:
you must give us some more details otherwise no one will go to try this tool, just saying i would like to try but cant see what the tool can do?
Click to expand...
Click to collapse
This is written on the topic. This aims to make a good ROM kitchen for Windows users, because it is not that easy to setup Dsixda's ROM Kitchen in Windows.
Also, check the Download section, it has the current release and changelog, the PREVIEW 1 can only make a Working Folder and add root... Im working on the rest, but I thought you would want to actually see something
Updated! PREVIEW 2 now avaliable!
gnmmarechal said:
Updated! PREVIEW 2 now avaliable!
Click to expand...
Click to collapse
You can now Request Features and Report Bugs!
Cygwin can be a b**** to setup but once it it youll be right
Sent from my dominationed S4
that's why I am making my own.
Sent from my GT-S6310N using xda app-developers app
cool. will try this when it gets more features
gonemad02 said:
cool. will try this when it gets more features
Click to expand...
Click to collapse
Thanks! Im currently going to add zipalign to the PREVIEW 3!
Preview 3 should fix bugs. And can now zipalign roms.
Add convert boot.img and system.img to rom zip?
Preview 4 will bring option to pack the ROM!
gnmmarechal said:
Preview 4 will bring option to pack the ROM!
Click to expand...
Click to collapse
Cant wait thank you I need this so much!:good::fingers-crossed::highfive:
Joeyxc said:
Cant wait thank you I need this so much!:good::fingers-crossed::highfive:
Click to expand...
Click to collapse
Thanks for your interest! P4 will soon be released!
Nice...this should be SWEET!!! Thank you sir for sharing....right on??
Wow, good job
Let's try it
allen_k said:
Wow, good job
Let's try it
Click to expand...
Click to collapse
Ty. In P3 zipalign is broken for some reason. Will fix it soon.
Sent from my GT-S6310N using xda app-developers app
PREVIEW 4, AKA 0.2 Alpha is finally avaliable! You can now make flashable zip files from a working folder! Zipaligning has been fixed! Please try the new version and report any bugs!
Job well Done
And Thanks for sharing!:good:

[ROM][Z00L][5.0.2] Stock Deodexed Pre-rooted ROM for ZF2 Laser [UNLOCKED BOOTLOADER]

Stock Deodexed, Debloated, pre-rooted ROM for Zenfone Laser 2 is here.
I have removed most of the unwanted bloatware but kept few useful apps like Playstore, AsusBackup, PClink, Remotelink, Filemanager, etc.
List of removed apps (from 1.17.40.1234 ) From 1.17.40.1531
System/App:
Asus Browser
Asus DrawRes
Asus fmradio (Added back in .1531)
Asus Fmservice (added back in .1531)
Asus mirror
AWS
Bbbleractor
BRapps
CleanMaster
Data transfer
DrEye
Drive
Drive Activator
eMusic (added back)
Gameloft
Hangouts
Kindle
KKbox
Maps
MyAsus
Music2 (google)
Omlet-stub
Photos (google)
Puffin Browser
Trip advisor
Videos (Google)
What's next
Yahoo auction
YahooECShopping
YahooMall
Zenflash
ZenTalk
ZenUI help
Zenio
Zenioservice
Viso
System/priv-app:
Applocker
Asus Calculator
Asus fresh green theme
Asus lovely pink theme
Asus quick search (Google)
Asus task (do it later)
Game center
Laser Ruler
Microfilm (mini movie)
ShareRimBinary (share link)
Supernote
ZenCircle
/system/etc
Amazon.kindle.pro
Ezding
Features
➪Pre-rooted
➪Deodexed
➪Debloated
➪Both TWRP and Fastboot flashable
1.17.40.1531 is Zipaligned too.
DOWNLOADS
1.17.40.1234 1.17.40.1531
Flashable zip :
Z00L_1.17.40.1531_deodexed [Google Drive link]
1.15.40.871
Fastboot .img : [Google Drive link] | [AndroidfileHost Link]
Instructions
Method 1: Via Custom recovery- [Get TWRP]
1. Download Flashable zip
[file name: Z00L_deodexed_10may2016_fixed2.zip]
2. Put it in your External sd-card.
3. Boot you phone in recovery mode.
4. Wipe System, Data, Cache, Dalvik Cache.
5. Install/Flash the ROM zip!
6. Reboot
Method 2: via fastboot-
1. Download Fastboot .imgs
2. Install Asus drivers.
3. Download adb_fastboot.zip and extract its contents to the same folder where you have system-deodexed.img and boot.img files.
4. Reboot your phone to 'bootloader mode'. To do this turn of your phone completely. Hold volume down button and then press and hold power button. Release power button after Asus logo appears and then release volume down button. Your phone is now in bootloader mode.
5. Connect your phone to pc via a reliable usb cable. Look at your phone screen. It should display "Fastboot mode!"
6. Now go to the folder where you have extracted all the files. Holding down shift key, Right click on any point on white screen. Then click on 'open command window here' from the menu that appears. Command Prompt will open now
7. On command prompt type
Code:
fastboot devices
and check if it is detecting your device.
8. Now run the following commands in the given sequence
Code:
fastboot flash boot boot.img
fastboot.exe flash system system.img
fastboot erase userdata
fastboot erase cache
fastboot reboot
"fastboot flash system system.img" will take 10-20 mins to start flashing, so be patient.
Flashable Zip of Removed apps
Use this if you want any of the removed apps.
Download Link: [Google Drive] | [Android File Host]
All apps are deodexed
Bugs
1. Calculator FC - Fixed in 24 May update
​
Credits:
@xpirt - Guide for handling system.new.dat
@SuperR. - kitchen for deodexing
@Chainfire - for superSU
@luca020400 - for twrp
Go thank all these awesome developers!!!
XDA:DevDB Information
Optimized Z00L Stock ROM, ROM for the Zenfone 2 Laser
Contributors
sziraqui
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Unlocked Bootloader
Based On: Stock build-v1.17.40.1234
Version Information
Status: Beta
Current Stable Version: NA
Created 2016-05-04
Last Updated 2016-06-15
#Reserved
Future tasks: All tasks completed
-Rebuild from 1.17 WW firmware :good: Done
-Flashable zips for flashing removed apps :good: Done
-Deodex /system/vendor/app :good: Not found in 1.17.40.1234 firmware
-Remove more bloatware. :good: 437mb of bloat removed
CHANGELOG-
24 May 2016
1. Fixed Calculator FC
2. Fixed missing root
3. Added busybox
Click to expand...
Click to collapse
15 June 2016
1. Rebuilt from 1.17.40.1531
2. supersu within system.new.dat
3. Retained FMservice, FMRadio, eMusic as these were potentially causing headphone issue
Click to expand...
Click to collapse
Really loving the upsurge in development for the ZF2L. Awesome work mate!
Sent from my ASUS_Z00TD using Tapatalk
Can you do this for the WW1.16.40.763 version? I think they removed the 1.15.40.871 version for some unknown reason(security compromise may be?)
OMIT
souravipc53 said:
Can you do this for the WW1.16.40.763 version? I think they removed the 1.15.40.871 version for some unknown reason(security compromise may be?)
Click to expand...
Click to collapse
Yeah, I can, but I was thinking to rebuild from 1.17 stock version. By the way, have you tried it? I would like to have your reviews
sziraqui said:
Yeah, I can, but I was thinking to rebuild from 1.17 stock version. By the way, have you tried it? I would like to have your reviews
Click to expand...
Click to collapse
So far its smooth. I was using CM version due to the bloated Asus rom but it has returned my faith in stock ROM again. Thanks OP
souravipc53 said:
So far its smooth. I was using CM version due to the bloated Asus rom but it has returned my faith in stock ROM again. Thanks OP
Click to expand...
Click to collapse
Please don't compare ROMs. CM is built from source. I have just modified a ROM.
I am not even a nail dust of the developers of CM. They are the real developers!!!
sziraqui said:
Please don't compare ROMs. CM is built from source. I have just modified a ROM.
I am not even a nail dust of the developers of CM. They are the real developers!!!
Click to expand...
Click to collapse
Agreed, however, your work is much appreciated! My other DD is a Moto E 2015 4G LTE, and this phone seems to be taking off with mad developer love as the Moto E did at the end of last year. Much respect!
On a side note,, other than the big LITTLE issue, would this work on Z00TD?
lenigma1too said:
Agreed, however, your work is much appreciated! My other DD is a Moto E 2015 4G LTE, and this phone seems to be taking off with mad developer love as the Moto E did at the end of last year. Much respect!
On a side note,, other than the big LITTLE issue, would this work on Z00TD?
Click to expand...
Click to collapse
Nope, this won't work on Z00TD, don't even try.
Z00T runs 615 snapdragon while this rom is for Z00L running 410 Snapdragon. Many more hardware differences
sziraqui said:
Nope, this won't work on Z00TD, don't even try.
Z00T runs 615 snapdragon while this rom is for Z00L running 410 Snapdragon. Many more hardware differences
Click to expand...
Click to collapse
Fair enough! The irony here is as I mentioned before my other DD is a Moto E 2015 4G LTE, which also runs the Snapdragon 410, LOL ... same bored too I believe the msm8916
lenigma1too said:
Fair enough! The irony here is as I mentioned before my other DD is a Moto E 2015 4G LTE, which also runs the Snapdragon 410, LOL ... same bored too I believe the msm8916
Click to expand...
Click to collapse
I really doubt if it will even boot on surnia, the ROM depends on 64 bit libs which surnia doesnt support (correct me if i am wrong)
sziraqui said:
I really doubt if it will even boot on surnia, the ROM depends on 64 bit libs which surnia doesnt support (correct me if i am wrong)
Click to expand...
Click to collapse
That's one of the odd Snippets about the Moto E 2015 4G LTE. Although all of the hardware is 64-bit capable, it has been, for lack of a better word, restricted to 32bit. Squid2, a
kernel developer and ROM maintainer for several Moto devices, had a couple of solid xtheories as to why, but the fact that it only has 1 gig of RAM makes it proof positive that 64-bit would be a waste of time on that unit. And I was never even thinking about trying to flash this ROM on a Motorola! LOL
If you do decide to work your magic on the z00 TD, PM me and I will jump at the chance, first in line!
New version is out . Rebuilded from 1.17.40.1234.
457mb of bloatware removed.
Download it from my Gdrive
Error while flashing
Thank you so much for your hard work sir. I appreciate your contribution to this device. Sadly i would like to say that while i was trying to flash your May6 update i encountered an error. It was not ready to flash and got aborted. I would really be thankful if you see to the problem and solve it ASAP. thank you.
Santanuhbk30 said:
Thank you so much for your hard work sir. I appreciate your contribution to this device. Sadly i would like to say that while i was trying to flash your May6 update i encountered an error. It was not ready to flash and got aborted. I would really be thankful if you see to the problem and solve it ASAP. thank you.
Click to expand...
Click to collapse
Can you provide more info-
What error message you got?
Which phone model you were flashing?
Do you unlocked bootloader?
What is your SKU? (Found in build.prop)
IF your phone model is ZE550KL (ASUS Z00LD) download updater-script.zip attached. extract the file from it.
Replace updater-script from downloaded rom with this new updater-script.
Detailed instructions-
In your ROM zip, goto META-INF/com/google/android
You will see two files, "update.binary" and updater-script"
Rename the original updater-script to "updater-script.bak"
Now copy the EXTRACTED "updater-script" to the same folder where update-binary exists.
ZE601KL
Does this work for ZE601KL?
Alucarde said:
Does this work for ZE601KL?
Click to expand...
Click to collapse
No. But if there are enough users of of this variant, I will make a deodexed ROM for it. I will need testers. So tell me if you are in for testing. Mostly, there won't be any issues in even the first build but I need someone to confirm.
final version released (Z00L_deodexed_10may2016.zip)
Download link updated in original post
sziraqui said:
final version released (Z00L_deodexed_10may2016.zip)
Download link updated in original post
Click to expand...
Click to collapse
Hi thanks! it seems there's a new update for ze550kl

- E6 AIO ToolKit Mod Release-

A-Team Digital Solutions
*Exclusive Release*
E6 AIO ToolKit
-Model Supported-
Moto E6
-OS Supported-
Windows
Linux
2 Portable Linux Distro ISO's: AIo Tool_Buntu + AIO Tool_Cinnamon
The AIO Linux E6 Toolkit now helps u get the unlock device Id for you to enter into Motorola bootloader unlock website, and then uses the key u get in email from Motorola, to unlock bootloader.
Way more convenient than having to do all of the copy paste cut delete crap with fastboot output....
The program does that for u. ( Needs further testing)
Also fixed the images and flash method for linux AIO.
The Linux Tool has several other great options
A reboot menu
A logcat capture tool
Portable USB Bootable AIO Tool_Buntu + AIO Tool_Cinnamon Distros
Portable Linux ISO Distros That Run From USB With AIO ToolKit Preinstalled- AKA Porteus E6 AIO ToolKit
Comes with the ToolKit to Prep & Modify Your E6
Comes with Rom Kitchen to Modify Stock or GSI Roms
Comes with Telegram for Support
**Supports EFI or Legacy BIOS PC's**
Enjoy , and please leave feedback both here and in our telegram group.
**DISCLAIMER**
This is all test software. Please expect and report bugs. You can Report Bugs by Joining our Telegram Group
Windows, Linux & 2 Live Distros vailable live on our website in the free downloads section as promised.
https://a-team-solutions-downloads.myddns.rocks/
**Direct Links**
https://a-team-solutions-downloads.myddns.rocks/freefiles/Moto%20E6/
**Telegram Live Chat & Trouble Shooting Link**
https://t.me/Android_General_Chat​
6-24-2020- Initial XDA Testing Phase & Release
7-1-2020- Software Updates, Bug Fixes, Added Windows Version
7-12-2020- Software Updates, Bug Fixes, Added 2 Portable Linux ISO Distros that include the ToolKit
Fastboot based flasher package for windows
LgPWN'd RESERVED
Note #1:
Adding here a separate package,
It works for others on our telegram group
This gets u ready to try any
of pizzaG recovery builds for the Moto E6
Un archive open ,
Make sure adb/fastboot are in path and working.
Unlock boot loader via Moto site.
Boot to bootloader mode
Open this folder and run the .bat file inside.
This is a test package, so it is subject to be removed
from public access without notice
And is not to be redistbuted
I nor anyone else are responsible for anything that happens ...
Unless it gets u the magisk in boot and TWRP with touch.
That's fully expected.
Test recovery builds available at our telegram group
Flash this and join there to get latest test builds from pizzag
NOTE: Linux users, just open the bat and copy paste the lines into terminal.
Somebody show PizzaG some love too.
Update: 06/30/2020
The AIO Linux E6 Toolkit now helps u get the unlock device Id for you to enter into Motorola bootloader unlock website, and then uses the key u get in email from Motorola, to unlock bootloader.
Way more convenient than having to do all of the copy paste cut delete crap with fastboot output....
The program does that for u. ( Needs further testing)
Also fixed the images and flash method for linux AIO.
The Linux Tool has several other great options
A reboot menu
A logcat capture tool
Windows and Linux package both now live on our website in the free downloads section as promised.
https://a-team-solutions-downloads.myddns.rocks/
Direct links
Linux AIO for E6:
https://a-team-solutions-downloads.myddns.rocks/freefiles/AIO-Moto-E6_Linux-Toolkit/
Windows BAT flasher version:
https://a-team-solutions-downloads.myddns.rocks/freefiles/MOTO_E6_AIO_PREP_PAK/
Enjoy , and please leave feedback both here and in our telegram group.
Cheers,
LgPWN'd
LgPWN'd said:
LgPWN'd RESERVED
Note #1:
The unlock bootloader option isn't going to work right, because I forget to make it prompt for device unlock_token
So for now, unlock your bootloader with the instructions available at Moto site.
I'll rewrite that option later on
Option rewritten awaiting uploading incremental update
Adding here a separate package, needs testing but
It works for others on our telegram group
This gets u ready to try any
of pizzaG recovery builds for the Moto E6
Un archive open ,
Make sure adb/fastboot are in path and working.
Unlock boot loader via Moto site.
Boot to bootloader mode
Open this folder and run the .bat file inside.
This is a test package, so it is subject to be removed
from public access without notice
And is not to be redistbuted
I nor anyone else are responsible for anything that happens ...
Unless it gets u the magisk in boot and TWRP with touch.
That's fully expected.
Test recovery builds available at our telegram group
Flash this and join there to get latest test builds from pizzag
NOTE: Linux users, just open the bat and copy paste the lines into terminal.
Somebody show PizzaG some love too.
https://drive.google.com/file/d/1_pTEWmCgBoiMeseZvTDVRuJ3dLiQMzF2/view?usp=sharing
Click to expand...
Click to collapse
Tested this package and everything worked as described. Got root and twrp. First boot may take some time but it works!
I've decided, both tools in this thread will remain free downloads . Tho they may be hosted at our website instead of Google drive later.
We have seen a moderate success with these tools,
And so they shall from here evolve into our final product.
What you see here will be the base for our advanced paid version of our tools.
We will add many more functions and options of course to the finished paid product.
But this base basic fully functional Free version will be here to help all the other poor boys like me !
Cheers
LgPWN'd
Hey I tried using this tool. I managed to get to the TWRP menu but they touch screen is not working still. Also I can't boot up regularly, 'UTAG configure bootmode' pops up on bootloader log
Can you help me?
come see US
tiptop87 said:
Hey I tried using this tool. I managed to get to the TWRP menu but they touch screen is not working still. Also I can't boot up regularly, 'UTAG configure bootmode' pops up on bootloader log
Can you help me?
Click to expand...
Click to collapse
Join the telegram group and i'll try to help troubleshoot,
also, there's 2 packages on this page, which did u try the Linux 1 on top or the windows package?
Just meet us in telegram we will get it sorted
UPDATE :
Scroll UP ^^^^^
LgPWN'd said:
Join the telegram group and i'll try to help troubleshoot,
also, there's 2 packages on this page, which did u try the Linux 1 on top or the windows package?
Just meet us in telegram we will get it sorted
Click to expand...
Click to collapse
Omg I only download from the first one post and not the other 2 packages
tiptop87 said:
Omg I only download from the first one post and not the other 2 packages
Click to expand...
Click to collapse
The first one is broken and I have not had the time to update the link for the new one, use the other two posted below for now
Has this been tested on Boost mobile Motorola E6 build PCB29.73-143?
Pretty sure I'm currently on the latest OTA update, and would like to know if this will work for me. Provides bootloader unlock and root if I understand correctly, but does root require booting into recovery every time as previous roots have for this device?
LMAO How many of you PWN'S Downloaded this????? HAHAHAH!!!!!!
Damn PizzaG That's just cold blooded....I like it.
k0mmand3r said:
LMAO How many of you PWN'S Downloaded this????? HAHAHAH!!!!!!
Damn PizzaG That's just cold blooded....I like it.
Click to expand...
Click to collapse
I must b late to the party, what's wrong and funny?
Broken download links
Works good
link down

Categories

Resources