Hi
I am new to this, my first ROM was LeeDroid v2.1 and I just updated to 2.1a and I cleared all cache and data.
I use the HTC Mail application, and with both installs I am finding that it is crashing when I attempt to do anything to an email in my exchange account. Some details:
the error I am receiving "The application Mail (process com.htc.android.mail) has stopped unexpectedly. Please try again." I will receive this error when I attempt to read or manipulate an email in the inbox (eg. just hold down on the email to get more options, say to delete it).
As mentioned, this only fails on an exchange email account type. I have another IMAP account setup which works flawlessly.
The AirSync capable email server I am using is CommuniGate Pro, 5.3.9 (if this makes any difference). I checked the server logs and when I do something to an email on the phone no logs are shown which seems to indicate that it is purely a phone/app issue as no request is making it to the server.
THe phone is a HTC Desire, this used to work fine on the original install. eg before I rooted and installed a new ROM.
any ideas? I have tried going to to application manager and "clear data" for mail and re set everything up with no success. My boss also has the exact same setup but his works fine.. :\
Let me know.
Thanks
any ideas how I can diagnosse or solve this problem?
I found the following:
http://developer.android.com/guide/developing/tools/adb.html
and the log from when i click on an email to view it is the following:
VD/AndroidRuntime( 6215): Shutting down VM
W/dalvikvm( 6215): threadid=1: thread exiting with uncaught exception (group=0x400259f8)
E/AndroidRuntime( 6215): FATAL EXCEPTION: main
E/AndroidRuntime( 6215): java.lang.NullPointerException
E/AndroidRuntime( 6215): at com.htc.android.mail.MailListTab.onListItemClick(MailListTab.java:3445)
E/AndroidRuntime( 6215): at com.htc.android.mail.MailListTab$TabInfo$1.onItemClick(MailListTab.java:5073)
E/AndroidRuntime( 6215): at com.htc.widget.HtcAdapterView.performItemClick(HtcAdapterView.java:379)
E/AndroidRuntime( 6215): at com.htc.widget.HtcListViewCore.performItemClick(HtcListViewCore.java:4989)
E/AndroidRuntime( 6215): at com.htc.widget.HtcAbsListView$PerformClick.run(HtcAbsListView.java:1978)
E/AndroidRuntime( 6215): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 6215): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 6215): at android.os.Looper.loop(Looper.java:144)
E/AndroidRuntime( 6215): at android.app.ActivityThread.main(ActivityThread.java:4937)
E/AndroidRuntime( 6215): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6215): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 6215): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 6215): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime( 6215): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 156): Force finishing activity com.htc.android.mail/.MailListTab
I/global ( 156): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 156): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
W/ActivityManager( 156): Activity pause timeout for HistoryRecord{46e26a70 com.htc.android.mail/.MailListTab}
D/Sensors ( 156): close_akm, fd=71
D/Sensors ( 156): open_akm, fd=130
D/AK8973 ( 135): Compass CLOSE
D/AK8973 ( 135): Compass Start
D/dalvikvm( 156): GC_FOR_MALLOC freed 10679 objects / 1229744 bytes in 152ms
I/global ( 156): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/dalvikvm( 156): GC_FOR_MALLOC freed 3661 objects / 1028568 bytes in 109ms
E/ActivityManager( 156): Error running process
E/ActivityManager( 156): java.io.IOException: Error running exec(). Command: [/system/xbin/procrank] Working Directory: null Environment: [ANDROID_SOCKET_zygote=11, ANDROID_BOOTLOGO=1, EXTERNAL_STORAGE=/mnt/sdcard, ANDROID_ASSETS=/system/app, TERMINFO=/system/etc/terminfo, ASEC_MOUNTPOINT=/mnt/asec, PATH=/sbin:/system/sbin:/system/bin:/system/xbin, ANDROID_DATA=/data, BOOTCLASSPATH=/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/com.htc.framework.jar:/system/framework/com.htc.android.pimlib.jar:/system/framework/com.htc.android.easopen.jar:/system/framework/com.scalado.util.ScaladoUtil.jar, ANDROID_PROPERTY_WORKSPACE=10,65536, ANDROID_ROOT=/system, LD_LIBRARY_PATH=/system/lib]
E/ActivityManager( 156): at java.lang.ProcessManager.exec(ProcessManager.java:226)
E/ActivityManager( 156): at java.lang.ProcessBuilder.start(ProcessBuilder.java:201)
E/ActivityManager( 156): at com.android.server.am.ActivityManagerService.logProcessResult(ActivityManagerService.java:9438)
E/ActivityManager( 156): at com.android.server.am.ActivityManagerService.access$900(ActivityManagerService.java:155)
E/ActivityManager( 156): at com.android.server.am.ActivityManagerService$9.run(ActivityManagerService.java:9615)
E/ActivityManager( 156): Caused by: java.io.IOException: Permission denied
E/ActivityManager( 156): at java.lang.ProcessManager.exec(Native Method)
E/ActivityManager( 156): at java.lang.ProcessManager.exec(ProcessManager.java:224)
E/ActivityManager( 156): ... 4 more
D/dalvikvm( 6035): GC_EXPLICIT freed 180 objects / 10568 bytes in 73ms
D/webviewglue( 6035): nativeDestroy view: 0x2c5818
W/ActivityManager( 156): Activity destroy timeout for HistoryRecord{46e26a70 com.htc.android.mail/.MailListTab}
D/dalvikvm( 334): GC_EXPLICIT freed 22 objects / 928 bytes in 63ms
Hi
using abd, I found that /system/xbin/procrank only had the permisisons of rw_r__r__, so I changed it to 777. I now only receive the null pointer exception.
D/PowerManagerService( 154): New lightsensor value:160, lcdValue:160
D/AndroidRuntime(10795): Shutting down VM
W/dalvikvm(10795): threadid=1: thread exiting with uncaught exception (group=0x400259f8)
E/AndroidRuntime(10795): FATAL EXCEPTION: main
E/AndroidRuntime(10795): java.lang.NullPointerException
E/AndroidRuntime(10795): at com.htc.android.mail.MailListTab.onListItemClick(MailListTab.java:3445)
E/AndroidRuntime(10795): at com.htc.android.mail.MailListTab$TabInfo$1.onItemClick(MailListTab.java:5073)
E/AndroidRuntime(10795): at com.htc.widget.HtcAdapterView.performItemClick(HtcAdapterView.java:379)
E/AndroidRuntime(10795): at com.htc.widget.HtcListViewCore.performItemClick(HtcListViewCore.java:4989)
E/AndroidRuntime(10795): at com.htc.widget.HtcAbsListView$PerformClick.run(HtcAbsListView.java:1978)
E/AndroidRuntime(10795): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime(10795): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(10795): at android.os.Looper.loop(Looper.java:144)
E/AndroidRuntime(10795): at android.app.ActivityThread.main(ActivityThread.java:4937)
E/AndroidRuntime(10795): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(10795): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(10795): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime(10795): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime(10795): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 154): Force finishing activity com.htc.android.mail/.MailListTab
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/dalvikvm( 154): GC_FOR_MALLOC freed 22722 objects / 3414352 bytes in 129ms
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
W/ActivityManager( 154): Activity pause timeout for HistoryRecord{46d46718 com.htc.android.mail/.MailListTab}
I/ActivityManager( 154): No longer want com.htc.htcMessageUploader (pid 9900): hidden #16
I/ActivityManager( 154): No longer want com.google.android.gm (pid 9934): hidden #16
I/ActivityManager( 154): No longer want com.htc.BugReport (pid 9891): hidden #16
I/ActivityManager( 154): No longer want com.ebay.mobile:remote (pid 9884): hidden #16
I/ActivityManager( 154): No longer want com.nodeplus.android.nodecon (pid 8279): hidden #16
I/ActivityManager( 154): No longer want com.google.android.googlequicksearchbox (pid 8703): hidden #16
I/ActivityManager( 154): No longer want com.keramidas.TitaniumBackup (pid 8695): hidden #16
D/Sensors ( 154): close_akm, fd=27
I/ActivityManager( 154): No longer want com.android.voicedialer (pid 8687): hidden #16
D/AK8973 ( 133): Compass CLOSE
D/dalvikvm( 154): GC_FOR_MALLOC freed 6997 objects / 1147720 bytes in 159ms
W/ContentService( 154): binderDied() at ObserverNode name com.google.android.gsf.gservices
W/ActivityManager( 154): Scheduling restart of crashed service com.nodeplus.android.nodecon/.ReminderService in 5000ms
D/AK8973 ( 133): Compass Start
D/Sensors ( 154): open_akm, fd=131
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/global ( 154): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
D/dalvikvm( 154): GC_FOR_MALLOC freed 7943 objects / 996312 bytes in 109ms
I/BatteryStatsImpl( 154): notePhoneSignalStrengthLocked: 4->3
I/ActivityManager( 154): Start proc com.nodeplus.android.nodecon for service com.nodeplus.android.nodecon/.ReminderService: pid=10837 uid=10102 gids={1015}
I/Process (10795): Sending signal. PID: 10795 SIG: 9
W/ContentService( 154): binderDied() at ObserverNode name com.android.contacts
I/ActivityManager( 154): Process com.htc.android.mail (pid 10795) has died.
I/WindowManager( 154): WIN DEATH: Window{46c7f8b8 com.htc.android.mail/com.htc.android.mail.MailListTab paused=false}
W/ContentService( 154): binderDied() at ObserverNode name read
W/ContentService( 154): binderDied() at ObserverNode name default
W/ContentService( 154): binderDied() at ObserverNode name moveMail
W/ContentService( 154): binderDied() at ObserverNode name deleteMail
W/ContentService( 154): binderDied() at ObserverNode name markStar
D/WindowManager( 154): I'm tired mEndcallBehavior=0x2
I/power ( 154): *** set_screen_state 0
V/KeyguardViewMediator( 154): password timeout delay 297928ms
D/KeyguardViewManager( 154): show()
D/HtcLockScreen( 154): onScreenRestart
I/HtcLockScreen( 154): updateStatusViewByPriority, mIsSimCheckView = false, mIsBatteryInfo = false, mIsMusicPlaying = false, mIsAirPlaneMode = false
I/HtcLockScreen( 154): HtcLockScreennResume
D/StatusBar( 154): DISABLE_EXPAND: yes
D/Sensors ( 154): close_akm, fd=131
D/ConnectivityService( 154): getMobileDataEnabled returning true
D/ConnectivityService( 154): getMobileDataEnabled returning true
D/ConnectivityService( 154): getMobileDataEnabled returning true
D/WifiService( 154): ACTION_SCREEN_OFF
D/WifiService( 154): setting ACTION_DEVICE_IDLE timer for 900000ms
V/AlarmManager( 154): Adding Alarm{46b44340 type 0 android} Oct 11 12:52:22 pm
D/Sensors ( 154): open_akm, fd=131
D/Sensors ( 154): close_akm, fd=131
V/AlarmManager( 154): Adding Alarm{46c346f0 type 2 org.sipdroid.sipua} Jan 03 08:04:06 am
D/SurfaceFlinger( 154): About to give-up screen, flinger = 0xb4820
D/AK8973 ( 133): Compass CLOSE
W/ActivityManager( 154): Activity destroy timeout for HistoryRecord{46d46718 com.htc.android.mail/.MailListTab}
D/dalvikvm( 6101): GC_EXPLICIT freed 3303 objects / 208216 bytes in 59ms
D/dalvikvm( 470): GC_EXPLICIT freed 762 objects / 49600 bytes in 46ms
D/dalvikvm( 311): GC_EXPLICIT freed 19 objects / 904 bytes in 77ms
D/dalvikvm( 397): GC_EXPLICIT freed 488 objects / 22544 bytes in 68ms
D/dalvikvm( 8714): GC_EXPLICIT freed 2732 objects / 138728 bytes in 62ms
can anyone help with this?
I have managed to resolve this issue, there was a problem with a settings file for my email account on the server.. I removed this, made the server recreate the file and now it works fine.
Thanks
Hello, i've a Legend and since a few month, and anytime i see process.android.phone.acore has stopped and i need to enter my pin code. I thought is the root which caused the problem, but last week i've bought an unbranded (not rooted but no operator brand) Desire and i've the same problem
I've caught the problem in logcat with the desire:
Code:
D/TelephonyRegistry( 99): notifyDataConnection() state=2isDataConnectivityPossible()true, reason=null
D/TelephonyRegistry( 99): broadcastDataConnectionStateChanged() state=CONNECTEDtypes=default, interfaceName=rmnet0
D/TelephonyRegistry( 99): notifyDataConnection() state=2isDataConnectivityPossible()true, reason=null
D/TelephonyRegistry( 99): broadcastDataConnectionStateChanged() state=CONNECTEDtypes=default, interfaceName=rmnet0
W/InputManagerService( 99): Starting input on non-focused client [email protected] (uid=9998 pid=2571)
E/AndroidRuntime( 234): FATAL EXCEPTION: Thread-59
E/AndroidRuntime( 234): java.lang.IllegalStateException: Couldn't init cursor window
E/AndroidRuntime( 234): at android.database.CursorWindow.native_init(Native Method)
E/AndroidRuntime( 234): at android.database.CursorWindow.<init>(CursorWindow.java:41)
E/AndroidRuntime( 234): at android.content.ContentProviderProxy.query(ContentProviderNative.java:406)
E/AndroidRuntime( 234): at android.content.ContentResolver.query(ContentResolver.java:245)
E/AndroidRuntime( 234): at com.android.internal.telephony.CallerInfo.getCallerInfo(CallerInfo.java:371)
E/AndroidRuntime( 234): at com.android.internal.telephony.CallerInfo.getCallerInfo(CallerInfo.java:406)
E/AndroidRuntime( 234): at com.android.internal.telephony.CallerInfo.getCallerId(CallerInfo.java:441)
E/AndroidRuntime( 234): at android.provider.Telephony$Mms.getDisplayAddress(Telephony.java:1794)
E/AndroidRuntime( 234): at com.android.providers.telephony.SmsProvider$1.run(SmsProvider.java:550)
E/AndroidRuntime( 234): at java.lang.Thread.run(Thread.java:1102)
W/InputManagerService( 99): Window already focused, ignoring focus gain of: [email protected]
E/ActivityManager( 99): Error running process
E/ActivityManager( 99): java.io.IOException: Error running exec(). Command: [/system/xbin/procrank] Working Directory: null Environment: [ANDROID_SOCKET_zygote=11, ANDROID_BOOTLOGO=1, EXTERNAL_STORAGE=/mnt/sdcard, ANDROID_ASSETS=/system/app, ASEC_MOUNTPOINT=/mnt/asec, PATH=/sbin:/system/sbin:/system/bin:/system/xbin, ANDROID_DATA=/data, BOOTCLASSPATH=/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/com.htc.framework.jar:/system/framework/com.htc.android.pimlib.jar:/system/framework/com.htc.android.easopen.jar:/system/framework/com.scalado.util.ScaladoUtil.jar, ANDROID_PROPERTY_WORKSPACE=10,65536, ANDROID_ROOT=/system, LD_LIBRARY_PATH=/system/lib]
E/ActivityManager( 99): at java.lang.ProcessManager.exec(ProcessManager.java:226)
E/ActivityManager( 99): at java.lang.ProcessBuilder.start(ProcessBuilder.java:201)
E/ActivityManager( 99): at com.android.server.am.ActivityManagerService.logProcessResult(ActivityManagerService.java:9437)
E/ActivityManager( 99): at com.android.server.am.ActivityManagerService.access$900(ActivityManagerService.java:155)
E/ActivityManager( 99): at com.android.server.am.ActivityManagerService$9.run(ActivityManagerService.java:9614)
E/ActivityManager( 99): Caused by: java.io.IOException: No such file or directory
E/ActivityManager( 99): at java.lang.ProcessManager.exec(Native Method)
E/ActivityManager( 99): at java.lang.ProcessManager.exec(ProcessManager.java:224)
E/ActivityManager( 99): ... 4 more
I/ActivityManager( 99): Process com.android.phone (pid 234) has died.
I/WindowManager( 99): WIN DEATH: Window{46335808 com.android.phone/com.android.phone.InCallScreen paused=false}
I/ActivityThread( 524): Removing dead content provider: mms-sms
I/ActivityThread( 524): Removing dead content provider: sms
I/ActivityThread( 235): Removing dead content provider: icc
W/ActivityManager( 99): Scheduling restart of crashed service com.android.phone/.NetworkQueryService in 5000ms
W/ActivityManager( 99): Scheduling restart of crashed service com.android.stk/.StkAppService in 14991ms
W/ActivityManager( 99): Scheduling restart of crashed service com.android.phone/.BluetoothHeadsetService in 24991ms
I/ActivityManager( 99): Kill com.handcent.nextsms (pid 524): provider com.android.providers.telephony.SmsProvider in dying process com.android.phone
I/ActivityManager( 99): Kill com.handcent.nextsms (pid 524): provider com.android.providers.telephony.MmsSmsProvider in dying process com.android.phone
--------- beginning of /dev/log/main
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
W/ContentService( 99): binderDied() at ObserverNode name preferapn
I/ActivityManager( 99): Start proc com.android.phone for restart com.android.phone: pid=2689 uid=1001 gids={3002, 3001, 3003}
W/KeyCharacterMap( 2474): Bad keycharmap - filesize=32
W/KeyCharacterMap( 2474): Error loading keycharmap file '/system/usr/keychars/bravo-keypad.kcm.bin'. hw.keyboards.0.devname='bravo-keypad'
W/KeyCharacterMap( 2474): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
I/ActivityThread( 2689): Publishing provider search: com.android.providers.telephony.SearchdbProvider
W/ContentService( 99): binderDied() at ObserverNode name system
W/ContentService( 99): binderDied() at ObserverNode name 5
W/ContentService( 99): binderDied() at ObserverNode name system
W/ContentService( 99): binderDied() at ObserverNode name system
W/ContentService( 99): binderDied() at ObserverNode name system
I/ActivityManager( 99): Process com.handcent.nextsms (pid 524) has died.
W/ActivityManager( 99): Scheduling restart of crashed service com.handcent.nextsms/com.handcent.sms.transaction.SmsReceiverService in 34508ms
W/ActivityManager( 99): Scheduling restart of crashed service com.handcent.nextsms/com.handcent.sms.transaction.HcAppWidgetService in 44508ms
I/WindowManager( 99): WIN DEATH: Window{4671b2e8 com.handcent.nextsms/com.handcent.sms.ui.ComposeMessageActivity paused=false}
W/ContentService( 99): binderDied() at ObserverNode name system
I/WindowManager( 99): WIN DEATH: Window{46678f08 com.handcent.nextsms/com.handcent.sms.ui.ConversationExList paused=false}
I/ActivityThread( 2689): Publishing provider telephony: com.android.providers.telephony.TelephonyProvider
I/ActivityThread( 2689): Publishing provider allmessages: com.android.providers.telephony.AllMessagesProvider
I/ActivityThread( 2689): Publishing provider temporarymessage: com.android.providers.telephony.TemporaryMessageProvider
I/ActivityThread( 2689): Publishing provider sms: com.android.providers.telephony.SmsProvider
I/ActivityThread( 2689): Publishing provider mms-sms: com.android.providers.telephony.MmsSmsProvider
I/ActivityThread( 2689): Publishing provider qtext: com.android.providers.telephony.QTextProvider
I/ActivityThread( 2689): Publishing provider cbchannels: com.android.providers.telephony.CBProvider
I/ActivityThread( 2689): Publishing provider icc: com.android.phone.IccProvider
I/ActivityThread( 2689): Publishing provider htcmsgs: com.android.providers.telephony.HtcMsgsProvider
I/ActivityThread( 2689): Publishing provider mms: com.android.providers.telephony.MmsProvider
D/PhoneApp( 2689): Htc_Sense_Version : 1.6
D/dalvikvm( 2689): Note: class Lcom/android/internal/telephony/BaseCommands; has 162 unimplemented (abstract) methods
My desire is updated at the last version.
Anyone have any solutions?
hello people i want to take over the lotusmod project but i dont no very much about working on a rom where i can find that do working on a rom?
28-08-2011
the rom is working now (i have a wildfire but i looking for beta tester)but i need put the dutch language (netherlands language)
how i do that?
and how i need to put a new kernel in a rom not flashing the kernel the kernel puting in de rom
do i need android sdk?
what do you need for continue this rom?
iam saying which programe i need?
Start with the DSIXDA Kitchen, then you can move to the actual source code, Android SDK and more advanced stuff.
Read the entire thread carefully.
http://forum.xda-developers.com/showthread.php?t=633246
tnx i wil look about it
3xeno said:
Start with the DSIXDA Kitchen, then you can move to the actual source code, Android SDK and more advanced stuff.
Read the entire thread carefully.
http://forum.xda-developers.com/showthread.php?t=633246
Click to expand...
Click to collapse
how do lotusmod develop in that zip?
You can't "create" new stuff in the Kitchen. It needs something existing already as a base. So, in your case, the base can be the existing version of Lotusmod.
If you want to "create" from scratch, read this thread: (This is for Gingerbread ROMs)
http://forum.xda-developers.com/showthread.php?t=1162273
If you dont understand a thing, try again, if you still dont get it, Google the solutions yourself, and its upto you to decide whether you want to continue or not.
ROM development is not as easy as you are probably thinking at this point of time.
logcat lotusmod 1.3
i have doing a logcat can everbody help my with these logcat?
I/SystemServer( 239): DropBox Service
I/SystemServer( 239): Wallpaper Service
W/WallpaperService( 239): failed parsing /data/system/wallpaper_info.xml java.i
o.FileNotFoundException: /data/system/wallpaper_info.xml (No such file or direct
ory)
I/SystemServer( 239): Audio Service
D/AudioHardwareMSM72XX( 201): setVoiceVolume(0.800000)
I/AudioHardwareMSM72XX( 201): Setting in-call volume to 4 (available range is 0
to 5)
D/AudioHardwareInterface( 201): setMode(NORMAL)
W/AudioPolicyManagerBase( 201): setPhoneState() setting same state 0
I/SystemServer( 239): Headset Observer
I/SystemServer( 239): Dock Observer
W/DockObserver( 239): This kernel does not have dock station support
I/SystemServer( 239): USB Service
W/UsbDeviceSettingsManager( 239): settings file not found
I/SystemServer( 239): UI Mode Manager Service
I/SystemServer( 239): Backup Service
V/BackupManagerService( 239): No ancestral data
I/BackupManagerService( 239): Backup enabled => false
I/SystemServer( 239): AppWidget Service
I/SystemServer( 239): Recognition Service
I/SystemServer( 239): DiskStats Service
I/WindowManager( 239): SAFE MODE not enabled
I/power ( 239): *** set_screen_state 1
D/PowerManagerService( 239): system ready!
I/ActivityManager( 239): Sending system update to: ComponentInfo{com.android.pr
oviders.calendar/com.android.providers.calendar.CalendarUpgradeReceiver}
I/ActivityManager( 239): Sending system update to: ComponentInfo{com.android.pr
oviders.contacts/com.android.providers.contacts.ContactsUpgradeReceiver}
I/ActivityManager( 239): Sending system update to: ComponentInfo{com.google.and
roid.gsf/com.google.android.gsf.loginservice.MigrateToAccountManagerBroadcastRec
eiver}
I/SystemServer( 239): Enabled StrictMode for system server main thread.
D/AK8973 ( 205): Compass Start
I/Zygote ( 239): Process: zygote socket opened
I/ActivityManager( 239): Start proc com.android.providers.calendar for broadcas
t com.android.providers.calendar/.CalendarUpgradeReceiver: pid=356 uid=10005 gid
s={3003}
I/ActivityManager( 239): Starting: Intent { act=android.intent.action.MAIN cat=
[android.intent.category.HOME] flg=0x10000000 cmp=com.android.provision/.Default
Activity } from pid 0
D/dalvikvm( 239): GC_CONCURRENT freed 220K, 49% free 3987K/7815K, external 330K
/516K, paused 52ms+51ms
I/ActivityManager( 239): Launching preboot mode app: ProcessRecord{40581c10 356
:com.android.providers.calendar/10005}
D/dalvikvm( 356): GC_CONCURRENT freed 414K, 51% free 2771K/5639K, external 330K
/516K, paused 7ms+7ms
I/CalendarUpgradeReceiver( 356): Creating or opening calendar database
I/CalendarDatabaseHelper( 356): Bootstrapping database
I/ActivityManager( 239): Start proc android.process.acore for broadcast com.and
roid.providers.contacts/.ContactsUpgradeReceiver: pid=370 uid=10000 gids={3003,
1015}
I/ActivityManager( 239): Launching preboot mode app: ProcessRecord{4060aa78 370
:android.process.acore/10000}
I/ContactsUpgradeReceiver( 370): Creating or opening contacts database
I/ContactsDatabaseHelper( 370): Bootstrapping database
D/dalvikvm( 370): GC_CONCURRENT freed 417K, 51% free 2768K/5639K, external 330K
/516K, paused 7ms+18ms
I/ContactsProviderV1( 370): Bootstrapping database legacy support
D/dalvikvm( 370): GC_CONCURRENT freed 392K, 51% free 2840K/5703K, external 330K
/516K, paused 9ms+7ms
I/ActivityManager( 239): Start proc com.google.process.gapps for broadcast com.
google.android.gsf/.loginservice.MigrateToAccountManagerBroadcastReceiver: pid=3
81 uid=10013 gids={3003, 1015, 2001, 1007}
I/ActivityManager( 239): Launching preboot mode app: ProcessRecord{4063deb8 381
:com.google.process.gapps/10013}
D/GoogleLoginService( 381): no legacy android id exists to migrate
D/GoogleLoginService( 381): skipping migration because /data/data/com.google.an
droid.gsf/databases/accounts.db doesn't exist
D/GoogleLoginService( 381): disabling the migration script since the migration
is complete
D/dalvikvm( 381): GC_CONCURRENT freed 331K, 50% free 2766K/5511K, external 330K
/516K, paused 30ms+6ms
D/dalvikvm( 239): GC_CONCURRENT freed 387K, 48% free 4085K/7815K, external 330K
/516K, paused 9ms+26ms
I/ActivityManager( 239): Writing new set of last done pre-boot receivers...
I/Process ( 239): Sending signal. PID: 356 SIG: 9
I/Process ( 239): Sending signal. PID: 370 SIG: 9
I/Process ( 239): Sending signal. PID: 381 SIG: 9
I/ActivityManager( 239): Removing system update proc: ProcessRecord{40581c10 35
6:com.android.providers.calendar/10005}
I/ActivityManager( 239): Removing system update proc: ProcessRecord{4060aa78 37
0:android.process.acore/10000}
I/ActivityManager( 239): Removing system update proc: ProcessRecord{4063deb8 38
1:com.google.process.gapps/10013}
I/ActivityManager( 239): System now ready
I/SystemServer( 239): Making services ready
I/StatusBarManagerService( 239): Starting service: ComponentInfo{com.android.sy
stemui/com.android.systemui.statusbar.StatusBarService}
I/ActivityManager( 239): Start proc com.android.systemui for service com.androi
d.systemui/.statusbar.StatusBarService: pid=388 uid=1000 gids={3002, 3001, 3003}
I/ActivityManager( 239): Config changed: { scale=1.0 imsi=0/0 loc=en_US touch=0
keys=0/0/0 nav=0/0 orien=0 layout=0 uiMode=17 seq=2}
W/RecognitionManagerService( 239): no available voice recognition services foun
d
I/UsbService( 239): Device not provisioned, skipping USB broadcast
I/ActivityManager( 239): Start proc com.android.inputmethod.latin for service c
om.android.inputmethod.latin/.LatinIME: pid=396 uid=10015 gids={}
D/NetworkManagmentService( 239): Registering observer
E/ThrottleService( 239): Error reading data file
I/ActivityManager( 239): Start proc com.android.phone for added application com
.android.phone: pid=400 uid=1001 gids={3002, 3001, 3003, 1015}
I/ActivityManager( 239): Start proc com.android.provision for activity com.andr
oid.provision/.DefaultActivity: pid=405 uid=10023 gids={}
D/SntpClient( 239): request time failed: java.net.UnknownHostException: europe.
pool.ntp.org
D/SntpClient( 239): request time failed: java.net.UnknownHostException: europe.
pool.ntp.org
I/ActivityManager( 239): Config changed: { scale=1.0 imsi=0/0 loc=en_US touch=3
keys=1/1/2 nav=3/1 orien=1 layout=268435474 uiMode=17 seq=3}
I//system/bin/tc( 197): RTNETLINK answers: No such file or directory
I/logwrapper( 197): /system/bin/tc terminated by exit(2)
I//system/bin/tc( 197): RTNETLINK answers: Invalid argument
I/logwrapper( 197): /system/bin/tc terminated by exit(2)
D/dalvikvm( 388): GC_CONCURRENT freed 392K, 51% free 2801K/5639K, external 330K
/516K, paused 37ms+58ms
I//system/bin/tc( 197): RTNETLINK answers: No such file or directory
I/logwrapper( 197): /system/bin/tc terminated by exit(2)
D/dalvikvm( 396): GC_CONCURRENT freed 404K, 51% free 2808K/5639K, external 330K
/516K, paused 6ms+7ms
D/dalvikvm( 239): GC_CONCURRENT freed 434K, 47% free 4162K/7815K, external 330K
/516K, paused 107ms+14ms
D/dalvikvm( 239): GC_EXTERNAL_ALLOC freed 82K, 48% free 4083K/7815K, external 3
30K/516K, paused 145ms
D/SntpClient( 239): request time failed: java.net.UnknownHostException: europe.
pool.ntp.org
D/SntpClient( 239): request time failed: java.net.UnknownHostException: europe.
pool.ntp.org
D/SntpClient( 239): request time failed: java.net.UnknownHostException: europe.
pool.ntp.org
D/SntpClient( 239): request time failed: java.net.UnknownHostException: europe.
pool.ntp.org
I//system/bin/tc( 197): RTNETLINK answers: No such file or directory
I/logwrapper( 197): /system/bin/tc terminated by exit(2)
I//system/bin/tc( 197): RTNETLINK answers: Invalid argument
I/logwrapper( 197): /system/bin/tc terminated by exit(2)
I//system/bin/tc( 197): RTNETLINK answers: No such file or directory
I/logwrapper( 197): /system/bin/tc terminated by exit(2)
D/SntpClient( 239): request time failed: java.net.UnknownHostException: europe.
pool.ntp.org
D/SntpClient( 239): request time failed: java.net.UnknownHostException: europe.
pool.ntp.org
W/BackupManagerService( 239): dataChanged but no participant pkg='com.android.p
roviders.settings' uid=10023
D/dalvikvm( 388): GC_EXTERNAL_ALLOC freed 27K, 51% free 2804K/5639K, external 3
53K/516K, paused 499ms
D/dalvikvm( 400): GC_CONCURRENT freed 406K, 51% free 2819K/5639K, external 330K
/516K, paused 7ms+17ms
D/dalvikvm( 405): GC_CONCURRENT freed 340K, 50% free 2756K/5511K, external 330K
/516K, paused 38ms+7ms
I/InputReader( 239): Device reconfigured: id=0x20002, name=atmel-touchscreen, d
isplay size is now 240x320
D/dalvikvm( 396): GC_EXTERNAL_ALLOC freed 54K, 50% free 2874K/5639K, external 5
09K/516K, paused 358ms
D/dalvikvm( 239): GC_CONCURRENT freed 424K, 47% free 4150K/7815K, external 930K
/1442K, paused 33ms+11ms
I/ActivityManager( 239): Start proc android.process.acore for content provider
com.android.providers.contacts/.ContactsProvider2: pid=438 uid=10000 gids={3003,
1015}
I/ActivityThread( 400): Pub mms: com.android.providers.telephony.MmsProvider
I/InputDispatcher( 239): Dropping event because there is no touched window or f
ocused application.
I/ActivityManager( 239): Force stopping package com.android.provision uid=10023
I/Process ( 239): Sending signal. PID: 405 SIG: 9
I/StatusBarManagerService( 239): registerStatusBar bar=com.android.internal.sta
[email protected]
I/ActivityManager( 239): Start proc com.android.voicedialer for broadcast com.a
ndroid.voicedialer/.VoiceDialerReceiver: pid=440 uid=10030 gids={3002}
I/ActivityThread( 400): Pub sms: com.android.providers.telephony.SmsProvider
I/InputDispatcher( 239): Dropping event because there is no focused window or f
ocused application.
I/ActivityThread( 400): Pub telephony: com.android.providers.telephony.Telephon
yProvider
I/ActivityThread( 400): Pub icc: com.android.phone.IccProvider
I/ActivityThread( 400): Pub mms-sms: com.android.providers.telephony.MmsSmsProv
ider
D/VoldCmdListener( 196): share status ums
D/dalvikvm( 200): GC_EXPLICIT freed 10K, 50% free 2718K/5379K, external 330K/51
6K, paused 461ms
D/StorageNotification( 388): Startup with UMS connection false (media state unm
ounted)
I/StorageNotification( 388): UMS connection changed to true (media state unmoun
ted)
D/dalvikvm( 200): GC_EXPLICIT freed <1K, 50% free 2718K/5379K, external 330K/51
6K, paused 756ms
I/InputDispatcher( 239): Dropping event because there is no focused window or f
ocused application.
I/ActivityThread( 438): Pub com.android.social: com.android.providers.contacts.
SocialProvider
D/VoiceDialerReceiver( 440): onReceive Intent { act=android.intent.action.PACKA
GE_CHANGED dat=package:com.android.provision flg=0x10000000 cmp=com.android.voic
edialer/.VoiceDialerReceiver (has extras) }
I/ActivityThread( 438): Pub applications: com.android.providers.applications.Ap
plicationsProvider
D/dalvikvm( 200): GC_EXPLICIT freed <1K, 50% free 2718K/5379K, external 330K/51
6K, paused 507ms
D/CallManager( 400): registerPhone(GSM Handler{40519ae8})
D/dalvikvm( 438): GC_CONCURRENT freed 400K, 51% free 2785K/5639K, external 330K
/516K, paused 17ms+24ms
I/ActivityManager( 239): Start proc com.google.process.gapps for service com.go
ogle.android.location/.NetworkLocationService: pid=457 uid=10013 gids={3003, 101
5, 2001, 1007}
I/ActivityThread( 438): Pub contacts;com.android.contacts: com.android.provider
s.contacts.ContactsProvider2
D/szipinf ( 388): Initializing inflate state
V/RecognizerEngine( 440): deleteCachedGrammarFiles /data/data/com.android.voice
dialer/files/openentries.txt
I/ActivityThread( 457): Pub com.google.settings: com.google.android.gsf.setting
s.GoogleSettingsProvider
W/ActivityManager( 239): Unable to start service Intent { act=com.android.ussd.
IExtendedNetworkService }: not found
I/ActivityThread( 457): Pub com.google.android.gsf.gservices: com.google.androi
d.gsf.gservices.GservicesProvider
D/dalvikvm( 457): GC_CONCURRENT freed 402K, 51% free 2792K/5639K, external 330K
/516K, paused 7ms+16ms
I/GservicesProvider( 457): Gservices pushing to system: true; secure: true
I/ActivityThread( 457): Pub subscribedfeeds: com.google.android.gsf.subscribedf
eeds.SubscribedFeedsProvider
I/TelephonyRegistry( 239): notifyServiceState: 3 home null null null Unknown C
SS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
D/VoiceDialerReceiver( 440): onReceive Intent { act=android.intent.action.PACKA
GE_CHANGED dat=package:com.google.android.gsf flg=0x10000000 cmp=com.android.voi
cedialer/.VoiceDialerReceiver (has extras) }
I/TelephonyRegistry( 239): notifyDataConnection: state=0 isDataConnectivityPoss
ible=false reason=radioTurnedOff interfaceName=null networkType=0
I/TelephonyRegistry( 239): notifyDataConnection: state=0 isDataConnectivityPoss
ible=false reason=gprsDetached interfaceName=null networkType=0
V/RecognizerEngine( 440): deleteCachedGrammarFiles /data/data/com.android.voice
dialer/files/openentries.txt
I/ActivityManager( 239): Start proc com.android.vending for broadcast com.andro
id.vending/.DeviceConfigurationReceiver: pid=472 uid=10029 gids={1015, 3003}
D/BT HSHFP( 400): Starting BluetoothHeadsetService
D/GpsLocationProvider( 239): set_capabilities_callback: 6
I/TelephonyRegistry( 239): notifyServiceState: 1 home null null null Unknown C
SS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false
I/ActivityThread( 457): Pub com.google.android.providers.talk: com.google.andro
id.gsf.talk.TalkProvider
D/NetworkLocationService( 457): onCreate
D/dalvikvm( 239): GC_CONCURRENT freed 497K, 47% free 4174K/7815K, external 930K
/1442K, paused 23ms+55ms
D/dalvikvm( 388): GC_CONCURRENT freed 181K, 47% free 3051K/5703K, external 977K
/1021K, paused 28ms+164ms
D/dalvikvm( 472): GC_CONCURRENT freed 395K, 50% free 2829K/5639K, external 330K
/516K, paused 8ms+23ms
D/libgps ( 239): qct_gps_init
I/ActivityThread( 472): Pub com.android.vending.SuggestionsProvider: com.androi
d.vending.SuggestionsProvider
V/libgps ( 239): AgpsActionThread started
D/vending ( 472): [1] VendingApplication.onCreate(): Resetting ServiceLocator f
rom app
V/libgps ( 239): DeferredActionThread started
D/libgps ( 239): qct_agps_init
D/libgps ( 239): qct_agps_set_server
V/libgps ( 239): SUPL, supl.google.com, 7276
D/vending ( 472): [10] 1.run(): Clearing cache in response to android.intent.ac
tion.SIM_STATE_CHANGED
D/dalvikvm( 400): GC_CONCURRENT freed 219K, 48% free 3000K/5703K, external 330K
/516K, paused 37ms+13ms
D/vending ( 472): [11] 1.run(): Clearing cache in response to android.intent.ac
tion.SIM_STATE_CHANGED
I/ActivityManager( 239): Start proc com.android.settings for broadcast com.andr
oid.settings/.widget.SettingsAppWidgetProvider: pid=489 uid=1000 gids={3002, 300
1, 3003}
D/dalvikvm( 489): GC_CONCURRENT freed 396K, 50% free 2828K/5639K, external 330K
/516K, paused 6ms+22ms
D/dalvikvm( 388): GC_CONCURRENT freed 138K, 44% free 3367K/5959K, external 962K
/1021K, paused 7ms+27ms
V/ContactsProvider( 438): Importing legacy contacts
I/ActivityThread( 438): Pub call_log: com.android.providers.contacts.CallLogPro
vider
I/ContactsDatabaseHelper( 438): Switching to locale en_US
I/ActivityThread( 438): Pub user_dictionary: com.android.providers.userdictiona
ry.UserDictionaryProvider
D/NetworkLocationService( 457): onBind com.google.android.location.NetworkLocat
ionProvider
D/LocationProviderProxy( 239): LocationProviderProxy.onServiceConnected Compone
ntInfo{com.google.android.location/com.google.android.location.NetworkLocationSe
rvice}
D/NetworkLocationService( 457): onBind com.google.android.location.GeocodeProvi
der
D/GeocoderProxy( 239): onServiceConnected ComponentInfo{com.google.android.loca
tion/com.google.android.location.NetworkLocationService}
D/dalvikvm( 438): GC_CONCURRENT freed 256K, 48% free 2987K/5703K, external 330K
/516K, paused 30ms+22ms
D/dalvikvm( 239): GC_CONCURRENT freed 355K, 46% free 4296K/7815K, external 1141
K/1442K, paused 22ms+15ms
I/ContactsDatabaseHelper( 438): Locale change completed in 2352ms
I/LegacyContactImporter( 438): Legacy contacts database does not exist at /data
/data/com.android.providers.contacts/databases/contacts.db
V/ContactsProvider( 438): Completed import of legacy contacts
D/SntpClient( 239): request time failed: java.net.UnknownHostException: europe.
pool.ntp.org
D/SntpClient( 239): request time failed: java.net.UnknownHostException: europe.
pool.ntp.org
D/SntpClient( 239): request time failed: java.net.UnknownHostException: europe.
pool.ntp.org
Contact a dev, it'll be better for you. And if you are unable to do so, post your query here:
http://forum.xda-developers.com/forumdisplay.php?f=613
It'll probably get you better results than posting here.
hey 3xeno how i can resign my android rom?
There are tons of ways. Just perform an XDA Search "Sign a ROM ZIP", and you will get the details. Here's one such tool:
http://forum.xda-developers.com/showthread.php?t=805766
3xeno
its says wen i instal on my device error 0
kaassaus said:
3xeno
its says wen i instal on my device error 0
Click to expand...
Click to collapse
Sent you a pm of a possible way to fix this. Dsixdas kitchen signs zip too.
You should really install it if you haven't.
Sent from my HTC HD2 using xda premium
i need the put a kernel in my rom how i do that?
I told you that twice
Sent from my HTC HD2 using xda premium
But. I forgot you need to copy also the libs of the new kernel
Sent from my HTC HD2 using xda premium
developers can you help my?
with dutch language puting in thit rom
So I have been able to successfully play Modern Combat 3 on my fire, but i can not get Asphalt 6/7 or NOVA 2 to work at all. I will be downloading those games tonight and running a logcat on them as well. I would really love to be able to figure this out with the help of the community so that we can all enjoy these games on some decent hardware.
My current rom is Jandycane 1.7.2
Asphalt 7 Logcat
Code:
I/ActivityManager( 172): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=com.gameloft.android.ANMP.GloftA7HM cmp=com.gameloft.android.ANMP.GloftA7HM/.GLGame bnds=[72,36][168,122]} from pid 1873
I/ActivityManager( 172): Start proc com.gameloft.android.ANMP.GloftA7HM for activity com.gameloft.android.ANMP.GloftA7HM/.GLGame: pid=23795 uid=10115 gids={1015, 3003}
I/ActivityManager( 172): START {flg=0x10000 cmp=com.gameloft.android.ANMP.GloftA7HM/.installer.GameInstaller} from pid 23795
I/ActivityManager( 172): Displayed com.gameloft.android.ANMP.GloftA7HM/.installer.GameInstaller: +155ms (total +360ms)
I/LicenseChecker(23795): Calling checkLicense on service for com.gameloft.android.ANMP.GloftA7HM
D/dalvikvm(23795): Trying to load lib /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so 0x40d98938
D/dalvikvm(23795): Added shared lib /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so 0x40d98938
D/dalvikvm(23795): Trying to load lib /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so 0x40d98938
D/dalvikvm(23795): Shared lib '/data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so' already loaded in same CL 0x40d98938
I/DEBUG (19120): pid: 23795, tid: 23810 >>> com.gameloft.android.ANMP.GloftA7HM <<<
I/DEBUG (19120): #01 pc 00322034 /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so (Java_com_gameloft_android_ANMP_GloftA7HM_installer_GameInstaller_nativeGetDevID)
I/DEBUG (19120): 4afd8560 4c6167f4 /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so
I/DEBUG (19120): 4afd8580 4c79b394 /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so
I/DEBUG (19120): 4afd85ac 4baae038 /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so
I/DEBUG (19120): 4afd85f8 4aebf687 /data/dalvik-cache/[email protected]@[email protected]
I/DEBUG (19120): 4afd8600 4aeb6842 /data/dalvik-cache/[email protected]@[email protected]
I/DEBUG (19120): 4afd8988 4c432065 /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so
I/dalvikvm(23795): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.nativeGetDevID(Native Method)
I/dalvikvm(23795): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.c((null):-1)
I/dalvikvm(23795): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.run((null):-1)
I/dalvikvm(23795): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.nativeGetDevID(Native Method)
I/dalvikvm(23795): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.c((null):-1)
I/dalvikvm(23795): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.run((null):-1)
I/dalvikvm(23795): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.nativeGetDevID(Native Method)
I/dalvikvm(23795): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.c((null):-1)
I/dalvikvm(23795): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.run((null):-1)
I/dalvikvm(23795): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.nativeGetDevID(Native Method)
I/dalvikvm(23795): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.c((null):-1)
I/dalvikvm(23795): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.run((null):-1)
I/ActivityManager( 172): Process com.gameloft.android.ANMP.GloftA7HM (pid 23795) has died.
I/WindowManager( 172): WIN DEATH: Window{4120c330 com.gameloft.android.ANMP.GloftA7HM/com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller paused=false}
W/ActivityManager( 172): Force removing ActivityRecord{41243dd0 com.gameloft.android.ANMP.GloftA7HM/.installer.GameInstaller}: app died, no saved state
I/ActivityManager( 172): Start proc com.gameloft.android.ANMP.GloftA7HM for activity com.gameloft.android.ANMP.GloftA7HM/.GLGame: pid=23823 uid=10115 gids={1015, 3003}
I/ActivityManager( 172): START {flg=0x10000 cmp=com.gameloft.android.ANMP.GloftA7HM/.installer.GameInstaller} from pid 23823
I/ActivityManager( 172): Displayed com.gameloft.android.ANMP.GloftA7HM/.installer.GameInstaller: +130ms (total +208ms)
I/LicenseChecker(23823): Calling checkLicense on service for com.gameloft.android.ANMP.GloftA7HM
D/dalvikvm(23823): Trying to load lib /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so 0x40d99718
D/dalvikvm(23823): Added shared lib /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so 0x40d99718
D/dalvikvm(23823): Trying to load lib /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so 0x40d99718
D/dalvikvm(23823): Shared lib '/data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so' already loaded in same CL 0x40d99718
I/DEBUG (19120): pid: 23823, tid: 23838 >>> com.gameloft.android.ANMP.GloftA7HM <<<
I/DEBUG (19120): #01 pc 00322034 /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so (Java_com_gameloft_android_ANMP_GloftA7HM_installer_GameInstaller_nativeGetDevID)
I/DEBUG (19120): 4afd8560 4c6167f4 /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so
I/DEBUG (19120): 4afd8580 4c79b394 /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so
I/DEBUG (19120): 4afd85ac 4baae038 /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so
I/DEBUG (19120): 4afd85f8 4aebf687 /data/dalvik-cache/[email protected]@[email protected]
I/DEBUG (19120): 4afd8600 4aeb6842 /data/dalvik-cache/[email protected]@[email protected]
I/DEBUG (19120): 4afd8988 4c432065 /data/data/com.gameloft.android.ANMP.GloftA7HM/libs/libAndroid.so
I/dalvikvm(23823): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.nativeGetDevID(Native Method)
I/dalvikvm(23823): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.c((null):-1)
I/dalvikvm(23823): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.run((null):-1)
I/dalvikvm(23823): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.nativeGetDevID(Native Method)
I/dalvikvm(23823): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.c((null):-1)
I/dalvikvm(23823): at com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller.run((null):-1)
W/InputDispatcher( 172): channel '41052658 com.gameloft.android.ANMP.GloftA7HM/com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 172): channel '41052658 com.gameloft.android.ANMP.GloftA7HM/com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller (server)' ~ Channel is unrecoverably broken and will be disposed!
W/InputDispatcher( 172): Attempted to unregister already unregistered input channel '41052658 com.gameloft.android.ANMP.GloftA7HM/com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller (server)'
I/WindowManager( 172): WIN DEATH: Window{41052658 com.gameloft.android.ANMP.GloftA7HM/com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller paused=false}
I/ActivityManager( 172): Process com.gameloft.android.ANMP.GloftA7HM (pid 23823) has died.
W/ActivityManager( 172): Force removing ActivityRecord{4136a538 com.gameloft.android.ANMP.GloftA7HM/.installer.GameInstaller}: app died, no saved state
I/WindowManager( 172): WINDOW DIED Window{41052658 com.gameloft.android.ANMP.GloftA7HM/com.gameloft.android.ANMP.GloftA7HM.installer.GameInstaller paused=false}
I/ActivityManager( 172): Start proc com.gameloft.android.ANMP.GloftA7HM for activity com.gameloft.android.ANMP.GloftA7HM/.GLGame: pid=23851 uid=10115 gids={1015, 3003}
I/ActivityManager( 172): START {flg=0x10000 cmp=com.gameloft.android.ANMP.GloftA7HM/.installer.GameInstaller} from pid 23851
I/ActivityManager( 172): Displayed com.gameloft.android.ANMP.GloftA7HM/.installer.GameInstaller: +253ms (total +340ms)
I/LicenseChecker(23851): Calling checkLicense on service for com.gameloft.android.ANMP.GloftA7HM
Did u fake as galaxy nexus??
Sent from my Amazon Kindle Fire using Tapatalk 2
Does faking as a galaxy nexus actually fix the issue ? I just bought asphalt seven from the play store and it just boot loops on the Gameloft screen. Has anyone got it running on jb or any other ROM so I can give it a try?
I've been fighting this same issue. Extremely frustrating. The JB ROM I'm using identifies it as a Nexus, but it had he same problem with my ICS ROM before this.
pugsley42 said:
I've been fighting this same issue. Extremely frustrating. The JB ROM I'm using identifies it as a Nexus, but it had he same problem with my ICS ROM before this.
Click to expand...
Click to collapse
u guys better check Chainfire 3D, old topic here: http://forum.xda-developers.com/showthread.php?t=1087427 It may help
htc Inspire, thanks for your time
dumber89 said:
u guys better check Chainfire 3D, old topic here: http://forum.xda-developers.com/showthread.php?t=1087427 It may help
Click to expand...
Click to collapse
anyone have a htc inspire with a custom rom playing this game?
Kindle Fire AOSP (hashcode)
Hi guys, any luck with this issue?
Stupid Gameloft shows a license check in an infinite loop !!
Same here mc3 runs OK but mc4 crashes well not crashes just goes back to the home screen....annoying
---------- Post added at 02:26 PM ---------- Previous post was at 02:25 PM ----------
dumber89 said:
u guys better check Chainfire 3D, old topic here: http://forum.xda-developers.com/showthread.php?t=1087427 It may help
Click to expand...
Click to collapse
Read doesn't work on jellybean especially not the kfire on jb
Hello,
i have a problem with Trusted Face Lock
every time i open it it just Pop up a new window and then it closes
no force close no anything ..
try it a clean flash and flashed "tk_gapps"
also i have flashed the file in this topic http://forum.xda-developers.com/google-nexus-5/themes-apps/gapps-smart-unlock-android-5-0-t2962765 and no luck .. still the same problem ..
So i have took a log cat for the problem.. i need a dev too look at it
MINA.T.T said:
Hello,
i have a problem with Trusted Face Lock
every time i open it it just Pop up a new window and then it closes
no force close no anything ..
try it a clean flash and flashed "tk_gapps"
also i have flashed the file in this topic http://forum.xda-developers.com/google-nexus-5/themes-apps/gapps-smart-unlock-android-5-0-t2962765 and no luck .. still the same problem ..
So i have took a log cat for the problem.. i need a dev too look at it
Click to expand...
Click to collapse
i cant see an error with ur logcat.. u may try this GApps .https://github.com/cgapps/vendor_google/tree/builds/arm im also using that GApss and all working fine
Rommel Espinosa said:
i cant see an error with ur logcat.. u may try this GApps .https://github.com/cgapps/vendor_google/tree/builds/arm im also using that GApss and all working fine
Click to expand...
Click to collapse
Thank you for replying
here its the error starts.. "Activity_launch_request id:com.android.facelock time:1394829"
PS: lots of people have "tk_gapps" .. the facelock work for them..
Code:
06-08 16:07:16.648 I/Timeline(501): Timeline: Activity_windows_visible id: ActivityRecord{3ea6352d u0 com.google.android.gms/.auth.trustagent.GoogleTrustAgentPersonalUnlockingSettings t128} time:1393527
06-08 16:07:16.688 I/art (4538): Explicit concurrent mark sweep GC freed 1287(54KB) AllocSpace objects, 0(0B) LOS objects, 25% free, 3MB/4MB, paused 518us total 55.725ms
06-08 16:07:17.218 W/ResourceType(661): No package identifier when getting value for resource number 0x00000000
06-08 16:07:17.218 W/PackageManager(661): Failure retrieving resources for com.android.settings: Resource ID #0x0
06-08 16:07:17.258 I/art (661): Background sticky concurrent mark sweep GC freed 33783(2MB) AllocSpace objects, 1(16KB) LOS objects, 16% free, 10MB/12MB, paused 6.683ms total 29.235ms
06-08 16:07:17.949 I/Timeline(4418): Timeline: Activity_launch_request id:com.android.facelock time:1394829
06-08 16:07:17.959 I/ActivityManager(501): START u0 {cmp=com.android.facelock/.SetupIntro (has extras)} from uid 10020 on display 0
06-08 16:07:17.959 E/AudioTrack(501): AudioTrack::set : Exit
06-08 16:07:17.959 D/AudioStreamOutALSA(156): Preparing the playback device @ rate 48000 deep = 0, wait for mLock_voiceOn...
06-08 16:07:17.959 D/AudioStreamOutALSA(156): Prepare success result=0
06-08 16:07:17.959 V/WindowManager(501): addAppToken: AppWindowToken{3a843ce token=Token{27f680c9 ActivityRecord{3831f8d0 u0 com.android.facelock/.SetupIntro t128}}} to stack=1 task=128 at 1
06-08 16:07:18.059 V/WindowManager(501): Adding window Window{1105d1fc u0 com.android.facelock/com.android.facelock.SetupIntro} at 7 of 13 (after Window{3037b1c5 u0 com.google.android.gms/com.google.android.gms.auth.trustagent.GoogleTrustAgentPersonalUnlockingSettings})
06-08 16:07:18.089 I/OpenGLRenderer(4599): Initialized EGL, version 1.4
06-08 16:07:18.089 W/egl_server(4599): Allocating storage 1x1 surface type 0x1
06-08 16:07:18.099 W/khrn_client(4599): init_window num_buffers 3 min undequeued buffers 1
06-08 16:07:18.099 W/khrn_client(4599): init_window window 0x41f15010, 480x800 hintTransform 0x0 do_pre 1
06-08 16:07:18.389 I/ActivityManager(501): Displayed com.android.facelock/.SetupIntro: +410ms
06-08 16:07:18.419 I/Timeline(4599): Timeline: Activity_idle id: [email protected] time:1395294
06-08 16:07:18.590 W/SurfaceFlinger(142): couldn't log to binary event log: overflow.
06-08 16:07:18.670 I/Timeline(501): Timeline: Activity_windows_visible id: ActivityRecord{3831f8d0 u0 com.android.facelock/.SetupIntro t128} time:1395547
06-08 16:07:19.020 E/AudioTrack(501): AudioTrack::set : Exit
06-08 16:07:19.150 I/Timeline(4599): Timeline: Activity_launch_request id:com.android.facelock time:1396028
06-08 16:07:19.150 E/AudioTrack(501): AudioTrack::set : Exit
06-08 16:07:19.150 I/ActivityManager(501): START u0 {flg=0x2000000 cmp=com.android.facelock/.SetupFaceLock (has extras)} from uid 10031 on display 0
06-08 16:07:19.160 V/WindowManager(501): addAppToken: AppWindowToken{1b546494 token=Token{40b30e7 ActivityRecord{33b4fea6 u0 com.android.facelock/.SetupFaceLock t128}}} to stack=1 task=128 at 2
06-08 16:07:19.290 F/libc (4599): Fatal signal 4 (SIGILL), code 1, fault addr 0x4b7a5908 in tid 4599 (ndroid.facelock)
06-08 16:07:19.290 F/libc (4599): Unable to open connection to debuggerd: Permission denied
06-08 16:07:19.300 I/WindowState(501): WIN DEATH: Window{1105d1fc u0 com.android.facelock/com.android.facelock.SetupIntro}
06-08 16:07:19.370 I/Zygote (169): Process 4599 exited due to signal (4)
06-08 16:07:19.370 I/ActivityManager(501): Process com.android.facelock (pid 4599) has died
06-08 16:07:19.390 V/WindowManager(501): Adding window Window{2c905d56 u0 Starting com.android.facelock} at 8 of 14 (after Window{1105d1fc u0 com.android.facelock/com.android.facelock.SetupIntro EXITING})
06-08 16:07:19.400 I/brcm-gr (501): [gralloc_lock]: new usage 0x933
06-08 16:07:19.420 I/ActivityManager(501): Start proc 5197:com.android.facelock/u0a31 for activity com.android.facelock/.SetupFaceLock
06-08 16:07:19.460 I/brcm-gr (501): [gralloc_lock]: new usage 0x903
06-08 16:07:19.460 I/brcm-gr (501): [gralloc_lock]: new usage 0x930
06-08 16:07:19.480 I/brcm-gr (501): [gralloc_lock]: new usage 0x933
06-08 16:07:19.661 F/libc (5197): Fatal signal 4 (SIGILL), code 1, fault addr 0x4b2af908 in tid 5197 (ndroid.facelock)
06-08 16:07:19.671 F/libc (5197): Unable to open connection to debuggerd: Permission denied
06-08 16:07:19.721 I/Zygote (169): Process 5197 exited due to signal (4)
06-08 16:07:19.731 I/ActivityManager(501): Process com.android.facelock (pid 5197) has died
06-08 16:07:19.771 I/ActivityManager(501): Start proc 5213:com.android.facelock/u0a31 for activity com.android.facelock/.SetupFaceLock
06-08 16:07:20.021 F/libc (5213): Fatal signal 4 (SIGILL), code 1, fault addr 0x4b3ad908 in tid 5213 (ndroid.facelock)
06-08 16:07:20.021 F/libc (5213): Unable to open connection to debuggerd: Permission denied
06-08 16:07:20.081 I/ActivityManager(501): Process com.android.facelock (pid 5213) has died
06-08 16:07:20.081 W/ActivityManager(501): Force removing ActivityRecord{33b4fea6 u0 com.android.facelock/.SetupFaceLock t128}: app died, no saved state
06-08 16:07:20.081 I/Zygote (169): Process 5213 exited due to signal (4)
06-08 16:07:20.091 W/WindowManager(501): Failed looking up window
06-08 16:07:20.091 W/WindowManager(501): java.lang.IllegalArgumentException: Requested window [email protected] does not exist
06-08 16:07:20.091 W/WindowManager(501): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8764)
06-08 16:07:20.091 W/WindowManager(501): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8755)
06-08 16:07:20.091 W/WindowManager(501): at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2679)
06-08 16:07:20.091 W/WindowManager(501): at com.android.server.wm.Session.remove(Session.java:187)
06-08 16:07:20.091 W/WindowManager(501): at android.view.ViewRootImpl.dispatchDetachedFromWindow(ViewRootImpl.java:3015)
06-08 16:07:20.091 W/WindowManager(501): at android.view.ViewRootImpl.doDie(ViewRootImpl.java:5502)
06-08 16:07:20.091 W/WindowManager(501): at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3321)
06-08 16:07:20.091 W/WindowManager(501): at android.os.Handler.dispatchMessage(Handler.java:102)
06-08 16:07:20.091 W/WindowManager(501): at android.os.Looper.loop(Looper.java:135)
06-08 16:07:20.091 W/WindowManager(501): at android.os.HandlerThread.run(HandlerThread.java:61)
06-08 16:07:20.091 W/WindowManager(501): at com.android.server.ServiceThread.run(ServiceThread.java:46)
06-08 16:07:20.111 I/OpenGLRenderer(4418): Initialized EGL, version 1.4
06-08 16:07:20.111 W/egl_server(4418): Allocating storage 1x1 surface type 0x1
06-08 16:07:20.121 W/khrn_client(4418): init_window num_buffers 3 min undequeued buffers 1
06-08 16:07:20.121 W/khrn_client(4418): init_window window 0x420333c0, 480x800 hintTransform 0x0 do_pre 1
06-08 16:07:20.141 I/Coffee - VoiceUnlockTrustlet(4418): GSA is not installed.
06-08 16:07:20.141 W/InputMethodManagerService(501): Got RemoteException sending setActive(false) notification to pid 4599 uid 10031
06-08 16:07:20.331 I/Timeline(4418): Timeline: Activity_idle id: [email protected] time:1397207
06-08 16:07:20.632 I/Timeline(501): Timeline: Activity_windows_visible id: ActivityRecord{3ea6352d u0 com.google.android.gms/.auth.trustagent.GoogleTrustAgentPersonalUnlockingSettings t128}