[RECOVERY][vk810][6.0.5.1] ClockworkMod 6.0.5.1 Unofficial - G Pad 8.3 Android Development

{
"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"
}
[RECOVERY][vk810][6.0.5.1] ClockworkMod 6.0.5.1 Unofficial
Code:
*** Disclamer
This is only for the vk810 Verizon LTE model (product name altev)
Introduction
I recently took over porting CM11.0 for paperWastage. For the sake of completeness and to give users more options, I built ClockworkMod 6.0.5.1 since we already had TWRP thanks to the efforts of drGravy and others. This is a flashable zip, so you need to have the loki patched TWRP already installed. I will work on a way to directly loki flash CWM onto these tablets, but for now, feel free to flash this recovery.
Click to expand...
Click to collapse
Installation instructions
Need latest custom recovery (TWRP, ...?). You can use towelroot or this offline root or Kingo online-root (nor preferred) to root from stock ROM
Do nandroid backup in recovery
Wipe dalvik/cache/system
This recovery is only for vk810 verizon LTE-version only.
Flash this CWM recovery .zip as you normally would
This should go without saying, but rebooting to recovery via power menu or
Code:
adb reboot recovery
does not work because of LG's laf.img (what enables download mode). You have to power off the device and then power on holding power+volume down. Then select Factory Reset, which will then boot you into recovery.
Click to expand...
Click to collapse
Download
Current Recovery:
[20150121][RECOVERY][vk810][6.0.5.1] ClockworkMod 6.0.5.1 Unofficialhttps://www.dropbox.com/s/fm5heowhvc4dxa8/vk810-CWM_6.0.5.1-recovery.zip?dl=0
Click to expand...
Click to collapse
Bugs?
- (1/23/15) There is a bug with the recovery.fstab (I think) where it defaults mounting /dev/mmcblk0 to /sdcard. mmcblk0 is a block device and not a file system, and the correct path for /sdcard should be /data/media/0 for internal SD and 1 for external SD. I need to dig into it further to figure out how to fix it. My first attempt at fixing this morning resulted in a non bootable recovery.img
Click to expand...
Click to collapse
Thanks To/Credits
Code:
cyanogenmod dev team for source/kernel build-up
omni team for omni source
drgravy for TWRP
anyone else who contributed to the development of v500/v510/vk810

So flashed, all went well, made a back up, then lost root on reboot. Stumproot app says I'm rooted, Su says in can't install binary?
Sent from my HTC6600LVW using XDA Premium HD app

Hello CM 11! Thanks developer...for this and the rom....May want to add a note if the stock rooted rom is kept should answer the last two questions as NO,, NO...or they'll be in a mess and loose root.
Sent from my HTC6600LVW using XDA Premium HD app

mitchbaria said:
Hello CM 11! Thanks developer...for this and the rom....May want to add a note if the stock rooted rom is kept should answer the last two questions as NO,, NO...or they'll be in a mess and loose root.
Click to expand...
Click to collapse
I'm assuming you solved your issue then? Forgive my ignorance, could you explain what "last two questions" are that should be answered no and no?
@N00b-un-2, thanks again. Installed fine, used it to wipe cache and flash your CM11 and made a backup of CM11 after configuring it. Haven't tested a restore yet.
I also wanted to note in response to the warning in your OP that rebooting to recovery from the power menu doesn't work. It works for me (from the power options enabled from Developement). I can make and upload a video if necessary.

Yes,,,upon reboot of the stock 4.4.2 lg rom clockwork mod ask you if you'd like to prevent stock recovery or something to that affect and then says " you may have lost root do you want CM to fix now? Yes or no....if you answer these two questions with anything but " no and no" you will lose root. It may be trivia to people in the know, but first i lost root had to restore recovery through adb then restore the backup ( thank God i made one upon switching to Clockwork from twrp)....

mitchbaria said:
Yes,,,upon reboot of the stock 4.4.2 lg rom clockwork mod ask you if you'd like to prevent stock recovery or something to that affect and then says " you may have lost root do you want CM to fix now? Yes or no....if you answer these two questions with anything but " no and no" you will lose root. It may be trivia to people in the know, but first i lost root had to restore recovery through adb then restore the backup ( thank God i made one upon switching to Clockwork from twrp)....
Click to expand...
Click to collapse
Oh, I see. I didn't occasion to see those questions because I flashed his CM11 after flashing this recovery. Thanks, good to know (if I remember if I ever use this with stock).

I should have clarified that I meant on the stock firmware. Reboot to recovery works fine on CM11, but has been hit or miss for me on the official firmware.
roirraW "edor" ehT said:
I'm assuming you solved your issue then? Forgive my ignorance, could you explain what "last two questions" are that should be answered no and no?
@N00b-un-2, thanks again. Installed fine, used it to wipe cache and flash your CM11 and made a backup of CM11 after configuring it. Haven't tested a restore yet.
I also wanted to note in response to the warning in your OP that rebooting to recovery from the power menu doesn't work. It works for me (from the power options enabled from Developement). I can make and upload a video if necessary.
Click to expand...
Click to collapse

That means that your tablet is not properly rooted. What root method did you use? I ran into this when I rooted using Kingo Root, but not stump or towel. You may be able to fix this by
Code:
su
mount -o remount,rw /system
chmod 4755 /system/xbin/su
reboot
basically, if SuperSU is giving you the "su binary needs to be updated" error and it fails, then you're not properly rooted.
mitchbaria said:
Yes,,,upon reboot of the stock 4.4.2 lg rom clockwork mod ask you if you'd like to prevent stock recovery or something to that affect and then says " you may have lost root do you want CM to fix now? Yes or no....if you answer these two questions with anything but " no and no" you will lose root. It may be trivia to people in the know, but first i lost root had to restore recovery through adb then restore the backup ( thank God i made one upon switching to Clockwork from twrp)....
Click to expand...
Click to collapse

Dropbox link is broken. Anyone have a copy of it?

mikentucson said:
Dropbox link is broken. Anyone have a copy of it?
Click to expand...
Click to collapse
Hi! Here's a mirror in my sections on Android File Host.
Just to be clear, this recovery was compiled by @N00b-un-2. I am just temporarily or permanently hosting a mirror of it on AFH. @N00b-un-2, let me know if you want me to take my copy down, and likewise if you want to put my link in your OP that's fine too.

what is going on with the recoveries on this device? The link to TWRP is broken. I accidentally deleted the CWM recovery I built a few months back and the VM I was temporarily "borrowing" to build on was retired.
I am in the process of building CWM recovery again, should be ready later today, barring any unforseen circumstances. I'm going to take a stab at compiling a new version of TWRP, but I'm having quite a few problems at the moment.
In the mean time here is a link to DrGravy's TWRP 2.7.0.2 and 2.7.0.1
https://www.dropbox.com/s/hanc02rjutt5k10/VK810_twrp_2.7.0.1.zip?dl=0
https://www.dropbox.com/s/tx0amj50k7fi6ff/vk810-TWRP_2.7.0.2-recovery.zip?dl=0
And also, in case anyone is interested, here is a link to they Cyanogen Recovery. I was a bit surprised when I went to build CWM again based on the CM-12.1 sources that the recovery it built was no longer CWM, but rather Cyanogen Recovery. Nonetheless, it will allow you to flash ROMs
https://www.dropbox.com/s/edp0up3bfon421i/vk810-cyanogen-recovery.zip?dl=0
Like I said, I should have CWM up again later today I just have to pull down the CM-11.0 sources and build again.

Dummy
mitchbaria said:
So flashed, all went well, made a back up, then lost root on reboot. Stumproot app says I'm rooted, Su says in can't install binary?
Sent from my HTC6600LVW using XDA Premium HD app
Click to expand...
Click to collapse
So I feel like a dummy but how the heck do you flash this thing? If I boot into stock recovery it won't let me mount the SD card...something about invalid argument...

Cothirteen said:
So I feel like a dummy but how the heck do you flash this thing? If I boot into stock recovery it won't let me mount the SD card...something about invalid argument...
Click to expand...
Click to collapse
First you have to root your VK810, which is easiest under build 24A or below using the Stump apk.
Then look for the TWRP v2.7.0.1 thread for the VK810 in Original Development. You have to start with that version then flash whatever newer custom recovery you want from there.
You can't flash custom things from stock recov recovery.
If you're meaning that your custom recovery won't mount the external Micro SD card, you could download this custom recovery to internal storage. Or you could format your external Micro SD card from TWRP after backing up the contents of it to your PC.
Sometimes device's custom recoveries have problems with cards formatted on a PC. Mine doesn't but I've seen others have trouble.
Sent from my VK810 4G using Tapatalk

Help please. I downloaded VS985_23Cto24B_OTA-5.0.1-Lollipop-7-10-2015.7z as posted by roirraW "edor" ehT. I can't figure out how to load it. I tried converting it to a zip and that didn't work. Is there a way to do this through Loki or what? Thanks in advance.

b52apl said:
Help please. I downloaded VS985_23Cto24B_OTA-5.0.1-Lollipop-7-10-2015.7z as posted by roirraW "edor" ehT. I can't figure out how to load it. I tried converting it to a zip and that didn't work. Is there a way to do this through Loki or what? Thanks in advance.
Click to expand...
Click to collapse
I haven't really fooled around much with trying to manually apply OTAs. I was successful with the VS985 12B->23A/B/C beta and final OTAs but not once since then. The way that worked for 12B->23C didn't work for me for 23C->24B. I more provided the files for other people to try too, in hopes that if they did find success, they'd report it and describe what they did. No one's done so.
As you found out, you can't flash OTAs from a custom recovery - you have to be fully stock never rooted (since the most recent time you flashed a KDZ or TOT) in order to take OTAs.
Also, you're posting in the wrong place. This is the LG G Pad 8.3 section, and this is the ClockworkMod Recovery thread, nothing related to OTAs for the VS985. I have a thread for the VS985 OTAs in the General section of the Verizon G3 forums, but as I said, no one's reported having success with 23C->24B or higher.
Why not just flash the 24B KDZ or whatever release you're wanting to be on? It's a lot easier than trying to manually apply an OTA. If you're only incrementing one step in releases (23C->24B) for the VS985, you could probably get away with using the "Normal" option which doesn't wipe your data, although I'd use the built-in LG Backup first just in case and save the backup to the external MicroSD card.
If you're wanting to be rooted and on 24B or another higher version, just wipe from custom recovery and flash a 24B or whatever ROM. There's versions of JasmineROM and SkyDragon that are made with 24B - I think JasmineROM v8 and SkyDragon v5.
If you're not rooted or don't have custom recovery, flash the 10B KDZ with the CSE option (which wipes all data including internal storage), root with the Stump app, use TWRP Manager from the Play Store to install TWRP, then flash JasmineROM v8 and the 24B Bootstack from @xdabbeb 's VS985 v2.0 thread.

roirraW "edor" ehT said:
I haven't really fooled around much with trying to manually apply OTAs. I was successful with the VS985 12B->23A/B/C beta and final OTAs but not once since then. The way that worked for 12B->23C didn't work for me for 23C->24B. I more provided the files for other people to try too, in hopes that if they did find success, they'd report it and describe what they did. No one's done so.
As you found out, you can't flash OTAs from a custom recovery - you have to be fully stock never rooted (since the most recent time you flashed a KDZ or TOT) in order to take OTAs.
Also, you're posting in the wrong place. This is the LG G Pad 8.3 section, and this is the ClockworkMod Recovery thread, nothing related to OTAs for the VS985. I have a thread for the VS985 OTAs in the General section of the Verizon G3 forums, but as I said, no one's reported having success with 23C->24B or higher.
Why not just flash the 24B KDZ or whatever release you're wanting to be on? It's a lot easier than trying to manually apply an OTA. If you're only incrementing one step in releases (23C->24B) for the VS985, you could probably get away with using the "Normal" option which doesn't wipe your data, although I'd use the built-in LG Backup first just in case and save the backup to the external MicroSD card.
If you're wanting to be rooted and on 24B or another higher version, just wipe from custom recovery and flash a 24B or whatever ROM. There's versions of JasmineROM and SkyDragon that are made with 24B - I think JasmineROM v8 and SkyDragon v5.
If you're not rooted or don't have custom recovery, flash the 10B KDZ with the CSE option (which wipes all data including internal storage), root with the Stump app, use TWRP Manager from the Play Store to install TWRP, then flash JasmineROM v8 and the 24B Bootstack from @xdabbeb 's VS985 v2.0 thread.
Click to expand...
Click to collapse
Then maybe I have the wrong file. I'm trying to get the clockworkmod recovery on a VK810 with 4.2.2 rooted and TWRP 2.7.0.1 recovery. The original source for cwm 6.0.5.1 is a dropbox that isn't there any more. I thought the file I mentioned was the equivalent. Maybe my problem is that I don't know where to find cwm 6.0.5.1 for the VK810.

b52apl said:
Then maybe I have the wrong file. I'm trying to get the clockworkmod recovery on a VK810 with 4.2.2 rooted and TWRP 2.7.0.1 recovery. The original source for cwm 6.0.5.1 is a dropbox that isn't there any more. I thought the file I mentioned was the equivalent. Maybe my problem is that I don't know where to find cwm 6.0.5.1 for the VK810.
Click to expand...
Click to collapse
Thanks for accidentally discovering that I had the right file named wrong, and the wrong file named the right thing in the same place! Sorry about the confusion.
Edit 3: I am NOT having a good day. I managed to delete the wrong file both on my local PC I just downloaded them to, and on AFH. *grumble* I'm looking for another copy, I might have it on my PC at home or on my flash drive.
@b52apl
Do *you* still have the file you had originally downloaded? The .7z one that said VS985 and OTA? If you rename it to .zip it should work - the contents looked fine when I checked after I did that, but then I accidentally deleted it, and I had already purposely deleted it on AFH since I thought it was the wrong file. If you still have the original zip could you upload it somewhere so I can put it back on AFH? I've also PM'd the OP to see if he still has the file.
I can't believe I did all that.
You can still use TWRP v2.8.7.0 (flash the new version from your existing 2.7.0.1) in the meantime if you wish. It's in one of these sections - my stickied guide in the General section should have a link to the thread if you can't find it.

roirraW "edor" ehT said:
Thanks for accidentally discovering that I had the right file named wrong, and the wrong file named the right thing in the same place! Sorry about the confusion.
Edit 3: I am NOT having a good day. I managed to delete the wrong file both on my local PC I just downloaded them to, and on AFH. *grumble* I'm looking for another copy, I might have it on my PC at home or on my flash drive.
@b52apl
Do *you* still have the file you had originally downloaded? The .7z one that said VS985 and OTA? If you rename it to .zip it should work - the contents looked fine when I checked after I did that, but then I accidentally deleted it, and I had already purposely deleted it on AFH since I thought it was the wrong file. If you still have the original zip could you upload it somewhere so I can put it back on AFH? I've also PM'd the OP to see if he still has the file.
I can't believe I did all that.
You can still use TWRP v2.8.7.0 (flash the new version from your existing 2.7.0.1) in the meantime if you wish. It's in one of these sections - my stickied guide in the General section should have a link to the thread if you can't find it.
Click to expand...
Click to collapse
I still have the file. I don't have a personal place to upload it to. If you send me a message with an address, I'll upload it to wherever you want it. The file is 9.52Mb. Just to be clear, I converted it to a .zip file, but TWRP refused to install it. Should I have tried to restore it as a backup file?

b52apl said:
I still have the file. I don't have a personal place to upload it to. If you send me a message with an address, I'll upload it to wherever you want it. The file is 9.52Mb. Just to be clear, I converted it to a .zip file, but TWRP refused to install it. Should I have tried to restore it as a backup file?
Click to expand...
Click to collapse
I'll PM you a link to a folder on my Google Drive that I gave public permissions to upload.
When you say you converted it to a zip, what exactly did you do? Did you just rename the file or something else? I'll still take a look at it, see if I can figure it out, and as long as I can extract the recovery.img from the zip, then I can make a fresh zip if necessary.
No, you wouldn't be able to restore it because it's not a TWRP backup.
If you upgrade to TWRP 2.8.7.0 then you can choose it's option to flash am Image instead of Zip and can try flashing the recovery.img if you can extract that from the zip, but probably best to be safe and let me test first.

@b52apl
Good news! I was able to rename the file to vk810-CWM_6.0.5.1-recovery-by-N00b-un-2.zip and it worked perfectly. I was able to flash it, reboot recovery and was in CWM recovery. Mind you, I wasn't on TWRP v2.7.0.1 any more - I was already upgraded to TWRP v2.8.7.0, so I don't know if there's any compatibility issue with the much earlier version of TWRP. Once I rebooted in CWM Recovery, I was able to flash the TWRP v2.8.7.0 zip back and reboot recovery again, although I had to turn CWM's Advanced menu/Lokify option off first. I was also able to extract the recovery.img from the zip and as I suggested, it's got to be fine to flash that directly from TWRP v2.8.7.0 which has the option to switch from displaying Zips to displaying Img's, and then to flash it.
I also had a text file with the original MD5 hash of the "vk810-CWM_6.0.5.1-recovery-by-N00b-un-2.zip" I had uploaded previously, and it was the same MD5 so I know it wasn't corrupted:
Code:
22B138C250B3A1F3B9FDB1E2B5A84549
Thanks again for the re-upload!

Related

Returning to stock (no root, complete stock everything!)

Can someone help me return to complete stock settings? I know there is no RUU yet, but there must be some way to go back to stock. I'm currently unlocked, running TWRP recovery, and the Team Nocturnal Odexed Stock ROM, but I'm having force closing issues and cannot install the OTA update no matter what stock recovery or stock kernel I flash. Thank you for your help.
disastar said:
Can someone help me return to complete stock settings? I know there is no RUU yet, but there must be some way to go back to stock. I'm currently unlocked, running TWRP recovery, and the Team Nocturnal Odexed Stock ROM, but I'm having force closing issues and cannot install the OTA update no matter what stock recovery or stock kernel I flash. Thank you for your help.
Click to expand...
Click to collapse
You can't relock it yet but you should just need the stock tmobile rom, no recovery, and no root to get OTAs.
This is what i had to do, i was in the same boat!
disastar said:
Can someone help me return to complete stock settings? I know there is no RUU yet, but there must be some way to go back to stock. I'm currently unlocked, running TWRP recovery, and the Team Nocturnal Odexed Stock ROM, but I'm having force closing issues and cannot install the OTA update no matter what stock recovery or stock kernel I flash. Thank you for your help.
Click to expand...
Click to collapse
download this. Its the closest to a stock nandroid that i found. http://forum.xda-developers.com/showpost.php?p=40745177&postcount=55 This is a nandroid back up, not a flashable zip.
I Used clockwork mod recovery. I dont know if its the same for twrp. So to be safe i would install CWM.
After you download it you have to open it up on your computer and put the "unzipped" file 2013-04-26.06.21.44 Clockworkmod/backup folder on your phone. Reboot into cwm and find restore, and install this file.
If you need to remove root for any reason, you will have to flash flash a custom kernel (should be easy to find, i just searched for kernel under the t mo htc one development thread) Then download a file explorer and grant it root access. Delete the Superuser APK and reboot. After that flash the stock kernel, and you should be all set. I think this is about the best we can do to get back to stock on tmobile with out a RUU. I hope I helped you out. :good:
After you successfully install this you will need to flash the stock recovery.img. After that reboot and install the OTA update. If it fails you may need to re-lock the bootloader.
Oh and If you havent already, i would download the HTC one all in one kit (search for it in the forum) it makes doing alot of this much much easier.
You're going to need stock recovery to get ota updates to install.
Sent from my HTC One using xda app-developers app
adezd00 said:
download this. Its the closest to a stock nandroid that i found. http://forum.xda-developers.com/showpost.php?p=40745177&postcount=55 This is a nandroid back up, not a flashable zip.
I Used clockwork mod recovery. I dont know if its the same for twrp. So to be safe i would install CWM.
After you download it you have to open it up on your computer and put the "unzipped" file 2013-04-26.06.21.44 Clockworkmod/backup folder on your phone. Reboot into cwm and find restore, and install this file. After you successfully install this you will need to flash the stock recovery.img. After that reboot and install the OTA update. If it fails you may need to re-lock the bootloader.
Oh and If you havent already, i would download the HTC one all in one kit (search for it in the forum) it makes doing alot of this much much easier.
If you need to remove root for any reason, you will have to flash flash a custom kernel (should be easy to find, i just searched for kernel under the t mo htc one development thread) Then download a file explorer and grant it root access. Delete the Superuser APK and reboot. After that flash the stock kernel, and you should be all set. I think this is about the best we can do to get back to stock on tmobile with out a RUU. I hope I helped you out. :good:
Click to expand...
Click to collapse
I'm also trying to revert to stock. After unzipping this file, which parts do I need to move to my phone? Is it the entire 2013-04-26.06.21.44 folder, or only the .tar file located within? Also, I used android file transfer to put the file onto my phone, is just putting it in the clockworkmod file sufficient?
mcdsmaster8824 said:
I'm also trying to revert to stock. After unzipping this file, which parts do I need to move to my phone? Is it the entire 2013-04-26.06.21.44 folder, or only the .tar file located within? Also, I used android file transfer to put the file onto my phone, is just putting it in the clockworkmod file sufficient?
Click to expand...
Click to collapse
You will put the whole 2013-04-26.06.21.44 on it. There should be a folder in the cwm folder that says backup. if not install cwm rom manager from the market and it should create it for you.
I would restore the nandroid provided but I don't even have access to the /data directory. I've tried different recoveries, relocking and unlocking bootloader and can't find a way to access /data directory. I can't boot to rom since /system is wiped and I can't sideload any zips. Any ideas what to do?
kjaved373 said:
I would restore the nandroid provided but I don't even have access to the /data directory. I've tried different recoveries, relocking and unlocking bootloader and can't find a way to access /data directory. I can't boot to rom since /system is wiped and I can't sideload any zips. Any ideas what to do?
Click to expand...
Click to collapse
I had to use a usb stick to flash a ROM via otg cable in recovery. Just had that same issue earlier.
Sent from my SGH-T889 using Tapatalk 2

[Q] AAccount's Diamond Rom 4.4.4 installation on p4

Hey,
As i don't have enough posts i have to make thread in to this silly Q&A board.
1. I have completely stock p4 (p7500) tablet with 4.0.4 android. I am wondering
is it possible to install he's/her's rom directly without rooting or do i have to
flash some other recovery with Odin before i can install recommended TWRP
recovery.
2. As the tablet is completely stock i haven't rooted it, but as with all tablet tutorials
they always flash some recovery with Odin before rooting. With stock recovery
i get these errors.
"Unknown volume path for /sdcard" so i simply can't install recovery from original named zip file.
Mr. google doesn't really help with the subject
When trying to
<code>
adb push twrp.zip /sdcard/update.zip
</code>
It simply says that action is denied, probably because i haven't rooted the tablet.
Instructions on dev forum http://forum.xda-developers.com/showthread.php?t=2777161
are quite short and doesn't say anything about coming from stock rom/recovery.
So is it possible to do this straight from stock recovery or do i have to pull some
fancypancies before i can use desired recovery / rom.
Waiting for reply.
Regards,
Pottumaa
pottumaa said:
Hey,
As i don't have enough posts i have to make thread in to this silly Q&A board.
1. I have completely stock p4 (p7500) tablet with 4.0.4 android. I am wondering
is it possible to install he's/her's rom directly without rooting or do i have to
flash some other recovery with Odin before i can install recommended TWRP
recovery.
2. As the tablet is completely stock i haven't rooted it, but as with all tablet tutorials
they always flash some recovery with Odin before rooting. With stock recovery
i get these errors.
"Unknown volume path for /sdcard" so i simply can't install recovery from original named zip file.
Mr. google doesn't really help with the subject
When trying to
<code>
adb push twrp.zip /sdcard/update.zip
</code>
It simply says that action is denied, probably because i haven't rooted the tablet.
Instructions on dev forum http://forum.xda-developers.com/showthread.php?t=2777161
are quite short and doesn't say anything about coming from stock rom/recovery.
So is it possible to do this straight from stock recovery or do i have to pull some
fancypancies before i can use desired recovery / rom.
Waiting for reply.
Regards,
Pottumaa
Click to expand...
Click to collapse
First flash custom recovery(twrp) with odin. Then using your custom recovery flash your root.zip or whatever the rooting zip file is named. That will get your tab rooted. But you should be able to install your custom rom with just the custom recovery installed as the rom is already rooted.
L3R0N said:
First flash custom recovery(twrp) with odin. Then using your custom recovery flash your root.zip or whatever the rooting zip file is named. That will get your tab rooted. But you should be able to install your custom rom with just the custom recovery installed as the rom is already rooted.
Click to expand...
Click to collapse
So really only way is to flash custom recovery with Odin. After that rooting is kind of useless,
most rom installation scripts have root access or superuser integrated.
And no developer doesn't provide recovery that is flashable via odin so that's why i was asking
if it is even possible to do from stock recovery.
Any experience of using heimdall with p4?
pottumaa said:
So really only way is to flash custom recovery with Odin. After that rooting is kind of useless,
most rom installation scripts have root access or superuser integrated.
And no developer doesn't provide recovery that is flashable via odin so that's why i was asking
if it is even possible to do from stock recovery.
Any experience of using heimdall with p4?
Click to expand...
Click to collapse
Here's one: http://droidbasement.com/db-blog/?p=3158
After flashing, flash TWRP 2.7.1.0 and reboot to recovery again. Then you can start flashing custom ROMs.
eushaun99 said:
Here's one: http://droidbasement.com/db-blog/?p=3158
After flashing, flash TWRP 2.7.1.0 and reboot to recovery again. Then you can start flashing custom ROMs.
Click to expand...
Click to collapse
Just don't forget to move the rom and gapps zip files to the 0 folder ib your sdcard or else.
SystemDoctor said:
Just don't forget to move the rom and gapps zip files to the 0 folder ib your sdcard or else.
Click to expand...
Click to collapse
Or else i have to adb push files to root?
So as everyone seem to ignore completely question about can you flash custom recovery from android stock recovery
and goes yapping about Odin i assume it cannot be done. It's just extra hassle and no i ain't fan of Odin, means that
i have to use windows intended programs on linux. F**k my life!
eshaun99 said:
Here's one: url
After flashing, flash TWRP 2.7.1.0 and reboot to recovery again. Then you can start flashing custom ROMs.
Click to expand...
Click to collapse
This wasn't anything i asked. It's good to be helpful, but seriously didn't give even one bit of information...
pottumaa said:
Or else i have to adb push files to root?
So as everyone seem to ignore completely question about can you flash custom recovery from android stock recovery
and goes yapping about Odin i assume it cannot be done. It's just extra hassle and no i ain't fan of Odin, means that
i have to use windows intended programs on linux. F**k my life!
Click to expand...
Click to collapse
No, you CANNOT flash zips with stock recovery. Happy?
And you didn't said that you had Linux instead of windows which is why you were told to use Odin.
This wasn't anything i asked. It's good to be helpful, but seriously didn't give even one bit of information...
Click to expand...
Click to collapse
You asked for a recovery that could be flashed with Odin, so I gave you that link.
eushaun99 said:
No, you CANNOT flash zips with stock recovery. Happy?
Click to expand...
Click to collapse
Finally straight answer. Yes, very happy.
Just for the record they can be flashed through stock recovery. Little harder than expected, but possible.
When mounted you can get to root folder and simply rename your zip file to update.zip and place it
in to /sdcard/ directory. In my case internal storage of the phone was found at /mnt/sdcard/.
Should also work if update.zip is placed in to /cache/ directory of the phone.
eushaun99 said:
And you didn't said that you had Linux instead of windows which is why you were told to use Odin.
You asked for a recovery that could be flashed with Odin, so I gave you that link.
Click to expand...
Click to collapse
I didn't ask recovery that could be flashed via odin, but i did ask if anyone had experience of
using heimdall. Perhaps that qualifies as odin in some universe.
pottumaa said:
And no developer doesn't provide recovery that is flashable via odin so that's why i was asking
if it is even possible to do from stock recovery.
Click to expand...
Click to collapse
Yeah, i did miss comma there, at the "and no, developer..." but still can't see where i asked link for recoveries. Still repeating question
if it can be done from stock recovery.
We could argue about semantics all day here, there just ain't any point in it. Got my answer.

I Got an MDK Device. Now What?

I recently purchased an MDK device and I was wondering if anyone could let me know what recoveries I can flash.
You are now able to install any recovery on the s4! Want TWRP? You can get it. CWM, no problem. Heck, safestrap might even work. And you can flash any s4 ROM you want like the gpe ROM, octorom, cyanogenmod. Have fun with mdk! Still need a device with mdk myself XD.
bamige1 said:
You are now able to install any recovery on the s4! Want TWRP? You can get it. CWM, no problem. Heck, safestrap might even work. And you can flash any s4 ROM you want like the gpe ROM, octorom, cyanogenmod. Have fun with mdk! Still need a device with mdk myself XD.
Click to expand...
Click to collapse
I don't know if you can answer this, but when you say any TWRP recovery, do you mean ANY? Are all versions of TWRP loki'd? And how do I install a new custom recovery if I already have one? Do I use recovery tools app? And do I have to remove the other one first? Sorry for the barrage of questions, I'm just not looking to screw anything up on a fresh MDK device.
For TWRP, Just go to the play store and download Goo Manager, and that will install the latest TWRP when you choose to install it. If you need to uninstall a custom recovery, you will need to use odin 3.07 or above and the MDK full wipe .tar file (Im trying to find it for you as of now, will reply when found) and flash the stock mdk firmware so you can use loki/root and install a new recovery and a custom rom.
OK because the device comes with CWM installed. Can I update it through CWM ROM manager? And goomanager is no longer supported as an app. Also, where do I download gapps?
Hey again, found the MDK full wipe tar file. Here it is. http://www.rwilco12.com/downloads.p...Galaxy S4 (Verizon) (SCH-I545)/Stock ROMs/TAR And just so its quicker, here is the loki link for you just so its right here when you get back to stock mdk. http://forum.xda-developers.com/showthread.php?t=2290798 Also, when you use odin, dont forget to put the .tar in the PDA slot (3.07) or the AP slot (3.08 and above) If you need anything else, im usually online so i can help ASAP
bamige1 said:
Hey again, found the MDK full wipe tar file. Here it is. http://www.rwilco12.com/downloads.p...Galaxy S4 (Verizon) (SCH-I545)/Stock ROMs/TAR And just so its quicker, here is the loki link for you just so its right here when you get back to stock mdk. http://forum.xda-developers.com/showthread.php?t=2290798 Also, when you use odin, dont forget to put the .tar in the PDA slot (3.07) or the AP slot (3.08 and above) If you need anything else, im usually online so i can help ASAP
Click to expand...
Click to collapse
I have a no wipe MDK.tar file. What's the difference between full and no wipe? And any ideas for my questions on my last post? Sorry for asking so many. Just don't want to mess anything up.
Full wipe will delete everything, but it will be able to 100% delete any recovery if you dont want, the no wipe will keep data but restore every partition, i think that includes recovery, if you need to keep the data, try the no wipe, and see if recovery is there, if not, you can install CWM from the play store or find a flashable TWRP for odin, depending on preference. And if you want to just keep CWM, i think the CWM app should be able to update it. Also didnt know goomanager wasnt a thing anymore. Havent used a custom recovery in a year or two, stuck with safestrap.
bamige1 said:
Hey again, found the MDK full wipe tar file. Here it is. http://www.rwilco12.com/downloads.p...Galaxy S4 (Verizon) (SCH-I545)/Stock ROMs/TAR And just so its quicker, here is the loki link for you just so its right here when you get back to stock mdk. http://forum.xda-developers.com/showthread.php?t=2290798 Also, when you use odin, dont forget to put the .tar in the PDA slot (3.07) or the AP slot (3.08 and above) If you need anything else, im usually online so i can help ASAP
Click to expand...
Click to collapse
bamige1 said:
Full wipe will delete everything, but it will be able to 100% delete any recovery if you dont want, the no wipe will keep data but restore every partition, i think that includes recovery, if you need to keep the data, try the no wipe, and see if recovery is there, if not, you can install CWM from the play store or find a flashable TWRP for odin, depending on preference. And if you want to just keep CWM, i think the CWM app should be able to update it. Also didnt know goomanager wasnt a thing anymore. Havent used a custom recovery in a year or two, stuck with safestrap.
Click to expand...
Click to collapse
Now can I flash the no wipe or full wipe through CWM? Or just the no wipe? I'm guessing just the no wipe.
I dont believe both can be flashed in CWM, both say to use odin.
bamige1 said:
I dont believe both can be flashed in CWM, both say to use odin.
Click to expand...
Click to collapse
OK makes sense. And where would I get gapps from?
Make sure to keep reading so you don't make the fatal mistake of flashing a locked non-MDK bootloader...
Sent from my SCH-I545 using XDA Free mobile app
Try this http://itvends.com/gapps/gapps-kk-20140606-signed.zip Its a link for Gapps from Cyanogenmod, its the KitKat Gapps.
Hey, hows everything going?
gsciullo said:
I recently purchased an MDK device and I was wondering if anyone could let me know what recoveries I can flash.
Click to expand...
Click to collapse
I just read through the thread and sensed confusion. Use Odin 3.09 (just google it) to flash (in the AP box) The MDK full Wipe tar.md5, that will set the device to stock MDK, then download either CWM (http://download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.4.4-jfltevzw.img) or TWRP (http://goo.im/devs/s0updev/gooinsideme) and flash one of them with Flashify from the Play Store.
Download the ROM of your choice and place on SD Card and install using your Custom Recovery, use Gapps from here for CM (http://itvends.com/gapps/gapps-kk-20140606-signed.zip), here for AOSP (http://highonandroid.com/android-apps/download-android-4-4-4-gapps/) and Touchwiz ROMs should already contain them because they are licenced to.
npjohnson said:
I just read through the thread and sensed confusion. Use Odin 3.09 (just google it) to flash (in the AP box) The MDK full Wipe tar.md5, that will set the device to stock MDK, then download either CWM (http://download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.4.4-jfltevzw.img) or TWRP (http://goo.im/devs/s0updev/gooinsideme) and flash one of them with Flashify from the Play Store.
Download the ROM of your choice and place on SD Card and install using your Custom Recovery, use Gapps from here for CM (http://itvends.com/gapps/gapps-kk-20140606-signed.zip), here for AOSP (http://highonandroid.com/android-apps/download-android-4-4-4-gapps/) and Touchwiz ROMs should already contain them because they are licenced to.
Click to expand...
Click to collapse
I currently have CWM recovery installed, is there a way for my to install TWRP without using ODIN to flash the MDK full-wipe? Or is that the only way?
gsciullo17 said:
I currently have CWM recovery installed, is there a way for my to install TWRP without using ODIN to flash the MDK full-wipe? Or is that the only way?
Click to expand...
Click to collapse
Yea, download the twrp img I linked above, and flash it using flashify from the play store. Good luck.
npjohnson said:
Yea, download the twrp img I linked above, and flash it using flashify from the play store. Good luck.
Click to expand...
Click to collapse
Are you saying yes to my question if I can do this without ODIN? Or are you saying yes to "Is that the only way"? I am just not trying to mess my phone up.
gsciullo17 said:
Are you saying yes to my question if I can do this without ODIN? Or are you saying yes to "Is that the only way"? I am just not trying to mess my phone up.
Click to expand...
Click to collapse
No odin needed. Just download and flash via flashify.
Also, this is a bit off of the current conversation, but for some reason my Google Apps aren't updating themselves. I don't have the material design Play Store or any of the very recent updates for the Google Apps. Any ideas?

Stock Deodexed Tmobile G900T Lollipop 5.0 anyone?

I looked around for one but was unable to find one. Maybe Twi5sted's stock has the original kernel but encryption fails when I attempt it.
Any suggestions?
Yep, muinz_ri created a Stock De-Odexed ROM. I was successfully able to install Xposed by flashing everything through FlashFire and still have Knox 0x0.
http://forum.xda-developers.com/tmo...ow-to-update-to-stock-rooted-ob1-5-0-t3049676
Direct link to ROM download: https://www.androidfilehost.com/?fid=24052804347762756
TheAH said:
Yep, muinz_ri created a Stock De-Odexed ROM. I was successfully able to install Xposed by flashing everything through FlashFire and still have Knox 0x0.
http://forum.xda-developers.com/tmo...ow-to-update-to-stock-rooted-ob1-5-0-t3049676
Direct link to ROM download: https://www.androidfilehost.com/?fid=24052804347762756
Click to expand...
Click to collapse
That's awesome, wish I had known before I tripped Knox but oh well.
I'm getting a bootloop with a very bright split second tmobile splash screen just before it reboots. I have latest TWRP, link2sd and encryption... I wonder what the problem could be...
how to make stock recovery flashable?
I do have another question regarding this rom - would you happen to know how I may be able to make the embedded recovery image flashable? TWRP doesn't seem to be working at the moment with regard to decrypting and formatting /data but the stock recovery does. It can come in handy if there is a way to do it via mobile odin possibly or via some other program.
fishinpercolator said:
I do have another question regarding this rom - would you happen to know how I may be able to make the embedded recovery image flashable? TWRP doesn't seem to be working at the moment with regard to decrypting and formatting /data but the stock recovery does. It can come in handy if there is a way to do it via mobile odin possibly or via some other program.
Click to expand...
Click to collapse
Do you have twrp installed right now?
ShinySide said:
Do you have twrp installed right now?
Click to expand...
Click to collapse
Right now I have stock recovery as I recently reflashed the Rom. At some point however I plan to go back to TWRP.
If I run into encryption problems and need to do a reset, I would like to see if I can flash TWRP using TWRP app while booted in safe mode (if I am able to get that far).
What do you think?
fishinpercolator said:
Right now I have stock recovery as I recently reflashed the Rom. At some point however I plan to go back to TWRP.
If I run into encryption problems and need to do a reset, I would like to see if I can flash TWRP using TWRP app while booted in safe mode (if I am able to get that far).
What do you think?
Click to expand...
Click to collapse
Well encryption will be fine on stock recovery. I thought you had twrp and just wanted the stock recovery which I was going to tell you to post the stock recovery and I'll put it in a twrp flashable zip
ShinySide said:
Well encryption will be fine on stock recovery. I thought you had twrp and just wanted the stock recovery which I was going to tell you to post the stock recovery and I'll put it in a twrp flashable zip
Click to expand...
Click to collapse
I appreciate that... at some point I will be on TWRP though so I can post the stock recovery when I get home. Or how can I do it myself?
fishinpercolator said:
I appreciate that... at some point I will be on TWRP though so I can post the stock recovery when I get home. Or how can I do it myself?
Click to expand...
Click to collapse
Here, download this, extract the zip, put the recovery.img in the extracted folder, highlight meta-inf system and recovery.img and zip all three and flash it. Only use this zip for stock or custom recoveries
ShinySide said:
Here, download this, extract the zip, put the recovery.img in the extracted folder, highlight meta-inf system and recovery.img and zip all three and flash it. Only use this zip for stock or custom recoveries
Click to expand...
Click to collapse
Hey thanks! So I did as you said and flashed the stock recovery from the deodexed rom and it's still TWRP. Strange isn't it? It would make sense if the deodexed ROM came with TWRP but when I initially flashed it I can confirm it was stock android.
I'm confused....
fishinpercolator said:
Hey thanks! So I did as you said and flashed the stock recovery from the deodexed rom and it's still TWRP. Strange isn't it? It would make sense if the deodexed ROM came with TWRP but when I initially flashed it I can confirm it was stock android.
I'm confused....
Click to expand...
Click to collapse
Obvious question - did you reboot back to recovery after flashing?
fishinpercolator said:
Hey thanks! So I did as you said and flashed the stock recovery from the deodexed rom and it's still TWRP. Strange isn't it? It would make sense if the deodexed ROM came with TWRP but when I initially flashed it I can confirm it was stock android.
I'm confused....
Click to expand...
Click to collapse
Oh wait, I did something very wrong... fixing now...
Yay it worked, thanks a lot
I guess I should keep the stock recovery installed with this thing encrypted because TWRP seems broken (at least version 2.8.7.0). I emailed the developer about it.
Now I'm wondering for added flexibility, how I may be able to flash the stock recovery from MobileOdin. That seems to take .md5 files and not zips. Is this feasible to do?
fishinpercolator said:
Yay it worked, thanks a lot
I guess I should keep the stock recovery installed with this thing encrypted because TWRP seems broken (at least version 2.8.7.0). I emailed the developer about it.
Now I'm wondering for added flexibility, how I may be able to flash the stock recovery from MobileOdin. That seems to take .md5 files and not zips. Is this feasible to do?
Click to expand...
Click to collapse
Post the img I'll make you one tonight. It'll be 10x easier for me since I run Linux then telling you how on windows
ShinySide said:
Post the img I'll make you one tonight. It'll be 10x easier for me since I run Linux then telling you how on windows
Click to expand...
Click to collapse
Well thanks! Maybe you can point me toward the Windows way as I would like to do the same for the stock kernel, xposed, and the tethering addon.
fishinpercolator so are you having trouble with TWRP? What I did in FlashFire was flash the pre-rooted de-odexed ROM (that I linked earlier) then booted that. It was de-odexed and worked fine but boot took about 15 minutes (as it is de-odexed).
In FlashFire you need to hit the + and press Flash ZIP or OTA.
Then I installed FlashFire again (it was erased because I flashed a new ROM) and downloaded the Samsung 5.0 Xposed ZIP and flashed that in FlashFire using Flash ZIP or OTA. Basically since I have Knox 0x0, I use FlashFire as my "recovery" and it might be easier for you than finding a working TWRP image (although I am sure ShinySide is more than eager to help you). Then I installed the Xposed APK and had to reboot before it recognized the Xposed ZIP was installed.
After that, most Xposed modules started working for me.
TheAH said:
fishinpercolator so are you having trouble with TWRP? What I did in FlashFire was flash the pre-rooted de-odexed ROM (that I linked earlier) then booted that. It was de-odexed and worked fine but boot took about 15 minutes (as it is de-odexed).
In FlashFire you need to hit the + and press Flash ZIP or OTA.
Then I installed FlashFire again (it was erased because I flashed a new ROM) and downloaded the Samsung 5.0 Xposed ZIP and flashed that in FlashFire using Flash ZIP or OTA. Basically since I have Knox 0x0, I use FlashFire as my "recovery" and it might be easier for you than finding a working TWRP image (although I am sure ShinySide is more than eager to help you). Then I installed the Xposed APK and had to reboot before it recognized the Xposed ZIP was installed.
After that, most Xposed modules started working for me.
Click to expand...
Click to collapse
I haven't used flashfire but will look into it. I've already tripped knox a while ago so that's not my prime concern. I want this phone to be encrypted and would like to learn a way to fix on the fly while on vacation (and without a laptop) in the event a catastrophe happens. It seems TWRP may not be removing the crypto footer when I format data as I still get the encryption password prompt.
Seems like flashfire allows you to flash roms from USB? I will need instructions for that.... <pokes around>
::update::
For some reason I thought flashfire was command line driven... I have Mobile Odin and I read that it contains flashfire, something worth looking into.
Is there a way to flash roms using ADB from a usb stick?
(NOTE- I should clarify, is there a way to flash from a command prompt assuming custom recovery is not installed and the phone is soft-bricked).
fishinpercolator said:
Well thanks! Maybe you can point me toward the Windows way as I would like to do the same for the stock kernel, xposed, and the tethering addon.
Click to expand...
Click to collapse
Here https://www.androidfilehost.com/?fid=24052804347792016
ShinySide said:
Here https://www.androidfilehost.com/?fid=24052804347792016
Click to expand...
Click to collapse
Well thanks!

[RECOVERY][UNOFFICIAL][G360T/G360T1] TeamWin Recovery Project (v3.0.0-0)

Disclaimer!
I, xRaZeR_FuZioNx, or anyone else who is affiliated with this project are not responsible for any kind of damage to your device in any way.
Please use it at your own risk! Whatever you do with your phone is your own choice!​
{
"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"
}
Hey guys! Here's TWRP 3 for the Samsung Galaxy Core Prime (G360T/G360T1). ​
Screenshots:
Installation:
Put your phone into download mode, and connect it to a computer.
Flash TWRP via ODIN.
Boot into TWRP using the key combo (Volume Up, Home, and Power).
Downloads:​TWRP 3.0.0-0​
Bugs:
MTP may not work correctly.
SlimPickins will not flash. Recommended to flash using TWRP 2, make a backup of the System, then upgrade to TWRP 3.
Special Thanks To:
Y300-0100 - Major contributor, helped fix issues.
Let me just steal this...
You made your own? Checking this out now!!!
Sent from my SM-G360T1 using Tapatalk
bogarty said:
You made your own? Checking this out now!!!
Sent from my SM-G360T1 using Tapatalk
Click to expand...
Click to collapse
Yes, but not without the help of @Y300-0100.
xRaZeR_FuZioNx said:
Disclaimer!
I, xRaZeR_FuZioNx, or anyone else who is affiliated with this project are not responsible for any kind of damage to your device in any way.
Please use it at your own risk! Whatever you do with your phone is your own choice!​
Hey guys! Here's TWRP 3 for the Samsung Galaxy Core Prime (G360T/G360T1). ​
Screenshots:
Installation:
Put your phone into download mode, and connect it to a computer.
Flash TWRP via ODIN.
Boot into TWRP using the key combo (Volume Up, Home, and Power).
Downloads:​TWRP 3.0.0-0​
Bugs:
MTP may not work correctly.
Special Thanks To:
Y300-0100 - Major contributor, helped fix issues.
Click to expand...
Click to collapse
YASSS!! TWRP 3 is out! Now at least recovery can look nicer and much improved now.
FYI, I was able to successfully make a nandroid backup and restore said backup on TWRP 3.0.0-0. However, with 3.0.0-0 I was unable to clean install Slim Pickins Rom. When that happened I rebooted into download mode, reinstalled TWRP 2.8.7.0, which I was then able to clean install Slim Pickins with
thisisapoorusernamechoice said:
FYI, I was able to successfully make a nandroid backup and restore said backup on TWRP 3.0.0-0. However, with 3.0.0-0 I was unable to clean install Slim Pickins Rom. When that happened I rebooted into download mode, reinstalled TWRP 2.8.7.0, which I was then able to clean install Slim Pickins with
Click to expand...
Click to collapse
Thank you for letting me know. I can confirm this issue appears at the "formatting system" step. I'll look into this issue and see what may be causing it.
thisisapoorusernamechoice said:
FYI, I was able to successfully make a nandroid backup and restore said backup on TWRP 3.0.0-0. However, with 3.0.0-0 I was unable to clean install Slim Pickins Rom. When that happened I rebooted into download mode, reinstalled TWRP 2.8.7.0, which I was then able to clean install Slim Pickins with
Click to expand...
Click to collapse
Twrp 3.0 has options mount system as read only on start up. Was that option ticked?
Y300-0100 said:
Twrp 3.0 has options mount system as read only on start up. Was that option ticked?
Click to expand...
Click to collapse
I don't believe so, if you're referring to the prompt that comes up the first time you boot into TWRP, I told it to go ahead and modify /system/ or whatever. Also I was able to restore a nandroid backup (including the system partition) in TWRP 3.0.0-0 before I came across this issue. Since my memory is imperfect at best, I'll retest it again tonight once I have the free time and access to my phone (it's actually my gf's but she's sold on the whole custom ROM scene since I showed her how much CM improved my S5; now she won't stop asking if I've gotten CM to build successfully yet for this phone lol)
thisisapoorusernamechoice said:
I don't believe so, if you're conflict bing to the prompt that comes up the first time you boot into TWRP, I told it to go ahead and modify /system/ or whatever. Also I was able to restore a nandroid backup (including the system partition) in TWRP 3.0.0-0 before I came across this issue. Since my memory is imperfect at best, I'll retest it again tonight once I have the free time and access to my phone (it's actually my gf's but she's sold on the whole custom ROM scene since I showed her how much CM improved my S5; now she won't stop asking if I've gotten CM to build successfully yet for this phone lol)
Click to expand...
Click to collapse
So as I thought. Wipe system definitely working but there must be some conflict between updare binary and updater script with twrp since you restored system. First recovery wipe system and than restore it.
this conflict is common when rom is made with kitchen.
So wait for cm. It won't be to long
Y300-0100 said:
So wait for cm. It won't be to long
Click to expand...
Click to collapse
God I can't wait. I synced the repos but I can't seem to get it to build, no matter what I tinker with
thisisapoorusernamechoice said:
FYI, I was able to successfully make a nandroid backup and restore said backup on TWRP 3.0.0-0. However, with 3.0.0-0 I was unable to clean install Slim Pickins Rom. When that happened I rebooted into download mode, reinstalled TWRP 2.8.7.0, which I was then able to clean install Slim Pickins with
Click to expand...
Click to collapse
Unfortunately, that was the case for me, too. I was able to wipe but not able to install the Slim Pickins ROM. It came up with an error. So I had to go back to TWRP 2.8.7.0 and successfully install the ROM.
Thanks
I've hung out in the irc almost every day and got to see this be made and released thanks all to who contributed to it now to make cm
I flashed this via an app, and I got a recovery loop. I don't have access to a computer so I can't use odin. Any way to fix this recovery loop?
X_shinobi.apk_X said:
I flashed this via an app, and I got a recovery loop. I don't have access to a computer so I can't use odin. Any way to fix this recovery loop?
Click to expand...
Click to collapse
What app did you use? The only app I know of that flashes Odin files is "Mobile Odin" by Chainfire, but I think it's still not compatible with our device, so the only way to flash TWRP is via Odin and the only way for you to fix boot is to flash either Trapkernel or the stock firmware in Odin. The only other way I can think of is if you maybe had TWRP 2 installed before this and you're still able to boot into it and restore a previous backup.
Sent from my SM-G360T1 using Tapatalk
bogarty said:
What app did you use? The only app I know of that flashes Odin files is "Mobile Odin" by Chainfire, but I think it's still not compatible with our device, so the only way to flash TWRP is via Odin and the only way for you to fix boot is to flash either Trapkernel or the stock firmware in Odin. The only other way I can think of is if you maybe had TWRP 2 installed before this and you're still able to boot into it and restore a previous backup.
Sent from my SM-G360T1 using Tapatalk
Click to expand...
Click to collapse
I just extracted the file, then just used rom installers flash image feature. And I fix it by using twrps terminal command feature and just dd my stock recovery I keep as a backup.
X_shinobi.apk_X said:
I just extracted the file, then just used rom installers flash image feature. And I fix it by using twrps terminal command feature and just dd my stock recovery I keep as a backup.
Click to expand...
Click to collapse
OK. I think I know what the problem was. Yes you can flash the recovery.img in a flash tool app. I just verified that it does work for this recovery too by using an app called "Rashr" and successfully flashing from TWRP 2 to TWRP 3 using the extracted recovery.img for TWRP 3. When it's done though it asks if you want to reboot to recovery, which you must've done. You can not select reboot to recovery from anywhere on this device without causing a recovery loop. I'd say you could try flashing the boot.img from the Trapkernel.zip in your flash tool app too to fix boot, but since you can't use apps right now and have no way to access a backup, then you will need to find a computer to fix your device.
Sent from my SM-G360T1 using Tapatalk
bogarty said:
OK. I think I know what the problem was. Yes you can flash the recovery.img in a flash tool app. I just verified that it does work for this recovery too by using an app called "Rashr" and successfully flashing from TWRP 2 to TWRP 3 using the extracted recovery.img for TWRP 3. When it's done though it asks if you want to reboot to recovery, which you must've done. You can not select reboot to recovery from anywhere on this device without causing a recovery loop. I'd say you could try flashing the boot.img from the Trapkernel.zip in your flash tool app too to fix boot, but since you can't use apps right now and have no way to access a backup, then you will need to find a computer to fix your device.
Sent from my SM-G360T1 using Tapatalk
Click to expand...
Click to collapse
Yeah I figured it out, I planned for such a problem and made backup of the stock recovery so I could use the terminal from advanced options to flash it. Let me know when they solve this issue.
Sent from my SM-G360T1 using XDA-Developers mobile app
X_shinobi.apk_X said:
Yeah I figured it out, I planned for such a problem and made backup of the stock recovery so I could use the terminal from advanced options to flash it. Let me know when they solve this issue.
Sent from my SM-G360T1 using XDA-Developers mobile app
Click to expand...
Click to collapse
Try using flash fire by chainfire if you still need to install twrp and can't use a PC. It's the successor to mobile Odin and is compatible with way more devices including virtually every Samsung device. Flashify might work too. Obviously either app will require root
X_shinobi.apk_X said:
Yeah I figured it out, I planned for such a problem and made backup of the stock recovery so I could use the terminal from advanced options to flash it. Let me know when they solve this issue.
Sent from my SM-G360T1 using XDA-Developers mobile app
Click to expand...
Click to collapse
I think the "reboot to recovery" causing a recovery loop issue might be a system one. It's always been an issue on this device. There are quite a few versions of TWRP now for the SM-G360T1, but all if them do it. I think it even did it with the stock recovery too. Not a big deal though in my mind. Just have to remember to always reboot normal.

Categories

Resources