[SOLVED] APKInspector not running

I try to run APKInspector on Arch. I installed in past on Ubuntu.
I installted the dependencies (pyqt,pydot,ipython,python-scipy,apktool) for python 2 and python 3 but the applicition not running.
I use xfce, I not think that it's relevant but I'm writing it anyway.
= python 3 =
$ python startQT.py
File "startQT.py", line 602
print "IOError"
^
SyntaxError: invalid syntax
= python 2 =
$ python2 startQT.py
Traceback (most recent call last):
File "startQT.py", line 18, in <module>
from GetMethods import *
File "/home/dev/Desktop/apkinspector/GetMethods.py", line 20, in <module>
import androguard, analysis, androlyze
File "/home/dev/Desktop/apkinspector/androguard/androlyze.py", line 35, in <module>
import IPython.ipapi
ImportError: No module named ipapi
Thanks for the help.
Last edited by amiad (2012-05-13 16:04:20)

The problem solved.
ipython not support ipappi after version 0.10.2 and arch have version 0.12.
I installed python-pip2 and via pip I installed ipython-0.10.2.
Last edited by amiad (2012-05-13 16:04:32)

Similar Messages

  • [SOLVED] gparted not running

    i have archlinux 64 bit with xfce4
    When i try to run gparted I get this error in the terminal
    error: dbus_bus_get: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
    [pedro@myhost ~]$
    Last edited by delacruz (2008-07-16 22:26:38)

    Do you have hal running? If not, try this then try to start gparted:
    /etc/rc.d/hal start
    If it works, put hal in the daemons array in rc.conf.
    Last edited by skottish (2008-07-16 20:52:34)

  • [SOLVED]Emerald not running

    I just installed compiz-bzr package and then I installed emerald-git package from the AUR.
    When I execute this in my terminal
    emerald --replace
    It just runs and does nothing If any solution then pls help
    Last edited by mcool4151 (2014-03-07 18:40:13)

    I guess it's a little late to respond but oh well. emerald-git (which provides emerald 0.9.5) and compiz-bzr (which currently provides compiz 0.9.11) do work together but you might experience a few bugs. I don't think emerald development is active so don't expect fixes.
    First of all, You must enable the 'Window Decoration' plugin in ccsm otherwise no decorator will start. Click on the 'Window Decoration' button in ccsm and in the 'Command' field type in emerald --replace
    That way, emerald will be automatically started along with Compiz. If you've already enable the window decorations plugin then try changing the theme.
    Last edited by Chazza (2014-03-07 23:27:22)

  • After downloading the mac os x 10.6.8 I can't open safari. It first told me that I could not run it with Safari 5.1 so I downloaded safari 6 because I had read that that would solve the problem. However I am still getting an error message. HELP!!

    After downloading the mac os x 10.6.8 I can't open safari. It first told me that I could not run it with Safari 5.1 so I downloaded safari 6 because I had read that that would solve the problem. However I am still getting an error message. HELP!!

    I see this on Apple's support page:
    Available for: OS X Lion v10.7.5, OS X Lion Server v10.7.5, OS X Mountain Lion v10.8 and v10.8.1

  • Photoshop Element 9 is not running on my new Dell E7240 laptop. Erreur :231:10. How can y solve the problem. Is it a license problem? My PC is very new, and PS9 is al little bit older.

    Photoshop Element 9 is not running on my new Dell E7240 laptop. Erreur :231:10. How can y solve the problem. Is it a license problem? My PC is very new, and PS9 is al little bit older.

    fixed with this method:
    http://bbs.archlinux.org/viewtopic.php?pid=319710

  • (solved)-Windows update cannot currently check for updates, because the service is not running. You may need to restart your computer

    (solved)-Windows update cannot currently check for updates, because the service is not running. You may need to restart your computer
    Hetti Arachchige V Aravinda | Network Administrator (B.Sc, MCP, MCTS, MCSA, MCSE, MCITP, CCNA, CEH, MBCS)| http://www.windowstechinfo.com |

    Hi,
    Glad to see your problem resolved, Hope your experience is helpful with others.
    Roger Lu
    TechNet Community Support

  • [SOLVED]Can Some Processes Not Run In Background

    Hi,
    Can some process just not run in the background? I have an irc bot and I want irssi to continue running even after I exit. I do
    $irssi
    ctrl-z
    bg
    But after bg it says
    [1] irssi &
    [1] irssi STOPPED
    I've also tried sending the kill CONT signal but it just always stops. Is there another way I should do it for this type of process? Thanks!
    Last edited by Prototype (2014-02-09 03:42:08)

    karol wrote:If you're asking how to background irssi, read http://www.hants.lug.org.uk/wiki/LinuxHints/Screen http://tmux.sourceforge.net/
    Is there no way to run irssi in the background (disowned) with just the built in bash commands? My main goal is to have it running (with me logged into servers) when I exit the terminal.
    Last edited by Prototype (2014-02-09 03:26:24)

  • [solved] To display Processes which are not running from constant process

    i have constant processes prostat1,prostat2,prostat3,prosta4,prostat6,prostat8,prostat9 (6 processes) runs to support the application
    Now my problem is
    i want to display the process which is not running (from the above 6 processes)
    Thanks in advance

    Try this
    echo "Constant processes not running"
    echo
    for PROC in prostat1 prostat2 prostat3 prostat4 prostat6 prostat8 prostat9
    do
            if [ ! "`ps -ef | grep $PROC | grep -v grep`" ]; then
                    echo $PROC
            fi
    doneBTW, those are 7....:-)

  • XFDesktop not running, FAILED TO CONNECT TO SESSION MANAGER [SOLVED]

    Hi all, new to the arch forums, I've recently installed arch with xfce4, and I've been having trouble changing the desktop background as the GUI for it will flash up then close instantly. I tried to reload xfdesktop with xfdesktop --reload, this returns "xfdesktop is not running". Running $ sudo xfdesktop returns:
    (xfdesktop:5211): GLib-WARNING **: (gerror.c:381):g_error_new_valist: runtime check failed: (domain != 0)
    Failed to connect to session manager: Failed to connect to the session manager: SESSION_MANAGER environment variable not defined
    xfdesktop: cairo-scaled-font.c:459: _cairo_scaled_glyph_page_destroy: Assertion `!scaled_font->cache_frozen' failed.
    Also, when I look in xfce4-session-settings, all xfce applications are running but xfdesktop isn't there.
    Thanks in advance
    Last edited by portalin (2015-01-11 15:12:36)

    Trilby wrote:
    portalin wrote:Running $ sudo xfdesktop returns ...
    Prepending sudo to random commands will eventually break your system.  Don't do it.
    In this case it simply prevents it from working as the session manager is running for your user not for the root user, so this command has nothing to connect to.  Remove 'sudo'.
    If I run just $ xfdesktop I then get the same error
    (xfdesktop:2166): GLib-GObject-CRITICAL **: g_value_get_uint: assertion 'G_VALUE_HOLDS_UINT (value)' failed
    xfdesktop: cairo-scaled-font.c:459: _cairo_scaled_glyph_page_destroy: Assertion `!scaled_font->cache_frozen' failed.
    Aborted (core dumped)

  • Linux 10g AS new install: Forms services not running [solved]

    In the 10g OEM Application Server Control, the System Components item for Forms has the check box disabled and Forms Status is "Down".
    No one here has OAS Admin education or experience. Can you point me in the right direction please?
    Thank you.
    Message was edited by:
    New Rodeo

    Maybe starting the OC4J is a good idea ....
    Source the valid AS environment, then issue :
    $ORACLE_HOME/opmn/bin/opmnctl status
    You will probably notice that the OC4J is not running ...
    in this case issue :
    $ORACLE_HOME/opmn/bin/opmnctl startporc ias-component=OC4J

  • [mostly solved] Strigi service not running

    Hello,
    Since I am constantly fluctuating between a rich and a minimalistic desktop environment, I'm trying out KDE once again. The Soprano/Nepomuk/Strigi stuff seems really interesting but I fail at using it.
    When I go to System Settings -> Advanced -> Desktop Search it says "Strigi service not running". While Nepomuk is activated, I can't activate Strigi. When I set the checkbox for Strigi and apply, the message is still there. When I close the widow and go back again, the checkbox is deactivated again.
    The searchbar in dolphin never finds anything and there is no interface for tagging or commenting files.
    However, I can index files and find stuff when I run strigiclient.
    What may the problem be?
    Thanks,
    Viv
    Last edited by V for Vivian (2010-06-30 07:48:54)

    Steigi seems to be installed.
    viv ~ $ pacman -Q strigi
    strigi 0.7.2-2
    I'm considering a clean Chakra installation but this seems kind of unaesthetic and stupid.
    edit01: I've just renamed my .kde4 folder and restarted KDE. Now Strigi is indexing and I can tag files, everything works. Some kind of configuration seems to have been wrong. I think I can figure this out.
    edit02: I had to replace the .kde4/share/apps/nepomuk folder with a clean one, maybe something with the database or how it is accessed. Don't have time to go into this right now, I'm just happy it works now.
    Last edited by V for Vivian (2010-06-30 08:16:11)

  • [SOLVED] Unable to run binaries not installed with pacman.

    I am trying to use a program called Jamulus, and after successfully building from source I tried to run the binary.  However, this gave a "Permision Denied" error, despite me owning the file and have execute permisions for it.  Even when I attempted to run it as root it did not work.
    I decided to try with other programs, such as Blender downloaded from the website (I am aware that there is an update to date version in the repositories, however this was for testing purposes), which also would not run.
    I am just using:
    ./Jamulus
    I completed the beginners guide and everything else seems to work fine.  Is this actually a permissions problem or is something else going on?
    Thank you for your time,
    Mark
    Last edited by feralferrets (2014-03-17 19:24:45)

    karol wrote:What's the output of 'file <binary>' e.g. 'file /path/to/Jamulus'?
    Here you go:
    $file Jamulus
    Jamulus: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=96f41d8fd0ca68528a6ea945d624d7987589643c, not stripped
    WorMzy wrote:Where have you built the file? Specifically, what filesystem is it on, and what are the mount options?
    It's on a ext4 partition, I have a seperate home partition so I do not mount it manually, but the fstab options are "defaults, user".
    Is there a specific mount option I would need to be able to run binarys?  I haven't done much with mount options because I mostly only manually mount flash drives to copy files.

  • [SOLVED]hal and network not running on boot

    My hal and network are not running on boot.  I have to manually start them once I login.  I have put them as Daemons in rc.conf and it still does not seem to help.
    Thanks!
    Last edited by Eman2005 (2010-02-06 00:42:29)

    I figured out what was wrong, the D in Daemons for the rc.conf file was a lowercase d for whatever reason.  But now I have a bigger problem, I seem to have lost the files for my sound card.  I used to have the soundcard listed in alsamixer.  Now it is not there.  when I do a
    $ cat /proc/asound/cards
    it is not listed, although it used to.  however I can still
    modprobe snd-emu10k1
    It is the Creative Labs SB Live! EMU10k1  I have tried to reinstall alsa.  I reinstalled alsa-utils and alsa-oss, but I am not sure how to uninstall alsa-lib because of dependencies.  PLEASE HELP.

  • SAPOSCOL not running in MS Cluster

    Hi, gurus:
    We have a problem with SAPOSCOL in a SAP ECC 6.0 system (SAP ECC 6.0 + NetWeaver 7.00 + Oracle 10.2 + Windows Server 2003 R2 Enterprise x64 Edition) running over a MS cluster:
    Transactions OS06/ST06 shows no data, and they show an info message wich states: SAPOSCOL not running ? (shared memory not available ). When we checked this issue, we noticed that, in fact, there is no sapcoscol.exe task running in any node.
    But when we try to start the service (both using microsoft services console and cmd commands) although we can see the process running in the node which owns all the resources, SAP seems not notice that. The information system shows in ST06>Operating System Collector>Status is the following:
    iinterval             0             sec.
    Collector Version:
    Date/time             05.09.2008 16:55:01
    Start of Collector
    Status report
    Collector Versions                         
      running                                   COLL 20.95     700     - 20.64     NT 07/10/17
      dialog                                   COLL 20.95     700     - 20.65     NT 08/02/06
    Shared Memory                              attached
    Number of records                         575
    Active Flag                              active     (01)
    Operating System                         Windows NT     5.2.3790 SP     2 BL-SAP2 4x AMD64 Level 1
    Collector PID                              0 (00000000)
    Collector                                   not running (process ID not found).
    Start time coll.                              Thu Jan 01     01:00:00 1970
    Current     Time                              Fri Sep 05     16:55:01 2008
    Last write access                         Mon Sep 01     11:28:23 2008
    Last Read  Access                         Fri Sep 05     15:54:00 2008
    Collection Interval                         10     sec     (next delay).
    Collection Interval                         10     sec     (last ).
    Status                                   read
    Collect     Details                         required
    Refresh                                   required
    Header Extention Structure                    
    Number of x-header          Records          1
    Number of Communication     Records          60
    Number of free Com.          Records          60
    Resulting offset to     1.data rec.               61
    Trace level                                   3
    Collector in IDLE -     mode ?               NO
      become idle after     300     sec     without     read access.|
      Length of     Idle Interval                    60     sec
      Length of     norm.Interval                    10     sec
    But saposcol.exe is running with a certain PID in the same note than SAP and Oracle under user sapservice<sid>
    We have tried to run saposcol in several ways (as, I have noted before: from microsoft service console, from cmd line using "net start saposcol", using the saposcol under C:\WINDOWS\SapCluster and the one under
    F:\usr\sap\PRD\sys\exe\run, fom the two nodes, accessing the cluster through several IPs...) and tried the commands saposcol -c and saposcol -k but we cannot get the saposcoll run. Moreover, we haven't found any log information. The only log we (and SAP) could find is the one located in C:\WINDOWS\SapCluster\dev_coll.
    This log remain frozen at September 1st:
          SAPOSCOL version  COLL 20.95 700 - 20.64 NT 07/10/17, 64 bit, multithreaded, Non-Unicode
          compiled at   Feb  3 2008
          systemid      562 (PC with Windows NT)
          relno         7000
          patch text    COLL 20.95 700 - 20.64 NT 07/10/17
          patchno       146
          intno         20050900
          running on    BL-SAP2 Windows NT 5.2 3790 Service Pack 2 4x AMD64 Level 15 (Mod 65 Step 3)
    12:04:16 01.09.2008   LOG: Profile          : no profile used
    12:04:16 01.09.2008   LOG: Saposcol Version  : [COLL 20.95 700 - 20.64 NT 07/10/17]
    12:04:16 01.09.2008   LOG: Working directory : C:\WINDOWS\SAPCLU~1
    12:04:16 01.09.2008   LOG: Allocate Counter Buffer [10000 Bytes]
    12:04:16 01.09.2008   LOG: Allocate Instance Buffer [10000 Bytes]
    12:04:17 01.09.2008   LOG: Shared Memory Size: 71898.
    12:04:17 01.09.2008   LOG: Connected to existing shared memory.
    12:04:17 01.09.2008   LOG: MaxRecords = 575 <> RecordCnt + Dta_offset = 614 + 61
    12:04:22 01.09.2008 WARNING: WaitFree: could not set new shared memory status after 5 sec
    12:04:22 01.09.2008 WARNING: Cannot create Shared Memory
    Kernel Info:
    Kernel release    700
    Compilation        NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00
    Sup.Pkg lvl.       146
    ABAP Load       1563
    CUA load           30
    Mode                opt
    Can anyone shed some light on the subject?
    Thank you very much and kind regards
    Edited by: Jose Enrique Sepulveda on Sep 6, 2008 2:10 AM

    Dear bhaskar:
    Thanks for your reply. We have considered balancing the system to the other node or reboot the system to free resources, in order to re-create the shared memory, but in the past, the balancing process (move resources from one node to the other) has caused problems. Since this is a critical system, stopping (or balancing) is not an option right now, and updating the kernel requires an ABAP stack reboot plus the kernel change : any changes in system configuration requires a longer approval/planning process than a reboot.
    Moreover, the OS collecting system and its display in OS06/ST06 has worked fine until now.
    Does anyone knows if a reboot has solved this kind of problem in a similar situation?
    Thanks in advance
    José Enrique

  • Why will firefox not start on my laptop? can't uninstall or open the profile manager either. it simply does not run. it used to work fine until i had to restore my system.

    had firefox 4.0 & have been a user of firefox for a few years now. never had any problems. had to do a system restore after my computer detected a virus of some sort & i couldn't do anything. the virus kept popping up a bogus add for me to buy an antivirus program. had to restart laptop in safemode to initiate the restore. ever since then firefox has not opened. can't even uninstall it or open the profile manager. anything that has to do with firefox will simply not run/open at all. i'm stumped.

    System restore can cause problems as well as solve them, it has probably completely mucked up your Firefox installation.
    Try deleting your Firefox installation directory, the default location on 32 bit Windows is C:\Program Files\Mozilla Firefox\
    Now re-install Firefox, it should pick up your current profile folder so you should not lose your bookmarks, passwords etc.

Maybe you are looking for

  • Adobe Update crashed my mail program and made Bridge defective

    Went to use my PhotoshopCS6/Bridge and it somehow updated and is unstable and not working AND also ruined my connecction to Windows Live Mail. I have been working for a WEEK trying to get my mail to work (not knowing this update was the problem) and

  • LR and IPTC fields

    I have been running a photoblog at Digital-Photo for over 3 years now. I have noticed that ever since I have started to use Lightroom it gave me an added value of populating IPTC fields in Gallery 2 (web gallery I use). The IPTC seems to be very broa

  • Doubt on Aync-Sync Bridge without BPM

    I created a scenario using Aync-Sync Bridge without BPM: File(Asyn) => Rfc:BAPI_PO_CREATE1(Syn) 1 which mode of message interface should be used in IR for File(Asyn)?    Asyn or Syn? 2 if syn MSG interface should be used in the above question,how can

  • Inserting Totals on the Stock in Warehouse report

    Hi all I want to knwo what code or formula must I use to total the stock in warehouse report . This report must print each warehouse report on separate papers. Thanks

  • Error in inventory at warehouse level

    hi, while creating transfer order for inventory I got an error: "Movement type 561 does not allow immediate confirmation" could you please tell methe method to resolve it.