[RECOVERY][UNOFFICIAL] CWM Recovery for the Samsung Galaxy S5 - Galaxy S 5 Android Development (Snapdragon)

Ok folks, thanks to some leakage, some awesome users/testers, Chainfire and his root magic, and me with so of mine, you all have a almost fully functioning CWM Recovery.
This was built from a SM-G900F recovery dump and may or may not work on all variants. Time will tell as they actually release.
[#MyDisclaimer]
People to Thank
koush - for his awesome recovery.
CyanogenMod - for their hlte device repo I ported to the klte (kltexxx in this case)
ricky310711 - for providing dumps and testing
leoaudio13 - for providing access to device and testing
utkanos - for his original work on hlte (which all this is based off of)
Known Issues
Write permissions to internal storage.
Confirmed working on:
G900F
G900T
G900W8
G900I
G900P
Confirmed not working on:
G900H - exynos
G900V - locked bootloader (thanks Verizon!!!)
G900A - locked bootloader (thanks AT&T!!)
[#ADBShellInstallRecovery]
[#InstallwithOdin]
NOTE: Sometimes the device does *not* boot into recovery mode. Just do the entire procedure again if this happens. If it still will not install, make sure that in Odin "Auto Reboot" is not checked. Then after flashing, pull the battery, and boot with VolUp+Home+Power button to boot into recovery manually. This will start the install process.
The Goods
downloads
XDA:DevDB Information
Clockworkmod Recovery, a Tool/Utility for the Samsung Galaxy S 5
Contributors
PlayfulGod, ricky310711, leoaudio13, utkanos, CyanogenMod, and Clockworkmod Teams
Version Information
Status: Testing
Created 2014-03-28
Last Updated 2014-05-06

Reserved
Test images that need tested and feedback on.
for odin
just img

Does this work on a SM-G900H

0mega007 said:
Does this work on a SM-G900H
Click to expand...
Click to collapse
dunno until someone tries it.

PlayfulGod said:
dunno until someone tries it.
Click to expand...
Click to collapse
I'll get it perhaps 2mo Will PM u Neeed to test CF's root toolkit somehow....

leoaudio13 said:
I'll get it perhaps 2mo Will PM u Neeed to test CF's root toolkit somehow....
Click to expand...
Click to collapse
Let mw know if it works too

0mega007 said:
Let mw know if it works too
Click to expand...
Click to collapse
you did notice he said it would prolly be 2 months b4 he got one right?? lol

PlayfulGod said:
you did notice he said it would prolly be 2 months b4 he got one right?? lol
Click to expand...
Click to collapse
2mo = 2morrow

leoaudio13 said:
2mo = 2morrow
Click to expand...
Click to collapse
oh my bad.
mo = month to me lol

Anyone try this on the A?
Sent from my SAMSUNG-SM-G900A using xda app-developers app

I did as instructed, but still not be

0mega007 said:
Does this work on a SM-G900H
Click to expand...
Click to collapse
http://yun.baidu.com/pcloud/album/info?uk=704970239&album_id=6031394112765541086

Chenglu said:
http://yun.baidu.com/pcloud/album/info?uk=704970239&album_id=6031394112765541086
Click to expand...
Click to collapse
Great, again. Will look at your work
Meanwhile, people can try this:
http://forum.xda-developers.com/showthread.php?t=2706253

Chenglu said:
http://yun.baidu.com/pcloud/album/info?uk=704970239&album_id=6031394112765541086
Click to expand...
Click to collapse
Chenglu, do you have a stock 900H recovery file too, you can post, flashable in odin if possible?
Also how do i flash your CWM recovery.img files?
can i use odin, mobile odin or terminal emulator? if so how please.

0mega007 said:
Chenglu, do you have a stock 900H recovery file too, you can post, flashable in odin if possible?
Also how do i flash your CWM recovery.img files?
can i use odin, mobile odin or terminal emulator? if so how please.
Click to expand...
Click to collapse
Get my version linked above
Replace inside zip with Chenglu recovery

0mega007 said:
Chenglu, do you have a stock 900H recovery file too, you can post, flashable in odin if possible?
Also how do i flash your CWM recovery.img files?
can i use odin, mobile odin or terminal emulator? if so how please.
Click to expand...
Click to collapse
Flash tar via odin.
g900h stock recovery: http://d-h.st/yUM

Chenglu said:
Flash tar via odin.
g900h stock recovery: http://d-h.st/yUM
Click to expand...
Click to collapse
Awesome Chenglu. Been waiting for this one. My friend is having the H
Sent from my SM-G900F using Tapatalk

Chenglu said:
Flash tar via odin.
g900h stock recovery: http://d-h.st/yUM
Click to expand...
Click to collapse
thanks i believed odin just suported md5 files.
Now we just need cf auto root for the h version

@PlayfulGod
As you asked, here's my device tree to build a properly working CWM
https://github.com/PhilZ-cwm6/philz_touch_cwm6_device_vendor/tree/master/device/samsung/klte
There is still room for improvement, but for just recovery it is all we need

Phil3759 said:
@PlayfulGod
As you asked, here's my device tree to build a properly working CWM
https://github.com/PhilZ-cwm6/philz_touch_cwm6_device_vendor/tree/master/device/samsung/klte
There is still room for improvement, but for just recovery it is all we need
Click to expand...
Click to collapse
was the edit to the postrecoveryboot.sh all that was needed to fix the permission on data?
And thanks!

Related

[RECOVERY][EXYNOS][UNOFFICIAL] TWRP for the Samsung Galaxy S5 G900H

TWRP for the Samsung Galaxy S5 Exynos SM-G900H
Note: No one but yourself is responsible for what you do to your device.
People to Thank
TeamWin - for their awesome recovery.
Phil3759 - for hooking me up with his repo
Known Issues
Your feedback will let us know.
How to install via adb shell
Have USB drivers installed
Connect phone to PC
Open terminal or cmd
Code:
adb push recovery.img /data/local/tmp/recovery.img
Code:
adb shell su -c dd if=/data/local/tmp/recovery.img of=/dev/block/mmcblk0p10
How to install with Odin
(USB) Disconnect your phone from your computer
Start Odin3-vX.X.exe
Click the PDA button, and select twrp-k3gxx.tar
Put your phone in download mode (turn off phone, then hold VolDown+Home+Power to boot - if it asks you to press a button to continue, press the listed button, or run adb reboot download command)
(USB) Connect the phone to your computer
Make sure Repartition is NOT checked
Click the Start button
Wait for Android to boot
Done (if it took you more than 30 seconds, you goofed)
The Goods
twrp-k3gxx.tar - Install with Odin.
twrp-k3gxx.img - install with adb shell etc.
Please post feedback!!!
XDA:DevDB Information
TWRP for the Samsung Galaxy S5 Exynos, a Tool/Utility for the Samsung Galaxy S 5
Contributors
PlayfulGod
Version Information
Status: Testing
Created 2014-04-21
Last Updated 2014-04-22
Reserved
Test build from Dees_Troy.
If you test this file please post feedback so we can make the needed corrections.
http://techerrata.com/dees_troy/k3gxx.tar
Thanks!
Shouldn't it suppose to be in Original Development section?
Hoping for the custom Kernel for Exynos.
SandeepEmekar said:
Thanks!
Shouldn't it suppose to be in Original Development section?
Hoping for the custom Kernel for Exynos.
Click to expand...
Click to collapse
nope but should be in Android Development.
If a mod would be so kind and move this to the appropriate section, I would greatly appreciate it.
Awesome, thank you
chriszuti said:
Awesome, thank you
Click to expand...
Click to collapse
I gather that means it works 100%??
works perfect.thanks a lot
Anyone working on a port of TWRP to the G900I ?
Will this work on Tmobile version ?
Stovemeister said:
Anyone working on a port of TWRP to the G900I ?
Click to expand...
Click to collapse
mrl0n3ly714 said:
Will this work on Tmobile version ?
Click to expand...
Click to collapse
you 2 need to learn to search better lol
http://forum.xda-developers.com/showthread.php?t=2697762
PlayfulGod said:
you 2 need to learn to search better lol
http://forum.xda-developers.com/showthread.php?t=2697762
Click to expand...
Click to collapse
Don't I feel stupid lol.
Thanks mate
I am really sorry to say friend.
It doesn't mount internal storage,External(Memory Card) and USB Storage(Pen Drive).
I came to know when I was trying to make Nandroid Backup.
Please look into it.
SandeepEmekar said:
I am really sorry to say friend.
It doesn't mount internal storage,External(Memory Card) and USB Storage(Pen Drive).
I came to know when I was trying to make Nandroid Backup.
Please look into it.
Click to expand...
Click to collapse
which model?
PlayfulGod said:
which model?
Click to expand...
Click to collapse
G900H Exynos.
SandeepEmekar said:
G900H Exynos.
Click to expand...
Click to collapse
ummmm, 1 report is works 100% and your report. lol
PlayfulGod said:
ummmm, 1 report is works 100% and your report. lol
Click to expand...
Click to collapse
I don't know why but I tried CWM and TWRP.
Philz seemed to support only internal mount.
SandeepEmekar said:
I don't know why but I tried CWM and TWRP.
Philz seemed to support only internal mount.
Click to expand...
Click to collapse
ummm, be nice if others who have tried would post up too.
No offense but would like more than one report either way. lol
PlayfulGod said:
ummm, be nice if others who have tried would post up too.
No offense but would like more than one report either way. lol
Click to expand...
Click to collapse
I wouldn't take it as offense and I am also waiting for others to reply.
S5 is the most expensive phone so people wouldn't dare to test it on the phone now.
G900H is mostly sold in India and Samsung Service Centers are refusing warranty claims if Knox is triggered.
Why to root
Please tell me the benefits of rooting g900h (exynos) models when there 8 no custom rom available? ??
pe11arl said:
Please tell me the benefits of rooting g900h (exynos) models when there 8 no custom rom available? ??
Click to expand...
Click to collapse
well, rooting lets you use apps like titanium backup, to backup apps+data. make a nandroid backup. install apps that needs root, install xposed modules, which neglates the point of roms... its very good. even without custom roms, if you are still new in this. please read a lot first before doing anythin above.
Sent from my SM-G900H using Tapatalk

[RECOVERY] [TWRP] T.W.R.P. for Samsung Galaxy Ace 3 LTE (GT-S7275)

TWRP for our little Ace 3 LTE​
Installation
Install via ODIN, already known method, like CWM
1. Go to download mode on the device
2. Connect with pc
3. Open odin
4. Put TWRP.tar into "AP"
5. Start and you are done
Click to expand...
Click to collapse
Code:
Now you can download from Official [URL="https://twrp.me/devices/samsunggalaxyace3.html"]TWRP site[/URL]
Bugs
-None
Click to expand...
Click to collapse
Check the attachments for screenshots
Click to expand...
Click to collapse
Video tutorial how to change theme, thanks @Maniakk
Click to expand...
Click to collapse
A very nice Material Theme, thanks @Argenis_jbc
Click to expand...
Click to collapse
Download link v2.8.1.0
Download link v2.8.4.0
Download link v2.8.5.0
Download link v2.8.6.0
Download link v2.8.7.0
Flashable zip by CWM v2.8.7.0, thanks @Arcanister99
Download link 2.8.7.0 with f2fs support
Download link TWRP 2.8.7.0 with f2fs support [FIXED]
Download link TWRP 3.0.0.-0
Download link TWRP 3.0.1-1
Download link TWRP 3.2.1
Click to expand...
Click to collapse
Do not forget to donate/thank if I am doing a good job :highfive:
Click to expand...
Click to collapse
Reserved for future references
Wow nice ui in recovery also
Sent from my GT-S7275R using XDA Free mobile app
Can you provide also .img download so i could flash this with flashify
Sent from my GT-S7275R using XDA Free mobile app
Uumas said:
Can you provide also .img download so i could flash this with flashify
Sent from my GT-S7275R using XDA Free mobile app
Click to expand...
Click to collapse
You can extract it from the tar.md5
Sent from my GT-S7275R
Wow nice recovery love it your work,......... Keep nice working dude .......
Sent from my GT-S7275R using XDA Free mobile app
Hey mate. If you want, I can make a flashable zip to install it by CWM.
Enviado desde mi GT-S7275R usando Tapatalk 2
Arcanister99 said:
Hey mate. If you want, I can make a flashable zip to install it by CWM.
Enviado desde mi GT-S7275R usando Tapatalk 2
Click to expand...
Click to collapse
Sure, why not?
Sent from my GT-S7275R
TWRP 2.8.7.0 Flashable Zip
kostoulhs said:
Sure, why not?
Sent from my GT-S7275R
Click to expand...
Click to collapse
EDIT: Finally I've done a flashable version for v2.8.7.0
Just reboot recovery (CWM/TWRP) and flash it
DOWNLOAD HERE
:laugh:
New TWRP build version 2.8.4.0, which is the latest, is uploaded under twrp folder on both file hosters. Check here for changelog
Check the OP for the Download links
TWRP 2.8.5.0 available. For changelog check here
kostoulhs said:
TWRP 2.8.5.0 available. For changelog check here
Click to expand...
Click to collapse
That was FAST...!!!
pit
when i try to flash it via odin it ask me pit.
help
pit
when i try to flash it via odin it ask me pit.
help
Click to expand...
Click to collapse
Do you have re-partition enabled?
kotzir said:
Do you have re-partition enabled?
Click to expand...
Click to collapse
I Flash it with Odin pa/pda , reboot and nothing happens, VOL UP+hOME+POWER and no TWRP, but I do the same with CWM and it works , my devide GT-S7275R I want to flash TWRP because Gapps give me force close in CM12, what Im doing wrong?
Uncompressed and flashed v2.8.5.5 with flashify, recovery works and flashed cm12 no problems.
Thanks kotzir
TWRP 2.8.6.0 available
TWRP v2.8.6.0 Flashable Zip by Recovery
EDIT: Delete post
Works flawlessly with variant R (GT-S7275R), thanx for your work!
not work recovery in ace 4 sm-g313f
mohamed786 said:
Wow nice recovery love it your work,......... Keep nice working dude .......
Sent from my GT-S7275R using XDA Free mobile app
Click to expand...
Click to collapse
Hi, I install TWRP recovery-2.8.6.0.tar.md5 my samsung ace terminal 4 sm-g313f and does not work, gets stuck in the beginning turns on and off.

[D2303][LockedBootloader]ClockworkMod 6.0.4.6

Hello everyone! I've changed some modifications in the installer script to make working CWM for LB.
CWM 6.0.4.6 for LOCKED BOOTLOADER (D2303 ONLY)​I am not responsible for bricked devices or something like that. I've tried this more than 10 times and it's working fine.​
Requirements:
PC
Rooted
LockedBootloader
USB Debugging ON
Drivers installed
How to install?
Extract the zip file
Open install.bat
Connect your phone
Follow the instructions
Wait until it is completed
Done
How do i enter cwm recovery?
Reboot your phone
When you see Cyan LED press Volume Down (-) and wait until the phone vibrate
Your phone should boot into recovery
Known bugs:
???
It's working on:
Every firmware!
Download links:
CWM
Credits:
lozohcum - helping me a lot. Thank you buddy. Also for using your recovery.
ndrancs - for helping me.
rachitrawat and [NUT] for using the installer script.
AleksJ for sharing us PhilZ recovery so i used the script from that recovery which allows you to mount system.
If I forgot someone sorry. Feel free to PM me, I'll change it.
And that's it. If i helped you hit the thanks button.
successful like the old days
Good work bro!!! I will try in some hours and report :good:
Bro please make script for disalble sony_ric.
Nicely done, good work.
waw
Can you make for this kernel
DanielFlorin said:
Bro please make script for disalble sony_ric.
Click to expand...
Click to collapse
And what do you mean by that? I mean what's your idea? You think maybe in that way we can flash without changing the kernels just with flashing that script?
i_1 said:
Can you make for this kernel
Click to expand...
Click to collapse
Wait, CWM works fine on D2403 ? You need flashable kernel?
ishakcez said:
successful like the old days
Click to expand...
Click to collapse
DanielFlorin said:
Good work bro!!!
Click to expand...
Click to collapse
Thank you
lozohcum said:
Nicely done, good work.
Click to expand...
Click to collapse
Thanks <3
thanks for your job.
All work perfect.
Lidane said:
thanks for your job.
All work perfect.
Click to expand...
Click to collapse
I'm glad to hear that.
Andrej732 said:
Wait, CWM works fine on D2403 ? You need flashable kernel?
yess bro
Click to expand...
Click to collapse
So we cant flash any roms that r 4.4.4 ? i got a bootloop when i tried and i did it correctly got something saying ter/recovery.log :/
Amazing, Good job mate...
Andrej732 said:
How to install?
Extract the zip file
Open install.bat
Connect your phone
Follow the instructions
Wait until it is completed
Done
How do i enter cwm recovery?
Reboot your phone
When you see Cyan LED press Volume Down (-) and wait until the phone vibrate
Your phone should boot into recovery
Click to expand...
Click to collapse
Bro i follow this instruction. But do not get into recovery. Help me.
i_1 said:
yess bro
Click to expand...
Click to collapse
Try this.
kevinkehoe18 said:
So we cant flash any roms that r 4.4.4 ? i got a bootloop when i tried and i did it correctly got something saying ter/recovery.log :/
Click to expand...
Click to collapse
You can only flash custom roms who have included stock boot.img untouched. For example you can't flash CyanogenMod because it requires different boot.img and since your bootloader is locked you can't change kernel who is different than stock. I've seen someone that installed CyanogenMod on locked bootloader running stock kernel, I don't know how to do it because I'm not dev.
ndrancs said:
Amazing, Good job mate...
Click to expand...
Click to collapse
Thank you for your help.
DanielFlorin said:
Bro i follow this instruction. But do not get into recovery. Help me.
Click to expand...
Click to collapse
Hmm, maybe some more information ? Also check if all files are in the place where they are supposed to be. Here list:
/system/xbin/busybox
/system/bin/recovery.tar
/system/bin/recovery.sh
and this's script type file /system/bin/e2fsck
On loched bootloader i try and no work bro..
Good news bro! Work in Unlock bootloader! With this kernel http://d-h.st/D1Bt
Please fix bugs.
Andrej732 said:
Try this.
You can only flash custom roms who have included stock boot.img untouched. For example you can't flash CyanogenMod because it requires different boot.img and since your bootloader is locked you can't change kernel who is different than stock. I've seen someone that installed CyanogenMod on locked bootloader running stock kernel, I don't know how to do it because I'm not dev.
Thank you for your help.
Hmm, maybe some more information ? Also check if all files are in the place where they are supposed to be. Here list:
/system/xbin/busybox
/system/bin/recovery.tar
/system/bin/recovery.sh
and this's script type file /system/bin/e2fsck
Click to expand...
Click to collapse
So what can we flash with our recovery now
DanielFlorin said:
On loched bootloader i try and no work bro..
Good news bro! Work in Unlock bootloader! With this kernel http://d-h.st/D1Bt
Please fix bugs.
Click to expand...
Click to collapse
Andrej732 said:
Requirements:
LockedBootloader
Click to expand...
Click to collapse
People confirm that works. I don't know what might be the problem for you. As i can see from your status your bootloader has been unlocked and you have already fully working cwm for that. And for the bugs I don't know I'm waiting someone who can help me.
kevinkehoe18 said:
So what can we flash with our recovery now
Click to expand...
Click to collapse
Well, I don't know scripts,mods, custom roms based on stock kernel if someone will make at the future. Also you can flash deodex firmware for 4.4.4 from Daniel Florin.
Recovery?
Hi dose this actually work on the latest firmware for out d2303? on a unlocked bootloader? because that would be awsome as I been waiting for some time for a CWM recovery for it.
HatchetEgg said:
Hi dose this actually work on the latest firmware for out d2303? on a unlocked bootloader? because that would be awsome as I been waiting for some time for a CWM recovery for it.
Click to expand...
Click to collapse
Yes. Nope it's for locked bootloader.
Andrej732 said:
Requirements:
LockedBootloader
Click to expand...
Click to collapse
It's working fine on D2303 with 4.4.4 kk lock bootloader. It should work on unlock bootloader but you have kernel which is simpler solution.
@Andrej732
Thanks for your work
Xperia M2 D2303 on K.K. 4.4.4

HELP Lollipop STOCK DEODEXED ROM for SM-P905

Could someone who knows how to create a rom and have a linux pc, built a LOLLIPOP STOCK deodexed rom without any changes??? i can't do it because i can't find any kitchen that supports windows 10, please i need it to upgrade to lollipop to be able to use xposed. thanks a lot
As far as I know Xposed does not currently work with Samsung Lollipop, due to some encrypted files hard to decipher.
Yes that is why the OP is asking for a stock deodexed ROM. There is a way to get xposed working on deodexed touchwiz ROMs now.
Sent from my SM-P900 using Tapatalk
Now xposed works with samsung roms, only deodexed one
PopaStefanx, do You have rom 502 deodex for p905. I search too....
Looking for a guide to make own deodex rom
milan188 said:
Looking for a guide to make own deodex rom
Click to expand...
Click to collapse
use archkitchen to make flashable zip file of your original rom (you will need Linux)
thanks to @JustArchi
http://forum.xda-developers.com/showthread.php?t=2597220
and use this tool to deodex (woks on windows)
thanks to @joeldroid
http://forum.xda-developers.com/and.../script-app-joeldroid-lollipop-batch-t2980857
and this tool for Linux
thanks to @SuperR
http://forum.xda-developers.com/che...l-batch-lollipop-deodex-v1-3-7-22-15-t3163174
if you have any problem let me know
Teflanzy said:
use archkitchen to make flashable zip file of your original rom (you will need Linux)
thanks to @JustArchi
http://forum.xda-developers.com/showthread.php?t=2597220
and use this tool to deodex (woks on windows)
thanks to @joeldroid
http://forum.xda-developers.com/and.../script-app-joeldroid-lollipop-batch-t2980857
and this tool for Linux
thanks to @SuperR
http://forum.xda-developers.com/che...l-batch-lollipop-deodex-v1-3-7-22-15-t3163174
if you have any problem let me know
Click to expand...
Click to collapse
Will it be possible to do a version for us?
milan188 said:
Will it be possible to do a version for us?
Click to expand...
Click to collapse
You want me to do it for you?
If yes
Then what is your device model?
And are you willing to test it?
If yes
I will prepare a rom for you
Keep in mind that it will be stock but deodexed
I will not remove anything but i will add supersu
Teflanzy said:
You want me to do it for you?
If yes
Then what is your device model?
And are you willing to test it?
If yes
I will prepare a rom for you
Keep in mind that it will be stock but deodexed
I will not remove anything but i will add supersu
Click to expand...
Click to collapse
That is perfect. I am willing to test. I am already rooted so that is fine.
Here is the link http://live.samsung-updates.com/details/50327/Galaxy_Note_PRO_12.2_LTE/SM-P905/XEF/P905XXUABOG1.html
Thank you
I would also like to learn how to do it. Everything about deodexing is confusing for me. So a simple guide on deodexing will be appreciated. Everyone has their own way. I would like the fastest way of going from a .tar.md5 stock rom file to a flashable zip deodex rom.
milan188 said:
That is perfect. I am willing to test. I am already rooted so that is fine.
Here is the link http://live.samsung-updates.com/details/50327/Galaxy_Note_PRO_12.2_LTE/SM-P905/XEF/P905XXUABOG1.html
Thank you
I would also like to learn how to do it. Everything about deodexing is confusing for me. So a simple guide on deodexing will be appreciated. Everyone has their own way. I would like the fastest way of going from a .tar.md5 stock rom file to a flashable zip deodex rom.
Click to expand...
Click to collapse
ok I will make a rom for you but it will take few days because I just removed the hard disk which have Ubuntu and replaced it with a new one
so I need to setup everything again before I can make a rom
FYI
my laptop has 2 hard drives. so, I dual boot windows and xubuntu on it
each OS on different drive
I use archikitchen (which works only on Linux OS) to convert the official rom to a flashable zip file
then use joeldroid program to deodex the rom in the flashable zip file
there is another program for Linux to deodex but I did not use it yet
there is a guide on how to use them in the links I provided earlier
however if you thinks it is a bit hard let me know
I will see if I can post a video showing how to use them
will reply as soon as I finish the rom
Thanks a lot. I am inexperienced with Linux and stuff so I'm not familiar with it at all.
Sent from my GT-I9500 using Tapatalk
milan188 said:
Thanks a lot. I am inexperienced with Linux and stuff so I'm not familiar with it at all.
Sent from my GT-I9500 using Tapatalk
Click to expand...
Click to collapse
Here is a link for the deodexed rom for samsung note pro p905
Based on this firrmware
(PDA: P905XXUABOG1 CSC: P905XEFABOG1 CHANGELIST: 5377268 BUILD DATE: 13.07.2015
removed link because the rom had problem
New link will be in posted soon
Thank you. Only saw your messages now. I will test and get back to you by Saturday or Sunday will that be fine?
Sent from my GT-I9500 using Tapatalk
milan188 said:
Thank you. Only saw your messages now. I will test and get back to you by Saturday or Sunday will that be fine?
Sent from my GT-I9500 using Tapatalk
Click to expand...
Click to collapse
No problem take your time
If everything is ok let me know and i will post it in the development section for others who are interested
Teflanzy said:
Here is a link for the deodexed rom for samsung note pro p905
Based on this firrmware
(PDA: P905XXUABOG1 CSC: P905XEFABOG1 CHANGELIST: 5377268 BUILD DATE: 13.07.2015
https://drive.google.com/file/d/0B_-JMtGLOAd3bGdOY3pIQkczcGc/view?usp=docslist_api
Click to expand...
Click to collapse
I flashed it by using TWRP and nothing is happening.
Stuck at boot animation.
Should I install newer versrion of bootloader or something?
perce_ption said:
I flashed it by using TWRP and nothing is happening.
Stuck at boot animation.
Should I install newer versrion of bootloader or something?
Click to expand...
Click to collapse
No it seems that there is something wrong
Because the the rom is not having (.zip) at the end
I will reupload it and download it and check the md5
---------- Post added at 02:06 AM ---------- Previous post was at 01:07 AM ----------
Here is the new link for the rom
https://goo.gl/EXnCPN
Md5 is : A55A24DDBF7BD198D810FC243B116E6F
Flash it and report back please
Teflanzy said:
Here is the new link for the rom
Click to expand...
Click to collapse
I tried again, but it still doesn't work.
At the end there was information that operation succeed,
however after I checked all files on my tablet, folder "System" was still empty.
perce_ption said:
I tried again, but it still doesn't work.
At the end there was information that operation succeed,
however after I checked all files on my tablet, folder "System" was still empty.
Click to expand...
Click to collapse
If you are checking with aroma file manager then it won't show anything in system folder
This happens for me too on my note edge but when i boot it works and everything is there
Did you try to boot?
If yes
Did you get bootloop or stuck at boot logo?
If either
Did you try to wipe cache and dalvik and data?
Teflanzy said:
Did you try to wipe cache and dalvik and data?
Click to expand...
Click to collapse
I wiped cache and davik cache.
After boot it stucked at boot logo. I waited around 40 minutes - nothing.

[TOOL/UTILITY][TWRP][RECOVERY] TWRP 3.0.0-0 TeamWin Recovery Project 3/13

TWRP 3.0.0.0-0 for Marshmallow (G925PVPU3CPB6)
have not tried this on Lollipop!
Must be rooted or your device will go into bootloop!
Please note that this TWRP is Unofficial and I'M NOT responsible if anything happens to your device!
please hit the thanks button and buy me a beer!
ram9200
ram920001 said:
TWRP 3.0.0.0-0 for Marshmallow (G925PVPU3CPB6)
have not tried this on Lollipop!
Must be rooted or your device will go into bootloop!
Please note that this TWRP is Unofficial and I'M NOT responsible if anything happens to your device!
please hit the thanks button and buy me a beer!
update 3/19/16
fixed internal storage fixed when in twrp, can add and remove files from storage!
ram9200
Click to expand...
Click to collapse
https://www.mediafire.com/?ac0h48fc0acjcke
Twrp 3.0.2
http://www.mediafire.com/download/vnmz08z0aqnkgj8/zeroltesprtwrp3.0.2.tar.md5
Sent from my SM-G925P using Tapatalk
Sweet, works great! Thanks!
Excellent. Now just need a MM kerenl.
rank78 said:
Excellent. Now just need a MM kerenl.
Click to expand...
Click to collapse
Had to make one to build this twrp but can't boot it with root. I will play around some more when i have time
Sent from my SM-G925P using Tapatalk
ram9200 said:
Had to make one to build this twrp but can't boot it with root. I will play around some more when i have time
Sent from my SM-G925P using Tapatalk
Click to expand...
Click to collapse
Bravo, your work is greatly appreciated
rank78 said:
Bravo, your work is greatly appreciated
Click to expand...
Click to collapse
If someone wothout out root will test this kernel and see if it roots your device it would be appreciated! As for those that already have root this will certainly work for you.
Stock kernel with adb permissions and SE linux permissive
https://www.dropbox.com/s/nscyz2zjvqsvsud/zipkerne1l.zip?dl=0
Sent from my SM-G925P using Tapatalk
---------- Post added at 03:06 AM ---------- Previous post was at 03:03 AM ----------
rank78 said:
Bravo, your work is greatly appreciated
Click to expand...
Click to collapse
If someone without root will test this kernel and see if it will root there device it would be greatly appreciated!
For those already rooted here is a stock kernel with adb permissions and SE permissive.
https://www.dropbox.com/s/nscyz2zjvqsvsud/zipkerne1l.zip?dl=0
Sent from my SM-G925P using Tapatalk
Thank you sir. Testing it now
Thanks, it's working for me
thuancoihg said:
Thanks, it's working for me
Click to expand...
Click to collapse
Were you already rooted?
Sent from my SM-G925P using Tapatalk
Don't see how to flash that without root...
blacksantron said:
Don't see how to flash that without root...
Click to expand...
Click to collapse
Odin TWRP 3.0.0-0 -> go into recovery and flash -> Boot into System. If it doesn't get stuck into boot loop then you should be rooted.
worked here while rooted
goobyjr9 said:
Odin TWRP 3.0.0-0 -> go into recovery and flash -> Boot into System. If it doesn't get stuck into boot loop then you should be rooted.
Click to expand...
Click to collapse
OK did all that. Twrp flashed fine. The kernel flashed fine too but no root. Bummer.
blacksantron said:
OK did all that. Twrp flashed fine. The kernel flashed fine too but no root. Bummer.
Click to expand...
Click to collapse
I'm trying to figure out how to get around this without having to flash cf-root. Still a work in progress
Sent from my SM-G925P using Tapatalk
ram9200 said:
Were you already rooted?
Sent from my SM-G925P using Tapatalk
Click to expand...
Click to collapse
Yes, i rooted my G925P before flash that recovery.
And now i can flash and using Xposed.
thuancoihg said:
Yes, i rooted my G925P before flash that recovery.
And now i can flash and using Xposed.
Click to expand...
Click to collapse
Are you getting the bootloops that are warned about in the xposed thread for Samsung stock roms? I'm hesitant to get into it just yet.
Download firmware
Hi guys,
Could anyone provide me with a link to download the firmware?
Thanks
blacksantron said:
Are you getting the bootloops that are warned about in the xposed thread for Samsung stock roms? I'm hesitant to get into it just yet.
Click to expand...
Click to collapse
No, i used xposed from Wanam. He modify xposed for Samsung stock rom. Do you want it?
thuancoihg said:
No, i used xposed from Wanam. He modify xposed for Samsung stock rom. Do you want it?
Click to expand...
Click to collapse
Certainly, go ahead and post link!
Sent from my SM-G925P using Tapatalk

Categories

Resources