Titanium backup force closes every time when I start it.
I made a logcat, maybe some of you could find out what is wrong.
--------- beginning of /dev/log/system
W/InputManagerService( 289): Window already focused, ignoring focus gain of: [email protected]
I/Elixir ( 6274): WidgetUpdateService started
D/Elixir ( 6274): WidgetUpdateTask update widgets: [12, 11], all: true, forceUpdate: false
D/Elixir ( 6274): WIDGET[12, 1x2]: no refresh needed
D/Elixir ( 6274): WIDGET[11, 1x2]: updated in 36 ms
D/Elixir ( 6274): Refresh 10000 ms later, refreshNeeded: false
W/InputManagerService( 289): Window already focused, ignoring focus gain of: [email protected]
W/InputManagerService( 289): Window already focused, ignoring focus gain of: [email protected]
D/dalvikvm( 289): GC_CONCURRENT freed 2046K, 41% free 8289K/13831K, external 5788K/6245K, paused 7ms+8ms
D/kernel ( 134): [39229.900573] max17040 0-0036: batt: 16%, 3656 mV
D/Elixir ( 6274): Broadcast received: android.intent.action.BATTERY_CHANGED
D/Elixir ( 6274): Refresh widgets for type: [BATTERY]
I/Elixir ( 6274): WidgetUpdateService started
D/Elixir ( 6274): WidgetUpdateTask update widgets: [11], all: false, forceUpdate: true
D/Elixir ( 6274): WIDGET[11, 1x2]: updated in 60 ms
D/Elixir ( 6274): Refresh 9929 ms later, refreshNeeded: false
I/ActivityManager( 289): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10100000 cmp=com.keramidas.TitaniumBackup/.MainActivity } from pid 289
V/alogcat ( 9061): save instance
V/alogcat ( 9061): paused
I/ActivityManager( 289): Start proc com.keramidas.TitaniumBackup for activity com.keramidas.TitaniumBackup/.MainActivity: pid=9111 uid=10151 gids={1015, 3003}
W/InputManagerService( 289): Window already focused, ignoring focus gain of: [email protected]
I/ActivityManager( 289): Process com.google.android.apps.maps:FriendService (pid 9012) has died.
W/kernel ( 134): [39231.007263] select 8924 (station.pssuite), adj 8, size 4398, to kill
W/kernel ( 134): [39231.007263] select 9012 (s:FriendService), adj 8, size 4856, to kill
W/kernel ( 134): [39231.007293] send sigkill to 9012 (s:FriendService), adj 8, size 4856
W/kernel ( 134): [39231.078094] select 8924 (station.pssuite), adj 8, size 4398, to kill
W/kernel ( 134): [39231.078125] select 9020 (equicksearchbox), adj 8, size 4516, to kill
W/kernel ( 134): [39231.078155] send sigkill to 9020 (equicksearchbox), adj 8, size 4516
I/ActivityManager( 289): Process com.google.android.googlequicksearchbox (pid 9020) has died.
I/com.keramidas.TitaniumBackup.MainApplication( 9111): onCreate()
D/dalvikvm( 9111): Trying to load lib /data/data/com.keramidas.TitaniumBackup/lib/libtitanium.so 0x2afc77b0
D/dalvikvm( 9111): Added shared lib /data/data/com.keramidas.TitaniumBackup/lib/libtitanium.so 0x2afc77b0
W/Settings( 9111): Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.
D/com.keramidas.TitaniumBackup.a.at( 9111): Debug features are disabled.
I/com.keramidas.TitaniumBackup.b.a( 9111): restoreMySettings_ifNeeded()
I/com.keramidas.TitaniumBackup.b.a( 9111): Internal settings found => No need to restore.
D/alogcat ( 9061): stopping ...
D/alogcat ( 9061): stopped
W/Resources( 9111): Converting to string: TypedValue{t=0x10/d=0x0 a=-1}
W/Resources( 9111): Converting to string: TypedValue{t=0x10/d=0x80 a=-1}
W/Resources( 9111): Converting to string: TypedValue{t=0x10/d=0x3 a=-1}
W/Resources( 9111): Converting to string: TypedValue{t=0x10/d=0x20 a=-1}
W/Resources( 9111): Converting to string: TypedValue{t=0x10/d=0x1 a=-1}
W/Resources( 9111): Converting to string: TypedValue{t=0x10/d=0x3 a=-1}
I/com.keramidas.TitaniumBackup.MainActivity( 9111): Main Activity is being created for the first time => scheduling next wake-up ...
I/com.keramidas.TitaniumBackup.schedules.SchedulerService( 9111): scheduleNextWakeup(): Invoked with idToExcludeForToday=null
I/Database( 9111): sqlite returned: error code = 1, msg = duplicate column name: filterByLabelId
E/Database( 9111): Failure 1 (duplicate column name: filterByLabelId) on 0x2ced40 when preparing 'ALTER TABLE channels ADD COLUMN filterByLabelId INTEGER DEFAULT NULL'.
I/Database( 9111): sqlite returned: error code = 1, msg = duplicate column name: onFinished
E/Database( 9111): Failure 1 (duplicate column name: onFinished) on 0x2ced40 when preparing 'ALTER TABLE channels ADD COLUMN onFinished STRING NOT NULL DEFAULT "DO_NOTHING"'.
E/SQLiteOpenHelper( 9111): Couldn't open schedules for writing (will try read-only):
E/SQLiteOpenHelper( 9111): android.database.sqlite.SQLiteException: duplicate column name: onFinished: ALTER TABLE channels ADD COLUMN onFinished STRING NOT NULL DEFAULT "DO_NOTHING"
E/SQLiteOpenHelper( 9111): at android.database.sqlite.SQLiteDatabase.native_execSQL(Native Method)
E/SQLiteOpenHelper( 9111): at android.database.sqlite.SQLiteDatabase.execSQL(SQLiteDatabase.java:1771)
E/SQLiteOpenHelper( 9111): at com.keramidas.TitaniumBackup.schedules.a.onUpgrade(Source:84)
E/SQLiteOpenHelper( 9111): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:132)
E E/SQLiteOpenHelper( 9111): at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:187)
E/SQLiteOpenHelper( 9111): at com.keramidas.TitaniumBackup.sched ules.SchedulerService.a(Source:168)
E/SQLiteOpenHelper( 9111): at com.keramidas.TitaniumBackup.MainActivity.onCreate(Source:362)
E/SQLiteOpenHelper( 9111): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/SQLiteOpenHelper( 9111): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1623)
E/SQLiteOpenHelper( 9111): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1675)
E/SQLiteOpenHelper( 9111): at android.app.ActivityThread.access$1500(ActivityThread.java:121)
E/SQLiteOpenHelper( 9111): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:943)
E/SQLiteOpenHelper( 9111): at android.os.Handler.dispatchMessage(Handler.java:99)
E/SQLiteOpenHelper( 9111): at android.os.Looper.loop(Looper.java:130)
E/SQLiteOpenHelper( 9111): at android.app.ActivityThread.main(ActivityThread.java:3701)
E/SQLiteOpenHelper( 9111): at java.lang.reflect.Method.invokeNative(Native Method)
E/SQLiteOpenHelper( 9111): at java.lang.reflect.Method.invoke(Method.java:507)
E/SQLiteOpenHelper( 9111): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:866)
E/SQLiteOpenHelper( 9111): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:624)
E/SQLiteOpenHelper( 9111): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 9111): Shutting down VM
W/dalvikvm( 9111): threadid=1: thread exiting with uncaught exception (group=0x2aac8578)
E/AndroidRuntime( 9111): FATAL EXCEPTION: main
E/AndroidRuntime( 9111): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.keramidas.TitaniumBackup/com.keramidas.TitaniumBackup.MainActivity}: android.database.sqlite.SQLiteException: Can't upgrade read-only database from version 1 to 4: /data/data/com.keramidas.TitaniumBackup/databases/schedules
E/AndroidRuntime( 9111): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1659)
E/AndroidRuntime( 9111): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1675)
E/AndroidRuntime( 9111): at android.app.ActivityThread.access$1500(ActivityThread.java:121)
E/AndroidRuntime( 9111): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:943)
E/AndroidRuntime( 9111): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 9111): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime( 9111): at android.app.ActivityThread.main(ActivityThread.java:3701)
E/AndroidRuntime( 9111): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 9111): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 9111): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:866)
E/AndroidRuntime( 9111): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:624)
E/AndroidRuntime( 9111): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 9111): Caused by: android.database.sqlite.SQLiteException: Can't upgrade read-only database from version 1 to 4: /data/data/com.keramidas.TitaniumBackup/databases/schedules
E/AndroidRuntime( 9111): at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:199)
E/AndroidRuntime( 9111): at com.keramidas.TitaniumBackup.schedules.SchedulerService.a(Source:168)
E/AndroidRuntime( 9111): at com.keramidas.TitaniumBackup.MainActivity.onCreate(Source:362)
E/AndroidRuntime( 9111): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime( 9111): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1623)
E/AndroidRuntime( 9111): ... 11 more
W/ActivityManager( 289): Force finishing activity com.keramidas.TitaniumBackup/.MainActivity
W/ActivityManager( 289): Activity pause timeout for HistoryRecord{2b014fb0 com.keramidas.TitaniumBackup/.MainActivity}
V/alogcat ( 9061): started
I/alogcat ( 9061): new intent: android.intent.action.MAIN
D/alogcat ( 9061): stopping ...
D/alogcat ( 9061): canceling periodic saves
V/alogcat ( 9061): resumed
D/alogcat ( 9061): starting ...
I/Process ( 9111): Sending signal. PID: 9111 SIG: 9
I/ActivityManager( 289): Process com.keramidas.TitaniumBackup (pid 9111) has died.
W/InputManagerService( 289): Window already focused, ignoring focus gain of: [email protected]
Sent from my R800i using XDA App
Try clear data, Go to setting - application - manage - select TB n clear data
why don't you send that location to the developer? he actually might help more than anyone else here.
From the technological mouth of Azatoth
.
Thread moved to Q&A due to it being a question. Would advise you to read forum rules and post in correct section.
Failure to comply with forum rules will result in an infraction and/or ban depending on severity of rule break.
Developer already get the logcat last sunday. No answer.
Clearing data brings no result.
Sorry for Posting on wrong place.
Sent from my R800i using XDA App
Did you try clearing dalvik cache and fixing permissions?
Yes. This was the first, I've done. Doesn't solve the Problem.
Sent from my R800i using XDA App
Viber doesn't work in my ROM, but in other works, and I don't know why. The logcat show it
I/ActivityManager( 1332): Start proc com.viber.voip for restart com.viber.voip: pid=11625 uid=10004 gids={3003, 1015, 3002, 3001, 1007, 1006}
I/ActivityThread(11625): Pub com.viber.provider.vibercontacts: com.viber.voip.contacts.ViberContactsProvider
I/ActivityThread(11625): Pub com.viber.provider.vibermessages: com.viber.voip.messages.ViberMessagesProvider
D/dalvikvm(11625): GC_CONCURRENT freed 134K, 47% free 3020K/5639K, external 0K/0K, paused 7ms+8ms
D/Logger (11625): creating log dir /mnt/sdcard/viber/.logs/trace/
D/Logger (11625): Console_4 deleted=false
D/Logger (11625): Console_3 renamedTo=false Console_4
D/Logger (11625): Console_2 renamedTo=false Console_3
D/Logger (11625): Console_1 renamedTo=false Console_2
D/Logger (11625): Console renamedTo=false Console_1
D/dalvikvm(11625): GC_EXTERNAL_ALLOC freed 62K, 46% free 3071K/5639K, external 0K/0K, paused 89ms
E/GTalkService( 1782): asyncFetch: no username
D/C2DMRegistrar( 1782): [C2DMRegistrar.506] AuthTokenCallback: account missing
W/dalvikvm(11625): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lcom/viber/voip/sound/SoundFactory;
W/dalvikvm(11625): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Lcom/viber/jni/PhoneControllerHelper;
D/AndroidRuntime(11625): Shutting down VM
W/dalvikvm(11625): threadid=1: thread exiting with uncaught exception (group=0x40018608)
D/dalvikvm(11625): GC_CONCURRENT freed 306K, 47% free 3240K/6023K, external 9K/521K, paused 8ms+11ms
E/AndroidRuntime(11625): FATAL EXCEPTION: main
E/AndroidRuntime(11625): java.lang.ExceptionInInitializerError
E/AndroidRuntime(11625): at com.viber.service.VoipConnectorService$VoipServiceImpl.init(VoipConnectorService.java:497)
E/AndroidRuntime(11625): at com.viber.service.VoipConnectorService$VoipServiceImpl.access$11(VoipConnectorService.java:492)
E/AndroidRuntime(11625): at com.viber.service.VoipConnectorService$4.onAppReady(VoipConnectorService.java:168)
E/AndroidRuntime(11625): at com.viber.voip.ViberApplication.getViberApp(ViberApplication.java:720)
E/AndroidRuntime(11625): at com.viber.service.VoipConnectorService.onCreate(VoipConnectorService.java:160)
E/AndroidRuntime(11625): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2066)
E/AndroidRuntime(11625): at android.app.ActivityThread.access$2500(ActivityThread.java:123)
E/AndroidRuntime(11625): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:993)
E/AndroidRuntime(11625): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(11625): at android.os.Looper.loop(Looper.java:130)
E/AndroidRuntime(11625): at android.app.ActivityThread.main(ActivityThread.java:3835)
E/AndroidRuntime(11625): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(11625): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime(11625): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
E/AndroidRuntime(11625): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
E/AndroidRuntime(11625): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(11625): Caused by: java.lang.ExceptionInInitializerError
E/AndroidRuntime(11625): at com.viber.jni.PhoneControllerHelper.<clinit>(PhoneControllerHelper.java:31)
E/AndroidRuntime(11625): ... 16 more
E/AndroidRuntime(11625): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load VoipEngineNative: findLibrary returned null
E/AndroidRuntime(11625): at java.lang.Runtime.loadLibrary(Runtime.java:429)
E/AndroidRuntime(11625): at java.lang.System.loadLibrary(System.java:554)
E/AndroidRuntime(11625): at com.viber.voip.sound.SoundFactory.<clinit>(SoundFactory.java:54)
E/AndroidRuntime(11625): ... 17 more
W/ActivityManager( 1332): Process com.viber.voip has crashed too many times: killing!
I/Process (11625): Sending signal. PID: 11625 SIG: 9
I/ActivityManager( 1332): Process com.viber.voip (pid 11625) has died.
Click to expand...
Click to collapse
Anyone know how to fix it?
Someone?
my app checks whether there is a screen lock pattern on the device and whether passwords are visible, using the android.provider.Settings.Secure and android.provider.Settings.System API.
the app crashes on initial install on 3.0, 3.2, 4.0 and 4.1 under specific conditions.
1) if i install on 3.0, 3.2, 4.0 with screen lock pattern set and the setting 'passwords visible' unchecked, all goes well. after initial install, change settings, close app, all runs and checks perfectly. but if either of the two settings dont comply during install it crashes.
2) on 4.1, its a similar case, except it requires only visible passwords to be disabled. no condition on screen lock.
after it installs once, it reinstalls okay wd any device setting after an uninstall
here is the log file:
10-11 17:08:00.624: I/dalvikvm(428): Could not find method android.app.KeyguardManager.isKeyguardSecure, referenced from method com.example.android_compliance.MainActivity.password
10-11 17:08:00.696: W/dalvikvm(428): VFY: unable to resolve virtual method 58: Landroid/app/KeyguardManager;.isKeyguardSecure ()Z
10-11 17:08:00.696: D/dalvikvm(428): VFY: replacing opcode 0x6e at 0x0015
10-11 17:08:01.054: D/dalvikvm(428): GC_FOR_ALLOC freed 59K, 4% free 6380K/6599K, paused 44ms
10-11 17:08:01.054: I/dalvikvm-heap(428): Grow heap (frag case) to 6.810MB for 513744-byte allocation
10-11 17:08:01.134: D/dalvikvm(428): GC_FOR_ALLOC freed 8K, 4% free 6873K/7111K, paused 51ms
10-11 17:08:01.214: D/dalvikvm(428): GC_CONCURRENT freed <1K, 4% free 6873K/7111K, paused 3ms+2ms
10-11 17:08:01.385: D/AndroidRuntime(428): Shutting down VM
10-11 17:08:01.385: W/dalvikvm(428): threadid=1: thread exiting with uncaught exception (group=0x40014760)
10-11 17:08:01.394: E/AndroidRuntime(428): FATAL EXCEPTION: main
10-11 17:08:01.394: E/AndroidRuntime(428): java.lang.RuntimeException: Unable to start activity ComponentInfo{org.example.android_compliance/com.example.android_compliance.MainActivity}: java.lang.NullPointerException
10-11 17:08:01.394: E/AndroidRuntime(428): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1736)
10-11 17:08:01.394: E/AndroidRuntime(428): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1752)
10-11 17:08:01.394: E/AndroidRuntime(428): at android.app.ActivityThread.access$1500(ActivityThread.java:123)
10-11 17:08:01.394: E/AndroidRuntime(428): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:993)
10-11 17:08:01.394: E/AndroidRuntime(428): at android.os.Handler.dispatchMessage(Handler.java:99)
10-11 17:08:01.394: E/AndroidRuntime(428): at android.os.Looper.loop(Looper.java:126)
10-11 17:08:01.394: E/AndroidRuntime(428): at android.app.ActivityThread.main(ActivityThread.java:3997)
10-11 17:08:01.394: E/AndroidRuntime(428): at java.lang.reflect.Method.invokeNative(Native Method)
10-11 17:08:01.394: E/AndroidRuntime(428): at java.lang.reflect.Method.invoke(Method.java:491)
10-11 17:08:01.394: E/AndroidRuntime(428): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
10-11 17:08:01.394: E/AndroidRuntime(428): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
10-11 17:08:01.394: E/AndroidRuntime(428): at dalvik.system.NativeStart.main(Native Method)
10-11 17:08:01.394: E/AndroidRuntime(428): Caused by: java.lang.NullPointerException
10-11 17:08:01.394: E/AndroidRuntime(428): at com.example.android_compliance.MainActivity.onCreate(MainActivity.java:337)
10-11 17:08:01.394: E/AndroidRuntime(428): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1048)
10-11 17:08:01.394: E/AndroidRuntime(428): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1700)
10-11 17:08:01.394: E/AndroidRuntime(428): ... 11 more
Click to expand...
Click to collapse
log points to line 337..method returning the screen lock check
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
FOR
Motorola Photon
I am proud to present to you BeanStalk Builds put together by my good friend scott.hart.bti from the Samsung Infuse 4G. This is a build composed off of the CM10.1 builds that he has added alot of features on top of it. So you get speed, stability, and ultra customization ability. Many of the additional code additions came from slim ROM and also Derteufels build and have been modified to work with my current setup. A huge thanks to Derteufel and the Slim ROM guys for their work and dedication. Also a big thanks to everyone involved with CM as that is the building stone in this project. Thanks to skyliner33v for the bootanimation and upcoming wallpapers!
I plan on updating this and adding features on a pretty regular basis, so if you happen to like this, keep checking back.
Like what you see? Click the thanks button or Donate to scott.hart.bti by clicking HERE
Interested in Porting/Building BeanStalk on another device? Check out Post #3!
Feature List.... Its a long one and growing every day!
CM based
Lockscreen background options (Color fill, Custom image, Transparent)
Customizable Lockscreen text color
Lockscreen rotation
Option to enable all widgets
Minimize lockscreen challange
Use widget carousel
Slider Shortcuts
Static Lockscreen shortcuts
Lockscreen button actions
LCD Density
Scroll elasticity options
Default App grip option
Custom Carrier label
Dual Pane options
Customizable boot animation (off, default, set your own bootanimation)
Status bar color and transparency
Clock and date options which includes color, location, style
Signal Styles which include color and text instead of icons, alternate GB signal layout, hide signal icons
Breathing SMS option
Battery styles - Includes specific colors and styles. Also includes battery bar
Do not disturb option
Show notification count
Pie controls (need to have lockscreen background set to something other then default to work correctly (dont ask why) )
Fully customizable navigation bar - Includes style, layout, color, nav rings, pretty much everything you can think of.
Quick settings color settings, tiles per row, Quick pulldown, text color
Notification shortcuts, behaviour, drawer style (customizable colors), toggle colors, longpress quicksettings icon to enable/disable toggles
Keyboard and input method options which include disable full screen keyboard and auto rotate
Kil app back button with customizable timeout values
High end graphic effects option
option to disable/enable vibrate on expand for notifications alerts
Low battery warning customizable options
Recents RAM bar fully customizable with color styles
Clock widget for LockClock including extra options to fully customize every feature of the lockclock
Build.prop MOD options to enable/disable tweaks as preferred
Less frequent Notification sounds options
CRT screen off/on options to specify how the animation shows
Enable/disable wake up on charge option
Superuser fully embedded into the build and accessed from settings menu
CM Performance options and features
About BeanStalk option with links to github source and facebook for beanstalk. Also links to my twitter and donate.
insane amount of edits/tweaks/fixes to make this build absolutely fly
option to use a fully themable MMS packages. You can access from mms - settings - theme settings
Numerous other options hidding throughout the build
All Builds Will Be Located HERE
Trouble Alerts/Workarounds:
Status bar/Notification Drawer - There seems to be a bug with the 4.2.2 status bar/notification drawer freezing. It is happening on numerous phones at random and there is not a fix available yet. Workaround - Numerous ways to workaround this issue, but easiest in my opinion is to go to settings - system settings - PIE - Enable/Disable PIE. This restarts systemUI and unfreezes the status bar.
PIE - PIE seems to be functioning good for the most part, but there is one bug i have noticed. When you first bring the phone out of sleep and unlock it and try to use PIE without doing anything else, it does not show the PIE image until you change a screen. So basically you have to do something first and then it will work fine. Workaround - Settings - Lockscreen - custom lockscreen background - Select any options... it can be Color, transparent, or custom image. As soon as you select one of those options, PIE works perfectly.
***Please keep in mind that this is the initial release and bugs are to be expected. Scott is working on this mostly himself and does not have a team that is helping him. Before reporting bugs, please make sure you verify everything on your end and make sure you do a full wipe and format first to make sure it is a legitimate issue. Im going to say this once and only once... He is doing this for fun and I am building it for this device for fun. It is our CHOICE to share the work with everyone. If you decide that you do not like it, good for you.. Move on and flash something else. I will not tolerate ungrateful people in my thread.***
Instructions
USE CWM by Th3Bill or TWRP
Place ROM onto storage on your device
If you have NOT flashed via Aroma before, use Aroma-Prep (DO NOT report a failed install if you have not done this, as I am letting you know NOW that it might bork if you don't)
Do NOT wipe first
Flash the ROM
Choose Wipe INSIDE the ROM flash (recommend FULL the first time)
Choose storage and tweaks
Select Install
When finished, UN-ckeck reboot box, then click finish. You may get a supposed "failed" error in CWM at this point. Ignore it.
Manually reboot phone.
Install Gapps(Optional...then follow next 3 steps)
Wipe Cache Partition
Advanced/Wipe Dalvik Cache
Reboot
CREDITS
Scott.hart.bti his source can be found HERE[/B
SlimROM source can be found HERE
DerTeufel's source can be found HERE
Jokersax11for the initial work on the Atrix that became the base for the work I do now.
Code:
[SIZE="5"][B][U]Working[/U][/B][/SIZE]
[LIST]
[*]phone
[*]data
[*]sms
[*]mms
[*]camera
[*]music
[*]wifi
[*]storages
[*]usb
[*]voice dialer
[/LIST]
Code:
[SIZE="5"][B][U]Not-Working[/U][/B][/SIZE]
[LIST]
[*]bluetooth!! DO NOT ASK WHEN IT WILL BE FIXED
[*]Some Transitional Stuttering
[/LIST]
Code:
[SIZE="5"][B][U]Unsupported[/U][/B][/SIZE]
[LIST]
[*]Stock Camcorder-try 3rd party. No guarantee it will ever work
[*]Chrome
[/LIST]
mine 2
mine 3 just in case
This looks awesome! Im glad you're back! I have one question though. How is the transitional stuttering? is it more noticeable than cm 10.1? or more noticable than cm10?
kdog350 said:
This looks awesome! Im glad you're back! I have one question though. How is the transitional stuttering? is it more noticeable than cm 10.1? or more noticable than cm10?
Click to expand...
Click to collapse
Seems to run a bit smoother in my experience. Try modding the cpu speed and see if that helps. Sometimes, having the kernel set at 1.3 doesn;t necessarily help with stutter.
Believe me when I say that it has a TON of features added in...
thank you bill for the hard work u are doing
i have try to install this last rom but unfortunately at the end the phone sya that the ui phones are not ok.
i have done all the steps that u have mentioned for almost 5 times but nothing changes
u have any idea, what is my problem?
thanks again
matis820 said:
thank you bill for the hard work u are doing
i have try to install this last rom but unfortunately at the end the phone sya that the ui phones are not ok.
i have done all the steps that u have mentioned for almost 5 times but nothing changes
u have any idea, what is my problem?
thanks again
Click to expand...
Click to collapse
ui phones are not ok? I'm not sure what you mean. Are you talking about the installer fails during flashing? Is it after you finish installing it says that it failed in recovery?
the message that appear when i reboot for the last time after doig everything that u sad is
unfortunately, system UIhas stopped
and the
unfornately the process com.android has stopped
at this point i can't make the configuration of the phone and nothing else
Th3Bill said:
ui phones are not ok? I'm not sure what you mean. Are you talking about the installer fails during flashing? Is it after you finish installing it says that it failed in recovery?
Click to expand...
Click to collapse
matis820 said:
the message that appear when i reboot for the last time after doig everything that u sad is
unfortunately, system UIhas stopped
and the
unfornately the process com.android has stopped
at this point i can't make the configuration of the phone and nothing else
Click to expand...
Click to collapse
Did you full wipe?
Did you flash anything after it? If you did gaps, the only one I have tested to work is mine for 4.2. Any other 4.2 gapps may cause issues, as I know I had to rework them to get it working for Photon on 4.2
Data must be wiped coming from any other rom due to the heavy modification of CM code that Scott did.
Also. 4.1 JB gapps will DEFINITELY cause FCs because 4.2 was a pretty decent overhaul of jellybean
Th3Bill said:
Did you full wipe?
Did you flash anything after it? If you did gaps, the only one I have tested to work is mine for 4.2. Any other 4.2 gapps may cause issues, as I know I had to rework them to get it working for Photon on 4.2
Data must be wiped coming from any other rom due to the heavy modification of CM code that Scott did.
Click to expand...
Click to collapse
i did a full wipe
i install than this one th3bill_gapps_jb_4.2_Aroma.zip
and the make the wipi cache and dalvick cache
nothing else
matis820 said:
i did a full wipe
i install than this one th3bill_gapps_jb_4.2_Aroma.zip
and the make the wipi cache and dalvick cache
nothing else
Click to expand...
Click to collapse
Which options did u pick during flashing?
Th3Bill said:
Which options did u pick during flashing?
Click to expand...
Click to collapse
gsm
standard
emmc
matis820 said:
gsm
standard
emmc
Click to expand...
Click to collapse
Try doing sdcard and see if it works
Anyone else having this issue?
Is multi touch working like on CM9, I have a game that needs to have it working, I could not use cm10 or cm10.1 with it
May I please ask what is the amora-prep. I have been searching but can't find anything on it. I have also used amora before but I am not familiar with "prep"
Sent from my MB855 using Tapatalk 2
Th3Bill said:
Anyone else having this issue?
Click to expand...
Click to collapse
I too am facing the same System UI, phone process killed errors. tried reinstalling with CDMA, USCC, EMMC, SDCARD almost all the combinations, but it does work. Going back to my previous rom right now.
Here's some logcat output...
Code:
I/PowerWidget( 3695): Setting up widget
I/PowerWidget( 3695): Default buttons being loaded
I/PowerWidget( 3695): Button list: toggleWifi|toggleBluetooth|toggleGPS|toggleSound
W/dalvikvm( 3711): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3711): VFY: replacing opcode 0x62 at 0x003c
W/dalvikvm( 3711): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3711): VFY: replacing opcode 0x62 at 0x001e
W/dalvikvm( 3711): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3711): VFY: replacing opcode 0x62 at 0x0114
W/dalvikvm( 3711): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3711): VFY: replacing opcode 0x62 at 0x003c
W/TelephonyProvider( 3711): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/TelephonyManager( 3711): getLteOnCdmaMode=0 curVal=-1 product_type='' lteOnCdmaProductType=''
W/dalvikvm( 3711): Unable to resolve superclass of Lcom/android/phone/IccProvider; (242)
W/dalvikvm( 3711): Link of class 'Lcom/android/phone/IccProvider;' failed
D/AndroidRuntime( 3711): Shutting down VM
W/dalvikvm( 3711): threadid=1: thread exiting with uncaught exception (group=0x40a88930)
E/AndroidRuntime( 3711): FATAL EXCEPTION: main
E/AndroidRuntime( 3711): java.lang.RuntimeException: Unable to get provider com.android.phone.IccProvider: java.lang.ClassNotFoundException: Didn't find class "com.android.phone.IccProvider" on path: /system/app/Phone.apk
E/AndroidRuntime( 3711): at android.app.ActivityThread.installProvider(ActivityThread.java:5042)
E/AndroidRuntime( 3711): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4652)
E/AndroidRuntime( 3711): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4592)
E/AndroidRuntime( 3711): at android.app.ActivityThread.access$1300(ActivityThread.java:154)
E/AndroidRuntime( 3711): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1308)
E/AndroidRuntime( 3711): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3711): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3711): at android.app.ActivityThread.main(ActivityThread.java:5261)
E/AndroidRuntime( 3711): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3711): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3711): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
E/AndroidRuntime( 3711): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
E/AndroidRuntime( 3711): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3711): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.phone.IccProvider" on path: /system/app/Phone.apk
E/AndroidRuntime( 3711): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:65)
E/AndroidRuntime( 3711): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
E/AndroidRuntime( 3711): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
E/AndroidRuntime( 3711): at android.app.ActivityThread.installProvider(ActivityThread.java:5027)
E/AndroidRuntime( 3711): ... 12 more
W/ActivityManager( 1837): Process com.android.phone has crashed too many times: killing!
D/AudioHardwareMot( 1458): bufSize = 8192
D/dalvikvm( 1837): GC_EXPLICIT freed 477K, 26% free 8199K/11048K, paused 5ms+8ms, total 80ms
D/AudioHardwareMot( 1458): bufSize = 8192
D/PhoneStatusBar( 3695): disable: < expand icons alerts ticker system_info back home recent clock search >
D/AudioHardwareMot( 1458): bufSize = 8192
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/AudioHardwareMot( 1458): bufSize = 8192
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/AudioHardwareMot( 1458): bufSize = 8192
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/SystemUIService( 3695): loading: class com.android.systemui.power.PowerUI
D/SystemUIService( 3695): running: [email protected]
D/PowerUI ( 3695): Preferences set: showLowBatteryWarning: true; playLowBatterySound: true
D/SystemUIService( 3695): loading: class com.android.systemui.media.RingtonePlayer
D/SystemUIService( 3695): running: [email protected]
D/dalvikvm( 3695): GC_FOR_ALLOC freed 450K, 31% free 7718K/11048K, paused 19ms, total 19ms
I/dalvikvm-heap( 3695): Grow heap (frag case) to 13.832MB for 3855376-byte allocation
D/dalvikvm( 3695): GC_CONCURRENT freed 34K, 23% free 11449K/14816K, paused 3ms+2ms, total 25ms
D/libEGL ( 3695): loaded /system/lib/egl/libEGL_tegra.so
D/libEGL ( 3695): loaded /system/lib/egl/libGLESv1_CM_tegra.so
D/libEGL ( 3695): loaded /system/lib/egl/libGLESv2_tegra.so
E/libEGL ( 3695): call to OpenGL ES API with no current context (logged once per thread)
E/ImageWallpaperGL( 3695): requested texture size 1004x960 exceeds the support maximum of 0x0
I/Choreographer( 3695): Skipped 48 frames! The application may be doing too much work on its main thread.
D/AndroidRuntime( 3695): Shutting down VM
W/dalvikvm( 3695): threadid=1: thread exiting with uncaught exception (group=0x40a88930)
E/AndroidRuntime( 3695): FATAL EXCEPTION: main
E/AndroidRuntime( 3695): java.lang.NoClassDefFoundError: com.android.internal.telephony.PhoneStateIntentReceiver
E/AndroidRuntime( 3695): at com.android.systemui.statusbar.policy.SignalText.onAttachedToWindow(SignalText.java:93)
E/AndroidRuntime( 3695): at android.view.View.dispatchAttachedToWindow(View.java:11937)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1192)
E/AndroidRuntime( 3695): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:989)
E/AndroidRuntime( 3695): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4351)
E/AndroidRuntime( 3695): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749)
E/AndroidRuntime( 3695): at android.view.Choreographer.doCallbacks(Choreographer.java:562)
E/AndroidRuntime( 3695): at android.view.Choreographer.doFrame(Choreographer.java:532)
E/AndroidRuntime( 3695): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735)
E/AndroidRuntime( 3695): at android.os.Handler.handleCallback(Handler.java:725)
E/AndroidRuntime( 3695): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 3695): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3695): at android.app.ActivityThread.main(ActivityThread.java:5261)
E/AndroidRuntime( 3695): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3695): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3695): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
E/AndroidRuntime( 3695): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
E/AndroidRuntime( 3695): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 1837): Process com.android.systemui has crashed too many times: killing!
D/AudioHardwareMot( 1458): bufSize = 8192
I/Process ( 3695): Sending signal. PID: 3695 SIG: 9
I/ActivityManager( 1837): Process com.android.systemui (pid 3695) has died.
W/InputDispatcher( 1837): channel '40d97b58 StatusBar (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 1837): channel '40d97b58 StatusBar (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 1837): channel '40dc7948 com.android.systemui.ImageWallpaper (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 1837): channel '40dc7948 com.android.systemui.ImageWallpaper (server)' ~ Channel is unrecoverably broken and will be disposed!
I/WindowState( 1837): WIN DEATH: Window{40d97b58 u0 StatusBar}
W/InputDispatcher( 1837): Attempted to unregister already unregistered input channel '40d97b58 StatusBar (server)'
W/WallpaperService( 1837): Wallpaper service gone: ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpaper}
W/WallpaperService( 1837): Reverting to built-in wallpaper!
W/ActivityManager( 1837): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
W/ActivityManager( 1837): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
W/InputDispatcher( 1837): Attempted to unregister already unregistered input channel '40dc7948 com.android.systemui.ImageWallpaper (server)'
I/WindowState( 1837): WIN DEATH: Window{40dc7948 u0 com.android.systemui.ImageWallpaper}
I/ActivityManager( 1837): Start proc com.android.systemui for restart com.android.systemui: pid=3736 uid=10045 gids={50045, 1028, 1015, 1023, 3002, 3001, 1006}
D/SystemUIService( 3736): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 3736): running: [email protected]
I/StatusBarManagerService( 1837): registerStatusBar [email protected]8
E/dalvikvm( 3736): Could not find class 'com.android.internal.telephony.PhoneStateIntentReceiver', referenced from method com.android.systemui.statusbar.policy.SignalText.onAttachedToWindow
W/dalvikvm( 3736): VFY: unable to resolve new-instance 329 (Lcom/android/internal/telephony/PhoneStateIntentReceiver;) in Lcom/android/systemui/statusbar/policy/SignalText;
D/dalvikvm( 3736): VFY: replacing opcode 0x22 at 0x0029
I/dalvikvm( 3736): Could not find method com.android.internal.telephony.PhoneStateIntentReceiver.unregisterIntent, referenced from method com.android.systemui.statusbar.policy.SignalText.onDetachedFromWindow
W/dalvikvm( 3736): VFY: unable to resolve virtual method 1382: Lcom/android/internal/telephony/PhoneStateIntentReceiver;.unregisterIntent ()V
D/dalvikvm( 3736): VFY: replacing opcode 0x6e at 0x000c
I/dalvikvm( 3736): Could not find method com.android.internal.telephony.PhoneStateIntentReceiver.getSignalStrengthDbm, referenced from method com.android.systemui.statusbar.policy.SignalText.updateSignalStrength
W/dalvikvm( 3736): VFY: unable to resolve virtual method 1378: Lcom/android/internal/telephony/PhoneStateIntentReceiver;.getSignalStrengthDbm ()I
D/dalvikvm( 3736): VFY: replacing opcode 0x6e at 0x0004
D/dalvikvm( 3736): DexOpt: unable to opt direct call 0x0561 at 0x2f in Lcom/android/systemui/statusbar/policy/SignalText;.onAttachedToWindow
D/AudioHardwareMot( 1458): bufSize = 8192
D/AudioHardwareMot( 1458): bufSize = 8192
D/AudioHardwareMot( 1458): bufSize = 8192
I/PowerWidget( 3736): Clearing any old widget stuffs
I/PowerWidget( 3736): Setting up widget
I/PowerWidget( 3736): Default buttons being loaded
I/PowerWidget( 3736): Button list: toggleWifi|toggleBluetooth|toggleGPS|toggleSound
D/AudioHardwareMot( 1458): bufSize = 8192
D/AudioHardwareMot( 1458): bufSize = 8192
D/BluetoothManagerService( 1837): Message: 20
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothManagerService( 1837): Added callback: [email protected]:true
I/QuickSettingsController( 3736): Default tiles being loaded
I/QuickSettingsController( 3736): Tiles list: toggleUser|toggleBrightness|toggleSettings|toggleWifi|toggleMobileData|toggleBattery|toggleAirplane|toggleBluetooth
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
I/PowerWidget( 3736): Clearing any old widget stuffs
I/PowerWidget( 3736): Setting up widget
I/PowerWidget( 3736): Default buttons being loaded
I/PowerWidget( 3736): Button list: toggleWifi|toggleBluetooth|toggleGPS|toggleSound
D/PhoneStatusBar( 3736): disable: < expand icons alerts ticker system_info back home recent clock search >
D/dalvikvm( 1837): GC_EXPLICIT freed 375K, 26% free 8217K/11048K, paused 3ms+8ms, total 73ms
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/AudioHardwareMot( 1458): bufSize = 8192
I/Process ( 3711): Sending signal. PID: 3711 SIG: 9
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
I/ActivityManager( 1837): Process com.android.phone (pid 3711) has died.
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
I/ActivityManager( 1837): Start proc com.android.phone for restart com.android.phone: pid=3753 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1023, 1028}
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
W/dalvikvm( 3753): VFY: unable to resolve static field 3 (CONTENT_URI) in Landroid/provider/Telephony$MmsSms;
D/dalvikvm( 3753): VFY: replacing opcode 0x62 at 0x0008
W/dalvikvm( 3753): VFY: unable to resolve static field 2 (CONTENT_URI) in Landroid/provider/Telephony$Mms;
D/dalvikvm( 3753): VFY: replacing opcode 0x62 at 0x004d
E/dalvikvm( 3753): Could not find class 'com.google.android.mms.pdu.EncodedStringValue', referenced from method com.android.providers.telephony.MmsSmsDatabaseHelper.upgradeDatabaseToVersion46
W/dalvikvm( 3753): VFY: unable to resolve new-instance 49 (Lcom/google/android/mms/pdu/EncodedStringValue;) in Lcom/android/providers/telephony/MmsSmsDatabaseHelper;
D/dalvikvm( 3753): VFY: replacing opcode 0x22 at 0x0057
D/dalvikvm( 3753): DexOpt: unable to opt direct call 0x0103 at 0x5b in Lcom/android/providers/telephony/MmsSmsDatabaseHelper;.upgradeDatabaseToVersion46
W/dalvikvm( 3753): VFY: unable to find class referenced in signature (Landroid/telephony/SmsMessage;)
I/dalvikvm( 3753): Could not find method android.telephony.SmsMessage.getServiceCenterAddress, referenced from method com.android.providers.telephony.SmsProvider.convertIccToSms
W/dalvikvm( 3753): VFY: unable to resolve virtual method 102: Landroid/telephony/SmsMessage;.getServiceCenterAddress ()Ljava/lang/String;
D/dalvikvm( 3753): VFY: replacing opcode 0x6e at 0x0005
I/dalvikvm( 3753): Could not find method android.telephony.SmsManager.getDefault, referenced from method com.android.providers.telephony.SmsProvider.deleteMessageFromIcc
W/dalvikvm( 3753): VFY: unable to resolve static method 97: Landroid/telephony/SmsManager;.getDefault ()Landroid/telephony/SmsManager;
D/dalvikvm( 3753): VFY: replacing opcode 0x71 at 0x0001
I/dalvikvm( 3753): Could not find method android.telephony.SmsManager.getDefault, referenced from method com.android.providers.telephony.SmsProvider.getAllMessagesFromIcc
W/dalvikvm( 3753): VFY: unable to resolve static method 97: Landroid/telephony/SmsManager;.getDefault ()Landroid/telephony/SmsManager;
D/dalvikvm( 3753): VFY: replacing opcode 0x71 at 0x0000
I/dalvikvm( 3753): Could not find method android.telephony.SmsManager.getDefault, referenced from method com.android.providers.telephony.SmsProvider.getSingleMessageFromIcc
W/dalvikvm( 3753): VFY: unable to resolve static method 97: Landroid/telephony/SmsManager;.getDefault ()Landroid/telephony/SmsManager;
D/dalvikvm( 3753): VFY: replacing opcode 0x71 at 0x0004
W/dalvikvm( 3753): VFY: unable to resolve static field 3 (CONTENT_URI) in Landroid/provider/Telephony$MmsSms;
D/dalvikvm( 3753): VFY: replacing opcode 0x62 at 0x000c
I/dalvikvm( 3753): Could not find method android.provider.Telephony$Threads.getOrCreateThreadId, referenced from method com.android.providers.telephony.SmsProvider.insert
W/dalvikvm( 3753): VFY: unable to resolve static method 94: Landroid/provider/Telephony$Threads;.getOrCreateThreadId (Landroid/content/Context;Ljava/lang/String;)J
D/dalvikvm( 3753): VFY: replacing opcode 0x71 at 0x00a2
W/dalvikvm( 3753): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3753): VFY: replacing opcode 0x62 at 0x003c
W/dalvikvm( 3753): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3753): VFY: replacing opcode 0x62 at 0x001e
W/dalvikvm( 3753): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3753): VFY: replacing opcode 0x62 at 0x0114
W/dalvikvm( 3753): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3753): VFY: replacing opcode 0x62 at 0x003c
W/TelephonyProvider( 3753): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/TelephonyManager( 3753): getLteOnCdmaMode=0 curVal=-1 product_type='' lteOnCdmaProductType=''
W/dalvikvm( 3753): Unable to resolve superclass of Lcom/android/phone/IccProvider; (242)
W/dalvikvm( 3753): Link of class 'Lcom/android/phone/IccProvider;' failed
D/AndroidRuntime( 3753): Shutting down VM
W/dalvikvm( 3753): threadid=1: thread exiting with uncaught exception (group=0x40a88930)
E/AndroidRuntime( 3753): FATAL EXCEPTION: main
E/AndroidRuntime( 3753): java.lang.RuntimeException: Unable to get provider com.android.phone.IccProvider: java.lang.ClassNotFoundException: Didn't find class "com.android.phone.IccProvider" on path: /system/app/Phone.apk
E/AndroidRuntime( 3753): at android.app.ActivityThread.installProvider(ActivityThread.java:5042)
E/AndroidRuntime( 3753): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4652)
E/AndroidRuntime( 3753): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4592)
E/AndroidRuntime( 3753): at android.app.ActivityThread.access$1300(ActivityThread.java:154)
E/AndroidRuntime( 3753): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1308)
E/AndroidRuntime( 3753): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3753): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3753): at android.app.ActivityThread.main(ActivityThread.java:5261)
E/AndroidRuntime( 3753): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3753): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3753): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
E/AndroidRuntime( 3753): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
E/AndroidRuntime( 3753): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3753): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.phone.IccProvider" on path: /system/app/Phone.apk
E/AndroidRuntime( 3753): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:65)
E/AndroidRuntime( 3753): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
E/AndroidRuntime( 3753): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
E/AndroidRuntime( 3753): at android.app.ActivityThread.installProvider(ActivityThread.java:5027)
E/AndroidRuntime( 3753): ... 12 more
W/ActivityManager( 1837): Process com.android.phone has crashed too many times: killing!
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/SystemUIService( 3736): loading: class com.android.systemui.power.PowerUI
D/SystemUIService( 3736): running: [email protected]
D/PowerUI ( 3736): Preferences set: showLowBatteryWarning: true; playLowBatterySound: true
D/SystemUIService( 3736): loading: class com.android.systemui.media.RingtonePlayer
D/SystemUIService( 3736): running: [email protected]
D/AudioHardwareMot( 1458): bufSize = 8192
D/AudioHardwareMot( 1458): bufSize = 8192
D/AudioHardwareMot( 1458): bufSize = 8192
D/dalvikvm( 3736): GC_FOR_ALLOC freed 423K, 31% free 7717K/11048K, paused 21ms, total 21ms
D/AudioHardwareMot( 1458): bufSize = 8192
I/dalvikvm-heap( 3736): Grow heap (frag case) to 13.830MB for 3855376-byte allocation
D/AudioHardwareMot( 1458): bufSize = 8192
D/dalvikvm( 3736): GC_CONCURRENT freed 34K, 23% free 11448K/14816K, paused 2ms+3ms, total 25ms
D/libEGL ( 3736): loaded /system/lib/egl/libEGL_tegra.so
D/libEGL ( 3736): loaded /system/lib/egl/libGLESv1_CM_tegra.so
D/libEGL ( 3736): loaded /system/lib/egl/libGLESv2_tegra.so
E/libEGL ( 3736): call to OpenGL ES API with no current context (logged once per thread)
E/ImageWallpaperGL( 3736): requested texture size 1004x960 exceeds the support maximum of 0x0
I/Choreographer( 3736): Skipped 52 frames! The application may be doing too much work on its main thread.
D/AndroidRuntime( 3736): Shutting down VM
W/dalvikvm( 3736): threadid=1: thread exiting with uncaught exception (group=0x40a88930)
E/AndroidRuntime( 3736): FATAL EXCEPTION: main
E/AndroidRuntime( 3736): java.lang.NoClassDefFoundError: com.android.internal.telephony.PhoneStateIntentReceiver
E/AndroidRuntime( 3736): at com.android.systemui.statusbar.policy.SignalText.onAttachedToWindow(SignalText.java:93)
E/AndroidRuntime( 3736): at android.view.View.dispatchAttachedToWindow(View.java:11937)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1192)
E/AndroidRuntime( 3736): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:989)
E/AndroidRuntime( 3736): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4351)
E/AndroidRuntime( 3736): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749)
E/AndroidRuntime( 3736): at android.view.Choreographer.doCallbacks(Choreographer.java:562)
E/AndroidRuntime( 3736): at android.view.Choreographer.doFrame(Choreographer.java:532)
E/AndroidRuntime( 3736): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735)
E/AndroidRuntime( 3736): at android.os.Handler.handleCallback(Handler.java:725)
E/AndroidRuntime( 3736): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 3736): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3736): at android.app.ActivityThread.main(ActivityThread.java:5261)
E/AndroidRuntime( 3736): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3736): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3736): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
E/AndroidRuntime( 3736): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
E/AndroidRuntime( 3736): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 1837): Process com.android.systemui has crashed too many times: killing!
D/AudioHardwareMot( 1458): AudioStreamOutMot::standby called
D/AudioHardwareMot( 1458): Output 0x2a009f98 entering standby
rishie said:
I too am facing the same System UI, phone process killed errors. tried reinstalling with CDMA, USCC, EMMC, SDCARD almost all the combinations, but it does work. Going back to my previous rom right now.
Here's some logcat output...
Code:
I/PowerWidget( 3695): Setting up widget
I/PowerWidget( 3695): Default buttons being loaded
I/PowerWidget( 3695): Button list: toggleWifi|toggleBluetooth|toggleGPS|toggleSound
W/dalvikvm( 3711): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3711): VFY: replacing opcode 0x62 at 0x003c
W/dalvikvm( 3711): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3711): VFY: replacing opcode 0x62 at 0x001e
W/dalvikvm( 3711): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3711): VFY: replacing opcode 0x62 at 0x0114
W/dalvikvm( 3711): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3711): VFY: replacing opcode 0x62 at 0x003c
W/TelephonyProvider( 3711): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/TelephonyManager( 3711): getLteOnCdmaMode=0 curVal=-1 product_type='' lteOnCdmaProductType=''
W/dalvikvm( 3711): Unable to resolve superclass of Lcom/android/phone/IccProvider; (242)
W/dalvikvm( 3711): Link of class 'Lcom/android/phone/IccProvider;' failed
D/AndroidRuntime( 3711): Shutting down VM
W/dalvikvm( 3711): threadid=1: thread exiting with uncaught exception (group=0x40a88930)
E/AndroidRuntime( 3711): FATAL EXCEPTION: main
E/AndroidRuntime( 3711): java.lang.RuntimeException: Unable to get provider com.android.phone.IccProvider: java.lang.ClassNotFoundException: Didn't find class "com.android.phone.IccProvider" on path: /system/app/Phone.apk
E/AndroidRuntime( 3711): at android.app.ActivityThread.installProvider(ActivityThread.java:5042)
E/AndroidRuntime( 3711): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4652)
E/AndroidRuntime( 3711): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4592)
E/AndroidRuntime( 3711): at android.app.ActivityThread.access$1300(ActivityThread.java:154)
E/AndroidRuntime( 3711): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1308)
E/AndroidRuntime( 3711): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3711): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3711): at android.app.ActivityThread.main(ActivityThread.java:5261)
E/AndroidRuntime( 3711): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3711): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3711): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
E/AndroidRuntime( 3711): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
E/AndroidRuntime( 3711): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3711): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.phone.IccProvider" on path: /system/app/Phone.apk
E/AndroidRuntime( 3711): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:65)
E/AndroidRuntime( 3711): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
E/AndroidRuntime( 3711): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
E/AndroidRuntime( 3711): at android.app.ActivityThread.installProvider(ActivityThread.java:5027)
E/AndroidRuntime( 3711): ... 12 more
W/ActivityManager( 1837): Process com.android.phone has crashed too many times: killing!
D/AudioHardwareMot( 1458): bufSize = 8192
D/dalvikvm( 1837): GC_EXPLICIT freed 477K, 26% free 8199K/11048K, paused 5ms+8ms, total 80ms
D/AudioHardwareMot( 1458): bufSize = 8192
D/PhoneStatusBar( 3695): disable: < expand icons alerts ticker system_info back home recent clock search >
D/AudioHardwareMot( 1458): bufSize = 8192
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/AudioHardwareMot( 1458): bufSize = 8192
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/AudioHardwareMot( 1458): bufSize = 8192
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3695): 1088987856: getState() : mService = null. Returning STATE_OFF
D/SystemUIService( 3695): loading: class com.android.systemui.power.PowerUI
D/SystemUIService( 3695): running: [email protected]
D/PowerUI ( 3695): Preferences set: showLowBatteryWarning: true; playLowBatterySound: true
D/SystemUIService( 3695): loading: class com.android.systemui.media.RingtonePlayer
D/SystemUIService( 3695): running: [email protected]
D/dalvikvm( 3695): GC_FOR_ALLOC freed 450K, 31% free 7718K/11048K, paused 19ms, total 19ms
I/dalvikvm-heap( 3695): Grow heap (frag case) to 13.832MB for 3855376-byte allocation
D/dalvikvm( 3695): GC_CONCURRENT freed 34K, 23% free 11449K/14816K, paused 3ms+2ms, total 25ms
D/libEGL ( 3695): loaded /system/lib/egl/libEGL_tegra.so
D/libEGL ( 3695): loaded /system/lib/egl/libGLESv1_CM_tegra.so
D/libEGL ( 3695): loaded /system/lib/egl/libGLESv2_tegra.so
E/libEGL ( 3695): call to OpenGL ES API with no current context (logged once per thread)
E/ImageWallpaperGL( 3695): requested texture size 1004x960 exceeds the support maximum of 0x0
I/Choreographer( 3695): Skipped 48 frames! The application may be doing too much work on its main thread.
D/AndroidRuntime( 3695): Shutting down VM
W/dalvikvm( 3695): threadid=1: thread exiting with uncaught exception (group=0x40a88930)
E/AndroidRuntime( 3695): FATAL EXCEPTION: main
E/AndroidRuntime( 3695): java.lang.NoClassDefFoundError: com.android.internal.telephony.PhoneStateIntentReceiver
E/AndroidRuntime( 3695): at com.android.systemui.statusbar.policy.SignalText.onAttachedToWindow(SignalText.java:93)
E/AndroidRuntime( 3695): at android.view.View.dispatchAttachedToWindow(View.java:11937)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3695): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1192)
E/AndroidRuntime( 3695): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:989)
E/AndroidRuntime( 3695): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4351)
E/AndroidRuntime( 3695): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749)
E/AndroidRuntime( 3695): at android.view.Choreographer.doCallbacks(Choreographer.java:562)
E/AndroidRuntime( 3695): at android.view.Choreographer.doFrame(Choreographer.java:532)
E/AndroidRuntime( 3695): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735)
E/AndroidRuntime( 3695): at android.os.Handler.handleCallback(Handler.java:725)
E/AndroidRuntime( 3695): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 3695): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3695): at android.app.ActivityThread.main(ActivityThread.java:5261)
E/AndroidRuntime( 3695): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3695): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3695): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
E/AndroidRuntime( 3695): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
E/AndroidRuntime( 3695): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 1837): Process com.android.systemui has crashed too many times: killing!
D/AudioHardwareMot( 1458): bufSize = 8192
I/Process ( 3695): Sending signal. PID: 3695 SIG: 9
I/ActivityManager( 1837): Process com.android.systemui (pid 3695) has died.
W/InputDispatcher( 1837): channel '40d97b58 StatusBar (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 1837): channel '40d97b58 StatusBar (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 1837): channel '40dc7948 com.android.systemui.ImageWallpaper (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 1837): channel '40dc7948 com.android.systemui.ImageWallpaper (server)' ~ Channel is unrecoverably broken and will be disposed!
I/WindowState( 1837): WIN DEATH: Window{40d97b58 u0 StatusBar}
W/InputDispatcher( 1837): Attempted to unregister already unregistered input channel '40d97b58 StatusBar (server)'
W/WallpaperService( 1837): Wallpaper service gone: ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpaper}
W/WallpaperService( 1837): Reverting to built-in wallpaper!
W/ActivityManager( 1837): Scheduling restart of crashed service com.android.systemui/.ImageWallpaper in 0ms
W/ActivityManager( 1837): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
W/InputDispatcher( 1837): Attempted to unregister already unregistered input channel '40dc7948 com.android.systemui.ImageWallpaper (server)'
I/WindowState( 1837): WIN DEATH: Window{40dc7948 u0 com.android.systemui.ImageWallpaper}
I/ActivityManager( 1837): Start proc com.android.systemui for restart com.android.systemui: pid=3736 uid=10045 gids={50045, 1028, 1015, 1023, 3002, 3001, 1006}
D/SystemUIService( 3736): loading: class com.android.systemui.statusbar.phone.PhoneStatusBar
D/SystemUIService( 3736): running: [email protected]
I/StatusBarManagerService( 1837): registerStatusBar [email protected]8
E/dalvikvm( 3736): Could not find class 'com.android.internal.telephony.PhoneStateIntentReceiver', referenced from method com.android.systemui.statusbar.policy.SignalText.onAttachedToWindow
W/dalvikvm( 3736): VFY: unable to resolve new-instance 329 (Lcom/android/internal/telephony/PhoneStateIntentReceiver;) in Lcom/android/systemui/statusbar/policy/SignalText;
D/dalvikvm( 3736): VFY: replacing opcode 0x22 at 0x0029
I/dalvikvm( 3736): Could not find method com.android.internal.telephony.PhoneStateIntentReceiver.unregisterIntent, referenced from method com.android.systemui.statusbar.policy.SignalText.onDetachedFromWindow
W/dalvikvm( 3736): VFY: unable to resolve virtual method 1382: Lcom/android/internal/telephony/PhoneStateIntentReceiver;.unregisterIntent ()V
D/dalvikvm( 3736): VFY: replacing opcode 0x6e at 0x000c
I/dalvikvm( 3736): Could not find method com.android.internal.telephony.PhoneStateIntentReceiver.getSignalStrengthDbm, referenced from method com.android.systemui.statusbar.policy.SignalText.updateSignalStrength
W/dalvikvm( 3736): VFY: unable to resolve virtual method 1378: Lcom/android/internal/telephony/PhoneStateIntentReceiver;.getSignalStrengthDbm ()I
D/dalvikvm( 3736): VFY: replacing opcode 0x6e at 0x0004
D/dalvikvm( 3736): DexOpt: unable to opt direct call 0x0561 at 0x2f in Lcom/android/systemui/statusbar/policy/SignalText;.onAttachedToWindow
D/AudioHardwareMot( 1458): bufSize = 8192
D/AudioHardwareMot( 1458): bufSize = 8192
D/AudioHardwareMot( 1458): bufSize = 8192
I/PowerWidget( 3736): Clearing any old widget stuffs
I/PowerWidget( 3736): Setting up widget
I/PowerWidget( 3736): Default buttons being loaded
I/PowerWidget( 3736): Button list: toggleWifi|toggleBluetooth|toggleGPS|toggleSound
D/AudioHardwareMot( 1458): bufSize = 8192
D/AudioHardwareMot( 1458): bufSize = 8192
D/BluetoothManagerService( 1837): Message: 20
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothManagerService( 1837): Added callback: [email protected]:true
I/QuickSettingsController( 3736): Default tiles being loaded
I/QuickSettingsController( 3736): Tiles list: toggleUser|toggleBrightness|toggleSettings|toggleWifi|toggleMobileData|toggleBattery|toggleAirplane|toggleBluetooth
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
I/PowerWidget( 3736): Clearing any old widget stuffs
I/PowerWidget( 3736): Setting up widget
I/PowerWidget( 3736): Default buttons being loaded
I/PowerWidget( 3736): Button list: toggleWifi|toggleBluetooth|toggleGPS|toggleSound
D/PhoneStatusBar( 3736): disable: < expand icons alerts ticker system_info back home recent clock search >
D/dalvikvm( 1837): GC_EXPLICIT freed 375K, 26% free 8217K/11048K, paused 3ms+8ms, total 73ms
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/AudioHardwareMot( 1458): bufSize = 8192
I/Process ( 3711): Sending signal. PID: 3711 SIG: 9
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
I/ActivityManager( 1837): Process com.android.phone (pid 3711) has died.
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
I/ActivityManager( 1837): Start proc com.android.phone for restart com.android.phone: pid=3753 uid=1001 gids={41001, 3002, 3001, 3003, 1015, 1023, 1028}
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
W/dalvikvm( 3753): VFY: unable to resolve static field 3 (CONTENT_URI) in Landroid/provider/Telephony$MmsSms;
D/dalvikvm( 3753): VFY: replacing opcode 0x62 at 0x0008
W/dalvikvm( 3753): VFY: unable to resolve static field 2 (CONTENT_URI) in Landroid/provider/Telephony$Mms;
D/dalvikvm( 3753): VFY: replacing opcode 0x62 at 0x004d
E/dalvikvm( 3753): Could not find class 'com.google.android.mms.pdu.EncodedStringValue', referenced from method com.android.providers.telephony.MmsSmsDatabaseHelper.upgradeDatabaseToVersion46
W/dalvikvm( 3753): VFY: unable to resolve new-instance 49 (Lcom/google/android/mms/pdu/EncodedStringValue;) in Lcom/android/providers/telephony/MmsSmsDatabaseHelper;
D/dalvikvm( 3753): VFY: replacing opcode 0x22 at 0x0057
D/dalvikvm( 3753): DexOpt: unable to opt direct call 0x0103 at 0x5b in Lcom/android/providers/telephony/MmsSmsDatabaseHelper;.upgradeDatabaseToVersion46
W/dalvikvm( 3753): VFY: unable to find class referenced in signature (Landroid/telephony/SmsMessage;)
I/dalvikvm( 3753): Could not find method android.telephony.SmsMessage.getServiceCenterAddress, referenced from method com.android.providers.telephony.SmsProvider.convertIccToSms
W/dalvikvm( 3753): VFY: unable to resolve virtual method 102: Landroid/telephony/SmsMessage;.getServiceCenterAddress ()Ljava/lang/String;
D/dalvikvm( 3753): VFY: replacing opcode 0x6e at 0x0005
I/dalvikvm( 3753): Could not find method android.telephony.SmsManager.getDefault, referenced from method com.android.providers.telephony.SmsProvider.deleteMessageFromIcc
W/dalvikvm( 3753): VFY: unable to resolve static method 97: Landroid/telephony/SmsManager;.getDefault ()Landroid/telephony/SmsManager;
D/dalvikvm( 3753): VFY: replacing opcode 0x71 at 0x0001
I/dalvikvm( 3753): Could not find method android.telephony.SmsManager.getDefault, referenced from method com.android.providers.telephony.SmsProvider.getAllMessagesFromIcc
W/dalvikvm( 3753): VFY: unable to resolve static method 97: Landroid/telephony/SmsManager;.getDefault ()Landroid/telephony/SmsManager;
D/dalvikvm( 3753): VFY: replacing opcode 0x71 at 0x0000
I/dalvikvm( 3753): Could not find method android.telephony.SmsManager.getDefault, referenced from method com.android.providers.telephony.SmsProvider.getSingleMessageFromIcc
W/dalvikvm( 3753): VFY: unable to resolve static method 97: Landroid/telephony/SmsManager;.getDefault ()Landroid/telephony/SmsManager;
D/dalvikvm( 3753): VFY: replacing opcode 0x71 at 0x0004
W/dalvikvm( 3753): VFY: unable to resolve static field 3 (CONTENT_URI) in Landroid/provider/Telephony$MmsSms;
D/dalvikvm( 3753): VFY: replacing opcode 0x62 at 0x000c
I/dalvikvm( 3753): Could not find method android.provider.Telephony$Threads.getOrCreateThreadId, referenced from method com.android.providers.telephony.SmsProvider.insert
W/dalvikvm( 3753): VFY: unable to resolve static method 94: Landroid/provider/Telephony$Threads;.getOrCreateThreadId (Landroid/content/Context;Ljava/lang/String;)J
D/dalvikvm( 3753): VFY: replacing opcode 0x71 at 0x00a2
W/dalvikvm( 3753): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3753): VFY: replacing opcode 0x62 at 0x003c
W/dalvikvm( 3753): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3753): VFY: replacing opcode 0x62 at 0x001e
W/dalvikvm( 3753): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3753): VFY: replacing opcode 0x62 at 0x0114
W/dalvikvm( 3753): VFY: unable to resolve static field 1 (CONTENT_URI) in Landroid/provider/Telephony$Carriers;
D/dalvikvm( 3753): VFY: replacing opcode 0x62 at 0x003c
W/TelephonyProvider( 3753): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1
D/TelephonyManager( 3753): getLteOnCdmaMode=0 curVal=-1 product_type='' lteOnCdmaProductType=''
W/dalvikvm( 3753): Unable to resolve superclass of Lcom/android/phone/IccProvider; (242)
W/dalvikvm( 3753): Link of class 'Lcom/android/phone/IccProvider;' failed
D/AndroidRuntime( 3753): Shutting down VM
W/dalvikvm( 3753): threadid=1: thread exiting with uncaught exception (group=0x40a88930)
E/AndroidRuntime( 3753): FATAL EXCEPTION: main
E/AndroidRuntime( 3753): java.lang.RuntimeException: Unable to get provider com.android.phone.IccProvider: java.lang.ClassNotFoundException: Didn't find class "com.android.phone.IccProvider" on path: /system/app/Phone.apk
E/AndroidRuntime( 3753): at android.app.ActivityThread.installProvider(ActivityThread.java:5042)
E/AndroidRuntime( 3753): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4652)
E/AndroidRuntime( 3753): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4592)
E/AndroidRuntime( 3753): at android.app.ActivityThread.access$1300(ActivityThread.java:154)
E/AndroidRuntime( 3753): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1308)
E/AndroidRuntime( 3753): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3753): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3753): at android.app.ActivityThread.main(ActivityThread.java:5261)
E/AndroidRuntime( 3753): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3753): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3753): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
E/AndroidRuntime( 3753): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
E/AndroidRuntime( 3753): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3753): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.phone.IccProvider" on path: /system/app/Phone.apk
E/AndroidRuntime( 3753): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:65)
E/AndroidRuntime( 3753): at java.lang.ClassLoader.loadClass(ClassLoader.java:501)
E/AndroidRuntime( 3753): at java.lang.ClassLoader.loadClass(ClassLoader.java:461)
E/AndroidRuntime( 3753): at android.app.ActivityThread.installProvider(ActivityThread.java:5027)
E/AndroidRuntime( 3753): ... 12 more
W/ActivityManager( 1837): Process com.android.phone has crashed too many times: killing!
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/BluetoothAdapter( 3736): 1088995296: getState() : mService = null. Returning STATE_OFF
D/SystemUIService( 3736): loading: class com.android.systemui.power.PowerUI
D/SystemUIService( 3736): running: [email protected]
D/PowerUI ( 3736): Preferences set: showLowBatteryWarning: true; playLowBatterySound: true
D/SystemUIService( 3736): loading: class com.android.systemui.media.RingtonePlayer
D/SystemUIService( 3736): running: [email protected]
D/AudioHardwareMot( 1458): bufSize = 8192
D/AudioHardwareMot( 1458): bufSize = 8192
D/AudioHardwareMot( 1458): bufSize = 8192
D/dalvikvm( 3736): GC_FOR_ALLOC freed 423K, 31% free 7717K/11048K, paused 21ms, total 21ms
D/AudioHardwareMot( 1458): bufSize = 8192
I/dalvikvm-heap( 3736): Grow heap (frag case) to 13.830MB for 3855376-byte allocation
D/AudioHardwareMot( 1458): bufSize = 8192
D/dalvikvm( 3736): GC_CONCURRENT freed 34K, 23% free 11448K/14816K, paused 2ms+3ms, total 25ms
D/libEGL ( 3736): loaded /system/lib/egl/libEGL_tegra.so
D/libEGL ( 3736): loaded /system/lib/egl/libGLESv1_CM_tegra.so
D/libEGL ( 3736): loaded /system/lib/egl/libGLESv2_tegra.so
E/libEGL ( 3736): call to OpenGL ES API with no current context (logged once per thread)
E/ImageWallpaperGL( 3736): requested texture size 1004x960 exceeds the support maximum of 0x0
I/Choreographer( 3736): Skipped 52 frames! The application may be doing too much work on its main thread.
D/AndroidRuntime( 3736): Shutting down VM
W/dalvikvm( 3736): threadid=1: thread exiting with uncaught exception (group=0x40a88930)
E/AndroidRuntime( 3736): FATAL EXCEPTION: main
E/AndroidRuntime( 3736): java.lang.NoClassDefFoundError: com.android.internal.telephony.PhoneStateIntentReceiver
E/AndroidRuntime( 3736): at com.android.systemui.statusbar.policy.SignalText.onAttachedToWindow(SignalText.java:93)
E/AndroidRuntime( 3736): at android.view.View.dispatchAttachedToWindow(View.java:11937)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:2422)
E/AndroidRuntime( 3736): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1192)
E/AndroidRuntime( 3736): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:989)
E/AndroidRuntime( 3736): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4351)
E/AndroidRuntime( 3736): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749)
E/AndroidRuntime( 3736): at android.view.Choreographer.doCallbacks(Choreographer.java:562)
E/AndroidRuntime( 3736): at android.view.Choreographer.doFrame(Choreographer.java:532)
E/AndroidRuntime( 3736): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735)
E/AndroidRuntime( 3736): at android.os.Handler.handleCallback(Handler.java:725)
E/AndroidRuntime( 3736): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 3736): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3736): at android.app.ActivityThread.main(ActivityThread.java:5261)
E/AndroidRuntime( 3736): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3736): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 3736): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:799)
E/AndroidRuntime( 3736): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
E/AndroidRuntime( 3736): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 1837): Process com.android.systemui has crashed too many times: killing!
D/AudioHardwareMot( 1458): AudioStreamOutMot::standby called
D/AudioHardwareMot( 1458): Output 0x2a009f98 entering standby
Click to expand...
Click to collapse
Do me a favor. Look in the rom and let me know the size of the apns-conf.xml.