similar to: Re: Wine on Android

Displaying 20 results from an estimated 20000 matches similar to: "Re: Wine on Android"

2014 Jul 01
1
Android Sync Doesn't Work Too Good
Greetings, I'm getting reports from a user who's reading and deleting mail on Thunderbird, but read flags and deletions don't show up in his Android phone. He's using the native Android mail app with the newest Android OS. My question is, where do I start with troubleshooting this kind of issue? Thanks for anyone's insight here. We're using Dovecot 2.2.13. --
2013 Jul 24
2
IceCast Android MediaPlayer support
Thanks. In http://developer.android.com/about/versions/android-2.2-highlights.html- there is a support for HTTP progressive streaming. Does this mean that IceCast is only Android-ready from 2.2? I've tried some hours ago on Android 2.1 tablet and the app crashes at start (couldn't find the reason yet). The same app works in 2.3.5. Thanks, I can extract tags by IcyStreamMeta class. Is there
2012 Apr 17
2
Any android source client for icecast ?
Hi everybody. Any development on this? Andrea Thomas.Rucker wrote: > > He's asking for a SOURCE client, not a _listener_ client. > > I don't think such a thing exists at the moment. > > > TBR > > -- View this message in context: http://old.nabble.com/Any-android-source-client-for-icecast---tp30375352p33700728.html Sent from the Icecast - General
2020 Apr 28
2
Android kernel PGO with LLVM
Hello, I'm working on Android kernel profile-guided optimization to figure out whether pgo can improve the performance of Android kernel. I have tried to added '-fprofile-generate' option to build Android kernel(msm-4.19). But error occurs during building: "undefined reference to '__llvm_profile_instrument_target'". I have tried to add
2015 Jul 09
1
[PATCH] cpu.c and Android
According to https://developer.android.com/ndk/guides/abis.html#x86 Android always support SSE, so there's no need to test SSE OS support. Why both __ANDROID__ and ANDROID are tested: http://stackoverflow.com/questions/15328751/android-macro-suddenly-not-defined http://stackoverflow.com/questions/6374523/how-to-detect-compilation-by-android-ndk-in-a-c-c-file
2018 May 08
2
Pointer size bugs when compiling for android arm64?
I'm trying to do a standalone build of Opus and I get the following messages when compiling for android arm64 using clang:   CC       silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.lo silk/fixed/arm/warped_autocorrelation_FIX_neon_intr.c:43:37: warning: incompatible pointer types assigning to 'const long *' from 'long long *' [-Wincompatible-pointer-types]    
2013 Jun 04
0
[LLVMdev] Address Sanitizer on Android
> When I run 'djpeg' on JellyBean, ASan reports the error message below. > > ==28210==Shadow memory range interleaves with an existing memory > mapping. ASan cannot proceed correctly. ABORTING. Got figured out. I needed to use TARGET_LDFLAGS. LOCAL_LDFLAGS seems to be ignored in my clang build. LOCAL_CFLAGS += -fsanitize=address TARGET_LDFLAGS +=-fsanitize=address -target
2013 Jun 21
0
[LLVMdev] ASan for Android Applications
You are citing the "Android platform workflow" section, which is about sanitizing components of the Android system itself. For NDK apps, see "Android NDK workflow" in the same document. You need -eng build because preloading libraries into dalvik vm is not allowed in user builds. JellyBean includes several bugfixes in the dynamic loader that asan needs. Was there any useful
2018 Mar 29
3
Tinc and android 6
Hi, I compiled tinc 1.1pre14 for android 6, then i created the config for tinc. When i try to start tinc, it can not connect to /dev/tun I have looked for information on android/tinc and /dev/tun. The information i found is about system permissions, how can i start tinc on android whitout rooting my android tablet ? And set extra routing to the tinc interface. Greeting from Amsterdam,
2014 Nov 18
2
Password authentication problem with IOS and Android HTML5
Hi, I have been using password protected MP3 streams for a number of years but I've hit against a problem. Neither Android or recent versions of IOS work with password protected MP3 streams. Now Android has dropped Flash, IOS doesn't work any more and more and more people expect to use their mobile devices to hear the streams. This is getting difficult. I know this isn't a
2012 Aug 21
2
Any android source client for icecast ?
Hi Guys, 2012/7/20 juantello <juantello1234 at gmail.com>: > > Hello. > > Icecast client for android > http://droidtools.sourceforge.net/content/icecast-client-android > http://droidtools.sourceforge.net/content/libogglibvorbis-and-libshout-libraries-android I just finished compiling an android version of our reshaped shine encoder [1] there:
2013 Jun 21
1
[LLVMdev] ASan for Android Applications
Evgeniy, thanks for your help. > You need -eng build because preloading libraries into dalvik vm is not > allowed in user builds. JellyBean includes several bugfixes in the > dynamic loader that asan needs. Do you have the sha1 hashes for any of those patches? I might be able to track down a build that includes them. > Was there any useful output in adb logcat when your program
2013 Jun 04
2
[LLVMdev] Address Sanitizer on Android
I have simple standalone ASan examples working on Android, and now I'd like to try using ASan with the Android build system. I'm building the release_33 branch of llvm+clang+compiler-rt with CMake. To test, I'm looking at libjpg, because with just a small change its Android.mk it compiles in a few seconds and without needing any additional dependencies. When I run 'djpeg' on
2019 Apr 15
2
large cover size bug with android?
On 2019-04-14 9:35 a.m., zol wrote: > When trying to play vorbis or opus files that have large cover sizes > >1MB on android 8.0 built in player, they fail to play. Removing the > cover allows them to play. I didn't investigate very closely (and my android 8 device has always ignored opus files!) But I'd guess it's either a bug with re-assembling the larger metadata
2008 Apr 12
2
newbie qs - can one implement speex for Google Android?
Anil Philip <goodnewsforyou at yahoo.com> wrote: see http://code.google.com/android It would be good of members from here will step in and offer google help to implement speex. Without exaggeration, android will transform the mobile world. Ivo Emanuel Gon?alves <justivo at gmail.com> wrote: On Fri, Apr 11, 2008 at 10:58 PM, Anil Philip wrote: > I recommended in a bug report that
2012 Nov 14
0
[LLVMdev] Clang now included in Android NDK r8c
cc +andrewhsieh +loganchien On Tue, Nov 13, 2012 at 11:21 PM, Joe Abbey <jabbey at arxan.com> wrote: > Hats off to the Android NDK team! > > Thanks for including me here, but I'd like to clarify that this is all from the really hard work of Andrew Hsieh and Logan Chien, and a few other Android engineers. (I'm actually not working on Android anymore, Andrew and Logan have
2013 Mar 31
2
Any android source client for icecast ?
Hi just saw this today :a real icecast client on android ! Seems to have been published on november 2012 : https://play.google.com/store/apps/details?id=sa.broadcastmyself <-----------------------------------------------------------------------------------------------------------> web perso : http://memeteau.org <xmpp%3Afreechelmi at jabber.fr> 2012/8/24 Romain Beauxis
2009 Feb 24
2
FLAC support for Android?
Brian Willoughby schrieb: > You're not going to be able to create a feasible FLAC implementation > in Java. As long as Android obviously has a rather poorly performing VM and no support for playing software generated PCM samples (except for writing them to a temporary WAV file and telling Andorid to play it after decoding is complete) it's not feasible, but a "real"
2013 Oct 31
0
[LLVMdev] Symbolized ASan output on Android
On Wed, Oct 30, 2013 at 2:08 PM, Greg Fitzgerald <garious at gmail.com> wrote: > If running ASan on the host architecture, we can symbolize output with: > > export LLVM_SYMBOLIZER_PATH=`which llvm-symbolizer` > ./myInstrumentedProgram > > but on Android symbolizing is more complex. The bash script below is > a "hello world" for symbolizing ASan output
2013 Oct 31
1
[LLVMdev] Symbolized ASan output on Android
Thanks for letting me know that this is in the works. This is something that would make running ASan (and all other sanitizers I assume) quite a bit more appealing on Android. If there's anything I can do to help, please let me know. If you'd like to discuss in person, I'll be at the Developers' Meeting next week. -Greg On Thu, Oct 31, 2013 at 1:58 PM, Alexey Samsonov