Giter Site home page Giter Site logo

libimobiledevice / sbmanager Goto Github PK

View Code? Open in Web Editor NEW
55.0 18.0 26.0 381 KB

An GTK/Clutter application to manage SpringBoard icons of an iOS device (INACTIVE)

Home Page: https://libimobiledevice.org

License: GNU General Public License v2.0

Shell 0.10% C 99.90%

sbmanager's Introduction

SBManager
----------

SBManager is a program which allows to manage the SpringBoard icons on any
iPhone/iPod Touch device running firmware 3.1 or later.

This project has the following features:

* Show SpringBoard icons as they appear on the device display.
* Manage icons using drag and drop and upload changes back to the device.
* Smooth hardware accelerated animations using the Clutter library.
* Show the device's battery level and current clock.
* Supports "five icon dock" extension.

Source Code Repository:
	http://cgit.sukimashita.com/sbmanager.git/

For more information:
	http://matt.colyer.name/projects/iphone-linux/

README updated on:
	2010-01-05

sbmanager's People

Contributors

funkym avatar hadess avatar itxaka avatar nikias avatar vbkaisetsu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sbmanager's Issues

libbz2 does not provide pkg-config

I get the following error from configure:

checking for libbz2... no
configure: error: Package requirements (bzip2 >= 1.0) were not met:

No package 'bzip2' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables libbz2_CFLAGS
and libbz2_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Note that bzip2 does not provide a package configuration file; such files are provided by some Linux distributions as a patch. Ubuntu does not provide one.

Setting libbz2_CFLAGS=-I/usr/include libbz2_LIBS=-lbz2 passes configure but then the compilation fails:

Making check in src
make[1]: Wejście do katalogu `/home/krzzel/Oprogrammovanie/sbmanager/src'
CC libsbmanager_la-device.lo
device.c: In function 'device_init':
device.c:46:5: error: 'g_mutex_new' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:273) [-Werror=deprecated-declarations]
idevice_mutex = g_mutex_new();

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.