Ragazzi avete notato che "audiomix" e quasi sempre attivo..(visto con wakelock detector) ... Non potrebbe essere la causa della scarsa durata della batteria..??
Visualizzazione stampabile
Ragazzi avete notato che "audiomix" e quasi sempre attivo..(visto con wakelock detector) ... Non potrebbe essere la causa della scarsa durata della batteria..??
I servizi di geolocalizzazione….
Inviato dal mio GT-I9300 usando Androidiani App
Si infatti.... :(
Per problemi relativi all'aggiornamento ufficiale 4.3 guarda qui
https://www.androidiani.com/forum/sh...d.php?t=354675
Ho messo stamattina la v23 con kernel temasek. Come nella 10.2 ho dei wakelock del servizio NFC anche se è disattivato dalle opzioni. Nella 10.2 lo avevo bloccato, qui come faccio?
il tuo telefono è strano...comunque può succedere :
- Make sure re-partition is NOT ticked
- Click start button, sit back and wait a few minutes.
- If you encounter any issues with the firmware (Any FC, Bootloop etc)
- Boot into recovery mode (Home+power+vol up)
- Choose to wipe/factory reset. (THIS WILL ERASE ALL OF YOUR DATA INCLUDING YOUR INTERNAL SD CARD!)
- Then choose reboot and you should be good to go!
visto il ripetersi di strani problemi mi sembrerebbe ancora più abbligo ripartire pulito con un sistema nuovo, diverso
Buon natale a tutti..
Ho installato la v23 ma non trovo il modo per cambiare lo sfondo nella lock screen.. Come si fa? Grazie..
Ragazzi ho qualche domanda, la v23 è su base 4.4.2 giusto? il kernel custom tipo boeffla, va scaricata la versione per omni? ultima ma quali sono le feauters in piu alla cm11 dove le posso leggerE?
Le ultime versioni di kernel boeffla dovrebbero essere uniche ma per sicurezza dovresti chiedere nei thread che parlano di boeffla. Posso dirti che il 23 temasek ha rilasciato la sua versione di kernel con motore audio boeffla e la trovi dove trovi la rom nella cartella kernel. Per le caratteristiche sono tante, a partire da halo. la rom non è definitiva e viene aggiornata spesso per cui fai prima a provare anche se le caratteristiche salienti sono la fluidità del sistema e la stabilità.
A parte qualche isolata eccezione direi che chi ha provato non cambia più ;)
Ciao e auguri a tutti di buone feste, sul sito di Temasek ci sono diversi kernel datati 23-12
231213-1608-CM11-omni44-i9300-WOLFSON-temasek.zip 6.04 MB
231213-1642-CM11-omni44-i9300-WOLFSON-ABB-temasek.zip
che differenza c'è tra i due io attualmente ho su la versione
211213-1120-CM11-omni44-i9300-WOLFSON-temasek.zip
Lascia fare le versioni ABB…..
Inviato dal mio GT-I9300 usando Androidiani App
quindi tra questi scelgo il primo?
231213-1653-cm11-omni44-i9300-BOEFFLA-temasek.zip
231213-1658-cm11-omni44-i9300-BOEFFLA-ABB-temasek.zip
e per configurare il kernel e la parte boeffla saund cosa uso?
[QUOTE=almaximo;5033811]Lascia fare le versioni ABB…..
Inviato dal mio GT-I9300 usando Androidiani App[/QUOTE
Scusa ma non ho capito bene mi consigli il wolfson-ABB?
Build V24
i9300 - md5sum: 89b15159e32f7622306adb14979a61d3
CHANGELOG FOR V24
- Settings: Allow disabling the privacy guard notifcation
- In V23 I added the frameworks part but forgotten about the settings part. Now it is available in settings for you to enable/disable- systemUI: fix notification dissapearing during recreation and possible app crashes due that binded notifications are not there anymore
- Settings: Reorganize and clean up lock screen section
- Move the option for enabling widgets to the top of the widgets header,
as it is 1) the most important option in that section and 2) most
likely what the user's going to be looking for first.
- Use a simple "custom widgets" title for enabling widgets instead
of the verbose "widget pager" term.
- Shorten and simplify overly long, hard to parse space-hogging
summaries.- Forward port CM Screen Security settings
- Forward port from cm-10.2, adjusted for 4.4
- Lockscreen Vibrate
- Slide Lock Delay
- Menu Unlock (already present in past builds)
- Home Unlock- fb: Don't try to set service.bootanim.exit
- init has never allowed the bootanimation code to set service.bootanim.exit, and has always generated the dmesg error message
- <3>[ 17.644615] init: sys_prop: permission denied uid:1003 name:service.bootanim.exit
- Since setting this property has no effect and never worked, delete the code which tries to do it.- fb: Fix to NullPointerException on move back in ActivityStack.
- In ActivityTask.moveTaskToBackLocked NullPointerException may occur when moving back with only current Activity in stack. This due to a condition that may trigger despite a TaskRecord being null and then attempt accessing the TaskRecord.mOnTopOfHome variable.
- TaskRecord task may be set to null when no resumed activity remain.
- Resolved by assuring that flag mOnTopOfHome is instead set to false for current TaskRecord in case where there are no remaining activities above home.
- The above bug has already been corrected in the following commit, ada62fc, but it does not set the correct value to mTopOfHome for the current taks, see below.
- Variable mOnTopOfHome will not be set to false in situations where stack is of size 1 or less and task is null, perhaps from already having finished current activity.
- To avoid current TaskRecord maintaining value mOnTopOfHome to true after launching Home this variable is set to false.
- Impact should not be major due to correction earlier that makes sure that there is always a TaskRecord.mOnTopOfHome set to true above Home activity but if not correctly set for current task still gives a possibility of bad behavior.- fb: Fix improper declaration/use of pointer.
- https://code.google.com/p/android/is...etail?id=61547
- This variable is shadowing the outer "ptr" declaration, resulting in a potential NULL pointer being passed to the message API.- fb: Keydispatching timeout while finish Activity
If there is input to be handled during finish activity we can get a
- keydispatching timeout ANR. The reason is that finish activity is some times not possible, and the activity is instead put on a finish queue. The activity will then be finished sometime in the future. When we add the activity to the finish queue, key dispatching is paused, and there is an ANR timer waiting for it to be resumed again. Since it can take a long time before the activity is actually finished, we need to resume the key dispatching to avoid the ANR.- Add "QuickRecord Tile" - SlimROM
- Add "Chamber of Secrets" - SlimROM
- Enable it in Developer settings
- It is by default invisible in the settings until u find it.
- It is for ADVANCED users who knows about Settings
- The initial dialog box will ask "Input a Settings string that is either an on and off (checkbox) function or possibly a list-preference. For example, quiet_hours_ringer or similar. Settings can be found in the Settings.java file. WARNING: This process is dangerous!"
- If you are NOT sure, don't use it. And DON'T ASK ME http://forum.xda-developers.com/imag...ies/tongue.gif- Settings: follow kitkat's ui - SlimROM
- manage apps; tab selector and ram usage
- battery data usage bar
- app widget toggle- Bluetooth: Fix to show internet access as marked when pan is connected
- isPrefered is always true for PAN. So internet access menu checkbox is always marked on. Marking internet access menu checkbox based on pan connection status should solve this issue.- Bluetooth: Set alias name only through Rename option
- Set the alias name only when user is trying to change the name using the Rename option of paired device.
- CRs-Fixed: 539420- Bluetooth: Not allow Blank BT device name.
- Add empty string check for BT device name and not enable ok button until entered device name is not empty.
- CRs-fixed: 471158- Bluetooth: Remove remote device from trust list on BOND change
- A special case where remote device is paired & authorized by DUT. Remote device is unpaired by itself & try to connect again. In this scenario Link key is deleted from remote device. So SSP is performed again. & remote device bond state is changed to BOND_BONDING from BOND_BONDED on DUT while SSP, As it was in DUT BONDED list. So permission/trust info for all profile need to be false when it's moved to BOND_BONDING to solve the issue.
- CRs-Fixed: 578523- Bluetooth: GAP: Cancel the previous visibilty alarms if already set Cancel the previous visibility alarms set for 2 mins/5 mins/1 hour if visibility change happens from the limited discoverable to unlimited discoverable.
- CRs-fixed: 582492- Bluetooth: GAP: Cancel the pairing notification on bond state change
- Cancel the pairing notification on bond state change happens from BOND_BONDING to BOND_NONE. Otherwise it will present in the notification area until it gets cancelled by opening it and press cancel on pairing dialog.
- CRs-Fixed: 569534- Bluetooth: GAP: don't update autoconnect on bonding state
- This patch fixes regression caused by commit I37e8d92feef3c2d4d18c014a5d9092a9469335cb where it was not possible to autoconnect supported profiles of remote device from DUT after pairing is completed.
- CRs-Fixed: 584889- Bluetooth: Destroy BT Dialog on BT power off.
- Check for Bluetooth off Broadcast to destroy disconnect dialog when Bluetooth is turned off from power widget.
- CRs-Fixed: 579028- smdk4412-common - Revert "smdk4412-common: camera: include support for face detection"
- grouper: Enable USB OTG kk4.4 style - temasek
- tilapia already enabled USB OTG many builds ago.- Updated cm source.
DOWNLOAD SITES
temasek.hopto.org - i9300 / tilapia / grouper
Dev-Host i9300 / tilapia / grouper
AndroidFileHost - i9300
MediaFire- i9300
[QUOTE=Enr1988;5034654][QUOTE=almaximo;5034717]Sono andato a vedere su xda, ma non trovo (sarò orbo non so) dove spiega i significati delle varie versione, quindi non so quale kernel flashare x avere il boeffla sound..
Con la v23 ho un bug, non va l'opzione per disabilitare l'illuminazione dei tasti back e menu...vi capita?
in opzioni / avanzate / screen togli la spunta su backlight e i tasti si spengonoQuote:
https://www.androidiani.com/forum/im...quote_icon.png Originariamente inviato da miglio1990 https://www.androidiani.com/forum/im...post-right.png
Con la v23 ho un bug, non va l'opzione per disabilitare l'illuminazione dei tasti back e menu...vi capita?
C'è qualche possibilità di salvare le foto scattate su extsd? a me li salva in storage\emulated\Sd0
e di spostare le applicazione su extsd? grazie
sto provando la cm11 è come consumo batteria sono molto insoddisfatto, circa 18-19 ore ma con un uso leggero con kernel boeffla, questa rom come si comporta? (l'ho provato un mesetto fa ma non ricordo)
ragazzi sapete se c'è un modo per riavere la tastiera samsung del note 3 che avevo sull'imperium fino ad ora è òìunica cosa che rimpiango xD
ho la fotocamera che si inceppa un po, ho la v24, è ancora valido il fix? se volessi la fotocamera del nexus 5 con photosphere va bene uno zip qualsiasi o ce una sezione addon dedicata alla teamsek? Grazie raga per la pasienza
Il fix camera è perfettamente funzionante sulla v.24
Per la tastiera non so aiutarti.
quindi mi consigli di flasharlo? e per photosphere? sai dove posso procurarmelo?