[RECOVERY][ TWRP Recovery 2.6.3.3 | ONLY For Android JB ] [Update 18/02/2014] - Huawei Ascend P6, Mate

Hello !!!
Team Win Recovery Project !​
Permanent Recovery TWRP 2.6.3.3
​ - for -​
Huawei Ascend P6​
Team Win Recovery Project 2.6, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It’s 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.
This is a permanent & fully functionally TWRP Recovery for Huawei Ascend P6 !
​
New Release TWRP 2.6.3.3 : 18/02/2014
Release R03.1 : 05/01/2014 .
Release R03 : 07/12/2013 .
About :
English edition !
builded from the last update TWRP 2.6.3.0 source !
this recovery will rewrite your /recovery partition, warning : install at your own risk !
enter on twrp recovery by pressing volume + & volume - & power button at the same time , when Huawei logo is displayed please release the buttons ! ( or using "adb" commands : > adb reboot recovery )
Change log :
What's new in 2.6.3.0 !
TWRP 2.6.3.3 :
added offmode charging !
added battery percentage display on StatusBar !
allow battery charging ( if the USB cable or a charger is connected ) !
Downloads :
New Update : twrp_2_6_3_3_recovery.img
TWRP_R03.1.zip
TWRP_Recovery_R03.1.zip
TWRP_R03.zip
Installation :
Install the last update TWRP 2.6.3.3 only by this method : ( fastboot flash recovery twrp_2_6_3_3_recovery.img )
make sure your device was already Unlocked !
no need to root your device , TWRP has the ability to root your device !!!
put your device in fastboot mode ( > adb reboot bootloader )
extract recovery_twrp.img from archive TWRP_R03.1 !
fastboot flash recovery recovery_twrp.img ;
fastboot reboot ;
or download TWRP_Recovery_R03.1.zip and install on TWRP like in a usuale way !!!
enjoy with permanent recovery !!!
getting root access !
Revert to stock recovery ( B118 ) :
put your device in fastboot mode ( > adb reboot bootloader )
extract recovery.img from archive Stock_Recovery_B118.zip !
fastboot flash recovery recovery.img ;
fastboot reboot ;
now your device has stock recovery !!!
Credit :
TeamWin !
[NUT]
Source :
GitHub !
>>> Warning <<< ​
Being a total functional recovery, take care what custom rom are you going to flash with it !
A wrong rewrite only one of the partitions (boot, modemimage, recovery, xloader, oeminfo and . ...) can easily ruin your device permanently !
Use this utility at your own risk , I am not responsible for damage your device by using this utility incorrect !
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
regards,
Surdu Petru

TWRP Recovery for locked firmware HAP6 & HAM !!!
<< TWRP RECOVERY >>
​
*** Working on Huawei Ascend P6 & HAM locked Firmware ***
​
About :
English edition !
builded from the last update TWRP 2.6.3.0 source !
this recovery will NOT rewrite your /recovery partition !!!
enter on twrp recovery : power off your device , now briefly press the power button & wait to see the green led lights up - at this time you should quickly and repeatedly pressing volume down or volume up button ( about ~ 5 sec. ) - you will see very soon the led red lights up and your device will be in recovery way !!!!
the latest version is R02.1 & was fixed all issue ( including Internal Storage bug from R02 ! )
TWRP Recovery R02.1 : 05/01/2014 !
TWRP Recovery R02 : 30/11/2013 !
Downloads :
TWRP_R02.1.zip MD5 Sum: 11bb1a5818d9c616fbc3687169b7ba1d
TWRP_R02.zip - 3.55 MB MD5 Sum: 27dbc47a55a695b62f6c6c4f682777c5
TWRP_R02.zip MD5 Sum: 27dbc47a55a695b62f6c6c4f682777c5
Installation :
First you need to have the device rooted !!!
copy archive TWRP_R02.1 on your external or internal sdcard ( storage ) [ > adb push TWRP_R02.1.zip sdcard/ or storage/sdcard1/ ];
you must have already installed an older recovery ( TWRP or CWM ) !
boot your device in your custom recovery - that was already installed on your device ;
choose update from external/internal storage ;
install ;
reboot your device !
by installing this recovery , all previous recoveries will be wiped !!!
TWRP Recovery R01 : 20/11/2013 !
Downloads :
TWRP_R01.zip MD5 Sum : 5348a968f831a4095fda4fac20d6a0d2
TWRP_R01.zip - 3.55 MB MD5 Sum: 5348a968f831a4095fda4fac20d6a0d2
TWRP_SHELL.zip MD5 Sum : c8203f82486f697810444c9be9b8f4cd
Installation :
First you need to have the device rooted !!!
1° using CWM recovery :
copy archive TWRP_R01 on your external sdcard ( storage ) ;
boot your device in CWM recovery ;
choose update from external sdcard ;
install ;
reboot your device !
2° using "adb shell" commands :
unzip archive TWRP_SHELL.zip in TWRP_SHELL directory ;
connect your USB cable and check on Settings -> Developer options -> USB debugging ;
enter on TWRP_SHELL directory and open cmd command ;
> adb push recovery.sh /data/local/tmp
> adb push recovery.cpio.lzma /data/local/tmp
> adb push install-recovery.sh /data/local/tmp
> adb push busybox /data/local/tmp
> adb shell
$ su
# mount -o remount,rw /system
# cp -r /data/local/tmp/busybox /system/xbin/busybox
# chown 0.0 /system/xbin/busybox
# chmod 04755 /system/xbin/busybox
# /system/xbin/busybox --install -s /system/xbin
# cp -r /data/local/tmp/install-recovery.sh /system/etc/install-recovery.sh
# chown 0.0 /system/etc/install-recovery.sh
# chmod 0755 /system/etc/install-recovery.sh
# cp -r /data/local/tmp/recovery.sh /system/bin/recovery.sh
# chown 0.0 /system/bin/recovery.sh
# chmod 0755 /system/bin/recovery.sh
# cp -r /data/local/tmp/recovery.cpio.lzma /system/bin/recovery.cpio.lzma
# chown 0.0 /system/bin/recovery.cpio.lzma
# chmod 0644 /system/bin/recovery.cpio.lzma
# reboot
enjoy ...
3° remove old recovery :
use TWRP Recovery to install Remove_old_recovery.zip - 241.31 KB !
TWRP 2.6.3.0 Screenshots on Device Huawei Ascend P6 :
Screenshots:

Ah, can't wait...
And this Recovery work full wipe and backup/restore?
Sent from my HUAWEI P6-U06 using Tapatalk 4

you are just the TOP :good::good: simply :laugh:

I keep refreshing the thread every 10 minutes I'm so anxious, but take all the time you need surdu_petru!
Sent from my HUAWEI P6-U06 using Tapatalk

surdu_petru said:
I will keep Press Volume UP to enter on CyanogenMod , if I will be able to port !
Click to expand...
Click to collapse
Dual boot? Is the integrated sdcard much slower than the device rom disk itself or are they both on 1 chip but partitioned?

Pressing the thanks button isn't enough, so this is to thank you for your hard work! This will be the start of great things for our P6 :good:

Hi!
I'll be at home in about two hours and I'll update OP !

mikesa said:
Ah, can't wait...
And this Recovery work full wipe and backup/restore?
Sent from my HUAWEI P6-U06 using Tapatalk 4
Click to expand...
Click to collapse
Yes, wipe , factory reset and backup/restore is fully working !
frdan said:
you are just the TOP :good::good: simply :laugh:
Click to expand...
Click to collapse
Thanks ...
tauio111 said:
Dual boot? Is the integrated sdcard much slower than the device rom disk itself or are they both on 1 chip but partitioned?
Click to expand...
Click to collapse
The both recovery can be installed and boot on device ( no need external sdcard ) without partitioned internal sdcard !
miz_pimp said:
Pressing the thanks button isn't enough, so this is to thank you for your hard work! This will be the start of great things for our P6 :good:
Click to expand...
Click to collapse
Thanks ...

Can't get it to boot into twrp :/ I start pressing as soon as I see the green light but the phone just boots, no red light :/
Edit: GOT IT! Didn't realize I had to press it repeatedly, I was just holding it working great, thanks surdu_petru!
Sent from my HUAWEI P6-U06 using Tapatalk

Ottomaani0 said:
Can't get it to boot into twrp :/ I start pressing as soon as I see the green light but the phone just boots, no red light :/
Edit: GOT IT! Didn't realize I had to press it repeatedly, I was just holding it working great, thanks surdu_petru!
Sent from my HUAWEI P6-U06 using Tapatalk
Click to expand...
Click to collapse
Thanks, I'll check right now , it's seem that busybox was not installed on your device !
Also, please can you send me a zip including this two files :
/cache/HuaweiP6/HuaweiP6.log and HuaweiP6.log.old ?

surdu_petru said:
Thanks, I'll check right now , it's seem that busybox was not installed on your device !
Also, please can you send me a zip including this two files :
/cache/HuaweiP6/HuaweiP6.log and HuaweiP6.log.old ?
Click to expand...
Click to collapse
Edited my post. Got it working
Sent from my HUAWEI P6-U06 using Tapatalk

Nice thanks a lot... Really appreciate it..
Sent from my HUAWEI P6-U06 using xda app-developers app

The first link for downloading doesn't work.

Dmitry Budnikov said:
The first link for downloading doesn't work.
Click to expand...
Click to collapse
Working great here
Sent from my HUAWEI P6-U06 using Tapatalk

Ottomaani0 said:
Working great here
Sent from my HUAWEI P6-U06 using Tapatalk
Click to expand...
Click to collapse
Don't know why but I can't download with IE11. I could download after installing Google Chrome...

Dmitry Budnikov said:
The first link for downloading doesn't work.
Click to expand...
Click to collapse
Thanks, I'll re upload on mirror soon !

Why I don't see a green light while rebooting? I have root and busybox... Where is the problem?

Dmitry Budnikov said:
Why I don't see a green light while rebooting? I have root and busybox...
Click to expand...
Click to collapse
In what way you tried to install TWRP recovery, 1° or 2° ?

surdu_petru said:
In what way you tried to install TWRP recovery, 1° or 2° ?
Click to expand...
Click to collapse
First.

Related

Christmas gift to all flashjunkies

These rom's is not any releases but only Christmas presents for all the flashjunkies on XDA.
My little contribution to the hero community
NR1. CM-6.2.0-RC0-Hero, Built this evening,well all know what it is,apps2sd etc.. + all google apps, everything included.
Wipe of all + ext partion
Flash rom
Well you know yourselves what you should do.
Here > http://www.elelinux.se/extra/CM-6.2.0-RC0-Hero-signed.zip
NR2. Gingerbread_2.3.1_r1_alpha1 This is a pure alpha, borrowed some from Lox_Dev particular solution on how to boot up
How to install then
1: Wipe of all in recovery
2: In recovery, adb shell run command
Code:
mount /system && rm -rf /system/* && umount /system
then flash the rom
3: Reboot boot and then when everything is ready
4: Reboot to recovery and flash gapps and reboot again
5: Enjoy
Rom here > http://www.elelinux.se/extra/Gingerbread_2.3.1_r1_alpha1.zip
Gapps http://www.elelinux.se/extra/gapps-mdpi-2010-10-20-signed.zip
What works in cm rom everything I tried in all cases,and in gingerbread well it's a surprise, at least it is booting up
Credits to erasmux for the kernelsource and to Lox_Dev for the gingerbread rom
Merry Christmas, I wish all
I'm the first one who will say thanx man for youuuuu good work
downloading now and i will leave my feedback soon
thanks and theres me just setting up my new rom lol , merry xmas and a biggg thank you
it gave me an error that i can't remove system/lost+found for CM7
elelinux were do i put the comand mount /system && rm -rf /system/* && umount /system ,, sorry mate a bit new to all this
and fastboot doesn't do anything just say Failed
or adb shell show me an erorr about dev/block/mtdblock3
yadabwoy said:
elelinux were do i put the comand mount /system && rm -rf /system/* && umount /system ,, sorry mate a bit new to all this
Click to expand...
Click to collapse
boot to recovery mod by power and menu and connect ur device by the usb and write in CMD in windows {7 or vista press WINDOWS Button AND R } and write cmd and press enter then write the directory to the sdk in cmd like this
cd C:\AndroidSDK\tools
Click to expand...
Click to collapse
then write adb shell and u will see this # write the command after it directly
required :
SDK
HTC SYNC
sameh_elhakim said:
it gave me an error that i can't remove system/lost+found for CM7
Click to expand...
Click to collapse
I got that. I flashed anyway and it still boots
+1 ..........
sameh_elhakim said:
it gave me an error that i can't remove system/lost+found for CM7
Click to expand...
Click to collapse
You don't need to only flash
elelinux said:
You don't need to only flash
Click to expand...
Click to collapse
sry i didn't understood what u meant
if u mean that i have to write the adb shell command so i did that and all errors above
and i tried to only flash without any command with adb shell but it's failed too
Hmm, the only problem I have is that WiFi gets stuck on obtaining an IP address.
Other than that, it's actually not too bad
sameh_elhakim said:
sry i didn't understood what u meant
if u mean that i have to write the adb shell command so i did that and all errors above
and i tried to only flash without any command with adb shell but it's failed too
Click to expand...
Click to collapse
What I mean is wipe of all(factory reset and dalvik cache), then the command don't care about the errors,then flash and reboot should work for all.
Xtiro said:
Hmm, the only problem I have is that WiFi gets stuck on obtaining an IP address.
Other than that, it's actually not too bad
Click to expand...
Click to collapse
Well as I say, pure alpha but the direction is correct in all cases. the graphics are ok,so for those who have the strength, this is a good rom to build on.
thanks for the reply , i get an error saying mount is not recognized as an internal or external comand ??
This gingerbread actually works pretty well and smooth! I also get the "obtaining address", but it scans okay.
Btw, why ADW and not stock launcher?
Keep it up, Ele
Like i said gooood work :
for who want to know whats working and whats not.:
Working
1-calls
2-SMS
3-High Speed
4-Sounds (ringtons and media )
5-u can install any application on it
6-APP2SD Working Perfectly !!!
7-Gallery 3D
Not Working :
1-WIFI
2-USB doesn't detected
3- Something is worng with Battery use in option i thing the top toolbar have some errors or something in colors
4-Camera
5-No arabic the dev. deleted it and this the worst thing in this release (only for Arabian )
6- Sensor doesn't work at all (Rotation ... etc)
i will update the post if there is anything else....Enjoy and thanx for the dev (LOX & elelinux)
i just hope to see kernel .34 for our htc hero gingerbread soon this will fix alot and gave us alot of speed i think
is it necessary to update from your 2.2.1_update1? Thanks!
Do you have plan to fix flash?

LG Optimus Chic (e720) Custom Recovery + Kernel (overclock)!

This Custom Recovery and this Custom Kernel were created by drellisdee! All credits goes to him! I just created this post to show this great news at all LG Optimus Chic's owner. Special thanks by all of us to drellisdee.
After thanking drellisdee and have assigned all the merits of his work, we start with the guide.Remember that this recovery is still in beta, I do not assume any responsibility in case of brick or malfunction.
1) Root your device with z4root or SuperOneClick
2) Download this recovery and unzip it into the root of your sdcard.
Recovery Drellisdee (password is "gnmtest", without the " ")
3) Download flash_image.zip and unzip into the root of your sdcard.
Flash_Image.zip
4)And now give these commands through the terminal or adb shell.
Code:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 0755 /system/bin/flash_image
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak (notice this file install-recovery.sh may not be on your device if it gives an error or file not found move on)
flash_image recovery /sdcard/recovery-alessi-gnm.img
sync
Then power off device and boot holding most likely vol-dn + vol-up + power button. You will see the custom recovery. To move into the recovery: Vol Up and Vol Down to go up and down. Back to go back and Menù to give enter.
The message E: bad boot message is normal disregard it.
For debugging use the move recovery-log to sd option under other and please upload it with feedback.
And nooooooow... The Custom Kernel!
Custom Kernel (for overclocking)
(password is "keepout", without the " ")
Put this kernel (not extract!!!!!) into the root of your sdcard.
Then flash it with this newest Custom Recovery!
Personally, I was able to step up the cpu to 729mhz ... This kernel is still a "beta", drellisdee said that soon it will improve and make it more stable.
Links works again!
Thanks again drellisdee!
Tested... Works 100%
Thanks for sharing this useful tweaks. it work pretty well on my e720, but my stock launcher always crash recently, don't know if this problem relate to this custom recovery.
sorry for my bad english.
Updated my recovery thread is here 2.2.1
Updated to 3.06 http://androidforums.com/getitnowmarketing/330813-all-one-recovery-thread.html
Thank U very much!It's too late to find this post;I'm a chinese, please forgive my terrible english。Thank u very much
Oh It's a good kernel..
I need a your help
Could you give a mcs6000.c (touchbug fixed) to me?
I made a kernel for korean chic
I made a oc kernel for korean chic but I can't fix touchbug....
please help me for korean chic.....
my e-mail address is '[email protected]'
I sorry to my bad english
Awesome share. It works, and I flashed mine with AndMelk rom. Now, my chic is running smooth... Thanks.
Updated recovery http://androidforums.com/getitnowmarketing/330813-all-one-recovery-thread.html
Andreoid said:
This Custom Recovery and this Custom Kernel were created by drellisdee! All credits goes to him! I just created this post to show this great news at all LG Optimus Chic's owner. Special thanks by all of us to drellisdee.
After thanking drellisdee and have assigned all the merits of his work, we start with the guide.Remember that this recovery is still in beta, I do not assume any responsibility in case of brick or malfunction.
1) Root your device with z4root or SuperOneClick
2) Download this recovery and unzip it into the root of your sdcard.
Recovery Drellisdee (password is "gnmtest", without the " ")
3) Download flash_image.zip and unzip into the root of your sdcard.
Flash_Image.zip
4)And now give these commands through the terminal or adb shell.
Code:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 0755 /system/bin/flash_image
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak (notice this file install-recovery.sh may not be on your device if it gives an error or file not found move on)
flash_image recovery /sdcard/recovery-alessi-gnm.img
sync
Then power off device and boot holding most likely vol-dn + vol-up + power button. You will see the custom recovery. To move into the recovery: Vol Up and Vol Down to go up and down. Back to go back and Menù to give enter.
The message E: bad boot message is normal disregard it.
For debugging use the move recovery-log to sd option under other and please upload it with feedback.
And nooooooow... The Custom Kernel!
Custom Kernel (for overclocking)
(password is "keepout", without the " ")
Put this kernel (not extract!!!!!) into the root of your sdcard.
Then flash it with this newest Custom Recovery!
Personally, I was able to step up the cpu to 729mhz ... This kernel is still a "beta", drellisdee said that soon it will improve and make it more stable.
Links works again!
Thanks again drellisdee!
Click to expand...
Click to collapse

[ROOT] Root Archos Stock Firmware 4.1.0 JB !

Hi !
Here you can find the latest updates Archos Gen10 101XS - root version - Archos Firmware 4.1.0 - Jelly Bean !
Install this version only if you have previously installed SDE interface !
Root version is one and the same with official version Archos Firmware 4.1.0 but with root access !
As SDI interface can not install in this latest version of the Archos JB 4.1.0 , you need first to downgrade your device to Officialy Archos Firmware 4.0.26 - Android ICS !
After you install android ICS on your device, only now you can install SDE interface !!!
For install SDE recovery ( for now you can do this only if your device run on android ICS ! ) - please, follow this THREAD !
Downgrade your device to Android ICS - Archos Firmware 4.0.26 :
Download : Officialy Archos Firmware 4.0.26 :
firmware_archos_it4x.aos !
Installation :
connect USB cable ;
go to recovery -> Format System -> Reformat Device... -> I Understand !
copy here ( in the new driver ) firmware_archos_it4x.aos -> ok -> wait to install !
Root version : Android JB -> Archos Firmware 4.1.0 !
Downloads :
please download from here :
archos.ext4
zImage
initramfs.cpio.lzo
Gen10_JB_Root.zip
Installation :
first you need to run on your device Archos Firmware 4.0.26 - root version !
put archos.ext4 in your device in root directory or by adb command : > adb push archos.ext4 /mnt/storage
reboot your device in recovery SDE , navigate to Developer edition Menu -> ( Remove Android Kernel if exist ! ) -> go to Flash Kernel & Initramfs ; now copy here ( in the new driver ) zImage & initramfs.cpio.lzo -> OK !
do not disconnect USB cable - wait to install ( device will reboot after all is done ! )
Now you have the latest version of the ARCHOS device Gen10 -> Android JB ( Firmware 4.1.0 with root access ! ) :good:
To recap :
install ( downgrade ) your device to android ICS - Archos Firmware 4.0.26 ;
install SDE recovery ;
install Archos Firmware 4.1.0 - Android JB - Root version !
regards,
Surdu Petru !
hello
I have a 80 xs, I try to reach the recovery menu, but I don't arrive. I try power + volume - with USB or WITHout. There is nothing to do about it.
Have you got an idea?
I have the form 4.1.0
nico21311 said:
hello
I have a 80 xs, I try to reach the recovery menu, but I don't arrive. I try power + volume - with USB or WITHout. There is nothing to do about it.
Have you got an idea?
I have the form 4.1.0
Click to expand...
Click to collapse
Hi!
First you need to install firmware 4.0.26 ! ( android ICS )
- now , you can enable SDE !!! :good:
To boot in SDE :
1° - connect USB cable , enable USB debugging on Settings, and > adb shell reboot_into recovery
( your device will reboot in SDE menu ! )
2° - power off your device ! ; press & keep volume down and power button , after 2 sec. you can release power button but not volume down -> you will see soon SDE menu ( or Archos Recovery ! )
( ...does not matter if USB cable is connected or not for step 2° ! )
I understood, but I don't have the menu recovery.
I try to launch firmware_archos_it4x.aos but no think. the file is on SDcard ?
nico21311 said:
I understood, but I don't have the menu recovery.
I try to launch firmware_archos_it4x.aos but no think. the file is on SDcard ?
Click to expand...
Click to collapse
Hi !
Just read well my first post ! you have all instructions there !
- also is very easy
If you have not yet instaled SDE menu, you can follow my step 2° to boot in Archos recovery !
where is recovery ?
---------- Post added at 01:05 AM ---------- Previous post was at 12:59 AM ----------
i don't arrive with the hardware. and when I use ADB and the command recovery the device boot and I have the men of android with a computer open in stade of recovery menu
nico21311 said:
where is recovery ?
---------- Post added at 01:05 AM ---------- Previous post was at 12:59 AM ----------
i don't arrive with the hardware. and when I use ADB and the command recovery the device boot and I have the men of android with a computer open in stade of recovery menu
Click to expand...
Click to collapse
You need to use step 2° to boot in Archos recovery - because you have not yet installed SDE recovery !
step 1° is just for SDE enabled !
Can you come in Archos A80XS Recovery ? - following what I told you to do in step 2° above ....
Petru, he is a starter ), he does not understand all the terms
Istalling root by Paul O Brian
adb push 1 /data/local/
adb push 2 /data/local/
adb shell chmod 0755 /data/local/1
adb shell chmod 0755 /data/local/2
adb shell /data/local/1
adb reboot
Wait untill the tablet starts again
adb shell /data/local/2
adb reboot
Wait untill the tablet starts again
Installing SDE
adb push zImage /data/local/tmp
adb push initramfs.cpio.lzo /data/local/tmp
adb push abcbox /data/local/tmp
adb shell chmod 755 /data/local/tmp/abcbox
adb shell /data/local/tmp/abcbox kd_flasher -k /data/local/tmp/zImage -i /data/local/tmp/initramfs.cpio.lzo
adb reboot
Wait untill the tablet starts again
Copying the Rooted Firmware to Internal Sd Card and aplying it via Recovery Mode. DO NOT DISCONNECT THE TABLET !!!
push archos.ext4 /mnt/storage
adb shell reboot_into recovery
The tablet will reboot in Recovery Mode
Select RECOVERY SYSTEM by using the volume buttons to navigate and the power button to select
Navigate to: Developer Edition Menu/Flash Kernel and Initramfs
Copy from your computer the ZIMAGE and INITRAMFS.CPIO.LZA to the new removable disk.
Wait untill the tablet reboots.
The tablet will enter now in the old ICS firmware, reseting the tablet.
adb shell reboot_into recovery
Select Developer Edition and enjoy your rooted Jelly Bean
This is the detailed way .
Ps: Have you changed something in the last firmware?
Also, encourage the people to use my batch file, it is much easy: D
Did you received back the g9, or a g10 ?
globula_neagra said:
Petru, he is a starter ), he does not understand all the terms
Istalling root by Paul O Brian
adb push 1 /data/local/
adb push 2 /data/local/
adb shell chmod 0755 /data/local/1
adb shell chmod 0755 /data/local/2
adb shell /data/local/1
adb reboot
Wait untill the tablet starts again
adb shell /data/local/2
adb reboot
Wait untill the tablet starts again
Installing SDE
adb push zImage /data/local/tmp
adb push initramfs.cpio.lzo /data/local/tmp
adb push abcbox /data/local/tmp
adb shell chmod 755 /data/local/tmp/abcbox
adb shell /data/local/tmp/abcbox kd_flasher -k /data/local/tmp/zImage -i /data/local/tmp/initramfs.cpio.lzo
adb reboot
Wait untill the tablet starts again
Copying the Rooted Firmware to Internal Sd Card and aplying it via Recovery Mode. DO NOT DISCONNECT THE TABLET !!!
push archos.ext4 /mnt/storage
adb shell reboot_into recovery
The tablet will reboot in Recovery Mode
Select RECOVERY SYSTEM by using the volume buttons to navigate and the power button to select
Navigate to: Developer Edition Menu/Flash Kernel and Initramfs
Copy from your computer the ZIMAGE and INITRAMFS.CPIO.LZA to the new removable disk.
Wait untill the tablet reboots.
The tablet will enter now in the old ICS firmware, reseting the tablet.
adb shell reboot_into recovery
Select Developer Edition and enjoy your rooted Jelly Bean
This is the detailed way .
Click to expand...
Click to collapse
Hi!
Yes you are right....but all this will not work if you are not in android ICS!
because he is already in Android JB - first, he must downgrade to Android ICS -> Archos Firmware 4.0.26 !
Well that is the first step in the end )
I still not found a solution to root in another way this tablet and i am busy testing some stuff with some other 2 tablets
read my ps
edit: i see your signature, seems that you got the g10 )
I think i don't have the menu recovery on my device, is it possible ?
the version of android is 4.1.1 ? and not 4.1.0
version 3.0.8+ ?
Is it normal ?
From jelly bean you cannot reboot using adb shell reboot_into recovery, it is not working
Shut down your tablet, then press the volume key - and the power button in the same time, when you see the first flash of image on your tablet, release the keys, if you get`it right (if you do not get it right, try again), you will see a white menu, with some options, format the tablet, and install the ICS firmware, and then you can use the stuff that is written above by Petru, and me.
globula_neagra said:
Well that is the first step in the end )
I still not found a solution to root in another way this tablet and i am busy testing some stuff with some other 2 tablets
read my ps
edit: i see your signature, seems that you got the g10 )
Click to expand...
Click to collapse
Yes, take a look here !
Nice ), good for you that you got this one, i really like the tablet, but for the future i don`t think they will choose anymore tiomap SOC`s, i have an impression that it will be rockchip new SOC`s 3166, based on a 28 nm global foundries tech, possibly a quad core and maybe with 8 video mali cores
On the g9, it was possible to boot in normal mode (android, not developer) a rooted firmware?
Correct is in the following way : ( otherwise you risk to re-boot the device ! )
Shut down your device !
Press and keep "Volume Down" buttun - ( do not release "Volume Down" ) now just press the "Power" button for a few seconds and release it ! - continue to hold down "Volume Down" button until Archos recovery interface appears :good:
I have a G9 and I made lot of time this process all is ok
But with My 80XS no result the device continus the process and boot normaly
---------- Post added at 01:59 AM ---------- Previous post was at 01:58 AM ----------
Please give what do you think on my version of rom ?
globula_neagra said:
Nice ), good for you that you got this one, i really like the tablet, but for the future i don`t think they will choose anymore tiomap SOC`s, i have an impression that it will be rockchip new SOC`s 3166, based on a 28 nm global foundries tech, possibly a quad core and maybe with 8 video mali cores
On the g9, it was possible to boot in normal mode (android, not developer) a rooted firmware?
Click to expand...
Click to collapse
Also G9 has the same structure as g10 ! - sure , if you not remove "Android Kernel" !
nico21311 said:
I have a G9 and I made lot of time this process all is ok
But with My 80XS no result the device continus the process and boot normaly
---------- Post added at 01:59 AM ---------- Previous post was at 01:58 AM ----------
Please give what do you think on my version of rom ?
Click to expand...
Click to collapse
Ok! so, can you enter in Archos recovery or not ?
Follow this : Shut down your tablet than press and keep "Volume Down" buttun - ( do not release "Volume Down" ) now just press the "Power" button for a few seconds and release it ! - continue to hold down "Volume Down" button until Archos recovery interface appears !
( no matter the version installed in your device ! - your device has recovery interface 100% )
If you fail by pressing "Volume Down" - , please try again with "Volume Up" !!!
if you fail anything , please RESET your device ( press and keep 10 sec. "Power" button ! ) - now just please try again , once with "volume down" and once with "volume up" !
...also you can try :
- open your device -> go to power off menu and check reboot -> after only a few seconds, please hold down and keep "Volume Down ( - ) " button -> your device will boot in Archos recovery !
When i follow tout requirement please find the result
Sent from my HTC HD2 using xda app-developers app
to arrive this result, I hold the volume +. with the volume - the device continue normaly the boot.

Is Posible to revert to stock recovery without pc?

is posible with a app? thanks...
No You Cant
Sent from my GT-I9500 using CYANOGENMOD 11
I think it's possible. By flashing a stock ROM through dload folder method.
ThePro2014 said:
is posible with a app? thanks...
Click to expand...
Click to collapse
Hi!
It seems, currently you have a custom recovery on your device, so you are not able to flash stock firmware by /dload/UPDATE.APP method !
Is there two way for installing stock recovery on your device without PC !
1° - you need a custom rom which include recovery.img ( you cannot find here this stuff ) - only if someone does it for you !
2° - you can download stock Stock_Recovery_B118.zip , & terminal emulator ! With a Root Explorer you can unzip Stock_Recovery_B118 and copy / move recovery.img on your /sdcard !
Now just open terminal emulator and type :
$ su
# dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p11
# exit
$ exit
Now you are able to boot on stock recovery as usual !
Good luck !
I found in the forum a link for update.app extractor, so is it possible to extract that recovery and flash it through fastboot without any problems?
Sent from my HUAWEI P6-U06 using xda app-developers app

Achieving root on Xperia Z1 - 14.6.A.1.216

After dabbling around in some murky waters trying to achieve root, and going trough some 2010 stuff I did, I did discover a method I devised back then works to some extent, strangely.
Using fastboot (boot) to a TWRP recovery image (TWRP_v2.8.6.0_honami-f2fs_from_cm12.1_150423.img), mounting /system, and pushing a version of busybox, bash and using the supersu su binary already in the TWRP recovery image.
boot-new.img.bz2.zip (rename to boot-new.img.bz2 before extracting -.Just TWRP_v2.8.6.0_honami, with a different kernel and dt image included to boot from fastboot)
bash and busybox i compiled from git and debian sources yesterday/today
Basically this; (use only for reference.)
Code:
# Magically push all files in place here.
# Optionally, move /system/bin/sh out of the way and link /system/bin/sh to bash
./"$ADB" shell "chmod 755 /system/bin/bash && chown 0.0 /system/bin/bash"
./"$ADB" shell "chmod 4755 /system/bin/busybox && chown 0.0 /system/bin/busybox"
# TWRP
#./"$ADB" shell "cp /supersu/su /system/bin/_su"
./"$ADB" shell "cp /supersu/su /system/bin/su"
./"$ADB" shell "cp /supersu/supolicy /supersu/su /system/xbin"
./"$ADB" shell "cp /supersu/libsupol.so /system/lib/"
./"$ADB" shell "chmod 0644 /system/lib/libsupol.so && chown 0.0 /system/lib/libsupol.so"
./"$ADB" shell "cp -r /supersu /system/app/SuperSU"
./"$ADB" shell "chmod 0755 /system/app/SuperSU && chown 0.0 /system/app/SuperSU && chmod 0644 /system/app/SuperSU/SuperSU.apk"
#
#./"$ADB" shell "chmod 4755 /system/bin/_su && chown 0.0 /system/bin/_su"
#./"$ADB" shell "echo "busybox su -c "_su"" > /system/bin/su" # or busybox su -c "_su -c /system/bin/sh-org"
./"$ADB" shell "chmod 4755 /system/bin/su /system/xbin/su* && chown 0.0 /system/bin/su system/xbin/su*"
# Quite dangerous - Suggest moving passwd when in normal use
./"$ADB" shell "echo "root::0:0:0:/root:/system/bin/sh" > /system/etc/passwd"
./"$ADB" shell "chmod 0644 /system/etc/passwd"
Next step, to remount /system with write permissions from a normal boot, I think, would be to modify boot.img/default.prop and set "ro.secure=0"
Thought I had done this prior, I run with touch disabled as I cracked my screen (impressively massive drop of at least 30 cm! - onto object.. ) ... I could not remount system when I first tried.
Notes:
If i adb in early i can use supersu/su to gain root, when system is loaded busybox su -c ""supersu/"su" works. - NO AUTH
Hm, updated SuperSU via google play and suddenly it realized it was rooted . = ) Still keeping the supersu/su intact in /system/*bin
Thankfully I've been unsuccessful in grabbing root from /data/local/tmp this way as of now. Seems the permissions are reset. Though getting root without any auth is a serious matter no matter how you flip the coin. At least it's not as easy as pushing an archive to /data/local/tmp and running busybox su -c su. Also with a modified busybox you could easily skip the part where I write a /etc/passwd with no password.. Incredibly handy if you need root without Android running, say with setprop ctl.stop zygote, media and bootanim. But incredibly dangerous!
Fastboot to attached TWRP and install [STABLE][2016.02.02] SuperSU v2.65 - http://forum.xda-developers.com/showthread.php?t=1538053 - drop the zip to somewhere on the device and use the install function, i installed supersu via google play first. Attached is the kernel image i'm using. On a side-note, the script above failed .
Apart from this, the attached gnu-tools i will have to update... Got a neon flags optimized for out cpu and all, but that's for a different day.
Cheers, have a good one mates
Noob question: what is the difference between using this method for root and kingroot method? Which is better to use?
I've not checked Kingroot. But my thought is not to rely on nasty kernel exploits and have an as clean as possible root. Kingroot was not working when i first started this post. Also i dont leave system read write mountable. To do system modification i fastboot the TWRP image
threader said:
I've not checked Kingroot. But my thought is not to rely on nasty kernel exploits and have an as clean as possible root. Kingroot was not working when i first started this post. Also i dont leave system read write mountable. To do system modification i fastboot the TWRP image
Click to expand...
Click to collapse
Kingroot give you root but not supported and their binary are weired but when you replace it with supersu you can't mount system read/write cause of ric but thanks to Chainfire and his tools I find way to root with kingroot and replace it by supersu and disable ric
Noticed my boot img was rebooting sometimes, went off and updated my compiler toolchain and had a look at the kernel and recent developments.
Had a look at X-Honami v6 and ported some parts of that effort to the latter Sony kernel used in 14.6.a.1.216.
* Messed around with memutils and implemented ARM_PLD_64BYTE and USE_LDRDSTRD_OVER_LDMSTM atop memutils from the Xperia-dev unified kernel. - this needs some testing but appears to be stable at least with the options turned on.
* Slight overclock of GPU to 533 mhz, and underclock to 27 mhz on idle.
* Has kexec hardboot
I cannot busybox su -c su with this kernel. Which is only useful for developers anyway. You'd be wise in running some benchmarks before and after the flash.
Kernel needs to be flashed via fastboot.
Source:
https://github.com/threader/kernel-copyleft-14.6.A.1.xxx-backports/
DectonX said:
Kingroot give you root but not supported and their binary are weired but when you replace it with supersu you can't mount system read/write cause of ric but thanks to Chainfire and his tools I find way to root with kingroot and replace it by supersu and disable ric
Click to expand...
Click to collapse
I have rooted my phone with king root , downloaded SuperSU-ME-PRO_9.3.8 to replace kingroot with supersu but the app stucks in middle while processing data. Can you please help me with the following things:
1. Which chainfire apk to use to replace kingroot with supersu (kingroot ver is 4.9.2)
2. I need to install Xposed framework, for which i belive i need to flash a recovery. As i am on stock based kernel and rom can you help me which recovery should i flash and further steps to get the xposed framework in my xperia z1 (5.1.1)
VikasG09 said:
I have rooted my phone with king root , downloaded SuperSU-ME-PRO_9.3.8 to replace kingroot with supersu but the app stucks in middle while processing data. Can you please help me with the following things:
1. Which chainfire apk to use to replace kingroot with supersu (kingroot ver is 4.9.2)
2. I need to install Xposed framework, for which i belive i need to flash a recovery. As i am on stock based kernel and rom can you help me which recovery should i flash and further steps to get the xposed framework in my xperia z1 (5.1.1)
Click to expand...
Click to collapse
Ok i have done step #1 by manually updating supersu and it deleted the kingroot by itself. Now i need answer for #2 only, Which recovery should i install in stock based rom ?
VikasG09 said:
I have rooted my phone with king root , downloaded SuperSU-ME-PRO_9.3.8 to replace kingroot with supersu but the app stucks in middle while processing data. Can you please help me with the following things:
1. Which chainfire apk to use to replace kingroot with supersu (kingroot ver is 4.9.2)
2. I need to install Xposed framework, for which i belive i need to flash a recovery. As i am on stock based kernel and rom can you help me which recovery should i flash and further steps to get the xposed framework in my xperia z1 (5.1.1)
Click to expand...
Click to collapse
long steps but 100% works
1. Download kingroot and root your phone
2.Download replace kingroot with SuperSU and extract it to internal memory
3.Download XZDual Recovery for your phone
4.Download Terminal emulator for play store
5.Download FlashFire by Chainfire from play store
6.Download SuperSU zip package
what you will do
1. Get root using kingroot
2.open terminal and write
Code:
su
sh /sdcard/mrw/root.sh
3. it will open SuperSU.... press update manual
warn : Don't click Reboot, if you rebooted phone ric will work and you will not have access to system partition
4. open FlashFire and grant SuperSU then press on lighting button
5. choose XZDual Recovery zip file and tick auto remount and press on flash or lighting button
black screen will apear preparing files and flash it then phone will reboot
6. when you see the green led press vol down to enter TWRP
7. flash SuperSU package
Note : if there is bootloop , enter recovery and go to setting> fix premission
and reboot
now you have SuperSU working 100%
Notes : no recovery will bring you xposed.... just try to open Xposed thread and download the package for your SDK
the recovery i use is XZDual Recovery from [NuT] it's very good for locked bootloaders
hit thanks if helped
DectonX said:
long steps but 100% works
1. Download kingroot and root your phone
2.Download replace kingroot with SuperSU and extract it to internal memory
3.Download XZDual Recovery for your phone
4.Download Terminal emulator for play store
5.Download FlashFire by Chainfire from play store
6.Download SuperSU zip package
what you will do
1. Get root using kingroot
2.open terminal and write
Code:
su
sh /sdcard/mrw/root.sh
3. it will open SuperSU.... press update manual
warn : Don't click Reboot, if you rebooted phone ric will work and you will not have access to system partition
4. open FlashFire and grant SuperSU then press on lighting button
5. choose XZDual Recovery zip file and tick auto remount and press on flash or lighting button
black screen will apear preparing files and flash it then phone will reboot
6. when you see the green led press vol down to enter TWRP
7. flash SuperSU package
Note : if there is bootloop , enter recovery and go to setting> fix premission
and reboot
now you have SuperSU working 100%
Notes : no recovery will bring you xposed.... just try to open Xposed thread and download the package for your SDK
the recovery i use is XZDual Recovery from [NuT] it's very good for locked bootloaders
hit thanks if helped
Click to expand...
Click to collapse
Thanks a lot..
I still suggest using the fastboot method with the TWRP boot image attached in the first post, mount the system partition, select install Zip SuperSu, forum.xda-developers.com/showthread.php?t=1538053 .
Cheers
I've got a kernel-copyleft-14.6.A.1.xxx to finish up and officially forum post ; ) https://github.com/threader/kernel-copyleft-14.6.A.1.xxx-backports/ . And update and official post might come this week. Been running this for months now and its stable, and fast, whee.
VikasG09 said:
Thanks a lot..
Click to expand...
Click to collapse
threader said:
I still suggest using the fastboot method with the TWRP boot image attached in the first post, mount the system partition, select install Zip SuperSu, forum.xda-developers.com/showthread.php?t=1538053 .
Cheers
I've got a kernel-copyleft-14.6.A.1.xxx to finish up and officially forum post ; ) https://github.com/threader/kernel-copyleft-14.6.A.1.xxx-backports/ . And update and official post might come this week. Been running this for months now and its stable, and fast, whee.
Click to expand...
Click to collapse
I just used kingroot, unlocked bootloader, flashed dual recovery, flashed prerooted Rom. That's it. Easy as pie.
Sent from my D5503 using Tapatalk

Categories

Resources