Results 1 to 6 of 6

Thread: Nexus 9 - apt-get update causing android crash

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2016-Feb
    Posts
    6
    hi sorry about the late reply but hope this helps...

    1-make sure all repos are correct and upto date in the sources.list then run...
    apt update
    (this will update the list of pkg's now listed within the new repo)
    apt-get install build-essential
    apt-get install libsqlite3-dev
    apt-get install sqlite3
    apt-get install bzip2 libbz2-dev
    2-boot into the vnc desktop enviroment
    3-install synaptic using root terminal from within the desktop vnc this will allow install/uninstall as well as individual install/uninstall of pkg's...
    4-open synaptic from the applications menu within the vnc.
    5-click reload
    6-click mark all upgrades
    7-click apply
    --it all goes through without any issues good, if not then...
    8-type python into the synaptic search tab
    9-look through all available/installed python pkg's and look for anything out of place.
    "check box color referances"
    green = installed
    red = broken (i think)
    grey exclimation mark = upgradable.
    7-if you cant identify any issues right click python pkg's and mark for reinstallation.

    synaptic is what i turn to when terminal input isnt sorting pkg issues.

    if for any reason you have problem using vnc or synaptic try the following from terminal app (not vnc).

    fsck

    (file system consistancy check and repair command)

    nohup apt-get update

    (runs update that is immune to hangups and writes any issues encounterd in a text file called nohup.out which you can read using nano or vim etc)

    !!!!!! do this at your own risk !!!!!!
    apt-get purge python*

    (removes all pkg's installed related to python, after this is done reinstall python with apt-get install or use apt-cache search python to list all python pkg's and try installing it one pkg at at time starting with the most relivent)

    tips:
    ***some times, installing a previous version of the available pkg your having issues with before installing the current version will help sort the issue****

    ***alternatively i think downloading said file from github or where ever its hosted and installing it from within your device and not relying on a internet connection is the best way to install it.***

    python-twisted-core is labeled as being a 'event-based framework for internet application' and the python scripts involved are anything from your network interface and right down to sockets so i suspect any issue with this pkg could cause update problems for any number of reasons.

    either way let me know what the outcome is and ill see if i can be of any further help...
    Last edited by Leon4911; 2017-02-12 at 03:44.

Similar Threads

  1. ALFA AWUSO36NH v2 causing computer to lock up and crash
    By Cosmo42 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2016-01-14, 01:18
  2. Nexus 7 (2013) + TL-WN722N Causing Kernel Panic
    By mire3212 in forum NetHunter General Questions
    Replies: 22
    Last Post: 2015-09-24, 04:41
  3. Settings causes my Nexus 7 (2013) to crash
    By piratestatic29 in forum NetHunter General Questions
    Replies: 2
    Last Post: 2015-02-02, 15:02
  4. Replies: 15
    Last Post: 2013-09-13, 18:29

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •