[ROM] Nils' Business GingerSense 3.5 - GB 2.3.5 - WMA Playback - Droid Incredible General

Newbie here, so hoping I'm posting correctly.. Using [ROM] Nils' Business GingerSense 3.5 - GB 2.3.5
WMA audio files are not playing back. MP3 files play back correctly. I read through the developer forum and noticed several other people had the problem, but were just going to transcode their files externally.
Any chance of this being fixed or a work around? CM7 seems to handle OK, but prefer Nil's for a bunch of reasons.

Related

AOSP Music for GB

Hey All, I'm running deodexed JVB with a few mods, and the only thing I'm missing is the AOSP Music from GB. Would anyone happen to have this kicking around in a cwm zip or apk?
Nevermind, I got it. Thanks
Why do you want AOSP MUsic player if it is much worse than stock Samsung player? I don't see any benefit.
what do you think about music 3.0?

[Q] GingerBread v021b vs. Floyo?

Hi everyone,
First of all I'd like to thank the awesome developers that made these roms possible! I've really enjoyed using them
But now I'm getting really confused with all these roms.. As far as I can see there are 3 good ones I can use; GingerBread v021b, Floyo (2.2.5) v1.0a HACKDROID and 2.2.9 CM Floyo v0.30. But for example, these 2 Floyo roms, are they different? (Floyo & CM Floyo) And which rom is the best one (most options, best performance, etc) because I'm really confused now xd
Thanks in advance,
Alex
Floyo 1.0a has lots of bugs (market, maps, wifi issues), I can recommend you Floyo 1.0, it works fine
One thing to point out though is that Floyo 1.0 is based on FroyoBread v018 code so it has some bugs, that FroyoBread originally has. Namely the recorded videos have out of sync audio when played.
P.S.: I actually posted a thread for this Video/Audio sync issue here in the general section, asking if anybody knows a fix or workaround.

[11/27/2011] [DEV] Building VLC for the GTablet (and other Tegra 2 devices)

OK, it's been a long time since I've done anything here... and VLC for Android is still not public... yeah, it kinda sucks that it take so long, but it's not as easy as it looks... but things have been progressing...
I still see several builds of VLC floating around... but none of them are ARMv7 without NEON (yes, there is ARMv6 without NEON)... so I got the latest VLC code (as of 27 Nov 2011)... punched in my Tegra 2 optimised CFLAGS... i.e., ARMv7 + CORTEX A9 + NO NEON...
And finally, there is some much better documentation regarding building VLC for Android... this will tell you how exactly to get the latest
So I decided to take a look at making the changes needed for building VLC for the GTablet and other Tegra 2 devices...
http://wiki.videolan.org/AndroidCompile
Now I'm no expert in cross-compiling and building native NDK applications, so I just looked up some Tegra 2 CFLAGS and made the changes in vlc-android/extras/package/android/configure.sh. The changes are highlighted as bold text below.
Code:
if [ -z "$NO_NEON" ]; then
CXX_TARGET="armeabi-v7a"
CFLAGS="$CFLAGS -mfpu=neon -mtune=cortex-a8 -ftree-vectorize -mvectorize-with-neon-quad"
LDFLAGS="$LDFLAGS -Wl,--fix-cortex-a8"
EXTRA_PARAMS=""
else
[B]CXX_TARGET="armeabi-v7a"
CFLAGS="$CFLAGS -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3-d16 -mthumb-interwork -mfloat-abi=softfp"
EXTRA_PARAMS=" --disable-neon"[/B]
fi
THE CHANGES:
armeabi-v7a which specifies ARMv7-A ABI build target
-march=armv7-a which specifies build for ARMv7-A architecture
-mtune=cortex-a9 which specifies optimise for Cortex A9
-mfpu=vfpv3-d16 which specifies use of vector floating points (with 16 registers) instead of NEON
-mfloat-abi=softfp which specifies use of software floating points instead of hardware floating points
This is still an open appeal to android developers or anyone with any knowledge and/or guts... Help me finalise a good configuration so that we can have the same merged into the official VLC GIT. Please let me know if you are interested in helping me out. I'm also looking for guinea pigs with other Tegra 2 devices... if you have any or know any who has one and is willing to test builds out, please let me know.
Please note that the builds currently posted here use Tegra2/ARMv7 Cortex A9 specific build/make optimisations and will most probably not work on any other processor/chipset.
UPDATE (27 Nov 2011):
Synced the latest VLC code till date
Followed the new VLC build instructions
Build VLC using latest code using android-9 as the NDK version and android-10 as the SDK version (Gingerbread)
Froyo: Untested.
Gingerbread: SD Audio/video works fine. HD video decoding to slow, skips too many frames.
Honeycomb: Untested.
UPDATE (12 Sept 2011):
Reworked, updated & cleaned up build/make configurations
Rebuilt VLC using updated code from git repository using android-8 (Froyo) as the platform version
Created diff patch for configure.sh script with build/make configuration changes
Froyo: Video and audio working fine (tested upto 720p videos). This should apply to most, if not all, Froyo ROMs.
Gingerbread: Untested.
Honeycomb: Video works fine (tested upto 720p videos). Audio is broken.
UPDATE (11 Sept 2011):
Successfully built VLC using NO_NEON=1 and above configuration changes. VLC now works on my GTablet and no longer force closes.
Froyo: Video and audio working fine (tested upto 720p videos). This should apply to most, if not all, Froyo ROMs.
Gingerbread: Untested.
Honeycomb: Video works fine (tested upto 720p videos). Audio is broken.
DISCLAIMER:
This is an experimental discussion thread. You are free to use the builds posted here. But since this is a very, very early alpha, it may be very unstable and many things may not work. Do this all at your own risk. For the larger part of the general public, it is advised that you wait for official builds to start before using this.
DOWNLOAD [11/27/2011]
Reserved for possible future use!
Works on Beasty's!
I just installed it on my G Tablet running Beasty's rom. A 720p .avi played flawlessly with audio. Good job and thanks for porting this!
I have an Acer A500, and would be a willing tester. It is running 3.2, I have access to various media types as well.
@daveid... awesome... all you have to do is pick up builds that are share here... test it on your A500... and let us know what the results are...
Audio seems to be borked on my GTablet running Honeycomb (which is a ported build)... but let me know if it works on a device officially running Honeycomb...
Thanks! Video playback is perfect, but a no-good for audio. Running GTabComb 3.2.
Thanks again!
VOB play back works
I have some friends that wanted to know two things. Does it play ISO and VOB files from a DVD back-up? I didn't have any full DVD back-ups to test here at work. So I downloaded some VOB files from,
http://www.digital-digest.com/movies/movie_index.php?type=studio
All the VOB files played fine from the SD card with video and sound. Anyone been able to test if a DVD ISO will play?
mikiemon said:
I have some friends that wanted to know two things. Does it play ISO and VOB files from a DVD back-up? I didn't have any full DVD back-ups to test here at work. So I downloaded some VOB files from,
http://www.digital-digest.com/movies/movie_index.php?type=studio
All the VOB files played fine from the SD card with video and sound. Anyone been able to test if a DVD ISO will play?
Click to expand...
Click to collapse
Yes, VOB files would play fine since they are in fact MPEG2 video files... but ISO will not work... rip the DVDs to play them from the tablet!
craigacgomez said:
@daveid... awesome... all you have to do is pick up builds that are share here... test it on your A500... and let us know what the results are...
Audio seems to be borked on my GTablet running Honeycomb (which is a ported build)... but let me know if it works on a device officially running Honeycomb...
Click to expand...
Click to collapse
Same, video no audio. Also it is not finding my media, even though I set the folders in the options...
Video server playback
Hello
I have a video server with ~600 AVI files. Using my G-tab and ES File Explorer I can stream them using Mobo player or MX player. When I select a video file on my server it offers 3 options to play them Mobo Player, MX Player and the ES Media Player(tries to download rather then stream). Any idea why VLC is not offered as a player option?
Testing on my gtab. Everything I've played has been flawless.
sent from my Brilliant Corners with Clemsyn Kernal Gtablet using Tapatalk
Im willing to help test for Gingerbread. Running faux123s build (G2X) . As an Ubuntu user, I know the greatness of VLC.
I thank you very much for this.
Sent from my LG-P999 using XDA App
Audio is busted. Video plays and skips through with minimal video distortion.
Tested with . Ogv file
Sent from my LG-P999 using XDA App
Trying out a couple of things for a GB (and possibly a HC) version to fix audio!!
mr.frankm said:
Audio is busted. Video plays and skips through with minimal video distortion.
Tested with . Ogv file
Sent from my LG-P999 using XDA App
Click to expand...
Click to collapse
No sound for me either video can be choppy.
Tested on gharmony asop bl1.2 using Transformers.mp4
video is very choppy. can not watch anything, including simple profile 720p videos that play perfectly fine in stock player.
VeganTab 5.1
If you read the OP there are issues with anything outside of Froyo ROMs.
sent from my Brilliant Corners with Clemsyn Kernal Gtablet using Tapatalk
Since audio still seems to be a no-go on anything other than Froyo roms... I decided it was time to get in touch with the VLC team...
http://forum.videolan.org/viewtopic.php?f=13&t=89868&p=311409#p311409
Apparently, someone used my config and was the resulting build works on the Iconia A500 running 3.2... both audio and video... so now I need to dig in some more... and hopefully get some more help from the VLC team...
I wanted to give it a try.
Downloaded the NonNEON version but couldn't even select a movie to play...
How did you achieve that?
KameoRE said:
I wanted to give it a try.
Downloaded the NonNEON version but couldn't even select a movie to play...
How did you achieve that?
Click to expand...
Click to collapse
You need to use the menu key to search for movies/media files on your gtab. Basically, you need to tell the player what directory the media is stored in.
If it helps, I will try to do a few screenshots of mine and post it up here.
-Mike

ROM suggestions

Well guys, I am running on unity now and I've got the beats addon. I like beats audio enhancement very much. But however the sense 3.0+roms are just too heavy for me to use, as it is laggy and I can't multi task(I don't want to use the sd partition as it damages the sd card)
I am a music guy so I need a good music output for my dz
Can someone recommend some roms that have a good audio output ,lite and fast? It can be any kind of rom except unity, dhd port sense 3.0 ,beatmod and runnymede,as I have already tried them. If by any chance somebody have a beats audio mod for sense 2.1, pls tell me, I'll be very grateful to you, thx.(it'll be best if the recommended roms run with sense)
Sent from my HTC Desire Z using XDA App
BTW, I don't want to use miui
Sent from my HTC Vision using XDA App
Download Neutron MP3 player app.
It is perfect for an audiophile.
Beats, to be honest, is a pile of marketing crap.
Doesn't sound nearly as good as the Neutron MP3 player.
Which ROM are you using?
Sent from my HTC Vision using XDA App
Use cyanogenmod 7, and use DSP manager, built in. Its brilliant. More bass than beats mode
Sent from my HTC Vision using XDA App
oddly enough I could never get cyanogenmod properly working, it would be stuck for hours on the cyanogen loading screen and wouldn't actually run.
Have you tried mexdroid? It's got the cyanogen dsp built in and sounds pretty good, but I have never used Beats so I can't compare it. I tried that recommended music app above and hated it.
+1 for mexdroid ghost chilli, if you really don't want MIUI or sense with sd ext.
Thx xT4Z1N4TRx,Well tried and the sound really is pleasing thx, but I just can't stand the stock android UI (poisoned by HTC Sense)
Seventhson998 said:
oddly enough I could never get cyanogenmod properly working, it would be stuck for hours on the cyanogen loading screen and wouldn't actually run.
Click to expand...
Click to collapse
Well strange enough though = =
kingston73 said:
Have you tried mexdroid? It's got the cyanogen dsp built in and sounds pretty good, but I have never used Beats so I can't compare it. I tried that recommended music app above and hated it.
Click to expand...
Click to collapse
Well absolutely agreed with you, the player really did SUCKED and the player pro is much better with a user friendly UI, and with themes XXD.BTW, If you hadn't tried beats, try it pls and I'd like to have some comment on the beats mod vs cm7 with dsp. ^,^
+1 on Neutron music player
It helps out your audio sound quality much more than the Beats silliness
and don't forget to use wav or other lossless music formats (such as flac) if you are serious about good sound, mp3's sound like crap if you are used to full CD quality such as a wav file.
Neutron is not free though ($5), Player Pro would be my 2nd choice, and it's also $5
keep in mind though, the difference in music players makes a small improvement, the difference between lossy formats (i.e. MP3, WMA, OGG, AAC) and lossless formats (WAV, AIFF, AU, FLAC, APE, WV, M4A, TTA) is HUGE!
Well I don't mean to insult any neutron player users, but I personally really don't like that player, the scrolling is buggy and the UI is very ,you know, somehow not good, that's why I gave up the player at once
Sent from my HTC Vision using XDA App
Seventhson998 said:
oddly enough I could never get cyanogenmod properly working, it would be stuck for hours on the cyanogen loading screen and wouldn't actually run.
Click to expand...
Click to collapse
to use CM7 you need to do a full wipe. (do a nandroid first!)
the nightlies are good stuff.
to the OP: try cyanogenmod7 nightlies, they have DSM manager.
So is the sound quality in miui roms really not that good? I heard that they suck LOL
I really want to go to miui for sometime but am I am not sure about the sound quality and I don't have the time to check out every rom by myself. I hope someone can give some advices.
Sent from my HTC Desire Z using XDA App
s09227 said:
So is the sound quality in miui roms really not that good? I heard that they suck LOL
I really want to go to miui for sometime but am I am not sure about the sound quality and I don't have the time to check out every rom by myself. I hope someone can give some advices.
Sent from my HTC Desire Z using XDA App
Click to expand...
Click to collapse
MIUI is pretty crap on sound output, although, the performance is pretty zippy but faced more FCs compared to CM7.1. Went for Bulletproof MIUI, but the general issues are inherited from the MIUI base.
Recently, I have moved to ILWT CM7.1 and used multiple versions from ILWT. This seems to be the best for me yet and plan to stick to it. Couple of things that made me move include much much better sound, more stable, less FCs and OS environment native to android.
Sent from my HTC Vision
Seventhson998 said:
oddly enough I could never get cyanogenmod properly working, it would be stuck for hours on the cyanogen loading screen and wouldn't actually run.
Click to expand...
Click to collapse
Try the ILWT CM7.1. Simply go to your CWM Recorvery, do a full factory wipe, dump your cache and install the rom zip. This has always worked for me for most roms - generally the miui or cm7 based roms worked flawlessly using the above method.
Sent from my HTC Vision
OK thanks for the advices guys , just a few questions to ask. Is it fine if I am using 4EXT recovery than CWM to flash? And how is the sound volume? Cuz on sense roms the sound volume is really low.
Thanks.
Desire Z TRANS-AM sense 3.0
And can someone tell me what player are you on cm7
HTC DZ with Sense 3.5
s09227 said:
OK thanks for the advices guys , just a few questions to ask. Is it fine if I am using 4EXT recovery than CWM to flash? And how is the sound volume? Cuz on sense roms the sound volume is really low.
Thanks.
Desire Z TRANS-AM sense 3.0
Click to expand...
Click to collapse
I don't think that should be an issue.
Sent from my HTC Vision

CM9 bugs

Hello there
I'm reading a lot of topics but I can't found something related with my problems.
Actually my KF have the CM9 energy 3.19.2012 ROM, but I can't see any movie on Netflix, my battery go down around 4 hrs.. And having problems with the shutdown action..
There's someone can help me?
Android v: 4.0.3
Kernel: 2.6.35.7+ [email protected] #14
CyanogenMod: Energy CM9 Kang
Sent from my iPhone using Tapatalk
CM9 does not support any HardWare Acceleration at the moment, therefore no streaming video.
If video streaming is a must, use a CM7 ROM like Hellfire.
Lord Morpheus said:
CM9 does not support any HardWare Acceleration at the moment, therefore no streaming video.
If video streaming is a must, use a CM7 ROM like Hellfire.
Click to expand...
Click to collapse
thanks Lord Morpheus, and Hellfire how's work? i mean if dont have any bug or something like that?
chuchinga said:
thanks Lord Morpheus, and Hellfire how's work? i mean if dont have any bug or something like that?
Click to expand...
Click to collapse
If you want to watch video, your best experience right now is probably going to be on the stock Kindle software, followed closely by a CM7 ROM. CM9 is a no-go, even with the new kernel, for watching video. Even if the video works, its just too buggy for now.
Felnarion said:
If you want to watch video, your best experience right now is probably going to be on the stock Kindle software, followed closely by a CM7 ROM. CM9 is a no-go, even with the new kernel, for watching video. Even if the video works, its just too buggy for now.
Click to expand...
Click to collapse
the 3.0 kernel?
chuchinga said:
the 3.0 kernel?
Click to expand...
Click to collapse
The quick answer to your question is as follows:
Stock kindle software uses a kernel (think of it like the heart of a rom) for the Android Gingerbread OS since it is in fact a modified build of Android Gingerbread. Up until recently the CM9 builds available have been also running a gingerbread kernel, however in recent days a community developer named Hashcode has produced a Kernel that is supposed to be for an ICS rom, this kernel is version 3.0 with some other numbers after it that I forget, often it is referred to as 3.0 anyways. Basically the 3.0 kernel lets us do on ICS what we can on Gingerbread, watch Netflix, Youtube, play games requiring a little more than standard graphics, etc...
Given that the stock OS is being developed by amazon and has been worked for the device you best bet for the time being is to use the stock rom and possibly modify it with the android market if you desire. Read up on the forums about what's been going on.
isaiahhhhh said:
The quick answer to your question is as follows:
Stock kindle software uses a kernel (think of it like the heart of a rom) for the Android Gingerbread OS since it is in fact a modified build of Android Gingerbread. Up until recently the CM9 builds available have been also running a gingerbread kernel, however in recent days a community developer named Hashcode has produced a Kernel that is supposed to be for an ICS rom, this kernel is version 3.0 with some other numbers after it that I forget, often it is referred to as 3.0 anyways. Basically the 3.0 kernel lets us do on ICS what we can on Gingerbread, watch Netflix, Youtube, play games requiring a little more than standard graphics, etc...
Given that the stock OS is being developed by amazon and has been worked for the device you best bet for the time being is to use the stock rom and possibly modify it with the android market if you desire. Read up on the forums about what's been going on.
Click to expand...
Click to collapse
Thanks isaiahhhhh!

Categories

Resources