Da qualche giorno il telefono si collega alla rete Wi-Fi (ho provato con due rete differenti) solamente quando la connessione č eccellente, in poche parole devo attaccare il telefono al modem, oltre ad andare abbastanza lento se mi allontano pur risultando connesso non carica le pagine.
Ho provato anche a fare un full wipe ma non ho risolto, sapete dirmi come posso fare per risolvere?
Hai provato a giocare con le opzioni banda di frequenza, prioritā wifi e codice regione WiFi? Magari c'č qualche valore errato
27-02-14, 07:39
chris2008
Quote:
Originariamente inviato da Luca0101
Omnirom....c'č scritto nella didascalia del kernel
Io invece ho dato per scontato che fosse la versione cm11, l'ho installato e messo su i profili skorpion83 e devo dire che ho una fluiditā pazzesca e i consumi sono secondo i miei standard
27-02-14, 08:54
kijuz
Io ho usato la versione cm11 per moooolto tempo. Mai nessun problema e consumi buoni. Ho messo la versione omni da poco. Non cambia molto
27-02-14, 10:39
Il Burocrate
Build V50
i9300: md5sum: 5f53bfd34ad3318ede27882bd6e9f924
CHANGELOG SINCE V49
Spoiler:
hlte: V50 comes with temasek kernel v2.04
Add "Change density on the fly" - SlimROM
- Due to possibly my poor porting, I have to inject a SystemUI restart to complete it if not at times the statusbar doesn't get resized.
- This density change WILL SURVIVE reboots & reflashing of ROMS
Add "Wakelock Blocker"
Add "Speed up booting on multicore devices."
1. Add multithreading support to Installer/installd.
2. Parallelize package scanning.
3. Parallelize boot dexopt.
Add "Day and week on data usage"
- Adds the ability to set day and week on when the data usage graph resets, instead of just month.
frameworks/base: Bluetooth: Add SDK apis for Wipower and Peripheral feature
- changes needed for Wipower and Periferal features.
- CRs-fixed: 587811
frameworks/base: Bluetooth: Handle exceptions for bluetoot socket read
- Handled IO exception in read function of BluetootSocket, and also introduced a null check for mSocketIS.
- CRs-Fixed: 605606
frameworks/base: Bluetooth: Add Power apply enable event handling
- Add Wipower Power apply enable related event handling in frameworks
- CRs-fixed: 612628
frameworks/base: Tethering: Skip link local addresses when enabling NAT
- Only one entry is allowed to be added to route table 60 for all interface ipv6 link local addresses, so skip ipv6 link local addresses on all interfaces when enabling NAT
frameworks/base: Structure device not freed in error case …
- In case of an error in the call usb_device_get_fd() the memory created by usb_open_device() is never freed.
- Added a call to usb_device_close in case of error to release the allocated memory.
frameworks/base: Remove java.io.tmpdir assignment in AndroidRuntime. …
- This value is overridden by the framework anyway (see ActivityThread.handleBindApplication). Besides, it doesn't seem like a great idea to let tools clutter /sdcard/ with temp files.
frameworks/base: EGL14.eglCreateWindowSurface should set producerControlledByApp …
- Interface of Surface class changed. To reflect the change for EGL14, add producerControlledByApp flag. Similar change can be seen in 0fa257f
frameworks/base: Release locked buffer when it fails to acquire graphics buffer …
- The JNI buffer in ImageReader_imageSetup is not released when it fails to acquire graphics buffer. After all JNI buffers are exhausted, ACQUIRE_MAX_IMAGES will be returned and leads to error. The JNI buffer should be released when it fails to acquire graphics buffer.
frameworks/base: Add 2 APIs (suspend/resume) in MediaPlayer …
- API:suspend() will just pause the player and release all the decoders
to replace release() which will release the whole player
- API:resume() will just init the decoders again,
then start() will be called to start to play the streaming
frameworks/base: VideoView: Implement the suspend/resume operation in VideoView …
- To use the new APIs (suspend/resume) of MediaPlayer
- Add a new status "SUSPENDED"
frameworks/base: Revert "Added sahlnaskh arabic font and give it higher precedence than DroidNaskh"
frameworks/base: Revert "Added sahlnaskh arabic font to Android.mk & fonts.mk files to actually get the font installed"
frameworks/base: Revert "data usage cycle length"
hlte: Improve boot speed
- Start with noop, finish with ROW. Similar to stock.
hlte: Add custom audio_effects.conf
- Enable offload for visualizer
hlte: hlte: Enable SIM hotswap
- Even though this isn't possible due to the battery location, it is possible for an invalid SIM to cause a persistent modal dialog to be presented upon boot. This works around it.
hlte: Add qcmediaplayer to the build
Updated CM Source - Lots of camera, bluetooth, av...commits.