[ROM] MIUI Jellybean 3.1.11 for Sony Xperia Ray

albuah

Senior Member
Aug 31, 2010
690
98
0
why at first boot always need to unlock pin? i don't set a password for my sim anyway :s
i can't complete the first registration because of that :(

CM9/CM10 fix

edit Build.prop to fix sim pin bug

keyguard.no_require_sim=true

to

keyguard.no_require_sim=false
btw, coming from 2.9.21 ICS, this jelly bean one are much smooth...i fell in love again :D
 
Last edited:
  • Like
Reactions: RNPW

albuah

Senior Member
Aug 31, 2010
690
98
0
hi albuah,

changed the build.prop and also did a complete new setup

did not help :(

Regards

RNPW
Hurm, seems not working for me when first reboot, 2nd reboot no sim lock. But after a while the rom brcame slow and alot of fc...hurm guess i'm waiting for jelly bean stable out, for now back to miui ics... :(

Sent from my Xperia Ray using xda app-developers app
 

thetrisatria

Senior Member
Dec 31, 2010
372
269
0
http://thetrisatria.com
thetrisatria.com
Hurm, seems not working for me when first reboot, 2nd reboot no sim lock. But after a while the rom brcame slow and alot of fc...hurm guess i'm waiting for jelly bean stable out, for now back to miui ics... :(

Sent from my Xperia Ray using xda app-developers app
afaik, cyanogenmod doesn't support PIN SIM LOCK. therefore, the value of keyguard.no_require_sim must be set into "true" value.
for slow performance and some FC problems, please reboot.
 

albuah

Senior Member
Aug 31, 2010
690
98
0
bug of cm i guess, hope we'll fix it in next release.

for this moment, just dismiss the pin request.
i can comfirm this is cm bug, as im using cm9/10/aokp before. but after put 'false' , it go away :D ....anyway will tune to this rom till it stable enough to use like ics one :D

keep up the good work , insyaAllah :D
 

anielkumar

Senior Member
May 31, 2012
89
15
0
OTG Not working

Can some one please Check, Whether MIUI Jelly Bean 2.9.21 ROM with provided FX Kernel Support OTG or not ? Because I need to mount USB Flash Drive. Shall I need other Kernel ! if yes Which one for Xperia Ray.

AnilK
 

RNPW

Member
Apr 24, 2012
49
4
28
Munich
Quote:
Originally Posted by RNPW
any news on this?
i have a lot of work at my office.
so shame, i can't hold my words :'(
no problem mate

we all have a lot of work to do and android modding does not bring anything to eat on the table :)

it would be great if you can deliver a language pack the next days or if you have a tut how to port one on my own :D

i like to see my error codes in german :D
 
Last edited:

thetrisatria

Senior Member
Dec 31, 2010
372
269
0
http://thetrisatria.com
thetrisatria.com
no problem mate

we all have a lot of work to do and android modding does not bring anything to eat on the table :)

it would be great if you can deliver a language pack the next days or if you have a tut how to port one on my own :D

i like to see my error codes in german :D
miuiandroid.com has released language pack, try to flash miuiandroid_lang_crespo-2.9.21.zip

OR follow this guide if you fail or want the hard way:

download miuiandroid_lang_crespo-2.9.21.zip from miuiandroid.com
(1) then open the zip, there will be 3 folders inside /system/. compare between these folders and my ROM.
(2) replace /app, /framework, /media with the contents inside those 3 folders.
(3) ok, then pack them into zip and test it. see if there any errors! use ddms / logcat to see if there anything wrong.
(4) if everything OK, we need need to modify framework-res.apk and Settings.apk to: fix tether, add LED setting.
(5) decompile framework-res.apk, go to /res/value/arrays.xml, find these lines
Code:
    <string-array name="config_tether_usb_regexs">
        <item>[B][COLOR="red"]usb0[/COLOR][/B]</item>
    </string-array>
    <string-array name="config_tether_wifi_regexs">
        <item>[B][COLOR="red"]wlan0[/COLOR][/B]</item>
the red items are the right values, if you have different values, you have to modify them.
(6) recompile it, and put back in your package's /system/framework/
(7) next, decompile Settings.apk then open /res/value/bools.xml to find these lines
Code:
    <bool name="has_multi_touch">[B][COLOR="red"]true[/COLOR][/B]</bool>
    <bool name="has_led">[B][COLOR="Red"]true[/COLOR][/B]</bool>
the red items are the right values, if you have different values, you have to modify them.
(8) recompile it, and put back in your package's /system/app/
(9) repack the zip again and flash, see what happen next in logcat
(10) you should have multilanguage now

just lemme know if there anything else i can help

best regards,
satria
 
Last edited: