[GUIDE-VDO] How to make your own KitKat ROM with Root+TWRP from KDZ - G2 General

Hi all,
I'm from Thailand.
I try to make flashable file for 4.4.2 kitkat kdz file for LG G2 ,It can use for LG G2 all model if you have kdz file.
I am testing with kdz file from http://csmgdl.lgmobile.com/dn/downloader.dev?fileKey=FW545195432109876543213/D80220A_00.kdz
( A6SFBK )
I reccommend 7zip for unzip/zip file.
Step by Step Guide
Before doing follower by instruction please read warning in red line before
1. Goto
http://forum.xda-developers.com/showthread.php?t=2600575
Download WindowsLGFirmwareExtract-ver.1.2.1.0 new version
2. Unzip WindowsLGFirmwareExtract-ver.1.2.1.0.zip and open WindowsLGFirmwareExtract.exe
3. At kdz/tot file select open and select 4.4.2 kdz that matching your G2 model (select all files extract)
{
"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"
}
4. Select extract kdz and waiting for success
5. At dz files select open and select .dz from step (4) (select all files extract)
6. Select extract dz and waiting for success
7. Select merge system-bin and waiting for success
8. Download
You must select one from 2 template
- KKROM_template.zip
https://mega.co.nz/#!kcVxSLaB!BJ4hHTF_3H8HR6EJTuak2hjiK1g1JosdKDfhcQ9Kr8g
(Stock firmware all partition include when you flash can not use custom recovery)
- KKROM_template_new.zip
https://mega.co.nz/#!BN1EFYRY!RJDpGwN4r3Q7q7lJmQil5RH_1s1lQWLHGZt21vY-Ffw
(New customize for still has custom recovery)
9. Unzip KKROM_template_new.zip/KKROM_template.zip
10. Copy system.img and all bin file as list below from WindowsLGFirmwareExtract-1.2.1.0-Release folder to KKROM_template_new/KKROM_template folder and use bat file in rename_droidth.zip rename all bin file
- KKROM_template_new.zip
KKROM_template_new folder must have
- KKROM_template.zip
KKROM_template folder must have
11. Zip all file in KKROM_template_new/KKROM_template. Now you get KKROM_template_new.zip/KKROM_template.zip ready to flash
12. Download
- Supersu from http://download.chainfire.eu/382/SuperSU/UPDATE-SuperSU-v1.93.zip (For all template)
- Patched Kernels and KitKat BaseBand from http://forum.xda-developers.com/showthread.php?t=2680948 (For KKROM_template_new)
Thank @Cloudyfa for work Patched Kernels and KitKat BaseBand
13. You must on 4.2.2 root+custom recovery (TWRP 2.6.3.3 or 2.7 That I am testing) .
Copy KKROM_template_new.zip/KKROM_template.zip to sdcard
Copy Patched Kernels,KitKat BaseBand to sdcard (For KKROM_template_new)
Copy UPDATE-SuperSU-v1.93.zip to sdcard to sdcard (For all template)
14. Reboot to recovery
15. Wipe
- Dalvik Cache
- System
- Data
- Cache
16 . Install
Warning :
When flash KKROM_template_new.zip finish.Do not Change or Flash Recovery on KK or JB (in case use backup/restore from Recovery or use Custom ROM)
if do not flash kdz before.Your G2 may be can not boot.
For KKROM_template_new
- KKROM_template_new.zip
- KitKat BaseBand
- Patched Kernels
- UPDATE-SuperSU-v1.93.zip
For KKROM_template
- KKROM_template.zip
- UPDATE-SuperSU-v1.93.zip
17 . Wipe cache/dalvik
18. Reboot
19. Enjoy
Guide for KKROM_template
Thank
@AndroidUser00110001
@Cloudyfa
@shriom_manerker

I have KK rooted. Thanks?

Do you still have a custom recovery after you class this?

**** Ripple said:
Do you still have a custom recovery after you class this?
Click to expand...
Click to collapse
์No.

OMG thank you very much
With this it's easier to make custom rom
Thanks awesome

is this for 16gb or 32gb or both?
Seem your file not yet finished uploading?

Both
Sent from my Nexus 7 using Tapatalk

kennytung said:
is this for 16gb or 32gb or both?
Seem your file not yet finished uploading?
Click to expand...
Click to collapse
Thank you. I edited link file.

hi..
thanks, this is exactly what i need.
one question though,
what about "cust.bin"?
someone said in other thread that it's needed to avoid bootloop.

farhanito said:
hi..
thanks, this is exactly what i need.
one question though,
what about "cust.bin"?
someone said in other thread that it's needed to avoid bootloop.
Click to expand...
Click to collapse
In this this:
http://forum.xda-developers.com/showthread.php?t=2665985
I got bootloop then I solve problem by add cust.bin in ROM.it's work for me.
Sent from my Nexus 7 using Tapatalk

somboons said:
In this this:
http://forum.xda-developers.com/showthread.php?t=2665985
I got bootloop then I solve problem by add cust.bin in ROM.it's work for me.
Sent from my Nexus 7 using Tapatalk
Click to expand...
Click to collapse
so, you need to put cust.bin inside the zip, and add this line in updater-script
Code:
package_extract_file("cust.bin", "/dev/block/platform/msm_sdcc.1/by-name/cust");
am i right?

farhanito said:
so, you need to put cust.bin inside the zip, and add this line in updater-script
Code:
package_extract_file("cust.bin", "/dev/block/platform/msm_sdcc.1/by-name/cust");
am i right?
Click to expand...
Click to collapse
Yes.
Sent from my Nexus 7 using Tapatalk

farhanito said:
so, you need to put cust.bin inside the zip, and add this line in updater-script
Code:
package_extract_file("cust.bin", "/dev/block/platform/msm_sdcc.1/by-name/cust");
am i right?
Click to expand...
Click to collapse
Oh Thank,I will edit instruction .Wrong picture.

I'm already in KK
So i need to downgrade to JB first right?
Sent from my LG-D802 using xda app-developers app

GaYoung28 said:
I'm already in KK
So i need to downgrade to JB first right?
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
yes

@somboons thanks for the awesome tutorial just did it and its working just fine on my D802 cheers

This is awesome. It would be easier to flash back to stock this way then requiring a PC. Would this work for Verizon? I'd love a backup of the stock rom incase I'm t hours away from a PC and Verizon forces a bricking OTA update and leaves me completely lost and without a phone.
Sent from my VS980 4G using XDA Premium 4 mobile app

i got error lokiflyng and unsuportted aboot image file :\
help please

player911 said:
This is awesome. It would be easier to flash back to stock this way then requiring a PC. Would this work for Verizon? I'd love a backup of the stock rom incase I'm t hours away from a PC and Verizon forces a bricking OTA update and leaves me completely lost and without a phone.
Sent from my VS980 4G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I am not sure it's support Verizon but I think it should work too.

GaYoung28 said:
i got error lokiflyng and unsuportted aboot image file :\
help please
Click to expand...
Click to collapse
Can your G2 boot completely?
I did see this error on my device but At thread http://forum.xda-developers.com/showthread.php?t=2665985
 @AndroidUser00110001 he told don't worry about error
If you get an error with flashing about loki then do not worry. ROM is ok and will boot. It just can't add loki to boot.img so it gives error but no big deal.
Click to expand...
Click to collapse

Related

[TUT][PRE-ROOTED JB ROM ZIP][How To] Root JB for locked Boot Loader

This is a pre-rooted JB for Xperia P Only !!
How to get a rooted JB For XP, well follow this:
please press thanks for uploading the rooted FTF for pandemics here :- http://forum.xda-developers.com/showpost.php?p=40822979&postcount=223
1: Flash back to ICS with flashtool
2: Download this ftf file: [rom]Sony Xperia P_6.1.1.B.1.75_Generic World
3: Put the ftf file inside the firmware folder of flashtool
4: Turn Usb Debugging on inside your phone
5: Shut down your Xperia P
6: Press the lightning icon inside flashtool
7: press FLASHMODE 'NOT FASTBOOT"
8: Choose the 75 ftf file for XP
9: Tick or untick nothing, stands all good
10: reboot your device, you are back on ICS
Root now the ICS, Follow this:
[ROOT][Including .54 and .75 update]
Install CWM:
[CWM][ICS]CWM Recovery 6.0.1.2 for Locked Bootloader
Well now install the pre-Rooted JB
Download this JB Kernel zip:
http://d-h.st/oBB
and this Pre-rooted JB zip rom:
http://d-h.st/aze
and put it on your SD card
Well Now shut down you Xperia P
Turn it on
Enter CWM Recovery by pressing volume down
Mount System
Mount Data
Mount Cache
Till you see its all unmounted
Flash the JB Kernel Zip
Again
Mount System
Mount Data
Mount Cache
Till you see its all unmounted for sure, otherwise you get aborted
Flash the JB_prerooted_6.2.A.0.400.zip
Do Not Reboot !!
Wipe Data/Factory Reset
Reboot !!
It take some minutes, But just wait with patience
For the 1st time you may get FC from Thememanager and Timescape
No worries, its gone and all works good
Enjoy Rooted JB !!!
Proof:
{
"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"
}
​
Guide By Pandemic​
credits :-
Pandemic for writing this awesome guide
OLD INSTRUCTIONS​
ROM LINK:-
JB pre-rooted TW firmware 6.2.A.0.400 (confirmed working)
JB pre-rooted Generic firmware 6.2.A.0.400(confirmed working fine thanks to [url=http://forum.xda-developers.com/member.php?u=2902434]Pandemic) [/URL]
GREAT thanks to s4tch
1.Go to CWM recovery
2.mount data,system and cache
3.flash jb kernel(see attachment)
4.mount data,system and cache again if not mounted
5.flash the JB_prerooted_6.2.A.0.400.zip
6.wipe data and reboot
TUTORIAL FOR MAKING FLASHABLE ZIP
First of all download any JB firmware FTF .
You will need the follows tools for making flashable zip
1.flash tool from binary4
2.usb cable
3.winrar software (which i recommend )
4.superuser.zip
5.ext4 unpacker
steps:-
1.Now open JB firmware FTF with winrar software
see image
2. right click system.sin and extract it
see image
3.open flash tool and go to tools ---sin editor ---open system.sin---dumb data and you will get two files system.ext4 (important) and system partition.bla(this one not needed)
see image
4.open ext4 unpacker and browse system.ext4 ----extract it
see image
5.now download superuser.zip from attachment and extract it (don't ask me how to).
6.copy bin/su and app/superuser.apk to system/bin and system/app of JB firmware respectively ,which you extracted in step 4.
7.download JB.zip from attachment and open with winrar
8.browse through system folder of it and drag and drop files it JB.zip (JB.zip should be opened in winrar)
see images
9.now you are done with system files
10.flash it with CWM recovery
11.turn off the device
12.now kernel part,open flash tool
13.select flash mode
14.select JB firmware FTF u have and exclude system,baseband ,fota and partition(tick these four)
see image
15.click ok
16.press volume down key and connect the usb(which should be connected to PC) to device
18.done and now reboot
19.wait for it will take a long time
I dont get it.. there is no CWM recovery so how can we flash the file ? Also we just change the files of the system on the PC, not in phone
DavidMKD said:
I dont get it.. there is no CWM recovery so how can we flash the file ? Also we just change the files of the system on the PC, not in phone
Click to expand...
Click to collapse
See the requirements
U should be on ics ,rooted and cwm installed.
Also we just change the files of the system on the PC, not in phone
What u saying
Sent from my LT22i using Tapatalk 2
percy_g2 said:
See the requirements
U should be on ics ,rooted and cwm installed.
Also we just change the files of the system on the PC, not in phone
What u saying
Sent from my LT22i using Tapatalk 2
Click to expand...
Click to collapse
Maybe I cant understand... Its not clearly explained
DavidMKD said:
Maybe I cant understand... Its not clearly explained
Click to expand...
Click to collapse
steps are clear ,u should know how to use sin editor in flashtool .
there is a link in 1st post check that
it's a tedious process, any other simple method like the one for .54 and .75
Aravinth_sm said:
it's a tedious process, any other simple method like the one for .54 and .75
Click to expand...
Click to collapse
wait for devs to come in and do it in short way
From common sense, its logical that a rooted rom will obviously work So if anyone still has doubts, go through with it and have no worries It will work just fine
[ps : This is the same method I described so dont get confused ]
I already got it, you need to make a flashable CWM update.zip archive.
This is problem I have very few free space on SDcard.
Would it B so hard if anybody made pre-rooted ftf file for locked BL?
bflmpsvz said:
I already got it, you need to make a flashable CWM update.zip archive.
This is problem I have very few free space on SDcard.
Would it B so hard if anybody made pre-rooted ftf file for locked BL?
Click to expand...
Click to collapse
the problem is my data connection,otherwise i would have uploaded flashable zip for LB
btw can anyone provide me updater script of stock ICS rom?
I'm at step 12, but noob question is coming: where should I place kernel.elf in the flashable zip?
Now I have the following folders in my zip:
\META-INF
\system
...and all the files from step 8 in the system folder.
s4tch said:
I'm at step 12, but noob question is coming: where should I place kernel.elf in the flashable zip?
Now I have the following folders in my zip:
\META-INF
\system
...and all the files from step 8 in the system folder.
Click to expand...
Click to collapse
place it in the root of the zip
give me your updater script i will modify it and give it to you or give me the zip without system folder in it ?
percy_g2 said:
place it in the root of the zip
give me your updater script i will modify it and give it to you or give me the zip without system folder in it ?
Click to expand...
Click to collapse
i send you the updater script.
percy_g2 said:
place it in the root of the zip
give me your updater script i will modify it and give it to you or give me the zip without system folder in it ?
Click to expand...
Click to collapse
OK, I'll do that. I attached the updater.script.
s4tch said:
OK, I'll do that. I attached the updater.script.
Click to expand...
Click to collapse
pandemic and s4tch try with this updater script
put kernel.elf in root of zip
zip should be like this
\META-INF
\system
\kernel.elf
percy_g2 said:
pandemic and s4tch try with this updater script
put kernel.elf in root of zip
zip should be like this
\META-INF
\system
\kernel.elf
Click to expand...
Click to collapse
what? i dont understand you, just folders and als a folder called root?
Pandemic said:
what? i dont understand you, just folders and als a folder called root?
Click to expand...
Click to collapse
root of the folder means in zip not in any folder/directory
replace the updater script with mine which i gave in above post
make a flashable zip
which will look like
\META-INF\com\google\android:- replace my updater script here
\system:- super user app as i mentioned in my steps in 1st post
\kernel.elf :- kernel.elf here
^Thanks! Flasingh back ICS now, I'll report results in 30-40 minutes.
percy_g2 said:
root of the folder means in zip not in any folder/directory
replace the updater script with mine which i gave in above post
make a flashable zip
which will look like
\META-INF\com\google\android:- replace my updater script here
\system:- super user app as i mentioned in my steps in 1st post
\kernel.elf :- kernel.elf here
Click to expand...
Click to collapse
sorry man i dont get you !
your english is bad, a zip need folder you know map/folders
how must i all them?
be clear please
s4tch said:
^Thanks! Flasingh back ICS now, I'll report results in 30-40 minutes.
Click to expand...
Click to collapse
great waiting :good:

[ROM][AOSP][4.3][DEB][LTE][JSS15Q] SomethingExplosive - v1.2.2 - 08/31/13

{
"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"
}
Deb
This is AOSP built with root capabilities and added functionality. Fast and light!
Features
Here
Changelog
Here
Thanks to
dreamsforgotten
UBER
IT_Blackbelt
mwalt2
bigrushdog for the GAPPS
Mike Wielgosz and his Crossbones repositories, they really helped me get started on this.
Crossbones GitHub
CyanogenMod for the great code they contribute to this community.
CyanogenMod GitHub
Please, let me know what you think and report any problems! Thanks XDA!
Sources:
Google: Android 4.3_r2.2
SomethingExplosive: GitHub
Me: My GitHub​
Downloads
Flashing Instructions
Download ROM (links below)
Wipe data,cache,system
Flash ROM
Flash Gapps
Profit!
NOTE: If coming from a previous build, wipe cache and dirty flash!
Current Version (Updated 8/31/13)
Test Build (8/31/13)
Google Apps (Updated 8/27/13)
Gapps
Download​
To clarify, this is a build I compiled from source for the LTE version of the Nexus 7 (2013). I have no idea if it works, or if anyone here even has one yet, but if you do, feel free to try it out!
Not booting...
something15525 said:
To clarify, this is a build I compiled from source for the LTE version of the Nexus 7 (2013). I have no idea if it works, or if anyone here even has one yet, but if you do, feel free to try it out!
Click to expand...
Click to collapse
Ah, great...no risk, no fun! :cyclops:
Ok, I unboxed my brand-new Nexus 7 [2013] (LTE) aka "deb", unlocked it, rooted it and flashed TWRP v2.6.0.0. Reboot to system was successful.
After that I booted to TWRP, did a factory reset, wiped dalvik cache, flashed your ROM and Gapps. All tasks were successful. After that I tried to reboot to system and now I only see the Google logo with the unlock sign for a while before the device turns off.
Any help is greatly appreciated...
regards
ThrashX - waiting for the factory image :fingers-crossed:
TrashX said:
Ah, great...no risk, no fun! :cyclops:
Ok, I unboxed my brand-new Nexus 7 [2013] (LTE) aka "deb", unlocked it, rooted it and flashed TWRP v2.6.0.0. Reboot to system was successful.
After that I booted to TWRP, did a factory reset, wiped dalvik cache, flashed your ROM and Gapps. All tasks were successful. After that I tried to reboot to system and now I only see the Google logo with the unlock sign for a while before the device turns off.
Any help is greatly appreciated...
regards
ThrashX - waiting for the factory image :fingers-crossed:
Click to expand...
Click to collapse
You did do a nandroid of stock, right?
If you could give me a logcat, that would be very helpful.
Sent from my Nexus 4 using Tapatalk 4
TrashX said:
Ah, great...no risk, no fun! :cyclops:
Ok, I unboxed my brand-new Nexus 7 [2013] (LTE) aka "deb", unlocked it, rooted it and flashed TWRP v2.6.0.0. Reboot to system was successful.
After that I booted to TWRP, did a factory reset, wiped dalvik cache, flashed your ROM and Gapps. All tasks were successful. After that I tried to reboot to system and now I only see the Google logo with the unlock sign for a while before the device turns off.
Any help is greatly appreciated...
regards
ThrashX - waiting for the factory image :fingers-crossed:
Click to expand...
Click to collapse
You made sure to flash TWRP for DEB and not for FLO, right?
Same on my nexus 7 deb
Sent from my Nexus 7 using XDA Premium HD app
Can someone give me a logcat?
Sent from my Nexus 4 using Tapatalk 4
something15525 said:
Can someone give me a logcat?
Sent from my Nexus 4 using Tapatalk 4
Click to expand...
Click to collapse
where can i find the log?
phoenixg36 said:
where can i find the log?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1726238
Hope this help
Never mind, I think I know what's wrong. I'm gonna pull this until I get it working. Sorry guys!
TrashX said:
Ah, great...no risk, no fun! :cyclops:
Ok, I unboxed my brand-new Nexus 7 [2013] (LTE) aka "deb", unlocked it, rooted it and flashed TWRP v2.6.0.0. Reboot to system was successful.
After that I booted to TWRP, did a factory reset, wiped dalvik cache, flashed your ROM and Gapps. All tasks were successful. After that I tried to reboot to system and now I only see the Google logo with the unlock sign for a while before the device turns off.
Any help is greatly appreciated...
regards
ThrashX - waiting for the factory image :fingers-crossed:
Click to expand...
Click to collapse
I make a nandroid backup with twrp from the stock:
https://mega.co.nz/#!swYCiCbI!VwPEM0fdbnSEMXTOiF8sXjkbXPMhV-6CgA3AY5Uc8LA
Unzip the file and copy the folder with the files to the /sdcard/twrp/backup/...
I think you have to use adb push /"folder" /sdcard/twrp/backup/
phoenixg36 said:
I make a nandroid backup with twrp from the stock:
https://mega.co.nz/#!swYCiCbI!VwPEM0fdbnSEMXTOiF8sXjkbXPMhV-6CgA3AY5Uc8LA
Unzip the file and copy the folder with the files to the /sdcard/twrp/backup/...
I think you have to use adb push /"folder" /sdcard/twrp/backup/
Click to expand...
Click to collapse
I would restore to stock for now
Sent from my Nexus 4 using Tapatalk 4
phoenixg36 said:
I make a nandroid backup with twrp from the stock:
https://mega.co.nz/#!swYCiCbI!VwPEM0fdbnSEMXTOiF8sXjkbXPMhV-6CgA3AY5Uc8LA
Unzip the file and copy the folder with the files to the /sdcard/twrp/backup/...
I think you have to use adb push /"folder" /sdcard/twrp/backup/
Click to expand...
Click to collapse
Thanks, I'm gonna try grabbing binaries from this
phoenixg36 said:
I make a nandroid backup with twrp from the stock:
https://mega.co.nz/#!swYCiCbI!VwPEM0fdbnSEMXTOiF8sXjkbXPMhV-6CgA3AY5Uc8LA
Unzip the file and copy the folder with the files to the /sdcard/twrp/backup/...
I think you have to use adb push /"folder" /sdcard/twrp/backup/
Click to expand...
Click to collapse
Thx a lot - it's alive again
After years of flashing ROMs (must be since my QTEK S200 with windows mobile) I didn't make sure to have a working ROM/backup if things go wrong
Maybe I'm not ready to give away my beloved SGT-P6800 to my also beloved wife now...
BTW: I pushed the backup folder to: "/data/media/TWRP/BACKUPS/<serial no.>/" did a factory reset and re-flashed TWRP afterwards
phoenixg36 said:
I make a nandroid backup with twrp from the stock:
https://mega.co.nz/#!swYCiCbI!VwPEM0fdbnSEMXTOiF8sXjkbXPMhV-6CgA3AY5Uc8LA
Unzip the file and copy the folder with the files to the /sdcard/twrp/backup/...
I think you have to use adb push /"folder" /sdcard/twrp/backup/
Click to expand...
Click to collapse
Could you uploade the image somewhere else?
Unfortunately it's not available on mega atm
°EraZoR° said:
Could you uploade the image somewhere else?
Unfortunately it's not available on mega atm
Click to expand...
Click to collapse
hmm, i'm able to get to it right now, but hold on i'll upload it to goo.im
http://tinyw.in/WWe7
phoenixg36 said:
I make a nandroid backup with twrp from the stock:
https://mega.co.nz/#!swYCiCbI!VwPEM0fdbnSEMXTOiF8sXjkbXPMhV-6CgA3AY5Uc8LA
Unzip the file and copy the folder with the files to the /sdcard/twrp/backup/...
I think you have to use adb push /"folder" /sdcard/twrp/backup/
Click to expand...
Click to collapse
hey bro, can you do me a favor and dump your data partition too? has some props i need.
Specifically these:
cp: cannot stat `/home/builder/deb/system/etc/firmware/wcd9310/wcd9310_anc.bin': No such file or directory
cp: cannot stat `/home/builder/deb/system/etc/firmware/wcd9310/wcd9310_mbhc.bin': No such file or directory

[TOOL] [DISCONTINUED] Nexus 5 Multi-tool 3, UNLOCK, CWM/TWRP, ROOT, RESTORE, DRIVERS

Nexus 5 Multi-Tool
{
"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"
}
me and kwongger are putting together a new tool, its one of the first that supports windows/linux/mac AND ANDROID! thats right, the tool can be used on your device!
FEATURES
Unlock bootloader
Install CWM
Install TWRP
Add root permissions
Add build.prop tweaks
Backup device
Flash a custom recovery
Flash a custom kernel
Revert device to stock out-of-box state
Pull device information
Install drivers
Find custom kernels, recoveries and roms
Click to expand...
Click to collapse
Due to my cousin having this device(not me) i would appreciate someone to help me with testing new features?
DOWNLOAD LINK
INSTRUCTIONS ARE SIMPLE
All activities take place with the device on and you will endup back with the device on.
Download
Extract
Run Tool.exe as administrator
Install device drivers(included)​
Click to expand...
Click to collapse
FAQ
Q. After trying to revert to stock state(out of the box) my device is stuck in a bootloop?
A. Boot into recovery, wipe data/factory reset. Your prayers have beey answered
Q. After the tool flashes recovery, it doesnt seem to stick. why?
A. This is not an error with the tool or recovery, its just.. a nexus thing...
Flash it a few more times and eventually it will stick!
Q. Why is the file only 1.5 MB?
A. All files are stored on server and pulled only when needed with a utility
Q. Will the tool download all the files everytime i wanna perform an option?
A. No. it downloads the file once and detects that its already there the second time.
Q. Is this tool worth my time?
A. Who would think a 10 minute toolkit could hit the portal?
Q. Are the drivers included?
A. Yes but no. the application downloads the drivers only if you want to install them via my tool
Q. Who's yo daddy?
A. Idk, son.
Click to expand...
Click to collapse
CHANGELOG
3.0
Added CWM
Updated TWRP
Added "Where to find custom..." in flash options
2.4
Fixed menu error
Changed file type to executable
Added logo
Added root options menu
Changed root method
All processes are now verbal
No wait-for-device command
2.0
All files stored on server
Cut the tool size down to 1.5 MB
Added restore to stock state
Added install drivers+guide
Added get device info
Fixed minor error
1.0
Initial release
Click to expand...
Click to collapse
Credits
Chainfire
PlayfulGod
Cwm
Twrp​
Click to expand...
Click to collapse
NOTE: what you do with this tool is your responsibility, use it at you own risk.​
Hello,
Good work!
Published on HTCMania :good:
http://www.htcmania.com/showthread.php?t=711894
David_Vaz said:
Hello,
Good work!
Published on HTCMania :good:
http://www.htcmania.com/showthread.php?t=711894
Click to expand...
Click to collapse
Thanks
You show it as note 3 multi tool, need to change that
jd1639 said:
You show it as note 3 multi tool, need to change that
Click to expand...
Click to collapse
whopps will fix that now
Used the tool - now phone will not restart. It is stuck on the four colours that move about. Has been stuck on this now for about 5 minutes.
Any suggestions? I am able to get into twrp recovery no problems.
Ian
irhut said:
Used the tool - now phone will not restart. It is stuck on the four colours that move about. Has been stuck on this now for about 5 minutes.
Any suggestions? I am able to get into twrp recovery no problems.
Ian
Click to expand...
Click to collapse
You will have to Restore your phone.
My kit will have recovery functions monday.
http://forum.xda-developers.com/showthread.php?t=2508817
irhut said:
Used the tool - now phone will not restart. It is stuck on the four colours that move about. Has been stuck on this now for about 5 minutes.
Any suggestions? I am able to get into twrp recovery no problems.
Ild.pro
Ian
Click to expand...
Click to collapse
what function did you use?
Kwongger said:
You will have to Restore your phone.
My kit will have recovery functions monday.
http://forum.xda-developers.com/showthread.php?t=2508817
Click to expand...
Click to collapse
Also no he doesnt, the only thing that could cause this is the build.prop tweaks, whitch can be reverted by pushing the backup back to /system/ Aldo mine will Also include restore options soon
What tweaks are in this?
Sent from my Nexus 4 using Tapatalk
crackmulah said:
What tweaks are in this?
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
Battery saving deepsleep quickbook scrolling enhancement better touch responde better jpeg quality better picture quality better internet and connection speed, googles sms Server and overall smootheness
Does this tool install the official TWRP release for the N5?
ricky310711 said:
Battery saving deepsleep quickbook scrolling enhancement better touch responde better jpeg quality better picture quality better internet and connection speed, googles sms Server and overall smootheness
Click to expand...
Click to collapse
That's quite something to say, better all these things for a new device and software.
Sent from my Nexus 4 using xda app-developers app
Synyster06Gates said:
Does this tool install the official TWRP release for the N5?
Click to expand...
Click to collapse
Yes!
also people reading the article on the portal, the tool does not use fast flash commands, it uses the dd method for those flashes, when i add kernel flashing and backing up your device as .img files then i will be adding fastboot flash commands, so yes, the flashes occur when your device is booted!
Can I ask what version of TWRP is installed, is it the latest?
ItzMar said:
Can I ask what version of TWRP is installed, is it the latest?
Click to expand...
Click to collapse
there is only one version of TWRP compiled for the N5 and yes its the latest! update coming soon!
Ok thanks man. Can I also ask where to find the device drivers?
ItzMar said:
Ok thanks man. Can I also ask where to find the device drivers?
Click to expand...
Click to collapse
i am almost finished updating the tool i will include it in the next update!! but you could more then likely find them in the general section!
ok cheers, no problem. Will wait for the new version to be up, no rush. Thanks for your commitment to provide a tool for us noobs/lazy people!
Would you recommend running your tool before first boot?
Just a few questions: when there is <waiting for device> for 5 minutes, that seems like my drivers are wrong? It was possible to unlock, but not to install a recovery, so i am trying to update my drivers...
And can i run the tool and select unlock, install recovery and root even when my device is already unlocked?

[RECOVERY] [SHOOTER] PhilZ Touch - 6.46.1 - Selinux support - 3.0 KERNEL

Main thread + features + install instructions + dev support
http://forum.xda-developers.com/showthread.php?t=2201860
PhilZ Touch is a CWM Advanced Edition that adds all the features you could ever miss in CWM
It is a well proven recovery for many phones
It also adds a full touch interface a completely configurable GUI
Built from CM-11.0 sources with Mirage kernel
Please give your feedback, what works, and any bug you could encounter
Read the features, and check if you are missing something
To take a screen shot, just slide left.
Also, do not forget to read about the powerful aroma file manager integration and double tap shortcut.
Download links
Last version can be found here:
Basketbuild.com
GOO.IM
​
Install instructions:
1.With fastboot:
Code:
fasboot flash recovery philz_touch_*.*.*_shooteru.img
2.With Rashr - Flash Tool:
Get Rashr - Flash Tool from play store : HERE
Download recovery image to sdcard, and flash it with the above app.
Known Issues:
Charging led not working
Off-mode charging is working ! (phone will boot to recovery and charge)
Should work on all HBOOTs
S-OFF REQUIRED !
XDA:DevDB Information
[RECOVERY] [SHOOTER] PhilZ Touch - 6.46.1 - Selinux support - 3.0 KERNEL, Tool/Utility for the HTC EVO 3D
Contributors
johnnyslt
Version Information
Status: Testing
Created 2014-06-30
Last Updated 2014-06-30
I made a recovery-flashable zip if you'd like it.
Thanks for the alternate recovery.
bigsupersquid said:
I made a recovery-flashable zip if you'd like it.
Thanks for the alternate recovery.
Click to expand...
Click to collapse
Sure! Give me the link and I'll add it to the OP.
md5sum 7d53b4453f1dbf975c334fefc4b103d3
//edit: this is now outdated, I would suggest using the newest from the OP.
i have been testing for a few days haven't had any problems as of yet besides when i first boot to recovery it just has a black screen for 5-10 sec before it comes up almost thought something was wrong. i use a 32g ultra sd card so it usually takes awhile to scan all the files since it is always full.
There's an update for Philz I don't know if its for all device tho also there seems to be a problem flashing virus venom aroma zips I will try and post a screenshot ..
This is what I get everytime I try and flash
{
"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"
}
Sent from my PG86100 using Tapatalk 2
rrjskj said:
There's an update for Philz I don't know if its for all device tho also there seems to be a problem flashing virus venom aroma zips I will try and post a screenshot ..
Sent from my PG86100 using Tapatalk 2
Click to expand...
Click to collapse
That update if manly for f2fs additions.
I've build it anyway, because sd-ext wasn't working, so that's fixed now.
Recovery logs are located in /tmp
rrjskj said:
There's an update for Philz I don't know if its for all device tho also there seems to be a problem flashing virus venom aroma zips I will try and post a screenshot ..
This is what I get everytime I try and flash
Sent from my PG86100 using Tapatalk 2
Click to expand...
Click to collapse
Can you please try the attached one ?
johnnyslt said:
Can you please try the attached one ?
Click to expand...
Click to collapse
I'm on it ..
It's still a no go same message. I'm wondering if it the Rom because I can flash flashalot's recovery switcher with no problems but not this one
Sent from my PG86100 using Tapatalk 2
There's another update for philz by the way ..
Sent from my PG86100 using Tapatalk 2
rrjskj said:
There's an update for Philz I don't know if its for all device tho also there seems to be a problem flashing virus venom aroma zips I will try and post a screenshot ..
This is what I get everytime I try and flash
Sent from my PG86100 using Tapatalk 2
Click to expand...
Click to collapse
The flash is failing because it says you don't have a shooter or shooteru if your absolutely sure you do you can modify the updater script located in the aroma zip under Meta-inf/com/Google/android/updater-script just remove those first lines that look like your error to not check for the device name. Not all ROMs have that some check for boot loader versions others don't check anything at all just be careful once modified it can be flashed to any device and possibly brick it by flashing the wrong partitions. There could be something weird going on with the recovery if it works with other recoveries.
HideTheCookies said:
The flash is failing because it says you don't have a shooter or shooteru if your absolutely sure you do you can modify the updater script located in the aroma zip under Meta-inf/com/Google/android/updater-script just remove those first lines that look like your error to not check for the device name. Not all ROMs have that some check for boot loader versions others don't check anything at all just be careful once modified it can be flashed to any device and possibly brick it by flashing the wrong partitions. There could be something weird going on with the recovery if it works with other recoveries.
Click to expand...
Click to collapse
Yeah it don't work. Removing them few lines results in it not flashing period . thanks anyways ..
Sent from my PG86100 using Tapatalk 2
What a great recovery I use it on my note 2 and like it better than any recovery. Plus it will read and backup in both twrp and cwm styles.
Sent from my SPH-L900 using XDA Premium 4 mobile app
<*shameless plug*>
[TOOL]Flashable recovery zip template
to avoid fastboot or an app or adb in recovery.
//edit: it seems possibly inappropriate to post it here but I thought since the original flashable zip was accepted it'd be ok. I'll remove this from here if requested.
This seems to be working good so far but I get this bad boot error every time I boot into recovery.
You can see the error in the log on the screenshot.
I love this recovery btw.
Thanks for porting it for us.
linsalata28 said:
This seems to be working good so far but I get this bad boot error every time I boot into recovery.
You can see the error in the log on the screenshot.
I love this recovery btw.
Thanks for porting it for us.
View attachment 2790015
Click to expand...
Click to collapse
Can you get me the recovery.log from /tmp ?
I need to see the whole error message.
johnnyslt said:
Can you get me the recovery.log from /tmp ?
I need to see the whole error message.
Click to expand...
Click to collapse
I got this from cache/recovery/last_log
Not sure where to find tmp. I've seen it before but for some reason I can't for the life of me find those logs.
Here is a link to that log last_log I think it says the same thing but if you can give me the path to tmp I'll post that also.
Thanks again.
linsalata28 said:
I got this from cache/recovery/last_log
Not sure where to find tmp. I've seen it before but for some reason I can't for the life of me find those logs.
Here is a link to that log last_log I think it says the same thing but if you can give me the path to tmp I'll post that also.
Thanks again.
Click to expand...
Click to collapse
That log has what I need.
I think I know what the problem is, and I'll try to fix it.
Is there a way to fix permissions from within this recovery? If so I can't figure out how.
If not does anyone have a flashable script that will only fix permissions?
TIA
linsalata28 said:
Is there a way to fix permissions from within this recovery? If so I can't figure out how.
If not does anyone have a flashable script that will only fix permissions?
TIA
Click to expand...
Click to collapse
that function has been removed from newer versions of CWM this post has what your looking for http://forum.xda-developers.com/showthread.php?t=2398339

[ROM] [PREVIEW] Android M

Basic Info:
2nd Preview
Build Number :MPZ79M
Radio (Baseband): M8974A-2.0.50.2.26
Bootloader: HHZ12h
1st Preview --OTA to MPZ79M now available
LINK : hxxps://android.googleapis.com/packages/ota/google_hammerhead/68f7e8ac9439071ba8a987cb956b977d27653a54.signed-hammerhead-MPZ79M-from-MPZ44Q.68f7e8ac.zip
Build Number :MPZ44Q
Radio (Baseband): M8974A-2.0.50.2.26
Bootloader: HHZ12h
So Bootloader and Radio same as that of Lollipop
How to Install ??
Method One: Via cmd
Download the preview directly from :
http://developer.android.com/preview/download.html#top
then follow:
1.You need to setup adb and fastboot
Let's setup ADB and fastboot
Windows:
- You can use my ReducedSDK Kit from Here
- Automated: http://forum.xda-developers.com/show....php?t=2588979 (follow the steps in the software)
- Manual Method:
Download this file and extract the folder called "adb" to your C: drive. Your path should look like this:
Code:
C:\adb\
You will need to open a command prompt window using this method:
Code:
- Go to the C:\adb\ folder
- hold down SHIFT key and RIGHT-CLICK
- select "Open command window here".
In order to use ADB & Fastboot from anywhere - use the following steps to setup windows environment variables:
Navigate to & click on Start > Right-Click on Computer > click on Advance System Settings >
Click on Environment Variables (under the advanced tab) > Click on New (User Variables) >
Variables Name: ADB (Or anything you want) Variables Value: ;C:\adb (this is the Path of my adb.exe file)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Mac & Linux:
you can use the reduced SDK as in attachments or :
Install ADB & fastboot using: this file
1. Extract the downloaded zip to your desktop
2. Open Terminal and type in:
Code:
su
cd Desktop/Android/ (note: Android is the directory extracted from zip file)
3. Now type
Code:
./ADB-Install-Mac.sh
Note: By using the method above, your adb and fastboot files are stored at this location on your Mac: /usr/bin/
----
Click to expand...
Click to collapse
^I have taken 90% of this from @vomer 's installation procedure for flashing android M on shamu
2.Backup all contents of your phone ,your phone will be completely wiped in this process
3.Extract the downloaded android m .tgz file and further the tar file in it .
(If using the ReducedSdk) then lace the ReducedSdk file in this folder
4.Connect your phone with your pc in fastboot mode (boot using Volume down and Power button)
5.click flash all and wait..
6.Enjoy Android M
For linux users
After step 3
{IN TERMINAL }cd to the directory having the extracted files and then run
Code:
sudo ./flash-all.sh
All those having problem installing or bootloops
either factory reset via stock recovery or See : Here
Click to expand...
Click to collapse
Method 2:Via Recovery
1.Download the ROM from Preview 1
https://yadi.sk/d/Ua3YaU28hmxUH -- preview 2
2.Now place this file in your phone's memory
3.Boot in recovery
4.Format Data
5.Flash the download zip.
Click to expand...
Click to collapse
A Must Read : http://goo.gl/abVXRL
Screenshots:
http://imgur.com/a/V1UA4 --Preveiw 1
http://imgur.com/a/uz6pU -- preview 2
MOD: MultiWindow
How to Root ?
1.Download Despair Kernel and SuperSu 2.49.
2.Place them in your phone's internal sdcard.
3.Boot in recovery flash Despair Kernel AND then SuperSU.
4. Voila ! Your phone is rooted!!!
linuxteddy said:
Hi,
something else: there was a post in the MultiROM thread about BOKROM, where a TWRP backup usable with MultiROM has been provided. Look here http://forum.xda-developers.com/goo...rom-cm12-unofficial-hammerhead-gapps-t2969820. In the OP there is a "Special Download: M Preview 2 Backup *** NEW ***"
It works for me.
LT
Click to expand...
Click to collapse
stephanmc said:
Hi all. I made a working flashable ZIP for M Preview 2. Working on my N5, with root.
http://forum.xda-developers.com/google-nexus-5/development/rom-android-m-preview-2-flashable-zip-t3157299
I also fixed Titanium Backup not showing previous backups
Click to expand...
Click to collapse
vampsoft said:
Ambient Display
https://mega.nz/#!2MFH2C5L!zCRGKd6fRqPYeB5L01TFGG3LHmMX0JmaiYjlEp7k9KY
Enviado desde mi Nexus 5 mediante Tapatalk
Click to expand...
Click to collapse
blackbird5308 said:
For anyone who wants, i built stock kernel with root support, in sync with the MPZ79M sources, it fixes video issues with M DP2.
https://mega.nz/#!zUJyDaBD!SyCb_F2icUO9PBHQSY7kzu35ut9_e-6N36khoxGEkU8
it's only the zImage as i made no modifications on ramdisk. You MUST flash stock MPZ79M boot.img, and then as usual flash this with "fastboot flash zimage zImage-dtb"
Click to expand...
Click to collapse
PS: Thread on Portal .Thanks for your support
Hit
if I helped you !!
Woot!
Now...
Thanks I really need a flashable zip.
Sent from my Nexus 5 CAF.
Any screenshots??
bibhu059 said:
Any screenshots??
Click to expand...
Click to collapse
Uploading Soon
Do you know when a multirom zip is coming?
Any chance there'll be a modified kernel with permissive or disabled SELinux when this ROM gets updated to a flashable zip? Just wondering. I'm already on M Preview but I hear that the kernel change is like the only way to use root for now until SuperSU is updated.
Thanks, dowloading, no root yet?
davehasninjas said:
Any chance there'll be a modified kernel with permissive or disabled SELinux when this ROM gets updated to a flashable zip? Just wondering. I'm already on M Preview but I hear that the kernel change is like the only way to use root for now until SuperSU is updated.
Click to expand...
Click to collapse
Normally @sykopompos and/or his team seem to come up with this first i believe
Sent from my Nexus 5 using Tapatalk
Found this kind of interesting about Android M...
Is our device supported by dsixda's Android kitchen? If yes I'll make a flashable zip myself.
Sent from my Nexus 5 CAF.
Ehi guys when the zip?
punticci said:
Ehi guys when the zip?
Click to expand...
Click to collapse
https://basketbuild.com/filedl/devs?dev=Tassadar&dl=Tassadar/stock_zips/mpz44q_hammerhead.zip
punticci said:
Ehi guys when the zip?
Click to expand...
Click to collapse
https://www.androidfilehost.com/?fid=23991606952611474
[emoji15][emoji15][emoji15][emoji15][emoji15][emoji15][emoji15][emoji15][emoji15]
Are the Radio and bootloader the same of the last version?
33bca said:
https://basketbuild.com/filedl/devs?dev=Tassadar&dl=Tassadar/stock_zips/mpz44q_hammerhead.zip
Click to expand...
Click to collapse
fishman0919 said:
https://www.androidfilehost.com/?fid=23991606952611474
Click to expand...
Click to collapse
This are a flasheable zip android m vía recovery?
adrianedu said:
This are a flasheable zip android m vía recovery?
Click to expand...
Click to collapse
Yes
Hybrid Core said:
Are the Radio and bootloader the same of the last version?
Click to expand...
Click to collapse
I used the one that came with 5.1.1 update (LMY48B) it works flawlessly. So, my guess it does come with the same version of boot loader and radio.

Categories

Resources