How to Flash:
UNLOCKED BOOTLOADER REQUIRED
Code:
fastboot flash recovery recovery.img
...Or just flash it on recovery if you are already using a custom recovery.
Download: On attachment.
MD5: B350CC29F93966B615368B6BE7EA1778
Built on Jenkins.
Flashable ZiP from CWM by @skeevydude
Batakang logo used with permission from @mattlgroff
NANDroid Creation: OK
NANDroid Restore: OK
Flashing: OK
ADB: OK
ExFAT: OK
This works 100?
Sent from my PACMAN MATRIX HD MAXX
Confirmed working!! Did a backup and restore. Fresh flashed a rom and everything went fine.
Sent from my MB886 using Tapatalk 2
---------- Post added at 09:19 PM ---------- Previous post was at 09:17 PM ----------
Oh and for anybody without a computer like me just rename recovery.img put on root of sd then open terminal emulator and type the following
$ su
# dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p32
# reboot recovery
Sent from my MB886 using Tapatalk 2
deeje00 said:
This works 100?
Sent from my PACMAN MATRIX HD MAXX
Click to expand...
Click to collapse
Seems that way.
Touch points are accurate, dalvik cache wiped just fine. Will test more when I update PAC later today.
m0ndul said:
How to Flash:
UNLOCKED BOOTLOADER REQUIRED
Code:
fastboot flash recovery cwm.img
Download: On attachment.
MD5: 3066531D562CCD2A8D37B733C63F3D64
Built on Jenkins.
Click to expand...
Click to collapse
My Heroooooooo. I been asking for this for quite a while
Is a great start to have the new Philz CWM version since the Touch Points are ACCURATE!!!!!!!!!!!!!!!!!!!!!!
How did you get this version?
Is it your work?
Thanks so much mate once again :good: :victory:
SVLAN said:
How did you get this version?
Is it your work?
Click to expand...
Click to collapse
Just used builder.clockworkmod.com now that we are officially supported on CyanogenMod.
Thank you very much!
Just tried it. Everything is working great!
m0ndul said:
Just used builder.clockworkmod.com/ now that we are officially supported on CyanogenMod.
Click to expand...
Click to collapse
Well is a great thing you figured it out my friend.
I wish that someday we also get the new CWM from Philz that is amazing with many more options :fingers-crossed:
SVLAN said:
I wish that someday we also get the new CWM from Philz that is amazing with many more options :fingers-crossed:
Click to expand...
Click to collapse
Me too... What I really would like to have is exFAT support, I have to use internal storage for NANDroid and storing the flash files because the recovery doesn't read an exFAT formatted 64GB microSD, which works fine on a S3 with Philz Touch installed.
m0ndul said:
Me too... What I really would like to have is exFAT support, I have to use internal storage for NANDroid and storing the flash files because the recovery doesn't read an exFAT formatted 64GB microSD, which works fine on a S3 with Philz Touch installed.
Click to expand...
Click to collapse
Have you tried formating that micro sd to something else more global use?
Sent from my MB886 using XDA Premium 4 mobile app
I meant to say earlier that my volume rockers thank you just as much as me.
You are da MAN! Awesome to have touch recovery...thanks a bunch man...
tember1214 said:
Confirmed working!! Did a backup and restore. Fresh flashed a rom and everything went fine.
Sent from my MB886 using Tapatalk 2
---------- Post added at 09:19 PM ---------- Previous post was at 09:17 PM ----------
Oh and for anybody without a computer like me just rename recovery.img put on root of sd then open terminal emulator and type the following
$ su
# dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p32
# reboot recovery
Sent from my MB886 using Tapatalk 2
Click to expand...
Click to collapse
Thank you sir. Had to send my computer off to get fixed and flashify wasn't working. Finally a touch recovery. All I need is volume working on pac and I'll be set haha.
Sent from my PACMAN MATRIX HD MAXX
This recovery is so sick
Sent from my MB886 using xda app-developers app
m0ndul said:
How to Flash:
UNLOCKED BOOTLOADER REQUIRED
Code:
fastboot flash recovery cwm.img
Download: On attachment.
MD5: 3066531D562CCD2A8D37B733C63F3D64
Built on Jenkins.
Click to expand...
Click to collapse
Any status update on getting sd-ext link2sd working?
SVLAN said:
Have you tried formating that micro sd to something else more global use?
Click to expand...
Click to collapse
Yes but I have some large ISOs and MKVs on the SD that cannot be stored using FAT32.
skeevydude said:
I meant to say earlier that my volume rockers thank you just as much as me.
Click to expand...
Click to collapse
No, thank you, Mr. Skeevy. Your howto post was what I needed to get convinced to purchase this phone.
Eruditass said:
Any status update on getting sd-ext link2sd working?
Click to expand...
Click to collapse
Was checking the recovery code of CM and it doesn't seem to be implemented. It doesn't seem to be a priority for now, so I'll read on how to add that code to CWM and learn how to compile it, but that might take a while...
m0ndul said:
Was checking the recovery code of CM and it doesn't seem to be implemented. It doesn't seem to be a priority for now, so I'll read on how to add that code to CWM and learn how to compile it, but that might take a while...
Click to expand...
Click to collapse
As long as someone is looking into it! I tried to figure out how to build it from here but got lost:
https://github.com/mattlgroff/cwm
Apparently the RAZR HD CWM does it fine:
http://forum.xda-developers.com/showthread.php?p=44881247#post44881247
Maybe someone can throw us some bones?
This is too perfect! I can't wait to get this out in the morning! (6 hours or so...)
53 65 6e 74 20 66 72 6f 6d 20 6d 79 20 41 74 72 69 78 20 48 44 20 75 73 69 6e 67 20 74 61 70 61 74 61 6c 6b 2e 2e 2e
Will it restore existing backups that were made with none touch version of CWM?
Sent from my Atrix HD using Tapatalk 2
Related
Unofficial TWRP 2.4.4.0
READ FIRST
*** *** *** *** Disclaimer *** *** *** ***
I am not responsible if you break your stuff. READ READ READ
If you DO NOT own a VERIZON Galaxy Tab 2 7.0 SCH-I705 then DO NOT flash this! If you have not verified and flash this on a p3xxx tab, something will break and I will not help you!
YOU MUST BE ROOTED AND UNLOCKED!
How to flash:
ADB or Terminal Emulator
1. Download TWRP 2.4.4.0 to the root of your SD Card -- TWRP 2.4.4.0 recovery.img
MD5sum: 6afef03ae130035c0664ee006ce25fbb
2. From Terminal emulator or ADB do the following:
From ADB
Code:
adb shell
su
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18
reboot recovery
From Terminal
Code:
su
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18
reboot recovery
ODIN
1. Install Samsung Device Drivers -- Samsung_Mobile_USB_Driver.exe
2. Download ODIN 3.04 and extract to an easy to remember location on your computer -- odin304.zip
3. Download TWRP 2.4.4.0 to a easy to remember location on your computer -- TWRP_2440.tar.md5
4. Open ODIN 3.04
5. UNCHECK Everything in top left EXCEPT auto reboot
6. Click PDA and select the recovery.tar.md5 you downloaded in step 3
7. Click 'Start' *DO NOT UNPLUG YOUR TAB! IT WILL BRICK!*
Congratulations! You should now have a functional TWRP 2.4.4.0 recovery.
Once you got custom, NEVER accept an OTA!
Thanks to:
Team Win. Those guys are genius!
MrHyde03 said:
Unofficial TWRP 2.3.3.0
NOTICE: I am not responsible for your device!
I have succesfully compiled TWRP 2.3.3.0 from CM10/TWRP source. Tested a backup, full wipe, and restore with no issues.
YOU MUST BE ROOTED AND UNLOCKED!
How to flash:
ADB or Terminal Emulator
1. Download TWRP 2.3.3.0 to the root of your SD Card -- TWRP 2.3.3.0 recovery.img
MD5sum: bf4ae4d12b9e0a78d82797600c5e9f60
2. From Terminal emulator or ADB do the following:
From ADB
Code:
adb shell
su
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18
reboot recovery
From Terminal
Code:
su
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18
reboot recovery
ODIN
1. Install Samsung Device Drivers -- Samsung_Mobile_USB_Driver.exe
2. Download ODIN 3.04 and extract to an easy to remember location on your computer -- odin304.zip
3. Download TWRP 2.3.3.0 to a easy to remember location on your computer -- TWRP 2.3.3.0 recovery.tar.md5
4. Open ODIN 3.04
5. UNCHECK Everything in top left EXCEPT auto reboot
6. Click PDA and select the recovery.tar.md5 you downloaded in step 3
7. Click 'Start' *DO NOT UNPLUG YOUR TAB! IT WILL BRICK!*
Congratulations! You should now have a functional TWRP 2.3.3.0 recovery.
Once you got custom, NEVER accept an OTA!
Thanks to:
Team Win. Those guys are genius!
Click to expand...
Click to collapse
I have been waiting for this! Thank you sir!
---------- Post added at 02:03 PM ---------- Previous post was at 01:51 PM ----------
Nice, it boots up fine. Only question I got is does it back up to internal or external? By space available. It looks like internal, yes?
Right now it's just internal. I'm gonna see about getting external going in a few days. Just want to make sure I'm mounting it in the right spot in the BoardConfig.mk for TWRP.
Glad you like it
This works on P3110?
Did you read the thread title? Completely? Read it again then think about that question....
Sent from my SCH-i705 using XDA Premium HD app
tdawgg777 said:
I have been waiting for this! Thank you sir!
---------- Post added at 02:03 PM ---------- Previous post was at 01:51 PM ----------
Nice, it boots up fine. Only question I got is does it back up to internal or external? By space available. It looks like internal, yes?
Click to expand...
Click to collapse
Updated OP with a external sd friendly build
MrHyde03 said:
Did you read the thread title? Completely? Read it again then think about that question....
Sent from my SCH-i705 using XDA Premium HD app
Click to expand...
Click to collapse
Lol. Maybe he meant "any chance you could port this to the 311x". I would like it personally. 3113 specifically. Thanks either way.
Sent from my GT-P3110 using Tapatalk 2
d11dog11 said:
Lol. Maybe he meant "any chance you could port this to the 311x". I would like it personally. 3113 specifically. Thanks either way.
Sent from my GT-P3110 using Tapatalk 2
Click to expand...
Click to collapse
No he didn't mean could he do it for the 3113. Just people being lazy.
Sent from my SCH-i705 using xda premium
MrHyde03 said:
Updated OP with a external sd friendly build
Click to expand...
Click to collapse
You sir are the man! Thank you!
You're welcome. Unfortunately, all these recoveries aren't helping us any. I've exhausted all of my knowledge and I still can't get a stock recovery flashable ROM to boot with data/wifi/audio working.... I'm at a loss...
MrHyde03, thanks for your help getting a TWRP build for the P3113.
Mike T
webdroidmt said:
mrhyde03, thanks for your help getting a twrp build for the p3113.
Mike t
Click to expand...
Click to collapse
this is a sch-i705 build only!! do not flash on a p3xxx device.
Re: [RECOVERY][SCH-I705][2012-22-12] Unofficial TWRP 2.3.3.0 for VZW Tab 2 7.0 LTE
We really need our own forum
Sent from my Galaxy Nexus using xda premium
MrHyde03 said:
this is a sch-i705 build only!! do not flash on a p3xxx device.
Click to expand...
Click to collapse
No, you misunderstood, I guess my post wasn't clear. I'm talking about the help you gave to joeinternet, who built a new TWRP version for the 3113. He credited you as one of those that helped.
See here: http://forum.xda-developers.com/showpost.php?p=38794003&postcount=10
Mike T
Re: [RECOVERY][SCH-I705][2012-22-12] Unofficial TWRP 2.3.3.0 for VZW Tab 2 7.0 LTE
webdroidmt said:
No, you misunderstood, I guess my post wasn't clear. I'm talking about the help you gave to joeinternet, who built a new TWRP version for the 3113. He credited you as one of those that helped.
See here: http://forum.xda-developers.com/showpost.php?p=38794003&postcount=10
Mike T
Click to expand...
Click to collapse
Ah! My mistake no problem glad I could help.
Just didn't want you to flash this one on the wrong device :good:
Sent from my SCH-I535 using XDA Premium HD app
Updated OP with 2.4.3.0!
Re: [RECOVERY][SCH-I705][2013-03-07] Unofficial TWRP 2.4.3.0 for VZW Tab 2 7.0 LTE
Jelly Bean time baby. No one announced this was coming out at all and no one still has reported it. They are saying only the wifi version was getting it. This really slipped under the radar obviously.
Sent from my SCH-i705 using xda premium
deafptl4ever said:
Jelly Bean time baby. No one announced this was coming out at all and no one still has reported it. They are saying only the wifi version was getting it. This really slipped under the radar obviously.
Sent from my SCH-i705 using xda premium
Click to expand...
Click to collapse
What are you saying? That VZW is going to update our tabs to Jellybean? Where did you hear this?
EDIT: Just saw the update news! Awesome!
Re: [RECOVERY][SCH-I705][2013-03-07] Unofficial TWRP 2.4.3.0 for VZW Tab 2 7.0 LTE
Beans and i are workin on it
Sent from my SCH-i705 using XDA Premium HD app
MrHyde03 said:
Beans and i are workin on it
Sent from my SCH-i705 using XDA Premium HD app
Click to expand...
Click to collapse
nice! We have been waiting for this day for along time now lol.. can't wait for you guys to get it worked out
I've created a flashable zip of twrp 2.6.3.2 that can be flashed in your custom recovery. This can be used to easily flash between recoveries if you desire.
All credit goes to Dees_Troy, I just packaged the image file.
http://d-h.st/3XG
Edit, corrected thanks to @crispi7
I flashed zip but recovery version remains the same.
Sent from my Nexus 5 using XDA Premium 4 mobile app
illr said:
I flashed zip but recovery version remains the same.
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
What version where you on before you flashed?
hadnt seen you in a few days, jd. you still on the skyrocket or have you officially made the move?
xBeerdroiDx said:
hadnt seen you in a few days, jd. you still on the skyrocket or have you officially made the move?
Click to expand...
Click to collapse
The n5 comes on Mon. Can't wait. What's your take on it? Know you're on the fence with the s4. I would have gone with it if it wasn't so locked down to att.
jd1639 said:
What version where you on before you flashed?
Click to expand...
Click to collapse
2.6.3.0
Sent from my Nexus 5 using XDA Premium 4 mobile app
illr said:
2.6.3.0
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That doesn't make any sense why it wouldn't update. I'll take a look at the zip. Thanks for letting more know
jd1639 said:
The n5 comes on Mon. Can't wait. What's your take on it? Know you're on the fence with the s4. I would have gone with it if it wasn't so locked down to att.
Click to expand...
Click to collapse
i'm better with it now. the screen took some getting used to. going to sell my S4. i'm done with lock-tight bootloaders. really getting used to the device. it carries its weight. i'm on faux's kernel and the cataclysm rom. cant say anything but good stuff about both and how well the device is performing on them. thats my 2 cents. in case you hadnt heard, when you're in twrp and you wipe (full, partial, etc), reboot recovery and then flash. users have problems getting zips to install without the reboot between wiping and flashing. its a recovery bug atm. cheers
illr said:
2.6.3.0
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
See if this will update you to 2.6.3.2. http://forum.xda-developers.com/showthread.php?p=47145609
This belongs in the TWRP thread.
FuMMoD said:
This belongs in the TWRP thread.
Click to expand...
Click to collapse
Which twrp thread?
Sent from my SAMSUNG-SGH-I957 using xda app-developers app
http://forum.xda-developers.com/showthread.php?t=2511507
[RECOVERY] TWRP 2.6.3.1 touch recovery [2013-11-04] Also root
Click to expand...
Click to collapse
You seem to have a newer version too so verify with OP and hook us up lol.
FuMMoD said:
http://forum.xda-developers.com/showthread.php?t=2511507
You seem to have a newer version too so verify with OP and hook us up lol.
Click to expand...
Click to collapse
The image file is directly off the TeamWin web site. I just put it in zip, flashable file.
jd1639 said:
I've created a flashable zip of twrp 2.6.3.2 that can be flashed in your custom recovery. This can be used to easily flash between recoveries if you desire.
All credit goes to Dees_Troy, I just packaged the image file.
http://d-h.st/Hv3
Click to expand...
Click to collapse
illr said:
I flashed zip but recovery version remains the same.
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
The prooblem I found is this command (obviously, it's the only one xD):
package_extract_file("openrecovery-twrp-2.6.3.2-hammerhead.img", "/dev/block/mmcblk0p7");
The "/dev/block/mmcblk0p7" is for pad, the recovery is in "/dev/block/mmcblk0p20". Also you can use "/dev/block/platform/msm_sdcc.1/by-name/recovery" that is easier to understand.
So the command fixed should be:
package_extract_file("openrecovery-twrp-2.6.3.2-hammerhead.img", "/dev/block/platform/msm_sdcc.1/by-name/recovery");
I will test it and tell if that solves the problem
TWRP 2.6.3.2 zip fixed!
OK, everything working now.
Fixed zip uploaded to: http://d-h.st/Qen
I'm sure people will be happy to flash it easier than before just from your phone without any needed app
I tested it and it's working but feedback is also good :good:
so if i flash this on mako"nexus 4", would i brick my phone?
carnage017 said:
so if i flash this on mako"nexus 4", would i brick my phone?
Click to expand...
Click to collapse
It's made for the n5. I don't know what the recovery partition is for the n4, so yes it could. The image file is also specifically for the n5
Thanks man. That zip worked great for me. Also, when I clicked on the link on devhost, a mobogenie apk started automatically downloading. It was not from your zip, just some spam crap. I deleted it with root explorer. Just a heads up if it happens to anybody else.
Sent from my Nexus 5 using xda app-developers app
bikeryder007 said:
Thanks man. That zip worked great for me. Also, when I clicked on the link on devhost, a mobogenie apk started automatically downloading. It was not from your zip, just some spam crap. I deleted it with root explorer. Just a heads up if it happens to anybody else.
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Great to know it. Thanks for the feedback! :good:
xBeerdroiDx said:
in case you hadnt heard, when you're in twrp and you wipe (full, partial, etc), reboot recovery and then flash. users have problems getting zips to install without the reboot between wiping and flashing. its a recovery bug atm. cheers
Click to expand...
Click to collapse
Seems to be an overall issue with TWRP 2.6.3.1, and while I don't know if the issue is resolved in 2.6.3.2, I can tell you that it doesnt have the problem in 2.6.3.0, as I've been kicking myself for a while now fighting with .1 to work. I took WugFresh's toolkit, downloaded the 2.6.3.0 .img, changed in my settings of the toolkit to use custom recovery (the .0 version), flashed it (which also re-roots your device, needed or not), and then everything was fixed... That's the route that I took, as even on .1, the rebooting between wipe and flash didnt even work for me... MIght save some people some headaches 'til we can verify .2 fixes the issue.
Here you are guys
https://lists.launchpad.net/ubuntu-phone/msg06116.html
I just don't know how to flash it
If someone could make a step by step guide ,it would be great!
It says that there's no bug except one useless .
Sent from my Nexus 5 using xda app-developers app
From what I understand, we need the phablet-network package built for our device..
DubelBoom said:
From what I understand, we need the phablet-network package built for our device..
Click to expand...
Click to collapse
I don't know what's it? Sorry!
Sent from my Nexus 5 using xda app-developers app
Ubuntu releases generic packages and a device specific package to get radios and more hardware working.
We need someone to build that package for the Nexus 5. (I didn't understand if he has one or not, it seems he does, but I didn't find a download )
EDIT:
Sorry! I think I'm wrong.
Forget all I said..
I don‘t know how to flash it too... if some one make a recovery flashable zip file it will be great!
weihan1102 said:
I don‘t know how to flash it too... if some one make a recovery flashable zip file it will be great!
Click to expand...
Click to collapse
Use fastboot to flash system.img, recovery.img and boot.img
Sent from my Nexus 5 using xda app-developers app
bitdomo said:
Use fastboot to flash system.img, recovery.img and boot.img
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
Thanks!
so that mean i can't install it with multirom ?
How to install:
http://paste.ubuntu.com/6809501/
And to get phone calls working:
https://wiki.ubuntu.com/Touch/DualBootInstallation#Android4.4Radio
Gesendet von meinem Nexus 5 mit Tapatalk
weihan1102 said:
Thanks!
so that mean i can't install it with multirom ?
Click to expand...
Click to collapse
Yes, at this moment ubuntu requires fastboot to be flasshed. Dont forget to flash the zip file mentioned in the link in the op.
5) Flash Ubuntu using http://cdimage.ubuntu.com/ubuntu-to...d/pending/trusty-preinstalled-touch-armhf.zip (adb push then flash via menu)
6) Reboot, and use phablet-network to setup the network
7) Enable my personal PPA (latest MIR): sudo apt-add-repository ppa:rsalveti/ppa
8) Install latest MIR packages: apt-get update; apt-get dist-upgrade
9) Enable MIR: touch /home/phablet/.display-mir
Click to expand...
Click to collapse
i don't understand this parrt
in what environment are we suppose to do this?
cannot be ADB right?
Totally doing this right now
drsn0w said:
Totally doing this right now
Click to expand...
Click to collapse
This = make a zip file of install ubuntu?
roman2861 said:
This = make a zip file of install ubuntu?
Click to expand...
Click to collapse
Oh lol sorry no, though that'd be great. I meant flashing it to my nexus 5 . I haven't the faintest idea on how to make a flashable zip at all
drsn0w said:
Oh lol sorry no, though that'd be great. I meant flashing it to my nexus 5 . I haven't the faintest idea on how to make a flashable zip at all
Click to expand...
Click to collapse
I want to use it with MuliROM
roman2861 said:
I want to use it with MuliROM
Click to expand...
Click to collapse
So do I
Sent from my Nexus 5 using xda app-developers app
drsn0w said:
Oh lol sorry no, though that'd be great. I meant flashing it to my nexus 5 . I haven't the faintest idea on how to make a flashable zip at all
Click to expand...
Click to collapse
I usually cheat the system a bit and just flash it and then take a nandroid backup and use that as a "flashable zip".
abtekk said:
I usually cheat the system a bit and just flash it and then take a nandroid backup and use that as a "flashable zip".
Click to expand...
Click to collapse
Hmm clever. think that would work with MultiROM?
---------- Post added at 02:12 PM ---------- Previous post was at 02:10 PM ----------
Okay well i just followed the instructions and i'm stuck at the google logo so...
Tassadar released a new version of MultiROM, it should work
And avoid the fastboot flash ubuntu etc..
Everything is done in the recovery
LINK
Can't wait to run this!
Sent from my Nexus 5 using Tapatalk
Got it running but it boots to a black screen or the screen with Google logo, i can confirm that the system itself is running because i can adb shell. From what i can tell it has something to do with the fact that unity8 cant connect to the surfaceflinger display...i'll update as i learn more
This is the latest CWM available for our bootloader.
CWM 6.0.5.1
-Swipeable menu/volume+power button navigation
I take no credit in the actual CWM build. As we all are aware, PT has reached EOL until further notice (whenever someone picks up the project). Instead sitting around on an older revision of CWM, I decided to go track down an update that is compatible with our BL.
Fastboot and CWM zip available. Usual warnings about flashing non Moto updates/software applies.
30 Sep 14
-Original release
1 Nov 14
- Resync with CM
Download - https://drive.google.com/folderview?id=0B52pkPIFU2dRYUVfS0hsZHN2V2c&usp=sharing
palmbeach05 said:
This is the latest CWM available for our bootloader.
CWM 6.0.5.1
-Swipeable menu/volume+power button navigation
I take no credit in the actual CWM build. As we all are aware, PT has reached EOL until further notice (whenever someone picks up the project). Instead sitting around on an older revision of CWM, I decided to go track down an update that is compatible with our BL.
Fastboot and CWM zip available. Usual warnings about flashing non Moto updates/software applies.
Download - https://drive.google.com/folderview?id=0B52pkPIFU2dRYUVfS0hsZHN2V2c&usp=sharing
Click to expand...
Click to collapse
They both work great!!! Thanks!!!!!!!!! :highfive:
Thanks
New revision released. Original and 1 Nov 14 files are up
palmbeach05 said:
New revision released. Original and 1 Nov 14 files are up
Click to expand...
Click to collapse
Thanks - but they're both 6051? no difference?
KrisM22 said:
Thanks - but they're both 6051? no difference?
Click to expand...
Click to collapse
Thanks for pointing that out. I just changed the 1st post. Both are 6.0.5.1, but the 1 Nov release contains all commits added since the 30 Sep release (I've been watching the nightlies changelog for all changes and I figured an update was needed)
Thanks! Flashed!
How'd it go Kris? Stable....point touches on point?
??
Sent from my Desire HD using Tapatalk
marknoll said:
??
Sent from my Desire HD using Tapatalk
Click to expand...
Click to collapse
It is stable, as my 1st post says it is straight from the nightlies, just in its own flashable zip and its own *.img. Screen touches are acrually swipes on this, swipes up/down/left/right still work.
Sent from my ATRIX HD using XDA Free mobile app
This is flash able via recovery?
Sent from my Desire HD using Tapatalk
chrisb906 said:
This is flash able via recovery?
Sent from my Desire HD using Tapatalk
Click to expand...
Click to collapse
EDIT: misread your question: sorry:
yes - by downloading it and using something like flashify or going to recovery and flashing the zip.
(I flashed the zip just yesterday.)
or you could change that setting in CM developer and reboot a few times.
So I can ho into dev settings and click update cm recovery and it'll work that way?that's pretty cool. What about validus? I noticed same thing there as well.
Sent from my ATRIX HD using Tapatalk
Does this support F2FS?
johnnyz86 said:
Does this support F2FS?
Click to expand...
Click to collapse
Sent from my ATRIX HD using XDA Free mobile app
palmbeach05 said:
Sent from my ATRIX HD using XDA Free mobile app
Click to expand...
Click to collapse
I want to switch my data (and /sdcard/sd-ext) to f2fs. I don't see a mkfs.f2fs binary in here, or options in the GUI. How do I do it?
Also:
~ # mke2fs -T f2fs /dev/block/mmcblk0p38
Warning: the fs_type f2fs is not defined in mke2fs.conf
johnnyz86 said:
I want to switch my data (and /sdcard/sd-ext) to f2fs. I don't see a mkfs.f2fs binary in here, or options in the GUI. How do I do it?
Also:
~ # mke2fs -T f2fs /dev/block/mmcblk0p38
Warning: the fs_type f2fs is not defined in mke2fs.conf
Click to expand...
Click to collapse
Submit question to Cyanogenmod since this is their recovery, i'm just pushing this out there to ppl who want to have an up to date cwm and to those who were on philztouch before jbbl got left behind/pt project stopped.
Sent from my ATRIX HD using XDA Free mobile app
marknoll said:
So I can ho into dev settings and click update cm recovery and it'll work that way?that's pretty cool. What about validus? I noticed same thing there as well.
Sent from my ATRIX HD using Tapatalk
Click to expand...
Click to collapse
??
Sent from my Desire HD using Tapatalk
marknoll said:
??
Sent from my Desire HD using Tapatalk
Click to expand...
Click to collapse
@Technofreak can you answer @marknoll 's question about recovery and the update setting in it?
Sent from my ATRIX HD using XDA Free mobile app
Yea. From what I understand with this post, we could check that and reboot. http://forum.xda-developers.com/showthread.php?p=56583275
Sent from my Desire HD using Tapatalk
Hello dear i9305 users,
some of you may already know me from twrp. today i need several stuff from i9305 users to help me creating a fix for a friend.
so if you are willing to help please read and post if you are willing to help
--- the problem ---
he got an dead emmc (he can only boot to recovery and downloadmode )
-- what we want to try ---
we want to boot from an external micro-sd
--- what we need for that ---
we need a i9305 user who can backup and upload some partitions for us ( like tombstones modem and so on )
what we do NOT need is:
boot , efs , cache , data , recovery
--- if you want to help ---
please post and i give the instructions this can only be done with an i9305 and NOT with an i9300
thank you for reading
Sent from my Xperia T using XDA Free mobile app
SdtBarbarossa said:
Hello dear i9305 users,
some of you may already know me from twrp. today i need several stuff from i9305 users to help me creating a fix for a friend.
so if you are willing to help please read and post if you are willing to help
--- the problem ---
he got an dead emmc (he can only boot to recovery and downloadmode )
-- what we want to try ---
we want to boot from an external micro-sd
--- what we need for that ---
we need a i9305 user who can backup and upload some partitions for us ( like tombstones modem and so on )
what we do NOT need is:
boot , efs , cache , data , recovery
--- if you want to help ---
please post and i give the instructions this can only be done with an i9305 and NOT with an i9300
thank you for reading
Sent from my Xperia T using XDA Free mobile app
Click to expand...
Click to collapse
Heck, i can help you. Just shoot me with a PM and i will give you whatever you want form my i9305
Alexander_the_B0ss said:
Heck, i can help you. Just shoot me with a PM and i will give you whatever you want form my i9305
Click to expand...
Click to collapse
Hi Alexander
nice that you help me
you will need atleast twrp 3.0 or ghiher from me.. and you need a external sdcard with atleast 4GB to store all this stuff
and last you need a pc with adb ^^
are you still in?
Sent from my Xperia T using XDA Free mobile app
so here is what you do... boot the device to twrp... connect it to pc and open adb ( if you dont have it install "minimal adb and fastboot" )
now check if adb is working...
adb devices
if it is ok then you now see one device in recovery
then do:
adb shell
dd if=/dev/block/mmcblk0p1 of=/external_sd/part1.img
dd if=/dev/block/mmcblk0p2 of=/external_sd/part2.img
dd if=/dev/block/mmcblk0p4 of=/external_sd/part4.img
ok you see one number is always changing... we need this with following numbers:
1
2
4
5
6
7
10
11
14
15
partition 10 and 14 are a bit larger so the command may look like stuck but it isnt
thank you in advance!
Sent from my Xperia T using XDA Free mobile app
SdtBarbarossa said:
so here is what you do... boot the device to twrp... connect it to pc and open adb ( if you dont have it install "minimal adb and fastboot" )
now check if adb is working...
adb devices
if it is ok then you now see one device in recovery
then do:
adb shell
dd if=/dev/block/mmcblk0p1 of=/external_sd/part1.img
dd if=/dev/block/mmcblk0p2 of=/external_sd/part2.img
dd if=/dev/block/mmcblk0p4 of=/external_sd/part4.img
ok you see one number is always changing... we need this with following numbers:
1
2
4
5
6
7
10
11
14
15
partition 10 and 14 are a bit larger so the command may look like stuck but it isnt
thank you in advance!
Sent from my Xperia T using XDA Free mobile app
Click to expand...
Click to collapse
Just need to retrieve it from the charger and i'll be extracting the partitions.
Alexander_the_B0ss said:
Just need to retrieve it from the charger and i'll be extracting the partitions.
Click to expand...
Click to collapse
ah btw you will find the files on your external sdcard if you did it correctly x) thank you much!
Sent from my Xperia T using XDA Free mobile app
SdtBarbarossa said:
ah btw you will find the files on your external sdcard if you did it correctly x) thank you much!
Sent from my Xperia T using XDA Free mobile app
Click to expand...
Click to collapse
Except i am using Resurrection Remix 5.7.0 and there is no /external_sd. i have to use the /storage/9016-4EF8 (name given to the microsd card) but nevertheless, i am now at mmcblk0p10. After i finish pulling all the blocks i will zip it and upload it to my G Drive or AFH. Stay tuned
Alexander_the_B0ss said:
Except i am using Resurrection Remix 5.7.0 and there is no /external_sd. i have to use the /storage/9016-4EF8 (name given to the microsd card) but nevertheless, i am now at mmcblk0p10. After i finish pulling all the blocks i will zip it and upload it to my G Drive or AFH. Stay tuned
Click to expand...
Click to collapse
yea but in twrp itself it should be named /external_sd/ ... anyway atleast you understood exactly what you do x)
Sent from my Xperia T using XDA Free mobile app
SdtBarbarossa said:
yea but in twrp itself it should be named /external_sd/ ... anyway atleast you understood exactly what you do x)
Sent from my Xperia T using XDA Free mobile app
Click to expand...
Click to collapse
HERE you go. Every partition you requested me. Hope it helps. Even though it is late AF in Tokyo (04:49), i am still up. Still used to GMT+3. I'll be heading to sleep soon though.
Alexander_the_B0ss said:
HERE you go. Every partition you requested me. Hope it helps. Even though it is late AF in Tokyo (04:49), i am still up. Still used to GMT+3. I'll be heading to sleep soon though.
Click to expand...
Click to collapse
thank you much i will inform you about the state tommorrow
Sent from my Xperia T using XDA Free mobile app
SdtBarbarossa said:
thank you much i will inform you about the state tommorrow
Sent from my Xperia T using XDA Free mobile app
Click to expand...
Click to collapse
You are very welcome. Waiting for the status update
I got emotional after reading this post.
Sent from my GT-I9500 using XDA-Developers mobile app
Alexander_the_B0ss said:
You are very welcome. Waiting for the status update
Click to expand...
Click to collapse
he can start but gets a message "encryption unsucessfully"
we may have to change some fs's but that have to wait until tommorrow
Sent from my Xperia T using XDA Free mobile app
SdtBarbarossa said:
he can start but gets a message "encryption unsucessfully"
we may have to change some fs's but that have to wait until tommorrow
Click to expand...
Click to collapse
Maybe because the bootloader version is different? Just hit me up and i'll do my best ????
Alexander_the_B0ss said:
Maybe because the bootloader version is different? Just hit me up and i'll do my best ????
Click to expand...
Click to collapse
we got it resolved and CM is started up
Sent from my Xperia T using XDA Free mobile app
SdtBarbarossa said:
we got it resolved and CM is started up
Sent from my Xperia T using XDA Free mobile app
Click to expand...
Click to collapse
Nice. Btw, the ROM i used to pull the partitions with was RR 5.7.0 because in recovery the adb was bugged. Didn't use your recovery though. Maybe that's why it booted with CM.
Alexander_the_B0ss said:
Nice. Btw, the ROM i used to pull the partitions with was RR 5.7.0 because in recovery the adb was bugged. Didn't use your recovery though. Maybe that's why it booted with CM.
Click to expand...
Click to collapse
the files you gave us are primary phone partitions ... they are equal for every rom so that wontnbea differen x)
Thank you much btw.... maybe this can help some more guys with emmc bricks... atleast if they can boot to recovery they can revive theier phones
now we need someone who dont need his s3 anymore or have an defektiv s3.... we need a unused efs backup because he doesnt have any and so he has no imei.... if we get any "unused!!!" efs backup the we can try hexediting it to get his imei back ^^
Sent from my Xperia T using XDA Free mobile app
SdtBarbarossa said:
the files you gave us are primary phone partitions ... they are equal for every rom so that wontnbea differen x)
Thank you much btw.... maybe this can help some more guys with emmc bricks... atleast if they can boot to recovery they can revive theier phones
now we need someone who dont need his s3 anymore or have an defektiv s3.... we need a unused efs backup because he doesnt have any and so he has no imei.... if we get any "unused!!!" efs backup the we can try hexediting it to get his imei back ^^
Sent from my Xperia T using XDA Free mobile app
Click to expand...
Click to collapse
If you swear to edit the IMEI out, i can provide you with my EFS partition backup. But only if you really can edit my IMEI out and replace it with his.
Alexander_the_B0ss said:
If you swear to edit the IMEI out, i can provide you with my EFS partition backup. But only if you really can edit my IMEI out and replace it with his.
Click to expand...
Click to collapse
nah better lets wait for someone with a unused one x) i cant 100% guarantee that we can do it... we are trying this for the first time you know? xD
Sent from my Xperia T using XDA Free mobile app
SdtBarbarossa said:
nah better lets wait for someone with a unused one x) i cant 100% guarantee that we can do it... we are trying this for the first time you know? xD
Sent from my Xperia T using XDA Free mobile app
Click to expand...
Click to collapse
Okay then. I tried. But there is a catch: because i am lucky enough to have bought a SH i9305 with 4.1.2, i have the 4.1.2 bootloader and the EFSv1 i believe. Bootloader version is i9305XXBMJ1, and the EFS, as i said before, is the old one, before the XXUEMK1 or the firmware that changed it.