GithubHelp home page GithubHelp logo

Comments (6)

kfatehi avatar kfatehi commented on July 18, 2024

+1 i'd also like to know such that this will work again https://wiki.archlinux.org/index.php/IPhone_Tethering for use with raspberry pi

in the meantime i'm installing build tools and will attempt to get this to work. @digitaltrousers did you have any luck?

thank you

from libimobiledevice.

digitaltrousers avatar digitaltrousers commented on July 18, 2024

@keyvanfatehi : no. No luck sorry.

from libimobiledevice.

iptux avatar iptux commented on July 18, 2024

what about using repo to manage the latest libimobiledevice?
run command repo init -u https://bitbucket.org/iptux/imobiledevice -b master
and run repo sync you get all the source,
and run sudo make install, then the latest libimobiledevice installed to system

from libimobiledevice.

kfatehi avatar kfatehi commented on July 18, 2024

thanks @iptux and @digitaltrousers for the replies -- I managed to get everything installed and working -- except for network tethering -- I asked in IRC about that and I was told that it's not supported in iOS yet.

I documented everything here: https://gist.github.com/keyvanfatehi/8922430

Hope to see iOS 7 tethering soon!

EDIT:

After mounting with ifuse, a new interface shows up when you ifconfig -a -- you can bring this online and a blue tether bar will show up. I am still trying to figure out how to get it to be able to speak to the outside world, but that seems to be an error on my side!

from libimobiledevice.

kfatehi avatar kfatehi commented on July 18, 2024

Just updating now that I was successful in tethering my iOS 7.0.4 device on Raspbian ! Gist has been updated: https://gist.github.com/keyvanfatehi/8922430

Thanks so much!

from libimobiledevice.

FunkyM avatar FunkyM commented on July 18, 2024

If you don't want to mess with system packages, do not pass a "--prefix" during the configure step of the sources. This should install everything into "/usr/local/" by default and keep everything separate.
Once you've updated system packages to latest versions, you should run "sudo make uninstall" in each source directory to remove the "source install".
However such a setup is a headache for many people as you're not sure which library version is really used now so it's not really recommended unless you know what you do.
The best way to install libimobiledevice is always using pre-build package followed by directly compiling sources.

from libimobiledevice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.