[Script] OpenRecovery Second Edition [ehemals LMF mod]

  • 1.577 Antworten
  • Letztes Antwortdatum
ja die setcpu hat mir aber nur 550 MHZ angeboten, obwohl ich im OC 1000 angegeben hatte ;) ich werds nachher mal versuchenwenn ich got normal flashe (ohne OTA 2.1.36 laden zu lassen)
 
Hast du bei SetCPU auch "Autodetect" eingestellt? weil nur dann funktionierts ;) wenn du bei setCPU Milestone/droid auswählst, bleibts bei 550
 
auch das habe ich gemacht :)

hab gerade neu geflasht, mal schauen obs am OTA umweg lag xD
 
Ich hatte das gleiche, hatte im OR SE 1000MHz und 56vsel angegeben, nach dem Reboot konnte ich nur 550MHz wählen, daher habe ich wieder mein Nandroid zurück gespielt.
 
jetz mit der neuen?
 
Nachtrag:
Also die OC funktioniert NICHT, gerade nochmal versucht, im OC 1000@56 eingegeben und setcpu 2.0.2 gibt mir nur 550 an
 
Bei mir funktioniert's auch nicht mehr. 800MHz in der OR eingestellt und "Android System" zeigt mir nach dem Booten nur eine CPU-Range von 125.0 -> 550.0MHz an
 
Probierts doch mal mit der GOT Open Recovery. Wenns damit geht, dann liegts an fufus OC script dingens ^^
 
Darkseth schrieb:
Probierts doch mal mit der GOT Open Recovery. Wenns damit geht, dann liegts an fufus OC script dingens ^^
Hmmm, woran sollte es denn sonst liegen? Bis heute morgen hat es ja funktioniert (mit FuFu's Vorgänger-Version)?
 
Ich hab den stein schon oft neu gemacht, so is das nicht, und ich will ja nicht dauernd die OR´s wechseln :) ich kann warten bis sich Master FuFu meldet und uns mit nem funktionierenden OC beglückt :)

Will auf FuFu-OR bleiben weil ich gläubiger FuFuianer bin!
 
öhm... okay könnte mir mal einer von denen, wo es nicht funktioniert den inhalt der datei mot_boot_mode.71.oc posten...
ich kann mir zwar denken wo der fehler liegt, aber ich will sicher gehen...
 
die aus dem OR oder die aufm handy? wenn handy; wo ist die? xD

das ist der Inhalt aus dem OR:

#Overclock
adr=`/system/bb/busybox grep omap2_clk_init_cpufreq_table /proc/kallsyms | cut -f1 -d" "`
insmod /system/lib/modules/overclock.ko omap2_clk_init_cpufreq_table_addr=0x$adr
echo 56 > /proc/overclock/max_vsel
echo 800000 > /proc/overclock/max_rate

adr=`/system/bb/busybox grep nr_running /proc/kallsyms | cut -f1 -d" "`
insmod /system/lib/modules/cpufreq_interactive.ko nr_running_addr=0x$adr
echo "interactive" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
 
muss die BusyBox dafür installiert sein?
 
/systen/bin/mot_boot_mode.71.oc

#Overclock
adr=`/system/bb/busybox grep omap2_clk_init_cpufreq_table /proc/kallsyms | cut -f1 -d" "`
insmod /system/lib/modules/overclock.ko omap2_clk_init_cpufreq_table_addr=0x$adr
echo 50 > /proc/overclock/max_vsel
echo 800000 > /proc/overclock/max_rate

adr=`/system/bb/busybox grep nr_running /proc/kallsyms | cut -f1 -d" "`
insmod /system/lib/modules/cpufreq_interactive.ko nr_running_addr=0x$adr
echo "interactive" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
 
hmm, die dateien scheinen ok zu sein -.-
sollte eigendlich gehen...

muß ich nachher mal ne testrunde einlegen


das overclock script kopiert dafür extra busybux nach /system/bb...

anderer test wäre einmal im normalen betrieb folgendes in die adb shell eingeben:
su
/system/bin/sh -x /system/bin/mot_boot_mode

dann mal die ausgabe kopieren... aber wie gesagt, ich teste es nachher nochmal durch und änder notfalls nochmal was am script, nur derzeit weis ich noch nicht ganz wo der fehler liegt
 
  • Danke
Reaktionen: UWdus
okay, fehler gefunden -.-
das automatische erkennen der adresse funktioniert beim booten wohl nicht richtig... warum auch immer...

werd das feature wohl wieder rausnehmen müßen und dann mal schauen wie ich es mache...
 
also die "ein script für alle Firmwares"-Funktion? echt schade... naja ich warte auf die scripts die da kommen werden :)

würde es mit adb testen, aber ich habs nimmer drauf...
 
Hack for rooted phones promises faster 2G/3G speeds

plain_android.jpg


A quick hack posted here on the XDA Android Development forum by “Stimpoff” may allow you to achieve faster download and upload speeds on 2G and 3G networks. I say “may” because it didn’t work for some people, including me up here in Minneapolis. However, there are enough happy users that have reported successes (up to 2x faster or more for upload/download speeds afterward) that I decided to pass it on. Let me know if it works for you. (Note that the basic version of the hack is already included in Cyanogen 4.2.8, but you can try the other settings below as well.)
The basic hack is very simple: the file build.trout.prop (or build.sapphire.prop or build.prop, depending on your ROM) in the /system folder contains the following entries:
  • ro.ril.hsxpa=1
  • ro.ril.gprsclass=10
Changing the entries to:
  • ro.ril.hsxpa=2
  • ro.ril.gprsclass=12
seems to provide a great increase in throughput speeds for some people. What are these entries, exactly? User “Amon_RA” explains in the thread that ro.ril.hsxpa indicates hsxpa support of the target network:
  • ro.ril.hsxpa=0 – UMTS r99
  • ro.ril.hsxpa=1 – HSDPA
  • ro.ril.hsxpa=2 – HSDPA/HSUPA
While ro.ril.gprsclass indicates the GPRS class of the target network :
  • Class 2 : 3 slots : 8 – 12 kbps upload / 16 – 24 kbps download
  • Class 4 : 4 slots : 8 – 12 kbps upload / 24 – 36 kbps download
  • Class 6 : 4 slots : 24 – 36 kbps upload / 24 – 36 kbps download
  • Class 8 : 5 slots : 8 – 12 kbps upload / 32 – 40 kbps download
  • Class 10 : 5 slots : 16 – 24 kbps upload / 32 – 48 kbps download
  • Class 12 : 5 slots : 32 – 48 kbps upload / 32 – 48 kbps download
Amon_RA suggests a few more edits to try which are not included in the Cyanogen ROM:
ro.ril.hep=1
ro.ril.hsxpa=2
ro.ril.enable.dtm=1
ro.ril.gprsclass=12
ro.ril.hsdpa.category=8
ro.ril.enable.a53=1
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask = 4294967295
ro.ril.htcmaskw1 = 14449
ro.ril.hsupa.category = 5
  • ro.ril.hep=1
  • ro.ril.enable.dtm=1
  • ro.ril.hsdpa.category=8
  • ro.ril.enable.a53=1
  • ro.ril.enable.3g.prefix=1
  • ro.ril.htcmaskw1.bitmask = 4294967295
  • ro.ril.htcmaskw1 = 14449
  • ro.ril.hsupa.category = 5
Note that the author says it may take 2 or more reboots for the hack to take effect. The general process is as follows:
1) copy /system/build.trout.prop (or build.sapphire.prop or build.prop, depending on your ROM) to your local machine
2) edit the file with a text editor
3) remount the system read/write
4) push the file back to the /system folder
5) reboot your phone (this could take 2 or more reboots)
More complete instructions are in this thread. Note that you do this at your own risk, and doing this incorrectly could damage your system. For those that are still willing, good luck–and once again, let me know if it works for you.

Hack for rooted phones promises faster 2G/3G speeds | edclark | Androinica

zum einbauen :eek:
 
ich schau es mir mal an ;)
und ich denke den fix fürs overclock gibt es heute abend ;)
 
Damit rettest du mich.. hab schwiegereltern zu besuch .... xD
 

Ähnliche Themen

moviecut
Antworten
8
Aufrufe
3.351
fipsy
fipsy
ons3tsky^
Antworten
2
Aufrufe
1.473
ons3tsky^
ons3tsky^
-FuFu-
  • -FuFu-
Antworten
14
Aufrufe
2.788
-FuFu-
-FuFu-
Zurück
Oben Unten