Team Win Recovery Project (TWRP) Updated To Version 2.7 - One (M7) Q&A, Help & Troubleshooting

For custom ROM addicts, the custom recovery is an essential tool, and lately Team Win Recovery Project (usually shortened to "TWRP") has been the most popular option as of late. Today Team Win upgraded the core recovery to version 2.7.0.0, with more new features than you can shake a stick at. The latest version is available for dozens of officially-supported devices on the Project website.
{
"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"
}
Among the more interesting additions in TWRP 2.7 are sideloading from the /tmp directory on encrypted devices, support for a mouse via a USB OTG connection (for devices with broken touchscreens), haptic feedback for buttons and finishing actions, and caps lock support for keyboards.
LINK TO THE HTC VERSION OF THE TWRP 2.7
https://mega.co.nz/#!FNIXEAoA!dSEwJoRtYHyLv30P6-xL1oUed68p_15AUZ2SWD8PmsU
Click to expand...
Click to collapse

Zeus20 said:
For custom ROM addicts, the custom recovery is an essential tool, and lately Team Win Recovery Project (usually shortened to "TWRP") has been the most popular option as of late. Today Team Win upgraded the core recovery to version 2.7.0.0, with more new features than you can shake a stick at. The latest version is available for dozens of officially-supported devices on the Project website.
Among the more interesting additions in TWRP 2.7 are sideloading from the /tmp directory on encrypted devices, support for a mouse via a USB OTG connection (for devices with broken touchscreens), haptic feedback for buttons and finishing actions, and caps lock support for keyboards.
LINK TO THE HTC VERSION OF THE TWRP 2.7
Click to expand...
Click to collapse
thanks for the info, much appreciated! :good:
Just a side note: maybe you should have posted this in the ''General'' section instead because its not related to Q&A/Troubleshooting.
But again many thanks for keeping us up to date

alray said:
thanks for the info, much appreciated! :good:
Just a side note: maybe you should have posted this in the ''General'' section instead because its not related to Q&A/Troubleshooting.
But again many thanks for keeping us up to date
Click to expand...
Click to collapse
I was debating which category to put it in. If it could get moved by a mod to general I think you may be right @alray
Sent from my HTC One using xda app-developers app

Related

[ROM] [4.4.2] [OFFICIAL] ParanoidAndroid 4.4 [BETA]

PLEASE REFER TO THE CHANGE LOGS FOR CURRENT FEATURES.
IF IT'S NOT LISTED THERE, IT'S NOT IN THE BUILD
{
"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"
}
INSTRUCTIONS,
1. UPDATE RECOVERY
2. FACTORY RESET (If coming from another rom or stock)
3. INSTALL ROM - MIRROR
4. INSTALL GAPPS
4. REBOOT
5. CUSTOM KERNELS MAY BREAK ROOT, SIMPLY RE-FLASH SUPERSU
PA 4+ UPDATES DO NOT NEED A FACTORY RESET.
CREDITS,
AOSP/Google, Cyanogenmod, Goo, XDA, Krebsmilk, giannisgx89, Liquid,
AOKP, our users, supporters and donators, everyone who's helped us in the past,
heartfelt thanks to all of you!
Links:
Development:
Change Logs
XDA Forum
Github
Gerrit
Social:
Google+
Twitter
Facebook
​
Video review
Some screenshots
​
Thanks for this anerik, I appreciate all your work!
Sent from my Moto G using Tapatalk
Paranoid Android? Official? Anerik!? I'm gonna try it NOW. I'll edit with first impressions. Thanks mate
Feyerabend said:
Paranoid Android? Official? Anerik!? I'm gonna try it NOW. I'll edit with first impressions. Thanks mate
Click to expand...
Click to collapse
Been official for a while now! Currently on latest 4.4 beta 1, next weekly 4.4.3!
It was time for a topic ! Thanks
Do those wallpapers come with the rom? If not, where can I get them?
jman1234 said:
Do those wallpapers come with the rom? If not, where can I get them?
Click to expand...
Click to collapse
Screens on the first post are from this theme https://play.google.com/store/apps/details?id=com.lozone.theme.piazza
Hold on, If i'm on 4.4.2 Slimrom will this work?
Bit confused about 4.4 android...
scraber said:
Hold on, If i'm on 4.4.2 Slimrom will this work?
Bit confused about 4.4 android...
Click to expand...
Click to collapse
Yes, you just need to do the correct wipes in recovery before flashing this
Thread closed. Please use the old one.
Thank you

TWRP recovery

Hi!
It's a demo TWRP recovery, built for this device. It just demo, and, I'm afraid, almost nothing work correctly. No touch, support, so only USB mouse can be useful for any input. But, surely, it's better than nothing
A fully working TWRP for the 701 would be a dream come true.
I have a question for the developers regarding TWRP and this device. I have heard that there is only maybe 4 megs for recovery to use in the TF701 (tegra 4 chip) and not enough for the TWRP libraries that are needed for TWRP touch. My question is this- can the libraries needed be compressed somewhere in a self exstracting file and a script be written into TWRP that would extract the libraries to the devices ram, or external sdcard and used by TWRP recovery for a touch mode?
loner. said:
I have a question for the developers regarding TWRP and this device. I have heard that there is only maybe 4 megs for recovery to use in the TF701 (tegra 4 chip) and not enough for the TWRP libraries that are needed for TWRP touch. My question is this- can the libraries needed be compressed somewhere in a self exstracting file and a script be written into TWRP that would extract the libraries to the devices ram, or external sdcard and used by TWRP recovery for a touch mode?
Click to expand...
Click to collapse
It's more complicated than that. There is actually 8MB available in the recovery partition. We have built a version of TWRP with and without touch and neither function correctly and are unuseable.
CWM recovery seems to work better with the touch drivers but was still unstable for me - regular lockups and freezes.
Trel725 said:
Hi!
It's a demo TWRP recovery, built for this device. It just demo, and, I'm afraid, almost nothing work correctly. No touch, support, so only USB mouse can be useful for any input. But, surely, it's better than nothing
Click to expand...
Click to collapse
Can I get the kernel source as per the GPL & XDA's policy ....
http://forum.xda-developers.com/showthread.php?t=2645321
Thx Josh
lj50036 said:
Can I get the kernel source as per the GPL & XDA's policy ....
http://forum.xda-developers.com/showthread.php?t=2645321
Thx Josh
Click to expand...
Click to collapse
I just used CM source http://wiki.cyanogenmod.org/w/Tf701t_Info
And TWRP source from github.
Thanks to lj50036, _that and bogdacutu + trel57 for kicking this off we now have fully working touch TWRP that is flashable and stable.
TEASER SHOTS
{
"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"
}
So... any progress on this, or a release date? Been almost a month since those teasers were posted.
---------- Post added at 08:40 AM ---------- Previous post was at 08:38 AM ----------
brianhill1980 said:
So... any progress on this, or a release date? Been almost a month since those teasers were posted.
Click to expand...
Click to collapse
My bad, didn't see the post for it in the other forum. Might be worth updating the OP to reflect this.

[CUSTOM][CM][5.1.1]CyanogenMod 12.1 for Android One (2gen) /One Team

{
"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"
}
CyanogenMod 12.1
Hello all,
We are use crackling repo files build to unofficial CyanogenMod 12.1 for Wileyfox Swift, but it work fine on Android One 2nd Gen. smartphones.
Main Thread
Forum One Team
Working
All Features
Not Working
Radio
Installation
Place ROM & Gapps (Open GApps, Arm64-5.1) in SD card
Reboot in Recovery Mode
Wipe Data/Factory Reset
Wipe Dalvik cache
Install the ROM zip
Install the Gapps zip
Reboot
Screenshots you can see here
Downloads
ROM
GApps
Twrp 3.0
Sources
Device
Kernel
Vendor
@caneray
@atakan58
@kaankulahli
Rezerved
Thread & Links Updated
+ http://forum.xda-developers.com/cro...stom-cyanogenmod-13-android-one-2gen-t3294192
Every Android One is already running on MM since a few months.
Why should someone waste time, downgrading to an outdated OS, which will never get any official updates?
Also, for the "real tinkerers", CM 13 is long time available.
vel_tins said:
Every Android One is already running on MM since a few months.
Why should someone waste time, downgrading to an outdated OS, which will never get any official updates?
Also, for the "real tinkerers", CM 13 is long time available.
Click to expand...
Click to collapse
We could give official update but Our Msm8916 Recovery is not supported.
You can install official crackling cm 13
https://download.cyanogenmod.org/?device=crackling
Today We will share Official Cm13 in Forum One Team
You can follow for other Roms
http://forum.one-teams.com/Forum-Custom-Romlar-137
+ Our Flyme Port Project
http://forum.xda-developers.com/cro...nt/5-1-1-flyme-os-4-5-4-2r-unoffical-t3301651
If radio-modem is meant by "radio", then there's no sense in having a custom rom for phones if the radio does not work. Or did you mean FM radio? :silly:

[TOOL][N4] TOOL ALL IN ONE (Drivers|Unlock|TWRP|Factory Image|Stock Recovery)

This is the Nexus 4's TOOL ALL IN ONE Discussion Thread more info and download go to the Original Thread
TOOL ALL IN ONE
{
"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"
}
ADVANCED OPTIONS
FUNCTIONS
Install Drivers
Install Drivers
Unlock Bootloader
Lock Bootloader (use carefully)
Flash TWRP Recovery
Flash Stock Recovery
Flash Stock Factory Image
Automatic ROOT
Install APKs
Uninstall APKs
Take a Screenshot
Take a Screen Reocrd
Flash Partitions
Erase All Data (This function can decrypt the phone)
Reboot Phone
Update the Tool to latest version
Update Adb and Fastboot to latest version
Set Adb and Fastboot priviliges in system wide
Install Zip directly from PC (Required TWRP on phone)(These functions work perfectly on my pc but i have perfect adb drivers on my pc and perfect TWRP on my phone)
Flash Fastboot ROM
Delete downloaded files
ADB File Manager
DEVICE LIST
If you want you can send a request to add a new device here:
New Device Request Form
Device List
DOWNLOAD
Original Thread
DONATE LINK
If you want to support the project please consider making a donation, thanks.
​
226 download in just 2 days .
Excellent. you guys are really really awesome. i enjoy being on N4 due to such tools. you made everything easy
Effort appreciated. keep it up.
Sharjeel.Khan said:
226 download in just 2 days .
Excellent. you guys are really really awesome. i enjoy being on N4 due to such tools. you made everything easy
Effort appreciated. keep it up.
Click to expand...
Click to collapse
226 of last version, 415 of first version
Finally i got a solution for Nexus and Pixel Factory Image flash, now it works perfectly
Does this tool still support Nexus 4 and is updated for Windows 10?
/root said:
Does this tool still support Nexus 4 and is updated for Windows 10?
Click to expand...
Click to collapse
Yes

Development [CLOSED] [ROM] [11] [OFFICIAL] Project Kasumi 1.2 PoPiPa for Redmi Note 10S [rosemary] [CLOSED}

Another weebified custom ROM aiming to be a home for weebs - Based on Project Materium, an optimized LineageOS-based Android aftermarket firmware with extra features, developed by people all over the world.
Quoting the LineageOS description:
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway
{
"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"
}
Includes Pico Gapps pack​
Download & Links
Mod edit: DL link removed.
Download Rom & Boot
Reboot Phone Fastboot Mode
Flash boot.img & write command: fastboot reboot recovery
Click Factory Reset & Format all data
Click Apply Update & Apply from Adb Sideload
Reboot phone now
What's working:
Sound & Notification
Screenshot:
https://i.ibb.co/rk04sRs/Screenshot-20220709-094633-Lawnchair.png
https://i.ibb.co/Pg8j0Nk/Screenshot-20220709-094714-Lawnchair.png
https://i.ibb.co/qRhM7N6/Screenshot-20220709-094718-Lawnchair.png
https://i.ibb.co/N7j6RSG/Screenshot-20220709-094736992.jpg
https://i.ibb.co/JpMkc2s/Screenshot-20220709-094745763.jpg
https://i.ibb.co/8m0BL7X/Screenshot-20220709-094759886.jpg
@manymous
Pleas check your PM inbox. Thank you.
-Regards: Badger50
thanks for sharing!
cool, now port miui
Badger50 said:
@manymous
Pleas check your PM inbox. Thank you.
-Regards: Badger50
Click to expand...
Click to collapse
Is This Rom confirmed to be Safe/Doesn't have any malware or something?
tbpcr said:
Is This Rom confirmed to be Safe/Doesn't have any malware or something?
Click to expand...
Click to collapse
Negative. Just a GPL issue is all.
manymous said:
Another ... [The end]
Click to expand...
Click to collapse
Hi there OP,
Do you mind if I Ask for several questions?
First of all thanks a lot for such rom
I'm actually running Miui 13 on my RN10S,
is there somewhere a step by step on how to Roll back Miui, without getting caught by ARB?
Have you eventually planned on doing so for future Android releases, such as the one i'm running,
To be honnest, i'm searching for a pure port of LOS
Would be glad if testing this one is possible but i need a way to correctly rollback and not be caught by ARB
Once more, thx for the work you put on this!
we don't have ARB
Thread closed due to XDA GPL Compliancy violation. Sorry for the inconvenience.
-Regards: Badger50

Categories

Resources