Jump to content
Son zamanlarda artan kullanıcı hesap hırsızlıkları sebebiyle tüm kullanıcılara şifre sıfırlama maili gönderilmiştir. Lütfen güveli şifreler seçiniz. Mevcut e-mail adresinize erişemiyorsanız, en aşağıdaki destek linkinden bize ulaşınız. ×

Oppo Reno 5 Lite Android Tefonum Hakkında


pixokid
 Share

Recommended Posts

     Arkadaşlar OPPO Reno 5 Lite Telefonuma yüklediğim yeni Telefon numarası Google Contacst a gitmiyor yani senktronize olmuyor . Ama anı telefon numarasını Google Contacst a yazdığımda anında telefona geliyor saebebi acaba nedir bilen varsa sevinirim.

     Başka bir durumda başka telefondan atılan konum u çok rahat takip edebildiğim halde benim telefondan attığım konum devamlı kesiliyor ve kullanamıyorum diyebilirim cevap verebilecek arkadaşlara şimdiden teşekkürler.

Link to comment
Share on other sites

Telefonu sıfırlayarak denemek gerekebilir. Yedeklerinizi alarak bu işlemleri yapın. Android sürüm güncellemeleri varsa eğer yapın güncellenmiş olur hem iyi olur. Uzun zaman sonra bende telefonumu sıfırladım hard reset çektim telefon kendine geldi resmen pil ömrü bile arttı diyebilirim.

  • Like 1
Link to comment
Share on other sites

if anyone want to debload his or her android device then one can use this script :

 

Quote

 

@echo off & title Universal Android Debloater & color 17

cd /d %~dp0

adb devices -l

pause

Powershell -EP Bypass -MTA -NOL -NONI -NOP -C "Write-Host 'Removing Packages' -ForegroundColor Green"
for %%z in (

Each & every package name in a new line

) do (
adb shell pm clear %%z
adb shell pm uninstall --user 0 %%z
)

Powershell -EP Bypass -MTA -NOL -NONI -NOP -C "Write-Host 'Clear Logs' -ForegroundColor Green"
adb logcat -c

Powershell -EP Bypass -MTA -NOL -NONI -NOP -C "Write-Host 'Reset Battery State' -ForegroundColor Green"
adb shell dumpsys battery reset

Powershell -EP Bypass -MTA -NOL -NONI -NOP -C "Write-Host 'Full Battery State' -ForegroundColor Green"
adb shell dumpsys battery

 

Pl be sure android platform tools must be right next to this script ie : adb.exe & its two dependency files nothing else is needed.

For Complete android settings backup & restore without root privilage :

 

Quote

 

adb shell settings list global >>%UserProfile%\Desktop\global.txt

adb shell settings list system >>%UserProfile%\Desktop\system.txt

adb shell settings list secure >>%UserProfile%\Desktop\secure.txt

After you got all parsed setting names & there values just remove = sign from each & every line . there you go.

 

Now to restore the parsed setting values one must create a script
adb shell settings put global "settings name" "settings value"

same goes for all other secure & system too.

Edited by disc2019
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...