Git Product home page Git Product logo

anthrax's People

Contributors

jrheaton avatar posixninja 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

Watchers

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

anthrax's Issues

More documentation

Hi, would it be possible to provide some documention about ramdisk building, for example if we need to patch asr and restored_update, why in the Makefile the encrypted ramdisk is converted to an img3. why launchd is not build with syscall.S unlike previous commits, etc... It would be great !

Boot ramdisk

How do I boot this ramdisk when I use irecovery? First I upload payload, then ramdisk.dmg and ramdisk.img3 then I send comment reset but it isn't working...

Unable to send kernelcache

Hi, so I successfully built the ramdisk, and when I'm trying to send it with tetheredboot, iBSS and ramdisk are uploaded, but not the kernelcache or a bootlogo. Here is the error :

  Uploading ramdisk.img3 to device
   [==================================================] 100.0%
   libusb:error [darwin_transfer_status] transfer error: device not responding (value=0xe00002ed)
  Uploading kernelcache.release.n90 to device
  libusb:error [submit_control_transfer] control request failed: no connection to an IOService
  Unable to upload kernelcache
  Unknown error"

My iphone 4 is on stock 4.1, I know the issue doesnt come from my iBSS patch because I can boot tethered,

Thanks for your help !

Note : I had also send a ramdisk on 4.2.1 jb with Monte, where I had modified the launchd to just copy the "Files" dir with this :

    ifdef COPY_FILES
puts("Copying file\n");
mkdir("mnt/private/var/files", 0755);
cp("/files", "/mnt/private/var/files");
    endif

In this case everything was uploaded, but the ramdisk didnt seem to boot, it was stuck on white screen.

Can you update anthrax

The ramdisk is made for 4.1. Can you update it to 4.2.1, the current version of gp's ramdisk? I copied the untether of 4.2.1 to this rd and changed some code. Now the animate appears but it isn't untethered.

dyld: Symbol not found: _map_fd

If I type

make
into terminal to build this, at first it was giving my something about /Developer, so I installed the ios 4.0.1 sdk and it got a little further but now it says

/Applications/Xcode6-Beta5.app/Contents/Developer/usr/bin/make -C src launchd
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -o launchd launchd.o utils.o syscalls.o -arch armv6 -isysroot=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.0.sdk -I/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.0.sdk/usr/include -static -nostartfiles -nodefaultlibs -nostdlib -Wl,-e,_main
collect2: ld terminated with signal 5 [Trace/BPT trap: 5]
dyld: lazy symbol binding failed: Symbol not found: _map_fd
  Referenced from: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/ld_classic
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _map_fd
  Referenced from: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/ld_classic
  Expected in: /usr/lib/libSystem.B.dylib

make[1]: *** [launchd] Error 1
make: *** [src/launchd] Error 2

Please help.

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.