{
"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.3 Touch recovery compiled for the P500.
Working: Wiping, flashing zip files, backup and restore twrp backups, file manager. USB mass storage, adb in recovery, ddms screenshots.
Changelog for 2.3.3.0 test 5
-ADB in recovery working
-ddms screen capture working thanks to Notonlyeyes, compiled using cm7 adbd
- Increase array size to fix crashes on some devices
CHANGELOG for 2.3.3.0 test3
-Fixed restore of backups https://github.com/TeamWin/Team-Win-Recovery-Project/issues/69
-keyboard highlighting when pressed.
CHANGELOG for 2.3.1.0:
-Unmount system after boot to prevent some status 7 symlink failed errors on zip install
-USB Mass Storage code improvements
-Better handling of mounting storage during boot for some devices
-Fixed a problem with sizes of images (boot & recovery) after resetting defaults
-Fixed size errors during backup for some devices on recovery, etc.
-Fixed a problem with restoring backups when multiple archives were present
CHANGELOG for 2.3.0.0:
-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)
DOWNLOADS
TWRP 2.3.3.0 test 2 build
Flashable zip: http://tinyw.in/REoG
Recovery image file: http://tinyw.in/IWpc
TWRP 2.3.3.0 test 5 build
http://tinyw.in/cvPs
THEMES I included a couple themes inside the zip file. Just copy them to the /sdcard/TWRP/theme/ folder. Rename the file to ui.zip to see the theme changes.
CHeck this thread for some themes by vikasb32 and Notonlyeyes
http://forum.xda-developers.com/showthread.php?t=2053031&page=4
Bugs:
--Doesn't restore backups from other recoveries.
--If your kernel doesn't flash, status 2 error, replace these two files in the meta folder.
1. update-binary http://tinyw.in/URCD
2. updater-script http://tinyw.in/tgRy
See this post for more info about incompatible zips. http://forum.xda-developers.com/showpost.php?p=35632714&postcount=25
Credits:
sweetnsour for the testing and hard work
Notonlyeyes
Ron G
Dees_Troy and TWRP team
Hephappy for the p500 device folder
Sources:
https://github.com/thekraven2/device_lge_p500
https://github.com/TeamWin/Team-Win-Recovery-Project
Long time for a newer version of TWRP. Thanks so much, plz keep it up.
Sent from my LG-P500 using xda premium
Great recovery, for the first time in a year I am moving to any other recovery than CWM 5.0.2.0.
Whats the purpose of recovery image file BTW?
myawan said:
Great recovery, for the first time in a year I am moving to any other recovery than CWM 5.0.2.0.
Whats the purpose of recovery image file BTW?
Click to expand...
Click to collapse
Recovery file is for those who want to flash recovery using adb,terminal and lgmdp.
why not button wipe data, wipe battery ?
can disable the flash scren?
Thanks!
x-dira said:
why not button wipe data, wipe battery ?
can disable the flash scren?
Thanks!
Click to expand...
Click to collapse
Factory Reset is equivalent to Wipe Data. Wiping battery is a placebo.
myawan said:
Factory Reset is equivalent to Wipe Data. Wiping battery is a placebo.
Click to expand...
Click to collapse
but it will be better if it included...:good:
myawan said:
Factory Reset is equivalent to Wipe Data. Wiping battery is a placebo.
Click to expand...
Click to collapse
You are wrong here man, when I factory reset it wipes /data, /cache, and /sd-ext... not just data
TheAndroidGeek said:
You are wrong here man, when I factory reset it wipes /data, /cache, and /sd-ext... not just data
Click to expand...
Click to collapse
Are you sure 'Factory Reset' is not equivalent to 'Wipe Data'??? Have you ever seen this:
myawan said:
Are you sure 'Factory Reset' is not equivalent to 'Wipe Data'??? Have you ever seen this:
Click to expand...
Click to collapse
Bro in twrp if you did factory reset then it wipe /data,/sd-ext,/android-secure.and there is no option in twrp to wipe only /data partition so if you want to wipe only /data partition not /sd-ext partition you can't do that in twrp(only way is to remove your sdcard before doing factory reset. )
vikasb32 said:
Bro in twrp if you did factory reset then it wipe /data,/sd-ext,/android-secure.and there is no option in twrp to wipe only /data partition so if you want to wipe only /data partition not /sd-ext partition you can't do that in twrp(only way is to remove your sdcard before doing factory reset. )
Click to expand...
Click to collapse
Thats what I wanted to say that we don't have option of only wiping /data in CWM as well, I will have to say again Wiping data in recovery means Factory reset.
The wipe data only is turned off via conditions in the ui. And can be turned on via themes. Here is a stock theme that turns on the format data button. It's untested, so give feedback on it. PLace it in the sdcard/TWRP/theme folder.
cougarcougar said:
The wipe data only is turned off via conditions in the ui. And can be turned on via themes. Here is a stock theme that turns on the format data button. It's untested, so give feedback on it. PLace it in the sdcard/TWRP/theme folder.
Click to expand...
Click to collapse
You you are right it can be enable through theme.but didnot tested what exactly these option
Wipe.
Some of these buttons are turned off by build flags. But could be brought back to a functioning button in themes.
Internal wipe means wiping phones that have an internal storage. So i'd remove that from themes.
External wipe is wiping the sdcard. Will add in future builds.
Android secure wipes /sdcard/.android_secure
data/factory reset... wipes cache, userdata, andriod secure, sd-ext
data wipe is meant for internal storage flags, but I just tested it and it did wipe the data partition.
sd-ext
Does anyone use android secure wipe only? I'm trying to keep the wipe section down to 6 buttons. This is due to the closeness of the onscreen home and back buttons and to prevent accidental wipes if there is a 4th row.
Can it restore backups from previous TWRP version (2.2.X)?
jaibar said:
Can it restore backups from previous TWRP version (2.2.X)?
Click to expand...
Click to collapse
Yes.
.....flash screen takes a lot of time around 25s......
Good to see an updated TWRP! could you please release versions also for P505/P506?
(they just need a slightly modified kernel, with a different framebuffer driver. See Rashed97's CM10 thread for an appropriate kernel)
Thanks in advance!
Thank you very much!!! So long time waiting....and surprise! Thanks again and keep this thread alive with updated versions
Related
This thread is based on Firerat's work, just modded a little to be more specific for the EVO, so be sure to thank him for his work
http://forum.xda-developers.com/showthread.php?t=717874
I modded the script so a default of 250MB for system & 125MB for cache(leaves ~570MB for data) is included, so the mtdpartmap.txt in the SD card is not required unless you want to change those. If a mtdpartmap.txt is detected in the SD card during flash, it will overwrite those defaults values with whatever is in the mtdpartmap.txt.
For those that want to change the default values, just mod the attached mtdpartmap.txt
S-OFF is required
This is not for the faint of heart and requires how to flash using fastboot if you want to revert back to stock partition sizes, so if your not comfortable with ANY of the install & uninstall steps below, DO NOT FLASH THIS!!!
Be sure to check how much space your current ROM uses in the system & cache partitions before flashing this, so that way you don't cause problems with this MOD
Most de-odex'd ROMs should be fine with a 250MB system partition but those that are using a Desire HD/Z based ROM might need 300MB or slightly more, so be sure to double check your current system/cache usage before flashing
Also, too small of a cache partition will cause errors with some games & downloading of OTA updates as it uses the cache partition as the download folder
Install
1. Copy FR_Boot_CustomMTD_v1.5.7b_for_EVO, FR_Recovery_CustomMTD_v1.5.7b_for_EVO, FORMAT_ALL zips(& custom mtdpartmap.txt if you want to change the default sizes) to your SD card
2. Reboot into recovery
3. Make a Nandroid backup if you didn't already
4. Format cache, data & system partitions using my FORMAT_ALL.zip for ease
6. Flash FR_Recovery_CustomMTD_v1.5.7b_for_EVO.zip(this patches the recovery to use the custom partition sizes)
7. Reboot into recovery again
8. Restore Nandroid backup or flash new ROM but don't reboot
9. Flash FR_Boot_CustomMTD_v1.5.7b_for_EVO.zip(this patches the kernel to load the custom partition sizes)
10. Reboot
NOTE
Everytime you flash a new ROM or kernel, you must flash the FR_Boot_CustomMTD_v1.5.7b_for_EVO.zip afterwards, so the kernel gets modded to load the custom partition sizes
Uninstall
1. Make a Nandroid backup if you didn't already
2. Boot into Bootloader and select Fastboot USB
3. Reflash custom recovery console using Fastboot
Code:
Fastboot flash recovery recovery.img
4. Reboot into recovery
5. Format cache, data & system partitions using my FORMAT_ALL.zip for ease
6. Restore Nandroid backup or flash new ROM, if the restore contains a kernel that has modded partition sizes, then reflash the kernel
7. Reboot
Examples
Default 250/125 settings leaves this much on wipe
{
"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"
}
200/100 settings leaves this much on wipe
....................
Going in!!!
so besides the increase in available data space, is there any performance advantages?
No real advantages besides that you regain all the lost space from the cache & system partitions
xhazyx said:
so besides the increase in available data space, is there any performance advantages?
Click to expand...
Click to collapse
Thats the thing more space= Faster performance cause its not lagging trying to scoop up memory for stuff
Calk,
Do we have to do this all the time before a new rom or is it gonna b in there all the time?
luckylui said:
Thats the thing more space= Faster performance cause its not lagging trying to scoop up memory for stuff
Click to expand...
Click to collapse
If your low on memory, then I can see some performance increases but I guess I'll have to do a before and after benchmark to see for sure.
luckylui said:
Calk,
Do we have to do this all the time before a new rom or is it gonna b in there all the time?
Click to expand...
Click to collapse
If it contains a kernel, then yes you do need to flash the boot zip one to mod the new kernel again
wow. that is all.
Calkulin said:
If your low on memory, then I can see some performance increases but I guess I'll have to do a before and after benchmark to see for sure.
If it contains a kernel, then yes you do need to flash the boot zip one to mod the new kernel again
Click to expand...
Click to collapse
Any kernel??
I can digg it if its like that
luckylui said:
Any kernel??
I can digg it if its like that
Click to expand...
Click to collapse
SHOULD work on any kernel
Calkulin said:
SHOULD work on any kernel
Click to expand...
Click to collapse
Thank you sir!
Preciate the sponses and im off on my adventure!!
Oh do i love adventures!
Preview is finally here, Yay. Thanks caulk. Amazing work on 1.62
Calkulin said:
If it contains a kernel, then yes you do need to flash the boot zip one to mod the new kernel again
Click to expand...
Click to collapse
So I assume that the boot zip needs to be flashed whenever changing kernels even when the Rom is not changed?
mptherealmp said:
So I assume that the boot zip needs to be flashed whenever changing kernels even when the Rom is not changed?
Click to expand...
Click to collapse
Correct
10char
Amazing work Calkulin! I am going to test this on mIuI.
Thank you Calk. I was just looking into this thread over on the G1 forums. This is going to come in very handy.
What recovery is the custom recovery based on?
EDIT
NM: Reading comprehension problems. Now I see that it patches the recovery. My other question is do you guys think resizing and creating a swap partition would be beneficial? I already have a lot of free space on /data after moving dalvik-cache to /cache.
Thanks Calk.
Just flashed this, nand restored, and I have 100+ mb available.
Edit: I have about 100mb MORE available than before making this mod on the same ROM/kernel combination.
seems very ricky lol sorry but i have bricked 2 evos lol from not listening to what a guide says and trying my way lol
it would be really cool if someone made a tut and put it on utube or something there needs to be more vids on there of evo any way and no junkphone i mean iphone lol
Hello, few days ago I tried to parition my ext sd card using mini tool for use in link2sd app and I couldn't make it. Then, I tried to full format the ext sd card in my computer in Windows explorer but even I formatted it, the data transfer becomes very slow. And sometime it even says that the device might be disconnected. Also, when I tried to install a custom rom from the ext sd card in recovery mode, even it is said to be done successfully, when doing a reboot, it always stuck in the boot logo. And in the end, when I when to wipe dalvik cache in recovery mode, it says that
E:unknown volume for path [ext-sd]. I've tried to flash stock recovery and then re-root it and use other sd card, but it still act the same. What is the problem?
Dan Law 001 said:
E:unknown volume for path [ext-sd]. I've tried to flash stock recovery and then re-root it and use other sd card, but it still act the same. What is the problem?
Click to expand...
Click to collapse
From My Android Solutions, link below
[28] Problem:- ClockworkMod Recovery giving E:unknown volume for path [/cache/recovery/command]
Solution:- This is due to the Installed version of CWM on your Phone is incompatible/corrupt so change to another version of CWM
you need to provide all the details concerning your phone, model, ROM, and CWM versions for anyone to help you .
Check this out!You , YES! you are an " Android ". Not your phone but U.
You Must watch this documentary concerning your privacy Terms & Conditions we had agreed to, by using a PC or Smartphone
How to say Thank you? If you find any post helpful on XDA, please click on the Thanks button
{
"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"
}
If you are using XDA App or Tapatalk, long press on the post and select :good: Thanks Its easier to give "Feedback" in this manner than make an additional post.
xsenman said:
From My Android Solutions, link below
[28] Problem:- ClockworkMod Recovery giving E:unknown volume for path [/cache/recovery/command]
Solution:- This is due to the Installed version of CWM on your Phone is incompatible/corrupt so change to another version of CWM
you need to provide all the details concerning your phone, model, ROM, and CWM versions for anyone to help you .
Check this out!You , YES! you are an " Android ". Not your phone but U.
You Must watch this documentary concerning your privacy Terms & Conditions we had agreed to, by using a PC or Smartphone
How to say Thank you? If you find any post helpful on XDA, please click on the Thanks button
If you are using XDA App or Tapatalk, long press on the post and select :good: Thanks Its easier to give "Feedback" in this manner than make an additional post.
Click to expand...
Click to collapse
I don't have this kind if issue until few days ago. By the way, I recently got some issue with my external sd card due to changes in partition. Will this caused the problem? [But as mentioned, it display the error message even with other sd card and with no sd card]. By the way, I now use TWRP and it doesn't generate any error message when doing dalvik cache wipe [so far... ]
Dan Law 001 said:
I don't have this kind if issue until few days ago. By the way, I recently got some issue with my external sd card due to changes in partition. Will this caused the problem? [But as mentioned, it display the error message even with other sd card and with no sd card]. By the way, I now use TWRP and it doesn't generate any error message when doing dalvik cache wipe [so far... ]
Click to expand...
Click to collapse
Yes, since you have changed CWM (TWRP) it is ok now, At the same time IF you partition your SD card the partitions must be of the same format that the ROM you use can access, meaning not all ROMS can utilize/use different formats.
Check this out!You , YES! you are an " Android ". Not your phone but U.
You Must watch this documentary concerning your privacy Terms & Conditions we had agreed to, by using a PC or Smartphone
How to say Thank you? If you find any post helpful on XDA, please click on the Thanks button
If you are using XDA App or Tapatalk, long press on the post and select :good: Thanks Its easier to give "Feedback" in this manner than make an additional post.
I am having this same type of problem, except my roms work.
I am running cwm 6.0.4.7 touch on my sgh-i474m
I have flashed many many roms still think slim 4.4.4 is my favorite until they get 5.0.2 on a stable build.
anyways
every single time i wipe data/factory reset, the data wipe will successfully complete, however it always, no matter which version of cwm i have tried i get:
-wiping data...
Fomatting /data...
Formatting /cache...
formatting /sd-ext...
E:unknown volume for path [ext-sd]
Formatting /sdcard/.android_secure...
Data Wipe Complete.
Everything works fine afterward and the rom successfully loads..
I'm just curious to know why this error occurs...
let me re-iterate i have tried various versions of CWM and i always get this error...
if anyone could help me with this it will put my O.C.D. mind at ease.
thanks
stay classy
Few days ago I flashed cm 12.1[UNOFFICIAL] without clearing data and cache as I was on cm 12[UNOFFICIAL] but then I decided to flash PAC MAN ROM [OFFICIAL] before flashing the PAC MAN ROM I cleared the data cache etc...while wiping CWM recovery gave me an error ...
which was "E:unknown volume for path [ext-sd]" I still tried to clear dalvick cache etc but still the same error then I flashed the rom and Gapps anyways and rebooted the data was cleared and everything seemed fine but when I tried to install and run apps like 'Adobe Acrobat Reader','Tubemate','Facebook',and some more 3rd party apps they all would FC some would FC on startup some while using them Today I flashed Ressurection Remix 5.5.5[OFFICIAL] by using the same process I used for flashing PAC MAN ROM but CWM gave same error and the apps still DO NOT WORK THESE APPS WORKED FINE IN CM12 and CM12.1
I dont know what is wrong or which step I messed up..
I would be very great full if someone helps me out as I really need those apps to work
Thanks!
And yeah I did no changes in the Kernel and all The only changes I did Are mentioned above
/include/disclaimer or warning.h
/*
* Your warranty is not void as I Think!!
*
* 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 GPT Mod
* 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, Hard, a Lot $ Lot:laugh::laugh::laugh:
* But I will always be here to HELP! You...
*/
Please! Don't Share it on other Sites without my Permissions...
What is Dextenser?
It is a GPT Partition Mod which allows Nokia X2 users to fuse the useless /custom partition with /data partition. Which adds another 400Mb in Internel Storage and allows users to install more apps,etc..
* :- Yes, it is one of it's kind and for those only who don't use STOCK Rom's...
Procedure for Proper Installation
*Make sure to install TWRP Developers Edition before doing any Steps..
1> Wipe Data Partition in Recovery...
2> Backup your Custom Partition in Recovery...
3> Wipe Custom Partition in Recovery...
4> Flash DexTenser Installer(fdisk or parted[recommended: fdisk])...(Be Careful, Battery should be more than 50%)
6> After successful auto reboot Wipe Data Partition...
7> Reboot System...
8> Enjoy DexTenser Mod...
Procedure for Proper Uninstallation
1> Wipe Data Partition in Recovery...
4> Flash DexTenser Uninstaller(fdisk or parted[recommended: fdisk])...(Be Careful, Battery should be more than 50%)
6> After successful auto reboot Wipe Data and Custom Partition...
2> Restore your Custom Partition in Recovery...
7> Reboot System...
8> Enjoy old life...
XDA:DevDB Information
yoAeroA00 DexTenser for Nokia X2, GPT Mod for the Nokia X2
Contributors
yoAeroA00, Lovely Nokia X2 Users & Fans...
Source Code: Everything is OpenSource...
DexTenser Special Features: You Tell...
Version Information
Status: Stable
Created 2017-07-24
Last Updated 2017-07-24
DOWNLOADS
Yah! Baby.. Codiled In INDIA
> DexTenser Installer :-
DexTenser Installer (fdisk) [20170724], DexTenser Installer (parted) [20171007]
> DexTenser Uninstaller :-
DexTenser Uninstaller (fdisk) [20170724], DexTenser Uninstaller (parted) [20170724]
Don't Mirror Links
Enjoy!!:laugh: & In response to Continue this Project Hit Thump'sUp!! Bro...:good:
Development Catalogue
> Build 20171007 :- Parted Zip Fixed...
> Build 20170724 :- Initial DexTenser GPT Mod for Nokia X2
Cool you back..
Tnkk youu for mod...
Expecting more development ..???
netradip said:
Cool you back..
Tnkk youu for mod...
Expecting more development ..
Click to expand...
Click to collapse
Thanks! If you had tried it than Please! let me know if it works or not....(It worked on my OP3T, but cannot test on X2)
netradip said:
Cool you back..
Tnkk youu for mod...
Expecting more development ..
Click to expand...
Click to collapse
Have you tried it bro ? Does it work ?
SimonVN said:
Extend your /data partition and get more free space for storaging data
from 2343 MB up to 2743 MB (+400 MB take from /custom partition)
Note: Seem like nobody need this so I stop my development for Nokia X2. If you still want this mod, go here: [GPT Mod] yoAeroA00 DexTenser for Nokia X2 [Stable] by yoAeroA00
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Thank you for this. It's awesome. I think I'm too lazy to make the auto script.
Edited: This mod can be used on stock ROM. Just delete something like NokiaVariantsManager.apk in /system/app. I tried with Simonoid and it works perfectly.
can anyone tell me where is Data Partition and where is Custom Partition? i'm a normal user, so i don't know about it.
i see only in wipe:
-dalvik/art cache
-data
-internal storage
-cache
-system
-sdcard
SimonVN said:
Thank you for this. It's awesome. I think I'm too lazy to make the auto script.
Edited: This mod can be used on stock ROM. Just delete something like NokiaVariantsManager.apk in /system/app. I tried with Simonoid and it works perfectly.
Click to expand...
Click to collapse
Thanks! for the info I will add a patch to automatically detect stock ROM while installing and delete NokiaVariantsManager.apk from system partition for fixing boot loops(if any)
narakunouta said:
can anyone tell me where is Data Partition and where is Custom Partition? i'm a normal user, so i don't know about it.
i see only in wipe:
-dalvik/art cache
-data
-internal storage
-cache
-system
-sdcard
Click to expand...
Click to collapse
Data Partition is "data" and it is not necessary to format custom partition(since I haven't tried it) :good:or use this recovery for advance options for backup https://forum.xda-developers.com/nokia-x2/development/stable-yoaeroa00-twrp-3-0-2-1-t3542946
yoAeroA00 said:
Data Partition is "data" and it is not necessary to format custom partition(since I haven't tried it) :good:or use this recovery for advance options for backup https://forum.xda-developers.com/nokia-x2/development/stable-yoaeroa00-twrp-3-0-2-1-t3542946
Click to expand...
Click to collapse
i try this:
1. Wipe data
2. Flash DexTenser Installer fdisk
3. Reboot to recovery
4. Wipe data
5. Reboot system
but it's not add 400MB in Internal storage, what i'm wrong? sr my bad english.
Can I use this mod on CM12-based ROM ?
KenX2 said:
Can I use this mod on CM12-based ROM ?
Click to expand...
Click to collapse
You can use it with any ROM...
narakunouta said:
i try this:
1. Wipe data
2. Flash DexTenser Installer fdisk
3. Reboot to recovery
4. Wipe data
5. Reboot system
but it's not add 400MB in Internal storage, what i'm wrong? sr my bad english.
Click to expand...
Click to collapse
Have you tried using my recovery?
yoAeroA00 said:
Have you tried using my recovery?
Click to expand...
Click to collapse
I've read the instructions but I can not understand the line "After successful auto reboot Wipe Data Partition"
I wiped Data, Custom, flash the mod, wipe data again and reboot but when it finished rebooting the Internal Memory is still the same, just a " custom.img " (400MB) appear in my SD card.
KenX2 said:
I've read the instructions but I can not understand the line "After successful auto reboot Wipe Data Partition"
I wiped Data, Custom, flash the mod, wipe data again and reboot but when it finished rebooting the Internal Memory is still the same, just a " custom.img " (400MB) appear in my SD card.
Click to expand...
Click to collapse
Try again but this time don't format the data partition after auto reboot and only format system and cache partition and reinstall ROM ...and again if this doesn't help then send me a log of recovery after installing zip..:good:
yoAeroA00 said:
Try again but this time don't format the data partition after auto reboot and only format system and cache partition and reinstall ROM ...and again if this doesn't help then send me a log of recovery after installing zip..:good:
Click to expand...
Click to collapse
can you update image guide or video?:crying:
@yoAeroA00 plz if you can enable 4g on samsung grand max(sd 410) then plz enable it.(samsung disabled it)
It is a request.(https://forum.xda-developers.com/t/galaxy-grand-max)
there are no custom Roms for that device!
gndabcha said:
@yoAeroA00 plz if you can enable 4g on samsung grand max(sd 410) then plz enable it.(samsung disabled it)
It is a request.(https://forum.xda-developers.com/t/galaxy-grand-max)
there are no custom Roms for that device!
Click to expand...
Click to collapse
Sorry! Bro but currently I have no time for that. If any dev of your device can chat me than I can tell him the procedure... And as you told that your device don't have an custom ROM than it could be difficult to enable 4G...
works with flyme os?
{
"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"
}
Team Win Recovery Project (TWRP), is an open-source software custom recovery image for Android-based devices.It provides a touchscreen-enabled interface which allows users to install third-party firmware and backup the current system, which are often unsupported by stock recovery images.It is, therefore, often installed when rooting Android devices.
What's new in 3.2.1-0:
* minui fixes (cryptomilk)
* Better android-8.0 compatibility in ROM trees (Dees_Troy)
* Fix missing library in android-8.0 (nkk71)
* Fix inconsistent SDCard naming (DevUt)
* Default to TWRP restore instead of adb backup restore to fix restore on fresh TWRP boot.
Downloads:
TWRP For J7 Plus
Installation:
•In your ROM, go to Settings -> About device. Tap 7 times on Build number to enable Developer options.
•Now go to Settings -> Developer options. (above About device).
•You need to enable OEM unlock, otherwise you might end up with boot problems or be unable to flash later on.
•Extract Odin_3.10.7.zip to your computer.
•Install Samsung Mobile Phone Drivers for Odin to find your device.
•Download .tar image of TWRP For J7 Plus.
•Reboot your device into Download mode. To do this, select reboot from the power menu and hold the [Volume Down] + [Home] buttons while your device reboots.
•Once you reach the Download mode warning screen, press [Volume Up] to continue.
•Open Odin and place that TWRP tar file in the [AP] slot without touching any other options, then press [Start].
•Hold [Volume Up] + [Home] buttons near the end of the flash, and keep holding them until you are in recovery.
To disable forced encryption and mount internal storage(/DATA):
(Note this MUST be flashed after SuperSU if you intend to root)
1. Boot to TWRP
2. Format Data partition using FORMAT DATA button under Wipe options.
(Note: This will wipe the internal storage)
3. Check DATA is mountable.
4. Install SuperSU (if root is required)
5. Install Boot Image Patch below.
6. Reboot
Boot Image Patch
No_DM_Verity_Patcher_By-ashyx
Hit Thanks If You Like It! :good:
XDA:DevDB Information
TWRP 3.2.1-0 For J7 Plus, Tool/Utility for the Android General
Contributors
Albe96
Source Code: https://github.com/Albe96XDA/android_device_samsung_jadelte-TWRP
Version Information
Status: Alpha
Created 2018-06-20
Last Updated 2018-06-25
Reserved
Reserved#2
Thank you so much
I had been waiting years for a TWRP for J7 Plus. Thank you so much. idk if this works or not but I will give it a shot once I reach home. Thanks again. Btw how do i use the verity patcher?
Recreation01 said:
I had been waiting years for a TWRP for J7 Plus. Thank you so much. idk if this works or not but I will give it a shot once I reach home. Thanks again. Btw how do i use the verity patcher?
Click to expand...
Click to collapse
Flash it from TWRP.
Albe96 said:
Flash it from TWRP.
Click to expand...
Click to collapse
thanks, it works perfectly! I hope more users can notice this.
Recreation01 said:
thanks, it works perfectly! I hope more users can notice this.
Click to expand...
Click to collapse
WOW.Maybe PM me with some screenshots! ? Glad to know
Questions
1. Do we still need to reflash the boot image after booting to twrp again to avoid encryption?
2. Where do we need to put the boot img and magisk/superSU files if we're going to wipe the data, won't that be deleted as well hence with the internal storage?
3. Lastly, will the sd card be read? Because in the other twrps I've tried both internal and extsd will not read or not mountable.
Hope you'll respond ASAP
Thank you
PreferableBird69 said:
1. Do we still need to reflash the boot image after booting to twrp again to avoid encryption?
2. Where do we need to put the boot img and magisk/superSU files if we're going to wipe the data, won't that be deleted as well hence with the internal storage?
3. Lastly, will the sd card be read? Because in the other twrps I've tried both internal and extsd will not read or not mountable.
Hope you'll respond ASAP
Thank you
Click to expand...
Click to collapse
Did you flash no verity boot image patch after flashing twrp and before booting back to rom? You gotta flash that.
Albe96 said:
Did you flash no verity boot image patch after flashing twrp and before booting back to rom? You gotta flash that.
Click to expand...
Click to collapse
I haven't tried it yet as I'm still not sure of the outcome of it. So what you're saying is that flash no verity first before fomatting the data?
PreferableBird69 said:
I haven't tried it yet as I'm still not sure of the outcome of it. So what you're saying is that flash no verity first before fomatting the data?
Click to expand...
Click to collapse
Just flash the no verity zip.then reboot the device.Then you're good to go what you want to do
PreferableBird69 said:
1. Do we still need to reflash the boot image after booting to twrp again to avoid encryption?
2. Where do we need to put the boot img and magisk/superSU files if we're going to wipe the data, won't that be deleted as well hence with the internal storage?
3. Lastly, will the sd card be read? Because in the other twrps I've tried both internal and extsd will not read or not mountable.
Hope you'll respond ASAP
Thank you
Click to expand...
Click to collapse
1. No
2/3. SD Card can be read but I can't mount it on a USB. You might want to backup all your data.
---------- Post added at 12:09 PM ---------- Previous post was at 12:08 PM ----------
Btw can you develop roms for this device? I am sure many of us will be hype
Recreation01 said:
1. No
2/3. SD Card can be read but I can't mount it on a USB. You might want to backup all your data.
---------- Post added at 12:09 PM ---------- Previous post was at 12:08 PM ----------
Btw can you develop roms for this device? I am sure many of us will be hype
Click to expand...
Click to collapse
First off all I wanna know if TWRP is working or not? Secondly I don't own this device to work for it either I can but you have to provide logs(will be irritable).And I don't see many people for whom I can work.I mean these days,nobody like mediatek chipset devices...
Maybe you didn't set RW permission that's why USB can't mount ?
Okayyy thank you very much for the immediate responses guys highly appreciated:victory:
Hey guys any update from the official twrp of this device?
PreferableBird69 said:
Hey guys any update from the official twrp of this device?
Click to expand...
Click to collapse
LMAO No.This device us not official to TWRP yet
Albe96 said:
LMAO No.This device us not official to TWRP yet
Click to expand...
Click to collapse
Y though
PreferableBird69 said:
Y though
Click to expand...
Click to collapse
Because the device isn't popular I guess
Hey so i tried flashing it and still my sd card won't be read sigh
PreferableBird69 said:
Hey so i tried flashing it and still my sd card won't be read sigh
Click to expand...
Click to collapse
Did you flash the dmverity patch?
Hi.
This is not first time I've installed a custom ROM but on Samsung models everything for me was very straight forward.
SInce couple weeks I'm struggling when it comes to install custom ROM on my p8 lite.
I've managed to unlock the phone and boot to TWRP but I'm getting error and dont know where to go next.
Please give me some advice on this.
{
"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"
}
Use other TWRP or ROM.
I installed this rom and everything was fine. It seems it can't unmount some partitions, try to reboot the recovery or unmount them manually or try from adb this comman "adb remount"
HI, I have a problem with installation of Lineage OS 17.1. I start with rom stock android and emui 8.0 in huawei p8 lite 2017, after wipe system, data, cache devlink i flash the rom with twrp and resize system, restart in recovery twrp and flash the patch. The system lineage start but in the first installation the ui crash, and when i finish the installation the home was black. I can see only power off restart button. What can i do? I have to decrypt internal storage? Sorry for my english and thanks guys for help us.
But1 said:
HI, I have a problem with installation of Lineage OS 17.1. I start with rom stock android and emui 8.0 in huawei p8 lite 2017, after wipe system, data, cache devlink i flash the rom with twrp and resize system, restart in recovery twrp and flash the patch. The system lineage start but in the first installation the ui crash, and when i finish the installation the home was black. I can see only power off restart button. What can i do? I have to decrypt internal storage? Sorry for my english and thanks guys for help us.
Click to expand...
Click to collapse
I removed the encryption from /data partition before flashing, because I read that the encryption causes a bootloop on many rom. But if you could start android your problem is different from that. Try to install gapps or do a complete reflashing.
The step I used to install this rom was:
- the full wipe (system, data, cache, dalvik), then format data.
- flashing the rom
- flashing the gapps (if you got error 70, resize system partition, and try again)
- flash the NFC fix
- wipe cache and wipe dalvik
- reboot
N.B Do all these steps in once without reboot
I think is encryption the problem because i can't format data
how can i decrypt files and get stock recovery? because if I understand correctly once the internal memory has been deleted I will not be able to re-download the stock rom with huawei eRecovery
i have format data but the problem with ui persist the app UI system it keeps interrupting
But1 said:
how can i decrypt files and get stock recovery? because if I understand correctly once the internal memory has been deleted I will not be able to re-download the stock rom with huawei eRecovery
Click to expand...
Click to collapse
To remove the encryption I fetched the fstab file using adb (because I couldn't modified it directly due the absence of an editor) modified it from my pc and replaced on the phone. And it worked !
here the command used to fetch the fstab file:
Code:
adb pull /vendor/etc/fstab.hi6250
and then to replace:
Code:
adb push fstab.hi6250 /vendor/etc/
The step I used to install this rom was:
- the full wipe (system, data, cache, dalvik), then format data( this remove the encryption)
- flashing the rom
- flashing the gapps (if you got error 70, resize system partition, and try again)
- flash the NFC fix
- wipe cache and wipe dalvik
- reboot
and the problem persist the ui crash in the first installation and when finish i have only black screen
which version are you trying to install ?
Lineage OS 17.1
from which developer ? I'm trying to install the haky86 one right now
DarkJoker360, i take twrp from haky86
try to install the haky86 one. I think the DarkJoker's one doen't support the use of sdcard as internal memory indeed I couldn't find the option and then I moved to android 10 to try if it runs good but the fingerprint doesn't work so I went back to android 9
and finally I have been successful!
when the decryption file doesn't work
here's how I did it:
in twrp (twrp-3.4.0.0-v1-hi6250-emui8) tap format data, write yes and swipe
go to advance wipe: cache, dalvik, data e system
reboot recovery
connect the phone to the pc
in the home of twrp go to advanced - adb sideload
rename the zip of ROM in filename.zip (i choose [ROM][PRA-LX1] Haky86's LineageOS 15.1 Oreo Huawei P8 Lite 2017)
moved the zip to the adb folder
Started cmd in adb folder with shift and right click open power shell window here
cmd : adb sideload filename.zip
when the istallation finish
reboot system
if everything works open twrp and
flash addonsu lineage os su(arm64) and you have magisk manager
reboot system
for google app the last gapps crash for me
i solved with this method:
go to opengapps, older releases, i chose the 20200705
install with twrp
reboot system
enjoy!
bob1791 said:
I installed this rom and everything was fine. It seems it can't unmount some partitions, try to reboot the recovery or unmount them manually or try from adb this comman "adb remount"
Click to expand...
Click to collapse
How can I do this ?
adb remount not working for me mate - my phone has original software. I need root to do that and to have root I need custom rom wich I cannot install because above reason.
I figured out that my partitions are decrypted and that probobably causes the problem.
How can I fix this ?