[OFFICIAL][RECOVERY] Cannibal Open Touch v3.0 Alpha Builds (latest: Alpha 10) - T-Mobile, Samsung Galaxy SIII

Cannibal Open Touch 3.0 Alpha 10
Disclaimer:
While we try to test our work as much as possible, it is always a possibility that something could go wrong and screw up your phone. We are not responsible for any damage that is done to your device, either directly or indirectly, as a result of using Cannibal Open Touch or any other Project Open Cannibal projects. Any damage done to your device is your responsibility and your responsibility only. We do this for fun, and we simply like to share our work.
What is Cannibal Open Touch?
Cannibal Open Touch is a custom recovery (like ClockworkMod or TWRP), created purely out of love for the platform and the desire to contribute something cool to the community. The name embodies everything that Cannibal Open Touch is. We take what we believe are the best features of popular recoveries like TWRP and ClockworkMod and, well, cannibalize them along with rolling out our own features.
Features:
Full Touch UI
Complete theme support, including app for management of themes (we'll get to that in a sec)
On-device backup and restore
Backup and restore via ADB
Much much more planned!
Bugs:
During installation, the standard Android installing icon gets displayed instead of the custom dialog box.
If you find a bug, please do not report it here! Instead, report it in the GitHub repository!
Screenshots
See the Screenshots tab above. (Or click me if you're using Tapatalk!)
Nandroid has been replaced!
Nandroid is in fact gone, and has been replaced with a much more robust backup solution. Backups can now be made either with ADB (the recommended way) or via the new Backup and Restore item in the main menu. Backups made via the built-in menu can be copied to a PC and restored via ADB, and backups made via ADB can likewise be copied to your device and restored using the Backup and Restore menu.
Code:
adb backup -f mybackupfilename.ab boot system data cache
You can also restore said backup by using adb, like so:
Code:
adb restore mybackupfilename.ab
Downloads:
Cannibal Open Touch d2lte builds (latest: CannibalOpenTouch-2.99.10_d2lte.tar)
How to install:
Download the latest Alpha image
Reboot to Download Mode:
Code:
adb reboot download
Flash the image with ODIN
Boot into recovery mode
Changelog:
3.0 Alpha 10 (2.99.10)
Themes are now stored in /cache/cot/themes to fix an issue introduced with FDE.
3.0 Alpha 9 (2.99.9)
Real menu scrolling! (but volume keys still work)
All backup/restore operations now verify that you want to take action
Resized UI to be more usable on all device resolutions
Themes can now display a battery charge indicator (depends on individual theme settings)
3.0 Alpha 8 (2.99.8) (not released)
Not released
3.0 Alpha 7 (2.99.7)
On-device backup and restore
3.0 Alpha 6 (2.99.6)
Complete theme support
Recovery settings (Theme settings and Unsigned ZIP flashing)
The preceding list is not 100% complete. See the project source code page for the full commit list.
Cannibal Open Touch themes app:
We are currently seeking Alpha testers for an app that will let users download and choose themes without rebooting to recovery mode. Currently there are 20 slots open. If you wish to join please PM me. The only requirement is you must have a Google+ account and are willing to submit proper bug reports, should any arise.
Cannibal Open Touch Themes:
You can now make your own themes for Cannibal Open Touch! See the example themes (it's pretty self-explanatory). Themes must be installed in /sdcard/cot/themes/theme_name (or /data/media/cot/themes/theme_name) in order to work. Please feel free to submit pull requests to have your custom themes added to the theme repository. They will also be packaged and made available to download via the Cannibal Themes app (mentioned above)!
Contribute to Project Open Cannibal
If you like our work and want to see more, consider a donation to the project!
Project Open Cannibal gerrit: http://review.projectopencannibal.org
Credits:
tdm, for the superb touch code (and lots more)
sblood86, for joining the project and leading the charge to greatness
thenameisnigel, for picking up our webhosting while I was gone
anyone else who has ever contributed to any Android-related project
XDA:DevDB Information
Cannibal Open Touch, Tool/Utility for the T-Mobile Samsung Galaxy S III
Contributors
thenameisnigel, Sblood86, drewwalton19216801, tdm, CyanogenMod, Koush and many others
Source Code: https://github.com/ProjectOpenCannibal/android_bootable_recovery-cm
Version Information
Status: Alpha
Created 2014-11-23
Last Updated 2014-12-03

Reserved

Reserved

WOW! First!
CWM was dying on S3, so this is a great addition!

Nice to see some new stuff coming out not for me tho I prefer twrp with a theme

immorality said:
Nice to see some new stuff coming out not for me tho I prefer twrp with a theme
Click to expand...
Click to collapse
BTW, we have themes as well. You can download theme from https://github.com/ProjectOpenCannibal/CannibalThemes_themes/ and unzip them to /sdcard/cot/themes.

@thenameisnigel
I don't see any themes actually uploaded I'll check in every now an then maybe see something I like (screen shots I'd rather not have random zip files)

immorality said:
@thenameisnigel
I don't see any themes actually uploaded I'll check in every now an then maybe see something I like (screen shots I'd rather not have random zip files)
Click to expand...
Click to collapse
There are themes uploaded there. They've been there for months now, and the contents of those files are located at http://github.com/projectopencannibal/sdcard_themes
Sent from my XT1080 using Tapatalk

Related

[RECOVERY][maguro] TWRP 3.0.0-0 touch recovery [2016-02-06]

Team Win Recovery Project 3.x, or twrp3 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.
CHANGELOG for 3.0.0-0:
-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
WARNING: This is our first release in a long time. We have a lot of new and somewhat aggressive changes in this new release. The changes to the graphics back-end may cause some devices to not boot up properly or have other display-related issues. If you are not in a position to reflash an older build of TWRP, then wait until you are or at least wait until others have tried the new version for your specific device. You don’t want to end up with a non-working recovery and have to wait several hours or days to get to a computer to be able to fix it.
Notes for themers: In addition to the udpated theme, we have introduced a theme version variable to the TWRP theme system. If the theme version does not match the version that TWRP expects, TWRP will reject the custom theme and load its stock theme. This change will ensure that people who update TWRP without updating their theme will still have a workable recovery. We have removed libjpeg support. The stock theme was only using a jpeg image for the splash / curtain. This change means that any custom themes will no longer be able to use jpeg images. It also means that tools used to repack recovery images with a different curtain / splash will need to be updated to use the new method.
Version number notes: For a while we’ve been using a 4 digit version number and reserved the 4th digit for device-specific updates. For instance, we find and fix a device-specific issue like decryption of data on Nexus 5, we would release that as a 2.8.7.1. After a while, some people would start asking where 2.8.7.1 was for other devices. So, going forward we have decided to change the numbering scheme to 3.0.0-2, etc. Our hope is that this version numbering scheme will more clearly identify that the 4th digit does not indicate a version change for the code base.
We need your help! The bulk of TWRP work is done by 3 people on a volunteer basis. We have pushed most of our device files to our github and we have a gerrit instance. If you have the ability, please help us maintain our official devices and/or add your device to our official device list. Thanks in advance!
CHANGELOG for 2.8.7.0:
-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)
Note: As always, be sure your custom theme is up to date (or remove your custom theme) before updating TWRP.
System read only option: Devices that ship with 5.0 and higher as their initial OS are using block level OTA updates. With this style of OTA update, the update script checks to see if the system partition has ever been mounted read/write. Further, the script also usually runs an SHA sum of the entire system partition to detect if any changes have been made. If any changes have been made, the OTA update will refuse to install. Since not all OEMs and devices have factory images available, we have created a new feature in TWRP that detects if the system partition has ever been mounted read/write. If not, you will be prompted asking if you want TWRP to mount system as read/write. If you choose not to allow TWRP to mount as read/write, TWRP won’t prompt to install SuperSU and TWRP won’t try to patch the stock ROM to prevent TWRP from being replaced by stock recovery. The goal of this option is to hopefully allow the user to make a raw system image backup that they can use to get back to a state where they can take OTA updates again.
resize2fs feature: On some devices like the Nexus 6, the factory images include a userdata image that is the proper size only for the 32GB units. If you flash the factory image to a 64GB Nexus 6, the data partition will appear as if it only has the free space of a 32GB device. Using the resize2fs option, TWRP can resize your data partition to take up the full space available. The resize2fs may also be useful to resize system partitions on devices where custom ROM system images don’t take up the full partition space. Lastly, resize2fs may be useful in some cases to reserve the proper space at the end of a data partition for a full disk encryption key, should your partition be formatted incorrectly for some reason.
This new version also marks our first set of full builds using our new jenkins build server. You can track the progress of builds at https://jenkins.twrp.me and we have taken additional steps to make it easier for device maintainers to step up and submit patches to our gerrit server at https://gerrit.twrp.me to help us keep devices up to date and working.
DOWNLOAD:
Most devices can be updated quickly and easily within TWRP if you already have version 2.8.4.0 or higher installed
1) Download the latest version from our website on your device
2) Reboot to TWRP
3) Hit Install and tap the "Images..." button in the lower right
4) Browse to the location of the TWRP image on your device and select it
5) Select recovery from the partition list and swipe to flash
OR:
You can find more information and download links on our NEW website! NOTE that the 2.8.6.0 version is ONLY available on our new site and is not available on our other, older mirrors!
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 40 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.
Good work, looks wonderful! I will wait for the 720p GNexus version.
Awesome will give it a try when the small bugs are sorted out!
Sent from my Galaxy Nexus using XDA
Pretty nice. It's usable.. Can't wait till all the bugs r gone. Especially the wait time it takes to boot to recovery.. But very nice work tho.
Sent from my Galaxy Nexus using Tapatalk 2 Beta-6
Finally some development at the recovery site, i was spoiled with the 4ext recovery's at my HTC phones .
Thanks!
melvie said:
Finally some development at the recovery site .
Thanks!
Click to expand...
Click to collapse
yeah,agree with that!it seems soo user-friendly...i want to try it right now!thanks OP,waited a lot for that!!!
Thanks guys, the tablet version also looks very good.
Fresh air around these parts
This looks nice.. I will for sure try it out, but waiting until it's more stable
WOW it's amazingggg .
Definitely looks promising; but came across an issue and the link to the issues log seems to be down.
While trying to flash an update (CM9 Unofficial) the installation fails; however I can easily flash the update using Clockworkmod.
Here is the pastebin link for the log file of the issue: GSM Galaxy Nexus TRWP2 Log
omg that's the only thing i missed from the nexus s. finally on gnex too!
thanks very much for that.
mykegger said:
Definitely looks promising; but came across an issue and the link to the issues log seems to be down.
While trying to flash an update (CM9 Unofficial) the installation fails; however I can easily flash the update using Clockworkmod.
Here is the pastebin link for the log file of the issue: GSM Galaxy Nexus TRWP2 Log
Click to expand...
Click to collapse
Thank you for the log (so many people forget the log!). I see the issue and it should be a pretty easy fix. My Galaxy Nexus arrives today so I should have a fix for this and have an updated theme that fills the whole screen sometime tomorrow.
the usb mount function does nothing, is it because of galaxy nexus internal memory structure (mtp, etc)?
i assume it will be removed completely in further versions like it was with cwm?
i still hope in some workaround that lets me add/remove files from recovery without adb
Dees_Troy said:
Thank you for the log (so many people forget the log!). I see the issue and it should be a pretty easy fix. My Galaxy Nexus arrives today so I should have a fix for this and have an updated theme that fills the whole screen sometime tomorrow.
Click to expand...
Click to collapse
Thanks! Looking forward to the fixes.
Sent from my Galaxy Nexus using xda premium
Updated builds available.
mykegger said:
Thanks! Looking forward to the fixes.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
The issue you reported should be fixed in the new build. Let me know if you have any problems. Thanks.
Dees_Troy said:
Updated builds available.
The issue you reported should be fixed in the new build. Let me know if you have any problems. Thanks.
Click to expand...
Click to collapse
Great job on this one; works perfect and haven't had any problems so far. Thanks
Man this is the sickest......thanks man!!!
Where can I find themes for this
Sent from my Galaxy Nexus using Tapatalk 2 Beta-6
I tried doing a backup and it says its completed right after u start but the back up is still going and I'm not sure if this is by design but while the backup is going u can still hit the back button. In my previous experiences u can't do anything until the backup is finished.
Edit: after a few reboots its working fine now.
Sent from my Galaxy Nexus using Tapatalk 2 Beta-6
There were a few problems with installing zips on the builds I uploaded earlier. If you aren't sure, go ahead and re-update just in case. Sorry.
Dees_Troy said:
There were a few problems with installing zips on the builds I uploaded earlier. If you aren't sure, go ahead and re-update just in case. Sorry.
Click to expand...
Click to collapse
I thought it was something I was doing or incomplete download. Thanks.

TWRP 2.6.3.2 TeamWin Recovery Project 10/5

Default [RECOVERY] [10/5/13] TWRP 2.6.3.2 - TeamWin Recovery Project
TeamWin is proud to present TWRP 2.6.3.2 for the Galaxy Note 3 (T-Mobile)!
Youtube video: http://www.youtube.com/watch?v=RIvWVS_Rkxo
Special credits:
Dees_Troy for quick porting.
agrabren for writing the initial TWRP GUI code.
AssassinsLament and Dees_Troy for initial TWRP code
CRudner and Reb0rn for testing
Full TeamWin credits are on the TWRP page on the TeamWin website: http://teamw.in/project/twrp2
Introduction:
Team Win Recovery Project 2.6, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It’s a fully touch driven user interface – no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Key Features:
Touchscreen driven with real buttons and drag-to-scroll
XML-based GUI that allows full customization of the layout – true theming!
Settings are saved to the sdcard and persist through reboots
Ability to choose which partitions to back up and which to restore
Ability to choose to compress backups – now with pigz (multi-core processor support for faster compression times)
Onscreen keyboard
Decryption of /data
Easy selection of internal/external storage
See changelog below for 2.6 features
Older Releases
What's new in 2.4:
-Using libtar instead of busybox's tar for better control over tar file creation and breaking the 2GB barrier that busybox imposes
-Support for exFAT formatted sdcards
-Support for decrypting Samsung TouchWiz encrypted devices including internal and external storage (special thanks to a3955269 for figuring it out)
-Improvements to OpenRecoveryScript including displaying a proper GUI while the script is running
-Added wipe cache and dalvik after ADB Sideload
-Replaced many system calls with their native C counterparts
-Fixed bugs in file manager where it would display an empty list after moving or deleting a folder
-Fixed AOSP recovery commands to run after decryption on encrypted devices
-Other minor bugfixes and improvements
-cm10.1 build support
What's new in 2.3:
-Rebased onto AOSP Jelly Bean source code
-Rewrote backup, restore, wipe, and mount code in C++ classes for easier maintenance going forward
NOTE: backups from prior versions of TWRP are still compatible with 2.3
-ADB sideload functionality from AOSP is included in 2.3, see this link for more info
-Re-wrote fix permissions entirely in C++ and runs in a few seconds instead of a few minutes (thanks to bigbiff)
-Improvements to zip finding in OpenRecoveryScript (should be a lot fewer GooManager automation issues)
-Faster boot times
-Added charging indicator while in recovery (only updates once every 60 seconds)
While this update may not bring a host of new must-have features, this update is a significant re-write of much of the core TWRP code. AOSP Jelly Bean recovery source moved to mostly C++ code and now all of the "TWRP" code is fully rewritten into C++ as well. Now that we've laid this groundwork, we're in a much better position to pull in future AOSP recovery updates as well as implementing more great new features.
Since TWRP 2.3 is based on AOSP jelly bean sources, TWRP now uses recovery API 3 instead of 2. Some zips may no longer work if the developer is using an out-of-date update-binary. This API change should not be a problem on newer devices, but older devices will probably encounter several zips that need to be updated. If needed, you can try using this update-binary that was compiled with current sources. It goes in your zip file in the META-INF/com/google/android folder.
What's new in 2.2:
On-screen keyboard! -- supports long press, backspace repeat, and swipe left deletes everything left of the cursor
Name new backups before creation 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
What was new in 2.1:
Zip queuing as seen in TWRP 1.1.x is back
Slider control (swipe to confirm most actions aka swipe to wipe)
Lockscreen (with slider to unlock)
Basic file manager (copy, move, delete, and chmod any file)
Added support for devices with /data/media (most Honeycomb tablets, new ICS devices like Galaxy Nexus)
Displays sizes of each partition in the backup menu
Added listbox GUI element (currently used for listing time zones)
Updated stock XML layouts to be more consistent and easier to port to different resolutions
XML layout files are significantly smaller
Partitions available backup are more accurate for some devices
Removed unneeded error messages (/misc errors, unable to stat sd-ext, etc.)
Fixed a bug with blkid detection code
Fixed bug where a blank line was inserted between every line of text during zip installs
Fixed a bug during zip installs where an invalid zip would cause TWRP to get stuck in the zip install
Added setting for themers to toggle simulation mode to make theming easier
New devices added - Galaxy Nexus GSM & CDMA (preview only, manual install), Acer Iconia Tab A500, HTC Vivid, Motorola Defy
Added support for .jpg images in the theme engine
Changed images for stock tablet theme - makes tablet builds about 500KB smaller
Removed unneeded non-GUI images from GUI - makes all builds about 100KB smaller
In addition to the above new features, TWRP 2.2 features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe cache & dalvik, and run a backup.
We are looking for other talented developers, themers, and device maintainers if they are interested in helping with a free, open source project.
Theming:
Information on TWRP 2 Theming - http://teamw.in/project/twrp2themers
Known Issues:
CWM backups are not compatible - please make a fresh backup in TWRP as soon as you have flashed it
Source Code:
GitHub - https://github.com/TeamWin/
Gerrit Instance - http://review.teamw.in
If you have made your own twrp build for an unsupported device, please let us know. We might add your build to the list of unofficial builds. Bear in mind that we are working hard to add more devices and we may add your device to our official build list later.
n7100 Device Config: https://github.com/bigbiff/android_device_samsung_n7100
Kernel: https://github.com/bigbiff/kernel_samsung_sgh-i317
DOWNLOAD:
All official devices are listed at the top of the page on the Team Win website. Search for the device in the textbox.
http://teamw.in/project/twrp2
Support:
Click http://webchat.freenode.net/?channels=twrp for live support or join us in #twrp on Freenode IRC servers
XDA:DevDB Information
TWRP, a Tool/Utility for the Samsung Galaxy Note 3
Contributors
bigbiff, Dees_Troy
Version Information
Status: Testing
Created 2013-10-05
Last Updated 2013-10-05
Reserved
Reserved 2
good.
using your work on note 2 and now on note3. :good:
But can i use this (tmobile version) on my french mobile (LTE SM-N9005) without problem??
someone have a workong link for 2.6.3.2 version?
does this work on SM-N900?
kenzolo said:
someone have a workong link for 2.6.3.2 version?
Click to expand...
Click to collapse
here http://teamw.in/project/twrp2/198
micky387 said:
here http://teamw.in/project/twrp2/198
Click to expand...
Click to collapse
are you able to download 2.6.3.2 version?
Follow this link.
For odin method http://goo.im/devs/OpenRecovery/hltetmo
Envoyé depuis mon SM-N9005 avec Tapatalk 4
micky387 said:
Follow this link.
For odin method http://goo.im/devs/OpenRecovery/hltetmo
Envoyé depuis mon SM-N9005 avec Tapatalk 4
Click to expand...
Click to collapse
come on micky I understand...but I can't downlod 2.6.3.2 version (404 error page note found)
404 - Not Found
micky387 said:
Follow this link...
Click to expand...
Click to collapse
404 - Not Found
Are all hlte devices supported it is only htletmo listed on the official device list
Sent from my SM-N9005 using Tapatalk 4
Works fine on N9008, thank you very much, finally a decent recovery
Using 2.6.3.1, 2.6.3.2 download gives error 404 as someone else said.
I confirm that I cannot download 2.6.3.2 either.
There are two links in the list:
openrecovery-twrp-2.6.3.2-hltetmo.tar
penrecovery-twrp-2.6.3.2-hltetmo.tar (without the "o" in the filename)
.. but none works, its probably gone from the server or the name has been somehow changed without updating the links too.
However, questions for those who tried the Recovery - did you try the root the phone using the recovery? And can you delete/reset all traces of root or custom modification from the device in case you'll need to use the warranty ? Thank you for quick reply.
Yeah the devs derped the upload of 2.6.3.2 - neither of the two downloads (typo and no typo) work, both are 404. Been like that since yesterday afternoon. Running 2.6.3.1 for now.
---------- Post added at 10:16 AM ---------- Previous post was at 10:15 AM ----------
wencel said:
I confirm that I cannot download 2.6.3.2 either.
There are two links in the list:
openrecovery-twrp-2.6.3.2-hltetmo.tar
penrecovery-twrp-2.6.3.2-hltetmo.tar (without the "o" in the filename)
.. but none works, its probably gone from the server or the name has been somehow changed without updating the links too.
However, questions for those who tried the Recovery - did you try the root the phone using the recovery? And can you delete/reset all traces of root or custom modification from the device in case you'll need to use the warranty ? Thank you for quick reply.
Click to expand...
Click to collapse
Once you modify ANY of the phone's partitions, you trip the KNOX_WARRANTY_VOID flag in the bootloader.
With twrp 2.6.3.1...anyone who has sucessfuly created backup and restored without issues? Just asking becoz the cwm recovery still cannot restore properly.
[email protected] from Bad Ass Note III-SM-N9500
Thanks for your hard work! Still waiting on a SM-N9005 version. Not really sure what's required for that or if the above is compatible, but I'm happy to wait until goomanager has a compatible one =)
Is this only ccompatible with the T-Mobile variant and do backup and restore work without problems?
dark_dude said:
Is this only ccompatible with the T-Mobile variant and do backup and restore work without problems?
Click to expand...
Click to collapse
Just downloadet the TWRP 2.6.3.2 file from Goo.im
inffy said:
Just downloadet the TWRP 2.6.3.2 file from Goo.im
Click to expand...
Click to collapse
Is this link?
http://goo.im/devs/OpenRecovery/hltetmo/openrecovery-twrp-2.6.3.2-hltetmo.tar

[DEV][OTA] OmniROM Galaxy 551/Callisto Port [OmniARMv6]

OmniROM Galaxy 551/Callisto port [OmniARMv6]
Current port status: beta - may not be suitable for daily use. For experienced users only.
Latest Google Apps package: not yet available
Pre-requisites:
ClockworkMod or TWRP recovery
Initial install:
Download the latest build that supports OTA updates from: http://dl.androidarmv6.org/callisto
Reboot to recovery, wipe data and install the update package normally.
How to perform OTA (over the air) update:
Go to Settings -> About phone -> System updates. The latest diff between your current ROM and the latest build will be downloaded, which will be used to create a new update zip in the /sdcard/OpenDelta folder.
If you are using OmniARMv6 TWRP recovery, it can flash the new update automatically [not yet tested].
If you are using CWM recovery, you can flash the patched package (/sdcard/OpenDelta/omni-*.zip) manually.
Source:
Complete project: https://github.com/omniarmv6
Device (note: relies on shared device configuration): https://github.com/omniarmv6/android_device_samsung_callisto
Kernel: https://github.com/androidarmv6/android_kernel_samsung_msm
Reserved #1
Reserved #2
I have tested and found camera is not working , document (file manager) unable to open apk file and need some work on lock screen except that rom is smooth.
Thank for creating thread.
thanks
ROM is very smooth and fast. Works much faster than CM11.
Very thanks
@psyke83 omni rom will be used kernel 3.×.× as per source given above.
@psyke83 omni project has been abanded ? after bunch of ota failed ota disappeared from Jenkins. This rom is smooth and fast except few problems like camera,keyboard back light and lock screen resize.
Last builds (also for other devices) are dated June 15. And the last Android version was 4.4.3. Is it just a build process that got stuck, or is it more serious?
Links are down!
Hey man,
Thank you and others in armv6 team for their incredible work. You guys brought CM11 to a number of devices and that's a BIG DEAL.
Since our device is quite old now, I can see why the project died.
Now, the only thing we want is the links of the latest stable (RC) builds of the devices hosted somewhere. I can (at-least) host (CM11 and OMNI) stable builds of callisto in my GDrive.
Anyone knows what the license for ready-built ROMs is? That is, if the original source goes down, would anyone be allowed to upload a copy?
I'm not thinking about modified images yet - but it'd be easy to make people download something that isn't identical to the original thing, and the md5sum files have also gone - would archive.org be able to help? https://web.archive.org/web/*/http://download.androidarmv6.org/_builds/callisto/* seems to return something at least
Can Someone reupload this?

[OFFICIAL][RECOVERY] Cannibal Open Touch v3.0 Alpha Builds (latest: Alpha 11)

Cannibal Open Touch 3.0 Alpha 11
Disclaimer:
While we try to test our work as much as possible, it is always a possibility that something could go wrong and screw up your phone. We are not responsible for any damage that is done to your device, either directly or indirectly, as a result of using Cannibal Open Touch or any other Project Open Cannibal projects. Any damage done to your device is your responsibility and your responsibility only. We do this for fun, and we simply like to share our work.
What is Cannibal Open Touch?
Cannibal Open Touch is a custom recovery (like ClockworkMod or TWRP), created purely out of love for the platform and the desire to contribute something cool to the community. The name embodies everything that Cannibal Open Touch is. We take what we believe are the best features of popular recoveries like TWRP and ClockworkMod and, well, cannibalize them along with rolling out our own features.
Features:
Full Touch UI
Complete theme support, including app for management of themes (we'll get to that in a sec)
On-device backup and restore
Backup and restore via ADB
Much much more planned!
Bugs:
During installation, the standard Android installing icon gets displayed instead of the custom dialog box.
If you find a bug, please do not report it here! Instead, report it in the GitHub repository!
Screenshots
See the Screenshots tab above. (Or click me if you're using Tapatalk!)
Nandroid has been replaced!
Nandroid is in fact gone, and has been replaced with a much more robust backup solution. Backups can now be made either with ADB (the recommended way) or via the new Backup and Restore item in the main menu. Backups made via the built-in menu can be copied to a PC and restored via ADB, and backups made via ADB can likewise be copied to your device and restored using the Backup and Restore menu.
Code:
adb backup -f mybackupfilename.ab boot system data cache
You can also restore said backup by using adb, like so:
Code:
adb restore mybackupfilename.ab
Downloads:
Cannibal Open Touch hammerhead builds (latest: CannibalOpenTouch-2.99.11_hammerhead-2015032623.img)
How to install:
Download the latest Alpha image
Reboot to bootloader:
Code:
adb reboot bootloader
Flash the image with fastboot
Code:
fastboot flash recovery /path/to/downloaded/recovery.img
Boot into recovery mode
Alternatively, you may boot the image instead of flashing it:
Code:
fastboot boot /path/to/downloaded/recovery.img
Changelog:
Changelog:
3.0 Alpha 11 (2.99.11)
Lots, lots, and lots of changes.
3.0 Alpha 10 (2.99.10)
Themes are now stored in /cache/cot/themes to fix an issue introduced with FDE.
3.0 Alpha 9 (2.99.9)
Real menu scrolling! (but volume keys still work)
All backup/restore operations now verify that you want to take action
Resized UI to be more usable on all device resolutions
Themes can now display a battery charge indicator (depends on individual theme settings)
3.0 Alpha 8 (2.99.8) (not released)
Not released
3.0 Alpha 7 (2.99.7)
On-device backup and restore
3.0 Alpha 6 (2.99.6)
Complete theme support
Recovery settings (Theme settings and Unsigned ZIP flashing)
The preceding list is not 100% complete. See the project source code page for the full commit list.
Cannibal Open Touch themes app:
We are currently seeking Alpha testers for an app that will let users download and choose themes without rebooting to recovery mode. Currently there are 20 slots open. If you wish to join please PM me. The only requirement is you must have a Google+ account and are willing to submit proper bug reports, should any arise.
Cannibal Open Touch Themes:
You can now make your own themes for Cannibal Open Touch! See the example themes (it's pretty self-explanatory). Themes must be installed in /sdcard/cot/themes/theme_name (or /data/media/cot/themes/theme_name) in order to work. Please feel free to submit pull requests to have your custom themes added to the theme repository. They will also be packaged and made available to download via the Cannibal Themes app (mentioned above)!
Contribute to Project Open Cannibal
If you like our work and want to see more, consider a donation to the project!
Project Open Cannibal gerrit: http://review.projectopencannibal.org
Credits:
tdm, for the superb touch code (and lots more)
sblood86, for joining the project and leading the charge to greatness
thenameisnigel, for picking up our webhosting while I was gone
anyone else who has ever contributed to any Android-related project
XDA:DevDB Information
Cannibal Open Touch, Tool/Utility for the Google Nexus 5
Contributors
drewwalton19216801, Sblood86, thenameisnigel, tdm, CyanogenMod, Koush and many others
Source Code: https://github.com/ProjectOpenCannibal/android_bootable_recovery
Version Information
Status: Alpha
Created 2014-08-01
Last Updated 2015-03-27
Reserved
Sounds sweet
sent from my Paranoid neXus 5
New RECOVERY
Just now I did fresh install of 4.4.4 and need to install root and recovery agin ,HAVE TO INTSALL THIS NEW RECOVERY
I will report bugs if I will found and Share my Experience .
sorry for my bad english
or965 said:
New RECOVERY
Just now I did fresh install of 4.4.4 and need to install root and recovery agin ,HAVE TO INTSALL THIS NEW RECOVERY
I will report bugs if I will found and Share my Experience .
sorry for my bad english
Click to expand...
Click to collapse
Sounds good, let us know what you think. Remember though that this is a very early alpha build (it's stable, but feature-completeness is maybe 5%).
Drew! I haven't seen you since the Optimus S/V days!
Nice to see you here. I'll flash ASAP and start flashing again.
Curiousn00b said:
Drew! I haven't seen you since the Optimus S/V days!
Nice to see you here. I'll flash ASAP and start flashing again.
Click to expand...
Click to collapse
Aha hey there n00b, its been a while
Recovery flashed successfully, not to bad at all.
Can't wait to see what cannibal will become! :thumbup:
I wanna flash but does this support multirom?
Sent from my Nexus 5 using Tapatalk
Juansegovia20 said:
I wanna flash but does this support multirom?
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Not as of yet.
Don't know about future implementations, but by the look of it if I would guess, no.
F2FS supported?
so begins the Cannibal Time mauahahahahahaha
Never heard of this, sounds cool! Could you possibly implement encrypted backups at least?
Wakamatsu said:
F2FS supported?
Click to expand...
Click to collapse
Not yet, but it should be in a later build.
LeJolly said:
Never heard of this, sounds cool! Could you possibly implement encrypted backups at least?
Click to expand...
Click to collapse
Definitely something we'll be considering, but for now we're building out the UI and making sure things that need to work do.
drewwalton19216801 said:
Not yet, but it should be in a later build.
Definitely something we'll be considering, but for now we're building out the UI and making sure things that need to work do.
Click to expand...
Click to collapse
also if the tab options are little bigger in size... its too tiny to touch them i was using the volume keys to control mostly and not able to use the actual touch experience as the tabs were small...
maybe i got a thick finger if so please ignore
sacreddevil666 said:
also if the tab options are little bigger in size... its too tiny to touch them i was using the volume keys to control mostly and not able to use the actual touch experience as the tabs were small...
maybe i got a thick finger if so please ignore
Click to expand...
Click to collapse
That's one of those usability things we like to get feedback on. Upping the size of the touch items shouldn't be a big issue at all. Thanks for the feedback!
I just tried this recovery.... I tried flashing like 5 zips i think and all of them failed. But some other worked
Also i think we should have a confirmation button, i noticed if i touch a file it would get flashed as soon as i touch it, not complaining. Just reporting, wish i could provide you with a log cat
Sent from my Nexus 5 using Tapatalk
Love the idea & the implementation , hoping to see it being more widely used !!
Its a good idea to keep AB files instead of "nandroid" files on your computer and stored away from the device BUT what if you need it on the fly? You still want that option due to possibly needing it on the fly and I don't want to be forced into getting an OTG card reader JUST to be able to use a recovery. Just my thoughts and giving my opinion, awesome idea though.
One quick note, if you attempt to wipe you'll loose your entire /SD.
Plus, if you had an encryption password, it will be gone when you reboot; phone will show unencrypted.
After that I went back to TWRP 2.7.1.1, did a complete wipe, fastboot oem locked and unlocked (The whole shebang.) Flashed a different rom. Went to encrypt my device and was given a slew of force closes.
Have never seen that before, I wish you the best of luck.

[ROM] [OFFICIAL] RESURRECTION Remix OPPO Find7 [MM 6.x][LVM]

XDA:DevDB Information
[ROM][OFFICIAL] RESURRECTION Remix OPPO Find7 [MM 6.x][LVM], ROM for the Oppo Find 7
Contributors
opposeeker, RoppoFon
Source Code: https://github.com/resurrectionremix
Source Code: https://github.com/find7s
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod
Version Information
Status: Stable
Current Stable Version: 5.7.4_r72
Created 2016-07-28
Last Updated 2016-10-07
[A] - INTRODUCTION
This is a continuation of a previous port of Resurrection Remix for the FIND7.
The predecessor was discontinued by the foregoing maintainer soon after its start within a month's period. This port was set up independently from it, all new from scratch, escpecially with proper LVM-Implant (i.e. w/out corrupted sdcard0, see images in the upper screenshot compartment of this page)
... more?
A lot of maintainers stopped their activies for the FIND7. It happened several times to me with different ROMs since I own this device. I really got fed up with the situation:
Only a limited number of ROMs left available for the FIND7 - shrinked down even more when counting only those with LVM-support. As soon as you get used to it, the individual maintainer in charge doesn't care anymore.
I prefer reliability and continuity in real life and therefore - surprise! - I'm really not in the mood exchanging my "technical assistants" on a monthly basis just because the geeks have left the playground for new toys...
Since Resurrection Remix is an awesome, well balanced ROM, I wanted to keep using it! Including enhancements and security fixes in future, of course. And I didn't want to buy a new (maintained-for-how-long?) phone just for that reason. The Devs @ RR are dedicated and strive for sustainment and stability just as I do.
Obviously, they can't take care for each and every piece of hardware on the market. - What to do...?
<b>If nobody else does it - you'll have to do it yourself!​</b>
So I did. Still wondering about it, since I didn't have a clue : -)
---
I'd like to share this port with you to enlarge the (limited) choice for us FIND7 users. BTW, since it has eaten an enormous budget of my time and resources, it would be real waste (and blame) not to ... especially as I participated from the work of so many people plus individuals supporting me personally to get this whole thing together.
Hall of Fame:
Being myself an advanced user who had no deal with "porting" or "maintaining" until very recently, I'm very grateful to the following individuals for their personal support:
@Schneiderle - not even owning this device by himself, he was a patient teacher to me "Android Infant" helping me understand the basics and preparing the ground
@maxwen - for his useful hints on LVM, since he has done it properly for Omni and TWRP
@anders3408 - implemented LVM for DU and let me share his work (+ lots of useful hints!)
Thank you, guys!
Thanks to:
Google for creating an alternative to the "fruit monopoly", CyanogenMod and ResurrectionRemix-Team, among many many others, I'd like to express my respect to those in the communicty who spent their time in creating Tutorials and How-To's, so beginners have a chance to get into this without attending University.
I'm also thankful to people like @Entropy512 who made LVM available to the FIND7 initially and therefore saved a lot of people from claiming their Oppo as "real bad buy".
(B) - LEARN MORE about RR, support and unwanted features
If you have specific questions concerning features, requests, bug reports etc., visit the capitol of ResurrectionRemix directly and get involved.
You'll also get there a full list of all features, support and up-to-date info.
Don't blame/flame if something doesn't work - check with others first: if other people with other devices have equal "unwanted features" - then post in the RR-forum - not here.
[C] - MISCELLANEOUS
I am not a dedicated maintainer nor will I be 24hrs around to nanny. I don't code anything (except for the purpose of mixing things up : - )
I just brought existing stuff of other genius' together, so the whole mixture works in this specific device. No more - not less.
This needs to be re-done for fixes and enhancements from the "ethereous" (=>genius) part of the Android world from time to time. I'll take care for these updates as time allows and as long as I will be using the device myself - this should should be for a while from now, at least up to mature "Nougat", let's see from there.
However - by downloading und using this port you declare: not to ask for ETA(!)
This ROM is a well-balanced and sophisticated one, that's why it's my favoured.
Go and try it if you haven't done so - and you'll see why!
Here we go:
[D] - FLASHING INSTRUCTIONS:
---------------------------------------------------------------------
BEFORE FLASHING - SAVE YOUR DATA!
---------------------------------------------------------------------
Like in real life, you should have a basic understanding about what you are doing. Whatever you do: You'll do it at your own risk. I'll take no liability for anything. If you don't agree - don't touch it!
Coming from whatever (everlasting-beta) stock ROM by Oppo:
If you previously changed your partition type with Oppo, revert to the original (default) FIRST.
(Should you have created it with 2.1.5 and up (without resizing,) you can leave it as it is).
Then
- Connect your phone to a PC via USB and
- Unlock your phone if this is your fast attempt to install a ROM (fastboot oem unlock)
- Flash TWRP recovery (fastboot flash recovery TWRP-Version.img)
- Reboot to Recovery
Proceed with steps below
Preparing for LVM
Setting up the whole internal storage partition w/out splitted
storage for apps / data requires the following prerequisites:
- TWRP Recovery installed (nothing different)
- Using setuplvm.zip (get from upper download compartment of this thread and save on your external sdcard for later use)
Setting up LVM
- Go to TWRP-Recovery
- Be super-pedantic: Wipe system/data/cache/dalvic
- Flash setuplvm.zip (will wipe everything incl. internal storage!)
- Reboot to recovery
- Flash ROM
- Flash GApps
- Reboot
Errors while setting up LVM?$&%??
- Reboot to TWRP Recovery and flash setuplvm.zip again.
- Reboot to TWRP after that again to proceed flashing.
Coming from another ROM
Note:
It's Aliens's Law to flash modem first to avoid problems with immigration. Travelers from Oppo Stock ROM have a visa and don't have to.
- Get modem files (from upper download compartment of this thread - save on your external sdcard)
- Book into Recovery
- Flash modemxxxx.zip
- Be super-pedantic: Wipe system/data/cache/dalvic
- Reboot to Recovery
- Flash ROM
- Flash GApps
- Reboot
Note: If you currently use whatever Unified XX flavor : Revert to the default partition layout with the tool by the respective provider prior to flashing this ROM.
Then proceed with above steps. Failure to do so may result in unwanted behaviour. The least you may expect is a "corrupted" sdcard.
Download Links:
ROM downloads see Post #3
3rd party add-ons see Post #4
Little Q & A
Check the General FAQ of Resurrection Remix Headoffice
This port is designed for the *FIND7s (X9076)*,
since that's the device I own. It has been reported working with the Find7"a" version, too. Make sure you'll reduce the screen density to "480" in settings after successfull flash. Applies to "A"-users only. EDIT: The last version of RR w/ MM (5.7.4) has an extra build for the Find7a. See Post #3 below (Download links).
New LCD support? - No.
It has been reported that this port does not support the new LCD. Although it is built-in the sources, users report it simply doesn't work.
There are kernel patches available in the net, though, they have side effects beyond your control - so no recommendation from this side. Sorry.
This port comes with proper LVM support. Any other?
You can use LVM if you want. Or keep using the original partition layout. That's the freedom of choice you'll get with this port. No other flavors are being supported (see OP, Section D)
This ROM comes pre-rooted. Is it possible to un-root?
Yes. Install SuperSu (see Download Section abv). In the settings of SuperSu you'll see options for unrooting your device.
Do I have to donate if keep using this ROM?
You don't have to at all, no matter if you just give it a try or keep using it forever....it's all open and free of any charge! If you are very satisfied and feel like donating, well, I won't reject : - )
See the "Donate to me" button on the left or in my profile. Thank you!
Download Links:
ROM: Resurrection Remix 5.7.4_r72 | Changelog | Mirror Download
ROM (FIND7a only): Extra build for the Find7a. | Mirror Download
GAPPS: Choose any, I prefer BaNkS
Recovery: TWRP (mandatory for LVM-use!)
Modem: see upper download compartment of this thread
LVM: see upper download compartment of this thread
SuperSU : This ROM is pre-rooted. Here you'll get SuperSU.
3rd Party Add-ons
Oppo Camera Mod
http://forum.xda-developers.com/oneplus-one/themes-apps/port-coloros-camera-cm11s-t3030369
MaxxAudio
http://forum.xda-developers.com/oneplus-one/themes-apps/app-maxxaudio-cos13-cm13-t3355120
...anything else...? Yes.
Greenify
App singing lullabies to background apps so they'll get to sleep while not being used- saves battery!
Bettery Battery Stats
What's giving me an empty battery so fast...? Here you'll get better statistics who's eating too much!
thanks for your great work!
o my god !!!! Thanks you !!
Working great... Now Just need to be officialize the incoming builds :laugh: :good: :highfive: :laugh:
Thanks for continuing Resurrection Remix builds. Does this rom supports F2FS partitions on /data, /cache, /externalsd? and does this also support Coldbird Unification Method? Thanks.
@opposeeker thank you man! Works great. And like before it is working on my find 7a x9006 version so you can edit the post to support this version as well
---------- Post added at 09:17 AM ---------- Previous post was at 09:15 AM ----------
hulicow said:
Thanks for continuing Resurrection Remix builds. Does this rom supports F2FS partitions on /data, /cache, /externalsd? and does this also support Coldbird Unification Method? Thanks.
Click to expand...
Click to collapse
Don't know about coldbird, but this does work with the chinese partition layout; tried it myself
Tested now and I confirmed that only external sdcard is supported to use F2FS partition. It won't boot when /cache partition is formatted to F2FS, when /data partition is formatted to F2FS, the Encryption Unsuccessful prompt will appear. Coldbird partition will be unify the storage upon using the Chinese unified zip file.
meh... another rom wich have not support for r63419 Display. Useless for me
Thx @opposeeker n @RoppoFon. I love u guys
roi_xordo said:
meh... another rom wich have not support for r63419 Display. Useless for me
Click to expand...
Click to collapse
If you'd kindly asked, whether this may be on the list for the future, you'd have gotten a friendly reply...since this thread is online not even one day(!) and I am still so happy that we have a future now with this ROM.
Too bad you've missed the chance to get on the beta list.
Many of us have this version of find7 (the display r63419 ), and your rom , like many others are not suitable for our devices. If this were a new problem , I would understand that it was not covered , but it is something that happens many months (or years) ago, and developers follow cooking roms that do not solve this. Inconceivable and useless . But calm down my friend, do not bother to fix it, I dont need this useless rom, in fact, I will sell this phone soon, with Omnirom installed , which works fine from the beginning.
Tried this rom on a 7a. It works perfectly (just have to adjust the dpi) but I noticed there's a big battery drain from Cyanogenmod System.
Hi dev could please see this, Problems or Features Request:
Can not disable hardware navigation keys when enabling software navigation keys. *problem*
Can not use F2FS partitions properly on /data and /cache partitions *feature request* I hope this will be added in this rom and take the speed advantage of F2FS over EXT4.
Enable Coldbird partitioning method out of the box without using chinese unify zip. *feature request*
QS Tiles must like crDroid/Cyanogenmod style where user can add multiple tiles without like clutter on the long list. In CyanogenMod and crDroid, you can scroll and select QS Tiles from left to right, in RR you can add but it is listed on a long list manner. *feature request*
@opposeeker installed this, choose SD card as internal storage, Unable to copy backup from system to phone using USB even after changing from charging to file transfer
Flashed this last night, running very well so far. I haven't found any issues yet. Thanks for this amazing rom
Charging is running out quickly. I wonder if there will be improvement in the new version?
Does this support the newer lcd?
thanks

Categories

Resources