[Project] Stock Recovery With Custom Zip's. [Current: Cracking and Testing stage] - Motorola Atrix 2

Mods: If this is your type to sticky, please do it.
Hello, I've just hatched an Idea!!!
People (like me) may need to downgrade with a custom zip file. But motorola only signatures are allowed in recovery
This calls for cracking the CERT.RSA from the update.zip files that motorola has for us. Yes this is unpatchable because if this does get patched then motorola won't be able to use the recovery with their zips :laugh:.
So let's get cracking the rsa signature! The perl script that I took from hackspire to crack the rsa need's a high power cpu in order to get something done. The public exponent is 3 so this should be easy to crack
Here is the perl script:
Code:
#!/usr/bin/perl
use warnings;
use Math::BigInt try => 'GMP';
print "# Using Math::BigInt v",$Math::BigInt::VERSION,"\n";
$e = Math::BigInt->new('3');
my $n = Math::BigInt->new('0x00c4a2eb597d49c55dc5c43c73ca530a4ae24338ce55819bc436d3a55eb4a99b36f676927f2d360feec7761663d5997e18dec5a6fc4e7b6b01ec81e338fa905a21bb256e95e5edd34e6c25f295f1d258f5a907e1d6ce1715fad4c3233144559657c29d50204c00a1d182b3d4da2df8d93f3793c407ffdb866d8732a8a766b0e516c770e20ce305c3ec6bb1516622cf7a10fd2ec32066d5c13d896bcba18f411ae4263b26e00b180cccf0843c76f6af79ad3bf2e7f562661540a070afbb534d20ce2f2f3d986f858bc3ff76b298d4f87a86014aeff8bb50a9572eb299f2733c3b90b0b3f04e86695b40356cab8bd806a094a5bbc1791e10715a86ed4c11d8d7a51d');
$p = $n->copy();
$p->bsqrt();
$biggestp = length($p->as_bin())-2;
print "prime p is a ",$biggestp," bit number or less.\n";
$p = $p->brsft((gmtime(time))[2]);
if((gmtime(time))[2] > 0){$p = Math::BigInt->new('0b' . ('1' x ($biggestp-(gmtime(time))[2]))); }
print "p randomly starts shifted right by ",(gmtime(time))[2]," bits and bit filled.\n";
ITERATE:
$modtest = $n->copy();
if ($modtest->bmod($p)->is_zero()){
print "Great found p and q !!!!!\n";
print 'p= ',$p->as_hex(),"\n";
$q = $n->copy();
$q->bdiv($p);
print 'q= ',$q->as_hex(),"\n";
goto SECRETKEY;
}
DECREMENT:
$p->bdec();
goto DECREMENT unless $p->is_odd();
goto ITERATE;
SECRETKEY:
print "Calculating secret key d\n";
$PQ = $p->copy();
$PQ->bdec();
$r = $q->copy();
$r->bdec();
$PQ->bmul($r);
$d = $e->copy()->bmodinv($PQ);
print 'p= ',$p->as_hex(),"\n";
print 'q= ',$q->as_hex(),"\n";
print 'd= ',$d->as_hex(),"\n";
print 'n= ',$n->as_hex(),"\n";
print 'e= ',$e->as_hex(),"\n";
It works best under ubuntu because windows is slower at tasking than linux.
Also a processor with a lot of cores and Ghz will do.
If you find the p and q and d value PM me the values (I need to test them).
Good luck cracking
TCF38012

---Update---
Try this zip no need to sign or do anything.
http://dl.dropbox.com/u/89317637/android-dl/test-moto-cert.zip
http://dl.dropbox.com/u/89317637/android-dl/test.zip
I don't know which one works or not but try to flash them all.
---End Update---
The key is here
Idk if it works or not but it may.
Cheers!!!

Ummm been there done that. It does not work.
As I have asked before please PM one of the devs. We have already attempted so many things now, and you have rehashed several things we have tried.
I get that you want to help, that is great, so why not pm one of us and ask where best to jump in?
I am not trying to be a jerk, just saying we have worked on this phone for just about a year now, so... it hopefully would make sense that we have tried a lot, we are willing to work with others, but you gotta contact us. There are 6 or 7 devs and you can pm any one of us.

jimbridgman said:
Ummm been there done that. It does not work.
As I have asked before please PM one of the devs. We have already attempted so many things now, and you have rehashed several things we have tried.
I get that you want to help, that is great, so why not pm one of us and ask where best to jump in?
I am not trying to be a jerk, just saying we have worked on this phone for just about a year now, so... it hopefully would make sense that we have tried a lot, we are willing to work with others, but you gotta contact us. There are 6 or 7 devs and you can pm any one of us.
Click to expand...
Click to collapse
OK
who are the devs?

tcf38012 said:
OK
who are the devs?
Click to expand...
Click to collapse
Ok, the atrix2 dev team is:
myself
alteredlikeness
rdavisct
cogeary
lkrasner
farshad520hou
We look forward to speaking with you. You can only PM 5 users at once, so you can leave off farshad520hou, and we can include him later.
Thanks!

jimbridgman said:
Ummm been there done that. It does not work.
As I have asked before please PM one of the devs. We have already attempted so many things now, and you have rehashed several things we have tried.
I get that you want to help, that is great, so why not pm one of us and ask where best to jump in?
I am not trying to be a jerk, just saying we have worked on this phone for just about a year now, so... it hopefully would make sense that we have tried a lot, we are willing to work with others, but you gotta contact us. There are 6 or 7 devs and you can pm any one of us.
Click to expand...
Click to collapse
OK,
so I found out that you MUST have a public exponent of 3.
Did you use the -E option?

Ok,
Someone needs to try the key that I posted.
Cheers!!!

What would the benefits of this working be? I know it'll save people who are soft bricked and can't get to custom recovery, but is that all?
Sent from my MB865 running CM10

Tried flashing both zips in stock recovery, both say "E:signature verification failed"

Hate to say it but I am extremely cautious flashing unknown things at the risk of hardbricking without means of replacement..... I would think it is safe to say these are untested and we are the test subjects?????

hankbizzo5 said:
Hate to say it but I am extremely cautious flashing unknown things at the risk of hardbricking without means of replacement..... I would think it is safe to say these are untested and we are the test subjects?????
Click to expand...
Click to collapse
How I understand it: if you try to flash anything in stock recovery that doesn't have the correct key, it just won't flash. If it flashes then it means that the key is correct and we win. Correct me if i'm wrong.
I understand the risk, and I have a working spare Atrix 2 mainboard, so I'm not afraid to try until I brick one of them.

Genestealer said:
How I understand it: if you try to flash anything in stock recovery that doesn't have the correct key, it just won't flash. If it flashes then it means that the key is correct and we win. Correct me if i'm wrong.
I understand the risk, and I have a working spare Atrix 2 mainboard, so I'm not afraid to try until I brick one of them.
Click to expand...
Click to collapse
+1 on the second mainboard..... I am all for getting unsigned code running from stock recovery.....

Genestealer said:
Tried flashing both zips in stock recovery, both say "E:signature verification failed"
Click to expand...
Click to collapse
Thanks for testing it!
I'll try to think of something else.
People, Please help if you can :good:.

tcf38012 said:
Thanks for testing it!
I'll try to think of something else.
People, Please help if you can :good:.
Click to expand...
Click to collapse
I do like the Owned lol.....

hankbizzo5 said:
Hate to say it but I am extremely cautious flashing unknown things at the risk of hardbricking without means of replacement..... I would think it is safe to say these are untested and we are the test subjects?????
Click to expand...
Click to collapse
he did tell you it's in testing stage and you can choose to do or not. what's the point to blame him??
Sent from my ME865 using xda premium

socialx said:
he did tell you it's in testing stage and you can choose to do or not. what's the point to blame him??
Sent from my ME865 using xda premium
Click to expand...
Click to collapse
I am sure he wants to see some ownership in this, in that maybe he thought to test this himself first, instead of using you guys as test subjects before knowing what it might do. This is not the first time the OP has asked other people to test something that he has no idea what might happen, without at least trying it himself first.
Myself and the other devs in here all test our own stuff before even asking for volunteers, so we have some idea of how safe it is.
I personally have bricked my atrix 2 like 6 times, I am on my 7th phone now, and I am not at all afraid to call the att warranty department to get a replacement, and the rest of your dev team is the exact same way.
A great developer will/should know what he is asking people do (in other words have tested it himself first) before giving a "beta" or "alpha" of anything for others to test.
I am betting money that, that is what hankbizzo5 ment

Related

[Rom]Aceoid V1.1-"TBA"(BLur)

Aceoid
Change log 1.0
Added some apps-no warez
personal touch
not optimized
ready to go
1.1V
Blur
no wifi yet
no bt sorry working on will try bt from 1.6/1.5/2.0
Super user
terminal
other stuff 4 ya
As I was saying in the other thread, you have to sign your roms in order for them to be flashed on retail devices. Look up how to sign your rom so that you can share it with others. It is unflashable until it is signed with the testkeys. I know the theme development forum has a nice tutorial on how to sign your files.
Thanks...
What's WORKING/NOT WORKING? I'd appreciate a changelog so I know what I'm flashing...
persiansown said:
As I was saying in the other thread, you have to sign your roms in order for them to be flashed on retail devices. Look up how to sign your rom so that you can share it with others. It is unflashable until it is signed with the testkeys. I know the theme development forum has a nice tutorial on how to sign your files.
Click to expand...
Click to collapse
damn guys youcan manually sign it if you dont want to wait for me with this file
http://forum.xda-developers.com/showthread.php?t=471586
ill reupload the file later
I think it got locked because if you can't sign a ROM, they probably don't want you putting it out there for us to "test" and possibly brick our devices. Or, it contains warez, which is likely, and that is against XDA terms.
pjcforpres said:
I think it got locked because if you can't sign a ROM, they probably don't want you putting it out there for us to "test" and possibly brick our devices. Or, it contains warez, which is likely, and that is against XDA terms.
Click to expand...
Click to collapse
i reported the tread by mistake was making new one
So is the version posted in this thread a signed one?
I won't test if this is safe or not but I suggest you make sure you've done it right, if not do suspend the links untill you do,
12
nikhilv.13 said:
So is the version posted in this thread a signed one?
Click to expand...
Click to collapse
This ver is signed.
Im guessing no apps2sd or anything?
nick8197 said:
Im guessing no apps2sd or anything?
Click to expand...
Click to collapse
I second that, and nobody has flashed this yet lol? You forget to put apps in this zip or what, this is the same as what maxisma upped earlier today but without a app folder.
AustinKnight45 said:
I second that, and nobody has flashed this yet lol?
Click to expand...
Click to collapse
I am waiting for the chef to flash and report... might even wait for a couple other brave souls before I take a shot at this. No offense to the OP, but I just got my G1 not too long ago, and am not the ballsiest person in history.
The a2sd script is in it, i'm flashing this right now to see if it's active. Compcache seems to be here too.
vache said:
The a2sd script is in it, i'm flashing this right now to see if it's active. Compcache seems to be here too.
Click to expand...
Click to collapse
sweet bro keep us updated on how it works
I'm currently waiting for my G1 to reboot. I wiped my ext partition just in case, as well as a regular data wipe, so we'll see what happens. I've been sitting on the G1 screen for maybe 5 minutes now, we'll see where it goes
Ok I've held my tongue in other forums but I can't anymore, this ace guy has been going around the forum with good intentions by helping people but giving them false information, I and others have corrected him. But this! This goes to far, ace obviously doesn't know what he's is doing and he is the prime example of the noobness we don't need in these forums. He's obviously looking for attention or spotlight and wants to feel like he knows what he's doing. If I was a mod id close this thread immediately,
EDIT I appreciate your effort here but what is the point of setting your self up for a bashfest if you honestly know in your heart of hearts you don't know what you r doing, dude read around the forums learn something before you do something.
jmotyka said:
If I was a mod id close this thread immediately.
Click to expand...
Click to collapse
I second that there's not even any app's in the ZIP as in everything you want 2.0 for ya there not there from what I can tell by opening the zip.
AustinKnight45 said:
I second that there's not even any app's in the ZIP as in everything you want 2.0 for ya there not there from what I can tell by opening the zip.
Click to expand...
Click to collapse
I tried doing it but all I am is stuck at the g1 boot screen and I wiped so FAIL!
nick8197 said:
I tried doing it but all I am is stuck at the g1 boot screen and I wiped so FAIL!
Click to expand...
Click to collapse
Nandroid restore, did you do a backup before flashing this ?
AustinKnight45 said:
Nandroid restore, did you do a backup before flashing this ?
Click to expand...
Click to collapse
lol of course im back to the way it was before

[ROM][PORT]ParanoidAndroid F.F.S V1/CM10-Unofficial V1 [1/8/2012]

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-

[Q] Would downgrading from the ics soak #2 hard brick or soft brick?

Hello,
Iv'e got a question?
Would downgrading from the soak test hard-brick (white LED) or soft-brick it (fastboot)?
Thanks in advanced,
TCF38012
tcf38012 said:
Hello,
Iv'e got a question?
Would downgrading from the soak test hard-brick (white LED) or soft-brick it (fastboot)?
Thanks in advanced,
TCF38012
Click to expand...
Click to collapse
Currently, you cannot FXZ from the second leak(soak test image). You will hard-brick.
tcf38012 said:
Hello,
Iv'e got a question?
Would downgrading from the soak test hard-brick (white LED) or soft-brick it (fastboot)?
Thanks in advanced,
TCF38012
Click to expand...
Click to collapse
Soft brick, those that have done it, have softbricked with a modified fxz that alteredlikeness and I cooked up, but with any non modified fxz it will be a hard brick for sure.
The issues that we found that caused the hard brick were the CDT.bin and the CDROM files that caused several others to not load, and caused the soft brick, so if you want to look someplace, that is where I would start.
Again one last time Please, we could have handled this through a PM, no need to create ANOTHER new thread, since this really is a dev thing, and not an everyone thing. You have all our user ids and we will answer any direct questions you have, I understand that you may not like me, but there are others.
jimbridgman said:
Soft brick, those that have done it, have softbricked with a modified fxz that alteredlikeness and I cooked up, but with any non modified fxz it will be a hard brick for sure.
The issues that we found that caused the hard brick were the CDT.bin and the CDROM files that caused several others to not load, and caused the soft brick, so if you want to look someplace, that is where I would start.
Again one last time Please, we could have handled this through a PM, no need to create ANOTHER new thread, since this really is a dev thing, and not an everyone thing. You have all our user ids and we will answer any direct questions you have, I understand that you may not like me, but there are others.
Click to expand...
Click to collapse
What!?
I do like you, You are a gift sent by Jesus to this community!
How could anyone hate you?
tcf38012 said:
Hello,
Iv'e got a question?
Would downgrading from the soak test hard-brick (white LED) or soft-brick it (fastboot)?
Thanks in advanced,
TCF38012
Click to expand...
Click to collapse
Depends what you try to downgrade with...
I believe if you use the unmodified 2.3.5/2.3.6 fxz package you will hard brick (white led, no screen).
If you use the modified ones we have for ICS leak#1, you will soft brick (but, it's a pretty firm soft brick, stuck in fastboot). This seems to be true for ATT and HKTW.
That's understanding of it.
Sent from my phone's mind
EDIT: Lol.. what jim said. Didn't see his reply.
Awwww
Sent from my MB865 on rooted ICS leak
tcf38012 said:
What!?
I do like you, You are a gift sent by Jesus to this community!
How could anyone hate you?
Click to expand...
Click to collapse
You may have misunderstood. I was kind of being my normal self, in saying that since you did not PM me, with this I was slighted, and sort of joking around, a little...
jimbridgman said:
You may have misunderstood. I was kind of being my normal self, in saying that since you did not PM me, with this I was slighted, and sort of joking around, a little...
Click to expand...
Click to collapse
Oh OK.
And also, BTW can I join the atrix 2 dev-team?
I have some skill with android.
And plus I'll PM next time .
Cheers!!!
tcf38012 said:
Oh OK.
And also, BTW can I join the atrix 2 dev-team?
I have some skill with android.
And plus I'll PM next time .
Cheers!!!
Click to expand...
Click to collapse
I see by your signature, you're quite young. I'm not saying that as an insult or an implication of your limits of abilities, but as you've seen before, you need to go through the 'proper channels' around here so you will be much more well received. I understand you are being very ambitious, and that's great. However, please do just pace yourself and try not jumping the gun with your development. If you take your time, and spend some time collaborating with the established (and well respected) developers here, you will be better off in the long run. You can PM any one of the devs, or anyone else for that matter if you need help along your way. But, again, just focus on being a little less impetuous, and a lot more 'behind the curtain' -that way, when you put something out there to the community, it has been tested/modified/verified by the guys here who have dealt with this device from essentially day one of its release. This is just a suggestion, take it however you see fit...
Apex_Strider said:
I see by your signature, you're quite young. I'm not saying that as an insult or an implication of your limits of abilities, but as you've seen before, you need to go through the 'proper channels' around here so you will be much more well received. I understand you are being very ambitious, and that's great. However, please do just pace yourself and try not jumping the gun with your development. If you take your time, and spend some time collaborating with the established (and well respected) developers here, you will be better off in the long run. You can PM any one of the devs, or anyone else for that matter if you need help along your way. But, again, just focus on being a little less impetuous, and a lot more 'behind the curtain' -that way, when you put something out there to the community, it has been tested/modified/verified by the guys here who have dealt with this device from essentially day one of its release. This is just a suggestion, take it however you see fit...
Click to expand...
Click to collapse
I was thinking to join to be more behind the curtains and to be part of the developer community.
And I was just parsing some cdt tables and realized that the cdt.bin version needs to be higher in order to downgrade. It's all in the cdt table. So how did this Chinese user do it is the question we need answered in order to downgrade. Did he use the rsa signature from the other file or something?
tcf38012 said:
Oh OK.
And also, BTW can I join the atrix 2 dev-team?
I have some skill with android.
And plus I'll PM next time .
Cheers!!!
Click to expand...
Click to collapse
I just sent you a PM with information.
I think this question is relevant to this thread, so here goes: Jim has been gracious enough to attempt to fix my softbrick because it failed to flash CDT.bin and CDROM. However, I never flashed the second leak, only scv7leak2, and from there the CM10. It was my understanding that you could use a modified FXZ to get back from this, just not the official leak #2. Is this correct, or am I wasting the Jim's time?
I would've sent a PM on this, just figured if answered here it would help others.
redeyedjedi said:
I think this question is relevant to this thread, so here goes: Jim has been gracious enough to attempt to fix my softbrick because it failed to flash CDT.bin and CDROM. However, I never flashed the second leak, only scv7leak2, and from there the CM10. It was my understanding that you could use a modified FXZ to get back from this, just not the official leak #2. Is this correct, or am I wasting the Jim's time?
I would've sent a PM on this, just figured if answered here it would help others.
Click to expand...
Click to collapse
You are not wasting my or any of our time.
I am pretty sure we can learn something from it. I am also 99% sure I can get you your phone back in working condition.
It is good that you posted this here, and did not pm about it, since it is relevant.
I would really love to see an fxz cooked up for the leak #2. In softbrick state myself. Seen that it DOES go into fastboot...but wishes dont always come true lol.
Sent from my MB870 using xda premium
redeyedjedi said:
I think this question is relevant to this thread, so here goes: Jim has been gracious enough to attempt to fix my softbrick because it failed to flash CDT.bin and CDROM. However, I never flashed the second leak, only scv7leak2, and from there the CM10. It was my understanding that you could use a modified FXZ to get back from this, just not the official leak #2. Is this correct, or am I wasting the Jim's time?
I would've sent a PM on this, just figured if answered here it would help others.
Click to expand...
Click to collapse
I'm in this exact situation.. I was on leak #1, and the script failed to flash cdt.bin.. any idea?
Deivid_ said:
I'm in this exact situation.. I was on leak #1, and the script failed to flash cdt.bin.. any idea?
Click to expand...
Click to collapse
Flash through RSDlite, I tried the script over and over again and it did not work.
Sent from my MB865 using xda premium
thanks a lot it solved it! now i'm going to get ICS and then CM10

[Q] New here.. Desprately need help..

Hi.. I'm going to be as brief as I can..
I had to get my phone replaced because it got all "defective" on me.. No joke.. it wouldn't Charge, wouldn't call, txt, turn off, tried everything.
called tmobile they said that it was a known issue and that I would have to call samsung about the warrantee. Called Samsung "Call Tmobile"
called tmobile "can't help sorry". Took the phone into the store.. "oh you have the $7.99 insurance! call them" Called Insurance.. "It's not covered call Tmobile". called tmobile "call insurance". finally got someone to actually listen to me after about 6 hours of being on my husbands phone! Got tmobile to send me a replacement. It was the very same SGS4G that I have loved for years.. Then I turned it on... New Load Screen... Gingerbread... (I was on froyo 2.2 before and NEVER had a problem with anything until the phone went completely nuts)
So now my phone....
Can't Send txts without it being MMS
Bounces from 4G to Searching whenever it wants (most of the time it's in searching or just enough signal to make calls)
takes forever to download even the smallest apps..
Basically it's become a phone that I want nothing to do with..
So I talked to my dad knowing that he did alot of rooting stuff to his Droid
He told me "Root the Phone! Put the Rom you want on it and Make it work how you want it. Look up Xda-developers" <-- for a solution it didn't seem to get better than that!
That was my Headache.... Now for my Problem..
As I was reading through tons of stuff on here I saw that there was Slim ICS.. then I saw the "Not Working" section..
then there were different programs that are needed to install different things...
not to mention that I don't want to over work my processor which is a 1Ghz processor
As for a Modem... no clue which to pick... I just need a better connection altogether..
Could You please let me know which things run the best together..
Which programs do I need to root, install etc.. these things
and I'm soo confused right now it's not even funny.. My dads droid was soo easy for him to root and change that he's confused at the process that the SGS4G needs..
Any advice or help at all would be amazing!
I will be eternally grateful for any help at all!
Please feel free to laugh at my situation.. I know I am..
This all started as a desperate cry for something better than what my phone has become.. although I think that this whole thing is going to become one big funny story lol
First of all, you need to root your phone, then we'll talk after that. Go read the how to root thread in this forum. It is an easy process. Read this http://forum.xda-developers.com/showthread.php?t=1375517
Sent from my SGH-T959V using xda premium
gizmoscoop said:
First of all, you need to root your phone, then we'll talk after that. Go read the how to root thread in this forum. It is an easy process. Read this http://forum.xda-developers.com/showthread.php?t=1375517
Sent from my SGH-T959V using xda premium
Click to expand...
Click to collapse
One Slight problem with rooting it lol... from all of the info I'm getting here on the site it says I need to download something to root it...
I would really love to get all of the stuff needed so that once I root I can just get the whole process done with.
My dad is also on thephone with me right now.. yes at 3:35am lol..
He's trying to help me look through Roms and help me pick the best one. However he doesn't know much about my phone because he's with verizon...
What I need to know is what stuff works best together.. You know, the least amount of bugs and problems. I want to know from someone more experienced than ether me or my dad because We have been looking at this stuff for almost 10 hours... o_0 and it's not getting any less confusing lol.
Thank you
Serenity
Read this http://forum.xda-developers.com/showthread.php?t=, it has all the download links.
Sent from my SGH-T959V using xda premium
Follow the guides to root your phone. Then start looking at roms.
Most likely you'll want to start out with a GB rom and move around from there, you still have to root it to install those.
Sent from my SGH-T999 using xda premium
vopezy said:
Follow the guides to root your phone. Then start looking at roms.
Most likely you'll want to start out with a GB rom and move around from there, you still have to root it to install those.
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
I already have GB... that's what is messing me up badly.. I don't want to have GB anymore.
gizmoscoop said:
Read this http://forum.xda-developers.com/showthread.php?t=, it has all the download links.
Sent from my SGH-T959V using xda premium
Click to expand...
Click to collapse
so the link told me..... "No thread specified. If you followed a valid link, please notify the administrator"
as far as the first link.. there are different programs to root your phone with... which one works the best.
The first one that you sent me to which is the One-Click thingy... sounded great at first! However I also have to download some C ++ thingy and something else before I could even use the program to root the phone..
Honestly a good program would be 1 program to root, one program to install. That kinda thing..
not 1 program to root... wait before you root install these 2 programs then stand on your head and download program 3... i mean honestly that kind of multi program stuff makes me wonder where the "Take this survey to unlock your download" screen is gonna be... lol
What would be the fun if you just clicked a button and everything worked.. Clearly something happened to your phone and you paid good money for it to work the first time. Luckily all this is free.
Sent from my SGH-T999 using xda premium
vopezy said:
What would be the fun if you just clicked a button and everything worked.. Clearly something happened to your phone and you paid good money for it to work the first time. Luckily all this is free.
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
I hear that lol... although it took my phone 2 1/2 years to mess up lol.. but yes this is free.. and very very very confusing... but free lol
The least confusing way to do this is a heimdall one-click. Yes, you gotta have Java and the c++ runtime for windows installed but the links are provided right in the first post of the thread.
http://forum.xda-developers.com/showthread.php?t=1358498
Starting from stock gb if you wanna go to ics download Eollie's one-click in the second post.
Now you should have the correct recovery to get to ics.
Currently the most functional ics rom I think is aokp which has auto-brightness working right out of the box.
http://forum.xda-developers.com/showthread.php?t=1733097
A few things here and there aren't quite working on any ics rom:
Wifi calling
Tv out
...can't think of more now but those are probably most notable.
All you gotta do is follow instructions on the links I just posted. That's as easy as it gets. Really.
O. I forgot, to get into download mode turn off phone, hold volume up and down, plug phone into pc.
To get into recovery turn off phone, hold volume up and down, hold the power button until the second screen comes up, keep holding volume buttons. Recovery will come up.
You should also understand that as great as ICS is, you sacrifice some battery life over GB. There are so many great ROM's for this phone, you just need to see which works best for you. Check out this link... All of the information you need regarding ROM's, kernels, modems, etc. can be found here.
http://http://forum.xda-developers.com/showthread.php?t=1464066
Wait! This thead again?! Yay! Like we haven't answered it already about a thousand time.
Serenity8525 if you haven't bricked your device because you were linked to advanced level posts. Click on the purple link in my signature. In that thread there is a guide linked by lumin30 called fresh out of the box now what? Read that thread. Yes it is long and might take a while to get through, but once you are done and did not rush through you should be comfortable enough to use the one click linked in my signature.
For the others that have attempted to help. Remember in the future lumin30's guide should always be linked to new people. It is very detailed and noob friendly.
Dude you gotta get that stickied
TwitchyEye said:
Dude you gotta get that stickied
Click to expand...
Click to collapse
Report it and ask to have it stickied. I believe lumin30 stated once he didn't like having those posts stickied because people ignore the stickies. /shrug
Plus if you want to help people its best to know what all is available and easiest for a complete noob.
eollie said:
Report it and ask to have it stickied. I believe lumin30 stated once he didn't like having those posts stickied because people ignore the stickies. /shrug
Plus if you want to help people its best to know what all is available and easiest for a complete noob.
Click to expand...
Click to collapse
eollie said:
Serenity8525 if you haven't bricked your device because you were linked to advanced level posts. Click on the purple link in my signature. In that thread there is a guide linked by lumin30 called fresh out of the box now what? Read that thread. Yes it is long and might take a while to get through, but once you are done and did not rush through you should be comfortable enough to use the one click linked in my signature.
For the others that have attempted to help. Remember in the future lumin30's guide should always be linked to new people. It is very detailed and noob friendly.
Click to expand...
Click to collapse
chrisbo4 said:
You should also understand that as great as ICS is, you sacrifice some battery life over GB. There are so many great ROM's for this phone, you just need to see which works best for you. Check out this link... All of the information you need regarding ROM's, kernels, modems, etc. can be found here.
http://http://forum.xda-developers.com/showthread.php?t=1464066
Click to expand...
Click to collapse
Ok so I would like to say thanks for everyones help... No the device isn't bricked because I haven't even rooted yet.. I want to get all the info all the things that I will need, understand the process then start the process of "NOT Bricking my phone" lol...
I don't think that it's possible to sacrifice some battery when my phone only stays alive for 20-30 minutes... the GB update messed the phone up soo bad it's not even funny... if I was still on Froyo I wouldn't have any desire to Root or change the OS.
As far as that link.... it's not usable... it's listed there 2 times back to back. I did however shorten it until it worked and thank you
Just I do know how to get into DL and Recovery mode I have had to do this a million times over when on the phone with Tmobile trying to trouble shoot the issues that have come up since i got the replacement phone with GB. I can not begin to count the number of factory resets this phone has on it...
Serenity8525 said:
If I was still on Froyo I wouldn't have any desire to Root or change the OS.
Click to expand...
Click to collapse
Heh, I said that about going to GB, then going to ICS. Now I dread when I have to run GB to see how things worked "back then" when doing dev work.
The good news is that with the one-click-back-to-stock packages now available, along with a good backup utility like Titanium Backup Pro, it is a lot easier that it once was. I won't say it's "fool proof" as there are many people who are foolish enough not to read current threads about how to flash and upgrade an SGS4G, or foolish enough to flash a ROM, kernel, or "tweak" that isn't intended for the SGS4G or the Android version they are running.
Serenity8525 if you know how to get into DL mode download the one click in the purple link it will get you onto stock plus root with custom recovery. Then from there follow the directions in the ICS thread you want to flash. Just make sure it is from this forum and not the sister phones. As long as you follow the directions you will be hard pressed to brick the phone.
Like jeffsf stated once you get on a working form of either ics or gb you will wonder how you ever dealt with froyo. I suggest however to flash a different rom once you get the one click in my sig flashed. And just for safety's sake flash it twice and the second time click the flash bootloaders box.
eollie said:
Serenity8525 if you know how to get into DL mode download the one click in the purple link it will get you onto stock plus root with custom recovery. Then from there follow the directions in the ICS thread you want to flash. Just make sure it is from this forum and not the sister phones. As long as you follow the directions you will be hard pressed to brick the phone.
Like jeffsf stated once you get on a working form of either ics or gb you will wonder how you ever dealt with froyo. I suggest however to flash a different rom once you get the one click in my sig flashed. And just for safety's sake flash it twice and the second time click the flash bootloaders box.
Click to expand...
Click to collapse
sounds like a plan... although i know it will ultimately come down to personal preferences but is there a specific setup that works best?
setup as in...
Rom
Modem
Kernel
etc...?
honestly thats what the main question was. Yea I gave background and what not. Yes I asked what program was easiest to use. People have answered those. However what people didnt answer was the setup variations that work well together.
I mean after all the rooting and rom gets installed and im still on GBis there a combo i can use to get my signal going again? Right now if I want to make a call I have to use wifi calling... since that isnt working in ICS... I dont want to get ICS and not be able to make anycalls. I have a tower about 2-3 miles away from me and never have signal. If rooting the phone doesnt fix the signal what would i need to change to get it working?
so I'm gonna start out simple..
Root with GB cause from what I can tell WIFI calling still works on a GB Rooted phone.
I'm guessing that just rooting my phone and staying with GB will mean that better Kernels and modems will not be compatible?
If that's true then my signal will still be nothing..
but with
ICS
I will need ether wifi calling to work or upgrade the Kernel or Modem... so...
I need setup ideas
GB rooted
Kernel?
Modem?
etc...
and just to play it safe if you guys could help with the ICS setup too
ICS rooted (I think the post was about AOPK?... which has the most stuff working. so that will be the one I would use)
Kernel?
Modem?
etc...
Again Thank you everyone who has been helping me
eollie said:
Serenity8525 if you know how to get into DL mode download the one click in the purple link it will get you onto stock plus root with custom recovery. Then from there follow the directions in the ICS thread you want to flash. Just make sure it is from this forum and not the sister phones. As long as you follow the directions you will be hard pressed to brick the phone.
Like jeffsf stated once you get on a working form of either ics or gb you will wonder how you ever dealt with froyo. I suggest however to flash a different rom once you get the one click in my sig flashed. And just for safety's sake flash it twice and the second time click the flash bootloaders box.
Click to expand...
Click to collapse
So looking further into the Roms... went to..
http://forum.xda-developers.com/showthread.php?t=1733097
They gave me a quite a bit of info but they also had other links there like the feature list and what not... anyways I eventually ended up here...
http://rootzwiki.com/topic/28279-aokp-galaxys4gmtd-july-08-milestone-6/
not quite sure what to do cause one place says to install one way and the other talks about gapp... don't know what gapp is lol

Trash please. Thanks.

THIS IS HIGHLY EXPERIMENTAL AND I'M ALMOST SURE IT WON'T BOOT! BUT I CAN'T TEST IT, AND NEED A TESTER TO CONFIRM IF IT WORKS OR NOT!
PLEASE NANDROID, PLEASE NANDROID, PLEASE NANDROID. Backup your nandroid on your computer, Dropbox. Have Heimdall and ODIN ready cause this is almost 90% likely to cause a bootloop. Hey, I'm trying though, and we need to start somewhere since I don't have the phone.
Flash as normal.
Download :
Does not boot...I'll try again give me time.
TheLastSidekick said:
THIS IS HIGHLY EXPERIMENTAL AND I'M ALMOST SURE IT WON'T BOOT! BUT I CAN'T TEST IT, AND NEED A TESTER TO CONFIRM IF IT WORKS OR NOT!
PLEASE NANDROID, PLEASE NANDROID, PLEASE NANDROID. Backup your nandroid on your computer, Dropbox. Have Heimdall and ODIN ready cause this is almost 90% likely to cause a bootloop. Hey, I'm trying though, and we need to start somewhere since I don't have the phone.
Flash as normal.
Download :
http://d-h.st/hFT
Click to expand...
Click to collapse
I have a tester sidekick 4g ill give it a whirl right now
Downloaded...will test
Sent from my SGH-T839 using xda app-developers app
TheLastSidekick said:
THIS IS HIGHLY EXPERIMENTAL AND I'M ALMOST SURE IT WON'T BOOT! BUT I CAN'T TEST IT, AND NEED A TESTER TO CONFIRM IF IT WORKS OR NOT!
PLEASE NANDROID, PLEASE NANDROID, PLEASE NANDROID. Backup your nandroid on your computer, Dropbox. Have Heimdall and ODIN ready cause this is almost 90% likely to cause a bootloop. Hey, I'm trying though, and we need to start somewhere since I don't have the phone.
Flash as normal.
Download :
http://d-h.st/hFT
Click to expand...
Click to collapse
it does not boot i can alrady tell you that for sure i would change the title from BETA (as beta suggests u had a working ALPHA you should label it ALPHA just a word of advice on the title i see u used the script from glorius overdose to flash this ? is this rom based on G O or is it an ASOP ?
atadres said:
it does not boot i can alrady tell you that for sure i would change the title from BETA (as beta suggests u had a working ALPHA you should label it ALPHA just a word of advice on the title i see u used the script from glorius overdose to flash this ? is this rom based on G O or is it an ASOP ?
Click to expand...
Click to collapse
AOSP. I was trying a method of porting that didn't work like it was documented. Thanks anyways.
Sent from my SGH-T999 using Tapatalk 2
Thanks for the effort! Mind if I download this and see what I can come up with?
RicAndroid said:
Thanks for the effort! Mind if I download this and see what I can come up with?
Click to expand...
Click to collapse
Too highly flawed. I'd recommend starting from scratch.
Sent from my SGH-T999 using Tapatalk 2
TheLastSidekick said:
Too highly flawed. I'd recommend starting from scratch.
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
Hey, man. Just thought you should know that out of curiosity, I took the firmware folder from the Epic 4G CM 6.2 rom and cooked it into my Epic SK4G rom.
No issues so far. I know it may be no big deal but I wanted to share that. Maybe bhundven can take a look at the kernel?
EDIT: It is no big deal.... it's just Froyo 2.2.1. Forget it. Goddammit.
Sent from my SGH-T839 using xda app-developers app
TLS What device motorola bravo...?
Enviado desde mi SGH-T989 usando Tapatalk 2
Lol. You don't have the skill set to port CM to any device. Stop giving sk4g users false hope. Your worse then reactives epic fail of a cm6 ROM. Lulz.
Exit_Only said:
Lol. You don't have the skill set to port CM to any device. Stop giving sk4g users false hope. Your worse then reactives epic fail of a cm6 ROM. Lulz.
Click to expand...
Click to collapse
At least he's trying, unlike you who has nothing better to do than to laugh at things that are obviously a WIP. "LULZ I R GUNNA LAFF @ U CUZ U CNT DO WUT I WUNT U 2 DO!"
Either congratulate him on his attempt, shut up, or try it yourself. This is why people leave XDA, because of kids like you. Grow a pair or a brain, whichever comes easier.
SammaelAkuma said:
At least he's trying, unlike you who has nothing better to do than to laugh at things that are obviously a WIP. "LULZ I R GUNNA LAFF @ U CUZ U CNT DO WUT I WUNT U 2 DO!"
Either congratulate him on his attempt, shut up, or try it yourself. This is why people leave XDA, because of kids like you. Grow a pair or a brain, whichever comes easier.
Click to expand...
Click to collapse
I would have kept my mouth shut if he fixed the op. Either [PORT][WIP] CM6 for the sidekick 4G or even [PORT][PRE-ALPHA] CM6 for the sidekick 4G. BETA is reserved for working ROMs/PORTS. This was obviously an epic fail.
He's also stated before he does not know how to modify kernels. In order to port cm6 you will need some kernel hacking skillz.
Exit_Only said:
I would have kept my mouth shut if he fixed the op. Either [PORT][WIP] CM6 for the sidekick 4G or even [PORT][PRE-ALPHA] CM6 for the sidekick 4G. BETA is reserved for working ROMs/PORTS. This was obviously an epic fail.
He's also stated before he does not know how to modify kernels. In order to port cm6 you will need some kernel hacking skillz.
Click to expand...
Click to collapse
He also said this form of porting was documented to work, which it didn't in this particular case. And if you've forgotten, he can't test it. His SK4G is with bhundven. So, he couldn't have known that it was pre-alpha material.
SammaelAkuma said:
He also said this form of porting was documented to work, which it didn't in this particular case. And if you've forgotten, he can't test it. His SK4G is with bhundven. So, he couldn't have known that it was pre-alpha material.
Click to expand...
Click to collapse
What ever happened to bhudven? He's had the device for well over 5+ months already.
Exit_Only said:
What ever happened to bhudven? He's had the device for well over 5+ months already.
Click to expand...
Click to collapse
Life happened. He's got some personal affairs to deal with atm. He's made quite a bit of progress. Nothing bootable as far as I know, but every little baby step helps.
SammaelAkuma said:
Life happened. He's got some personal affairs to deal with atm. He's made quite a bit of progress. Nothing bootable as far as I know, but every little baby step helps.
Click to expand...
Click to collapse
I'm pretty sure it took a month or less to boot CM6 on the SK4G, bootable.
Not +5 months.
Reviewers said:
I'm pretty sure it took a month or less to boot CM6 on the SK4G, bootable.
Not +5 months.
Click to expand...
Click to collapse
Exactly my point I was trying to make.
That all depends on what he had to go through those last 5+ months. Assuming everything was peachy, yes, a month is feasible. But say, you had court battles and other stuff to worry about, do you think you could throw something workable together in a month? Doubt it. And if you say you can, prove it. Otherwise, you're full of yourself. I'm not gonna try myself, because like I have said before, i've only done small stuff and I know my own limitations. But by all means, go ahead and ridicule someone who is making a conscious effort and not just sitting back and waiting for someone else to do the work.
Btw, Happy Holidays/Merry Christmas to the both of you, despite your overinflated egos.
What 5+ month are you talking about? Phone was sent to Bhundven at the beginning of october, so it's 3-, not 5+. And yes, life's more important than ROMs.
Exit_Only said:
Lol. You don't have the skill set to port CM to any device. Stop giving sk4g users false hope. Your worse then reactives epic fail of a cm6 ROM. Lulz.
Click to expand...
Click to collapse
Lol yeah I may not have the ability to port yet. But at least I'm trying, what are you doing?
Sent from my SGH-T999 using Tapatalk 2

Categories

Resources