search for: adb

Displaying 20 results from an estimated 74 matches for "adb".

Did you mean: andb
2013 Oct 30
2
[LLVMdev] Symbolized ASan output on Android
...port 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 on Android. Is there a simpler way to do this? # Execute the test and save its output adb push myInstrumentedProgram /data/data/ adb shell "LD_PRELOAD=/data/data/libclang_rt.asan-arm-android.so /data/data/myInstrumentedProgram" | tee out/err.txt # Pull runtime dependencies so we can demangle the output adb pull /system/lib/libc.so out/ adb pull /data/data/...
2009 Jun 02
2
[LLVMdev] LLVM-gcc for Ada
...milar to the trouble Andre was having recently. I'm trying to build it on Fedora 10 (32-bit), using the instructions on the web site. The make terminates with a gnatbind error: gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada -I../../llvm-gcc-4.2/gcc/ada ../../llvm-gcc-4.2/gcc/ada/gnat1drv.adb -o ada/gnat1drv.o gnatbind -C -I- -I. -Iada -I../../llvm-gcc-4.2/gcc/ada -o ada/b_gnat1.c -n ada/gnat1drv.ali error: "s-imenne.adb" must be compiled error: ("/usr/lib/gcc/i386-redhat-linux/4.3.2/adalib/s-imenne.ali" is obsolete and read-only) error: "s-imenne.adb" a...
2001 Feb 01
1
constructing a vector from a dataframe and another vector
Hi All, I have a dataframe, divs, that looks like this: > divs date ticker dividend 263 20010322 ADBE 0.025 264 20010628 ADBE 0.025 265 20010927 ADBE 0.025 4308 20010212 ED 0.550 4309 20010514 ED 0.410 5416 20010330 GE 0.137 5417 20010629 GE 0.137 5418 20010928 GE 0.137 and a character vector o...
2009 Mar 14
0
Problem with phantom calls
...00:20:26 Local/3008 at from-inte Local/3008 at from-inte macro-dial s 7 Up Dial SIP/3008||sSr 48XXXXXXXX 00:20:26 SIP/3008-add0f320 Local/3008 at from-inte from-internal s 1 Up Bridged Call SIP/vono.linha1-adb0f030 48XXXXXXXX 00:20:26 SIP/vono.linha1-adb SIP/vono.linha1-adb verifica-prefixo s 3 UpQueue 10901|t||custom/40529082 48XXXXXXXX 00:20:50 Local/3008 at from-inte SIP/3002-adc20510 from-internal 1 Up Bridged Call Local/30...
2013 Oct 31
0
[LLVMdev] Symbolized ASan output on Android
...symbolizer` > ./myInstrumentedProgram > > but on Android symbolizing is more complex. The bash script below is > a "hello world" for symbolizing ASan output on Android. Is there a > simpler way to do this? > > # Execute the test and save its output > adb push myInstrumentedProgram /data/data/ > adb shell "LD_PRELOAD=/data/data/libclang_rt.asan-arm-android.so > /data/data/myInstrumentedProgram" | tee out/err.txt > > # Pull runtime dependencies so we can demangle the output > adb pull /system/lib/libc.so out/ &...
2009 Jun 02
0
[LLVMdev] LLVM-gcc for Ada
...e was having recently. I'm trying to build > it on Fedora 10 (32-bit), using the instructions on the web site. The > make terminates with a gnatbind error: > > gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada > -I../../llvm-gcc-4.2/gcc/ada ../../llvm-gcc-4.2/gcc/ada/gnat1drv.adb -o > ada/gnat1drv.o > gnatbind -C -I- -I. -Iada -I../../llvm-gcc-4.2/gcc/ada -o ada/b_gnat1.c > -n ada/gnat1drv.ali > error: "s-imenne.adb" must be compiled > error: ("/usr/lib/gcc/i386-redhat-linux/4.3.2/adalib/s-imenne.ali" is > obsolete and read-only) &gt...
2012 Dec 06
1
adb Samsubg note 2 and centos6
...:23 tigger kernel: usb 1-5: configuration #1 chosen from 2 choices lsusb shows: Bus 001 Device 035: ID 04e8:6860 Samsung Electronics Co., Ltd GT-I9100 Phone [Galaxy S II], GT-P7500 [Galaxy Tab 10.1] >From there I cannot figure out how to mount it. >From goggling it would appear that I need adb and some udev rules. Does anyone know how to get this to mount? Regards, -- Tom me at tdiehl.org Spamtrap address me123 at tdiehl.org
2014 Apr 17
3
[LLVMdev] Building sanitizers for Android
> Does %run support ssh-based testing? Yes, %run is configured by the user. I configure it to call a shell script that calls qemu-arm. It could just as easily ssh or "adb push && adb shell". -Greg On Wed, Apr 16, 2014 at 11:44 PM, Yury Gribov <y.gribov at samsung.com> wrote: > Greg, > > >> Clever, but I hope we can try to avoid the symlink hackery. Locally, >> I've renamed "%sim %t" to "%run %t" so...
2013 Oct 31
1
[LLVMdev] Symbolized ASan output on Android
...trumentedProgram >> >> but on Android symbolizing is more complex. The bash script below is >> a "hello world" for symbolizing ASan output on Android. Is there a >> simpler way to do this? >> >> # Execute the test and save its output >> adb push myInstrumentedProgram /data/data/ >> adb shell "LD_PRELOAD=/data/data/libclang_rt.asan-arm-android.so >> /data/data/myInstrumentedProgram" | tee out/err.txt >> >> # Pull runtime dependencies so we can demangle the output >> adb pull /syste...
2009 Aug 05
2
[LLVMdev] ACATS
Andr? Tavares wrote: > Thanks for the link Duff. You're welcome. > I downloaded ACATS, but could not run it on LLVM. Could not find any > instructions that could lead me to do so. Do you know how can do it? Compiler vendors are expected to write their own scripts, which is not a trivial task. The "B Tests" have deliberate errors, marked with "-- ERROR:"
2010 Feb 07
0
Somewhat off topic: Building Android on CentOS 5.4
...built the Android platform. I would be extremely grateful if he or she could publish the procedure they used to do so. In any event here is the motivation of why I want to build the Android platform and a description of the problem I encountered: I have a Samsung Moment which the Android module adb will not detect due to a bug in usb_linux.c. Therefore I have been trying to compile a patched version of adb on Centos 5.4. I have followed these instructions in effort to build adb on cupcake: > > cd $HOME/download/android > > repo init -u git://android.git.kernel.org/platform/mani...
2009 Jun 02
1
[LLVMdev] LLVM-gcc for Ada
...ly. I'm trying to build >> it on Fedora 10 (32-bit), using the instructions on the web site. The >> make terminates with a gnatbind error: >> >> gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada >> -I../../llvm-gcc-4.2/gcc/ada ../../llvm-gcc-4.2/gcc/ada/gnat1drv.adb -o >> ada/gnat1drv.o >> gnatbind -C -I- -I. -Iada -I../../llvm-gcc-4.2/gcc/ada -o ada/b_gnat1.c >> -n ada/gnat1drv.ali >> error: "s-imenne.adb" must be compiled >> error: ("/usr/lib/gcc/i386-redhat-linux/4.3.2/adalib/s-imenne.ali" is >> obs...
1998 Sep 16
0
SUNOS: Samba grabs all semaphores
Ole, Semaphores are a very cheap system resource in SunOS 4.1.x. You can easily bump up the max number using adb, without even recompiling the kernel. _seminfo: _seminfo+0 semmap 30 _seminfo+4 semmni 256 _seminfo+8 semmns 1024 _seminfo+0xc semmnu 1024 _seminfo+0x10 semmsl 1024 _seminfo+0x14 semopm 100 _seminfo+0x18 semume 256 _seminfo+0x1c semusz 2064 _seminfo+0x20 semvmx...
2013 Feb 11
1
Request help about developing android apps on CentOS
...g CentOS 6.3 with kernel 2.6.32-279.19.1.el668. Recently I wanna transfer my work from WIndows 8 to Linux. One of my hobbies is developing Android apps(:-)So I am not a prof at all). Everything goes well when I install Eclipse, Android SDK, blahblah. But the worst thing was that I couldn't make ADB connect to my phone. My phone is Huawei C8812 which can be listed by lsusb as Bus 001 Device 003: ID 12d1:1031 Huawei Technologies Co., Ltd. And I followed the instructions on http://developer.android.com/intl/zh-CN/tools/device.html ,but it seemed not working at all. So I found another page http...
2014 Aug 22
4
[LLVMdev] QEMU testing for LIT execution tests
...haps the test needs to be sent out to a remote device? o Perhaps the test can be scheduled on more than one remote device? Then that interface could be implemented in a couple of generic ways: * scp & ssh for remote hosts (or QEMU with an OS image) * Wrapper around Android's adb * Thin wrapper around "run it in this machine's shell" (what we currently have) What are your thoughts on this? Is this worth pursuing? What other use-cases can we support by structuring LIT this way? I don't yet have a concrete proposal for what this would look like, but I...
2010 Mar 05
2
[LLVMdev] LLVM-gcc for Ada
I am trying to build llvm-gcc-4.2 but cannot figure out how to get past the problem described below. Any help will be much appreciated. Regards Roger gnatbind -C -I- -I. -Iada -I../../llvm-gcc-4.2/gcc/ada -o ada/b_gnat1.c -n ada/gnat1drv.ali error: "s-imenne.adb" must be compiled error: ("/opt/gnat-gpl-2009/lib/gcc/i386-apple-darwin10.2.0/4.3.4/adalib/s-imenne.ali" is obsolete and read-only) error: "s-imenne.adb" and "gnat1drv.adb" compiled with different exception handling mechanisms make[2]: *** [ada/b_gnat1.c] Error 5...
2018 Apr 23
2
Wrapping lit commands for device testing
Hi, Tests in compiler-rt run under both iOS simulators and Android devices, which requires “wrapping” the run line with the “adb” command for Android, and adding a prefix / setting some environment variables for simulators/ In case of Android this is done by changing the compilation command to produce a wrapper which already calls “adb”, and in case of iOS simulators by explicitly adding the “%run” command in front of run li...
2017 Jan 18
3
SOCKS5 and UDP
...ven with a separate process handling UDP packets, the "UDP association" must be handled by the SOCKS server over TCP (so the SSH server would still require changes in that case). Anyway, I wanted to start a SOCKS5 server on the computer, a SOCKS5 client on Android, and communicating over adb (thanks to "adb forward" / "adb reverse"). Unfortunately, adb forwarding does not support UDP packets either, so using SOCKS5 for this purpose won't work anyway. Why SOCKS5 requires to transfer UDP packets-to-relay over UDP (instead of using the existant TCP connection) is...
2013 Jun 21
0
[LLVMdev] ASan for Android Applications
...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 output in adb logcat when your program crashed? On Fri, Jun 21, 2013 at 4:47 AM, Greg Fitzgerald <garious at gmail.com> wrote: > From: > http://address-sanitizer.googlecode.com/svn-history/r1624/wiki/Android.wiki > >> AddressSanitizer is fully supported in AOSP starting with JellyBean relea...
2015 Sep 21
2
android sdk on centos7 64-bit.
trying to use the android sdk on centos 7 and cant seem to find the 32bit libs.. [jason at centos7 platform-tools]$ ./adb devices -bash: ./adb: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory [jason at centos7 platform-tools]$ whats the right way to isntall the needed 32bit libs? I cant seem to find them with yum provides.. Ive tried multilib_policy=best in my yum.conf as well. Jason