[lt02xxx][CWM Advanced Edition] PhilZ Touch - Galaxy Tab 3 7.0 Android Development

Main thread + features + install instructions + dev support
http://forum.xda-developers.com/showthread.php?t=2201860
PhilZ Touch is a CWM Advanced Edition that adds all the features you could ever miss in CWM
It is a well proven recovery for many phones
It also adds a full touch interface a completely configurable GUI
Please give your feedback, what works, and any bug you could encounter
Read the features, and check if you are missing something
Also, do not forget to read about the powerful aroma file manager integration and double tap shortcut
Download links
Last version can be found here:
Samsung Galaxy Tab 3 7.0
- SM-T210 WiFi (lt02wifi)
- SM-T211 3G (lt023g)
http://goo.im/devs/philz_touch/CWM_Advanced_Edition
Click to expand...
Click to collapse
credits to @gr8nole and @ketut.kumajaya

Omg thank you so much and for @gr8nole and @ketut.kumajaya for helping
Sent from my SM-T210(R)ocketTab 3.1 $up€[email protected]$T

Thank you so much phil
Sent from my GT-I9105P using xda app-developers app

Phil3759 said:
Main thread + features + install instructions + dev support
http://forum.xda-developers.com/showthread.php?t=2201860
PhilZ Touch is a CWM Advanced Edition that adds all the features you could ever miss in CWM
It is a well proven recovery for many phones
It also adds a full touch interface a completely configurable GUI
Please give your feedback, what works, and any bug you could encounter
Read the features, and check if you are missing something
Also, do not forget to read about the powerful aroma file manager integration and double tap shortcut
Download links
Last version can be found here:
credits to @gr8nole and @ketut.kumajaya
Click to expand...
Click to collapse
Thank you very much for making this for us.
I flashed it and noticed that the external sd does not mount and we can not use it. I repacked your version with my fstab and external sd works correctly.

gr8nole said:
Thank you very much for making this for us.
I flashed it and noticed that the external sd does mount and we can not use it. I repacked your version with my fstab and external sd works correctly.
Click to expand...
Click to collapse
it seems your device tree is lacking needed vold code

gr8nole said:
Thank you very much for making this for us.
I flashed it and noticed that the external sd does mount and we can not use it. I repacked your version with my fstab and external sd works correctly.
Click to expand...
Click to collapse
I am reverting the fstab changes as a quick fix
Also, does mount usb storage work?

Phil3759 said:
I am reverting the fstab changes as a quick fix
Also, does mount usb storage work?
Click to expand...
Click to collapse
We have never had working usb storage in recovery on this device.
I will look into what is needed for the vold.
Thank you again.
Sent from my SCH-I605

gr8nole said:
We have never had working usb storage in recovery on this device.
I will look into what is needed for the vold.
Thank you again.
Sent from my SCH-I605
Click to expand...
Click to collapse
ok
I re-uploaded to goo.im with your recovery.fstab
However, it could be a few advanced functions won't work properly as I am not sure I implemented external_sd support properly everywhere

Phil3759 said:
ok
I re-uploaded to goo.im with your recovery.fstab
However, it could be a few advanced functions won't work properly as I am not sure I implemented external_sd support properly everywhere
Click to expand...
Click to collapse
Thank you, it seems to be working correctly now.
Does this background look correct?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my SCH-I605

gr8nole said:
Thank you, it seems to be working correctly now.
Does this background look correct?
View attachment 2587308
Sent from my SCH-I605
Click to expand...
Click to collapse
sure no
I used a portrait background
Seems I need a landscape
You really prefer it flipped?
You'll get more menus in portrait

Phil3759 said:
sure no
I used a portrait background
Seems I need a landscape
You really prefer it flipped?
You'll get more menus in portrait
Click to expand...
Click to collapse
All of our recoveries are in landscape. I believe the 7 in version of the Tab 2 is the same way. I do believe it works best this way.
Sent from my SCH-I605

gr8nole said:
All of our recoveries are in landscape. I believe the 7 in version of the Tab 2 is the same way. I do believe it works best this way.
Sent from my SCH-I605
Click to expand...
Click to collapse
Ok, will fix background

Uploaading 6.16.2 with fixed background
Do you need an odin version? Dow you have a download or bootloader mode?

Phil3759 said:
Uploaading 6.16.2 with fixed background
Do you need an odin version? Dow you have a download or bootloader mode?
Click to expand...
Click to collapse
6.16.2 looks much better, thank you.
We do have download mode, so an Odin version would be great.
On a side note, the Reboot to Download option does work.
I don't know how you keep up with so many different devices, but you do a great job.
Sent from my SCH-I605

gr8nole said:
6.16.2 looks much better, thank you.
We do have download mode, so an Odin version would be great.
On a side note, the Reboot to Download option does work.
I don't know how you keep up with so many different devices, but you do a great job.
Sent from my SCH-I605
Click to expand...
Click to collapse
I keep up thanks to people like you, porting their devices trees
:good:
I use scripts to build recoveries and repack them
Compiling, repacking and creating zip + tar files classified in upload path for one or 130 devices is just one command line,
Adding a tar release is just:
Code:
TAR_MD5_FLASH="yes"
However, it is still a huge impressive job mainly to port device trees, kernel sources, bugs...
the scripts must be maintained too, all the time
Hopefully I will soon be able to only focus on recovery sources and selected devices while devs can build full version at their will

Uploaded tar.md5
Let me know when you fix your device tree
By the way, recovery doesn't need all the modules
Also, no need to specify kernel sources and use TARGET_PREBUILT_KERNEL flag
Hope you can fix the vold soon too
Use my minivold binary to have exfat support through kernel modules if you compile it again

Phil3759 said:
Uploaded tar.md5
Let me know when you fix your device tree
By the way, recovery doesn't need all the modules
Also, no need to specify kernel sources and use TARGET_PREBUILT_KERNEL flag
Hope you can fix the vold soon too
Use my minivold binary to have exfat support through kernel modules if you compile it again
Click to expand...
Click to collapse
I have updated my device source on github to fix vold and kernel. https://github.com/gr8nole/android_device_samsung_lt02wifi
The external sd card is listed as /storage/extSdCard in the device vold.fstab, so I used that and it works. No extra.fstab needed.
I also updated the fstab to use the "by name" convention for all other mount points. The usb devices will probably never work for us because the device vold.fstab refers to mount points in "omap" directories which we do not even have.
I commented out the portions pertaining to prebuilt kernel, so it compiles (and uses) the kernel from source now.
I did compile a non-touch version this morning with these changes and everything seems to work great.
Thank you.

gr8nole said:
I have updated my device source on github to fix vold and kernel. https://github.com/gr8nole/android_device_samsung_lt02wifi
The external sd card is listed as /storage/extSdCard in the device vold.fstab, so I used that and it works. No extra.fstab needed.
I also updated the fstab to use the "by name" convention for all other mount points. The usb devices will probably never work for us because the device vold.fstab refers to mount points in "omap" directories which we do not even have.
I commented out the portions pertaining to prebuilt kernel, so it compiles (and uses) the kernel from source now.
I did compile a non-touch version this morning with these changes and everything seems to work great.
Thank you.
Click to expand...
Click to collapse
did you try:
/devices/platform/sdhci-pxav3.0/mmc_host/mmc1 auto auto defaults voldmanaged=extSdCardsdcard1:auto
Click to expand...
Click to collapse
extra.fstab is to add blk_device2 support, that is ability to format external storage to ext2/ext3 and to partition it
Also, it makes it possible to better get partition size for some devices

Phil3759 said:
did you try:
extra.fstab is to add blk_device2 support, that is ability to format external storage to ext2/ext3 and to partition it
Also, it makes it possible to better get partition size for some devices
Click to expand...
Click to collapse
It does work with "sdcard1" as well. I chose to leave it as extSdCard because that is how it is named in our stock roms. Please use whichever works best for you.
Thanks for the info about the extra.fstab. :good:

gr8nole said:
It does work with "sdcard1" as well. I chose to leave it as extSdCard because that is how it is named in our stock roms. Please use whichever works best for you.
Thanks for the info about the extra.fstab. :good:
Click to expand...
Click to collapse
recovery should use sdcard1 to avoid potential issues due to mal-formatted install scripts
That's the new CWM convention
I will go with sdcard1
Thank you again
Probably because you did not use auto as mount point then

Related

[RECOVERY] TWRP 2.2.0 with on-screen keyboard! [2012-07-12]

[RECOVERY] TWRP 2.2.0 with on-screen keyboard! [2012-07-12]
Team Win Recovery Project 2.2, or TWRP2 for short, is a custom recovery built with ease of use and customization in mind. 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.
Phone look:
Tablet look:
CHANGELOG (for 2.2.0):
- On-screen keyboard in recovery! -- supports long press, backspace repeat, and swipe left deletes everything left of the cursor
- Name new backups and rename existing backups
- Rename files and folders in the file manager
- Pseudo-terminal emulator
- Support decrypting an encrypted data partition on Galaxy Nexus (enter password using keyboard)
- Backup archive splitting -- allows backup and restore of data partitions larger than 2GB
- Simplified XML layout support between resolutions
- Added dual storage selection radio buttons to zip install, backup, and restore pages
- Improved zip install compatibility
- Updated update-binary source code
- Numerous small bug fixes and improvements
DOWNLOAD:
The fastest and easiest way to install TWRP is to use the GooManager app:
Play Store Link
Direct Download
You can find more information and download links on our website!
BUGS:
If you have found a bug, please consider posting it to our github issues log. It's pretty much impossible for us to keep up with the more than 30 threads that we have for the devices that we "directly" support. If you have a significant problem that cannot be answered in this thread, your best bet is to PM me directly, contact us via our website, or find us in our IRC channel below. If you see someone that's struggling, feel free to point it out to us. We need your help to help us keep track of all of our devices! Thanks!
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
Changelog
Changelog:
2012-07-12 v2.2.0
See TeamWin's TWRP page for changelog.
2011-10-07 v1.1.1
See TeamWin's TWRP page for changelog.
2011-08-17 v1.0.3.1
Bug Fixes:
- Fixed issues with efs backup/restore - now fully tested
2011-08-05 v1.0.3
New Features:
- Added timezones that should cover everyone
- Added twrp spam feature (twrp settings)
- Added fix permissions (advanced menu)
- Added wipe cache and dalvik into Flash Zip menu
- Added copy recovery.log to /sdcard (advanced menu)
- Added output spam/no spam to restores
- Added mke2s prebuilt to /sbin
Bug Fixes:
- Fixed SD-EXT issues, (no partition SD-EXT features yet)
- Fixed EFS partition issues
- Changed the way we do backups on mtd devices, which should fix any boot partition issues
(we suggest making new backups if you have an mtd device, EVO4G,NS,NS4G)
2011-08-01 v1.0.2
Bug Fixes:
- Fixed SD-EXT issues
- Added Format SD-EXT into format menu
- Removed GAPPS support, CM7 automatically backsup and restores if you already have GAPPS installed. If you don't, just flash GAPPS zip
- Fixed issue where when flashing a rom, rebooting brings you back to recovery. Auto reboot after successful flash should work great now!
- Rearranged the format menu
2011-07-29 v1.0.1 - Initial release on Nexus S
FAQ:
How to install with Fastboot:
Download the fastboot binary for your computer and OS
Connect your phone and boot it into fastboot
Run fastboot with the command
Code:
fastboot flash recovery path/to/recovery-twrp-shooter-1.0.1.img
What's Fastboot?!
Check here for further information on fastboot and how to obtain it: http://forum.xda-developers.com/showthread.php?t=895545. Thanks to zephiK for directing me to it.
Moar winning...
Sweet. Trying on 4g now
snandlal said:
Sweet. Trying on 4g now
Click to expand...
Click to collapse
This is for the Nexus S, not the 4G. We are still working on making it compatible with the NS4G.
yes i know. Its in the nexus s section. Thanks for this. Seems to work great on 4g model. Can't wait for the full-blown 4g version. Great Job!
snandlal said:
yes i know. Its in the nexus s section. Thanks for this. Seems to work great on 4g model. Can't wait for the full-blown 4g version. Great Job!
Click to expand...
Click to collapse
sweet! thanks for the feedback!
screenshot please..
simms22 said:
screenshot please..
Click to expand...
Click to collapse
but of course! thanks to ffolkes for grabbing these:
{
"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"
}
shift_ said:
but of course! thanks to ffolkes for grabbing these:
Click to expand...
Click to collapse
thank you very much
Very nice to see this come out, looking forward to trying it out. Not to sound ungrateful but I have been hoping for a recovery that lets you name the backups rather than have them time stamped. Call me lazy but I flash back and forth between roms enough that keeping then straight just by the date and time is tough for an old fart like me...and yes I know rom manager can rename them for me but like I said I'm lazy...
Great work guys, thanx for your contributions to android life
Awesome guys, very smooth and much better looking than CWM recovery, a keeper indeed.
Edit: For those curious, it also works fine with the Reboot to Recovery feature build into many custom roms, such as CM7, Oxygen etc.
Thanks shift and teamwin, always good stuff.
Sent from my Nexus S 4G using XDA Premium App
Just tried it out and compared it to Clockwork Recovery. Seems a lot cleaner, definitely love how you can assign a folder for flashable .zips.
I think I'll keep this over my Clockwork Recovery 4.0.0.2 looking forward to future updates.
OK I took the plunge using the other teamwin contribution of the day(you guys rock!), the app for flashing img files like kernels and recoveries and it works fine so far on my ns4g. I especially like how I can mount usb in recovery and get at my files, never had any luck with any previous recoveries allowing it, even ones that had the option. Haven't tried all the options just yet but I am sure to find something to flash around here requiring a backup or two....let me dig around...
I too flashed it looks nice, love the options, thanks teamwin
Sent from my Nexus S 4G using XDA Premium App
raiderep said:
Very nice to see this come out, looking forward to trying it out. Not to sound ungrateful but I have been hoping for a recovery that lets you name the backups rather than have them time stamped. Call me lazy but I flash back and forth between roms enough that keeping then straight just by the date and time is tough for an old fart like me...and yes I know rom manager can rename them for me but like I said I'm lazy...
Great work guys, thanx for your contributions to android life
Click to expand...
Click to collapse
That would mean we'd have to create a software keyboard type interface which might bloat the recovery. As you said you could always use rom manager, or even mount the sdcard as a usb drive and change the folder name manually.
I knew for Shinzul my Ninzul was involved.
Uncle Jimmy says hello
AssassinsLament said:
That would mean we'd have to create a software keyboard type interface which might bloat the recovery. As you said you could always use rom manager, or even mount the sdcard as a usb drive and change the folder name manually.
Click to expand...
Click to collapse
Thats why I'm just a dreamer and not a doer lol...you guys know the limits and I guess I just don't see them...awesome work either way guys
One thing I could use some help with though, I tried to flash deck's latest and it gave me a status 7 error, just wondering if its because this isn't official for the ns4g or not...and I can report that it did a successful backup and restore for me

[RECOVERY] TeamWin Recovery Project (twrp) 2.2.0.1 [15-08-2012]

Team Win Recovery Project 2.1, 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.
I don't own any LG phone,so my support will be limited,but you can ask Great_Day for more as he's my tester.
If you want more informations and/or you want to donate,please go to this page
Phone look:
{
"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"
}
DOWNLOAD:
Great_Day's host
You can use GooManager to download and flash the recovery
INSTRUCTIONS:
If you want to do it manually
Download recovery.img and place it on root of your sdcard
Make sure your phone is rooted
Open a terminal(Terminal Emulator from market works perfectly)
Type
Code:
su
cd /sdcard
dd if=recovery.img of=/dev/block/mmcblk0p7
Reboot in recovery and enjoy
Otherwise,you can use GooManager Beta
Run it,press menu button
Tap on "Install OpenRecoveryScript"
Enjoy
CHANGELOG:
On-screen keyboard in recovery! -- supports long press, backspace repeat, and swipe left deletes everything left of the cursor
Name new backups and rename existing backups
Rename files and folders in the file manager
Pseudo-terminal emulator
Support decrypting an encrypted data partition on Galaxy Nexus (enter password using keyboard)
Backup archive splitting -- allows backup and restore of data partitions larger than 2GB
Simplified XML layout support between resolutions
Added dual storage selection radio buttons to zip install, backup, and restore pages
Improved zip install compatibility
Updated update-binary source code
Numerous small bug fixes and improvements
BUGS:
If you have found a bug, please consider posting it here,possibly with a recovery.log. It's very hard to keep up with multiple threads for multiple devices. Please search the issues list first. Your issue may have already been reported.
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link
If none answers there,please join #neopeek on Freenode.
CREDITS:
E3D for the hosting
TeamWin for making the recovery
Great_Day for testing
TeamKang for the device tree
Helicopter88, Thank you for doing this for us! Everyone should try this. TWRP is awesome!
Finally !
I will test and report here
Thank you Helocopter!
EDIT : WOOOW amazing !
Can you make boot the recovery directly in /emmc directory ? (just after choose "install")
Can you add an option to backup our ROM in the ExternalSD ?
Downloading now. Can't wait to check it out. Thank you!
Please let me know if you find any bug!
Recovery is now official on GooManager,please use it to flash!
Tried to flash a rom with aroma installer, the phone shutted off. maybe is aroma installer incompatible with this recovery?
Marsou77 said:
Finally !
I will test and report here
Thank you Helocopter!
EDIT : WOOOW amazing !
Can you make boot the recovery directly in /emmc directory ? (just after choose "install")
Can you add an option to backup our ROM in the ExternalSD ?
Click to expand...
Click to collapse
I don't have a device with dual storage,but I assume that if you toggle the storage to the external one,backups will go there
markop90 said:
Tried to flash a rom with aroma installer, the phone shutted off. maybe is aroma installer incompatible with this recovery?
Click to expand...
Click to collapse
Here aroma works,make sure you're flashing from the external storage
Any one try goomanager? If yes, working? Tks....
Sent from my Optimus 2X
orbital_71 said:
Any one try goomanager? If yes, working? Tks....
Sent from my Optimus 2X
Click to expand...
Click to collapse
Works perfectly!
i have temasek's latest cm7 build here with vadonka's latest stable kernel. after reboot it hangs @ blue TEAMWIN splashscreen...
any suggestions?
Ryukenden said:
i have temasek's latest cm7 build here with vadonka's latest stable kernel. after reboot it hangs @ blue TEAMWIN splashscreen...
any suggestions?
Click to expand...
Click to collapse
Not compatible for CM7?
Sent from my Optimus 2X
i dont think it was CM issue. anyway, i did kdz flash of clean v20s, and reflashed. it works now
Would it be possible to port to p999? very similar device.
it works great,, good job thanks dude
tahahawa said:
Would it be possible to port to p999? very similar device.
Click to expand...
Click to collapse
I'll try something,remember that I don't have a device,please join #neopeek on freenode
Edit: TWRP for LG P999
http://forum.xda-developers.com/showthread.php?t=1749678
What I like most is the file browser, so I missed in CWM
Now no need to use QtADB, rather, I will use it less. :fingers-crossed:
Thank you
EDIT:
Bug:
From GooManager it keeps out the recovery
Homero2 said:
What I like most is the file browser, so I missed in CWM
Now no need to use QtADB, rather, I will use it less. :fingers-crossed:
Thank you
EDIT:
Bug:
From GooManager it keeps out the recovery
Click to expand...
Click to collapse
GooManager recognizes only devices that are named p990,for now,so if yours is named p990-something,you can't use it,for now
OK, This is part of my build.prop file
ro.product.model=LG-P990
ro.product.brand=lge
ro.product.name=lge_star
ro.product.device=p990_EUR-xx
ro.product.board=p990
Click to expand...
Click to collapse
And that part have not changed
Great job, I use it on my transformer prime and it's a great recovery.
Installation flawless.
AWESOME Recovery...looks really good and has plenty more features than CWM

[Kernel][Beta][29-JAN-2014] Triangulum kernel.

{
"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"
}
Triangulum kernel is a custom kernel series specifically for the galaxy gear.
This is the first fully custom kernel for the Galaxy Gear. This is not a complete ROM, This is just a replacement kernel.
Features:
Restored Exynos 4212 frequency table - Full 1.6GHz clock available.
Dual core enabled
init.d support
autoroot including superuser
MTP as default.
Click to expand...
Click to collapse
Known Issues:
Second core isn't enabled on first boot after flashing.
Click to expand...
Click to collapse
Download links are in the second post.
Installation Instructions:
Heimdall:
Boot device in download mode.
Click browse to open package.
Open triangulum-1.0-heimdall.tar.gz with Heimdall
Start flash.
Click to expand...
Click to collapse
Odin:
Boot device in download mode.
Make sure that only Auto Reboot is checked, and select file in AP
Open triangulum-1.0-odin.tar.md5
Start flash.
Done.
Click to expand...
Click to collapse
Recovery:
Note: This requires running _null TWRP
Copy triangulum-1.0.zip to device
Reboot to recovery
Select zip from file picker
Install
Click to expand...
Click to collapse
Signature banner for those who like showing what they are running on their devices:
Code:
[PLAIN]
[URL="http://forum.xda-developers.com/showthread.php?t=2610071"][img]http://files.lilstevie.geek.nz/assets/triangulum/images/triangulum-600x150.png[/img][/URL][/PLAIN]
Root powered by SuperSU - Logo created with Universe Sandbox​
Downloads:
Heimdall Package md5: 5ec89392ccccd15b20eb585a4ffe2d3c
Odin Package md5: 2dbb366f275481f20fe18d628ef83ebb
Update.zip Package md5: 18852abd04f82c0e3ea89bf97af557e6
Source:
samsung_sm-v700_kernel
Old Versions:
0.1:
Heimdall Package
0.2:
Heimdall Package
Odin Package
Update zip
1.0:
Heimdall Package
Odin Package
Update zip
F.A.Q:
1. Will this kernel drain my battery faster?
It depends on usage. In most cases you will however see a faster battery drain unless you change the frequency settings using an application such as SetCPU or Voltage Control.
2. Where did the name Triangulum come from?
The name Triangulum comes from the name of a galaxy within our local group. You can read more about it here.
3. What settings do you recommend in <insert cpu control app here>?
It really depends on what you find works best for you, it is a balance between battery life, responsiveness and how much heat it is going to produce on your wrist. Personally I have set the device to use the powersave governor which is more conservative on when it steps up the frequencies, but also bumped up the minimum frequency to 400MHz as to aid in response times, but have full clock at 1.60GHz.
4. Before installing I had adb enabled, why isn't it now?
I don't believe in enabling adb by default, for the same reason I will not run the kernel in insecure mode. As part of the process to enable MTP the system forgets if you have enabled adb.
Changelog:
1.0.1:
Fixed no sound bug
Fixed no video recording bug
1.0:
Reworked init.d support
MTP enabled on boot
Moved out of beta
0.2:
Unlocked second core
Added init.d support
Autoinstall root if not present
Switched to LZMA for kernel and ramdisk
0.1:
Initial Release
lilstevie said:
Reserved 3
Click to expand...
Click to collapse
can i flash this in odin??
red rocket said:
can i flash this in odin??
Click to expand...
Click to collapse
At this stage no, I will work on an odin package a bit later.
This is great !
I cant wait to see what you whip up in the future..
EDIT: Perhaps init.d support ? MTP being the default storage mount ? SWAP support ?
Nice work! Will be interesting to see how it behaves if you are actually able to unlock the second core
fOmey said:
EDIT: Perhaps init.d support ? MTP being the default storage mount ? SWAP support ?
Click to expand...
Click to collapse
init.d support is definitely possible, as is MTP. SWAP I'm a little more hesitant about, I'm not fond of swap on mmc devices due to wear cycles, but also the limited available memory (4GB) means it would be a sacrifice.
lilstevie said:
init.d support is definitely possible, as is MTP. SWAP I'm a little more hesitant about, I'm not fond of swap on mmc devices due to wear cycles, but also the limited available memory (4GB) means it would be a sacrifice.
Click to expand...
Click to collapse
I agree with swap although it would be nice to experiment with.
MTP on the other hand tho I think would be a excellent idea pre-enabled.. Make life easier for more novice users who are not very confident with adb.
Brendo said:
Nice work! Will be interesting to see how it behaves if you are actually able to unlock the second core
Click to expand...
Click to collapse
is the second core locked/unlock on the stock kernel?
cyberone3 said:
is the second core locked/unlock on the stock kernel?
Click to expand...
Click to collapse
On the stock kernel it is turned off. So far it appears to be done by a userland process (most likely init)
heimdall
first - thanks for the work, exciting stuff.....can't wait to see where this goes...
If we can get uv/oc and some ram advantages, it'll be great.
I was chatting to f0mey about swap...I see you're not a fan of swap.
sorry for OT, but relevant (i guess in a remote kinda way )....for the life of me I just cant get Heimdall to flash this, keeps giving me a libusb error-12.
I have used Heimdall before often, but it just doesn't want to recognise the device. (Windows7 x86)
I tried reloading zadig (drivers), reinstalled C++ framework etc but no gravy
When I try to reload the Heimdall driver files, it says drivers already installed
I guess I'll wait for the Odin or TWRP flashable kernel, unless you have it available as a Boot.img ?
How high is the stock clock on the cpu on the gear? Great with a new kernel for the gear! thank you!
kashortiexda said:
first - thanks for the work, exciting stuff.....can't wait to see where this goes...
If we can get uv/oc and some ram advantages, it'll be great.
I was chatting to f0mey about swap...I see you're not a fan of swap.
sorry for OT, but relevant (i guess in a remote kinda way )....for the life of me I just cant get Heimdall to flash this, keeps giving me a libusb error-12.
I have used Heimdall before often, but it just doesn't want to recognise the device. (Windows7 x86)
I tried reloading zadig (drivers), reinstalled C++ framework etc but no gravy
When I try to reload the Heimdall driver files, it says drivers already installed
I guess I'll wait for the Odin or TWRP flashable kernel, unless you have it available as a Boot.img ?
Click to expand...
Click to collapse
Sorry I cannot help for most of the Heimdall stuff. I use linux on my workstation which Heimdall just works with
I can however help with just the boot.img here you can find it in kernel boot.img format. Also the heimdall package is just a tar.gz which can be opened with winrar et al.
tyvar1 said:
How high is the stock clock on the cpu on the gear? Great with a new kernel for the gear! thank you!
Click to expand...
Click to collapse
On the stock kernel it is 800MHz
I was contemplating making a cwm/twrp flashable zip with boot img but am not sure what mmcblk partition for the script
Sent from my GT-N7100 using Tapatalk
kashortiexda said:
first - thanks for the work, exciting stuff.....can't wait to see where this goes...
If we can get uv/oc and some ram advantages, it'll be great.
I was chatting to f0mey about swap...I see you're not a fan of swap.
sorry for OT, but relevant (i guess in a remote kinda way )....for the life of me I just cant get Heimdall to flash this, keeps giving me a libusb error-12.
I have used Heimdall before often, but it just doesn't want to recognise the device. (Windows7 x86)
I tried reloading zadig (drivers), reinstalled C++ framework etc but no gravy
When I try to reload the Heimdall driver files, it says drivers already installed
I guess I'll wait for the Odin or TWRP flashable kernel, unless you have it available as a Boot.img ?
Click to expand...
Click to collapse
Same for me, windows 8 x64
Can't wait for a flashable zip. This looks great
Sent from my SM-N900T using Tapatalk
Rename triangulum.img to boot.img
Copy to null_ 19.zip
And flash null_ 19.zip (no wipe if already installed)
Kernel work very well thank you :good:
Please a Tarball Im on stock and I wanna flash this baby aswell
Sent from my SM-N9005 using XDA Premium 4 mobile app

[Recovery][FALCON/UNIFIED]TWRP 2.7.1.1 OTG support[UNOFFICIAL][22/07/2014]

Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
{
"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"
}
TWRP_2.7.1.1-XPE.img - 8.79 MB
Source:
https://github.com/TeamWin/Team-Win-Recovery-Project
CREDITS:
- Dees_Troy for make TWRP
- Team win
- ME
and all user's
NOTE: Differences from the "oficial"
This support all variants
Official only XT1032
Click to expand...
Click to collapse
OLDER DOWNLOADS
recovery.img - 7.81 MB
2.7.0.0
TWRP_2.7.1.0_Falcon.img - 8.36 MB
TWRP_2.7.1.0-xpe_Falcon.img - 8.38 MB
Changelog:
2.7.1.1-XPE
Internal changes
Added USB mount support
Allow custom bootloader msg offset in block misc
Implement "take a screenshot" feature (power+volume down)
Check the crash counter instead of date in TWFunc::Fixup_Time_On_Boot()
Change ro.twrp.boot boolean to twrp.crash_counter
Fix setting of brightness during startup
Track backup and restore progress
Refresh after partition changes
mtdutils: fix rk3xhack filter
GUI: Add -fno-strict-aliasing to GUI for Vanir
minui: Do not return true from target_has_overlay() if MSM_BSP is not set
Add "include $(CLEAR_VARS)" for 4.4 ROMS (clears LOCAL_BUILT/LOCAL_INSTALLED error)
now you can wake if you touch screen or make doubletap and Sweep2wake
2.7.1.0-XPE
Internal changes
Added OTG support
Fixed some detections of GPE
Fixed some issues with backup data
What's new in 2.7.1.0:
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
libtar: don't set parent dir's context when extracting a file
Add options to repair or change file system
Fix crash while loading config due to incorrect tw_storage_path
Add /system/priv-app to fix permissions code. New in jellybean.
Update minui to support overlay graphics
recovery: Compatibility with upstream minui change
CHANGELOG for 2.7.0.0:
- Fixes for Falcon device
-Faster graphics rendering by disabling alpha blending on fully opaque objects thanks to Tassadar
-Allow sideloading from /tmp on encrypted devices
-Check for a crypto footer before asking for a password to prevent user confusion
-Additional checks for validity to auto generated backup names
-Text wrap in the console output
-Proper caps lock support in the keyboard
-Mouse support via USB OTG for devices with a broken digitizer
-Improve scanning of storage locations for OpenRecoveryScript
-Haptic feedback for buttons, keyboard, and vibration at the end of longer running actions thanks to Samer Diab
-Fixed ext4 wiping when no selinux contexts are defined for that partition (e.g. sd-ext)
-Update SuperSU to 1.93 and improve installation process
-Added selinux contexts restoration to fix permissions
-Load RTC offset on Qualcomm devices to fix the date/time in recovery
-USB Mass Storage fixes Add SELinux support checking
-Add Disk Usage class to better handle excluded folders (e.g. Google Music cache)
-Add 4.4 decrypt support
-Add some toolbox utilities to TWRP (namely to support SELinux functions not supported in busybox)
-Various SELinux fixes and bug fixes
Note: 2.7 marks the first time that we are dropping support for older devices. We are doing this because of the SELinux support needed to install 4.4 Kit Kat ROMs. The non-TWRP parts of the recovery image have to be built in at least a 4.1 tree and the kernel that is included in the recovery image has to support writing SELinux contexts. We don't own most of the devices that we support so we depend on outside testers and developers to help us update devices. In many cases we can't find someone readily. Come to #twrp on Freenode if you want to help bring your device up to date. You can tell right away if your device will support 4.4 ROMs in 2.7. Boot TWRP and press the console button (the square-ish button either in the bottom middle or upper right) to view the console output. If it doesn't say "Full SELinux support" in the console, then your device still needs some work. Help us help you.
TeamMex said:
Reserved
Click to expand...
Click to collapse
I'm sorry for asking maybe something stupid but are there any differences between your 2.7.0.0 and Dees_troy's one?
Please don't blame me if it is a noob question.
Regards
Stefano
Inviato dal mio XT1032 utilizzando Tapatalk
Stefano187 said:
I'm sorry for asking maybe something stupid but are there any differences between your 2.7.0.0 and Dees_troy's one?
Please don't blame me if it is a noob question.
Regards
Stefano
Inviato dal mio XT1032 utilizzando Tapatalk
Click to expand...
Click to collapse
The diference is in next release I make All F2FS support n_n
for now is the same but I don't see the version of Dees_troy and isn't noob question mate
the others versions for me won't boot in recovery. (in Android development)
TeamMex said:
The diference is in next release I make All F2FS support n_n
for now is the same but I don't see the version of Dees_troy and isn't noob question mate
the others versions for me won't boot in recovery. (in Android development)
Click to expand...
Click to collapse
Sorry you are right! I wanted to say dhacker version not dees_troy! Thank you for your answer and I'm going to wait your next release because I have stock Motorola ROM and I'd like to make a wipe of my data partition and I don't know if now it is supported.
Thank you for your work and sorry for bothering you.
Regards
Stefano
Inviato dal mio XT1032 utilizzando Tapatalk
Stefano187 said:
Sorry you are right! I wanted to say dhacker version not dees_troy! Thank you for your answer and I'm going to wait your next release because I have stock Motorola ROM and I'd like to make a wipe of my data partition and I don't know if now it is supported.
Thank you for your work and sorry for bothering you.
Regards
Stefano
Inviato dal mio XT1032 utilizzando Tapatalk
Click to expand...
Click to collapse
you can flash it I tested on Stock 4.4.2 and work fine, touch and all, factory reset won't format internal storage
and dhacke version not work for me and my friends so I realize this version
Works great so far. Tested it a bit and couldn't find any Bugs.
Can't wait for all f2fs, did wonders on my grouper!
But would it be possible to also add usb-otg mount?
Thanks alot, will keep an eye on your work!
swarls said:
Works great so far. Tested it a bit and couldn't find any Bugs.
Can't wait for all f2fs, did wonders on my grouper!
But would it be possible to also add usb-otg mount?
Thanks alot, will keep an eye on your work!
Click to expand...
Click to collapse
I working to add it
cheer's
TeamMex said:
I working to add it
cheer's
Click to expand...
Click to collapse
Great!
And btw, do you know if legolas will support the moto g with his app in future?
I like the simplicity of converting the roms with it.
swarls said:
Great!
And btw, do you know if legolas will support the moto g with his app in future?
I like the simplicity of converting the roms with it.
Click to expand...
Click to collapse
I don't know mate :/ maybe but you need answer him...
hey!
TeamMex said:
I don't know mate :/ maybe but you need answer him...
Click to expand...
Click to collapse
USB OTG still does not work,idk why?
rr46000 said:
USB OTG still does not work,idk why?
Click to expand...
Click to collapse
isn't recognized for now i forget add OTG support in menus
rr46000 said:
USB OTG still does not work,idk why?
Click to expand...
Click to collapse
GREAT WORK..very smooth.. Hope USB OTG will be supported next time then this will be perfect. All my backup is in my USB
I can't backup data partition. If I uncheck data, backup is successful. If data is checked, backup fails. Any idea? Using stock rom with stock kernel.
Thanks for your work. I'm waiting for USB OTG support before I switch back to TWRP. I prefer TWRP's GUI to the other custom recoveries but my 8 GB Moto G needs USB OTG.
Also is there a way to flash an ".img" recovery without having to use fastboot? I know how to use fastboot, but sometimes I'm just to lazy to go to my computer or I'm on the road.
sgorveatt said:
Thanks for your work. I'm waiting for USB OTG support before I switch back to TWRP. I prefer TWRP's GUI to the other custom recoveries but my 8 GB Moto G needs USB OTG.
Also is there a way to flash an ".img" recovery without having to use fastboot? I know how to use fastboot, but sometimes I'm just to lazy to go to my computer or I'm on the road.
Click to expand...
Click to collapse
Search the play store for IMG flasher ! Works great
Sent from my Moto G using XDA Premium 4 mobile app
hi. I just instalbl this recoverry. I been using it on my old defy but now want to use it on my moto g, But when i go to backup, in the list apear Data (6697029879258MB). I belive is a problem reading data partition. Any idea what can I do whit it?
Updated
not have support of OTG yet-
I also found the official 2.7.1.0 for xt1032 by openrecovery
http://goo.im/devs/OpenRecovery/xt1032/openrecovery-twrp-2.7.1.0-xt1032.img
Plz fix otg bug.
Sent from my XT1033 using Tapatalk

[TWRP][sprout] Team Win Recovery Project [2.8.7.x]

Team Win Recovery Project for Android One 1st Generation​​
[ UNOFFICIAL ]
Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
{
"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"
}
DOWNLOAD
[ AFH | DRIVE ]
CHANGELOG
Code:
[B]TWRP 2.8.7.x[/B]
[LIST]
[*]Updated sources
[*]Fixed issues with Android M custom roms
[*]Fixed "Mount system read-only" disabled after reboot
[*]F2FS support. Huge thanks to Swapnil Solanki for the ZEUS kernel commits
[*]Faster Partition Formating for EXT4 filesystem. F2FS may take 3-5 minutes or more.
[/LIST]
[B]TWRP 2.8.7.0[/B]
[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 (xuefer)
[*] 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]
[B]Enabled few options which were not included with the official TWRP for Sprout[/B]
[LIST]
[*][URL="https://gerrit.omnirom.org/12728"][WIP] gui: stock theme rework[/URL] by z31s1g (9-27-2015)
[*]OEM, LOGO and IMEI support
[*]USB Mass Storage
[*]CPU Temperature
[/LIST]
Full Changelog
PROCEDURE
- Flash the zip with your current custom recovery
- Or extract the .img file and flash it with Flashify
FASTBOOT METHOD
Code:
[B][CENTER]$ fastboot flash recovery twrp-2.8.7.x-sprout.img[/CENTER][/B]
MATERIALIZE THEMES
I personally like the default ui, but decided to add more themes for you to choose from. But in case you want more themes there are alternatives, you can grab em here Ave_Hornet, SethPDA and annson08 And make sure that the theme is compatible with your current twrp version.
Manual Installation:
Download the theme of your choice and rename it to " ui.zip "
Navigate to Internal storage "/data/media/0/TWRP" and create a new folder name "theme"
Place the "ui.zip" inside the theme folder similar to this "/data/media/0/TWRP/theme/ui.zip".
Reboot to recovery and enjoy
Don't forget to hit the thanks button for z31s1g, Ave_Hornet, SethPDA and annson08
BUGS
-Aroma filemanager....
-If you found an insect you tell me
MD5 HASH
Check out the AFH mirror, it contains all the md5 signature
Flash at your own risk :good:
Huge Thanks to Linus Torvalds for the Linux Kernel, TeamWin for the source, Varun.Chitre15 Sprout Device Tree, Swapnil Solanki for the Zeus kernel F2FS commits, z31s1g and Behold_this for the rest of the themes​
Screenshots​
Tested and working for Sprout4 variants...
Verified working for Sprout8 by @joeyhuab. Big thanks
Thanks! I hope an official build will be released, maybe make this one official if there's no problems!
awesome work sir
Thanks for this @1cefire!!
Thank you very much it works flawlessly one question though it has option of backing up imei does it work?Lot of devices lost imei on flashing stock it would be very helpful if it worked.
Cann aroma file manager be fixed.
vjtigas said:
Thanks! I hope an official build will be released, maybe make this one official if there's no problems!
Click to expand...
Click to collapse
Not possible dude, TWRP official is already available for sprout
ARAVIND_PAVAN said:
awesome work sir
Click to expand...
Click to collapse
joeyhuab said:
Thanks for this @1cefire!!
Click to expand...
Click to collapse
rohitsonone said:
Thank you very much it works flawlessly one question though it has option of backing up imei does it work?Lot of devices lost imei on flashing stock it would be very helpful if it worked.
Cann aroma file manager be fixed.
Click to expand...
Click to collapse
Regarding IMEI, I think it might work since TWRP will backup the partitions responsible for our device equipment identity. I haven't tried it though, since I haven't lost my IMEI on this device. I was able to try with my previous mtk6582 device thanks to this thread. And regarding Aroma FM, I guess it doesn't work with the latest twrp, use the built-in filemanager for now
1cefire said:
Not possible dude, TWRP official is already available for sprout
Regarding IMEI, I think it might work since TWRP will backup the partitions responsible for our device equipment identity. I haven't tried it though, since I haven't lost my IMEI on this device. I was able to try with my previous mtk6582 device thanks to this thread. And regarding Aroma FM, I guess it doesn't work with the latest twrp, use the built-in filemanager for now
Click to expand...
Click to collapse
I mean, they should label this recovery you made as official! I think there are no bugs in this recovery that you made, it should be called official and be uploaded to the official TWRP site...
vjtigas said:
I mean, they should label this recovery you made as official! I think there are no bugs in this recovery that you made, it should be called official and be uploaded to the official TWRP site...
Click to expand...
Click to collapse
I guess so, but no worries dude.....
doesn't matter, as long as its stable
How to flash using flashify,!?
Sent from my MyPhone UNO using XDA Forums
shirozxc said:
How to flash using flashify,!?
Sent from my MyPhone UNO using XDA Forums
Click to expand...
Click to collapse
Extract the zip using es filemanager/root explorer and flash twrp-2.8.7.0-sprout.img
Built TWRP with the new stock GUI by z31s1g
DOWNLOAD : TWRP New GUI
Changelog
[WIP] gui: stock theme rework: Combine the current theme with a touch of material.
Big thanks to z31s1g
1cefire said:
DOWNLOAD : TWRP New GUI
Changelog
[WIP] gui: stock theme rework: Combine the current theme with a touch of material.
Big thanks to z31s1g
Click to expand...
Click to collapse
Cool! Where's that UI from?
---------- Post added at 06:58 AM ---------- Previous post was at 06:52 AM ----------
Never mind, I just understood.
By the way, when I change the filesystem of any partition to f2fs, TWRP cannot mount it.
vjtigas said:
Cool! Where's that UI from?
---------- Post added at 06:58 AM ---------- Previous post was at 06:52 AM ----------
Never mind, I just understood.
By the way, when I change the filesystem of any partition to f2fs, TWRP cannot mount it.
Click to expand...
Click to collapse
It will be the default twrp UI, soon
This build was not built with f2fs enabled, a separate build is recommended since a kernel with f2fs enabled is also needed. i will look into it when i get the chance.
1cefire said:
It will be the default twrp UI, soon
This build was not built with f2fs enabled, a separate build is recommended since a kernel with f2fs enabled is also needed. i will look into it when i get the chance.
Click to expand...
Click to collapse
The Material TWRP 2.8.7.0 for sprout has the chmod 644 button. It makes pushing system apps easier. In this build, there's no such button. I have to type it manually. I hope that button can be added. Thanks
vjtigas said:
The Material TWRP 2.8.7.0 for sprout has the chmod 644 button. It makes pushing system apps easier. In this build, there's no such button. I have to type it manually. I hope that button can be added. Thanks
Click to expand...
Click to collapse
Dude, you should send a request to z31s1g regarding the issue, besides I use 755 more often You could do it yourself by unpacking the img file using AIK, then look for /twres/ui.xml or portrait.xml and search for the line containing chmod "755" and replace it with "644". Another option is to use a 3rd party theme such as material, or use the repacked version :good:
Anyhow, I have successfully compiled a working TWRP w/ f2fs support. Unfortunately, it seems like our kernel implementation of f2fs is messed up at the moment since none of my compiled f2fs enabled kernel works with a patched fstab, even f2fs enabled custom kernels such as monarch and zigzag were not able to get past the boot animation. i will look into it once again when M sources arrives.
Please add mounting of SD card after making it internal memory in Marshmallow. Really hard to flash zips via sideload
Thanks
Does this work for the android one varient (infinix hot 2 X510)
vjtigas said:
Can you make a blue themed (original) one? It looks so much better for me, thanks!
Click to expand...
Click to collapse
done :good:
hp5942 said:
Please add mounting of SD card after making it internal memory in Marshmallow. Really hard to flash zips via sideload
Thanks
Click to expand...
Click to collapse
I tried, but it looks like the internal storage feature of Android M is encrypted. As soon as teamwin found a way to support this feature I will update this recovery.
anarchtic said:
Does this work for the android one varient (infinix hot 2 X510)
Click to expand...
Click to collapse
No, It might work by porting, upload your device boot.img and I will try.

Categories

Resources