Displaying 20 results from an estimated 37 matches for "jailbreaked".
2010 Oct 25
3
Theora & Vorbis Finally On iPhone, iPod Touch
Not as good as built-in support but at least people with a newer device have a
way to put VLC on their iPhones, etc. without jailbreaking. (Sorry original
iPhone owners.)
http://www.coveringweb.com/2010/10/vlc-updated-to-support-iphone-4-3gs-and.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
2011 Sep 18
1
Synce with iPhone
Dear Wine users,
is there any chance I can get my iPhone 4 working with Wine?
Thanks in advance!
2020 Aug 27
2
Weird results from g.sh()
Hi,
I'm using libguestfs 1.42,
When I run the following python3 commands on a rhel7.8:
print(g.ls('/sys'))
print(g.sh('ls /sys'))
I get:
[]
block
bus
class
dev
devices
firmware
fs
hypervisor
kernel
module
power
It seems that g.ls('/sys') is chrooted correctly.
But g.sh('ls /sys') isn't.
I came across this behavior when I used
2012 Dec 13
1
[PATCH] daemon: fix directory outside current root when executing commands
When executing a command, we temporarily chroot, fork and exec the command, then
chroot back. We intentionally don't chdir in the parent process so that we can
'jailbreak' the chroot later. However, this has the effect that commands are
executed with a current working directory which is outside the current root.
This unusual state can cause errors in executed commands which don't
2008 Oct 27
11
Fring: Open VPN client to be installed on the mobile, which mobile?
Hi All;
I do not know if anyone faced such case in dealing with open vpn (as we need it for fring to be used from the mobile:
Which mobile can be used to install the open vpn client on it, so we can use it to do a vpn channel with the server that has open vpn server?
Regards
Bilal
2014 Dec 09
2
R on the Cydia Store
> On Dec 9, 2014, at 10:44 AM, Henrik Bengtsson <hb at biostat.ucsf.edu> wrote:
>
> On Dec 9, 2014 6:38 AM, "Apps Embedded" <apps.embedded at gmail.com> wrote:
>>
>> Hi,
>>
>> We have published an Android app called R Console on the Play Store since
>> D?cember 2013.
>>
2011 Oct 13
0
[LLVMdev] LLC ARM Backend maintainer
Testing on arm-darwin outside of Apple is _complicated_. I had it
partially working about two years ago.
The general approach is to use rsh/ssh to remotely execute each test
on the target, which outside of Apple requires jailbreaking. In the
old test system, setting up REMOTE_CLIENT=ssh, REMOTE_PORT, etc. would
automatically use ssh to run the tests. In lit, it looks like
TestRunner.py has
2010 Jan 05
6
Really Silly Question From Total Newbie
Hello All -
I've been poking around the past few weeks, trying to familiarize
myself with all of this. I am new to Linux, VoIP and Asterisk -- to
be complete. This is my first exposure to all of these technologies.
I installed AsteriskNow on my old dual Pentium 833mhz Dell PowerEdge
2400 and the install went well. I can log in and poke around in
Linux and I even configured the box to be
2011 Oct 13
2
[LLVMdev] LLC ARM Backend maintainer
On Thu, Oct 13, 2011 at 10:33 AM, Raja Venkateswaran
<rajav at codeaurora.org> wrote:
> I think we need a group of maintainers rather than a single maintainer given
> the spectrum of ARM targets/ISAs/platforms required to support
There have been a plethora of ARM Instruction Set Architecture
variants over the years. Which ones do we expect LLVM to support
right now, and which as-yet
2014 Dec 09
2
R on the Cydia Store
> On Dec 9, 2014, at 3:34 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
>
> On 09/12/2014, 4:26 PM, Marc Schwartz wrote:
>>
>>> On Dec 9, 2014, at 10:44 AM, Henrik Bengtsson <hb at biostat.ucsf.edu> wrote:
>>>
>>> On Dec 9, 2014 6:38 AM, "Apps Embedded" <apps.embedded at gmail.com> wrote:
>>>>
2013 Aug 26
10
[LLVMdev] Adding diversity for security (and testing)
Greetings LLVM Devs!
I am a PhD student in the Secure Systems and Software Lab at UC
Irvine. We have been working on adding randomness into code generation
to create a diverse population of binaries. This diversity prevents
code-reuse attacks such as return-oriented-programming (ROP) by
denying the attacker information about the exact code layout. ROP has
been used is several high-profile recent
2011 Dec 19
10
Rails on iPad
Hi, I''d like to know if there is any way to develop an entire rails app in
iPad.
Maybe with an app, maybe with an online platform as Cloud9.
I''d like to know what you think.
Thank you,
Rodrigo
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2013 Aug 26
0
[LLVMdev] Adding diversity for security (and testing)
On Aug 26, 2013, at 11:39 AM, Stephen Crane <sjcrane at uci.edu> wrote:
> I am a PhD student in the Secure Systems and Software Lab at UC
> Irvine. We have been working on adding randomness into code generation
> to create a diverse population of binaries. This diversity prevents
> code-reuse attacks such as return-oriented-programming (ROP) by
> denying the attacker
2020 Aug 27
0
Re: Weird results from g.sh()
On Thu, Aug 27, 2020 at 10:50:12AM +0300, Sam Eiderman wrote:
> Hi,
>
> I'm using libguestfs 1.42,
>
> When I run the following python3 commands on a rhel7.8:
>
> print(g.ls('/sys'))
> []
This lists the files in /sys in the filesystem, which in most disk
images is likely to be an empty directory.
> print(g.sh('ls /sys'))
> block
> bus
>
2020 Jan 11
0
how to compile tinc for iOS
Does anyone knowns how to compile tinc for iOS?
I install the tinc dep package on my jailbreaked iPad, but it run into
errors.
The error log is below:
Luoteki-iPad:/tmp/Tinc root# tincd
bash: /usr/sbin/tincd: Bad CPU type in executable
Luoteki-iPad:/tmp/Tinc root#
--
All the best!
http://luolee.me
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://w...
2020 Jan 09
0
tinc on iOS
Hi, everyone!
I want to install the tinc on my jailbreaked iPad (or iPhone), but when
install it using the deb package downloaded from the tinc website
<https://www.tinc-vpn.org/packages/cydia/>, the tinc crashed.
Does anyone who knows how to install the newest version, the current
version compiled about 2013.
1. https://www.tinc-vpn.org/packages/cy...
2009 Jul 01
1
UK Vodafone femtocells now available
For those of you who have been waiting for AT&T to announce the public availability of their femtocell appliance in order to fix the shitty AT&T network coverage this will interest you.
Vodafone Access Gateway (femtocell) launched in UK <http://www.abiresearch.com/Blog/Wireless_Blog/635>
Its July 1st and Vodafone have officially launched their access gateway product in
2009 Dec 01
2
Proprietary by open source
Proprietary by open source (sounds like a oxymoron)
I am looking at doing a project that well use theora/vorbis/Dirac
I am expecting to get why cant it play on my ipod/PMP?
I am expecting to get you must be using some proprietary format?
tom_a_sparks
__________________________________________________________________________________
Win 1 of 4 Sony home entertainment packs thanks to
2010 Jul 01
4
video-email
I am wondering about doing video emails using Theora and speex
my files size limit is 4Mbytes
I can get 13 minutes of speech by using speex into 1.5MBytes
I am looking at the current camera phones
what is the....
frame size?
frame per second (FPS)?
video bitrate (Kbit/s)?
audio bitrate (Kbit/s)?
How do I create a Theora and speex file?
Can the java Cortado play speex audio files?
tom_a_sparks
2009 Apr 03
5
OT: Smar Phone/PDA Reco
I need a new pda/smart phone that allows me to do some remote admin.
Anyone know of anything that I can run a vpn and cli/ssh with?
Thanks!
jlc