[ROM] Manual/working port of PARANOID ANDROID 1.97a

How's this rom working for YOU

  • Red lens defy - works great

    Votes: 3 50.0%
  • Red lens defy - booted but slow/unstable

    Votes: 0 0.0%
  • Red lens defy - won't boot

    Votes: 0 0.0%
  • Green lens defy - works great

    Votes: 2 33.3%
  • Green lens defy - booted but slow/unstable

    Votes: 0 0.0%
  • Green lens defy - won't boot

    Votes: 1 16.7%

  • Total voters
    6

t0n0n

Senior Member
Dec 26, 2010
115
12
0
Valinhos
Ypu need to have adb setup on your computer first for this to work.....
i have used it before
make sure phone is off
type adb logcat like i said before then
plug in your defy via usb then switch it on...
I'm doing it, tried even with CM10, my CNA port(The other ROM I need to debug).

My ADB setup is normal, I need it to develop apps. After booting up adb logcat gets on fire, but nothing before it D:
 

hackergnome

Senior Member
Apr 21, 2011
2,610
869
0
Mumbai
Originally Posted by nogoodusername<br />
dude goto bootmenu-boot-adb enable<br />
press 2nd-init<br />
and logcat...<br />
<br />
Sent from my MB526 using xda premium
<br />
<br />
Or like quarx said, use quick system info...<br />
<br />
Enviado desde mi MB525 usando Tapatalk 2
really bro?
we need logs b4 system boots!

Sent from my MB526 using xda premium

---------- Post added at 09:09 AM ---------- Previous post was at 09:05 AM ----------

How do I get the adbd server running before the phone boots?? I'm trying to get the output with Eclipse, but it doesn't show anything. Or does the adbds start after a while and the ROM isn't even getting to that??



from terminal on linux or command line windows you must have adb setup first on your computer
type adb logcat
then plug in your phone into pc
and turn it on ....
don't we need to enable adb from bootmenu?

Sent from my MB526 using xda premium
 

Kayant

Senior Member
Jul 14, 2011
1,861
4,149
143
really bro?
we need logs b4 system boots!

Sent from my MB526 using xda premium

---------- Post added at 09:09 AM ---------- Previous post was at 09:05 AM ----------








don't we need to enable adb from bootmenu?

Sent from my MB526 using xda premium
hahahaha yh that's it I completely forgot about that.... I hadn't had a defy for so long now
completely forgot.....
 

idoavni99

Senior Member
Jan 23, 2012
90
20
0
Tel-Aviv
UPDATE: It appears that while this ROM is working for folks with red lens Defys, those with green are reporting boot loops so be warned that you may or may not have luck with this.

UPDATE 2: Dropbox has killed my public folder so if anybody else wants this ROM, I'll need an alternate host. Suggestions?
Try Dev host.it's much better and faster than dropbox. or try mediafire.
 

dew.man

Senior Member
Nov 26, 2006
634
196
63
White Lake
couple updates

First of all, I want to thank those of you that have jumped in here to try and help - much appreciated!

Moving right along, I was playing with the framework last night and stumbled on to something that may help with the bootlooping issue.

I've slightly revised the rom and have uploaded it to mediafire (OP updated) for anybody that wants to try it again.

Also, I cannot stress enough how important it is to wipe cache AND dalvik before trying to boot. Failure to do so WILL result in a bootloop.

Looking forward to more feedback...
 

ro_explorer

Senior Member
Dec 3, 2010
1,547
676
143
Stockholm
MB525 - SoC (green I think): The rom is running smooth apparently (I only have it for couple of hours so this is just a first look).
What is not working - autobrightness apparently is setting my brightness to 100% always. It will simply ignore the light in the ambient.
Also, the autobrightness advanced controls are gone.
 

ro_explorer

Senior Member
Dec 3, 2010
1,547
676
143
Stockholm
Autobrightness yes
compass:no because is based on 12/08 quarx
Prox.sensor:yes
Hardware acc.=yes
Proximity sensor is always working OK or it missfires time to time ? (like having to use the patch to wake up the screen after the call).
The last question was for Hardware decoders not acceleration.
 

brajesh.sharma87

Senior Member
Jan 27, 2011
2,081
2,836
203
Kolkata
Yes. I will send you a PM with the details when I get back to my dev box. For now, off the top of my head, search for "brightness" in arrays.xml
If you are talking about this

Code:
<integer-array name="config_autoBrightnessButtonBacklightValues">
        <item>32</item>
        <item>48</item>
        <item>96</item>
        <item>0</item>
        <item>0</item>
        <item>0</item>
    </integer-array>
then, I should mention this is the first fix I ever done when I first got PA to boot on defy. :p and I can still make it to work on ICS version.

The prolbem is as I said earlier, even after changing these values, I am not being able to make it work. There must be some silly thing which I maybe ignoring. Lets see if I can dig deeper this weekend. ;)
 

dew.man

Senior Member
Nov 26, 2006
634
196
63
White Lake
If you are talking about this

Code:
<integer-array name="config_autoBrightnessButtonBacklightValues">
        <item>32</item>
        <item>48</item>
        <item>96</item>
        <item>0</item>
        <item>0</item>
        <item>0</item>
    </integer-array>
then, I should mention this is the first fix I ever done when I first got PA to boot on defy. :p and I can still make it to work on ICS version.

The prolbem is as I said earlier, even after changing these values, I am not being able to make it work. There must be some silly thing which I maybe ignoring. Lets see if I can dig deeper this weekend. ;)
Have you tried reducing the number of "slots" to be the same as in the source CM10 rom (I don't remember if it was 4 or 5)? Also, make sure that the entries there correspond/are synchronized with the rest of the brightness settings by slot.
 
  • Like
Reactions: SuperSkill

dew.man

Senior Member
Nov 26, 2006
634
196
63
White Lake
After using the rom for a few days myself, it's been very stable/usable for me. Obviously not as smooth as a Galaxy Nexus, but definitely usable. With the exception of the GPS issue (can't lock) everything else has been working for me - bluetooth, usb sharing, auto brightness, hw acc, etc.

I've update the OP with a slightly newer version that includes some brightness level tweaks and a variation of the framework that should boot for both red and green lens defy's.

I've also added a poll to try and see if anybody besides me is actually using this. If I get feedback and people are actually using it, I'll try to make some more time to further tweak it. If not, then I'll just move on :p

And again, thank to those of you that have come on here to help others that've been having trouble. Your efforts and wealth of knowledge are what make XDA such a great community...