similar to: VM Manager for Android

Displaying 20 results from an estimated 30000 matches similar to: "VM Manager for Android"

2011 May 09
4
Slightly OT: Android phone as sip-gw?
Hi, i have some spare (read: Boss get's a new one every few month ;)) Android Phones laying around. Does someone know a way of using them as a mobile gateway for asterisk? I could not find any SIP-Gateway in the Market, and i don't think it's possible to use the GSM Audio directly with something like chan_datacard... Regards, Jay -------------- next part -------------- An HTML
2012 Apr 22
1
android cifsmanager requires group read permissions on samba server
I have a server setup with samba, and other linux clients can connect to the shares with no problems. I also have an android phone (w/ cyanogenmod) that uses the app cifsmanager from the android market to mount the server shares on it as a client. The problem is that after a share is mounted, the client cannot see any files or folders unless the server's share is group readable. Both other
2013 May 27
4
virt-manager like tool for Android
Hi all, I use virt-manager as a way to give customers direct access to their (virtual) servers. This is important for things like OS installs or when do admin work where the network is down. This means I have to install a little linux machine though as none of my clients are linux shops. So I got to wondering; If I understand, virt-manager is more or less a hypervisor-aware VNC client,
2013 Apr 23
1
How to install Tinc in a device with Android 2.3.7?
Hi everybody, I want to install tinc in Android 2.3.7 but I can't find the tun.ko module that is needed to run tincd. I have installed the "tun.ko installer" from Play Google. I run it and when I press over the Install button, it gives me the next error: "Cannot find a compatible tun module for your device! Please try again later..." Has somebody installed
2009 Jun 08
2
Asterisk VM and Android phone?
Hi, Is anybody picking up emails as attachments on an android phone like the t-mobile G1? I had this working a while ago but since I re-installed my asterisk box to a newer build I am unable to open the attachments, I just get told it can't handle the format? I've been through and tried all wav, wav49, gsm and cant seem to open them. Any suggestions? Mike
2012 Feb 20
3
[LLVMdev] ARM opcode format
Hi, I'm sorry I forgot to mention I am compiling the bitcode using the JIT. The actual error, I get when I'm trying to get the function to the pointer. I'm using a custom front end that translates Android's Dalvik bytecode into LLVM bitcode based on Android ICS's modified LLVM version. Thanks, On Mon, Feb 20, 2012 at 7:55 PM, James Molloy <James.Molloy at arm.com>
2012 Feb 20
1
[LLVMdev] ARM opcode format
I'm doing some tests running llvm on Android. I'm getting an error message saying: Unhandled instruction encoding format! I checked which instruction was causing this and it is ADDrsi, it appears to have format 42 << 7, which is definitely not available in ARMBaseInfo.h Any suggestions are welcome -- Guillermo A. Pérez (吉耶莫) -------------- next part -------------- An HTML
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
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