( RECOVERY ) ( BUILD 1 ) RZ RECOVERY COMPILED FROM SOURCES FOR LG Optimus ME P350 - LG Optimus Me P350

RZ RECOVERY FOR OPTIMUS ME​
---------------------------------
Overview
---------------------------------
*RZrecovery*:
-=overclock settings=-
-=Arbitrary update.zip selection (with folders) (don't have to rename files to update.zip).=-
-=rom.tgz support (of course)=-
-=Unsigned update.zip support=-
-=ability to wipe system, data, boot, dalvik-cache, battery stats, cache-
-=No automatic backup when installing a rom.tgz=-
-=update.zip from folder support=-
-=Ability to install APK's, IMG's, ZIP's, TAR's, TGZ's from the same menu=-
-=Wipe battery statistics=-
-=Battery charging!=-
-=clockwork nandroid restore=-
-=Ability to root any ROM=-
-=12 predefined colors + random color selection=-
-=Rave mode: random color every time screen is redrawn=-
-=preinstall update.zip menu=-
-=battery status (charging status, temperature and charge level) display=-
-=android_secure nandroid / wipe support=-
-=Hold volume keys to scroll=-
-=Touch screen scrolling on some devices=-
-=Davlik bytecode verification disable/enable=-
---------------------------------
Background
---------------------------------
Last year I made RZRecovery for the original droid. It was a huge success, since then I have been asked to port to other devices. So here, about 1 year later, I have done just that. This will bring all the features of the old RZR plus a few new ones including the epic rom.tgz install format from the days of yore to any device. I have built this recovery specifically to handle all devices without the need for a recompile (except for Tegra2-based devices, they have to be recompiled because of some libc bugs). I have made img files for a few devices to start with:
Code:
[LIST]
[*]Main screen
[*] Reboot android
[*] Reboot recovery
[*] Reboot bootloader
[*] Power off
[*] Wipe menu
[*] Wipe all - wipe everything on the device except recovery
[*] Wipe system (the ROM)
[*] Wipe data (your applications and settings)
[*] Wipe .android-secure (other applications and settings on sdcard)
[*] Wipe boot (the main android kernel)
[*] Wipe cache
[*] Wipe battery stats
[*] Wipe dalvik cache (cache of optimized dalvik executables)
[*] Mount menu
[*] Mount/unmount system (the ROM)
[*] Mount/unmount data (apps and settings)
[*] Mount/unmount sdcard
[*] Enable/Disable USB Mass storage
[*] Nandroid menu
[*] Nandroid Backup
[*] Perform backup
[*] choose boot,data,android-secure,system to back up
[*]Nandroid restore
[*] Choose backup
[*] choose boot,data,android-secure,system to restore
[*] Clockwork nandroid restore
[*] choose backup and immediately restore the whole thing
[*] Install from sdcard
[*] choose item to install:
[*] APK, ZIP, IMG, (must end in rec.img or boot.img) .TAR, .TGZ
[*] Preinstall Menu
[*] Abort Install
[*] Backup before install (make a quick backup of the device naming it preinstall-date-time)
[*] Wipe data
[*] Perform install
[*] if(APK)
[*] Abort APK install
[*] Install to system
[*] Install to data
[*]Extras menu
[*] Custom Colors
[*] Random - randomly generated color, will save to sdcard
[*] Any other color - will save to sdcard
[*] Rave mode - a totally random color each time the screen is redrawn (every key press)
[*] Show battery status - will show charge status, level, temperature if available
[*] Recovery overclocking
[*] Kernel will report the available CPU slots, pick one and it will set the max to your selection. Saves to sdcard
[*] ROM tweaks
[*] Disable OTA update downloads in ROM - will prevent android from downloading updates OTA
[*] Activate Root access in ROM
[*] Yes - roots the current ROM (still requires the superuser.apk from chainsdd)
[*] No - does nothing
[*] Dalvik bytecode tweaks
[*] Disable bytecode verification
[*] Enable bytecode verificaion
[*] this deserves some explaining. saved the best for last :) In android, when executables are loaded, the dalvik VM will go
[*]through each line of instructions and make sure it is valid, if it isn't (poorly written application) it will fix it to the best of its ability. This verification process takes time. Disabling this will speed up all the operations on the phone and might even save some RAM. If it doesn't work for you or causes apps to crash, re-enable the verifier here.
[/LIST]
WORKING :
EVERYTHING 'D
SCREENSHOT :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CLICK HERE TO DOWNLOAD RZ RECOVERY
​
HOW TO INSTALL IT :
Code:
[LIST]
[*]DOWNLOAD THE RECOVERY
[*]COPY ZIP TO SD CARD
[*]FLASH IT
[*]REBOOT
[*]AND START RECOVERY
[*]DONE
[*]NEW RECOVERY WILL BE INSTALLED
[/LIST]
========
CREDITS
========
Code:
[LIST]
[*]CyanogenMod - for being completely open and having a huge database of device information
[*]koush - for clockworkmod, where I got support for other partition types and filesystems
[*]RaidZero - For Making it Amazing Recovery
[*]Ron Gokhle - For Providing me Source
[*]Ganesh D Kawate - For Testing it
[*]Himanshu - For Testing it
[/LIST]
Source code : https://github.com/raidzero/RZrecovery

can you give me a source? i want to fix similar things in these recovery and compile it.

key_master said:
can you give me a source? i want to fix similar things in these recovery and compile it.
Click to expand...
Click to collapse
https://github.com/raidzero/RZrecovery

Closed at OP's request

Related

[ROM][2.3.5] Nexus_S [Nexus S ported][10LockScreen]

Screen:
{
"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"
}
ROM Features:
- Basad on official Android 2.3.5 XXJVS
- Deodexed
- Zipaligned
- Root + Superuser
- Busibox
- Wipe version: If you want Non-Wipe, Download this file Download and follow the instructions contained in the archive.
- Modem JVS
- CSC JVS Multi
- Kernel Semaphore 1.7.0
- 10 lockscreen (settings, lockscreen menu, stile lockscreen, stile lockscreen)
- NOT LAGGING STOCK BROWSER
- % battery
- CRT 'screen off animation'
- Extended power menu; Set it with Theme Settings
- Fully enabled SIP Wifi/3g
- Phone hack: autorotating dialer and call screen / non increasing ringtone
- Call Log Tweak making it display only Log of Calls (In/Out) and excluding SMS/MMS from list
- Mms hacks: no conversion to mms after 3 smses / 100 recivers / send time
- Camera hacks: 'Low Battery' Hack + 'Shutter' Hack + Audio Hack
- Gps Works
- Juwe11 Script Ram Optimization [ +free ram = +battery ]
- Removed many apk in system/app except those that allow the proper functioning, for more free ram and + battery life.
- New Market
- AK notepad
- CWM app
- Tweaks app
- Theme Settings
PORTED FROM NEXUS S Stock ROM:
- Theme
- Status bar
- Boot Animation ( at first boot the display was black, don't worry, it's normal )
- Launcher with 3D effect
- Clock ( Beatiful )
- Email
- Gallery3D
- Music Player (Beautiful)
- Sounds (Notificaton, Ringhtone, Allarm)
THIS ROM IS FAST, STABLE, HAVEN'T PROBLEM AND NO BUG!
IF YOU HAVE PROBLEMS, YOU HAVE DONE SOMETHING WRONG IN THE INSTALLATION!
Installation from FROYO or ECLAIR:
* Flash Stock firmware XXJVS must contain bootloader (with Odin)
* Flash some kernel with CWM support with Odin
* Download my ROM and put it in your Galaxy S
* Go To Recovery Mode
* Wipe Data/Factory reset, Wipe Cache
* Advance: Wipe Dalvick cache, Wipe Battery stats
* Installa zip from sdcard
* Chose zip from sdcard
* Select my rom and ENJOY
Installation from GINGERBREAD:
* Download my ROM and put it in your Galaxy S
* Go To Recovery Mode
* Wipe Data/Factory reset, Wipe Cache
* Advance: Wipe Dalvick cache, Wipe Battery stats
* Installa zip from sdcard
* Chose zip from sdcard
* Select my rom and ENJOY
I offer support and help
Nexus_S V 1.0 : DOWNLOAD​
Apps Package [CWM](Google Talk Audio/Video, Flash Player, Task Manager, Data Enabler/Disabler Widget, Google Maps, Steets for maps, Gmail, YouTube, Google Earth, BarCode Scanner, SoundHound, Music Download)Download
CREDITS:
<3 Sconcau TEAM <3
DAGr8 (10 lockscreen )
stratosk ( Kernel )
Juwe11 ( Ram Script )
Download Added
Can you have more than 3 icons in the dock. I'm looking at the first screen where there seems to be 3 icons only.
Looks very nice especially the clock.
Mr Majestyk said:
Can you have more than 3 icons in the dock. I'm looking at the first screen where there seems to be 3 icons only.
Looks very nice especially the clock.
Click to expand...
Click to collapse
this launcher have anly 3 icons ..

ELITE's NEW BETA [iMM76] GTi9000_ARC_SERIES_LT18i_4.1.B.0.431 (BETA_2) [01/06/12]

ELITE's NEW BETA [iMM76] GTi9000_ARC_SERIES_LT18i_4.1.B.0.431 (BETA_2) [01/06/12]
THIS IS A BETA DEVELOPMENT. For daily use as all former developments of Elite, but it's beta yet
For those users that prefer a stable ROM, the Elite RC V1.2 is working perfectly, for me the best ever ROM for I-9000
http://forum.xda-developers.com/showthread.php?t=1621976
This is now a BETA development ported from SONY's ARC series
Elite SGS.ARC Beta1 TAKE CARE, THE VERSION HAS A SCRIPT THAT WIPE DATA. DON'T FORGET TO BACKUP YOUR APP AND DATA (i.e. Titanium)
http://www.htcmania.com/showthread.php?t=388082
(Spanish forum where Elite publishes his DEVs)
http://www.android-hilfe.de/custom-...-1-b-0-431-beta_1-24-05-12-a.html#post3328938
(German forum)
Link for seeing how the ROM works - Video review-
http://www.youtube.com/watch?feature=player_embedded&v=IHYrpI_aR4I
In Spanish, thanks to Dexafree
Changelog Beta 1:
- Base 4.0.4 (Optimized)
- Wifi, BT, Datas
- 3G (Although only it shows G)
- GSM
- Telefophon, SIM, Contact
- Camera
- USB Storage (Internal, external)
- SD in pc (Pending)
- Videos y videocamera (some lag)
- ADB & Logcat
- Playstation app's and others eliminated
- Deodexed, zipaling & optimized
- Optimized framework
- Sensors and acceleration 2D/3D OK
- Optimized libreries
- Excelent audio quality
- Xperia Launcher
- Bravia engine
- Powermenu (Reboot)
- Xperia Timescape
- Xperia Galería
- Música Xperia
- Liveware
- Mount SD
- Gapps (22/04/12)
- Automatic Bright
- XLoud
- Wifi
- Deep Sleep
- Toogles in Status Bar
- Quickest
- No Fc's
- % Batt
- Fix hour (am, pm status bar)
Stock kernel:
- Skorpion_s2
- OTA (update app), other kernels
Stock modem:
- JVU
- OTA (update app), other modems
Now the "actualizador" app is called UPDATER. Via OTA, (downloading from the SGS directly in a directory called /UPDATES) you can find many things
Installation instructions (IF YOU COME FROM AN ICS ROM IT'S NOT NECESSARY THE STEPS 1 TO 4, YOU CAN START ON 5) Nothing special must be done for flashing, this ROM is as other ICS roms
1 Keep a copy of efs folder for security
2 Reboot in recovery and data factory (it's not obligated, but could be interesting to format all from mount/storage)
3 Turn off the phone and restart download mode.
4 Put the ROM JVU (http://hotfile.com/dl/140301534/be8872c/I9000XXJVU_I9000OXAJVU_OXA.rar.html Password: samfirmware.com) from in download mode from odin with marked repartition and reboot the mobile. Shut it off and reboot in download mode again, from odin flash now cf-root on pda without repartition (http://download.chainfire.eu/132/CF-Root/SGS/CF-Root-XX_OXA_JVU_2.3.6-v4.3-CWM3RFS.zip)
5 Once mobile is restarted, we debug (this is very important, you must mark debug on in the SGS) and copy the "4.0.4 beta" in the internal sd and reboot in recovery.
6 Wipe factory reset, cache partition, Dalvik cache and we flash "4.0.4 beta"
7 If do not start, press the 3 button to return to recovery and repeat step 6.
8 Open the app NSTools and select as governor and Scheduler Smartassv2 VR or that you like.
9 Enjoy ..
LINKS
- 4.0.4 GTi9000_ARC_SERIES_LT18i_4.1.B.0.431.zip (3 wipes) http://letitbit.net/download/22032....GTi9000_ARC_SERIES_LT18i_4.1.B.0.431.zip.html
This link are for XDA downloads. We want to know how many downloads come from this site. If there is any problem you could use the mirror. I know that it's a little slow site, but downloading from Letitbit we contribute to Elite continue working for giving us the best ROM ever. Thanks a lot: https://skydrive.live.com/?cid=01e051d9053d3c93&resid=1E051D9053D3C93!212&id=1E051D9053D3C93!212
- Wifi Fix if it's neccesary http://letitbit.net/download/09318.080aecc734377857d282852dff02/Wifi_Patcher.zip.html
-New Home Xperia (optional) [WIPE DALVIK & CWM] http://letitbit.net/download/05650.093465f09d0e08f03af0fad9e6a8/Home_Xperia.zip.html
- Toggles -Patch_Toggles.zip- [WIPE DALVIK & CWM]: http://letitbit.net/download/24048.29335c9dce15225a4c3052d15f05/Patch_Toggles.zip.html
- Fix for 240 DPI -FIX_240_XPERIA_1.zip- [WIPE DALVIK & CWM]: http://letitbit.net/download/67537.68f4756a5864b8beec067a486552/FIX_240_XPERIA_1.zip.html
Known bugs at the moment
- In some cases WIFI flickering
Installation of other kernels
A. "Traditional" change of kernels
1.From ROM standard kernel (or any Devil) to Semaphore
a. In CWM
- Run Install ultimate_kernel_cleaning_script_v4_by_lippol94.zip (Thanks to Lippol94) http://forum.xda-developers.com/showthread.php?t=1166954&highlight=lippol
- Install Semaphore Kernel
- In advanced option, run Reboot Recovery (NO Reboot system now)
b. Now we are in the CWM again but on Semaphore Kernel
- In advanced, run clean NStools settings
- In advanced also, run clean init.d directory
c. Reboot system now
2. From Semaphore to Devil
a. In CWM
- Run ultimate_kernel_cleaning_script_v4_by_lippol94.zip
- In advanced, run clean NStools options
- In advanced also, run clean init.d directory
- Install Devil Kernel
b. Reboot system now
3. From ROM kernel (or any Devil) to another Devil Through CWM
a. In CWM
- Run Install ultimate_kernel_cleaning_script_v4_by_lippol94.zip
- Install Semaphore Kernel
- In advanced option, run Reboot Recovery (NO Reboot system now)
b. Now we are in the CWM again, but on Semaphore Kernel
- In advanced, run clean NStools settings
- In advanced also, run clean init.d directory
- Run ultimate_kernel_cleaning_script_v4_by_lippol94.zip
- Install Devil Kernel
c. Reboot system now
B. Automatic change of kernels
OTA via
TO MAKE VIBER WORKS Thanks to mcse_hst, thaidroid and Mc.canos Pending to check
1. Solution 1
- Modify build prop (i.e with Root Explorer, it is in System dir and with R/O) and replace "GT-I9000" by "SGH-I9000" in the three places where appear
- Maybe it's necessary fix permissions [DALVIK & CWM] (in Advanced option)
2. Solution 2
- Modify build prop (i.e with Root Explorer, it is in System dir and with R/O) and replace "GT-I9000" by "Nexus S" in the three places where appear
- Maybe it's necessary fix permissions [DALVIK & CWM] (in Advanced option)
- With this change, Viber works, and it looks that others app also (including games)
THEMES ALL PENDING
1. Blended Blue RC 2.0 for IMM76 base by Jorgefc82 WORKING
Post:
2. Theme Buttercream by Golfslicer PENDING TO CHECK
This theme has been created for captivate, the author confirm that it works perfectly in the SGS I9000. "I made this for the captivate, but should work fine on this rom as it doesn't change anything that will affect this version of the rom" golfslicer
Post:
3. 4. 5. Toggles + batt+ right clock by cyberaprendiz I]WORKING
6. Theme by wingg PENDING TO CHECK
7. Theme Dark Minimalist by Cyberaprendiz & Bajito93 WORKING
8. HTCsense Theme by Jorge82 WORKING
ALTERNATIVES BOOTANIMATIONS
The bootanimations, can be changed using ie. rootexplorer, so in /system/media you put the new bootanimation (named as bootanimation.zip), check permissions and reboot
1. Original Elite's bootanimation
http://dl.dropbox.com/u/24661035/ICS/0 Boot Elte/bootanimation.zip
2. Osgeme Bootanimation
http://www.wuala.com/OscarLa/HTCMANIA/
3. Another bootanimation (I can't recall the author, sorry)
http://dl.dropbox.com/u/24661035/ICS/3. boot/bootanimation.zip
FAQ by Dexafree Pending to changes
http://forum.xda-developers.com/showpost.php?p=24241913&postcount=186
/datadata by Vasra
http://forum.xda-developers.com/showpost.php?p=25038422&postcount=780
Thanks to:
- lanyco - almeral2010 - manoleitor - rolodo - vanscampa - demonstone - rodrigoalumno - cquintana92 - mikelange - rostro.palido - Pac-Man - migui7 - ipepiot11 - stareduski - miguel_hrs - Showmandroid - Ricewind1512 - cetesalinas - mora124 - PALMATRON - Julyaann - txetxumetal - azor14 - cyberaprendiz - Boret99 - naxer82 - toni_mx - antonio.o - rs_cool - Pinocho08 -agustisgs -silveradoes -Petete188
Screenshots
{
"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"
}
Reserved for future
Looks promising
Sent from my GT-I9000
Holaaaa!!! Been testing for some hours and it´s seen to be another Hit from Master Elite, just a few things to optimize, but any FC
Wow! So cool. Elite's roms are very good!
thanks! great job!
why there isn't in settings automatic brightness?
wow nice, cheers
Looks really good . But is the dock messed up like on screenshots?
Trojan38 said:
Looks really good . But is the dock messed up like on screenshots?
Click to expand...
Click to collapse
yes :/
Ok thanks. Not a big deal BTW . I'll install Xperia S launcher .
Great
Good Job!!!!Fantastic Job!!!)
Can I change to i9000 in build.prop?
SP1 patch in OP
Better battery stats and consume. Better coverage
That's crazy, my browser is much faster than with infinitum
Very nice,thank you
Gesendet von meinem LT18i mit Tapatalk 2 nooot
Videoreview by Dexafree
http://www.youtube.com/watch?feature=player_embedded&v=IHYrpI_aR4I
Sorry, but no video on this link...
the link to the video review work perfectly
Best Rom!!!
I put now the rom and is the best experience of xperia port ever!!!!!
artikeln said:
Videoreview by Dexafree
http://www.youtube.com/watch?feature=player_embedded&v=IHYrpI_aR4I
Click to expand...
Click to collapse
nice~~~

[RECOVERY][ Unofficially Open Recovery TWRP 2.8.1.0 ][ 09/11/2014]

Team Win Recovery Project !​​​​
{
"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"
}
Permanent TWRP Recovery 2.8.1.0
Huawei Ascend P6
Changelog :
Code:
What's new in 2.8.1.0 :
[LIST]
[*] MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _that
[*] TrueType Font support - optional as it takes up a decent amount of space so may not be available on all devices - thanks to Tassadar
[*] Temperature support - thanks to bigbiff
[*] Various other bugfixes and tweaks
[/LIST]
What's new in 2.8.0.0 :
[LIST]
[*] Add MTP support to recovery thanks mostly to bigbiff with a little help from Dees_Troy
[*] Add command line capabilities - you can now execute various TWRP features via adb instead of the touchscreen
[*] Add support for color in the console and give error, warning, and highlight lines different colors
[*] Track backup and restore progress based on file sizes to provide a much more accurate indication of progress
[*] Improve handling of /misc thanks to mdmower
[*] Improve setting of time on Qualcomm devices thanks to [NUT]
[*] Allow using images on slidervalue GUI objects thanks to Tassadar
[*] Allow using variables and addition and subtraction in variables for easier theming
[*] Add support for 1440x2560, 280x280, and 320x320 resolutions and update 240x240
[*] Allow ui.xml file to include additional xml files to help break up the theme and make TWRP easier to maintain
[*] Other minor fixes and improvements
[/LIST]
What's new in 2.7.1.0 :
[LIST]
[*] Add GUI option to change or repair file systems on individual partitions. The change is destructive so backup your data including internal sdcard first. This option should make it a little easier to migrate a device from ext4 -> f2fs, for instance. You will find this option under Wipe -> Advanced Wipe, then select only one partition and then press the Repair or Change File System button. If a developer has added f2fs support for your device and we don't have it in TWRP, please contact me via PM to arrange for it to be added.
[*] Various bugfixes to backup and restore
[*] Improvements to USB storage handling
[*] Added a class to search for files to make finding the correct brightness file automatic in most cases
[*] Various other bugfixes and tweaks
[/LIST]
What's new in 2.7.0.0 :
[LIST]
[*] 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
[*] 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 AOSP decrypt support
[*] Add some toolbox utilities to TWRP (namely to support SELinux functions not supported in busybox)
[*] Various SELinux fixes and bug fixes
[/LIST][CENTER][/CENTER]
Downloads :
Code:
[CENTER]
* [B][I][FONT="Courier New"][COLOR="DeepSkyBlue"][SIZE="3"]New Update :[/SIZE][/COLOR][/FONT][/I][/B] [URL="http://forum.xda-developers.com/showpost.php?p=56615625&postcount=170"]TWRP 2.8.1.0[/URL] !
* [URL="https://www.androidfilehost.com/?fid=23622183712471258"]openrecovery-twrp-2.8.0.0.img[/URL]
* [URL="https://www.androidfilehost.com/?fid=23622183712471268"]openrecovery-twrp-2.8.0.0.zip [/URL]
* [URL="http://www.androidfilehost.com/?fid=23501681358547533"]openrecovery-twrp-2.7.1.0.img[/URL]
* [URL="http://www.androidfilehost.com/?fid=23501681358547536"]openrecovery-twrp-2.7.1.0.zip[/URL]
* [URL="http://www.androidfilehost.com/?fid=23329332407584760"]openrecovery-twrp-2.7.0.0.img[/URL]
* [URL="http://www.androidfilehost.com/?fid=23329332407584761"]openrecovery-twrp-2.7.0.0.zip[/URL][/CENTER]
Installation :
Code:
[CENTER]
* [FONT="Arial Black"]Make Sure That Your Device Already Running Android Version KitKat ![/FONT]
*[FONT="Arial Black"] Image File ( openrecovery-twrp-2.8.0.0.img ) :[/FONT]
[LIST]
[*] boot your device in bootloader mode by :> adb reboot bootloader
[*] flash custom recovery :> sudo fastboot flash recovery openrecovery-twrp-2.8.0.0.img
[*] reboot your device :> sudo fastboot reboot
[/LIST]
* [FONT="Arial Black"]Zip File ( openrecovery-twrp-2.8.0.0.zip ) :[/FONT]
[LIST]
[*] copy this archive in your device ( internel/external storage )
[*] boot your device in previous TWRP 2.7.1.0 : > adb reboot recovery
[*] flash zip file
[*] reboot to system
[*] next reboot in recovery will be on TWRP 2.8.0.0 instead TWRP 2.7.1.0 !
[/LIST]
[/CENTER]
Issues :
Code:
[CENTER]
* Internal Storage Not Mount ;
* Wipe -> Advanced Wipe -> Internal Storage -> Repair or Change File System -> Cannot Be Done : [B][COLOR="Red"]Invalid partition selection[/COLOR][/B] ;[/CENTER]
Source :
Code:
[CENTER]* [URL="https://github.com/TeamWin/Team-Win-Recovery-Project/tree/twrp2.7"]TeamWin GitHub[/URL] !
* [URL="https://github.com/omnirom/android_bootable_recovery/tree/android-4.4"]omnirom github[/URL] !
* [URL="https://github.com/surdupetru/twrp"]Huawei P6 TWRP - GitHub[/URL] [/CENTER]
Credit :
Code:
[CENTER]* [URL="http://teamw.in/project/twrp2"][B]Team[COLOR="RoyalBlue"]Win[/B][/COLOR][/URL]
* [URL="http://forum.xda-developers.com/showthread.php?t=1943625"]Dees_Troy[/URL][/CENTER]
​
regards,
Surdu Petru
Revert To Stock Recovery KitKat​​
Downloads :
Code:
[CENTER][FONT="Arial Black"]* Stock Firmware Huawei B510 KitKat :[/FONT]
* boot.img image format : [URL="http://www.androidfilehost.com/?fid=23501681358546458"]boot.img[/URL]
* recovery.img image format : [URL="http://www.androidfilehost.com/?fid=23501681358546459"]recovery.img[/URL]
[/CENTER]
Code:
[CENTER][FONT="Arial Black"]* Stock Firmware Huawei B506 CN KitKat :[/FONT]
* boot.img image format : [URL="http://www.androidfilehost.com/?fid=23329332407584770"]boot.img[/URL]
* boot.img zip format : [URL="http://www.androidfilehost.com/?fid=23329332407584771"]stock-506-boot.zip[/URL]
* recovery.img image format : [URL="http://www.androidfilehost.com/?fid=23329332407584772"]recovery.img[/URL]
* recovery.img zip format : [URL="http://www.androidfilehost.com/?fid=23329332407584773"]stock-506-recovery.zip[/URL][/CENTER]
Installation :
Code:
[CENTER]* flash stock boot.img in bootloader mode : > fastboot flash boot boot.img
* flash stock recovery.img in bootloader mode : > fastboot flash recovery recovery.img
* reboot your device from bootloader mode : > fastboot reboot
* zip files : stock-506-boot.zip & stock-506-recovery.zip must be installed under custom recovery TWRP ![/CENTER]
​
Oooh! Awesome job!
Thanks for your amazing job surdu!!
Enviado desde mi P6-U06
surdu_petru said:
Team Win Recovery Project !​​​​
[*] Faster graphics rendering by disabling alpha blending on fully opaque objects thanks to Tassadar​
Click to expand...
Click to collapse
Faster graphics rendering only in recovery and does not mean better gamming performance right???
Thanks for this !! u'r awsome!​
Thanks surdu!
BTW is this official build? Just wondering.
EDIT:
Tried flashing the boot.img, resulted with my wifi not working on OMNI ROM.
I reflashed the boot.img from the omni.zip, and now its working. idk.
Here I made an user friendly cmd installer for TWRP 2.7.0.0. If you guys want to, take a look here.
http://forum.xda-developers.com/showthread.php?t=2709607
Will it work if I flash Stock 506 boot and recovery and then run B125 on top of that?
Or MUST JB use its own boot and recovery and KK its own boot and recovery?
Thank you,
Falci
RicardoA said:
Faster graphics rendering only in recovery and does not mean better gamming performance right???
Thanks for this !! u'r awsome!
Click to expand...
Click to collapse
Yes, available only in recovery !
bokchoi2020 said:
Thanks surdu!
BTW is this official build? Just wondering.
EDIT:
Tried flashing the boot.img, resulted with my wifi not working on OMNI ROM.
I reflashed the boot.img from the omni.zip, and now its working. idk.
Click to expand...
Click to collapse
Stock boot.img is ONLY for Stock Firmware and not for custom rom !
Not yet official, cause I have some issue packing boot/recovery-ramdisk from OmniROM ! As soon as I solve this problem, will be also officially launched.
Falcifer said:
Will it work if I flash Stock 506 boot and recovery and then run B125 on top of that?
Or MUST JB use its own boot and recovery and KK its own boot and recovery?
Thank you,
Falci
Click to expand...
Click to collapse
Yes, this is true : " Or MUST JB use its own boot and recovery and KK its own boot and recovery"
Awsome work. Flashed and works like a charm again (as we're used to with all yr works). Looking forward to use 2.7.0.0 to flash yr future OMNI rom updates or possibly CM11 full release.
Cheers!
Good News !
Hello !
Slow development on our device, but what is essential that is not stopped ...
While I managed to solve all issues related to build TWRP from source ( now resulting recovery.img from build can be flashed without any modificattion ) , I'll start to push my source code to omnirom github - in this way TWRP will be officially and it could be installed directly from GooManager !
So, this point was achieved !
If you wonder how it was possible
> first , to use all features of this TWRP, we will need to perform a few small changes :
1° 100% compatibility with custom rom based AOSP , unsure whether they will be ( CM, AOKP, Carbon, Pac-MAN, OmniROM & .... )
2° on custom rom based stock Huawei Firmware, Internal Storage will not be available ( other functions will be not affected ) - so rom developers need to make some changes on ramdisk from their boot.img - in order to bring full access to Internal Storage on TWRP !
If I'll have some free time, tomorrow I'll start to push source code also on omnirom github !
For moment only TWRP will be officially, following later to do the same thing with OmniROM !
Best Regards !
Hi!
A final test, will be out here soon !
Will be exactly like the official version, or downloadble from GooManager when will be available for our device !
This version, will make some change in our device regarding Internal Storage !
After flashing this version ( fastboot flash recovery openrecovery-twrp.img ) on your device , you also need to flash an update.zip for custom rom based Huawei Stock Firmware KitKat, and currently also for OmniROM - in order to bring full access for Internal Storage on TWRP !
Downloads :
* custom TWRP 2.7.0.0 recovery : openrecovery-twrp-2700.img
* update_sdcard_stock.zip
* fixed : new update update_sdcard_aosp.zip
Installation :
* install TWRP : fastboot flash recovery openrecovery-twrp-2700.img
* if you use stock Huawei KitKat B506 or other custom rom based on this firmware , please flash update_sdcard_stock.zip on your TWRP !
* if you use the last update OmniROM , please flash update_sdcard_aosp.zip on your TWRP !
Please, after test ( install ) let me know how it work on your device ( if you have issue with Internal Storage on your recovery TWRP or in your ROM ) !
Please report if it's OK in stock Huawei B506 , cause should be work fine ! ( report after flashed the new TWRP from here and also after flashed update_sdcard_stock.zip )
Thank you very much for your confirmation, in this way you help me to get it official !!!
Info:
After flashing this new TWRP, your old internal sdcard path will not be removed, so you can still navigate to : /data/share/0 to see all your files on internal sdcard !
The new path for internal sdcard is now /data/media/0 , so if you want to keep this new twrp , you must manually copy and remove all files from /data/share/0 to /data/media/0 !
Edit :
Final source code for building TWRP from source , pushed on my github ! OP also updated !
Best Regards !
i'm on omni and i get bootloop after install this ( last update ) !
any help surdu ? Tnx for your hard work on this phone !
amin-DESIRE-c said:
i'm on omni and i get bootloop after install this ( last update ) !
any help surdu ? Tnx for your hard work on this phone !
Click to expand...
Click to collapse
Do you already do it like this :
> adb reboot bootloader
> fastboot flash recovery openrecovery-twrp-2700.img
> fastboot reboot
Sure, now your device will not boot ( you will be on bootloop ) , but you must go on :
> adb reboot recovery
> and flash here update_sdcard_aosp.zip !
Now your device will boot fine !
Thanks !
I tried it, I only get External USB working on Ubuntu.
On Windows, they Internal and External mount doesn't work for me.
In device manager (windows), when I mount the USB, there is no new device that is shown.
I flashed the update_aosp.zip for the OMNI ROM, still same issue.
Am I doing something wrong?
Also, getting a bootloop.
bokchoi2020 said:
I tried it, I only get External USB working on Ubuntu.
On Windows, they Internal and External mount doesn't work for me.
In device manager (windows), when I mount the USB, there is no new device that is shown.
I flashed the update_aosp.zip for the OMNI ROM, still same issue.
Am I doing something wrong?
Also, getting a bootloop.
Click to expand...
Click to collapse
Thank you for testing !
Maybe I was not clear, please let me doing some tests with stock firmware !
Thanks !
Edit :
I think we need to wipe all on the new twrp ( apart external storage ) , than upplay update_sdcard_stock/aosp.zip in the new twrp !
I'll make more tests and I'll confirm later !
OK !...was my fault , is boot.img issue under update_sdcard_aosp.zip ( update_sdcard_stock.zip it's ok - checked right now - but wasn't tested yet ) ! I'll reupload very soon new update_sdcard_aosp.zip ! Thanks !
Ok, right now fixed and also tested : Just wipe cache & dalvikl after flash the new update_sdcard_aosp.zip !
Tested right now, ( I'm on OmniROM ) - the new openrecovery-twrp-2700.img with the new update_sdcard_aosp.zip and work very well ! I can see on Win 7 the both storage when I connect my USB cable via MTP ! Also I can see on Win 7 my external sdcard on recovery mode by checking : Mount -> Mount USB Storage
This time I had no bootloop, so thats fine. But still doesn't see the USB.
I had to go to Device Manage > USB Serial Bus controllers > USB Mass Storage Device --> Right Click, Update driver --> Then now I have external USB storage, still no Internal USB storage on TWRP.
Is necessary to update the TWRP 2.6.3.7 to this version?
thanks
On Stock B509 works perfectly no issues at all!
But why you changed the place of the internal storage? And when I now flash OMNI for example must I flash the aosp fix afterwards or is it than already done?
EDIT: You must flash the update_sdcard_aosp.zip otherwise you will have a bootloop
taaeem said:
On Stock B509 works perfectly no issues at all!
But why you changed the place of the internal storage? And when I now flash OMNI for example must I flash the aosp fix afterwards or is it than already done?
EDIT: You must flash the update_sdcard_aosp.zip otherwise you will have a bootloop
Click to expand...
Click to collapse
Huawei has a custom path for Internal Storage ! Almost all device has Internal Storage on /data/media or in a separate partition like : /dev/block/../sdcard !
Huawei Ascend P6 keep Internal Storage to /data/share and also we have no partition for mount Internal Storage ( so there is no /dev/block/../sdcard ) !
For bring officialy TWRP in our device , we need to change Internal Storage path from /data/share to /data/media , why ? - because TWRP is made for most devices that support Internal Storage to data/media !
I have installed it and it works great no bootloops no problems. Runing on stock B506

[TWRP][3.0.2-0][Huawei G8 & GX8 ][Update 28/12/2016]

Hello !
{
"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"
}
Permanent TWRP Recovery 3.0.2-0
Huawei - G8 & GX8
Changelog :
Code:
[URL="https://twrp.me/site/update/2016/04/05/twrp-3.0.2-0-released.html"]What’s new in 3.0.2-0[/URL]
What’s new in 3.0.1-0:
[LIST]
[*] support new CM 13.0 pattern encryption (sultanqasim)
[*] fix slow flashing issue due to modprobe (present on only some devices) (#twrp)
[*] libtar updated to latest upstream and fixes (jcadduono)
[*] fixes for loading custom themes (_that)
[*] TWRP will now detect and install TWRP themes automatically through the normal zip install process (Dees_Troy)
[*] translation updates - added Italian, Czech and Polish and significant updates to Dutch
[*] progress bar improvements - progress bar updates during image flashing and better tracks progress during file system backups (tar) (Dees_Troy)
[*] fix input box text display (Dees_Troy)
[*] reboot option after zip install complete (bigbiff)
[*] other mostly invisible bug fixes and improvements
[/LIST]
What’s new in 3.0.0-0:
[LIST]
[*] Completely new theme - Much more modern and much nicer looking (by z31s1g)
[*] True Terminal Emulator - Includes arrow keys, tab and tab completion, etc. (by _that)
[*] Language translation - It won’t be perfect and especially some languages that require large font files like Chinese & Japanese won’t be availble on most devices. Also some languages may only be partially translated at this time. Feel free to submit more translations to OmniROM’s Gerrit. (mostly by Dees_Troy)
[*] Flashing of sparse images - On select devices you will be able to flash some parts of factory images via the TWRP GUI (by HashBang173)
[*] Adopted storage support for select devices - TWRP can now decrypt adopted storage partitions from Marshmallow
[*] Reworked graphics to bring us more up to date with AOSP - includes support for adf and drm graphics (by Dees_Troy)
[*] SuperSU prompt will no longer display if a Marshmallow ROM is installed
[*] Update exfat, exfat fuse, dosfstools (by mdmower)
[*] Update AOSP base to 6.0
[*] A huge laundry list of other minor fixes and tweaks
[/LIST]
What’s new in 2.8.7.0:
[LIST]
[*] Initial ground work for software drawn keyboard (_that)
[*] Fix handling of wiping internal storage on datamedia devices (xuefer)
[*] Allow DataManager to set and read values from the system properties (xuefer)
[*] Fix crash when taking screenshots on arm64 devices
[*] Fix error message after an ORS script completes (Dees_Troy)
[*] Fix crashes / error when creating encrypted backups (_that, Dees_Troy)
[*] Add system read only option – more details below (Dees_Troy)
[*] Add resize2fs and GUI option to run resize2fs (Dees_Troy)
[*] Fix crash loop caused by empty lines in AOSP recovery command file (_that)
[*] Prevent duplicate page overlays such as multiple lock screens (mdmower)
[/LIST]
What’s new in 2.8.6.0:
[LIST]
[*] Fix daylight savings time rules for USA and Europe (_that)
[*] Allow mulitple overlays for popup boxes (Dees_Troy)
[*] Add pattern style password entry for decrypt (Tassadar)
[*] Keyboard improvements (_that)
[*] Update AOSP base to 5.1 (Dees_Troy)
[*] Reduce theme count to 5 and rely on scaling (Dees_Troy)
[*] Various scaling improvements (Dees_Troy)
[*] Improved handling of resources in the GUI (_that)
[*] Make scroll bar size proportional to list size (_that)
[*] Allow scoll lists to render without a header (_that)
[*] Make console scroll per pixel with kinetic scrolling (_that)
[*] Support styles in XML to reduce XML size and improve consistentcy (Dees_Troy)
[*] Various other fixes and improvements (mdmower, bigbiff, codelover, etc)
[/LIST]
What's new in 2.8.1.0 :
[LIST]
[*] MTP fixes and improvements - you can now copy zips to the root of storage - thanks to _that
[*] TrueType Font support - optional as it takes up a decent amount of space so may not be available on all devices - thanks to Tassadar
[*] Temperature support - thanks to bigbiff
[*] Various other bugfixes and tweaks
[/LIST]
What's new in 2.8.0.0 :
[LIST]
[*] Add MTP support to recovery thanks mostly to bigbiff with a little help from Dees_Troy
[*] Add command line capabilities - you can now execute various TWRP features via adb instead of the touchscreen
[*] Add support for color in the console and give error, warning, and highlight lines different colors
[*] Track backup and restore progress based on file sizes to provide a much more accurate indication of progress
[*] Improve handling of /misc thanks to mdmower
[*] Improve setting of time on Qualcomm devices thanks to [NUT]
[*] Allow using images on slidervalue GUI objects thanks to Tassadar
[*] Allow using variables and addition and subtraction in variables for easier theming
[*] Add support for 1440x2560, 280x280, and 320x320 resolutions and update 240x240
[*] Allow ui.xml file to include additional xml files to help break up the theme and make TWRP easier to maintain
[*] Other minor fixes and improvements
[/LIST]
What's new in 2.7.1.0 :
[LIST]
[*] Add GUI option to change or repair file systems on individual partitions. The change is destructive so backup your data including internal sdcard first. This option should make it a little easier to migrate a device from ext4 -> f2fs, for instance. You will find this option under Wipe -> Advanced Wipe, then select only one partition and then press the Repair or Change File System button. If a developer has added f2fs support for your device and we don't have it in TWRP, please contact me via PM to arrange for it to be added.
[*] Various bugfixes to backup and restore
[*] Improvements to USB storage handling
[*] Added a class to search for files to make finding the correct brightness file automatic in most cases
[*] Various other bugfixes and tweaks
[/LIST]
What's new in 2.7.0.0 :
[LIST]
[*] 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
[*] 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 AOSP decrypt support
[*] Add some toolbox utilities to TWRP (namely to support SELinux functions not supported in busybox)
[*] Various SELinux fixes and bug fixes
[/LIST][CENTER][/CENTER]
Downloads :
Code:
[CENTER]
[B][I][COLOR="Blue"]New Update : [/COLOR][/I][/B] For CM-14.1/LOS-14.1 : [URL="http://forum.xda-developers.com/showpost.php?p=70296158&postcount=79"] twrp-recovery-N.img[/URL]
* Update [URL="http://forum.xda-developers.com/showpost.php?p=67179568&postcount=56"]TWRP 3.0.2-0[/URL]
* Update [URL="http://forum.xda-developers.com/showpost.php?p=66171376&postcount=37"]TWRP 3.0.1-0[/URL]
* Update [URL="http://forum.xda-developers.com/showpost.php?p=66002614&postcount=33"]TWRP 3.0.0-0[/URL]
* Update [URL="http://forum.xda-developers.com/showpost.php?p=65817315&postcount=18"]TWRP 3.0.0-0[/URL] !
* [URL="https://www.androidfilehost.com/?fid=24421527759889994"]openrecovery-twrp-3.0.0-0.img[/URL] md5 : 23cb0c91aa3a577e24fb183b23ebf62c
[/CENTER]
Installation :
Code:
[CENTER]
* [FONT="Arial Black"]Your Device Must Have A Unlock Bootloader ![/FONT]
*[FONT="Arial Black"] Image File ( openrecovery-twrp-3.0.0-0.img ) :[/FONT]
[LIST]
[*] boot your device in bootloader mode by :> adb reboot bootloader
[*] flash custom recovery :> fastboot flash recovery openrecovery-twrp-3.0.0-0.img
[*] reboot your device :> fastboot reboot
[/LIST]
[/CENTER]
Boot into TWRP :
Code:
[CENTER]
* > adb reboot recovery
* keep pressing at the same time : power off button and volume up - as soon as your device vibrate , please relase power off button and keep pressing volume up -> your device will enter very soon into TWRP recovery !
[/CENTER]
Source :
Code:
[CENTER]* [URL="https://github.com/TeamWin/Team-Win-Recovery-Project/tree/twrp2.7"]TeamWin GitHub[/URL] !
* TWRP G8 : [URL="https://github.com/Huawei-Dev/TWRP-G8"]GitHub[/URL]
[/CENTER]
Credit :
Code:
[CENTER]* [URL="http://teamw.in/project/twrp2"][B]Team[COLOR="RoyalBlue"]Win[/B][/COLOR][/URL]
* [URL="http://forum.xda-developers.com/showthread.php?t=1943625"]Dees_Troy[/URL]
* [URL="http://forum.xda-developers.com/member.php?u=4878287"]_that[/URL]
[/CENTER]
FAQ :
Code:
[CENTER]
* please perform a Backup with this version of TWRP - after that, you'll be able to restore successfully !
* do not perform a Restore from a Backup performed with other version of TWRP - your device will end with boot loop into TWRP !
[/CENTER]
SHARE :
Code:
[CENTER]
* [B][I]please, if you want to share or your work is basend on my source code - first, you should ask my permission via PM ![/I][/B]
* [B][I]also on your OP, you must provide adequate credit, for my works ![/I][/B]
* [B][I]you are always free to use & improve my works ![/I][/B]
* [B][I]thanks for understanding ![/I][/B]
[/CENTER]
​
regards,
Surdu Petru
XDA:DevDB Information
TWRP, Tool/Utility for the Huawei GX8
Contributors
surdu_petru
Source Code: https://github.com/Huawei-Dev
Version Information
Status: Stable
Created 2016-02-27
Last Updated 2017-03-24
*** reserved ***
Hi Surdu petru, thanks for your great work. I d like to ask you to post stock recovery from android 6.0 rom. Or can you provide adb commands for extracting it from phone as you provide for extracting boot.img. Thanks.
I had bootloops with TWRP in android 5.0 FW. Couldn´t boot to system with TWRP. Had to flash stock recovery after playing with TWRP to be able to boot normaly.
krispin said:
Hi Surdu petru, thanks for your great work. I d like to ask you to post stock recovery from android 6.0 rom. Or can you provide adb commands for extracting it from phone as you provide for extracting boot.img. Thanks.
I had bootloops with TWRP in android 5.0 FW. Couldn´t boot to system with TWRP. Had to flash stock recovery after playing with TWRP to be able to boot normaly.
Click to expand...
Click to collapse
My device is dual sim, so there is no Android M from Huawei ,( not yet ...) . You should try to flash stock Huawei update.app via stock recovery ... because stock recovery from M will not be available very soon .
Good luck .
surdu_petru said:
My device is dual sim, so there is no Android M from Huawei ,( not yet ...) . You should try to flash stock Huawei update.app via stock recovery ... because stock recovery from M will not be available very soon .
Good luck .
Click to expand...
Click to collapse
I am already on Marshmallow, but wanted to flash twrp and then root, but on lollipop I couldn´t boot to system after flashing twrp. So I dont want to stay stucked in recovery.
I have tried to extract update.app of marshmallow update and I ve got two images: system.img and file23.mbn.img. Size of cecond one is similar to stock recovery. couldn´t it be that recovery? I ll upload it shortly. But found in 4pda forum, thet it could be the right file.
krispin said:
I am already on Marshmallow, but wanted to flash twrp and then root, but on lollipop I couldn´t boot to system after flashing twrp. So I dont want to stay stucked in recovery.
I have tried to extract update.app of marshmallow update and I ve got two images: system.img and file23.mbn.img. Size of cecond one is similar to stock recovery. couldn´t it be that recovery? I ll upload it shortly. But found in 4pda forum, thet it could be the right file.
Click to expand...
Click to collapse
Yep, first upload here and than I'll told you if is the recovery or not. Thanks!
surdu_petru said:
Yep, first upload here and than I'll told you if is the recovery or not. Thanks!
Click to expand...
Click to collapse
Here it is: https://onedrive.live.com/redir?resid=51ABB765045AF487!5772&authkey=!AC-ps4vpEPRcJ6U&ithint=file,img
krispin said:
Here it is: https://onedrive.live.com/redir?resid=51ABB765045AF487!5772&authkey=!AC-ps4vpEPRcJ6U&ithint=file,img
Click to expand...
Click to collapse
Thanks ... is only new boot.img for M and not a recovery !
Do you have also system.img ... or a link for downloads , thanks !
Great work, thanks and keep going.
Source code for TWRP pushed on my git ...
I hope that on this occasion, officially TWRP for G8 - will fix boot loop issue on recovery .
surdu_petru said:
Thanks ... is only new boot.img for M and not a recovery !
Do you have also system.img ... or a link for downloads , thanks !
Click to expand...
Click to collapse
I have it. it is just 61 MB big. Will upload it and post a link. And here is whole update.zip: https://mega.nz/#!aRczQR5J
and system.img:
https://onedrive.live.com/redir?resid=51ABB765045AF487!5774&authkey=!AGwds04zqnLeAcQ&ithint=file,img
So could it be possible, that recovery remained the same, if its not in the update.zip? I have read on htcmania, that they downgraded to B170 android 5.0 just by flashing full package.
PS: It is sad, what happened with your phone.
krispin said:
I have it. it is just 61 MB big. Will upload it and post a link. And here is whole update.zip: https://mega.nz/#!aRczQR5J
and system.img:
https://onedrive.live.com/redir?resid=51ABB765045AF487!5774&authkey=!AGwds04zqnLeAcQ&ithint=file,img
So could it be possible, that recovery remained the same, if its not in the update.zip? I have read on htcmania, that they downgraded to B170 android 5.0 just by flashing full package.
PS: It is sad, what happened with your phone.
Click to expand...
Click to collapse
Theoretically can remain the same recovery from L ... also I was able to boot on cm-13.0 with my TWRP , and my TWRP is builded on cm-12.1 !
I've already sent my device to the repair center .. I hope to have news soon
Hi mate, I ve just took the risk and flashed your recovery and 2.65 SuperSU in android 6.0 beta and everything seems to OK. I am rooted.
krispin said:
Hi mate, I ve just took the risk and flashed your recovery and 2.65 SuperSU in android 6.0 beta and everything seems to OK. I am rooted.
Click to expand...
Click to collapse
Yes, today I received a new device from Huawei , the same model as first device , dual sim HUAWEI RIO-L01 !
Please, can you put the whole system from your device into zip archive and than uploaded on Mega ? , sure from 6.0 beta .
As you are already rooted, will not be very difficult , just do it :
> mkdir systemM
> adb pull system systemM/
- than just zip systemM directory and share for me into Mega , or wherever you want . From Mega I can download very quickly !
Thank you very much !
Should i write both commands throught adb?
Solved, extracting done, starting upload. Please keep in mind, that I have one SIM version of RIO L01.
PS: I am happy, you are back in game.
Here we go: https://mega.nz/#!rI1VAL7A!9aVx1tpHRcIuJZ-B_IEleAjPnxfCYXT6_fgTwcRG_pA
surdu_petru said:
Yes, today I received a new device from Huawei , the same model as first device , dual sim HUAWEI RIO-L01 !
Please, can you put the whole system from your device into zip archive and than uploaded on Mega ? , sure from 6.0 beta .
As you are already rooted, will not be very difficult , just do it :
> mkdir systemM
> adb pull system systemM/
- than just zip systemM directory and share for me into Mega , or wherever you want . From Mega I can download very quickly !
Thank you very much !
Click to expand...
Click to collapse
Huawei RIO-L01 is dual sim ?? I have it and my is singel sim I was thinking that dual sim is RIO-L03
badbar said:
Huawei RIO-L01 is dual sim ?? I have it and my is singel sim I was thinking that dual sim is RIO-L03
Click to expand...
Click to collapse
Yes, my device is Huawei G8 , HUAWEI RIO-L01 , dual sim !
Update TWRP !
Hello !
Here is a new light update for TWRP 3.0.0-0 Huawei G8 & GX8 !
- fixed device assert for CyanogenMod and others CustomROM !
- add battery percentage - unfortunately, sometimes it drop to zero - may be fixed on the next release !
Downloads : TWRP-3.0.0-0_Update01.zip md5 : 5cd83c5270b70f473f6734881b8136d3
Installations : install via twrp , no wipe required !
You should have this update of TWRP in your device , in order to be able to flash the future CyanogenMod 13.0 !
Best regards !
Hi mate, I just want to report, that I am loosing root after every reboot on marshmallow. I dont remember, if I allow system modification in twrp after first start. Is it possibility to check it somehow?
I have the Huawei RIO-L01 (dual sim) with official Marshmallow update via ota, is it safe to flash this?

[Xperia X] UB,Root,firmware deodex, mod flasheable

{
"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"
}
Unlocked Bootloader
before starting, you need to check that your xperia X is suitable for unlocking the bootloader
enter the following code in your bookmark
Code:
*#*#7378423#*#*
once inside the service menu go to the following options
service info/configuration
inside it locates the following code
Rooting status:
Bootloader unlock allowed:
if it appears at the end of the code and you can unlock your bootloader in case you do not see it
in the code you will not be able to continue with the process
Rooting status:
Bootloader unlock allowed: Yes
to unlock your bootloader visit the official page: Unlocked Bootloader Sony
Flashtool & flash firmware
now requires flashtool download from the official page
now requires downloading the firmware
now flash the firmware to your xperia X and wait for it to finish and start your terminal
Root Xperia X
download the tools which brings the boot.img and twrp.img and follow the instructions on how to flash img images and have root
at the end of the process look for the SuperSu application and it will be root
download firmware.zip this deodex ready to flash and transfer it to your internal or external memory
turn off your device to enter twrp just press the minus volume key and power button at the same time
When starting twrp choose Swipe to allow modifications, within twrp choose Install / Select Storage if you keep the zip package in the internal memory oh external select the option, choose the zip package Swipe to confirm flash / Wipe cache / dalvik / Reboot System and wait for it to finish and with a file explorer and go to / system / app and check that the deodex is present in your terminal
download the mod and transfer it to your device
based on compilation: 34.0.A.1.277
Change-log
-----------------------------------------------
CHANGELOG of version v1.0
-----------------------------------------------
[*] based on compilation: 34.0.A.1.277
[*] firmware deodex
[*] settings.apk fix files and source
[*] transition windows settings.apk
[*] changes to Settings.apk
[*] mod lenox image in SystemUI.apk
[*] modifications to SystemUI.apk
[*] application video.apk
[*] throw fix enable video.apk
[*] touch modules and global library
[*] 64-bit touch libraries
[*] global touch and multitouch settings
[*] multitouch calibration
[*] better touch performance
[*] set touch code correction
[*] add OnOffTools
[*] port clock and widgets xz premium
[*] fix cpu performance
[*] fix cpu correction small
[*] you can check use the MusicWidget particles
[*] DSEE-HX Restrictions and enable it on any music app
[*] Sound Enhancement DSEE-HX works without headphones
[*] Enable X-loud and Clear Phase
[*] overlay rename music and Walkman
[*] enable Unsupported Headset Notifier notification of connected hearing aids
[*] add Screen Recording full HD available
[*] navigation bar size stock 48dpi to mod 40dpi
[*] SuperUserMod Xperia X
[*] libssd.so 32bit and 64bit new libraries
[*] fix mobile bravia and x-reality
[*] maximum image quality enabled in any resolution
[*] chromatix camera driver
[*] driver for 64-bit camera
[*] ctrl.dat driver changes control camera
[*] driver data flow.dat exposure ctrl.dat among others
[*] added perf-profile 1,2,3,4,5,6
[*] drivers camera and system fix performance
[*] add SemCamera Widgets
[*] fix super video capture
[*] enable Super Video Camera Enable 4K
[*] fix for bluetooth
[*] add and fix wqeclient
[*] add wallpapers xperia XZ
[*] fix dpm.conf
[*] add and fix permissions files xml
[*] add qvop
[*] fix files sforce,sony_effect,surround_sound,surround_sound_3mic
[*] add files sysconfig
[*] module touch apps
[*] fix wifi power
[*] fix wifi performance
[*] throw bootloader unlocked fix
[*] add files sound stereo v3.0
[*] enable status SE-Linux
[*] fix build.prop
[*] add name by kaiiori SystemUI.apk
screenshots
wifi fix
- Root explorer
- /system/etc/firmware/wlan/qca_cld/WCNSS_qcom_cfg.ini
- search code
# Enable BMPS or not
gEnableBmps=1
- change
# Enable BMPS or not
gEnableBmps=0
- save and reboot
test speed internet wifi
does not work on other builds oh in the dual versions of Xperia X
nice job! just wondering: why did you choose for 34.0.A.1.277 as base?
because it is a good firmware
Can you upload deodexed rom for the latest. 228 firmware?
that is not possible since I did not use that compilation and I can not deodexear with my tools sorry
For later, make a video, is faster and comprensible.
Anyway, I'll leave "Thanks".
Nice Pictorial
the Forum's official language is English. I wish the picture would have been in English too.
Great ROM does it have DRM-FIX? Also I think you should move this to Android development category.

Categories

Resources