MIUI v5 4.4.4 Bugs fixes - Samsung Galaxy S II Plus

Greetings to all! I ported the firmware MIUI v5 based on cm11 m9 for I9105, but there are bugs in the firmware and should be corrected. I need help for that would fix bugs. Now it is impossible to fix Call Recording.
Log when you press Record:
Code:
D/AudioPolicyManagerBase( 152): getInput() inputSource 4, samplingRate 8000, format 1, channelMask 10, acoustics 0
W/AudioPolicyManagerBase( 152): getInput() could not find profile for device 80000040, samplingRate 8000, format 1,channelMask c000
E/AudioRecord( 715): Could not get audio input for record source 4
E/AudioRecord-JNI( 715): Error creating AudioRecord instance: initialization check failed.
E/android.media.AudioRecord( 715): Error code -20 when initializing native AudioRecord object.
V/Mp3Recorder( 715): Apply new AudioRecord
V/Mp3Recorder( 715): Mp3Recorder prepared
D/MiuiPhone:MiuiCallRecorder( 715): stopRecording(3)
E/MiuiPhone:MiuiCallRecorder( 715): Error when stop call recording
E/MiuiPhone:MiuiCallRecorder( 715): java.lang.NullPointerException
E/MiuiPhone:MiuiCallRecorder( 715): at miui.media.Mp3Recorder.stop(Mp3Recorder.java:321)
E/MiuiPhone:MiuiCallRecorder( 715): at com.android.phone.MiuiCallRecorder.stopCallRecord(MiuiCallRecorder.java:139)
E/MiuiPhone:MiuiCallRecorder( 715): at com.android.phone.MiuiCallRecorder.startCallRecord(MiuiCallRecorder.java:120)
E/MiuiPhone:MiuiCallRecorder( 715): at com.android.phone.MiuiCallNotifier.startCallRecord(MiuiCallNotifier.java:288)
E/MiuiPhone:MiuiCallRecorder( 715): at com.android.phone.MiuiInCallScreen.handleOnscreenButtonClick(MiuiInCallScreen.java:267)
E/MiuiPhone:MiuiCallRecorder( 715): at com.android.phone.MiuiInCallTouchUi.onClick(MiuiInCallTouchUi.java:342)
E/MiuiPhone:MiuiCallRecorder( 715): at android.view.View.performClick(View.java:4445)
E/MiuiPhone:MiuiCallRecorder( 715): at android.widget.CompoundButton.performClick(CompoundButton.java:100)
E/MiuiPhone:MiuiCallRecorder( 715): at android.view.View$PerformClick.run(View.java:18446)
E/MiuiPhone:MiuiCallRecorder( 715): at android.os.Handler.handleCallback(Handler.java:733)
E/MiuiPhone:MiuiCallRecorder( 715): at android.os.Handler.dispatchMessage(Handler.java:95)
E/MiuiPhone:MiuiCallRecorder( 715): at android.os.Looper.loop(Looper.java:136)
E/MiuiPhone:MiuiCallRecorder( 715): at android.app.ActivityThread.main(ActivityThread.java:5139)
E/MiuiPhone:MiuiCallRecorder( 715): at java.lang.reflect.Method.invokeNative(Native Method)
E/MiuiPhone:MiuiCallRecorder( 715): at java.lang.reflect.Method.invoke(Method.java:515)
E/MiuiPhone:MiuiCallRecorder( 715): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/MiuiPhone:MiuiCallRecorder( 715): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/MiuiPhone:MiuiCallRecorder( 715): at dalvik.system.NativeStart.main(Native Method)
V/Mp3Recorder( 715): AudioRecord released
V/Mp3Recorder( 715): Mp3Recorder released

GHsR said:
Greetings to all! I ported the firmware MIUI v5 based on cm11 m9 for I9105, but there are bugs in the firmware and should be corrected. I need help for that would fix bugs. Now it is impossible to fix Call Recording.
Log when you press Record:
Code:
D/AudioPolicyManagerBase( 152): getInput() inputSource 4, samplingRate 8000, format 1, channelMask 10, acoustics 0
W/AudioPolicyManagerBase( 152): getInput() could not find profile for device 80000040, samplingRate 8000, format 1,channelMask c000
E/AudioRecord( 715): Could not get audio input for record source 4
E/AudioRecord-JNI( 715): Error creating AudioRecord instance: initialization check failed.
E/android.media.AudioRecord( 715): Error code -20 when initializing native AudioRecord object.
V/Mp3Recorder( 715): Apply new AudioRecord
V/Mp3Recorder( 715): Mp3Recorder prepared
D/MiuiPhone:MiuiCallRecorder( 715): stopRecording(3)
E/MiuiPhone:MiuiCallRecorder( 715): Error when stop call recording
E/MiuiPhone:MiuiCallRecorder( 715): java.lang.NullPointerException
E/MiuiPhone:MiuiCallRecorder( 715): at miui.media.Mp3Recorder.stop(Mp3Recorder.java:321)
E/MiuiPhone:MiuiCallRecorder( 715): at com.android.phone.MiuiCallRecorder.stopCallRecord(MiuiCallRecorder.java:139)
E/MiuiPhone:MiuiCallRecorder( 715): at com.android.phone.MiuiCallRecorder.startCallRecord(MiuiCallRecorder.java:120)
E/MiuiPhone:MiuiCallRecorder( 715): at com.android.phone.MiuiCallNotifier.startCallRecord(MiuiCallNotifier.java:288)
E/MiuiPhone:MiuiCallRecorder( 715): at com.android.phone.MiuiInCallScreen.handleOnscreenButtonClick(MiuiInCallScreen.java:267)
E/MiuiPhone:MiuiCallRecorder( 715): at com.android.phone.MiuiInCallTouchUi.onClick(MiuiInCallTouchUi.java:342)
E/MiuiPhone:MiuiCallRecorder( 715): at android.view.View.performClick(View.java:4445)
E/MiuiPhone:MiuiCallRecorder( 715): at android.widget.CompoundButton.performClick(CompoundButton.java:100)
E/MiuiPhone:MiuiCallRecorder( 715): at android.view.View$PerformClick.run(View.java:18446)
E/MiuiPhone:MiuiCallRecorder( 715): at android.os.Handler.handleCallback(Handler.java:733)
E/MiuiPhone:MiuiCallRecorder( 715): at android.os.Handler.dispatchMessage(Handler.java:95)
E/MiuiPhone:MiuiCallRecorder( 715): at android.os.Looper.loop(Looper.java:136)
E/MiuiPhone:MiuiCallRecorder( 715): at android.app.ActivityThread.main(ActivityThread.java:5139)
E/MiuiPhone:MiuiCallRecorder( 715): at java.lang.reflect.Method.invokeNative(Native Method)
E/MiuiPhone:MiuiCallRecorder( 715): at java.lang.reflect.Method.invoke(Method.java:515)
E/MiuiPhone:MiuiCallRecorder( 715): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/MiuiPhone:MiuiCallRecorder( 715): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/MiuiPhone:MiuiCallRecorder( 715): at dalvik.system.NativeStart.main(Native Method)
V/Mp3Recorder( 715): AudioRecord released
V/Mp3Recorder( 715): Mp3Recorder released
Click to expand...
Click to collapse
Call recording isn't even working on CM.

LuK1337 said:
Call recording isn't even working on CM.
Click to expand...
Click to collapse
Thank you, I have not tested this on cm.

Found a patch to record a conversation with a line for the kernel.
code.google.com/p/2-way-call-recording/wiki/BuildKernelForMSM7227
code.google.com/p/2-way-call-recording/source/browse/patches/vocpcm.s
Who can check it?

GHsR said:
Found a patch to record a conversation with a line for the kernel.
code.google.com/p/2-way-call-recording/wiki/BuildKernelForMSM7227
code.google.com/p/2-way-call-recording/source/browse/patches/vocpcm.s
Who can check it?
Click to expand...
Click to collapse
it's for MSM7227, we have BCM processor.

Make the build posdible for s2vep too mate, thanks
OrdinaryNoob

LuK1337 said:
it's for MSM7227, we have BCM processor.
Click to expand...
Click to collapse
I have not found this patch for BCM
SH1M4BD3 said:
Make the build posdible for s2vep too mate, thanks
Click to expand...
Click to collapse
Soon will create build for I9105P from patchrom

Test version of MIUI v5 4.4.4 for I9105P
https://yadi.sk/d/W3bqwY_wbEHVB
Does not work:
1. Compass
2 Activation of SIM card services xiaomi
3 Bugs in miui browser
4. Call Recording
Nfc not tested

GHsR said:
Test version of MIUI v5 4.4.4 for I9105P
https://yadi.sk/d/W3bqwY_wbEHVB
Does not work:
1. Compass
2 Activation of SIM card services xiaomi
3 Bugs in miui browser
4. Call Recording
Nfc not tested
Click to expand...
Click to collapse
does it work on 4.2.2
or just 4.1.2 ???

ehsan.gdrzi said:
does it work on 4.2.2
or just 4.1.2 ???
Click to expand...
Click to collapse
it work on 4.2.2

S2vep??trully works without need to flash s2ve recovery???
OrdinaryNoob

Here some reviews : works great okay Music improved,Equalizer works..worth to flash..great job mate keep it up..miui6
OrdinaryNoob

SH1M4BD3 said:
S2vep??trully works without need to flash s2ve recovery???
Click to expand...
Click to collapse
works on s2vep recovery

I cannot to fix these bugs:
1. Not working compass, do not move when you turn on gps nothing changes.
This log when start compass:
Code:
W/khrn_fmem_pool( 759): [client_flush] client 542c5fd0 flush 8 current 14
W/khrn_fmem_pool( 759): [client_flush] client 542c5fd0 flush 9 current 15
W/khrn_fmem_pool( 759): [client_flush] client 542c5fd0 flush 10 current 0
W/khrn_fmem_pool( 759): [client_flush] client 542c5fd0 flush 11 current 1
I/Timeline( 759): Timeline: Activity_launch_request id:com.miui.compass time:258324
I/ActivityManager( 506): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.miui.compass/.CompassActivity bnds=[59,505][149,595]} from pid 759
I/NotifierManager( 759): onUnregister: [email protected]
I/NotifierManager( 759): onUnregister: [email protected]
I/RenderThread( 759): RenderThread paused, waiting for signal
V/Zygote ( 3520): Switching descriptor 37 to /dev/null
V/Zygote ( 3520): Switching descriptor 9 to /dev/null
I/ActivityManager( 506): Start proc com.miui.compass for activity com.miui.compass/.CompassActivity: pid=3520 uid=10040 gids={50040, 3003}
I/brcm-gr ( 506): [gralloc_lock]: new usage 0x933
D/dalvikvm( 3520): Trying to load lib /data/data/com.lbe.security.miui/app_hips/liblbeclient.so 0x4192acc8
D/dalvikvm( 3520): Added shared lib /data/data/com.lbe.security.miui/app_hips/liblbeclient.so 0x4192acc8
D/PhoneStatusBar( 595): disable: < expand icons alerts ticker system_info back home recent clock >
V/PhoneStatusBar( 595): setLightsOn(true)
D/ActivityThread( 3520): handleBindApplication:com.miui.compass
D/ActivityThread( 3520): setTargetHeapUtilization:0.25
D/ActivityThread( 3520): setTargetHeapMinFree:524288
D/libEGL ( 3520): loaded /vendor/lib/egl/libGLES_vc4.so
D/ ( 3520): GPU monitor inactive - could not find libgpumonitor.so [undefined symbol: glWaitSyncOES] or not enabled (debug.egl.hw.gpumonitor = 0)
W/khrn_client( 3520): init_window num_buffers 3 min undequeued buffers 1
W/khrn_client( 3520): init_window window 0x5087c8c0, 480x800 hintTransform 0x0 do_pre 1
D/OpenGLRenderer( 3520): Enabling debug mode 0
I/ActivityManager( 506): Displayed com.miui.compass/.CompassActivity: +816ms
I/Timeline( 506): Timeline: Activity_windows_visible id: ActivityRecord{420c8418 u0 com.miui.compass/.CompassActivity t2} time:259183
I/Timeline( 3520): Timeline: Activity_idle id: [email protected] time:259236
2. Bug in the browser. After loading the page when you scroll the page is not loaded if Scroll up and down that content that has been first page disappears, there is a blank page.

Uploaded MIUI patchrom for Galaxy SII Plus on github:
patchrom_s2ve https://github.com/ghsr/patchrom_s2ve
patchrom_s2vep https://github.com/ghsr/patchrom_s2vep

GHsR said:
Uploaded MIUI patchrom for Galaxy SII Plus on github:
patchrom_s2ve https://github.com/ghsr/patchrom_s2ve
patchrom_s2vep https://github.com/ghsr/patchrom_s2vep
Click to expand...
Click to collapse
what is patchroom???

ehsan.gdrzi said:
what is patchroom???
Click to expand...
Click to collapse
patchrom need for build miui v5 kitkat from micode sources

Can you or miui does support ART in KK builds of their own oem
OrdinaryNoob

@GHsR check your PM
OrdinaryNoob

Any update??
OrdinaryNoob

Related

[Q] ICS - BOOT FAILURE starting Input Manager Service

This is about the 3rd or 4th time my phone has had a meltdown. It seems to reboot at some point while I am not using it and then not get through the startup sequence. There are errors with SQlLite and I usually resort to making a factory reset to get it running again.
This has only happened under ICS.
Any ideas?
***********************************************
F/SystemServer( 1760): BOOT FAILURE starting Input Manager Service
F/SystemServer( 1760): java.lang.RuntimeException: Unable to get provider com.android.providers.settings.SettingsProvider: ndroid.database.sqlite.SQLiteCantOpenDatabaseException: unable to open datab
ase file
F/SystemServer( 1760): at android.app.ActivityThread.installProvider(ActivityThread.java:4240)
F/SystemServer( 1760): at android.app.ActivityThread.acquireProvider(ActivityThread.java:4035)
F/SystemServer( 1760): at android.app.ContextImpl$ApplicationContentResolver.acquireProvider(Contex
tImpl.java:1612)
F/SystemServer( 1760): at android.content.ContentResolver.acquireProvider(ContentResolver.java:949)
F/SystemServer( 1760): at android.provider.Settings$NameValueCache.getString(Settings.java:701)
F/SystemServer( 1760): at android.provider.Settings$Secure.getString(Settings.java:2211)
F/SystemServer( 1760): at com.android.server.InputMethodManagerService.buildInputMethodListLocked(I
nputMethodManagerService.java:2002)
F/SystemServer( 1760): at com.android.server.InputMethodManagerService.<init>(InputMethodManagerService.java:569)
F/SystemServer( 1760): at com.android.server.ServerThread.run(SystemServer.java:267)
F/SystemServer( 1760): Caused by: android.database.sqlite.SQLiteCantOpenDatabaseException: unable to open database file
F/SystemServer( 1760): at android.database.sqlite.SQLiteDatabase.native_setLocale(Native Method)
F/SystemServer( 1760): at android.database.sqlite.SQLiteDatabase.setLocale(SQLiteDatabase.java:2074)
F/SystemServer( 1760): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1014)
F/SystemServer( 1760): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:986)
F/SystemServer( 1760): at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:241)
F/SystemServer( 1760): at com.android.providers.settings.SettingsProvider.query(SettingsProvider.java:398)
F/SystemServer( 1760): at com.android.providers.settings.SettingsProvider.ensureAndroidIdIsSet(SettingsProvider.java:317)
F/SystemServer( 1760): at com.android.providers.settings.SettingsProvider.onCreate(SettingsProvider.java:256)
F/SystemServer( 1760): at android.content.ContentProvider.attachInfo(ContentProvider.java:944)
F/SystemServer( 1760): at android.app.ActivityThread.installProvider(ActivityThread.java:4237)
F/SystemServer( 1760): ... 8 more
F/SystemServer( 1760): BOOT FAILURE making display ready
F/SystemServer( 1760): java.lang.NullPointerException
F/SystemServer( 1760): at com.android.server.ServerThread.run(SystemServer.java:283)
I/SystemServer( 1760): Accessibility Manager
W/SystemServer( 1760): ***********************************************
Still crashing
This is still a problem and a right pain.
Is it possible that the memory is somehow corrupt?
And database corruption
I/SqliteDatabaseCpp(20432): sqlite returned: error code = 11, msg = database corruption at line 4672
6 of [8609a15dfa], db=/data/data/com.android.providers.downloads/databases/downloads.db
I/SqliteDatabaseCpp(20432): sqlite returned: error code = 11, msg = database corruption at line 4676
4 of [8609a15dfa], db=/data/data/com.android.providers.downloads/databases/downloads.db
I/SqliteDatabaseCpp(20432): sqlite returned: error code = 11, msg = statement aborts at 4: [SELECT _
data FROM downloads] , db=/data/data/com.android.providers.downloads/databases/downloads.db
E/DefaultDatabaseErrorHandler(20432): Corruption reported by sqlite on database: /data/data/com.andr
oid.providers.downloads/databases/downloads.db
I/SqliteDatabaseCpp(20432): sqlite returned: error code = 14, msg = cannot open file at line 26525 o
f [8609a15dfa], db=/data/data/com.android.providers.downloads/databases/downloads.db
E/DefaultDatabaseErrorHandler(20432): deleting the database file: /data/data/com.android.providers.d
ownloads/databases/downloads.db
W/dalvikvm(20432): threadid=10: thread exiting with uncaught exception (group=0x40a441f8)
I/SqliteDatabaseCpp(20432): sqlite returned: error code = 14, msg = os_unix.c: open() at line 26525
- "" errno=30 path=/data/data/com.android.providers.media/databases/external.db-shm, db=/data/data/c
om.android.providers.downloads/databases/downloads.db
I/SqliteDatabaseCpp(20432): sqlite returned: error code = 14, msg = unable to open database file, db
=/data/data/com.android.providers.downloads/databases/downloads.db
E/SqliteDatabaseCpp(20432): CREATE TABLE android_metadata failed
E/AndroidRuntime(20432): FATAL EXCEPTION: Thread-1169
E/AndroidRuntime(20432): android.database.sqlite.SQLiteDatabaseCorruptException: database disk image
is malformed
E/AndroidRuntime(20432): at android.database.sqlite.SQLiteQuery.nativeFillWindow(Native Metho
d)
E/AndroidRuntime(20432): at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:8
6)
E/AndroidRuntime(20432): at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java
:164)
E/AndroidRuntime(20432): at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:1
56)
E/AndroidRuntime(20432): at android.content.ContentResolver.query(ContentResolver.java:317)
E/AndroidRuntime(20432): at com.android.providers.downloads.StorageManager.removeSpuriousFile
s(StorageManager.java:378)
E/AndroidRuntime(20432): at com.android.providers.downloads.StorageManager.access$000(Storage
Manager.java:43)
E/AndroidRuntime(20432): at com.android.providers.downloads.StorageManager$1.run(StorageManag
er.java:121)
E/SQLiteDatabase(20432): Failed to open the database. closing it.
E/SQLiteDatabase(20432): android.database.sqlite.SQLiteCantOpenDatabaseException: unable to open dat
abase file
E/SQLiteDatabase(20432): at android.database.sqlite.SQLiteDatabase.native_setLocale(Native Me
thod)
E/SQLiteDatabase(20432): at android.database.sqlite.SQLiteDatabase.setLocale(SQLiteDatabase.j
ava:2074)
E/SQLiteDatabase(20432): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabas
e.java:1014)
E/SQLiteDatabase(20432): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabas
e.java:986)
E/SQLiteDatabase(20432): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLit
eDatabase.java:1051)
E/SQLiteDatabase(20432): at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:770
)
E/SQLiteDatabase(20432): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLi
teOpenHelper.java:157)
E/SQLiteDatabase(20432): at com.android.providers.media.MediaProvider$DatabaseHelper.getWrita
bleDatabase(MediaProvider.java:323)
E/SQLiteDatabase(20432): at com.android.providers.media.MediaProvider.attachVolume(MediaProvi
der.java:4401)
E/SQLiteDatabase(20432): at com.android.providers.media.MediaProvider.onCreate(MediaProvider.
java:516)
E/SQLiteDatabase(20432): at android.content.ContentProvider.attachInfo(ContentProvider.java:9
44)
E/SQLiteDatabase(20432): at android.app.ActivityThread.installProvider(ActivityThread.java:42
37)
E/SQLiteDatabase(20432): at android.app.ActivityThread.installContentProviders(ActivityThread
.java:3992)
E/SQLiteDatabase(20432): at android.app.ActivityThread.handleBindApplication(ActivityThread.j
ava:3946)
E/SQLiteDatabase(20432): at android.app.ActivityThread.access$1300(ActivityThread.java:123)
E/SQLiteDatabase(20432): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:11
85)
E/SQLiteDatabase(20432): at android.os.Handler.dispatchMessage(Handler.java:99)
E/SQLiteDatabase(20432): at android.os.Looper.loop(Looper.java:137)
E/SQLiteDatabase(20432): at android.app.ActivityThread.main(ActivityThread.java:4424)
E/SQLiteDatabase(20432): at java.lang.reflect.Method.invokeNative(Native Method)
E/SQLiteDatabase(20432): at java.lang.reflect.Method.invoke(Method.java:511)
E/SQLiteDatabase(20432): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(Zygote
Init.java:784)
E/SQLiteDatabase(20432): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/SQLiteDatabase(20432): at dalvik.system.NativeStart.main(Native Method)
E/MediaProvider(20432): failed to open database external.db
E/MediaProvider(20432): android.database.sqlite.SQLiteCantOpenDatabaseException: unable to open data
base file
E/MediaProvider(20432): at android.database.sqlite.SQLiteDatabase.native_setLocale(Native Me
thod)
E/MediaProvider(20432): at android.database.sqlite.SQLiteDatabase.setLocale(SQLiteDatabase.j
ava:2074)
E/MediaProvider(20432): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabas
e.java:1014)
E/MediaProvider(20432): at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabas
e.java:986)
E/MediaProvider(20432): at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLit
eDatabase.java:1051)
E/MediaProvider(20432): at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:770
)
E/MediaProvider(20432): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLi
teOpenHelper.java:157)
E/MediaProvider(20432): at com.android.providers.media.MediaProvider$DatabaseHelper.getWrita
bleDatabase(MediaProvider.java:323)
E/MediaProvider(20432): at com.android.providers.media.MediaProvider.attachVolume(MediaProvi
der.java:4401)
E/MediaProvider(20432): at com.android.providers.media.MediaProvider.onCreate(MediaProvider.
java:516)
E/MediaProvider(20432): at android.content.ContentProvider.attachInfo(ContentProvider.java:9
44)
E/MediaProvider(20432): at android.app.ActivityThread.installProvider(ActivityThread.java:42
37)
E/MediaProvider(20432): at android.app.ActivityThread.installContentProviders(ActivityThread
.java:3992)
E/MediaProvider(20432): at android.app.ActivityThread.handleBindApplication(ActivityThread.j
ava:3946)
E/MediaProvider(20432): at android.app.ActivityThread.access$1300(ActivityThread.java:123)
E/MediaProvider(20432): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:11
85)
E/MediaProvider(20432): at android.os.Handler.dispatchMessage(Handler.java:99)
E/MediaProvider(20432): at android.os.Looper.loop(Looper.java:137)
E/MediaProvider(20432): at android.app.ActivityThread.main(ActivityThread.java:4424)
E/MediaProvider(20432): at java.lang.reflect.Method.invokeNative(Native Method)
E/MediaProvider(20432): at java.lang.reflect.Method.invoke(Method.java:511)
E/MediaProvider(20432): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(Zygote
Init.java:784)
E/MediaProvider(20432): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
E/MediaProvider(20432): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 150): Process android.process.media has crashed too many times: killing!
I/ActivityManager( 150): Killing proc 20432:android.process.media/10012: crash
I/ActivityManager( 150): Kill com.android.vending (pid 20391): provider com.android.providers.downl
oads.DownloadProvider in dying process android.process.media
W/ActivityManager( 150): Unable to launch app com.android.providers.downloads/10012 for provider do
wnloads: launching app became null
W/ActivityManager( 150): Unable to launch app com.android.providers.downloads/10012 for provider do
wnloads: launching app became null
E/DropBoxManagerService( 150): Can't write: system_app_crash
E/DropBoxManagerService( 150): java.io.FileNotFoundException: /data/system/dropbox/drop1309.tmp: op
en failed: EROFS (Read-only file system)
E/DropBoxManagerService( 150): at libcore.io.IoBridge.open(IoBridge.java:406)
E/DropBoxManagerService( 150): at java.io.FileOutputStream.<init>(FileOutputStream.java:88)
E/DropBoxManagerService( 150): at java.io.FileOutputStream.<init>(FileOutputStream.java:73)
E/DropBoxManagerService( 150): at com.android.server.DropBoxManagerService.add(DropBoxManag
erService.java:193)
E/DropBoxManagerService( 150): at android.os.DropBoxManager.addText(DropBoxManager.java:272
)
E/DropBoxManagerService( 150): at com.android.server.am.ActivityManagerService$11.run(Activ
ityManagerService.java:7630)
E/DropBoxManagerService( 150): Caused by: libcore.io.ErrnoException: open failed: EROFS (Read-only
file system)
E/DropBoxManagerService( 150): at libcore.io.Posix.open(Native Method)
E/DropBoxManagerService( 150): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
E/DropBoxManagerService( 150): at libcore.io.IoBridge.open(IoBridge.java:390)
I suggest either flash the rom again, flash another one, or if you have to, odin flash back to stock.

[Q] Netflix/HBO/DRM protected content playback

Hi,
I've been struggling to get Netflix and HBO Nordic working on my Galaxy S2 running Cyanogenmod 10.1 nightlies. I've tried Netflix 2.1.1 and 1.8.1, and a modded HBO 1.0 app bypassing the root check.
Here are some logcat (*:W) excerpts from the different apps.
HBO Nordic app, force closes upon pressing play:
Code:
W/AudioService( 2198): RemoteControlClient died
F/libc (26548): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 26548 (drmserver)
W/DrmManagerClientImpl(Native)(26554): DrmManager server died!
E/WVMExtractor(28011): Drm manager failed to initialize.
E/MediaPlayer(26554): error (1, -2147483648)
E/MediaPlayer(26554): Error (1,-2147483648)
W/dalvikvm(26554): threadid=1: thread exiting with uncaught exception (group=0x40f2f930)
E/AndroidRuntime(26554): FATAL EXCEPTION: main
E/AndroidRuntime(26554): java.lang.NullPointerException
E/AndroidRuntime(26554): at com.hbo.android.app.activity.VideoActivity.finishWithError(VideoActivity.java:240)
E/AndroidRuntime(26554): at com.hbo.android.app.activity.VideoActivity.access$2(VideoActivity.java:236)
E/AndroidRuntime(26554): at com.hbo.android.app.activity.VideoActivity$2.onMediaPlayerError(VideoActivity.java:108)
E/AndroidRuntime(26554): at com.hbo.android.app.widget.video.player.PlayerBase.onError(PlayerBase.java:425)
E/AndroidRuntime(26554): at com.hbo.android.app.widget.video.player.internal.BaseVideoView$4.onError(BaseVideoView.java:372)
E/AndroidRuntime(26554): at android.media.MediaPlayer$EventHandler.handleMessage(MediaPlayer.java:2003)
E/AndroidRuntime(26554): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(26554): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(26554): at android.app.ActivityThread.main(ActivityThread.java:5191)
E/AndroidRuntime(26554): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(26554): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(26554): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime(26554): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
E/AndroidRuntime(26554): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 2198): Force finishing activity com.hbo.android.app/.activity.VideoActivity
W/ActivityManager( 2198): Activity pause timeout for ActivityRecord{41d77aa8 u0 com.hbo.android.app/.activity.VideoActivity}
W/InputDispatcher( 2198): channel '419febd8 com.hbo.android.app/com.hbo.android.app.activity.MainActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 2198): channel '419febd8 com.hbo.android.app/com.hbo.android.app.activity.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 2198): channel '41938168 com.hbo.android.app/com.hbo.android.app.activity.VideoActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 2198): channel '41938168 com.hbo.android.app/com.hbo.android.app.activity.VideoActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 2198): Attempted to unregister already unregistered input channel '419febd8 com.hbo.android.app/com.hbo.android.app.activity.MainActivity (server)'
W/InputDispatcher( 2198): Attempted to unregister already unregistered input channel '41938168 com.hbo.android.app/com.hbo.android.app.activity.VideoActivity (server)'
E/Trace (28321): error opening trace file: No such file or directory (2)
E/Trace (28356): error opening trace file: No such file or directory (2)
Netflix 1.8.1, plays sound and shows subtitles, but no video:
Code:
W/ActivityManager( 2198): Scheduling restart of crashed service com.teamhacksung.tvout/.TvOutService in 5000ms
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
W/libc (27869): pthread_create sched_setscheduler call failed: Operation not permitted
E/Trace (28011): error opening trace file: No such file or directory (2)
E/SEC_COMP_REGS(28011): .
E/SEC_COMP_REGS(28011): ..
E/SEC_COMP_REGS(28011): libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28011): libOMX.SEC.WMV.Decoder.so
E/SEC_COMP_REGS(28011): Path & libName : /system/lib/omx/libOMX.SEC.WMV.Decoder.so
E/OMXNodeInstance(28011): OMX_GetExtensionIndex failed
E/ ( 1864): egl_android_pixel_format* _egl_android_get_native_buffer_format(android_native_buffer_t*) unsupported native buffer format (0x13)
E/SurfaceTexture( 1864): [SurfaceView] error creating EGLImage: 0x3003
E/SurfaceTexture( 1864): [SurfaceView] updateTexImage: acquire failed: Unknown error 2147483648 (-2147483648)
E/ ( 1864): egl_android_pixel_format* _egl_android_get_native_buffer_format(android_native_buffer_t*) unsupported native buffer format (0x13)
E/SurfaceTexture( 1864): [SurfaceView] error creating EGLImage: 0x3003
E/SurfaceTexture( 1864): [SurfaceView] updateTexImage: acquire failed: Unknown error 2147483648 (-2147483648)
E/BufferQueue( 1864): [SurfaceView] acquireBuffer: max acquired buffer count reached: 2 (max=1)
E/SurfaceTexture( 1864): [SurfaceView] updateTexImage: acquire failed: Function not implemented (-38)
E/Trace (28196): error opening trace file: No such file or directory (2)
W/InputEventReceiver( 2198): Attempted to finish an input event but the input event receiver has already been disposed.
W/InputEventReceiver( 2198): Attempted to finish an input event but the input event receiver has already been disposed.
W/AudioFlinger(28011): session id 277 not found for pid 2198
E/BufferQueue( 1864): [SurfaceView] dequeueBuffer: SurfaceTexture has been abandoned!
E/ACodec (28011): dequeueBuffer failed.
E/BufferQueue( 1864): [SurfaceView] queueBuffer: SurfaceTexture has been abandoned!
E/SurfaceTextureClient(28011): queueBuffer: error queuing buffer to SurfaceTexture, -19
E/NuPlayer(28011): Received error from video decoder, aborting playback.
W/BufferQueue( 1864): [SurfaceView] cancelBuffer: BufferQueue has been abandoned!
W/AudioService( 2198): stream was not muted by this client
E/AudioService( 2198): Could not get client death handler for stream: 3
Netflix 2.1.1, stuck on loading screen:
Code:
W/dalvikvm(28732): method Lcom/netflix/mediaclient/android/widget/NetflixSeekBar;.onKeyChange incorrectly overrides package-private method with same name in Landroid/widget/AbsSeekBar;
E/SEC_COMP_REGS(28732): .
E/SEC_COMP_REGS(28732): ..
E/SEC_COMP_REGS(28732): libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Decoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.AVC.Encoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Decoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.M4V.Encoder.so
E/SEC_COMP_REGS(28732): libOMX.SEC.WMV.Decoder.so
E/SEC_COMP_REGS(28732): Path & libName : /system/lib/omx/libOMX.SEC.WMV.Decoder.so
E/OMXNodeInstance(28732): OMX_GetExtensionIndex failed
E/NetflixTransport-JNI(28732): Java_com_netflix_mediaclient_javabridge_transport_NativeTransport_native_1setVOapi systemAndroid set VO API
E/NetflixTransport-JNI(28732): Custom params sw analytics params set
E/Trace (28929): error opening trace file: No such file or directory (2)
E/Trace (28959): error opening trace file: No such file or directory (2)
E/Trace (28976): error opening trace file: No such file or directory (2)
E/nf_service(28732): Unable to get instance of PlayerActivity, only pass stateChnage event to MP
Anyone have a clue what might be wrong? Is it a DRM decrypting process that doesn't work, as I suspect?
CyanogenMod 10.1 nightlies on a Galaxy Tab 2 here.
I get similar results with HBO nordic, however there is no force close: it gives a "video error" message, and sends me back to the content browser. It's something to do with DRM.
Code:
F/libc ( 112): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 112 (drmserver)
I/DEBUG ( 108): pid: 112, tid: 112, name: drmserver >>> /system/bin/drmserver <<<
I/DEBUG ( 108): #00 pc 00013c28 /system/vendor/lib/drm/libdrmwvmplugin.so
I/DEBUG ( 108): #01 pc 00014614 /system/vendor/lib/drm/libdrmwvmplugin.so (TEEC_InvokeCommandEx+156)
I/DEBUG ( 108): #02 pc 0001469c /system/vendor/lib/drm/libdrmwvmplugin.so (TEEC_InvokeCommand+32)
I/DEBUG ( 108): #03 pc 0001373c /system/vendor/lib/drm/libdrmwvmplugin.so (_oec10+44)
I/DEBUG ( 108): be868c9c 405b0060 /system/vendor/lib/drm/libdrmwvmplugin.so
I/DEBUG ( 108): be868ca4 405ab618 /system/vendor/lib/drm/libdrmwvmplugin.so (TEEC_InvokeCommandEx+160)
I/DEBUG ( 108): be868d7c 405aa740 /system/vendor/lib/drm/libdrmwvmplugin.so (_oec10+48)
I/ServiceManager( 102): service 'drm.drmManager' died
W/DrmManagerClientImpl(Native)( 2373): DrmManager server died!
E/WVMExtractor( 113): Drm manager failed to initialize.
Thanks for the second report. I'll make sure to get back to you if I hear something somewhere else.
I'm seeing a similar error to your Netflix 1.8.1 report on my i9100 (Galaxy S II) running Cyanogenmod 10.1 (10.1-20130102-NIGHTLY-i9100), with a different video streaming application. The relevant part of logcat is:
Code:
E/ ( 1858): egl_android_pixel_format* _egl_android_get_native_buffer_format(android_native_buffer_t*) unsupported native buffer format (0x13)
E/SurfaceTexture( 1858): [SurfaceView] error creating EGLImage: 0x3003
E/SurfaceTexture( 1858): [SurfaceView] updateTexImage: acquire failed: Unknown error 2147483648 (-2147483648)
E/ ( 1858): egl_android_pixel_format* _egl_android_get_native_buffer_format(android_native_buffer_t*) unsupported native buffer format (0x13)
E/SurfaceTexture( 1858): [SurfaceView] error creating EGLImage: 0x3003
E/SurfaceTexture( 1858): [SurfaceView] updateTexImage: acquire failed: Unknown error 2147483648 (-2147483648)
E/BufferQueue( 1858): [SurfaceView] acquireBuffer: max acquired buffer count reached: 2 (max=1)
E/SurfaceTexture( 1858): [SurfaceView] updateTexImage: acquire failed: Function not implemented (-38)
This application was working fine with CM10 nighties a few weeks ago.
The application is Cricket LIVE Australia (au.com.vha.cricketwidget)
The cm-10.1-20130105-NIGHTLY-i9100 version fixed my issue. I believe patch 29663 on review.cyanogenmod.org is the change that did the trick.
shenki00 said:
The cm-10.1-20130105-NIGHTLY-i9100 version fixed my issue. I believe patch 29663 on review.cyanogenmod.org is the change that did the trick.
Click to expand...
Click to collapse
The update fixed Netflix (1.8.1) for me. Still nothing on the new Netflix or HBO.

"Unfortunately, Terminal Emulator has stopped." -- Missing library?

It's been a while since I've used Terminal Emulator on the phone, but this is a new failure for me. As far as I know, I'm still running the same CM9 build from months ago and shouldn't have changed much. As best as I can tell it is an unsatisfied library linkage.
Code:
Caused by: java.lang.UnsatisfiedLinkError: Couldn't load jackpal-androidterm4: findLibrary returned null
but no indications as to what might be missing. I've re-installed a fresh APK from both Market/Play, as well as deleting and side-loading from the source distribution site, without much change in behavior. APK is installed in /system/app/ and is ODEX-ed when installed by Market/Play over the original. Installing from Market/Play or side-loading as a user app
Has anyone else run into this?
More logcat:
Code:
I/ActivityManager( 224): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=jackpal.androidterm/.Term bnds=[240,170][360,302]} from pid 14011
I/ActivityManager( 224): Start proc jackpal.androidterm for activity jackpal.androidterm/.Term: pid=20860 uid=10081 gids={3003, 1015}
I/dalvikvm(20860): Turning on JNI app bug workarounds for target SDK version 11...
E/Term (20860): onCreate
D/OpenGLRenderer(14011): Flushing caches (mode 1)
D/Term (20860): TermService started
I/TermService(20860): Activity called onBind()
I/Term (20860): Bound to TermService
I/TermService(20860): Activity binding to service
W/dalvikvm(20860): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Ljackpal/androidterm/Exec;
D/AndroidRuntime(20860): Shutting down VM
W/dalvikvm(20860): threadid=1: thread exiting with uncaught exception (group=0x40a2b1f8)
E/AndroidRuntime(20860): FATAL EXCEPTION: main
E/AndroidRuntime(20860): java.lang.ExceptionInInitializerError
E/AndroidRuntime(20860): at jackpal.androidterm.ShellTermSession.createSubprocess(ShellTermSession.java:198)
E/AndroidRuntime(20860): at jackpal.androidterm.ShellTermSession.initializeSession(ShellTermSession.java:135)
E/AndroidRuntime(20860): at jackpal.androidterm.ShellTermSession.<init>(ShellTermSession.java:88)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.createTermSession(Term.java:430)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.createTermSession(Term.java:439)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.populateViewFlipper(Term.java:352)
E/AndroidRuntime(20860): at jackpal.androidterm.Term.access$400(Term.java:78)
E/AndroidRuntime(20860): at jackpal.androidterm.Term$2.onServiceConnected(Term.java:148)
E/AndroidRuntime(20860): at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1068)
E/AndroidRuntime(20860): at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1085)
E/AndroidRuntime(20860): at android.os.Handler.handleCallback(Handler.java:605)
E/AndroidRuntime(20860): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(20860): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(20860): at android.app.ActivityThread.main(ActivityThread.java:4575)
E/AndroidRuntime(20860): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(20860): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(20860): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
E/AndroidRuntime(20860): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
E/AndroidRuntime(20860): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(20860): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load jackpal-androidterm4: findLibrary returned null
E/AndroidRuntime(20860): at java.lang.Runtime.loadLibrary(Runtime.java:365)
E/AndroidRuntime(20860): at java.lang.System.loadLibrary(System.java:535)
E/AndroidRuntime(20860): at jackpal.androidterm.Exec.<clinit>(Exec.java:33)
E/AndroidRuntime(20860): ... 19 more
W/ActivityManager( 224): Force finishing activity jackpal.androidterm/.Term

[Q] clock not working

The clock widget is working but I can't open the clock. Here is the logcat output:
Code:
I/ActivityManager( 897): Start proc com.android.deskclock for activity com.android.deskclock/.DeskClock: pid=3426 uid=1
0042 gids={50042, 1028, 1023, 3003}
I/MicrophoneInputStream( 1725): mic_close [email protected]
D/audio_hw_primary( 230): in_standby: enter: stream (0xb8d56970) usecase(8: audio-record)
D/hardware_info( 230): hw_info_append_hw_type : device_name = voice-rec-mic
I/QCOM PowerHAL( 230): Processing audio hint. Metadata: state=0
D/audio_hw_primary( 230): adev_close_input_stream: enter:stream_handle(0xb8d56970)
D/audio_hw_primary( 230): in_standby: enter: stream (0xb8d56970) usecase(8: audio-record)
I/HotwordRecognitionRnr( 1725): Stopping hotword detection.
I/HotwordRecognitionRnr( 1725): Hotword detection finished
D/ActivityThread( 3426): handleBindApplication:com.android.deskclock
D/ActivityThread( 3426): setTargetHeapUtilization:0.75
D/ActivityThread( 3426): setTargetHeapMinFree:2097152
I/ActivityThread( 3426): Switching default density from 480 to 300
I/QCOM PowerHAL( 230): Processing audio hint. Metadata: state=0
W/dalvikvm( 3426): threadid=1: thread exiting with uncaught exception (group=0x41af6ce0)
E/AndroidRuntime( 3426): FATAL EXCEPTION: main
E/AndroidRuntime( 3426): Process: com.android.deskclock, PID: 3426
E/AndroidRuntime( 3426): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.deskclock/com.an
droid.deskclock.DeskClock}: android.database.sqlite.SQLiteException: Can't downgrade database from version 11 to 10
E/AndroidRuntime( 3426): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2224)
E/AndroidRuntime( 3426): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2283)
E/AndroidRuntime( 3426): at android.app.ActivityThread.access$800(ActivityThread.java:144)
E/AndroidRuntime( 3426): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1205)
E/AndroidRuntime( 3426): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 3426): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 3426): at android.app.ActivityThread.main(ActivityThread.java:5158)
E/AndroidRuntime( 3426): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3426): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 3426): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/AndroidRuntime( 3426): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/AndroidRuntime( 3426): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3426): Caused by: android.database.sqlite.SQLiteException: Can't downgrade database from version 11 to
10
E/AndroidRuntime( 3426): at android.database.sqlite.SQLiteOpenHelper.onDowngrade(SQLiteOpenHelper.java:361)
E/AndroidRuntime( 3426): at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:255)
E/AndroidRuntime( 3426): at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:18
8)
E/AndroidRuntime( 3426): at com.android.deskclock.provider.ClockProvider.query(ClockProvider.java:96)
E/AndroidRuntime( 3426): at android.content.ContentProvider.query(ContentProvider.java:857)
E/AndroidRuntime( 3426): at android.content.ContentProvider$Transport.query(ContentProvider.java:200)
E/AndroidRuntime( 3426): at android.content.ContentResolver.query(ContentResolver.java:461)
E/AndroidRuntime( 3426): at android.content.ContentResolver.query(ContentResolver.java:404)
E/AndroidRuntime( 3426): at com.android.deskclock.provider.AlarmInstance.getInstances(AlarmInstance.java:192)
E/AndroidRuntime( 3426): at com.android.deskclock.alarms.AlarmStateManager.updateNextAlarm(AlarmStateManager.java
:138)
E/AndroidRuntime( 3426): at com.android.deskclock.DeskClock.onCreate(DeskClock.java:178)
E/AndroidRuntime( 3426): at android.app.Activity.performCreate(Activity.java:6020)
E/AndroidRuntime( 3426): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 3426): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2181)
E/AndroidRuntime( 3426): ... 11 more
W/ActivityManager( 897): Force finishing activity com.android.deskclock/.DeskClock
I am using the LiquidSmooth ROM LS-KK-v3.2-2014-10-23-bacon.zip (tried other versions too) and always wiped system/cache/dalvik.
Any idea?
Bebbo
ok solved it:
using a file explorer I went to /data/data/com.android.deskclock/databases and removed the file alarms.db
Bebbo
Thanks for the fix man, helped me !
bebbodl said:
ok solved it:
using a file explorer I went to /data/data/com.android.deskclock/databases and removed the file alarms.db
Bebbo
Click to expand...
Click to collapse
Tnx. SGS4A fix work.

[Q&A] [ROM][PORT][D2303][4.4.4]Pac-Man-Final Release[Fully Working]

Q&A for [ROM][PORT][D2303][4.4.4]Pac-Man-Final Release[Fully Working]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM][PORT][D2303][4.4.4]Pac-Man-Final Release[Fully Working]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
AssoDiPicche said:
The ROM is ready, but not work:Torch and Random reboots.
Sent from my Xperia M2 LTE using XDA Free mobile app
Click to expand...
Click to collapse
link please? work in D2306?
The ROM is ready, i upload in this week, yes work on D2306, (the dual sim works!!)
Sent from my Xperia M2 LTE using XDA Free mobile app
Wont rotate
Hi, mi xperia m2 d2306 wont rotate display
Any ideas why?
Thanks
---------- Post added at 06:09 AM ---------- Previous post was at 05:22 AM ----------
Mi xperia m2 2306 wont rotate display
any ideas?
Thanks
Hey just tested all roms on my D2403 here, first Pac doesn't work. After installing FIUI my recovery changed and I just tried flashing Pac again.
It works, after starting it said com.android.phone and pacconsole stopped but i can call. Camera doesn't work too.
i would like to see everything working on my phone.
my error log
Code:
E/tadif ( 193): Failed to connect to tad.
E/bs_updatemiscta( 277): Read "ro.semc.version.sw": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.sw_revision": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.sw_variant": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.sw_type": -> ERROR
E/bs_updatemiscta( 277): Step Reading version properties information -> ERROR
E/bs_updatemiscta( 277): update_ta_sw_version: SpaceId string length error
E/bs_updatemiscta( 277): Update SW_VERSION information -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.version.fs": -> ERROR
E/bs_updatemiscta( 277): Read "ro.semc.product.model": -> ERROR
E/bs_updatemiscta( 277): UpdateMiscTa ended with error -> ERROR
E/PackageParser( 707): Package com.cyanogenmod.services has no certificates at entry AndroidManifest.xml; ignoring!
E/EventHub( 707): could not get driver version for /dev/input/mice, Not a typewriter
E/MobileDataStateTracker( 707): default: Ignoring feature request because could not acquire PhoneService
E/MobileDataStateTracker( 707): default: Could not enable APN type "default"
E/DisplayPowerController( 707): *** Keyguard started
E/QCOM PowerHAL( 707): Invalid hint ID.
E/OMXMaster( 262): A component of name 'OMX.qcom.audio.decoder.aac' already exists, ignoring this one.
E/WifiConfigStore( 707): Error parsing configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open failed: ENOENT (No such file or directory)
E/SELinux ( 1027): SELinux: Loaded file_contexts from /file_contexts
E/SELinux ( 1027): SELinux: Could not open /data/system/packages.list: Permission denied.
E/MediaFocusControl( 707): Error updating focussed RCC to RCD
E/MediaFocusControl( 707): java.util.EmptyStackException
E/MediaFocusControl( 707): at java.util.Stack.peek(Stack.java:57)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteControlDisplay_int(MediaFocusControl.java:2238)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteController(MediaFocusControl.java:217)
E/MediaFocusControl( 707): at android.media.AudioService.registerRemoteController(AudioService.java:4574)
E/MediaFocusControl( 707): at android.media.IAudioService$Stub.onTransact(IAudioService.java:625)
E/MediaFocusControl( 707): at android.os.Binder.execTransact(Binder.java:404)
E/MediaFocusControl( 707): at dalvik.system.NativeStart.run(Native Method)
E/ ( 707): W/open failed: /dev/mdm: No such file or directory
E/LocSvc_afw( 707): W/get_extension: Invalid interface passed in
E/VoldConnector( 707): NDC Command {3 volume mount /storage/sdcard1} took too long (1280ms)
E/LocationManagerService( 707): no fused location provider found
E/LocationManagerService( 707): java.lang.IllegalStateException: Location service needs a fused location provider
E/LocationManagerService( 707): at com.android.server.LocationManagerService.loadProvidersLocked(LocationManagerService.java:420)
E/LocationManagerService( 707): at com.android.server.LocationManagerService.systemRunning(LocationManagerService.java:250)
E/LocationManagerService( 707): at com.android.server.ServerThread$2.run(SystemServer.java:1204)
E/LocationManagerService( 707): at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:9554)
E/LocationManagerService( 707): at com.android.server.ServerThread.initAndLoop(SystemServer.java:1111)
E/LocationManagerService( 707): at com.android.server.SystemServer.main(SystemServer.java:1386)
E/LocationManagerService( 707): at java.lang.reflect.Method.invokeNative(Native Method)
E/LocationManagerService( 707): at java.lang.reflect.Method.invoke(Method.java:515)
E/LocationManagerService( 707): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/LocationManagerService( 707): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/LocationManagerService( 707): at dalvik.system.NativeStart.main(Native Method)
E/LocationManagerService( 707): no geocoder provider found
E/LocSvc_flp( 707): I/===> const FlpLocationInterface* get_flp_interface() line 63
E/ ( 707): W/open failed: /dev/mdm: No such file or directory
E/ ( 707): W/open failed: /dev/mdm: No such file or directory
E/LocSvc_api_v02( 707): I/locClientOpen:2189]: Service instance id is -1
E/LocSvc_api_v02( 707): I/---> locClientOpenInstance line 2073 loc client open
E/LocationManagerService( 707): No FusedProvider found.
E/LocationManagerService( 707): no geofence provider found
E/PackageManager( 707): Unable to find icon pack: holo
E/LocSvc_api_v02( 707): I/---> locClientSendReq line 2333 QMI_LOC_REG_EVENTS_REQ_V02
E/LocSvc_IzatApiV02( 707): I/===> virtual bool izat_core::IzatApiV02::getBatchingSupport() line 426
E/LocSvc_api_v02( 707): I/---> locClientSupportMsgCheck line 2433 QMI_LOC_GET_SUPPORTED_MSGS_REQ_V02
E/ActivityThread( 1169): Failed to find provider info for com.android.launcher2.settings
E/NfcAdaptation( 1136): NfcAdaptation::Initialize: ver=NFCDROID_MI_422.10.0.15 nfa=NFA_MI_1.03.62+
E/BluetoothSap( 1071): Could not bind to Bluetooth Sap Service with Intent { act=android.bluetooth.IBluetoothSap }
E/NxpFwDnld( 1136): Freeing Mem for Dnld Context..
E/BrcmNfcNfa( 1136): reset notification nfc_state : #### 1
E/BrcmNfcNfa( 1136): reset notification sending core init
E/BrcmNfcNfa( 1136): UICC[0x0] is not activated
E/BrcmNfcNfa( 1136): UICC[0x0] is not activated
E/BrcmNfcJni( 1136): nfcManager_doDeselectSecureElement: already deselected
E/BluetoothPhoneService( 1115): Could not get a handle on Connection object for the call
E/wpa_supplicant( 1043): wpa_driver_nl80211_driver_cmd: failed to issue private commands
E/WifiStateMachine( 707): Unexpected BatchedScanResults :null
E/wpa_supplicant( 1043): wpa_driver_nl80211_driver_cmd: failed to issue private commands
E/FileUtils( 1071): Could not write to file /sys/devices/virtual/input/lge_touch/touch_gesture
E/FileUtils( 1071): java.io.FileNotFoundException: /sys/devices/virtual/input/lge_touch/touch_gesture: open failed: ENOENT (No such file or directory)
E/FileUtils( 1071): at libcore.io.IoBridge.open(IoBridge.java:409)
E/FileUtils( 1071): at java.io.FileOutputStream.<init>(FileOutputStream.java:88)
E/FileUtils( 1071): at java.io.FileOutputStream.<init>(FileOutputStream.java:128)
E/FileUtils( 1071): at java.io.FileOutputStream.<init>(FileOutputStream.java:117)
E/FileUtils( 1071): at org.cyanogenmod.hardware.util.FileUtils.writeLine(FileUtils.java:65)
E/FileUtils( 1071): at org.cyanogenmod.hardware.TapToWake.setEnabled(TapToWake.java:36)
E/FileUtils( 1071): at com.android.settings.DisplaySettings.restore(DisplaySettings.java:668)
E/FileUtils( 1071): at com.android.settings.cyanogenmod.BootReceiver.onReceive(BootReceiver.java:79)
E/FileUtils( 1071): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2450)
E/FileUtils( 1071): at android.app.ActivityThread.access$1700(ActivityThread.java:144)
E/FileUtils( 1071): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1281)
E/FileUtils( 1071): at android.os.Handler.dispatchMessage(Handler.java:102)
E/FileUtils( 1071): at android.os.Looper.loop(Looper.java:136)
E/FileUtils( 1071): at android.app.ActivityThread.main(ActivityThread.java:5146)
E/FileUtils( 1071): at java.lang.reflect.Method.invokeNative(Native Method)
E/FileUtils( 1071): at java.lang.reflect.Method.invoke(Method.java:515)
E/FileUtils( 1071): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/FileUtils( 1071): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/FileUtils( 1071): at dalvik.system.NativeStart.main(Native Method)
E/FileUtils( 1071): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
E/FileUtils( 1071): at libcore.io.Posix.open(Native Method)
E/FileUtils( 1071): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
E/FileUtils( 1071): at libcore.io.IoBridge.open(IoBridge.java:393)
E/FileUtils( 1071): ... 18 more
E/DisplaySettings( 1071): Failed to restore tap-to-wake settings.
E/MediaFocusControl( 707): Error updating focussed RCC to RCD
E/MediaFocusControl( 707): java.util.EmptyStackException
E/MediaFocusControl( 707): at java.util.Stack.peek(Stack.java:57)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteControlDisplay_int(MediaFocusControl.java:2238)
E/MediaFocusControl( 707): at android.media.MediaFocusControl.registerRemoteControlDisplay(MediaFocusControl.java:230)
E/MediaFocusControl( 707): at android.media.AudioService.registerRemoteControlDisplay(AudioService.java:4578)
E/MediaFocusControl( 707): at android.media.IAudioService$Stub.onTransact(IAudioService.java:604)
E/MediaFocusControl( 707): at android.os.Binder.execTransact(Binder.java:404)
E/MediaFocusControl( 707): at dalvik.system.NativeStart.run(Native Method)
E/AndroidRuntime( 1115): FATAL EXCEPTION: main
E/AndroidRuntime( 1115): Process: com.android.phone, PID: 1115
E/AndroidRuntime( 1115): java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
E/AndroidRuntime( 1115): at com.android.internal.telephony.cdma.CdmaSubscriptionSourceManager.handleMessage(CdmaSubscriptionSourceManager.java:129)
E/AndroidRuntime( 1115): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 1115): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 1115): at android.app.ActivityThread.main(ActivityThread.java:5146)
E/AndroidRuntime( 1115): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1115): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 1115): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/AndroidRuntime( 1115): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/AndroidRuntime( 1115): at dalvik.system.NativeStart.main(Native Method)
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 39
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_use_userconfig: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_delack_seg: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Unexpected mtu value: [email protected]
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_use_userconfig: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Can't set delayed ACK size:java.io.FileNotFoundException: /sys/kernel/ipv4/tcp_delack_seg: open failed: ENOENT (No such file or directory)
E/ConnectivityService( 707): Unexpected mtu value: [email protected]
E/WiredAccessoryManager( 707): No state change.
E/BluetoothPhoneService( 1625): Could not get a handle on Connection object for the call
E/TelephonyProvider( 1625): Failed setting numeric 'null' to the current operator
E/Nat464Xlat( 707): stopClat: already stopped
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 707): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/LocSvc_eng( 707): I/===> int loc_eng_inject_time(loc_eng_data_s_type&, GpsUtcTime, int64_t, int) line 1839
E/LocSvc_eng( 707): W/int loc_eng_inject_time(loc_eng_data_s_type&, GpsUtcTime, int64_t, int): log_eng state error: instance not initialized
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 2000): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/AndroidRuntime( 2067): FATAL EXCEPTION: main
E/AndroidRuntime( 2067): Process: com.pac.console, PID: 2067
E/AndroidRuntime( 2067): java.lang.RuntimeException: Unable to start receiver android.pacstats.ReportingServiceManager: java.lang.NumberFormatException: Invalid long: ""
E/AndroidRuntime( 2067): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2457)
E/AndroidRuntime( 2067): at android.app.ActivityThread.access$1700(ActivityThread.java:144)
E/AndroidRuntime( 2067): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1281)
E/AndroidRuntime( 2067): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 2067): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 2067): at android.app.ActivityThread.main(ActivityThread.java:5146)
E/AndroidRuntime( 2067): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2067): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 2067): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/AndroidRuntime( 2067): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/AndroidRuntime( 2067): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 2067): Caused by: java.lang.NumberFormatException: Invalid long: ""
E/AndroidRuntime( 2067): at java.lang.Long.invalidLong(Long.java:124)
E/AndroidRuntime( 2067): at java.lang.Long.parseLong(Long.java:345)
E/AndroidRuntime( 2067): at java.lang.Long.parseLong(Long.java:318)
E/AndroidRuntime( 2067): at java.lang.Long.valueOf(Long.java:476)
E/AndroidRuntime( 2067): at android.pacstats.Utilities.getTimeFrame(Utilities.java:114)
E/AndroidRuntime( 2067): at android.pacstats.ReportingServiceManager.setAlarm(ReportingServiceManager.java:54)
E/AndroidRuntime( 2067): at android.pacstats.ReportingServiceManager.onReceive(ReportingServiceManager.java:41)
E/AndroidRuntime( 2067): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2450)
E/AndroidRuntime( 2067): ... 10 more
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 1625): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/QC-time-services( 304): Daemon:Update to modem bit set
E/QC-time-services( 2000): Receive Passed == base = 2, unit = 1, operation = 0, result = 0
E/QC-time-services( 304): Daemon: Time-services: Waiting to acceptconnection
E/QC-time-services( 304): Daemon:tod_update_ind_cb: Got Update from modem msg_id 40
After further testing mobile data and Sensors arent working.
How flash?
I mean what recovery i have to use?
I'm on Jellybean 4.3
Device D2303
Unlocked BL
Recovery and final link
How can i enter recovery with this rom? I actually can't do that after installing this rom. And when will appear link to final version?
Recovery problem
I can't get in recovery. How can i do it?
Is it working on d2302..
Edit- ril does not work and the dual sim support as expected is missing.. Else everything is smooth.. Hope the developer will soon make it compatible for d2302
is this work for M2 D2305??
Hopefully not..
Mega Link
I was using this rom but now, I can not download because the link is not working. The rom has been deleted from Mega. So can you upload it to somewheres else? Please, I want this rom as you can't guess...
links
link for ROM is dead

Categories

Resources