Release MIUI ROM 2.2.17 [ICS] [NEXUS S]


Status
Not open for further replies.
logcats are very helpful, and actually required to fix most of these problems. Please post em.

Connect via ADB and simply do
Code:
logcat

or
Code:
logcat >> dump.txt

To dump to a text file, then retrieve that file. Upload to pastebin and post here.
 
I have problem with installing the zip file.I get (bad) error. i dont know what this is,
 
Can someone try this new Music.apk please:

http://miuiandroid.com/downloads/Music.apk

Please let me know if this works!

About the Music.apk crashes... i installed the original zip straight from miui.com and the player crashes there too. Solved the crashes by clearing the Music app data from settings->apps->all. Seems like the media scanner goes crazy when a new file is added to the sd card (tried by replacing a mp3 and/or adding a new one to the same result) and after that the music player just FCs all the time. Clear data and works... any clue ?
 
Tested a new build. Can't see any FC other than Updater, i am going to get this fixed today and get a new build uploaded for you all.

Music tested and working fine for me, flashed from 2.2.10 to 2.2.17 only wiped cache and flashed new ROM.

Can someone give me steps to replicate the Exchange and the Calendar Provider issue FC's please? I'm more than happy to get bugs fixed in the ROM if people are willing to provide good logs / feedback and not just 'It doesnt work, fix it'.

Thanks,

Mark
 
PS. Exchange issue appears to be a Bug so i will put something in the Bug section about this.
 
Calendar sync is working fine for me here. No FC's - did you clear Caches before flashing the new update i've released today?
 
I've no problems with the calendar. I connect to a company exchange server and it works fine - AFTER full wipe!!! (SQL DB problems in the log before wipe...)

Thanks for that info, maybe worth others giving it a try or just clearing the DATA / Cache for that application in manage applications via Settings? Worth a shot and thanks for the feedback.

Did the Updater FC also go away for you + Music FC?
 
everything is fine now except the Data Usage settings cause Settings to FC. This is the logcat that I could get:

Code:
I/ActivityManager( 160): Displayed com.android.settings/.Settings: +382ms
D/OpenGLRenderer( 692): Flushing caches (mode 0)
D/dalvikvm( 692): GC_EXPLICIT freed 10K, 6% free 28376K/30023K, paused 16ms+9ms
 
D/AudioHardware( 82): AudioHardware pcm playback is going to standby.
D/AudioHardware( 82): closePcmOut_l() mPcmOpenCnt: 1
I/ActivityManager( 160): START {act=android.intent.action.MAIN cmp=com.android.
settings/.SubSettings (has extras)} from pid 2019
D/AudioHardware( 82): AudioHardware pcm playback is exiting standby.
D/AudioHardware( 82): openPcmOut_l() mPcmOpenCnt: 0
D/dalvikvm( 160): GC_FOR_ALLOC freed 453K, 12% free 18936K/21383K, paused 105ms
 
D/dalvikvm( 2019): GC_CONCURRENT freed 529K, 6% free 10307K/10951K, paused 2ms+5
ms
D/dalvikvm( 2019): GC_FOR_ALLOC freed 399K, 8% free 10100K/10951K, paused 18ms
D/dalvikvm( 2019): GC_FOR_ALLOC freed 9K, 8% free 10126K/10951K, paused 17ms
I/dalvikvm-heap( 2019): Grow heap (frag case) to 9.958MB for 14524-byte allocati
on
D/dalvikvm( 2019): GC_FOR_ALLOC freed <1K, 8% free 10139K/11015K, paused 17ms
D/AndroidRuntime( 2019): Shutting down VM
W/dalvikvm( 2019): threadid=1: thread exiting with uncaught exception (group=0x4
0e401f8)
E/AndroidRuntime( 2019): FATAL EXCEPTION: main
E/AndroidRuntime( 2019): java.lang.RuntimeException: Unable to start activity Co
mponentInfo{com.android.settings/com.android.settings.SubSettings}: java.lang.In
dexOutOfBoundsException: setSpan (-1 ... 1) ends beyond length 0
E/AndroidRuntime( 2019): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:1959)
E/AndroidRuntime( 2019): at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:1984)
E/AndroidRuntime( 2019): at android.app.ActivityThread.access$600(Activit
yThread.java:125)
E/AndroidRuntime( 2019): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1149)
E/AndroidRuntime( 2019): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 2019): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 2019): at android.app.ActivityThread.main(ActivityThrea
d.java:4429)
E/AndroidRuntime( 2019): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 2019): at java.lang.reflect.Method.invoke(Method.java:5
11)
E/AndroidRuntime( 2019): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:784)
E/AndroidRuntime( 2019): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:551)
E/AndroidRuntime( 2019): at dalvik.system.NativeStart.main(Native Method)
 
E/AndroidRuntime( 2019): Caused by: java.lang.IndexOutOfBoundsException: setSpan
(-1 ... 1) ends beyond length 0
E/AndroidRuntime( 2019): at android.text.SpannableStringBuilder.checkRang
e(SpannableStringBuilder.java:945)
E/AndroidRuntime( 2019): at android.text.SpannableStringBuilder.setSpan(S
pannableStringBuilder.java:527)
E/AndroidRuntime( 2019): at android.text.SpannableStringBuilder.setSpan(S
pannableStringBuilder.java:520)
E/AndroidRuntime( 2019): at com.android.settings.widget.ChartDataUsageVie
w.a(ChartDataUsageView.java:652)
E/AndroidRuntime( 2019): at com.android.settings.widget.ChartDataUsageVie
w.b(ChartDataUsageView.java:41)
E/AndroidRuntime( 2019): at com.android.settings.widget.f.a(ChartDataUsag
eView.java:601)
E/AndroidRuntime( 2019): at com.android.settings.widget.n.a(InvertedChart
Axis.java:56)
E/AndroidRuntime( 2019): at com.android.settings.widget.ChartSweepView.bC
(ChartSweepView.java:280)
E/AndroidRuntime( 2019): at com.android.settings.widget.ChartSweepView.f(
ChartSweepView.java:353)
E/AndroidRuntime( 2019): at com.android.settings.widget.ChartDataUsageVie
w.c(ChartDataUsageView.java:183)
E/AndroidRuntime( 2019): at com.android.settings.DataUsageSummary.onCreat
eView(DataUsageSummary.java:347)
E/AndroidRuntime( 2019): at android.app.FragmentManagerImpl.moveToState(F
ragmentManager.java:828)
E/AndroidRuntime( 2019): at android.app.FragmentManagerImpl.moveToState(F
ragmentManager.java:1032)
E/AndroidRuntime( 2019): at android.app.BackStackRecord.run(BackStackReco
rd.java:622)
E/AndroidRuntime( 2019): at android.app.FragmentManagerImpl.execPendingAc
tions(FragmentManager.java:1382)
E/AndroidRuntime( 2019): at android.app.Activity.performStart(Activity.ja
va:4474)
E/AndroidRuntime( 2019): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:1932)
E/AndroidRuntime( 2019): ... 11 more
W/ActivityManager( 160): Force finishing activity com.android.settings/.SubSe
ttings
W/ActivityManager( 160): Force finishing activity com.android.settings/.Setti
ngs
W/ActivityManager( 160): Activity pause timeout for ActivityRecord{41c931a0 com
.android.settings/.SubSettings}
D/PhoneStatusBar( 397): disable: < expand icons alerts ticker system_info back
home recent clock >
D/AudioHardware( 82): AudioHardware pcm playback is going to standby.
D/AudioHardware( 82): closePcmOut_l() mPcmOpenCnt: 1
 
Status
Not open for further replies.