Not quite sure what happened here, but I themed up and made a few minor tweaks to CR_Mod and posted it, and also thought, hey, I'll include the new wifi tether that was just posted. It force closed when I hit start tethering, so I just reverted back to the older version, but when I tried to start it there, that one ALSO force closed.
Any idea why it's force closing? :/
Here's the logcat:
Code:
I/ActivityManager( 170): Starting activity: Intent { act=android.intent.action.
MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=android.tether/.M
ainActivity }
I/ActivityManager( 170): Start proc android.tether for activity android.tether/
.MainActivity: pid=2214 uid=10001 gids={3003, 3002, 3001, 1015}
D/Sensors ( 170): close_akm, fd=108
D/TETHER -> TetherApplication( 2214): Calling onCreate()
D/TETHER -> TetherApplication( 2214): Current directory is /data/data/android.te
ther
D/TETHER -> TetherApplication( 2214): Directory '/data/data/android.tether/bin'
already exists!
D/TETHER -> TetherApplication( 2214): Directory '/data/data/android.tether/var'
already exists!
D/TETHER -> TetherApplication( 2214): Directory '/data/data/android.tether/conf'
already exists!
D/TETHER -> TetherApplication( 2214): Directory '/data/data/android.tether/libra
ry' already exists!
D/TETHER -> MainActivity( 2214): Calling onCreate()
D/AK8973 ( 149): Compass CLOSE
D/dalvikvm( 2214): GC freed 1155 objects / 80984 bytes in 157ms
I/global ( 2214): Default buffer size used in BufferedReader constructor. It wo
uld be better to be explicit if an 8k-char buffer is required.
I/global ( 2214): Default buffer size used in BufferedReader constructor. It wo
uld be better to be explicit if an 8k-char buffer is required.
I/global ( 2214): Default buffer size used in BufferedReader constructor. It wo
uld be better to be explicit if an 8k-char buffer is required.
D/dalvikvm( 2214): GC freed 6100 objects / 467736 bytes in 71ms
D/dalvikvm( 2214): GC freed 1506 objects / 458696 bytes in 52ms
D/dalvikvm( 2214): GC freed 738 objects / 396768 bytes in 48ms
D/dalvikvm( 2214): GC freed 759 objects / 398064 bytes in 47ms
D/dalvikvm( 2214): GC freed 976 objects / 481952 bytes in 47ms
D/dalvikvm( 2214): GC freed 993 objects / 481408 bytes in 47ms
D/dalvikvm( 2214): GC freed 5663 objects / 539888 bytes in 49ms
D/dalvikvm( 2214): GC freed 92 objects / 28328 bytes in 46ms
D/TETHER -> MainActivity( 2214): Calling onResume()
I/ActivityManager( 170): Displayed activity android.tether/.MainActivity: 1147
ms (total 1147 ms)
D/BT HS/HF_S( 242): gsmAsuToSignal=4
D/TETHER -> MainActivity( 2214): StartBtn pressed ...
I/TETHER -> NativeTask( 2214): Trying to load libNativeTask.so
D/dalvikvm( 2214): Trying to load lib /data/data/android.tether/library/libNativ
eTask.so 0x449c0390
I/dalvikvm( 2214): Unable to dlopen(/data/data/android.tether/library/libNativeT
ask.so): Cannot load library: load_library[1051]: Library '/data/data/android.te
ther/library/libNativeTask.so' not found
E/TETHER -> NativeTask( 2214): Could not load libNativeTask.so
D/dalvikvm( 2214): +++ not scanning '/system/lib/libwebcore.so' for 'getProp' (w
rong CL)
D/dalvikvm( 2214): +++ not scanning '/system/lib/libmedia_jni.so' for 'getProp'
(wrong CL)
D/dalvikvm( 2214): +++ not scanning '/system/lib/libexif.so' for 'getProp' (wron
g CL)
D/dalvikvm( 2214): +++ not scanning '/system/lib/libsrec_jni.so' for 'getProp' (
wrong CL)
W/dalvikvm( 2214): No implementation found for native Landroid/tether/system/Nat
iveTask;.getProp (Ljava/lang/String;)Ljava/lang/String;
W/dalvikvm( 2214): threadid=17: thread exiting with uncaught exception (group=0x
4001e398)
E/AndroidRuntime( 2214): Uncaught handler: thread Thread-9 exiting due to uncaug
ht exception
E/AndroidRuntime( 2214): java.lang.UnsatisfiedLinkError: getProp
E/AndroidRuntime( 2214): at android.tether.system.NativeTask.getProp(Nati
ve Method)
E/AndroidRuntime( 2214): at android.tether.system.CoreTask.getProp(CoreTa
sk.java:526)
E/AndroidRuntime( 2214): at android.tether.TetherApplication.updateConfig
uration(TetherApplication.java:268)
E/AndroidRuntime( 2214): at android.tether.TetherApplication.startTether(
TetherApplication.java:361)
E/AndroidRuntime( 2214): at android.tether.MainActivity$3$1.run(MainActiv
ity.java:186)
E/AndroidRuntime( 2214): at java.lang.Thread.run(Thread.java:1102)
I/Process ( 170): Sending signal. PID: 2214 SIG: 3
I/dalvikvm( 2214): threadid=7: reacting to signal 3
I/dalvikvm( 2214): Wrote stack trace to '/data/anr/traces.txt'
I/DumpStateReceiver( 170): Added state dump to 1 crashes
D/dalvikvm( 253): GC freed 1579 objects / 271960 bytes in 121ms
D/dalvikvm( 2214): GC freed 609 objects / 35184 bytes in 81ms
I/dalvikvm-heap( 2214): Grow heap (frag case) to 4.413MB for 87396-byte allocati
on
D/dalvikvm( 2214): GC freed 14 objects / 584 bytes in 80ms
I/Process ( 2214): Sending signal. PID: 2214 SIG: 9
I/ActivityManager( 170): Process android.tether (pid 2214) has died.
I/WindowManager( 170): WIN DEATH: Window{44c491f8 android.tether/android.tether
.MainActivity paused=false}
I/WindowManager( 170): WIN DEATH: Window{44cbbe70 Start Tethering paused=false}
D/AK8973 ( 149): Compass Start
D/Sensors ( 170): open_akm, fd=136
E/ActivityManager( 170): fail to set top app changed!
I/UsageStats( 170): Unexpected resume of com.fede.launcher while already resume
d in android.tether
W/InputManagerService( 170): Got RemoteException sending setActive(false) notif
ication to pid 2214 uid 10001
^C
L:\Ryan\Downloads\android\My ROMs\CR_Mod-MMModded-GreenSlide>
EDIT: Nevermind, must be an individual issue, no one else running the ROM is having issues. Must have deleted the lib file when I tried to push the newer version and revert back to the older version. Still, how might I go about getting that lib file BACK into /data/data?
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
Hi all,
I have an app that I have been using for a long while now. Its open source and fell out of development. I started modifying it when it broke and it worked fine on my Epic Touch. I recently picked up the Sprint Note 2 and installed it. It forced closed on me. I decided "OK lets see whats going on and why its FCing". I ran it in an emulator 4.1.2 and it worked fine. When I tried to debug it in eclipse using the real phone my logcat showed problems and never loaded:
D/dalvikvm( 1032): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 1032): Added shared lib libjavacore.so 0x0
D/dalvikvm( 1032): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 1032): Added shared lib libnativehelper.so 0x0
D/dalvikvm( 1032): Note: class Landroid/app/ActivityManagerNative; has 153 u
lemented (abstract) methods
D/AndroidRuntime( 1032): Calling main entry com.android.commands.pm.Pm
W/zipro (30332): Unable to open zip '/data/local/tmp/BalanceWidget.apk': P
ssion denied
D/asset (30332): failed to open Zip archive '/data/local/tmp/BalanceWidget
'
I/ApplicationPolicy( 2487): isApplicationInstallationEnabled
W/zipro (30332): Unable to open zip '/data/local/tmp/BalanceWidget.apk': P
ssion denied
D/asset (30332): failed to open Zip archive '/data/local/tmp/BalanceWidget
'
D/dalvikvm( 2487): WAIT_FOR_CONCURRENT_GC blocked 0ms
W/DefContainer(30332): Failed to parse package
W/PackageManager( 2487): verifying app can be installed or not
W/DefContainer(30332): Failed to parse package
D/dalvikvm( 2487): GC_EXPLICIT freed 329K, 14% free 44856K/51591K, paused 4m
s, total 96ms
D/AndroidRuntime( 1032): Shutting down VM
D/dalvikvm( 1032): GC_CONCURRENT freed 128K, 87% free 568K/4096K, paused 0ms
, total 2ms
D/jdwp ( 1032): Got wake-up signal, bailing out of select
D/dalvikvm( 1032): Debugger has detached; object registry had 1 entries
D/dalvikvm( 1032): Compiler shutdown in progress - discarding request
D/dalvikvm( 1032): Compiler shutdown in progress - discarding request
D/dalvikvm( 1032): Compiler shutdown in progress - discarding request
D/dalvikvm( 1032): Compiler shutdown in progress - discarding request
I tried wiping the cache, chmoding the folders, but nothing worked. I changed to a different project to see if it was that project but it did the same thing.
Does anyone have any ideas on what the problem could be and how to fix it?
My phone:
Rooted Stock L900VPALJC
Android 4.1.1
Thanks,
BlueKalel
Asked to be closed/deleted
Nburnes said:
Backup original Gallery2.apk if in /system/app
Copy to /system/app
Set permissions to rw-r--r--
Reboot
http://www.mediafire.com/download/xphhd0dq0q4a30x/Gallery2.apk
{
"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"
}
Only issue(s) I've noticed so far is that you cannot edit photos in the gallery and photosphere doesn't save the photo.
Click to expand...
Click to collapse
I am not quite sure.. what is the benefit of installing this camera apk..we already have stock camera version in our N4..what benefits or features will this camera provide. will it solve the high noise problem..?
ramkumar2000 said:
I am not quite sure.. what is the benefit of installing this camera apk..we already have stock camera version in our N4..what benefits or features will this camera provide. will it solve the high noise problem..?
Click to expand...
Click to collapse
This is an updated one with a newer interface. I doubt it will solve and high noise issues.
Thank you very much!
Sent from my Nexus 4 using Tapatalk 4 Beta
Thanks for this! although the gallery force closes when I try to choose the photosphere option :| Am I alone on this?
blueren said:
Thanks for this! although the gallery force closes when I try to choose the photosphere option :| Am I alone on this?
Click to expand...
Click to collapse
I had it fixed for a little while on mine....then I messed with it some more, trying to build a flashable zip. Need to re-trace what I did.
Originally mentioned in OP that Photosphere and Gallery editing would FC.
Edit: Need to install GalleryGoogle.apk over installed one for Photosphere and Gallery editing to work!
Nburnes said:
I had it fixed for a little while on mine....then I messed with it some more, trying to build a flashable zip. Need to re-trace what I did.
Originally mentioned in OP that Photosphere and Gallery editing would FC.
Edit: Need to install GalleryGoogle.apk over installed one for Photosphere and Gallery editing to work!
Click to expand...
Click to collapse
Cool! waiting for a fully working flashable zip
Well I am stuck. Camera will persist through reboot just fine, but Photosphere and gallery editing will not. You need to manually install "update" GalleryGoogle.apk every time for those features to come back.
During logcat of an adb install -r of the file it clones the app to /data/app and renames it to com.google.android.gallery3d.apk. Howerver, you can do this multiple times and it will just add -1, -2, -3, yadda yadda.
I've updated on my device itself through Root Explorer. Made sure all the permissions are good. Installed through adb and installed through a .zip I made flashable. Nothing seems to let it stick.
Code:
D/AndroidRuntime( 3393):
D/AndroidRuntime( 3393): >>>>>> AndroidRuntime START com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 3393): CheckJNI is OFF
D/dalvikvm( 3393): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 3393): Added shared lib libjavacore.so 0x0
D/dalvikvm( 3393): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 3393): Added shared lib libnativehelper.so 0x0
D/AndroidRuntime( 3393): Calling main entry com.android.commands.pm.Pm
I/ActivityManager( 536): Start proc com.android.defcontainer for service com.android.defcontainer/.DefaultContainerService: pid=3403 uid=10014 gids={50014, 1015, 2001, 1028}
E/Trace ( 3403): error opening trace file: No such file or directory (2)
W/ActivityManager( 536): No content provider found for permission revoke: file:///data/local/tmp/com.google.android.gallery3d-1.apk
D/Finsky ( 1770): [1] PackageVerificationReceiver.onReceive: Verification requested, id = 0
D/Finsky ( 1770): [1] WorkerTask.onPreExecute: Verification Requested for id = 0, data=file:///data/local/tmp/com.google.android.gallery3d-1.apk flags=114 fromVerificationActivity=false
W/PackageParser( 1770): Unknown element under <application>: permission at /data/local/tmp/com.google.android.gallery3d-1.apk Binary XML file line #224
W/PackageParser( 1770): Unknown element under <application>: permission at /data/local/tmp/com.google.android.gallery3d-1.apk Binary XML file line #227
W/ResourceType( 1770): Failure getting entry for 0x7f040050 (t=3 e=80) in package 0 (error -75)
W/ResourceType( 1770): Failure getting entry for 0x7f040050 (t=3 e=80) in package 0 (error -75)
D/dalvikvm( 1770): GC_CONCURRENT freed 1841K, 42% free 6235K/10660K, paused 2ms+2ms, total 38ms
D/dalvikvm( 1770): WAIT_FOR_CONCURRENT_GC blocked 22ms
D/dalvikvm( 1770): GC_CONCURRENT freed 967K, 32% free 7315K/10660K, paused 3ms+3ms, total 49ms
D/dalvikvm( 1770): WAIT_FOR_CONCURRENT_GC blocked 22ms
D/dalvikvm( 1770): GC_CONCURRENT freed 1682K, 28% free 7675K/10660K, paused 3ms+1ms, total 39ms
D/dalvikvm( 1770): WAIT_FOR_CONCURRENT_GC blocked 10ms
D/dalvikvm( 1770): GC_CONCURRENT freed 2027K, 28% free 7691K/10660K, paused 2ms+2ms, total 38ms
D/dalvikvm( 1770): WAIT_FOR_CONCURRENT_GC blocked 29ms
D/dalvikvm( 1770): GC_CONCURRENT freed 2012K, 28% free 7722K/10660K, paused 2ms+4ms, total 44ms
D/dalvikvm( 1770): GC_CONCURRENT freed 2046K, 28% free 7717K/10660K, paused 2ms+2ms, total 38ms
D/dalvikvm( 1770): WAIT_FOR_CONCURRENT_GC blocked 18ms
D/dalvikvm( 1770): GC_CONCURRENT freed 2024K, 28% free 7740K/10660K, paused 3ms+3ms, total 39ms
D/dalvikvm( 1770): WAIT_FOR_CONCURRENT_GC blocked 21ms
D/dalvikvm( 1770): GC_CONCURRENT freed 2028K, 28% free 7753K/10660K, paused 2ms+2ms, total 42ms
D/dalvikvm( 1770): WAIT_FOR_CONCURRENT_GC blocked 17ms
D/dalvikvm( 1770): GC_CONCURRENT freed 2029K, 28% free 7771K/10660K, paused 2ms+2ms, total 44ms
D/dalvikvm( 1770): WAIT_FOR_CONCURRENT_GC blocked 20ms
D/Finsky ( 1770): [1] 2.onResponse: Verification id=0 response=0
D/Finsky ( 1770): [1] PackageVerificationReceiver.onReceive: Verification requested, id = 0
W/ActivityManager( 536): No content provider found for permission revoke: file:///data/local/tmp/com.google.android.gallery3d-1.apk
I/PackageManager( 536): Copying native libraries to /data/app-lib/vmdl-422854454
W/PackageParser( 536): Unknown element under <application>: permission at /data/app/vmdl-422854454.tmp Binary XML file line #224
W/PackageParser( 536): Unknown element under <application>: permission at /data/app/vmdl-422854454.tmp Binary XML file line #227
W/ResourceType( 536): Failure getting entry for 0x7f040050 (t=3 e=80) in package 0 (error -75)
W/ResourceType( 536): Failure getting entry for 0x7f040050 (t=3 e=80) in package 0 (error -75)
D/dalvikvm( 536): GC_CONCURRENT freed 2963K, 18% free 17519K/21140K, paused 3ms+5ms, total 61ms
D/dalvikvm( 536): WAIT_FOR_CONCURRENT_GC blocked 56ms
D/dalvikvm( 536): GC_CONCURRENT freed 2544K, 13% free 18788K/21512K, paused 6ms+4ms, total 90ms
D/dalvikvm( 536): WAIT_FOR_CONCURRENT_GC blocked 77ms
D/dalvikvm( 536): GC_CONCURRENT freed 3957K, 19% free 18861K/23096K, paused 6ms+6ms, total 98ms
D/dalvikvm( 536): WAIT_FOR_CONCURRENT_GC blocked 91ms
D/dalvikvm( 536): GC_CONCURRENT freed 4086K, 19% free 18882K/23180K, paused 3ms+5ms, total 93ms
D/dalvikvm( 536): WAIT_FOR_CONCURRENT_GC blocked 84ms
D/dalvikvm( 536): GC_CONCURRENT freed 4105K, 19% free 18930K/23216K, paused 4ms+6ms, total 74ms
D/dalvikvm( 536): WAIT_FOR_CONCURRENT_GC blocked 45ms
I/ActivityManager( 536): Force stopping package com.google.android.gallery3d appid=10068 user=-1
I/ActivityManager( 536): Killing proc 3104:com.google.android.gallery3d/u0a10068: force stop com.google.android.gallery3d
W/PackageManager( 536): Trying to update system app code path from /system/app/GalleryGoogle.apk to /data/app/com.google.android.gallery3d-1.apk
I/PackageManager( 536): Running dexopt on: com.google.android.gallery3d
D/dalvikvm( 3420): DexOpt: 'Landroid/util/Pools;' has an earlier definition; blocking out
D/dalvikvm( 3420): DexOpt: couldn't find static field Landroid/renderscript/Sampler$Value;.MIRRORED_REPEAT
D/dalvikvm( 3420): DexOpt: not verifying/optimizing 'Landroid/util/Pools;': multiple definitions
D/dalvikvm( 3420): DexOpt: couldn't find field Landroid/view/WindowManager$LayoutParams;.rotationAnimation
D/dalvikvm( 3420): DexOpt: load 159ms, verify+opt 1001ms, 3310204 bytes
I/ActivityManager( 536): Force stopping package com.google.android.gallery3d appid=10068 user=-1
W/PackageManager( 536): Code path for pkg : com.google.android.gallery3d changing from /system/app/GalleryGoogle.apk to /data/app/com.google.android.gallery3d-1.apk
W/PackageManager( 536): Resource path for pkg : com.google.android.gallery3d changing from /system/app/GalleryGoogle.apk to /data/app/com.google.android.gallery3d-1.apk
D/PackageManager( 536): New package installed in /data/app/com.google.android.gallery3d-1.apk
EDIT: Through some magic voodoo I have it persistent on my device now.