[RECOVERY] Clockworkmod Recovery 6.0.1.5 [NON-TOUCH] - TouchPad Development

ClockWorkMod Recovery v6.0.1.5
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
How to install from within another recovery:
Code:
Boot into recovery
Go to Mounts & Storage > Mount /boot
using adb: adb push recovery.img /boot/uImage.CWM6
Reboot into moboot and select recovery
To install this from within android [Can be done using adb or a Terminal Emulator]
Code:
su
mount -o rw,remount /boot
cp /path/to/recovery.img /boot/uImage.CWM6
Reboot into moboot and select recovery
Everything works! Including ADB
Download : http://www.sendspace.com/file/gikjad

Reserved

Reserved

How does this differ from 6.014 please ?

This is the latest version and a unmodified version of 6.0.1.5
Sent from my SGH-I747 using xda app-developers app

hiemanshu said:
This is the latest version and a unmodified version of 6.0.1.5
Sent from my SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
Thanks for your answer but it doesn't actually tell me anything do you have a link to your previous version that possibly has a description of its features.
Thanks

^ i couldn't find a changelog or much of any info on the cwm website, closest i could find was in the app store for ver. 5x

im getting a "no space on device" error when trying to push this with adb...

fireforhire said:
im getting a "no space on device" error when trying to push this with adb...
Click to expand...
Click to collapse
delete an older recovery and replace it with this.

hiemanshu said:
delete an older recovery and replace it with this.
Click to expand...
Click to collapse
Please be kind to noobies like myself and post the steps to resolve the above.
Thanks,
Shahhere

Shahhere said:
Please be kind to noobies like myself and post the steps to resolve the above.
Thanks,
Shahhere
Click to expand...
Click to collapse
DL ROM tool box pro ,free version and delete your current version of CMW ,then copy the updated ulimage to your boot folder , you should also edit your default recovery to the new ulimage name.

Related

[TOOL][Xperia] V3 !Fast Kernel Flasher {Linux/Windows}

!!! Fast Kernel Flasher!!!
This tool is made for flash kernel faster than before !
It work for all Xperia Kernel.
Click to expand...
Click to collapse
​ Windows Version:
​
I let the new version to @Ghostfreak NB because he made this version before me and there is really better and also support .SIN and .ELF files.
Click to expand...
Click to collapse
GO HERE
http://forum.xda-developers.com/member.php?u=4788442​
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Linux Version
Adb + Fastboot drivers installer is already include in the .zip
Click to expand...
Click to collapse
Instructions:
Please Read the ReadMe inside the .zip
Click to expand...
Click to collapse
​ Changelog:​
V1:
Initial release
Click to expand...
Click to collapse
V2:
Fix Kernel Flash
Add some options (Windows)
Ubuntu based OS Support (General Linux Support Later)
Click to expand...
Click to collapse
V3
Combine with @Ghostfreak NB Kernel Flasher (Only For Windows) / I continue the Linux Version
Add Mac Version
Now Support all Linux Version
Remake the thread
Fast Adb+Fastboot drivers installer in Linux (+Uninstaller inside the zip)
Click to expand...
Click to collapse
!!!!!!You are the only responsible one for the fact that you made on your Phone !!!!!​
Download
Download:
V1 HERE
Click to expand...
Click to collapse
- - - - - - - - - - - - - - - - - - - - -
V3 HERE {Only Linux}
Click to expand...
Click to collapse
V2 HERE {Windows}
Click to expand...
Click to collapse
looks great!
are you planning on making a linux version?
matgras said:
looks great!
are you planning on making a linux version?
Click to expand...
Click to collapse
Yes sure bro !! I will start to work on it !! It was in my ideas
HeadFox said:
Yes sure bro !! I will start to work on it !! It was in my ideas
Click to expand...
Click to collapse
unfortunately i'm running Elementary os at the moment so i'd really like to check it out once it's released!
Nice work... As for similar tool maybe you can check this: http://forum.xda-developers.com/showthread.php?t=2214724
Sent from my Xperia Neo V using xda app-developers app
Attitude.SSJ said:
Nice work... As for similar tool maybe you can check this: http://forum.xda-developers.com/showthread.php?t=2214724
Sent from my Xperia Neo V using xda app-developers app
Click to expand...
Click to collapse
Ok thk for the info ! Me i will add Linux and Mac support
Sent from my SGP311 using xda app-developers app
HeadFox said:
Ok thk for the info ! Me i will add Linux and Mac support
Sent from my SGP311 using xda app-developers app
Click to expand...
Click to collapse
Thanks, i already loved your ROM and I'm sure you won't disappoint us
sent from my @mark manning
Error by me in script edit.... i have forget the flash before boot so you boot with the kernel but after one reboot you have the older kernel.
Pls wait the new version who comes in few minutes with linux Support @matgras
V2 is HERE !
I have not found tool like this so if there is an other similar tool please tell me
Click to expand...
Click to collapse
Well I'd already made the Windows version Months back..Just that it was only for Xperias so I posted in my forum only to avoid redundancy..
For further issues,you can Pm me.
i've tried the linux version but this happend:
Code:
[email protected]:/home/henry/fastboot# fastboot devices
CB511UYB6C&ZLP fastboot
[email protected]:/home/henry/fastboot# ./FKF_L.sh
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
On cm10.1/2 please accept the message ! You have 5sec ! If you are already in fastboot pls wait 5s
error: device not found
cp: cannot stat `*.img': No such file or directory
mv: cannot stat `*.img': No such file or directory
Unknown id: fastboot
rm: cannot remove `boot.img': No such file or directory
[email protected]:/home/henry/fastboot#
manually fastboot works just fine...
EDIT: tried it once again but kept my device on and let it "adb reboot"
Code:
[email protected]:/home/henry/fastboot# ./FKF_L.sh
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
On cm10.1/2 please accept the message ! You have 5sec ! If you are already in fastboot pls wait 5s
cp: with --parents, the destination must be a directory
Try `cp --help' for more information.
mv: cannot stat `*.img': No such file or directory
Unknown id: fastboot
rm: cannot remove `boot.img': No such file or directory
[email protected]:/home/henry/fastboot#
Code:
[email protected]:/home/henry/fastboot# ./FKF_L.sh
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
On cm10.1/2 please accept the message ! You have 5sec ! If you are already in fastboot pls wait 5s
error: device not found
cp: with --parents, the destination must be a directory
Try `cp --help' for more information.
mv: cannot stat `*.img': No such file or directory
Unknown id: fastboot
rm: cannot remove `boot.img': No such file or directory
matgras said:
i've tried the linux version but this happend:
Code:
[email protected]:/home/henry/fastboot# fastboot devices
CB511UYB6C&ZLPfastboot
[email protected]:/home/henry/fastboot# ./FKF_L.sh
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
On cm10.1/2 please accept the message ! You have 5sec ! If you are already in fastboot pls wait 5s
error: device not found
cp: cannot stat `*.img': No such file or directory
mv: cannot stat `*.img': No such file or directory
Unknown id: fastboot
rm: cannot remove `boot.img': No such file or directory
[email protected]:/home/henry/fastboot#
manually fastboot works just fine...
EDIT: tried it once again but kept my device on and let it "adb reboot"
Code:
[email protected]:/home/henry/fastboot# ./FKF_L.sh
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
On cm10.1/2 please accept the message ! You have 5sec ! If you are already in fastboot pls wait 5s
cp: with --parents, the destination must be a directory
Try `cp --help' for more information.
mv: cannot stat `*.img': No such file or directory
Unknown id: fastboot
rm: cannot remove `boot.img': No such file or directory
[email protected]:/home/henry/fastboot#
Code:
[email protected]:/home/henry/fastboot# ./FKF_L.sh
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
On cm10.1/2 please accept the message ! You have 5sec ! If you are already in fastboot pls wait 5s
error: device not found
cp: with --parents, the destination must be a directory
Try `cp --help' for more information.
mv: cannot stat `*.img': No such file or directory
Unknown id: fastboot
rm: cannot remove `boot.img': No such file or directory
Click to expand...
Click to collapse
You have test my version i send you with PM ?
Sent from my Xperia Arc S using xda app-developers app
HeadFox said:
You have test my version i send you with PM ?
Sent from my Xperia Arc S using xda app-developers app
Click to expand...
Click to collapse
Will try later this day
sent from my kitkat™
matgras said:
Will try later this day
sent from my kitkat™
Click to expand...
Click to collapse
Ok because new version have many fix
Sent from my Xperia Tablet Z
HeadFox said:
Ok because new version have many fix
Sent from my Xperia Tablet Z
Click to expand...
Click to collapse
I can't test now because I only have acces to macbooks running xp at the moment, in 6 hours I may have some spare time
sent from my kitkat™
V3 for Linux is here !!

[DEV][RECOVERY] TWRP Recovery 2.7.0.0

TWRP Recovery
For Galaxy Ace
Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
BUGS:
If you have found a bug, please consider posting it here.
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
SPECIAL NOTE:
This is the first build of TWRP and may have some unknown bugs. I take no responsibility of your devices. This is "testing" phase (for some days only). Help in testing if you wish to otherwise stay away until a final release. Don't post back here that: "You destroyed my phone", "You are cheating", "You are playing with my device".
One more thing, we are using androidarmv6 sources and if you are asking for help on IRC channel mentioned above then please mention there that: "we are not using CM or OMNI sources, we are using androidarmv6 sources".
CREDITS:
TeamWin: For this awesome open-source recovery.
androidarmv6 team: To make all these possible.
Me: For compiling it for Galaxy Ace.
CHANGELOG for 2.7.0.0:
-Faster graphics rendering by disabling alpha blending on fully opaque objects thanks to Tassadar
-Allow sideloading from /tmp on encrypted devices
-Check for a crypto footer before asking for a password to prevent user confusion
-Additional checks for validity to auto generated backup names
-Text wrap in the console output
-Proper caps lock support in the keyboard
-Mouse support via USB OTG for devices with a broken digitizer
-Improve scanning of storage locations for OpenRecoveryScript
-Haptic feedback for buttons, keyboard, and vibration at the end of longer running actions thanks to Samer Diab
-Fixed ext4 wiping when no selinux contexts are defined for that partition (e.g. sd-ext)
-Update SuperSU to 1.93 and improve installation process
-Added selinux contexts restoration to fix permissions
-Load RTC offset on Qualcomm devices to fix the date/time in recovery
-USB Mass Storage fixes Add SELinux support checking
-Add Disk Usage class to better handle excluded folders (e.g. Google Music cache)
-Add 4.4 decrypt support
-Add some toolbox utilities to TWRP (namely to support SELinux functions not supported in busybox)
-Various SELinux fixes and bug fixes.
DOWNLOAD:
http://www.upload.ee/files/3991497/recovery.img.html
INSTALLATION / UPDATING:
-From the above download link, you'll get a 'recovery.img' file.
-Put that file at the root of sdcard (means, not in any folder)
-Now, open Terminal Emulator and give this command:
Code:
su
You'll be asked to grant superuser permissions, grant them.
-Now, give this command:
Code:
flash_image recoveryonly /sdcard/recovery.img
And wait for 2-3 seconds until it jumps to a new line. Now, close Terminal Emulator.
-Now, normally reboot to recovery and enjoy new recovery!
About the current build:
STABLE
Nice job. Is it working on Cm9?
Sent from my GT-S5830 using xda app-developers app
aurisltu said:
Nice job. Is it working on Cm9?
Sent from my GT-S5830 using xda app-developers app
Click to expand...
Click to collapse
I think, I should remind you: Recovery is independent of ROM.
It can flash everything which the new kitkat update-binary allow.
If anything fails to flash, just replace /META-INF/com/google/android/update-binary file inside that zip from cm11 or omni4.4 and it will flash.
well im using this recovery for a while and its responding better than the normal recovery , plus the other features in it , thanks for you great work
keep it up
sent from my kitkat ACE
works great, but if formatting or installing and you accidentaly bump the back button it stops what it is doing, can also corrupt the partition, installs ALL roms from cm9 through to cm11 and all scripts/mods install too,, thanks for this version,, i didnt like the other versions they were a yuck colour, i like the black and gray theme
I just had some look today on your device's development forum and found that @Mardon has already made this recovery for your device (Because, I was confused as I didn't receive a single THANK on any of my posts).
Please note that my TWRP has no relation with @Mardon's TWRP. He has used omniarmv6 sources while I've used official omni sources and the androidarmv6 sources.
I've worked hard enough and researched on everything and have made this recovery. This build is the closest one to an official build unlike little buggy build of @Mardon: Bad colors (not official colors), maybe brightness settings are missing, maybe you can't flash some zips with that recovery, etc.
And...ofcourse, you won't be able to flash stock rom using this recovery because it uses samsung's crappy rfs.
Here's something I need you guys to test:
[ROOT]TWRP Coordinator
It's a newly released app (released just before 10-15 minutes) by TeamWin.
I just need a report if everything's working as it should or not.
WARNING: Don't use the option to update TWRP because we are using an unofficial build. Other than that, everything should work but the app is still BETA...Try at your own risk.
What to do?
-Install my TWRP.
-Remember, app needs root.
-Then, start using app's features and report here if found any bugs.
Your report would be appreciated! Thanks.
Thanks Bro for the recovery.
Bhargav97 said:
Here's something I need you guys to test:
[ROOT]TWRP Coordinator
It's a newly released app (released just before 10-15 minutes) by TeamWin.
I just need a report if everything's working as it should or not.
WARNING: Don't use the option to update TWRP because we are using an unofficial build. Other than that, everything should work but the app is still BETA...Try at your own risk.
What to do?
-Install my TWRP.
-Remember, app needs root.
-Then, start using app's features and report here if found any bugs.
Your report would be appreciated! Thanks.
Click to expand...
Click to collapse
Bhargav97 said:
Here's something I need you guys to test:
[ROOT]TWRP Coordinator
It's a newly released app (released just before 10-15 minutes) by TeamWin.
I just need a report if everything's working as it should or not.
WARNING: Don't use the option to update TWRP because we are using an unofficial build. Other than that, everything should work but the app is still BETA...Try at your own risk.
What to do?
-Install my TWRP.
-Remember, app needs root.
-Then, start using app's features and report here if found any bugs.
Your report would be appreciated! Thanks.
Click to expand...
Click to collapse
Work fine bro.. good job.. :fingers-crossed:
Thanks for this recovery, really works great, with CM9 too!
Bhargav97 said:
DOWNLOAD:
http://www.upload.ee/files/3991497/recovery.img.html
INSTALLATION / UPDATING:
-From the above download link, you'll get a 'recovery.img' file.
-Put that file at the root of sdcard (means, not in any folder)
-Now, open Terminal Emulator and give this command:
Code:
su
You'll be asked to grant superuser permissions, grant them.
-Now, give this command:
Code:
flash_image recoveryonly /sdcard/recovery.img
And wait for 2-3 seconds until it jumps to a new line. Now, close Terminal Emulator.
-Now, normally reboot to recovery and enjoy new recovery!
Click to expand...
Click to collapse
I follow the above steps, but nothing happens.I am on same recovery as before using the above steps.BTW thanks for recovery. I am currently using AOSP GingerBread 2.3.7 [COOPER] V3 by SpaceCaker (http://forum.xda-developers.com/showthread.php?t=2375459)
Bhargav97 said:
Code:
flash_image recoveryonly /sdcard/recovery.img
And wait for 2-3 seconds until it jumps to a new line. Now, close Terminal Emulator.
-Now, normally reboot to recovery and enjoy new recovery!
Click to expand...
Click to collapse
not working ... failed with error: -1
GalaxyAce User said:
I follow the above steps, but nothing happens.I am on same recovery as before using the above steps.BTW thanks for recovery. I am currently using AOSP GingerBread 2.3.7 [COOPER] V3 by SpaceCaker (http://forum.xda-developers.com/showthread.php?t=2375459)
Click to expand...
Click to collapse
Busybox is needed for flash_image command to work. If you are using any Stock Based ROM, I doubt you have Busybox. If you can't manage to get it done this way (I don't get, why?) then you can replace recovery.img inside any recovery flashable zip file (of recovery, i.e. CWM-x.x.x.x.zip) from the one given in the link of first post. Now flash that zip file using your current recovery.
kjub6 said:
not working ... failed with error: -1
Click to expand...
Click to collapse
What I said above, also applies to you.
Thank you
Installed over Mardon's latest version as I was having issues with his (failure to flash certain files etc). Will test over next while and report if I find any issues.
Thanks again.
S.
sdembiske said:
Installed over Mardon's latest version as I was having issues with his (failure to flash certain files etc). Will test over next while and report if I find any issues.
Thanks again.
S.
Click to expand...
Click to collapse
it´s not compatible with android 4.4. but it´s working great with CM9/10/10.x, for kitkat roms you need the latest TWRP or CWM
Thank you ...
Viper The Ripper said:
it´s not compatible with android 4.4. but it´s working great with CM9/10/10.x, for kitkat roms you need the latest TWRP or CWM
Click to expand...
Click to collapse
Yes, found that out - neither this nor Mardon's TWRP version worked on Mardon''s CM11 latest. Took the recovery.image file out of CWM-6.0.5.3-cooper and flashed it using terminal command:
su
flash_image recoveryonly /sdcard/recovery.img
Worked like a charm and all's well now. Would like to know though what settings you recommend on SuperchargerV6 on Mardon's CM 11 with your patch for it installed - have not successfully managed to get it past the Samsung boot screen at 50% Supercharged the two times I have tried.
Thanks again, Steve
Link to dowload
Hi Bhargav97,
I don't found link for to dowload, it's possible that can u send me this link?
Many thaks!

[Root][Moto E][Guide HowTo]How to root Moto E [Condor][Noob Friendly]

I will update the method as and when newer methods are available!
So confirmed Root is here presented by @cybojenix
I am making the thread only for making it Noob friendly, and making the instructions bit more detailed!
All credit goes to @cybojenix
DISCLAIMER:
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
*/
Procedure
Download mfastboot-v2 extract its content and use that for unlocking Bootloader
Unlock your bootloader From Here
TIPs:
Unlocking bootloader will wipe your device, Backup your photos, music, contacts using applications in play store or whichvere method you prefer
The motorola site tells us to download the android SDK, You can skip that big download and use the fastboot in step 1
Follow the further steps given on motorola's site, After clicking on Request an Unlock Key, You will get an email which will consist guideline to proceed further!
Clicking on Request an Unlock Key is the point where you lose your warranty
Download The TWRP recovery from here(thread) or here(Goo.im) rename it recovery-twrp.img and move it in the same folder as of step 1
Download The SuperSU from here(thread) or here(chainfire.eu)() and copy it into the root of your internal memory!
Connect your phone to PC and Reboot to bootloader by pressing VolumeDown+Power button for about 6-7 seconds.
Go to the directory in step 1, Do Shift+RightClick in empty space in the folder without selecting anything, Select Open a command window here.
Run following command
Code:
fastboot boot recovery-twrp.img
If facing errors refer to TIP No. 2 and 3
[*]Now touch doesn't work in recovery straight away, so wait 60 seconds without touching the phone, The phone screen will go blank.
[*]Press power button and do swipe to unlock to get your touch working again!
As Motorola released source code for the kernel, @cybojenix has fixed the touch issue, you can skip to step 10 directly!
Select Install, scroll down and find the SuperSU Zip downloaded in step 4.
Swipe to confirm, wait untill the flash is complete and then select reboot, to boot into your phone which is rooted now
Check your app drawer, There should be SuperSU installed. Congratulations you are rooted!
TIPS:
Downloading things from the thread link is a better option as the hotlinks may get outdated, Thread links will not!
If you want to install twrp rather then just booting into it for once, you can use following command to flash it permanently
Code:
fastboot flash recovery recovery-twrp.img
If stuck on Boot Logo of Motorola (blue M), @JerryGoyal has provided a Thread Here to solve the problem using CWM instead of TWRP.
According to the method you can download CWM and Rename it to recovery-cwm.img in place of TWRP in step 3. Execute other steps the same
And in step 7 Replace the given code with
Code:
fastboot flash recovery recovery-cwm.img
In CWM Touch doesn't Work to scroll Use Volume Buttons and Use Power Button to select the choice
in Step 10 you would select Install from sdcard
If you do something wrong and stuck somewhere, The stock firmwares are available for restoring.
[Condor][Stock Firmware] Restore your Moto E to Stock[Lock Bootloader][Noob Friendly]
Reply if any issues! I'll try my best to help!
Reserved!
Very good effort :thumbup:
Some newbies actually need it
Sent from my XT1022 using XDA Free mobile app
quick question.. is it possible to remove that annoying bootloader unlocked warning that shows up everytime you start up the device?
dpool94 said:
quick question.. is it possible to remove that annoying bootloader unlocked warning that shows up everytime you start up the device?
Click to expand...
Click to collapse
Right now it's not but in the coming days I will look into a method similar to this for our device to "remove" the warning.
shimp208 said:
Right now it's not but in the coming days I will look into a method similar to this for our device to "remove" the warning.
Click to expand...
Click to collapse
You don't need to do it bro.. Motorola updated their bootservice .. I mean the warning shows up but only for 2-3 secs and after that comes a new logo loading.. So I think It would be best not to waste time on such things
Just a suggestion.. Instead of flashing a custom recovery, you could also just boot into the recovery using "fastboot boot recovery.img".. This way the stock recovery won't get changed for people who would like to keep it.
I unlocked the bootloader,installed twrp and flashed the superuser.. and I can even see superuser in my app drawer but none of the apps that require root like titanium backup are working.. it says my device isn't rooted :/ help please
dpool94 said:
I unlocked the bootloader,installed twrp and flashed the superuser.. and I can even see superuser in my app drawer but none of the apps that require root like titanium backup are working.. it says my device isn't rooted :/ help please
Click to expand...
Click to collapse
Check your device by installing this device if you really rooted it or not. DOWNLOAD THIS APP
Mrtoxicgamer10 said:
Check your device by installing this device if you really rooted it or not. DOWNLOAD THIS APP
Click to expand...
Click to collapse
Root Access is not properly configured or was not granted.
Super User Applications Status:
Superuser application - is NOT installed!
SuperSU application - version 1.00 - is installed!
System File Properties for Root Access:
Standard Location
Check Command: ls -l /system/bin/su:
Result: /system/bin/su: No such file or directory
Analysis: File /system/bin/su does not exist.
Standard Location
Check Command: ls -l /system/xbin/su:
Result: -rwsr-sr-x root root 96144 2008-08-01 17:30 su
Analysis: Setuid attribute present and root user ownership present. Root access is correctly configured for this file! Executing this file can grant root access!
Alternative Location
Check Command: ls -l /sbin/su:
Result: /sbin/su: Permission denied
Analysis: File system permissions restricted and denied access.
Alternative Location
Check Command: ls -l /system/xbin/sudo:
Result: /system/xbin/sudo: No such file or directory
Analysis: File /system/xbin/sudo does not exist.
Root User ID and Group ID Status:
SU binary not found or not operating properly
System Environment PATH: /sbin /vendor/bin /system/sbin /system/bin /system/xbin
ADB Shell Default User:
ADB shell setting for standard access, stored in default.prop, is configured as: shell (non root) user - ro.secure=1
Results provided on your XT1022 device by Root Checker Pro version 1.3.0 from joeykrim in the Android Market - http://goo.gl/NcnHn
Guys check this too
We can flash this through stock recoveryhttp://forum.xda-developers.com/galaxy-s2/orig-development/30-10-2012-k-la-lp-t1103399
Sent from my XT1022 using XDA Free mobile app
dpool94 said:
I unlocked the bootloader,installed twrp and flashed the superuser.. and I can even see superuser in my app drawer but none of the apps that require root like titanium backup are working.. it says my device isn't rooted :/ help please
Click to expand...
Click to collapse
I am sorry, I by mistake provied the superSU 1.00 link
I changed and updated it superSU 1.64
Please Try again! using the new link from the description for step 4
vin4yak said:
Just a suggestion.. Instead of flashing a custom recovery, you could also just boot into the recovery using "fastboot boot recovery.img".. This way the stock recovery won't get changed for people who would like to keep it.
Click to expand...
Click to collapse
Could you confirm it?
I cannot test it till tuesday?
startracker said:
Guys check this too
We can flash this through stock recoveryhttp://forum.xda-developers.com/galaxy-s2/orig-development/30-10-2012-k-la-lp-t1103399
Sent from my XT1022 using XDA Free mobile app
Click to expand...
Click to collapse
Friendly warning about this Do NOT I repeat DO NOT flash this in recovery this is meant for the Galaxy S2 and is not only outdated by not compatible with our Motorola E. Only flash things intended for your device!
dpool94 said:
Root Access is not properly configured or was not granted.
Super User Applications Status:
Superuser application - is NOT installed!
SuperSU application - version 1.00 - is installed!
Results provided on your XT1022 device by Root Checker Pro version 1.3.0 from joeykrim in the Android Market - http://goo.gl/NcnHn
Click to expand...
Click to collapse
See ? Your device is not rooted. You must have missed something. Try again. Good luck.
Mrtoxicgamer10 said:
See ? Your device is not rooted. You must have missed something. Try again. Good luck.
Click to expand...
Click to collapse
Nah i fixed it. OP posted link of superSU v1.00 which is why my phone wasnt getting rooted. He fixed it. T
but not able to flash recovery.
it gives error -
target reported max download size of 299892736 bytes
error: cannot load 'recovery.img': No error
Click to expand...
Click to collapse
vivekbumb said:
but not able to flash recovery.
it gives error -
Click to expand...
Click to collapse
Did you flash this recovery image, TWRP 2.7.0.0 V1.2, using fastboot?:
vivekbumb said:
but not able to flash recovery.
it gives error -
Click to expand...
Click to collapse
You have copied the recovery.img file in some other folder, bring it to the same folder as of fastboot.exe
and it will work!
deej_roamer said:
You have copied the recovery.img file in some other folder, bring it to the same folder as of fastboot.exe
and it will work!
Click to expand...
Click to collapse
got it thanks.

[recovery]*update*cwm6-philz touch/neatkernel-stable

* * * * * * * * * * * * * * * * * * * * * * * * *
PhilZ Touch 6 Recovery
CWM Advanced Edition 6.x
* * * * * * * * * * * * * * * * * * * * * * * * *​
philz-cwm6 op
http://forum.xda-developers.com/showthread.php?t=2201860
philz is no longer supported.
************************************************************************************************************YER WARRANTY IS NOW VOID. I AM NOT RESPONSIBLE FOR YER ACTIONS. RESEARCH YER DEVICE BEFORE MODIFYING***************************************************************************************************
*********************THESE KERNELS ARE NOT DUAL BOOT RECOVERIES*****************************
CYANOGENMOD STOCK KERNEL/PHILZ​
THIS RECOVERY IS VERIFIED WORKING BY ME PERSONALLY USING A KITKAT ROM (CM11)
HOW TO INSTALL
DOWNLOAD
https://drive.google.com/file/d/0B5FXgIkne2uXaV9mc3lCa19Ua1k/view?usp=sharing
YOU NEED HEIMDALL
Code:
sudo heimdall flash --KERNEL ~/Desktop/boot.img
*************************************************************************************************************
YOU CAN TEST PHILZ CWM6 TOUCH
DOWNLOAD
https://drive.google.com/file/d/0B5FXgIkne2uXRkZHaDF0OHBVZWM/view?usp=sharing
FLASH ^ WITH CURRENT RECOVERY, A REBOOT WILL RESTORE YER CURRENT RECOVERY.
NO BUGS AS OF YET
*****************************************************************************************
*****************************************************************************************
NEATKERNEL/PHILZ​
DOWNLOAD
https://app.box.com/s/f5r4xgl00hnxj9dmb8to0fma4amwcay6
INSTALL
FLASH ZIP CURRENT RECOVERY
IF WIFI IS NOT WORKING
https://app.box.com/s/8uwjvnflfsx4ywxqum760uxkv9e0462c
Code:
adb push /modules /system/lib/modules
or copy paste with root browser
**************************************************************************************
SOURCES
https://github.com/PhilZ-cwm6/philz_touch_cwm6
https://github.com/CyanogenMod/android_kernel_samsung_aries
https://github.com/mohammad92/NeatKernel_captivate/tree/stable
REFERANCED TOOLCHAIN INFO BELOW
https://github.com/brandonabandon/arm-cortex_a8-linux-gnueabi
THANKS
thanks to mohammad.afaneh for his kernel deving and allowing permission to host,philZ,cm, aosp.
will restore backups from cwm 6 (non-philz) but will restore the recovery (non-philz) as well. make a new backup for philz. for aroma, dl the zip make new folder aromafm with aromafm.zip renamed. boot recovery, install from sd tap aromafm.zip. now you can tap aroma from the menu.
BUG
i found a minor bug. after mounting usb storage you cannot access sdcard. ie pulling files from pc via usb cord, then attempting to flash. you will need to reboot recovery after accessing usb storage to regain access to sdcard.
edit.
BUG FIX
unmount usb via pc before unmounting device "safe removal" for access to files via recovery after mount/unmounting.
About the WiFi fix for neatkernel there is no modules folder in /system/lib do I have to make one?
Bronando said:
About the WiFi fix for neatkernel there is no modules folder in /system/lib do I have to make one?
Click to expand...
Click to collapse
push or copy/paste the modules folder. make yer own modules folder if you like.

[Repartition][Flashable Zips] Increase GT-I9082/L Storage

Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this File
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Flashable Zips to increase Storage For GT-I9082
Important Notes :
This will delete all your data [ Including your ROM ] BACK THEM UP FIRST
You can't flash any stock-based ROM after re-partitioning unless you go back to stock-partition table ( see post #4 )
Instructions
1. Backup Your EFS , Read More Here
2. Copy <Partition-Size>.Zip and Ex2-Ex4 To your SD card
3. Boot to Recovery [Don't use TWRP] [ CWM 6.0.5.0 Recommened ]
4. Flash <Partition-Size>.Zip [ The Recovery Should Reboot Automatically ]
5. Flash Ex2-Ex4.Zip
6. Flash your ROM / Restore Your ROM Backup (Nandroid)
7. Flash GApps [Optional]
8. Reboot
MUST READ
1. You won't be able to install Lollipop and above ROMs after you flash 6.475GB ( But You will be able to flash Kitkat and lower normally )
2. Don't use Ex2-F2FS.zip unless you know what is F2FS [See The FAQ], And you know a Kernel / Rom That Supports it [K2wl's Cosmic4.4.4 ROM For Example], If you know a kernel then flash it after flashing the ROM immediately otherwise you will get stuck in a bootloop ( or on Samsung Galaxy grand Logo )
Downloads
5.975GB
6.175GB
6.275GB
6.375GB
Ex2-Ex4
Use this one with Caution:
6.475GB
Changelog
20-7-2015 :
Re-added Ex2-Ex4 [ Because Partitions didn't get converted correctly after the merge ]
Cleaned Ex2-Ex4 Code
18-7-2015 :
Re-named The Zips to : 5.975GB, 6.175GB, 6.275GB, 6.375GB And 6.475GB .
Merged Ex2-Ex4.Zip with 5.975GB, 6.175GB, 6.275GB, 6.375GB And 6.475GB ( Now You don't need to Flash EX2-Ex4 )
Cleaned The Code
Removed Ex2-F2FS
30-5-2015:
Named the partitions
29-5-2015:
Added Ex2-F2FS.zip
25-5-2015
Fixed Error (status 127) while Flashing Ex2-Ex4.Zip file
24-5-2015:
Added:
GT-I9082-IncreaseStorage-6.18GB.Zip
GT-I9082-IncreaseStorage-6.28GB.Zip
GT-I9082-IncreaseStorage-6.38GB.Zip
GT-I9082-IncreaseStorage-6.48GB.Zip
24-5-2015:
Initial Release
Frequently Asked Questions
1. Can i use this on Stock android ?
Yes but all your data will be deleted anyway [Including the Stock/Custom ROM] so you'll need to flash a Custom ROM after applying this file and you can't go back to stock android unless you Reset partition Table
2. I want to reset partitions table and go back to stock android
Refer to http://forum.xda-developers.com/showpost.php?p=60931021&postcount=4
3. After i flashed <Partition-Size>.Zip my phone Stuck at Galaxy grand Duos Logo
A. Remove the Battery
B. Put it in the phone again
C. Boot to recovery and Flash Ex2-Ex4 and then flash your ROM
4. I'm getting insufficient storage when i try to install Gapps, what should i do ?
Try to install a Gapps that doesn't use much Space in System Partition
5. Why are there different Files ?
Every file is different in how much it increase the Storage and every file's name is the Final Data Partition Size ( E.g. <Partition Size>.Zip )
6. Why don't i get the Right Storage Size [ E.g when i flash 6.375 i get 5.84 ]
> ROM and GApps take some space from data partition So it appears as 5.84
7. What is F2FS ?
> F2FS (Flash-Friendly File System) is a flash file system created by Kim Jaegeuk at Samsung for the Linux operating system kernel. The motive for F2FS was to build a file system that from the start takes into account the characteristics of NAND flash memory-based storage devices (such as solid-state disks, eMMC, and SD cards), which are widely used in computer systems ranging from mobile devices to servers.
More interesting improvment by f2fs described here [Must Read]
8. After i flashed Ex2-F2FS.Zip Nothing Happens, Why ?
> You Can't use any Recovery Except Phliz by @k2wl because he Modified it to flash the Zip correctly
9. Why can't i use TWRP to flash this Zip ?
> Because TWRP lacks of “parted” binary required for repartitioning.
Credits
@k2wl For His Guide
@Irwenzhao For His Zip
XDA:DevDB Information
Increase GT-I9082/L Storage, Tool/Utility for the Samsung Galaxy Grand Duos i9082
Contributors
ym123, k2wl, irwenzhao
Version Information
Status: Stable
Current Stable Version: 1.3
Stable Release Date: 2015-05-29
Beta Release Date: 2015-05-24
Created 2015-05-24
Last Updated 2015-07-20
Reserved
Reserved
How to restore a bricked device or how to restore the device if something goes wrong?
FILES REQUIRED : baffin.pit https://basketbuild.com/filedl/devs?dev=rutvikrvr&dl=rutvikrvr/i9082/restore/baffin.pit
Any stock ROM (link for mk3) : https://docs.google.com/file/d/0B80jsFgYZGOhRHJoY200Zktyekk/edit
ODIN: http://forum.xda-developers.com/attachment.php?attachmentid=1751204&d=1361535462
STEP 1 : In the PIT option add .. the baffin.pit AND IN THE PDA OPTION PUT THE FIRMWARE
STEP 2 : HIT START AND ONCE ITS COMPLETE YOUR PHONE SHOULD WORK FINE ...THEN YOU CAN ROOT YOUR DEVICE AND TRY THIS PROCEDURE AGAIN
Not working.Error(status 2)
billclinton70 said:
Not working.Error(status 2)
Click to expand...
Click to collapse
Ext2-Ext4 or GT-I9082-IncreaseStorage ?
Yousef Mohamed said:
Ext2-Ext4 or GT-I9082-IncreaseStorage ?
Click to expand...
Click to collapse
GT-I9082-IncreaseStorage
billclinton70 said:
GT-I9082-IncreaseStorage
Click to expand...
Click to collapse
Did you try the recommended recovery ?
if you didn't please try it and tell me the result
Yousef Mohamed said:
Did you try the recommended recovery ?
if you didn't please try it and tell me the result
Click to expand...
Click to collapse
Yes I did.
I followed the steps 1 to 4
billclinton70 said:
Yes I did.
I followed the steps 1 to 4
Click to expand...
Click to collapse
OP Updated Sorry for making you wait
you might face error status 127 after "done" in Ex2-Ex4
don't freak out its nothing
Yousef Mohamed said:
OP Updated Sorry for making you wait
you might face error status 127 after "done" in Ex2-Ex4
don't freak out its nothing
Click to expand...
Click to collapse
It's working fine now.Increased storage to 5.48GB
Thanks
billclinton70 said:
It's working fine now.Increased storage to 5.48GB
Thanks
Click to expand...
Click to collapse
Its 5.9 originally but ROM and GAPPs take some space from data partition so it appears as 5.48 , anyway I will upload 2 new Zip files one will be 6.1 and the other will be 6.2 or bigger
Yousef Mohamed said:
Its 5.9 originally but ROM and GAPPs take some space from data partition so it appears as 5.48 , anyway I will upload 2 new Zip files one will be 6.1 and the other will be 6.2 or bigger
Click to expand...
Click to collapse
Yes ,I know that.
Will try the other two files:good:
After flashing ur 2 zip files can I restore my back from recovery??
Mehul.S said:
After flashing ur 2 zip files can I restore my back from recovery??
Click to expand...
Click to collapse
Yes you can,that's what I did
billclinton70 said:
Yes you can,that's what I did
Click to expand...
Click to collapse
Ok.. Back up means nandroid back right??
Sent from my GT-I9082 on Resurrection Remix Rom
Mehul.S said:
Ok.. Back up means nandroid back right??
Sent from my GT-I9082 on Resurrection Remix Rom
Click to expand...
Click to collapse
Yes
billclinton70 said:
Yes
Click to expand...
Click to collapse
Well thanks for the help and quick answers.. Sorry to irritate you if I did.. [emoji14]
Sent from my GT-I9082 on Resurrection Remix Rom
Mehul.S said:
Well thanks for the help and quick answers.. Sorry to irritate you if I did.. [emoji14]
Sent from my GT-I9082 on Resurrection Remix Rom
Click to expand...
Click to collapse
It's OK.No problem
Mehul.S said:
Ok.. Back up means nandroid back right??
Sent from my GT-I9082 on
Resurrection Remix Rom
Click to expand...
Click to collapse
You can Make an Nandroid
Or backup them with Titanium Backup
Making Nandroid is better for those who don't want much fuss after flashing Repartition Zip ( if they don't have an Nandroid they will need to set up their phones again and then restore apps from TB/Google Play store which take long time )

Categories

Resources