Music app freeze in Jelly Bean - AT&T Samsung Galaxy Note I717

I have found most music apps stop responding after first song load on boot in JB based ROMs. Rockbox widget does not have this problem and is what I am using. It is in early development for Android and is not available in the play store yet.

For me the app freezes after clicking play. Then I close the app and remove from task manager then open the app and it works from then on
Sent from my SGH-I897 using xda app-developers app

developweb said:
I have found most music apps stop responding after first song load on boot in JB based ROMs. Rockbox widget does not have this problem and is what I am using. It is in early development for Android and is not available in the play store yet.
Click to expand...
Click to collapse
I'm confused, is this a question or an advertisement? If it's a question, there's a fix. If it's an advertisement, ugh.

Common problem for jellybean roms. To fix you need to edit your build prop. Change the lines "lpa.decode=true" and "lpa.use-stagefright=true". change them both so they are "lpa.decode=false" and "lpa.use-stagefright=false". Reboot. then problem should be fixed.

I would kindly accept direction to the fix. I have done searches and most results site bluetooth issues which I don't have. Not meant to be an advertisement as they are simply open source developers working on a project for porting to multiple platforms - namely mp3 players - as they have done for many years. I understand some young chaps may not have heard of these devices as they grew up with Androids.
Sent from my SAMSUNG-SGH-I717 using xda app-developers app

_INSPIREed said:
Common problem for jellybean roms. To fix you need to edit your build prop. Change the lines "lpa.decode=true" and "lpa.use-stagefright=true". change them both so they are "lpa.decode=false" and "lpa.use-stagefright=false". Reboot. then problem should be fixed.
Click to expand...
Click to collapse
Worked perfectly. Many thanks!
Sent from my SAMSUNG-SGH-I717 using xda app-developers app

_INSPIREed said:
Common problem for jellybean roms. To fix you need to edit your build prop. Change the lines "lpa.decode=true" and "lpa.use-stagefright=true". change them both so they are "lpa.decode=false" and "lpa.use-stagefright=false". Reboot. then problem should be fixed.
Click to expand...
Click to collapse
whoa! works... why is that? What do these setting mean? And why is this not fixed in the nightlies already?
Thanks a bunch.

lowspeed said:
whoa! works... why is that? What do these setting mean? And why is this not fixed in the nightlies already?
Thanks a bunch.
Click to expand...
Click to collapse
Couldn't give you a technical reason why it works honestly. A buddy of mine explained it to me quite some time ago, but I do not remember what he said. I think it was something along the lines of making android code audio through software instead of hardware. And as to why it isn't implemented in ALL jellybean ROMS and nightlies, I have absolutely no idea. This fix may not be known to everyone, but its been available for a while & I would think most devs know about it by now and would implement it in their ROMS. I just make it a habit to do that first when I flash a jellybean ROM. :good:

So its not just me, my sd card, or my phone?? I'll try the fix out. A real pain this is when you flash roms daily and have to go through the initial freeze, close and reopen :/

Related

Screen capture app for Atrix *Updated 9/14*

Hey guys,
I wrote a screen capture app that works for my Atrix since I couldn't find one that worked that was on the market. Here is the first version so I am looking for suggestions/bugs/improvements, etc.
I've only tested it on the atrix because that is the only phone I have, but if you guys could test it on other phones and let me know if it works or not on them, then that would be great.
Edit: Finally posting a new version. *Should* address most of the issues/requests I've seen unless I forgot something. Still haven't had a chance to test on any other devices but it will actually display errors now so I can see why the devices are failing.
Version:
0.6 - Fixed some bugs, screenshots should show up right away in gallery now, added an option to shutdown the services after grabbing the screenshot.
0.8 - Fixed shake sensor bug, added option to invert colors to fix colors for some devices, and service should stay on after reboots.
0.85 - Fixes for some crash reports. Better support for other devices.
Also, I finally added the app to market for those who want to get automatic app updates. I'll still post newest versions here for those that prefer to download from xda.
Market link
update: I haven't had time to work on the app at all lately so if anybody wants the source to fix any bugs or improvements then you can get it from https://bitbucket.org/mindphaze/screen-grabber
props!!! thanks a lot bro
Works great
+1 thanks.
Works great. I would like to see an option for the output folder.
Sent from my MB860 using XDA Premium App
so, what was the roadblock that was impeding capturing the screen with the actual programs? is it something tegra based? or was it something way easy? where did you find the information needed to make this?
Awesome app, and yeah, and output folder option would be awesome.
Nice app. After the app takes a screenshot, does it save to gallery b/c I can't find it for some reason.
Sent from my Atrix 4G using Tapatalk Pro
crea78 said:
Nice app. After the app takes a screenshot, does it save to gallery b/c I can't find it for some reason.
Sent from my Atrix 4G using Tapatalk Pro
Click to expand...
Click to collapse
go to internal storage and you should see a folder that says screenshots
Fantastic, works like a charm. Thanks!
Sent from my MB860 using XDA App
about time u released it , tho it doesnt belong in development
lesonal said:
go to internal storage and you should see a folder that says screenshots
Click to expand...
Click to collapse
Thanks for your help!
Sent from my Atrix 4G using Tapatalk Pro
Does this app work without root or no?
wicked_beav said:
Does this app work without root or no?
Click to expand...
Click to collapse
No screen shot app will afaik. But this one does for sure.
Sent from my MB860 using Tapatalk
Works great! Thanks
franciscojavierleon said:
so, what was the roadblock that was impeding capturing the screen with the actual programs? is it something tegra based? or was it something way easy? where did you find the information needed to make this?
Click to expand...
Click to collapse
Not sure exactly what the problem is, but when trying to read the framebuffer (/dev/graphics/fb0) directly I would get an error. Google provides /system/bin/fbread that grabs the framebuffer so it wasn't anything complicated to just call that to get the buffer.
Got the info from reading the tegra source code.
First bug I've ran into is it unexpecidently stopped running when I connected my phone to my computer in mass storage mode.
jug6ernaut said:
about time u released it , tho it doesnt belong in development
Click to expand...
Click to collapse
Hah I know! I guess that's why they moved it. Dev is only place I visit to so didn't even think of the other forums.
PhillyBlunt474 said:
First bug I've ran into is it unexpecidently stopped running when I connected my phone to my computer in mass storage mode.
Click to expand...
Click to collapse
Thanks, I'll look into that. Probably something to do with the sdcard being unmounted.
Works great. Thank you for sharing with us.
One bug or question. How do i stop it from taking any screenshots anymore? I unchecked first two options (enable screen capture and shake sensor) but it still take screenshots if I shake it. Not a big problem but thinking how many it will be taking when i go for run in the morning
ksekhar said:
Works great. Thank you for sharing with us.
One bug or question. How do i stop it from taking any screenshots anymore? I unchecked first two options (enable screen capture and shake sensor) but it still take screenshots if I shake it. Not a big problem but thinking how many it will be taking when i go for run in the morning
Click to expand...
Click to collapse
lol! little did you know, it doubles as a step counter!

[App] Google Now for ICS Roms

A working Google Now for ICS AOSP ROM...
http://forum.xda-developers.com/showthread.php?t=1747224
Thank the OP in the above link if it works for you!
Got it up and working on my phone. I'm running Shostack2 3.1.1
Many similar threads on XDA , NOT COOL !1!
I can see multiple similar threads on half-baked Google now from JB which is still quite buggy... atleast one in all smartphone's theme section ...
You should mention whats working and whats not before directing someone to this link ... is not very usable as of now.
xxr0x0rxx said:
I can see multiple similar threads on half-baked Google now from JB which is still quite buggy... atleast one in all smartphone's theme section ...
You should mention whats working and whats not before directing someone to this link ... is not very usable as of now.
Click to expand...
Click to collapse
Exactly, I've had this for a day or so, and voice search isn't working. But they're aware of that issue, and attempting to fix it. OP should mention that voice doesn't work.
Sent from my SGH-I777 using xda app-developers app
Voice-to-text will not work without kernel support or a hack forcing the app to use the existing Google Speech-to-text implementation. Either direction will take an obscene amount of time, i'd imagine. Don't wait up...
Why is this sinking down the app list?! People need to see this!
Sent from my GT-I9100 using Tapatalk 2
After using for several days, one issue I've noticed (besides voice search not working), is that the "cards" do not automagically "appear" on my phone. Rather, to view any card, I have to manually open the app. Once there I see a relevant card, such as the weather, or the length of my commute to work when the phone figures it's time for me to go to work. But my understanding is that Google Now, working properly, is supposed to make these cards "pop up" on your phone, rather than you having to manually open the app.
tks,trying...
Hi All, can this be installed on Stock ICS rom ?
allyrocky said:
Hi All, can this be installed on Stock ICS rom ?
Click to expand...
Click to collapse
Yes. Search for mikeyxda07. I believe that's the file. One of the xda devs (mike) has one up and running. Also, I think Shostock has it in his ROM. Why not just switch to JB and install it with one of the various Aroma gapps installers? Works well.
Sent from my SGH-I777 using xda app-developers app
Shostock no longer has Google Now included, Shoman removed it..:thumbup:
Sent from my SGH-I777 using xda premium

How To Install Google Now on ICS - HP Touchpad

Google has released Jelly Bean source code, and CM10 development is underway, but while we are waiting, we can install Google Now, the new search tool from Jelly Bean onto our Ice Cream Sandwich Android device.
You will need to download the Velvet.apk file from here:
https://www.dropbox.com/s/j85otexnkoktfiv/Velvet.apk
As usual, you can discuss this and ask questions at the REVTV Website Forum:
http://www.reverendkyle.com
Thanks for the video, I've had this working for a few days and had the same results you did with the network error message at first and voice not working. My workaround for voice is to use the new voice recognition that is built into the latest Swype betas since my TP microphone is working now.
Swype beta?
How do you get swype on the TP?
icy_gt said:
How do you get swype on the TP?
Click to expand...
Click to collapse
Its supported now, just download the beta installer from their website and install, no modifications needed anymore.
http://forum.xda-developers.com/showthread.php?t=1747224 <- you should try this. no build.prop changes or anything crazy required. i havent tried it on my touchpad yet but i would assume it works cause its on my phone.
As new versions become available, I think this will get easier and better to use.
I can't wait until the voice works.
Rev, you're on CM9, right? I thought the microphone was still not working on the touchpad? I haven't actually turned my touchpad on since February, so admittedly I'm behind the times, but I haven't seen any rom saying the mic was working.
Official nightlies mic function is working...
The current official nightlies all have a working microphone and pretty stable wifi... The camera is the one that is not working yet... Hope that happens anytime now...
Sent from my PG86100 using xda app-developers app
Yes, the mic is working fairly well in the most recent nightly builds.
As far as the camera goes.... that might still be a while.
Thanks, looks like today is bring your touchpad to work day for me, I'll update it finally.
I'll just wait for the packaged deal.......glad cm10 is underway and can't wait.
Sent from my cm_tenderloin using xda app-developers app
I installed the latest version of Google Now with the Voice Search feature active, and I must say, it doesn't work great on the Touchpad. Its very slow, the screen flashes, you can't use the search button within the app, and the external voice connection app requires you to press enter in the Google Now app to run a search.
I'll wait for CM10.
AWESOME!!! Thanks a lot
Epic 4g got gNow working flawlessly. I wonder if the same fix could work for the jb alpha alpha pre-alpha rom that we'll soon be nomming on...
Sent from my SPH-D700 using xda app-developers app
Out of curiosity, why is this so hard to get it working on ICS ROMs? On every phone I've seen, they've been able to port over most of the Jellybean stuff to ICS without issues, but Google Now just will not port over nicely. Seems like it's just an app to me and would require less work than others, but I know nothing about developing.
FusionNeo said:
Out of curiosity, why is this so hard to get it working on ICS ROMs? On every phone I've seen, they've been able to port over most of the Jellybean stuff to ICS without issues, but Google Now just will not port over nicely. Seems like it's just an app to me and would require less work than others, but I know nothing about developing.
Click to expand...
Click to collapse
That's the issue, it isn't JUST an app. It's actually a series of apps that work together along with the framework and some other fun stuff. Not as easy as throwing an APK on your device.
Liquid_Cool said:
I'll just wait for the packaged deal.......glad cm10 is underway and can't wait.
Sent from my cm_tenderloin using xda app-developers app
Click to expand...
Click to collapse
Yeah, same here. I have "patience", I swear.
Hmm... Can someone post the original one? I miss it!
I followed this post
http://forum.xda-developers.com/showpost.php?p=29634044&postcount=2436
And managed to install google now, but microphone doesnt work with it(it works with other apps, im using nightlies)
Can someone help me make microphone work with google now or return old google voice?
Hey everyone. Try a download from this post:
http://forum.xda-developers.com/showpost.php?p=29756226&postcount=2856
Still a bit buggy but it is getting better.

Flashable zip to enable mic in google now on Jellybean.

Searching through the forums' i found a flashable zip for thr asus transformer that enables proper mic support in Jellybean on our tabket. just google Tim Cat Job mic and HDMI fix. I flashed the zip and mic works great. This forum also has other interesting tidbits about the SOD issue.
http://forum.xda-developers.com/showthread.php?t=1841851
xdahgary said:
http://forum.xda-developers.com/showthread.php?t=1841851
Click to expand...
Click to collapse
Thank you, that is the link. Don't flash the whole kat zip just the mic and HDMI fix. The Kat zip will corrupt the kernel.
you said it had information about the SoD but I'm having trouble finding it, anything about a quick recap?
DemonicPhantasm said:
you said it had information about the SoD but I'm having trouble finding it, anything about a quick recap?
Click to expand...
Click to collapse
I having noticed the vertical scrolling sod since flashing the mic/HDMI fix. You cannot press the mic repeatedly ad this causes Google now to freeze.
This worked for me! Great find!
16gb Nook Tablet.
noobernz said:
This worked for me! Great find!
16gb Nook Tablet.
Click to expand...
Click to collapse
My nook has been running solid without any SODs since I flashed this! I hope it gets Committed to the Kernel! please others test this and provide feedback.
C64assembly said:
My nook has been running solid without any SODs since I flashed this! I hope it gets Committed to the Kernel! please others test this and provide feedback.
Click to expand...
Click to collapse
I'm still getting the same black screen freeze/reboot situation as before. But having working mic is nice.
Sent from my GT-I9100 using xda premium
rete said:
I'm still getting the same black screen freeze/reboot situation as before. But having working mic is nice.
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Hmm. Well, I am running the over clocked SGT7 Cherry picks ROM in which I used ROM debloat free to remove all the live wallpaper and picker, the bluetooth files, and the phone stuff. I accidently removed the phone storage apk and now I can't connect via USB in android but I can transfer files via CWM....but not a single sod for past two days. I am picky on the apps and games I install.
i've been running the linaro enhanced 0.4 rom for a day, no sod yet - knock on wood
rete said:
I'm still getting the same black screen freeze/reboot situation as before. But having working mic is nice.
Click to expand...
Click to collapse
This is my situation as well.
Does this work on cm9?
Sent from my NookTablet using xda app-developers app
Now that mic works, any recommendations for apps to allow for outbound calling over WiFi... Phone/dialer functions..
Sent from my HTC Ville
Skittleskitty said:
Does this work on cm9?
Sent from my NookTablet using xda app-developers app
Click to expand...
Click to collapse
It should. Why dont you do a little leg work and report your findings. This is Xda Developers you know...you can help in development.
kbitz said:
This is my situation as well.
Click to expand...
Click to collapse
The only ROM that is truly stable right now is the sgt7 Cherry pick ROM. There are a bunch of commits that have not been added to Chris Jelkybean ROM and until they are it will not be stable.
xdahgary said:
http://forum.xda-developers.com/showthread.php?t=1841851
Click to expand...
Click to collapse
The file for the zip is no longer there, but there is an apk for his set of tools. Anyone tried to use this and successfully got the mic working?
BoostedB18C said:
The file for the zip is no longer there, but there is an apk for his set of tools. Anyone tried to use this and successfully got the mic working?
Click to expand...
Click to collapse
I installed the apk from here, then selected to install "HDMI & crap audio after Mic Fix" in K.A.T - Kat Android Toolbox and the mic is working in skype now on the latest CM10 build (0.05.2).
Thanks, finally mic works
Sent from my NOOK Tablet running CM10 0.05.3
nook_lover said:
I installed the apk from here, then selected to install "HDMI & crap audio after Mic Fix" in K.A.T - Kat Android Toolbox and the mic is working in skype now on the latest CM10 build (0.05.2).
Click to expand...
Click to collapse
Worked for me too. In the app, just install "HDMI..." per above. After that, I had to reboot to get it working, but all good. I'm running .05.3
C64assembly said:
It should. Why dont you do a little leg work and report your findings. This is Xda Developers you know...you can help in development.
Click to expand...
Click to collapse
I will if someone can upload the flashable zip on to an ftp site or something so i can try when i asked the question it wasn't available and i dont know how to use the apk yet might take me a few more days

[Q] Working DSPManager for KK + Sense Roms?

I can't seem to get DSPManager to not FC no matter how I install it. I've tried flashing as a system app and installing as user, clearing cache/data and with any KK/Sense rom thus far the app always immediately force closes. It worked fine for ICS and JB builds but it seems something going on in KK or Sense is interfering. Has anybody got DSP working on KK/Sense?
xlxcrossing said:
I can't seem to get DSPManager to not FC no matter how I install it. I've tried flashing as a system app and installing as user, clearing cache/data and with any KK/Sense rom thus far the app always immediately force closes. It worked fine for ICS and JB builds but it seems something going on in KK or Sense is interfering. Has anybody got DSP working on KK/Sense?
Click to expand...
Click to collapse
Try Viper4Android
Much better than DSP
Bakumatsu said:
Try Viper4Android
Much better than DSP
Click to expand...
Click to collapse
I'm aware of that app although I would like to stick to finding a solution to the problem I stated and not simply using a different app.
It has always fc'd on any CM ROM ive tried, its something you've got to accept.
I use Viper's built in sound enhancer. Works flawlessly and better than DSP
Sent from my HTC6435LVW using xda app-developers app
I don't think dsp works on HTC phones. I have had it work on nexus devices and moto ones but never on an HTC.
Sent from my HTC6435LVW using XDA Premium 4 mobile app
It usually force closes due to a missing library call in lib audio effects.
Usually stereowide is the one missing....fwiw.
Not really hard to fix.
Sent from my HTC6525LVW using Tapatalk
orangechoochoo said:
It has always fc'd on any CM ROM ive tried, its something you've got to accept.
Click to expand...
Click to collapse
If that's your solution to software problems I'm glad you don't develop.
Uzephi said:
I use Viper's built in sound enhancer. Works flawlessly and better than DSP
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
I tried Viper but none of the settings had any effect on audio, a common issue with DSP as well. I'm gonna fiddle with it a bit more though.
Jaggar345 said:
I don't think dsp works on HTC phones. I have had it work on nexus devices and moto ones but never on an HTC.
Sent from my HTC6435LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Actually the old v1 of DSP works fine on 4.2.2/Sense 5.0 and earlier when the proper audioeffects text file is flashed to etc. It not working for people through the years has mostly to do with this and DSP's inability to take exclusive priority over the global audio output of any given device. CM are the one's actually maintaining the app, of which there is a 3rd version which doesn't force close in KK/Sense but also won't do anything to the audio effects either. I had this same problem with Viper4Android. It constantly prompts me to install a binary but the settings never change the sound. I don't think it's the audioeffects config file or the libs but some other file such as audiopolicy. If anyone knows what changes are present in KK that differ from JB in terms of how Android and Sense handle audio effects that information would be greatly appreciated.
santod040 said:
It usually force closes due to a missing library call in lib audio effects.
Usually stereowide is the one missing....fwiw.
Not really hard to fix.
Sent from my HTC6525LVW using Tapatalk
Click to expand...
Click to collapse
Hmmm...now we're getting somewhere. I have done some audio effect editing myself which is how I got DSP to work from Sense 3.5-5.0 roms. So you are saying "stereowide" causes FC's in KK because the original version of DSP won't even open in KK. I don't recall ever seeing that effect....can you post an example for me to test? Just the audio effect file.
xlxcrossing said:
Hmmm...now we're getting somewhere. I have done some audio effect editing myself which is how I got DSP to work from Sense 3.5-5.0 roms. So you are saying "stereowide" causes FC's in KK because the original version of DSP won't even open in KK. I don't recall ever seeing that effect....can you post an example for me to test? Just the audio effect file.
Click to expand...
Click to collapse
Yeah I can for you tomorrow.
xlxcrossing said:
If that's your solution to software problems I'm glad you don't develop.
Click to expand...
Click to collapse
This has been like this for a long time and the developers have tried to fix it to no avail. Let's see what you can do :silly:
I'll be glad if you can fix it, you're the One, Neo.
orangechoochoo said:
This has been like this for a long time and the developers have tried to fix it to no avail. Let's see what you can do :silly:
I'll be glad if you can fix it, you're the One, Neo.
Click to expand...
Click to collapse
Indeed...I already created a thread for a fix on earlier versions of sense so yeah its not that out of my reach actually. Oh say hello to Sir Topum Hat when you see him would ya.
Sent from my HTC6435LVW using Tapatalk

Categories

Resources