Hey guys,
After having nearly lost all my data because android would not recognize my Decryption password I would like to try to compile frost.
I don't know if it will work for the HTC one but I really want to give it a try to help out other people who might have to factory reset due to encrytion problems.
It looks fairly simple to compile it, only I have never compiled any kernel .img before.
Before I actually try to compile it I would like to get advice on how best to do it and what to avoid while compilling.
Again I really want to get this compiled for the HTC one as this had me in a really bad spot.
https://www1.informatik.uni-erlangen.de/frost
I know there are some questions in here but I really do want to get it compiled for you guys in this thread to have a way of possibly recovering encrypted data.
Anyone else up for the challange?
What?
Sent from my HTC One using xda premium
r1tesh said:
What?
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
What sort of reply is that?
I can help you compile it
r1tesh said:
What?
You need to be a bit more specific
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
MacHackz said:
What sort of reply is that?
I can help you compile it
Click to expand...
Click to collapse
Thanks MacHackz. I really think alot of people could benefit from having a tool to recover encrypted data.
All I can say is I'm willing to try everything
gazlufc said:
Thanks MacHackz. I really think alot of people could benefit from having a tool to recover encrypted data.
All I can say is I'm willing to try everything
Click to expand...
Click to collapse
Firstly you need linux, and afaik this will only work on 4.1.2 right now
MacHackz said:
Firstly you need linux, and afaik this will only work on 4.1.2 right now
Click to expand...
Click to collapse
Yeah I seen it will only work on 4.1.2 but lucky enough HTC hasn't update all devices to 4.2.2 yet .
I have a Ubuntu virtual machine setup for doing the compiling. Just installing required items now.
Should have everything setup tomorrow to start compilling
gazlufc said:
Yeah I seen it will only work on 4.1.2 but lucky enough HTC hasn't update all devices to 4.2.2 yet .
I have a Ubuntu virtual machine setup for doing the compiling. Just installing required items now.
Should have everything setup tomorrow to start compilling
Click to expand...
Click to collapse
Seems like you already know how
Edit: After further discussion we have decided to re-open this thread.
For now, lets leave it in general, once some development has been done we can talk about moving it back to development
Just wanted to say thank you for XDA for allowing us to start work in FROST.
I'm currently discussing FROST with a few other XDA'ers who are also interested in helping me out and getting this developed.
Once I know more (hopefully this evening) I will post an update.
Again thanks XDA for allowing this to be done
So u got the thread up, Awesome. Shoot me a pm when ya ready...
Welcome to your new home FROST
I'd like to help as well
I've got Eclipse/ADT set up ready to use for a couple of App ideas I've got. If it's just compiling Android code, I''m happy to help.
I've just finished a degree in Computer Security & Forensics (2:1) with a dissertation on Android security & security awareness. Prior to that I'v been a Systems Analyst and developer for a number of years (Mainframe/Unix/Microsoft). so although I'm fairly new to Android, I know my way roind an IDE or terminal editor and I'm not afraid to get my hands dirty woth code.
Nice to hear man, and looking forward to getting started.
Ive had a few issues with my pc and have got most of it sorted now. So of all goes well i will be able to start work after many delays
And I could definitely use you help if you can man
Sent from my HTC One using xda app-developers app
lol, just have seen this.
The link to the University of Erlangen has some pretty neat resources, but I currently have no android phone to try making such a recovery image for.
For the case of (hopefully) your own phone you are trying to get the /data back: This software relies on the device having been unlocked not long ago. If the device was not unlocked for a week or so, you have no real chance of the keys being still in ram.
If you have a weak PIN, its bruteforce feature might work, if you have a strong one it may take very long. I'd recommend you to make a bit level image of the /data partition just in case (type man dd in your commandline in linux, the dd tool should also be in phone recoveries). And possibly try to encrypt it on your desktop that propably gets it done faster. Also you do not need to make a device specific recovery and you dont need to cross compile.
Also this: http://www1.cs.fau.de/filepool/projects/frost/frost.crackpin.tgz
might just work. Read through the README file in the archive, its straightforward.
thx good thing to konw
There's a reason they freeze the phone. If you hope to recover the keys from a phone that is powered off for anything like 5 mins or more forget it :/ . (The time really depends on the memory chips)
Sent from my GT-I9505 using xda app-developers app
darks1der said:
It looks fairly simple to compile it, only I have never compiled any kernel .img before.?
Click to expand...
Click to collapse
Is thia project still being worked on, @darks1der? It looks promising!
Hey the project is being worked on however it is going slower that expected due to alot of personal issue's.
I hope to have everything resolved ASAP so I can devote my self to FROST
darks1der said:
Hey the project is being worked on however it is going slower that expected due to alot of personal issue's.
I hope to have everything resolved ASAP so I can devote my self to FROST
Click to expand...
Click to collapse
Will FROST be able to recover deleted files from the phones internal storage? I'll send strength your way so that you'll get your life to awesomeness again.
FROST only works if your bootloader is unlocked. Since unlocking your bootloader wipes data you're screwed (unless there's some hack to prevent this for your device bootloader). Image the phone or copy the encryption header and try to brute force/dictionary attack your own password key as much as you want without worrying about data being wiped. Download Kali Linux live CD maybe it has some Android forensics tools I think it does. If not google around for 'android brute force encryption' somebody will have tools to do this.
Related
Just wondering if anybody saw this. Here's a link for everybody to check out.
http://community.developer.motorola...-2-development-resources-available/td-p/19569
Sent from my MB865 using Tapatalk
tylercarter said:
Just wondering if anybody saw this. Here's a link for everybody to check out.
http://community.developer.motorola...-2-development-resources-available/td-p/19569
Sent from my MB865 using Tapatalk
Click to expand...
Click to collapse
Yeah, unfortunately it is not the source code yet, just the parts for the emulator and pieces needed for Devs to write apps specifically for the Atrix2.
I wish there was more there for us to use to get this thing cracked open. Hopefully we can get a ROM developer to jump in here soon and help us collect what they need to get started on ROM development. Although we will need someone like Th3ory who is not afraid of making ROMs for devices with locked bootloaders, because I have a feeling it will be after ICS before we have an unlocked bootloader.
An emulator as in a full emulation of our phone? So if one were to try to develop a ROM for this thing could that be used to test rather than risking a brick?
jimbridgman said:
Yeah, unfortunately it is not the source code yet, just the parts for the emulator and pieces needed for Devs to write apps specifically for the Atrix2.
I wish there was more there for us to use to get this thing cracked open. Hopefully we can get a ROM developer to jump in here soon and help us collect what they need to get started on ROM development. Although we will need someone like Th3ory who is not afraid of making ROMs for devices with locked bootloaders, because I have a feeling it will be after ICS before we have an unlocked bootloader.
Click to expand...
Click to collapse
Jim I'm curious. What recovery are you using? Bionic bootstrapper? And is it safe yet? I've read on it a little. Is it one of those things where unless your a bit of a dev not to try it?
Sent from my MB865 using Tapatalk
@PeteSeiler2010:
Yes this could be used to test a Developed ROM, however until we get a hold of some kind of code for this thing, there can't be too much development of ROMs and such, unless someone knows something I don't. And "code" can be anything from an fxz to the released source code for the Atrix 2 build.
@tylercarter:
For a "Recovery" this is the one you want, link below. And yes it is not 100% yet, but it does what we need it to right now, the only issue is if you crash, you can't get back to it on boot, you have to use the bootstrap to boot into it, from your app drawer. This is again something that can be done after a bootloader unlock. This will allow back up and restores though.
http://forum.xda-developers.com/showthread.php?t=1346977
----EDIT----
I use the emulator for a lot of the work I have been doing to see what will happen, without risking a screwup on my phone directly. Then once I have tested it out there, on the phone it goes. You can even test apps from the market as well, just to see. It is really for app developers, to do their testing of the apps they build, but we can also do something similar for our "hacking".
Thanks for info Jim, I am going to download it and check it out and see if there is anything I do with it.
Also, Jim, have you done many restores on your phone? I have been hesitant to try one...its just so risky without the sbf.
PeteSeiler2010 said:
Thanks for info Jim, I am going to download it and check it out and see if there is anything I do with it.
Also, Jim, have you done many restores on your phone? I have been hesitant to try one...its just so risky without the sbf.
Click to expand...
Click to collapse
Not a FULL restore, but there are others who have tried one of the updates in the bootloader unlock forum, that have been able to restore back to before the update successfully.
I have restored files, and even directories, but not the whole thing yet.
This time, I must really thank RandomBlame for setting aside the problem between me and him, and now allowing me to port things faster. Without a doubt, Thank him and me TOGETHER! PA1.9.7 will be up in an hour's time. So give me some time to work on it
COPIED FROM OLD THREAD
This is a port from the MyTouch 4G/Desire S forums so there may be several bugs included :/
This port can be done thanks to cnote74(Port/Kernel), 0.0(Port) , RandomBlame(BASE), hdorius(Support till the end ), blindndumb(Guidance) , ...Awesome...(AwesomeBeatsv3) and PA/CM10.
Changelogs for v1.9.7 : http://www.blindndumb.com/2012/08/rom-aug-08-paranoidandroid-v197a.html [all give a thanks to blindndumb/cnote74 too ]
ParanoidAndroid:
Flashing Instructions
1. Make Sure You're On The Latest CWM Or 4EXT Recovery
2. Make A Backup
3. Full wipe
4. Flash ROM ×http://www.mediafire.com/download.php?49v6oil31aqy25t×<-V1.9.2
xhttp://paranoidandroid-ace.googlecode.com/files/PARANOIDANDROID_ACE_v1.9.5.zipx [direct download link] <-1.9.5b
(Somehow I gotten 3 upload links while focusing on one o.o ) <- All 3 are 1.9.7 Links removed. Too much error.
Haven't test it yet so might as well upload first then edit.
5. Flash Gapps ×http://goo.im/gapps/gapps-jb-20120726-signed.zipx If it doesn't work try going to http://www.blindndumb.com/p/paranoid...downloads.html and download the paranoidandroid jellybean gapps. [ Thanks blindndumb =) ]
6. Reboot and Enjoy
New update will be up in around 5-10hours time. Have school work to do before i start updating :/
PA v1.9.7 Bugs: Can't mount SDCard to computer. Trying to find an alternative way.Links Going up in 1/2 hour's time.
CM10:
Flashing Instructions
1. Make Sure You're On The Latest CWM Or 4EXT Recovery
2. Make A Backup
3. Full wipe
4. Flash ROM ×http://www.mediafire.com/download.php?vhm9l0sjn92bt74×
5. Flash Gapps ×http://goo.im/gapps/gapps-jb-20120726-signed.zipx
6. Reboot and Enjoy
BUGS :
Backlight problems/ Screen-off illumination problems.
Apps force closes/causing hot reboots
If there is any bugs please leave me a logcat through pm or if you know specifically whats the problem leave me a pm too
Sorry guys, due to phone breaking down and exams coming up, I will not have the time to do all this till my exams are over. At the moment darkunesu will take over all the work.
totally agree with u , ANDROID IS AN OPEN SOURCE OS,
any way thnx for your great job
Good to see you got it all up and running. Ill give it a shot again... Hope it all works out in the end mate.
Xda is filling up with those types of personalities.
Sent from my Inspire 4G using xda premium
Pfaffinator said:
Xda is filling up with those types of personalities.
Sent from my Inspire 4G using xda premium
Click to expand...
Click to collapse
I totally agree.
miffymiffy said:
Good to see you got it all up and running. Ill give it a shot again... Hope it all works out in the end mate.
Click to expand...
Click to collapse
And if he closes it down again I'll just fight my way through by porting all sorts of CM10 over
Clearly you are still confused between 'open source' & 'openly kang' .
Sent from my Desire HD using Tapatalk 2
lululala said:
Clearly you are still confused between 'open source' & 'openly kang' .
Sent from my Desire HD using Tapatalk 2
Click to expand...
Click to collapse
I know what it means so you don't need to teach me about it. But android is open source hence should be shared among everybody.
So... anyone tested it yet? able to boot?
simahu said:
I know what it means so you don't need to teach me about it. But android is open source hence should be shared among everybody.
Click to expand...
Click to collapse
Randomblame's kernel source code is freely available for you to download and build. There's nothing more 'open source' than that. Extracting a compiled kernel from someone's ROM without permission and put it into your own ROM is clearly not.
Sent from my Desire HD using Tapatalk 2
nice work will try,Thanks
lululala said:
Randomblame's kernel source code is freely available for you to download and build. There's nothing more 'open source' than that. Extracting a compiled kernel from someone's ROM without permission and put it into your own ROM is clearly not.
Sent from my Desire HD using Tapatalk 2
Click to expand...
Click to collapse
I know but I took it without permission as I did not know how to compile a kernel. Now that someone is helping me out then I will not touch his anymore. Will do my own cm10 port about a few days time.
What up with the link; I have to sign up for mediafire now??
I think you should remove mentions of the other dev in your OP.
simahu said:
I know but I took it without permission as I did not know how to compile a kernel.
Click to expand...
Click to collapse
I think you're missing the whole point of what asking permission in this scenario is all about.
iggdawg said:
I think you're missing the whole point of what asking permission in this scenario is all about.
Click to expand...
Click to collapse
I did ask him in the first place but he totally disagree with it. What's wrong with using a ROM in the first place when it is meant to be shared among other peoples? Why are people getting selfish nowadays? Even if he spent 100 over hours with that ROM, whats wrong sharing a kernel? Not like he bought the whole CM10 down, so it should be shared among people.
RoxRedEye said:
What up with the link; I have to sign up for mediafire now??
Click to expand...
Click to collapse
I've accidentally added a X in it hence the link is not working. Try it now.
gtalum said:
I think you should remove mentions of the other dev in your OP.
Click to expand...
Click to collapse
Why? They helped me out in the first place. So I should thank them by putting their names in the thread.
simahu said:
Why? They helped me out in the first place. So I should thank them by putting their names in the thread.
Click to expand...
Click to collapse
I'm only thinking of one of the dev's in particular, not mentioned as thanks. I'm guessing he won't want to be associated with your ROM.
Friendly advice, take it or leave it.
simahu said:
I did ask him in the first place but he totally disagree with it. What's wrong with using a ROM in the first place when it is meant to be shared among other peoples? Why are people getting selfish nowadays? Even if he spent 100 over hours with that ROM, whats wrong sharing a kernel? Not like he bought the whole CM10 down, so it should be shared among people.
Click to expand...
Click to collapse
If you went and did it anyways, why did you ask in the first place?
It is being shared. You can get the source. If you don't know how to compile it, you should learn. Not steal. Instead you're getting upset at him not doing the work for you. kind of not cool. If you really want to push out your own ROMs so bad, learn how to do the legwork in the first place.
iggdawg said:
If you went and did it anyways, why did you ask in the first place?
It is being shared. You can get the source. If you don't know how to compile it, you should learn. Not steal. Instead you're getting upset at him not doing the work for you. kind of not cool. If you really want to push out your own ROMs so bad, learn how to do the legwork in the first place.
Click to expand...
Click to collapse
If you think it is very easy to do compiling of stuffs when you have a computer which has only 512mb of ram, not even reaching 1ghz single core, show me that you can do it. And if you think it is very easy everything from the basics, go try it yourself. If you can't even produce a ROM, don't come teach me what to do. I was rushing my work to show to everybody that the v1.9.2a update would work perfectly but indeed I had broken the rules by taking RandomBlame's kernel without permission. Till then if you can't produce a ROM, do not teach me what to do. I managed to get this phone , which was already like 2 years old from my family, and my whole family is not that rich. We can't even afford a 'normal' PC like most people had nowadays, and had to live our lives with mostly second hand stuffs. When I got this phone, I was totally shocked how the HTC Sense made the phone laggy for me, hence I went into modding my phone, trying to build Chinese Custom ROMs into this development forum, and seeing people able to appreciate my work makes me happy. Now my family is even having difficulties saving money up for my school fees that I have to pay.
So if your life is not like mine DO NOT TALK LIKE YOU ARE THE BOSS OF THE FORUM. -End Of Speech-
I know the SDK has AVD, but it's outdated and extremely slow. You can install custom roms on it but only older ones because its based on the yaffs2 filesystem and most current roms use EXT4. I had high hopes for bluestacks too but its locked down pretty tight and I don't see us being able to flash roms to it anytime soon. We have emulators for pretty much everything else, something like this shouldn't be too hard if we work at it. Dynamic recompilation seems to be the best way to go, but feel free to give input if you feel otherwise.
I guess our starting point should be here: http://fms.komkon.org/EMUL8/HOWTO.html
The man who wrote the guide above is some high-end developer that builds emulators for Android, but he seems to be pretty knowledgeable. He has an email you can contact him if you need help with a specific thing: [email protected].
As they come in, I'll list all the information regarding developments in this project in the post below.
Reserved
Reserved
Wow! Looks an excellent project for Devs
I have few questions
1. Will be there a possibility to define and emulate specific devices?
2. How ROMs are flashed, the emulator will have a recovery too?
3. How many of you are working on it?
varun.chitre15 said:
Wow! Looks an excellent project for Devs
I have few questions
1. Will be there a possibility to define and emulate specific devices?
2. How ROMs are flashed, the emulator will have a recovery too?
3. How many of you are working on it?
Click to expand...
Click to collapse
1.) One of the goals would be hardware and kernel emulation, I would imagine they could be set as variables where you could input your own kernel and we could make some predefined hardware options for you to choose from. It would be hard but I think it could be done.
2.) I don't exactly know, but seeing as that's how we already do it we could try. Early alphas would probably be more of a "kitchen" where your menu is in the terminal and you manually put your files in the respective folders.
3.) Just me at the moment, I haven't found anyone to help. I haven't really made too much progress either, right now I'm decompiling AVD to figure out how it runs.
If this works, it would be a lifesaver. I say we should PM you any predefined device settings we want, and have a drop down list that automatically sets it. And to emulate recovery I don't see happening like on our devices, but maybe some of the wipe features, and flashing over a current rom? Also anything you need for help I can do, just ask. I'm good at design, and UI, just can't create it myself. And can you possible make it cross platform? Because I switch between windows and Linux.
Sent from my NookTablet using xda app-developers app
evodev said:
If this works, it would be a lifesaver. I say we should PM you any predefined device settings we want, and have a drop down list that automatically sets it. And to emulate recovery I don't see happening like on our devices, but maybe some of the wipe features, and flashing over a current rom? Also anything you need for help I can do, just ask. I'm good at design, and UI, just can't create it myself. And can you possible make it cross platform? Because I switch between windows and Linux.
Sent from my NookTablet using xda app-developers app
Click to expand...
Click to collapse
I'm using Ubuntu 12.04 right now, so it's going to be Linux at first but once its stable enough the plan is to make it cross-platform. And I do need help, I need all the help I can get! Hence community project haha.
flapflip22 said:
I'm using Ubuntu 12.04 right now, so it's going to be Linux at first but once its stable enough the plan is to make it cross-platform. And I do need help, I need all the help I can get! Hence community project haha.
Click to expand...
Click to collapse
I can live with Linux at first. And I know, but I mean any help a non-coder can give. I will at least test it, and give some device specifics, but anything else that I can really do?
Sent from my NookTablet using xda app-developers app
evodev said:
I can live with Linux at first. And I know, but I mean any help a non-coder can give. I will at least test it, and give some device specifics, but anything else that I can really do?
Sent from my NookTablet using xda app-developers app
Click to expand...
Click to collapse
Either way, I appreciate the help! Ill PM you if I need a tester and you should pop in every once in awhile to see how things are coming along. I'm not going to lie, this is harder than I thought it was but it seems do-able the more I study AVD.
I'm thinking we might be able to change the filesystem on AVD to run EXT3/EXT4 and get it to run a little smoother and build it to run without eclipse, then modify it to fit our needs.
That's sound good. And anyone who would get the most use of it would be fine with a terminal based one right now, and you can work on a GUI later unless someone else helps you soon. I'll keep checking as this comes along, hopefully it won't take too long to get a preview working.
Sent from my NookTablet using xda app-developers app
I am too up for testing!
You can use Qt for GUI, its easy.
Its based on C++ and hence is very fast than other GUI libraries.
varun.chitre15 said:
I am too up for testing!
You can use Qt for GUI, its easy.
Its based on C++ and hence is very fast than other GUI libraries.
Click to expand...
Click to collapse
Any chance you would know how to use it and can help him?
Sent from my NookTablet using xda app-developers app
evodev said:
Any chance you would know how to use it and can help him?
Sent from my NookTablet using xda app-developers app
Click to expand...
Click to collapse
Yes I can
You can see my tool in my signature. It is based on Qt
varun.chitre15 said:
Yes I can
You can see my tool in my signature. It is based on Qt
Click to expand...
Click to collapse
That's good. And your sig isn't showing up in the tapatalk app.
Sent from my NookTablet using xda app-developers app
I feel pretty confident in this project, I'm going through Androids source code starting with 1.5
I've been thinking this over, it would be much easier to add EXT3 and EXT4 support to AVD and tweak it for speed. Im working on it now, ill try to get an early alpha out as soon as I can put it together.
flapflip22 said:
I've been thinking this over, it would be much easier to add EXT3 and EXT4 support to AVD and tweak it for speed. Im working on it now, ill try to get an early alpha out as soon as I can put it together.
Click to expand...
Click to collapse
Great
Do lemme know if you need any help with GUI
Originally Posted by flapflip22
I've been thinking this over, it would be much easier to add EXT3 and EXT4 support to AVD and tweak it for speed. Im working on it now, ill try to get an early alpha out as soon as I can put it together.
Click to expand...
Click to collapse
Great
Do lemme know if you need any help with GUI
Click to expand...
Click to collapse
Will do!
I'm not asking for an eta or anything, but have you got anything working yet, or still looking at the code? I really want to try this out soon.
Sent from my NookTablet using xda app-developers app
What is the status?
Can someone or has this been ported to the s3 yet? It would be pretty amazing.. http://forum.xda-developers.com/showthread.php?p=27873486
I would, but i haven't the slightest idea how to
Neverendingxsin said:
I would, but i haven't the slightest idea how to
Click to expand...
Click to collapse
From my understanding, you have to swap out the patches and it's specific to your device and ROM. I took a look at one of the patcher tools, but it was just a bunch of confusion to me until I can actually sit down and take a look without having to rush. Think you could take a look as well? Greatly appreciated :victory:
STVERDI said:
From my understanding, you have to swap out the patches and it's specific to your device and ROM. I took a look at one of the patcher tools, but it was just a bunch of confusion to me until I can actually sit down and take a look without having to rush. Think you could take a look as well? Greatly appreciated :victory:
Click to expand...
Click to collapse
Yeah ill take a look my issue is that for weeks now my laptop has been pissy and won't run java correctly >.<
Alright looks like im gonna need to get an extra desktop PC setup and running ubuntu definitely won't be happening tonight. Sadly my laptop just can't handle this stuff anymore.
Neverendingxsin said:
Yeah ill take a look my issue is that for weeks now my laptop has been pissy and won't run java correctly >.<
Alright looks like im gonna need to get an extra desktop PC setup and running ubuntu definitely won't be happening tonight. Sadly my laptop just can't handle this stuff anymore.
Click to expand...
Click to collapse
Well, let me know if you figure anything out when you get everything up and running. I'm definitely going to be sitting down tonight and looking into it, I'll report back if I find anything!
I just found this quote in the post; "For all who keep on asking your answers can be found in this thread just search. To use the patch you need your rom's source code then run the patch command on linux and patch your source add the resources and compile. There is no flash zip morphs or anything flash able because AOSP roms are not the same it will be hard to make a flash able zip for all and this is the development section if you don't know what to do then search, read and read some more instead of these consider requests that wouldn't happen. You have to do see stuff yourself something" ... so my question now is, where is the source code for LS RC5(seeing that you run it as well).
STVERDI said:
Well, let me know if you figure anything out when you get everything up and running. I'm definitely going to be sitting down tonight and looking into it, I'll report back if I find anything!
Click to expand...
Click to collapse
Hopefully i can get one setup this weekend, gotta convince my dad to let me setup everything on one of his desktop computers. I'd rather mess around with it using Ubuntu and not windows, but that's just personal preference
STVERDI said:
I just found this quote in the post; "For all who keep on asking your answers can be found in this thread just search. To use the patch you need your rom's source code then run the patch command on linux and patch your source add the resources and compile. There is no flash zip morphs or anything flash able because AOSP roms are not the same it will be hard to make a flash able zip for all and this is the development section if you don't know what to do then search, read and read some more instead of these consider requests that wouldn't happen. You have to do see stuff yourself something" ... so my question now is, where is the source code for LS RC5(seeing that you run it as well).
Click to expand...
Click to collapse
LS RC5 is based off of CM10, so it would be the cyanogen mod 10 source code, which is android 4.1.2 source
Neverendingxsin said:
Hopefully i can get one setup this weekend, gotta convince my dad to let me setup everything on one of his desktop computers. I'd rather mess around with it using Ubuntu and not windows, but that's just personal preference
LS RC5 is based off of CM10, so it would be the cyanogen mod 10 source code, which is android 4.1.2 source
Click to expand...
Click to collapse
Could you possibly give me a link on where to find that?
STVERDI said:
Could you possibly give me a link on where to find that?
Click to expand...
Click to collapse
This tutorial should help
http://forum.xda-developers.com/showthread.php?t=1762641
Wondering about root doesn't seem we are getting much development on our u11 life
twinnfamous said:
Wondering about root doesn't seem we are getting much development on our u11 life
Click to expand...
Click to collapse
Wondering the same thing or maybe it take time to get us root...it was easy to unlock bootloader for me no problem...but twrp is a no good on T-Mobile U Life[emoji22] as of right now for me anyway
Sent from my HTC U11 life using XDA-Developers Legacy app
The lack of releases at this time is probably related to this phone being less than ten days old.
iamxaq said:
The lack of releases at this time is probably related to this phone being less than ten days old.
Click to expand...
Click to collapse
Exactly haha. Not sure why people are jumping the gun on development for this phone already. My Moto g5 plus took longer than this from its initial release to get development going. And now that phone is very active in the community.
Anyway, point is, just give it some time like this guy said. The phone isn't exactly a flagship anyway. And the Android one version hasn't even been released here yet.
dpryor88 said:
Exactly haha. Not sure why people are jumping the gun on development for this phone already. My Moto g5 plus took longer than this from its initial release to get development going. And now that phone is very active in the community.
Anyway, point is, just give it some time like this guy said. The phone isn't exactly a flagship anyway. And the Android one version hasn't even been released here yet.
Click to expand...
Click to collapse
thanks for the comments. how long have you been in the developer scene with HTC. Also nobody is jumping the gun. We aren't allowed to go to devs and ask for eta's so I just made this thread so they may see and hopefully give some love to this phone. All I need is root and a recovery I can do the rest.
Look on the bright side, pixel 2 been out for a month. And even we are slow on development. You'll get root and probably a few roms, it will take time though.
Also the fact that bootloader is unlockable when phone cost less than $400 is kinda big deal
twinnfamous said:
thanks for the comments. how long have you been in the developer scene with HTC. Also nobody is jumping the gun. We aren't allowed to go to devs and ask for eta's so I just made this thread so they may see and hopefully give some love to this phone. All I need is root and a recovery I can do the rest.
Click to expand...
Click to collapse
I could ask you the same question. If you've been in it so long yourself, why don't you figure this problem out yourself? Hah.
dpryor88 said:
I could ask you the same question. If you've been in it so long yourself, why don't you figure this problem out yourself? Hah.
Click to expand...
Click to collapse
Very well put. I only usually get the flagship HTC phones but this time I chose this since it was T-Mobile specific. And I waited to long to get u11 so using this till next HTC flagship comes. I look forward to seeing you around.
HTC phones from my experience don't take too long to get root. They average about a month or so. Keep in mind my last HTC was the EVO LTE.
You don't need a custom recovery for root.
You can use Magisk to patch a stock boot.img for your device (for example, one found here) and flash the patched image via fastboot. Then you're rooted, and you didn't even need TWRP.
I won't be purchasing this device, so unfortunately I can't build a TWRP for it (that and I'm retiring in 8 posts). If someone else wants to pursue building it, I'm willing to offer minimal assistance.
Captain_Throwback said:
You don't need a custom recovery for root.
You can use Magisk to patch a stock boot.img for your device (for example, one found here and flash the patched image via fastboot. Then you're rooted, and you didn't even need TWRP.
I won't be purchasing this device, so unfortunately I can't build a TWRP for it (that and I'm retiring in 8 posts). If someone else wants to pursue building it, I'm willing to offer minimal assistance.
Click to expand...
Click to collapse
Thanks so much for the info. I'm on to something now. About building it what can I use as a pre-built kernel or will I have to wait for source to drop? Sorry for using your last posts to help us
twinnfamous said:
Thanks so much for the info. I'm on to something now. About building it what can I use as a pre-built kernel or will I have to wait for source to drop? Sorry for using your last posts to help us
Click to expand...
Click to collapse
There's a thread on xda about building TWRP. I've never built TWRP before, but I know about using build environments and whatnot. Google "how to build TWRP" I believe haha, as simple as it sounds it should come up in the top few results.
Anyway, I think you and I should help each other out here like you said. I'm using an older imac since I sold my old PC. It only has 4gb ram, but I'm going to install Ubuntu tomorrow on the Mac as a partition, and then hopefully I can get a build environment going quickly and start work.
What are you doing so far? Are you able to build too? Or maybe we can both research and bounce ideas off each other while I try it out. Whatever you prefer. Just PM me I guess.
dpryor88 said:
There's a thread on xda about building TWRP. I've never built TWRP before, but I know about using build environments and whatnot. Google "how to build TWRP" I believe haha, as simple as it sounds it should come up in the top few results.
Anyway, I think you and I should help each other out here like you said. I'm using an older imac since I sold my old PC. It only has 4gb ram, but I'm going to install Ubuntu tomorrow on the Mac as a partition, and then hopefully I can get a build environment going quickly and start work.
What are you doing so far? Are you able to build too? Or maybe we can both research and bounce ideas off each other while I try it out. Whatever you prefer. Just PM me I guess.
Click to expand...
Click to collapse
I can build I have a great machine and all ready downloaded the source. The only difference in building twrp for a new device is we have to make our own files from scratch. And it would be nice if we had an ruu to restore back from if things don't go well during testing. We can figure it out. Help is always good more people trying different things usually gets results faster.
twinnfamous said:
I can build I have a great machine and all ready downloaded the source. The only difference in building twrp for a new device is we have to make our own files from scratch. And it would be nice if we had an ruu to restore back from if things don't go well during testing. We can figure it out. Help is always good more people trying different things usually gets results faster.
Click to expand...
Click to collapse
I read somewhere about an emulator sorta program for testing your TWRP build without messing up your device.
twinnfamous said:
I can build I have a great machine and all ready downloaded the source. The only difference in building twrp for a new device is we have to make our own files from scratch. And it would be nice if we had an ruu to restore back from if things don't go well during testing. We can figure it out. Help is always good more people trying different things usually gets results faster.
Click to expand...
Click to collapse
Did you try that magisk rooting (without TWRP) method? I haven't tried it yet.
---------- Post added at 11:56 AM ---------- Previous post was at 11:50 AM ----------
Captain_Throwback said:
You don't need a custom recovery for root.
You can use Magisk to patch a stock boot.img for your device (for example, one found here) and flash the patched image via fastboot. Then you're rooted, and you didn't even need TWRP.
I won't be purchasing this device, so unfortunately I can't build a TWRP for it (that and I'm retiring in 8 posts). If someone else wants to pursue building it, I'm willing to offer minimal assistance.
Click to expand...
Click to collapse
Happen to know where there may be stock boot.img files for the Life that are free? I don't want to pay for a membership on that site you linked..
dpryor88 said:
Did you try that magisk rooting (without TWRP) method? I haven't tried it yet.
---------- Post added at 11:56 AM ---------- Previous post was at 11:50 AM ----------
Happen to know where there may be stock boot.img files for the Life that are free? I don't want to pay for a membership on that site you linked..
Click to expand...
Click to collapse
that's gonna be the hard part. Finding a boot.Img for T-Mobile version. There's no links to software anywhere that I've seen. We may be stuck waiting for an update just to get the files we need
twinnfamous said:
that's gonna be the hard part. Finding a boot.Img for T-Mobile version. There's no links to software anywhere that I've seen. We may be stuck waiting for an update just to get the files we need
Click to expand...
Click to collapse
Yeah I think we're at a road block right now
dpryor88 said:
Yeah I think we're at a road block right now
Click to expand...
Click to collapse
I'm not giving up I'm still gonna try whatever I can on my end.
Hopefully something good or I'll end up with a bricked device till ruu comes
I would love to eventually see a ROM that gives the T-Mobile variant a similar appeal as the Android One version. I bought the U11 Life as a backup to my Pixel 2 (and to benefit from T-Mobile's Carrier Freedom promo, as well) and I was very surprised as to how much I actually enjoyed using the phone!
Brought me back to the days when I had the One M7.
Just so everyone is aware...... Once you unlock your bootloader you can then go super CID, once you are super CID you can flash ANY GSM boot.img , so there is no roadblock on that end. The roadblock is no custom recovery, if we had a custom recovery then we are open to a world of wonders and amazement. So get to work......