Obihörnchen
Dauer-User
- 786
Der gute jakax (Macher von JIT-Hack, Sleepbugfix, optimierter dalvikvm von 1.6.4.4) hat mal wieder einen Fix veröffentlicht, dieser soll die Verbindungsabbrüche vom 3G/UMTS Netzwerk unter Donut und JC6 Baseband beheben.
Das ganze auf deutsch:
Dieses Paket ersetzt Standard ril Komponenten.
Download ril-no-dormant.zip from Sendspace.com - send big files the easy way
Mirror: http://box23.org/pub/7500/misc/patches/jakax-ril-no-dormant.zip (thx @ inFECT)
Man muss Root haben um es anzuwenden (hat ja eh jeder Galaxo/Gaosp Nutzer )
Entpacken, Originaldateien sichern und dann:
... Alles weitere ist nur technische Erläuterung.
Link: Fix 3G/UMTS network interruptions with donut and JC6 AMSS - Android ForumsThis package replaces standard ril components.
Download ril-no-dormant.zip from Sendspace.com - send big files the easy way
Mirror: http://box23.org/pub/7500/misc/patches/jakax-ril-no-dormant.zip (thx @ inFECT)
You must be root to apply it.
Once unzipped, backup original files and then:
adb remount
adb push lib/libril.so /system/lib/
adb push bin/rild /system/bin/
adb push bin/radiooptions /system/bin/
adb shell chmod 777 /system/bin/rild
adb shell chmod 777 /system/bin/radiooptions
This version filters an OEM Hook triggered by the donut framework modified by Donut (you should not have it using gaosp), indicating that app processor enters dormant phase (see "ENTER DORMANCY" in logcat -b radio).
It turns out that on latest AMSS, it just causes network interruptions for seconds, if not minutes.
This version returns unsupported request/invalid response for the hook, and 2 unimplemented requests on I7500 (libsec-ril.so).
radiooptions is also included if you want to perform some radio related functions.
Note that it should be possible to apply a similar fix by modifying the framework instead.
It also contains a fix for manual selection by drakaz:
Commit b9ea7c1481c4cf3f6870ff8a8562f1e44aeb5059 to drakaz's gaosp_hardware_ril - GitHub
Das ganze auf deutsch:
Dieses Paket ersetzt Standard ril Komponenten.
Download ril-no-dormant.zip from Sendspace.com - send big files the easy way
Mirror: http://box23.org/pub/7500/misc/patches/jakax-ril-no-dormant.zip (thx @ inFECT)
Man muss Root haben um es anzuwenden (hat ja eh jeder Galaxo/Gaosp Nutzer )
Entpacken, Originaldateien sichern und dann:
Code:
adb remount
adb push lib/libril.so /system/lib/
adb push bin/rild /system/bin/
adb push bin/radiooptions /system/bin/
adb shell chmod 777 /system/bin/rild
adb shell chmod 777 /system/bin/radiooptions
Zuletzt bearbeitet: