I got microbes live wallpaper to work - G2 and Desire Z Themes and Apps

I downloaded it from the droid forum and flashed it
Sent from my HTC Vision using XDA App

I tried that one and it would stop working after putting the display to sleep.

EuroSpeed said:
I tried that one and it would stop working after putting the display to sleep.
Click to expand...
Click to collapse
Exactly... I think these people that keep saying it works has crazy definintion of what works. The fact is that it pauses frequently. It will restart after a minute or two but its not working properly.

I went to the nexus forum and got it there. Was a zip file. I see no stuttering when going between screens. It is neat, but will probably switch to something else in a few days bc that is just the way I am.
Sent from my HTC Vision

Does it work after turning off the screen?

Or selecting an app on the home screen...

If it stops working after the screen locks your taskkiller is probably killing it, that was my problem with most my lives, try putting it in the "ignore" list

E/InputDispatcher( 8925): channel '409c6938 com.android.livewallpaper.microbesgl.MicrobesWallpaper (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 8925): channel '409c6938 com.android.livewallpaper.microbesgl.MicrobesWallpaper (server)' ~ Channel is unrecoverably broken and will be disposed!
D/dalvikvm(10129): Trying to load lib /data/data/com.android.livewallpaper.microbesgl/lib/libmicrobes_jni.so 0x40515060
D/dalvikvm(10129): Added shared lib /data/data/com.android.livewallpaper.microbesgl/lib/libmicrobes_jni.so 0x40515060
D/dalvikvm(10129): No JNI_OnLoad found in /data/data/com.android.livewallpaper.microbesgl/lib/libmicrobes_jni.so 0x40515060, skipping init
E/InputDispatcher( 8925): channel '40872468 com.android.livewallpaper.microbesgl.MicrobesWallpaper (server)' ~ Consumer closed input channel or an error occurred. events=0x8
E/InputDispatcher( 8925): channel '40872468 com.android.livewallpaper.microbesgl.MicrobesWallpaper (server)' ~ Channel is unrecoverably broken and will be disposed!
D/dalvikvm(10214): Trying to load lib /data/data/com.android.livewallpaper.microbesgl/lib/libmicrobes_jni.so 0x40512d20
D/dalvikvm(10214): Added shared lib /data/data/com.android.livewallpaper.microbesgl/lib/libmicrobes_jni.so 0x40512d20
D/dalvikvm(10214): No JNI_OnLoad found in /data/data/com.android.livewallpaper.microbesgl/lib/libmicrobes_jni.so 0x40512d20, skipping init
Click to expand...
Click to collapse
That's what it's doing.
Sent from my HTC Vision using XDA App

Related

[All DEV's] I need help with this logcat, I just dont see it

Right now,
Bone Stock Sprint Rom + The Gingerbread EXT4 Kernel Spacemoose and I are working on for the tabs.
Now, its hit and miss, only way I can actually get this to boot is through a long process of flashing all sorts of other stuff using heimdall, long story short, its running, doing a weird bootloop, yet i am still connected and FS Mounted via ADB as I type.
So, link for the logcat, I let it run for +- 20 seconds, man it scrolled fast.
I just cant see the error, I cant, then again some aspects of the System are very new to me.
Help me with this so I can release this for the Sprint guys, and have a Kernel for all the CDMA Tabs before the VZW OTA comes out.
Jim
http://blackmugmedia.com/Android/GT/sprintGB-2.3.4-on-GB-Kern-Logcat-sys-bootloops
...
Probably best to put this in Q&A.
It looks as if dbus has problems. There are many log entries like this one on line 520:
Code:
W/libdbus (23874): Failed to start message bus: Failed to open "/etc/dbus.conf": No such file or directory
I'd check the permissions of dbus.conf or if it's there at all.
Lines 925 thru 984 don't look so good:
Code:
E/installd( 76): eof
E/installd( 76): failed to read size
I/installd( 76): closing connection
E/JavaBinder(23799): !!! FAILED BINDER TRANSACTION !!!
D/Launcher.Model(23799): cached all 41 apps in 226ms
I/ServiceManager( 65): service 'batteryinfo' died
I/ServiceManager( 65): service 'wifi' died
I/ServiceManager( 65): service 'connectivity' died
(...)
A similar pattern can be seen several times: starting at line 2076 thru 2145, at line 3241 thru 3318, 4538 thru 4620, 5863 thru 5947 and 7190 thru 7274. Each time it is preceded by a dbus error message. This might go away once dbus is fixed.
If that does not help, check line 291:
Code:
W/dalvikvm(23704): threadid=27: thread exiting with uncaught exception (group=0x40015578)
E/ (23704): Dumpstate > /data/log/dumpstate_sys_error
Dunno what thread 27 is doing. Maybe /data/log/dumpstate_sys_error has further info?
I'm gonna leave this here in development for now as its a proper question and not some "oh noez mai fone haz dun a boo boo" thread.
Let me know when this is resolved though guys so I can lock it to prevent n00bs digging it up 6 months down the line.
Cheers.
Sent From My Fingers To Your Face.....
conantroutman said:
I'm gonna leave this here in development for now as its a proper question and not some "oh noez mai fone haz dun a boo boo" thread.
Let me know when this is resolved though guys so I can lock it to prevent n00bs digging it up 6 months down the line.
Cheers.
Sent From My Fingers To Your Face.....
Click to expand...
Click to collapse
Yeah tbh this actually looks like the first real dev discussion in here for long time, Makes a refreshing change then all the n00b off-topic crap.
Anyway, gunna leave topic now and leave topic now and not clutter up.
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<!-- Our well-known bus type, do not change this -->
<type>system</type>
<!-- Only allow socket-credentials-based authentication -->
<auth>EXTERNAL</auth>
<!-- Only listen on a local socket. (abstract=/path/to/socket
means use abstract namespace, don't really create filesystem
file; only Linux supports this. Use path=/whatever on other
systems.) -->
<listen>unixath=/dev/socket/dbus</listen>
<!-- Allow everything, D-Bus socket is protected by unix filesystem
permissions -->
<policy context="default">
<allow send_interface="*"/>
<allow receive_interface="*"/>
<allow own="*"/>
<allow user="*"/>
<allow send_requested_reply="true"/>
<allow receive_requested_reply="true"/>
</policy>
</busconfig>
Sent from my SPH-P100 using XDA App

Weird Download Hours After Getting the OTA

So, I just OTAed to 4.2 and, a short while later, I noticed a small spike in my traffic graphs at home. Looking at this further, my GN just slowly downloaded a ~280MB file from Google. What this is, I don’t know, but I’ll try to have a look at my logcat in a bit. Anyone else seeing this strangeness? Here’s proof from my NetFlow collector at home (GN address has been obfuscated using an RFC 5737 address and, yes, I’m a geek):
Code:
Top 20 flows ordered by bytes:
Date flow start Duration Proto Src IP Addr:Port Dst IP Addr:Port Packets Bytes Flows
2012-11-20 23:32:18.285 1258.000 TCP 173.194.55.175:80 -> 192.0.2.1:54697 187760 279.9 M 1
BinkXDA said:
So, I just OTAed to 4.2 and, a short while later, I noticed a small spike in my traffic graphs at home. Looking at this further, my GN just slowly downloaded a ~280MB file from Google. What this is, I don’t know, but I’ll try to have a look at my logcat in a bit. Anyone else seeing this strangeness? Here’s proof from my NetFlow collector at home (GN address has been obfuscated using an RFC 5737 address and, yes, I’m a geek):
Code:
Top 20 flows ordered by bytes:
Date flow start Duration Proto Src IP Addr:Port Dst IP Addr:Port Packets Bytes Flows
2012-11-20 23:32:18.285 1258.000 TCP 173.194.55.175:80 -> 192.0.2.1:54697 187760 279.9 M 1
Click to expand...
Click to collapse
Was it thru wifi? Or 3g?
Sent from my Galaxy Nexus using Tapatalk 2
negrobembon said:
Was it thru wifi? Or 3g?
Click to expand...
Click to collapse
It was via Wi-Fi. I reviewed my logcat and couldn't find anything related to this. If someone could give me a hint as to where or what to look for further, I'd gladly do so.
BinkXDA said:
It was via Wi-Fi. I reviewed my logcat and couldn't find anything related to this. If someone could give me a hint as to where or what to look for further, I'd gladly do so.
Click to expand...
Click to collapse
and did your phone rebooted after that? could it be that google is pushing fixes and testing them with us takju users?
moisesgl said:
and did your phone rebooted after that?
Click to expand...
Click to collapse
Nope.
moisesgl said:
could it be that google is pushing fixes and testing them with us takju users?
Click to expand...
Click to collapse
Perhaps, but I see no sign of this.
YouTube subscribed feeds?
Sent from my Galaxy Nexus using xda premium
Soldier 2.0 said:
YouTube subscribed feeds?
Click to expand...
Click to collapse
Hrm. I think you have hit this one on the head. Looking at the storage of my phone, it does show YouTube using 280MB. That said, my Preloading settings for YouTube do not have subscriptions checked, but watch later is—and, while I’ve never knowingly added anything to watch later, it appears there were a few videos in there from long ago. I’ve since emptied my watch later queue—and I’ll see if this reduces the amount of space YouTube uses. So I think this might be the culprit—and I’ll report back—but it is a bit curious that this only happened after the 4.2 update (perhaps this storage is purged on OS updates?).

Google Now Voice Search kills Voice Search Systemwide

Hi all,
i've got an odd issue and wonder if somebody else has this.
I'm on pabx' AOSP ROM rc19.
When using Voice Search in Google Now it works the first time. After switching to another app and returning Voice Search fails with something like "Could not be understood". It fails immediately and doesn't even try to record anything.
PLUS: at this point voice recording fails in any app (e.g android voice input / swiftkey, what so ever).
when i force kill Google Search App, everything works again. so this somehow seems to block voice input.
maybe someone can reproduce this..
here's my logcat..
Code:
W/AudioFlinger( 193): findSuitableHwDev_l() loading well know audio hw modules
W/AudioFlinger( 193): loadHwModule() module primary already loaded
W/AudioFlinger( 193): loadHwModule() module a2dp already loaded
E/AudioFlinger( 193): int android::load_audio_interface(char const*, audio_hw_device_t**) couldn't load audio hw module audio.usb (No such file or directory)
I/AudioFlinger( 193): loadHwModule() error -2 loading module usb
E/AudioRecord(10035): Could not get audio input for record source 6
E/AudioRecord-JNI(10035): Error creating AudioRecord instance: initialization check failed.
E/AudioRecord-Java(10035): [ android.media.AudioRecord ] Error code -20 when initializing native AudioRecord object.
D/dalvikvm(10035): GC_FOR_ALLOC freed 455K, 16% free 15471K/18248K, paused 28ms, total 28ms
I/dalvikvm-heap(10035): Grow heap (frag case) to 15.439MB for 320016-byte allocation
D/dalvikvm(10035): GC_FOR_ALLOC freed 7K, 16% free 15776K/18564K, paused 27ms, total 27ms
I/AudioService( 576): AudioFocus requestAudioFocus() from [email protected][email protected]
W/Search.ConcurrentUtils(10035): Executor queue length is now 2. Perhaps some tasks are too long, or the pool is too small. [GrecoExecutor-1]
I/VS.G3EngineManager(10035): create_rm: m=ENDPOINTER_VOICESEARCH,l=en-US
I/VS.G3EngineManager(10035): Brought up new g3 instance :/system/usr/srec/en-US/endpointer_voicesearch.config for: en-USin: 3 ms
I/decoder (10035): ERROR: Exception thrown from GoogleRecognizer.read()
W/System.err(10035): java.io.IOException: AudioRecord failed to initialize.
W/System.err(10035): at com.google.android.speech.audio.MicrophoneInputStream.ensureStartedLocked(MicrophoneInputStream.java:88)
W/System.err(10035): at com.google.android.speech.audio.MicrophoneInputStream.read(MicrophoneInputStream.java:159)
W/System.err(10035): at com.google.common.io.ByteStreams.read(ByteStreams.java:806)
W/System.err(10035): at com.google.android.speech.audio.Tee.readFromDelegate(Tee.java:374)
W/System.err(10035): at com.google.android.speech.audio.Tee.readLeader(Tee.java:267)
W/System.err(10035): at com.google.android.speech.audio.Tee$TeeLeaderInputStream.read(Tee.java:464)
W/System.err(10035): at java.io.InputStream.read(InputStream.java:163)
W/System.err(10035): at com.google.android.speech.audio.AudioSource$CaptureThread.run(AudioSource.java:198)
D/dalvikvm(10035): threadid=49: thread exiting, not yet detached (count=0)
E/VS.G3EngineManager(10035): Error running recognition: 3
W/Search.ConcurrentUtils(10035): Executor queue length is now 2. Perhaps some tasks are too long, or the pool is too small. [GrecoExecutor-1]
I/AudioService( 576): AudioFocus abandonAudioFocus() from [email protected][email protected]
E/UberRecognizerController(10035): onError
E/UberRecognizerController(10035): com.google.android.speech.exception.AudioRecognizeException: Audio error
E/UberRecognizerController(10035): at com.google.android.speech.embedded.Greco3Recognizer.read(Greco3Recognizer.java:98)
E/UberRecognizerController(10035): at dalvik.system.NativeStart.run(Native Method)
E/UberRecognizerController(10035): Caused by: java.io.IOException: AudioRecord failed to initialize.
E/UberRecognizerController(10035): at com.google.android.speech.audio.MicrophoneInputStream.ensureStartedLocked(MicrophoneInputStream.java:88)
E/UberRecognizerController(10035): at com.google.android.speech.audio.MicrophoneInputStream.read(MicrophoneInputStream.java:159)
E/UberRecognizerController(10035): at com.google.common.io.ByteStreams.read(ByteStreams.java:806)
E/UberRecognizerController(10035): at com.google.android.speech.audio.Tee.readFromDelegate(Tee.java:374)
E/UberRecognizerController(10035): at com.google.android.speech.audio.Tee.readLeader(Tee.java:267)
E/UberRecognizerController(10035): at com.google.android.speech.audio.Tee$TeeLeaderInputStream.read(Tee.java:464)
E/UberRecognizerController(10035): at java.io.InputStream.read(InputStream.java:163)
E/UberRecognizerController(10035): at com.google.android.speech.audio.AudioSource$CaptureThread.run(AudioSource.java:198)
E/UberRecognizerController(10035): Got error after recognizing []
I had exactly the same thing few weeks ago on a number of roms, couldn't get a fix so just settled on a rom that didn't have the issue
Sent from my HTC One X using xda premium
Thanks for your reply.
can you tell me on which roms you experienced the issue and on which it does not occur?
on AOKP it doesn't work either.
Sense ROMs seem to be working..
I also sent a feedback report to google but i don't think there will be any response.
It worked on sense ROMs but I don't like them, most aokp and aosp ROMs had the the problem but for some reason it works fine on xenonhd and slimbean. I like slim so I just stuck with it
Sent from my HTC One X using xda premium
I digged in a little bit deeper and it's really odd.
on the first launch google now initializes in my local language:
Code:
I/VS.G3EngineManager(23710): create_rm: m=ENDPOINTER_VOICESEARCH,l=de-DE
I/VS.G3EngineManager(23710): Brought up new g3 instance :/data/data/com.google.android.googlequicksearchbox/app_g3_models/de-DE/endpointer_voicesearch.config for: de-DEin: 34 ms
which works.
after returning it tries to bring up
Code:
I/VS.G3EngineManager(30287): create_rm: m=ENDPOINTER_VOICESEARCH,l=en-US
W/Search.ConcurrentUtils(30287): Executor queue length is now 2. Perhaps some tasks are too long, or the pool is too small. [GrecoExecutor-1]
I/VS.G3EngineManager(30287): Brought up new g3 instance :/system/usr/srec/en-US/endpointer_voicesearch.config for: en-USin: 2 ms
I/decoder (30287): ERROR: Exception thrown from GoogleRecognizer.read()
which than fails.
when setting the system language to english it works all the time.
Do you still use a different language than EN_US on SlimBean (I suppose you did) ? or might that be the reason it is working on Slim ?
Phone and search are set to eng UK. Just tried changing to eng generic on Google now and the problem returns, changed back to eng UK and still problem then cleared app cache in system setting and all is fine again. So looks like you found something, good job
Sent from my HTC One X using xda premium
thanks for trying.
would be awesome if someone with a sense rom could try as well.
But i guess it will be an AOSP / 4.2.2 issue only.
maybe one of the dev's can have a look into it.. would be awesome to get this one figured out.
seems like the latest google search / now update solved the problem for me.
maybe you can confirm !?

E/trace file not found

I have tried many ROMs on my kindle fire and I keep getting the same crash when using any browser.:
07-01 00:06:52.034 I/dalvikvm(9193)Turning on JNI app bug workarounds for target SDK version 10...
07-01 00:06:52.081 E/Trace (9193)error opening trace file: No such file or directory (2)
07-01 00:06:52.237 D/dalvikvm(9193)GC_CONCURRENT freed 104K, 12% free
It has been driving me nuts for ages now but finally I've decided to ask for help from the experts.
Everything else runs fairly smoothly (depending on the rom) but the browser crashing is consistant. Sometimes it won't happen for a couple of hours, other times, constantly. And always the same error appears in the log, 'error opening trace file'.
Please forgive me if I have not formatted this post properly or not given enough info as this is my first time posting.
Thanks in advance for any help. I think you guys are great
Well i think that the browsers are crashing because you are using a device with little ram. Can you try using Naked Browser from the playstore? It is one of the most light weight browsers out there.
But surely this would have happened to many others who have changed their ROM?
Anyone else with some thoughts?

Asus music app random stops?

I'm having a issue with the Asus Music app which is when I'm in other apps it likes to stop randomly where I have to press play again until twenty seconds later to a another stop. I have a ZenFone 2e flashed with stock ZenFone 2 118 firmware.
Any help is welcome.
Sent from my Z00D using XDA Free mobile app
Any help is welcomed and if anyone wants to, I used Advanced Logcat Viewer to make a logcat log.
Also, I took a look and these few lines are from start of Chipzel's Courtesy and then into ManDoPony's -Just Gold- song, stopped with a buzz connected to my laptop in mic port on listen to this device, how I'm trying to debug this.
Code:
V/AsusMusicService.Player(12194): [AsusPlayer] Play: chipzel---courtesy-(a.-aaa)
E/NetlinkEvent(252): NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found
E/MediaPlayer(856): Should have subtitle controller already set
E/NetdConnector(699): RCV <- {613 IfaceClass idle (null)}
D/Ringtone(856): Successfully created local player
E/NetdConnector(699): Error handling '613 IfaceClass idle (null)': java.lang.NumberFormatException: Invalid int: "(null)"
D/NuPlayerDriver(248): reset(0xb080c220)
V/AlarmManager(699): triggered: act=com.android.internal.telephony.data-stall Pkg: com.android.phone
D/NuPlayerDriver(248): notifyResetComplete(0xb080c220)
D/PowerManagerNotifier(699): onWakeLockAcquired: flags=1, tag="*alarm*", packageName=android, ownerUid=1000, ownerPid=699, workSource=WorkSource{1001}
D/NuPlayerDriver(248): reset(0xb080c220)
D/PowerManagerNotifier(699): onWakeLockReleased: flags=1, tag="*alarm*", packageName=android, ownerUid=1000, ownerPid=699, workSource=WorkSource{1001}
V/AudioFlinger(248): acquiring 290 from 856, for -1
D/PowerManagerService(699): updateIsPoweredLocked: wasPowered=true, mIsPowered=true, oldPlugType=2, mPlugType=2, mBatteryLevel=73
V/AudioFlinger(248): added new entry for 290
W/BatteryStatsImpl(699): Couldn't get kernel wake lock stats
V/AudioFlinger(248): releasing 289 from 856 for -1
D/PowerUI (856): dismiss Low BatteryWarning level: 73
V/AudioFlinger(248): decremented refcount to 0
D/PowerUI (856): show_hot_plug_dialog: true
V/AudioFlinger(248): purging stale effects

Categories

Resources