[INFO] Paul O'Brien zeigt Interesse für das ARC

Q

quercus

Gast
In verschiedenen Foren versucht man diverse MOD`s für das ARC zu erstellen.

Ein weiterer DEV, "Paul O'Brien ", den HTC - Jüngern bestens als DER Entwickler bekannt, hat seiner Frau ein ARC gegönnt, und beginnt nun - um es mit seinen Worten zu nennen - sich dafür zu "interessieren".

Damit man sich unter Pauls interesse am ARC etwas vorstellen kann, sieht dies nach nur einem Wochenende folgendermaßen aus:

==================

I've been playing around with my Arc a fair bit this week and, as any dev will know, not having insecure ADB is a right royal PITA. Insecure ADB allows you to have root shell by default as well as letting you 'adb remount' etc.

To that end, i'm releasing here a method for getting Insecure ADB on any rooted Arc (with or without unlocked bootloader). But...

THIS IS ONLY FOR DEVELOPERS! YOU CAN BRICK YOUR DEVICE DOING THIS AND IT IS NOT INTENDED FOR WIDER USE!

Update: This is now available as an easy to use installer APK! DOWNLOAD (ROMraid Load Balancing) - MD5: e71b01c0813af1d1cb1b449e834331ad




I hope to get ClockworkMod running on the Arc, non-developers should wait for that. You use the method below at your own risk!
  • DOWNLOAD (ROMraid Load Balancing) - MD5: f0a88c1b9dac8a158ebce195da578b30
In order to set your device up with insecure ADB...
  • Download the zip file above and extract
  • Ensure your device is rooted and you have ADB installed and working
  • Type the following commands in a command / shell window:

    CODE
    adb push adbd /data/local/
    adb push busybox /data/local/
    adb push install-recovery.sh /data/local/
    adb shell
    su
    mount -o remount,rw /dev/block/mtdblock0 /system
    cat /data/local/busybox>/system/xbin/busybox
    chmod 4755 /system/xbin/busybox
    busybox --install -s /system/xbin/
    mkdir /system/mcr/
    cp /data/local/adbd /system/mcr/
    cp /data/local/install-recovery.sh /system/etc/
    chmod 4755 /system/etc/install-recovery.sh
    chmod 4755 /system/mcr/adbd
    rm /data/local/adbd
    rm /data/local/busybox
    rm /data/local/install-recovery.sh
    mount -o remount,ro /dev/block/mtdblock0 /system
    reboot
That's it - you're done!

Note that this also installs busybox.

Enjoy - I hope this is helpful for helping getting these devices more 'open'.
smile.gif


=======================


Gut, dass er seiner Frau kein anderes Handy gekauft hat, somit bleibt uns eine weitere Hoffnung.
 
Zuletzt bearbeitet von einem Moderator:

Ähnliche Themen

meetdaleet
  • Gesperrt
  • Angepinnt
  • meetdaleet
Antworten
0
Aufrufe
1.088
meetdaleet
meetdaleet
2
  • 24559
Antworten
4
Aufrufe
2.208
snoopy-1
snoopy-1
D
  • Gesperrt
  • diuty
Antworten
1
Aufrufe
1.353
iSchneiderle
I
Zurück
Oben Unten