I know some rom's when signed into will bulk install previous apps and paid apps. My question is can that be done manually though adb or some sort of script. I think others have wondered this too. I haven't found an answer so thanks for any and all advice.
YoMaMa7467 said:
I know some rom's when signed into will bulk install previous apps and paid apps. My question is can that be done manually though adb or some sort of script. I think others have wondered this too. I haven't found an answer so thanks for any and all advice.
Click to expand...
Click to collapse
Titanium Backup can make things Easier...
It can, it can also make roms that much worse. I've found using backups causes issues with stability. Thank you for the reply.
Sent from my PG86100 using Tapatalk
YoMaMa7467 said:
It can, it can also make roms that much worse. I've found using backups causes issues with stability. Thank you for the reply.
Sent from my PG86100 using Tapatalk
Click to expand...
Click to collapse
As long as you just restore the app and not data, you'll be fine. I don't even use TB except to uninstall stuff myself.
YoMaMa7467 said:
I know some rom's when signed into will bulk install previous apps and paid apps. My question is can that be done manually though adb or some sort of script. I think others have wondered this too. I haven't found an answer so thanks for any and all advice.
Click to expand...
Click to collapse
Not 100% clear on what you're attempting to accomplish. Since I'm not clear, I'll do my best to take a few guesses at what you could be asking.
I assume you're not referring to some ROMs which come *packaged* with apk files already.
Example, you have 20 apk files and you want to install them all at once? OR you have 20 apk files and respective data for them and want to install the apk and their data?
As far as I've seen, logging into the Google account which had settings backed up to it will only install the apk files and not retain the respective data for those apps.
joehunni said:
As long as you just restore the app and not data, you'll be fine. I don't even use TB except to uninstall stuff myself.
Click to expand...
Click to collapse
By restoring just the app, this answer is referring to the first example I suggest and I completely agree from my own personal experience. Restoring just the apk file, *should* not have any issues.
This is making the assumption the apk is compatiable with the specific version of Androd OS being used on the device, but generally this is not an issue.
If you're interested in the technical details behind how the process works, I can give a few high level points.
The package manager for Android constantly monitors two locations, /system/app and /data/app. If an apk file is added or removed for either of these two directories, the package manager will automatically process it by either parsing the new apk file and adding it to the launcher or by removing it from the launcher and potentially uninstalling the associated data.
Off the top of my head, from adb shell which you mentioned a potential "script" process, the adb command is adb install c:\downloads\blah.apk and the uninstall command is adb uninstall com.joeykrim.appname .
If you're wanting to script inside android using bash/sh instead of outside android using the OS as I previously mentioned with adb, inside Android, I *think* it is pkg .. or pkmg .. I'm not clear on the exact command which prob shows how little I work with the package manager in Android.
Personally, I add and remove apks thru adb or manually copying the apk into one of the active directories and/or remove them manually by taking out the apk file from one of the active directories and removing the associated /data/data directory for the directory.
Hope that isn't tooo much and helps provide some more technical detail!
joeykrim said:
As far as I've seen, logging into the Google account which had settings backed up to it will only install the apk files and not retain the respective data for those apps.
Click to expand...
Click to collapse
This is exactly what I want to happen. For the market to reinstall the APK files without the data. They're not all paid apps some are free and they would install automatically after a login. This hasn't occurred by itself in a while for me and I was wondering if there is a way to force it. I dont like having to use titanium and data usage from re downloading all the apps doesn't really bother me.
Sent from my GT-i9100 using Tapatalk
I've never done it, but aren't you able to sync all your apps to App brain and have it reload them?
Honestly, I always run a "sync all" through the accounts and sync section in the settings menu before I switch ROMs. As soon as I open the market and agree to the terms and conditions, it automatically redownloads all the apps I just previously had, both paid and free.
ok so then I have a ? too... if you don't restore data, and we're all flashaholics, how do you get your game data back. say you play paradise island or angry birds or any other long term game, do you start at level 1 each time you flash a new one?
ekz13 said:
ok so then I have a ? too... if you don't restore data, and we're all flashaholics, how do you get your game data back. say you play paradise island or angry birds or any other long term game, do you start at level 1 each time you flash a new one?
Click to expand...
Click to collapse
One reason I've pretty much stopped gaming on my phone... That, and I'm always busy and need the battery to last more than 2 hours.
ekz13 said:
ok so then I have a ? too... if you don't restore data, and we're all flashaholics, how do you get your game data back. say you play paradise island or angry birds or any other long term game, do you start at level 1 each time you flash a new one?
Click to expand...
Click to collapse
Just back up app data too. What's wrong with doing that?
ekz13 said:
ok so then I have a ? too... if you don't restore data, and we're all flashaholics, how do you get your game data back. say you play paradise island or angry birds or any other long term game, do you start at level 1 each time you flash a new one?
Click to expand...
Click to collapse
Nsandhu23 said:
Just back up app data too. What's wrong with doing that?
Click to expand...
Click to collapse
this is a great question and unfortunately i personally dont play any of the games .. not really much time. thats more a personal issue though .. haha. as such, i cant speak from too much personal experience.
i have seen game data, specifically angry birds stored in a secure directory on the /sdcard before. also, if not using the sdcard, i also do remember seeing a specific separate "secure" mounted partition.
not sure if they still follow this practice, but i would look into the secure directories / mount points / sdcard and would go after backing up / restoring those.
the up side to this issue is all android device users who customize their devices with root access should face the issue of being able to backup/restore their game data. this point increases the likelihood of there being a good guide / resource is much higher as this is not an evo 3d specific issue.
i would be interested to see any results ppl find. please feel free to post back!
hope that helps!
Nsandhu23 said:
Just back up app data too. What's wrong with doing that?
Click to expand...
Click to collapse
Absolutely nothing lol. I back up apps and data with TB and I always restore everything. Did it going from Sense to MIUI, back to sense, and even for ICS. I have about 50 apps that TB backs up and restores for me, never had a single issue with any of them.
So long as you don't back up SYSTEM apps or data, you won't have any problems.
But, as always YMMV, this has just been my experience.
Related
Hello!
First and foremost i apologize if this has already been answered (I'd guess it has since it's a pretty basic question). I tried doing various searches (here and google) and all they brought back was how to install APK files . My question is if I take an APK from my phone can I install it on another device? Sorry I'm still a bit new to Android and dont know much about how APKs work and if there is security restrictions embedded in them making them only work on the device they were downloaded to or anything of the sort.
Thanks!
To my knowledge there are no such restrictions on APKs. You can pull them from one phone to be installed on others as you see fit.
Awesome, thanks for the quick reply!
nitox.n2o said:
To my knowledge there are no such restrictions on APKs. You can pull them from one phone to be installed on others as you see fit.
Click to expand...
Click to collapse
If it's system apk's you will run into issues when pulling from different phones. All really depends
Running ICScrewD ROM
yes and no. basically whats been said. a system app (aka one that i on the phone after a stock flash) will most likely not work from phone to phone unless it is the same type of phone on the same rom. however market type apps (including downloaded apps from the internet) will most likely transfer from phone to phone
Astro manager extracts non system apps you have installed into apks. Makes it ridiculously easy to send an app you have to your friends. Your app data is not included in the apk. One of the best features of astro manager in my book.
Sent from my páhhōniē
Its market apps, so i think ill be good to go! system apps i could definitely see not working though, guessing they're more hardware/system specific.
Thanks for all the responses!
Sent from my SAMSUNG-SGH-I777 using XDA App
And boom, this baby is faster. It was weird, apps would load pretty slow, internet browsing SUCKED, general slowness and battery drain and whatnot. Now, it's SUPER fast. Everything works great, except my shortcut keys for the dock, which is weird. But even the battery last so much longer. I was able to do root again, then did voodoo rootkeeper. Then I installed titanium backup (after moving the folder off the SD card along with whatever else you want to keep) and restored the apps, but app only, not data (except for a few key ones). It seemed to work for the most part and this baby works like a charm. I had 3.2 and updated to 4.0 so maybe a wipe is something you might consider if you're TF is feeling slow, even in performance mode.
Thanks. Helpful for me because I've been considering doing the same thing after the. 19 update that's supposed to be coming. I feel like all of the past updates which were more designed for bug fixes have been putting more of a damper on the performance. With this upcoming update, it looks like they are now actually focusing on features and user experience, so I want to make sure that I don't associate those 'improvements' with lackluster behavior I've noticed since a couple updates ago.
For the first time ever, I experienced 3 random reboots in the same day a couple days ago. I hugged Optimus and told it not to worry. Everything will be okay.
BUYMECAR said:
Thanks. Helpful for me because I've been considering doing the same thing after the. 19 update that's supposed to be coming. I feel like all of the past updates which were more designed for bug fixes have been putting more of a damper on the performance. With this upcoming update, it looks like they are now actually focusing on features and user experience, so I want to make sure that I don't associate those 'improvements' with lackluster behavior I've noticed since a couple updates ago.
For the first time ever, I experienced 3 random reboots in the same day a couple days ago. I hugged Optimus and told it not to worry. Everything will be okay.
Click to expand...
Click to collapse
wow.... just wow
Sent from my Transformer Prime TF201 using xda premium
Im sorry for asking, i am such a noob with android, i have my prime now for a few weeks, and what do you mean with a 'wipe' ?
Factory restore or?
Thanks for listening,
Severion said:
Im sorry for asking, i am such a noob with android, i have my prime now for a few weeks, and what do you mean with a 'wipe' ?
Factory restore or?
Thanks for listening,
Click to expand...
Click to collapse
Pretty much. It's a factory reset. It's a real pain because you have to reinstall everything from scratch.
UNLESS you have root and a good backup utility like Titanium Backup.
Then you wipe, get root (back), install Titanium, and restore you system settings, apps, and data.
I am going to take the chance on posting this and getting flamed because people already know, if you don't know I would appreciate the thanks.
Titanium is great for keeping important data but a better and easier way to get a real fresh start after wipe is appbrain.
Do Titanium full backup
install appbrain and fast web install
sync
login to appbrain online and rename your prime list to old
wipe/factory reset
reinstall appbrain and fast web install be sure to enable fast web install
sync
log in to your appbrain account and copy the apps from old to your new device
open appbrain on device
sync
install
watch a movie while all your apps download without needing you
restore data from titanium where needed, restore programs that are not in the market
????
profit
The difference here is that you don't restore any corrupted programs from Titanium
Doesn't anyone know how the built-in ASUS app backup works? Is it affected by the factory reset?
^ im curious on this also. im willing to try this.
BUYMECAR said:
Doesn't anyone know how the built-in ASUS app backup works? Is it affected by the factory reset?
Click to expand...
Click to collapse
I'm going to say it does, since it wipes the SD card. But if you put a microSD or regular SD you should be able to save to that instead, then restore from that after. It might be as good as Titanium, or app brain, I think part of the key is not restoring data, apps only.
1SiK1500 said:
^ im curious on this also. im willing to try this.
Click to expand...
Click to collapse
Works a treat. I used it. The only thing is if savedata (like levels in games) is saved on sd, you are going to loose it. But it can be always manually copied. Any other app which saves logins and such in /data (i think it's /data will be fine). And no root needed.
To OP, done it before. No difference. My TFP never been sluggish, just suffers from occasional browser freeze, well, more than occasional, and reboots when certain apps fc. Wipe didn't fix that.
Sent through the wormhole from my CoinInserted Sensation OG.
so after factory reset, i can go google play and reinstall all my old previously bought apps? or i need to pay for it again?
Severion said:
so after factory reset, i can go google play and reinstall all my old previously bought apps? or i need to pay for it again?
Click to expand...
Click to collapse
Lol yeah, you can re-download your apps It keeps up with everything you pay for and even with most of the free stuff you install. Easier route may be to use ASUS's App Backup or if you're rooted Titanium Backup (Pro is worth it).
After doing a full wipe at lunch i can confirm my prime seems much snappier. Also my dolphin browser works flawless finally. Asus back up did not work for me.
1SiK1500 said:
After doing a full wipe at lunch i can confirm my prime seems much snappier. Also my dolphin browser works flawless finally. Asus back up did not work for me.
Click to expand...
Click to collapse
Me neither. Can anyone explain in detail how you use Asus backup? I'm almost tempted to root just for Titanium at this point
How is your prime after the fresh wipe?
Lyvewire said:
Me neither. Can anyone explain in detail how you use Asus backup? I'm almost tempted to root just for Titanium at this point
Click to expand...
Click to collapse
Asus backup looks fairly simple. Just open the app, then choose the apps you want to backup. There is a check for data only or data and application near the top right. Choose data and app if you want both, but for some reason you can only do 600MB, not sure why. But if you have it under that (I unchecked all my games and got it low enough) then you can hit the backup button on the top, which then has a (Checkbox) option to also save to the microsd or SD card plugged in
ic. Very informative.
Haven't played with the SD slot on the Prime so I guess I have a reason now =)
You also have an option to save a copy to the MicroSD, card if it's mounted. I'm in the process of a wipe now and will let you know about the restore using the ASUS backup. I've used TB in the past but haven't rooted this unit yet and so can only speak to the ASUS backup.
dude2k5 said:
Asus backup looks fairly simple. Just open the app, then choose the apps you want to backup. There is a check for data only or data and application near the top right. Choose data and app if you want both, but for some reason you can only do 600MB, not sure why. But if you have it under that (I unchecked all my games and got it low enough) then you can hit the backup button on the top, which then has a (Checkbox) option to also save to the microsd or SD card plugged in
Click to expand...
Click to collapse
this worked for me!!! thanks for the info
BUYMECAR said:
Doesn't anyone know how the built-in ASUS app backup works? Is it affected by the factory reset?
Click to expand...
Click to collapse
To be just a little more precise, the ASUS backup app creates a file in the ASUS folder that can be copied to a PC, USB drive, to the cloud, or whatever, and then copied back to the same folder when the wipe is done. Then apps and data can be selectively restored. Works well.
Sent from my Transformer Prime TF201 using Tapatalk
Hi.
My girlfriend has a Samsung Galaxy S II that has been acting a bit weird recently. Battery life has become extremely short, and she discovered hundreds of files all with names beginning with "tracker-c6446d57267343". Most mysterious of all is that something is somehow using the GPS even though it has been deactivated in the settings.
I'm suspecting her phone is infected with malware, and I'm planning to do a full wipe next time we meet. She's downloading AVG from Google Play right now to run a scan, but I'm going to do a full wipe anyway just to be sure and because she wants to have a clean start anyway.
I'm mostly curious if anyone has encountered this before. Is it malware? If so, how harmful is it? Keylogger, possibly?
Thanks.
CNMOH said:
Hi.
My girlfriend has a Samsung Galaxy S II that has been acting a bit weird recently. Battery life has become extremely short, and she discovered hundreds of files all with names beginning with "tracker-c6446d57267343". Most mysterious of all is that something is somehow using the GPS even though it has been deactivated in the settings.
I'm suspecting her phone is infected with malware, and I'm planning to do a full wipe next time we meet. She's downloading AVG from Google Play right now to run a scan, but I'm going to do a full wipe anyway just to be sure and because she wants to have a clean start anyway.
I'm mostly curious if anyone has encountered this before. Is it malware? If so, how harmful is it? Keylogger, possibly?
Thanks.
Click to expand...
Click to collapse
wow, first post for ya huh? good for you.
dont waste your time with AVG. just wipe the phone. and tell her not to install a bunch of stupid apps.
BluePoint Antivirus is my personal fave
Sent from my Samsung Galaxy SII
CM9 Stable/Siyah 4.1
topiratiko said:
BluePoint Antivirus is my personal fave
Sent from my Samsung Galaxy SII
CM9 Stable/Siyah 4.1
Click to expand...
Click to collapse
Lmao. anti virus on android. you guys are funny!
U know its pointless right?
MotoMudder77 said:
Lmao. anti virus on android. you guys are funny!
U know its pointless right?
Click to expand...
Click to collapse
Exactly. It is. Odds are someone installed an app on yer girlfriends phone to be able to track her, tape pictures with the camera remotely, steal her credit card info, use the mic to record what's going on , etc. All of this can be achieved with ONE app and allows the person who installed it to remotely access the device. Also the app hides itself from detection in the app drawer and in the app manager . The legal reasons to install it are for if u lose your phone. But if someone got a hold of her phone they could easily have put this on and set it up within minutes. In other words. Someone can hear and see everything she's been doing.
Sent from my SGH-I777 using Tapatalk 2
Phalanx7621 said:
Exactly. It is. Odds are someone installed an app on yer girlfriends phone to be able to track her, tape pictures with the camera remotely, steal her credit card info, use the mic to record what's going on , etc. All of this can be achieved with ONE app and allows the person who installed it to remotely access the device. Also the app hides itself from detection in the app drawer and in the app manager . The legal reasons to install it are for if u lose your phone. But if someone got a hold of her phone they could easily have put this on and set it up within minutes. In other words. Someone can hear and see everything she's been doing.
Sent from my SGH-I777 using Tapatalk 2
Click to expand...
Click to collapse
I'm finding it highly unlikely that any of her friends would do something like that, not to mention that none of them have the technical know-how (yes, I know it's not hard, but none of her friends are even technologically adept to pull something like this off) to do it. If such malware has been installed on her phone, it most likely came bundled with some app she downloaded. She doesn't get all her app downloads from Google Play.
MotoMudder77 said:
Lmao. anti virus on android. you guys are funny!
U know its pointless right?
Click to expand...
Click to collapse
I like the way it looks on my status bar.
Sent from my Samsung Galaxy SII
CM9 Stable/Siyah 4.1
CNMOH said:
I'm finding it highly unlikely that any of her friends would do something like that, not to mention that none of them have the technical know-how (yes, I know it's not hard, but none of her friends are even technologically adept to pull something like this off) to do it. If such malware has been installed on her phone, it most likely came bundled with some app she downloaded. She doesn't get all her app downloads from Google Play.
Click to expand...
Click to collapse
There is no such thing as malware on android. everything you install tells you what it has access to.
The only thing like malware, would be an application that records stuff and sends it out, which would be listed when she installed the app, Tho im sure most rarely pay attention to that screen other than hitting install.
There are no viruses, no malware, or anything "hidden" that can attack stuff without your permission.
Wipe the phone. Dont install pirated apps or stupid pointless apps.
MotoMudder77 said:
There is no such thing as malware on android. everything you install tells you what it has access to.
The only thing like malware, would be an application that records stuff and sends it out, which would be listed when she installed the app, Tho im sure most rarely pay attention to that screen other than hitting install.
There are no viruses, no malware, or anything "hidden" that can attack stuff without your permission.
Wipe the phone. Dont install pirated apps or stupid pointless apps.
Click to expand...
Click to collapse
Malware can definitely affect android. Sure there are safeguards built in to reduce the chances of it happening, but they rely on the user to enforce them. I can almost guarantee that a majority of android users don't look at what permissions an app is asking for prior to installation. I know for a fact that out of the 5 android users in my house I am the only one that checks permissions before I install anything. In addition, even if one is checking the permissions, a malicious app can easily disguise itself as an everyday app that requires the permissions the Malware needs but would be overlooked because the host app has a valid reason for needing those permissions.
A dialer, email, sms, social networking app will all ask for access to your contacts. And it's necessary for that app to do its job. Well if that same app has unlimited access to your network then it can now take your contacts and upload them.
Now a virus is another thing all together. While it's possible on a rooted phone with rw permissions in the system directory, it's unlikely since most apps exist in a "sandbox" so to speak. It wouldn't be that difficult for a root explorer app to gain access to your /system directory and wreak havoc and then target your sdcard and wipe out your data. But not before uploading whatever it wants (a lot of explorers require network permissions for cloud service, etc). But then I guess that would be classified as malware and not a virus
And lets not leave out all the apps that use social networks to login..
But the last two Lines of your post say it all. Stay away from pirated apps and watch what 3rd party apps you're trusting these permissions with.
What bloatware should I look to remove from my HAM2? Are there any Huawei specific apps that i can ditch? Thanks.
GT1873 said:
What bloatware should I look to remove from my HAM2? Are there any Huawei specific apps that i can ditch? Thanks.
Click to expand...
Click to collapse
I've removed these 7. Keep backups of them in case you want to update your system. The official update from Huawei checked for and patched these system apps. If they weren't found the update would fail. Restoring the apps fixed that problem.
Text list if you can't see the pictures:
Weather (HwWeatherClock.apk)
Twitter (Twitter.apk)
Navigate (ROUTE66.apk)
MOCALite 1.0.9 (HwMOCALite.apk)
Me Widget (HwMeWidget_MT2-L03.apk)
Get Asphalt 8 (GetAsphalt8_PGA1_HuaweiMate2_OpenMarket_v100.apk)
Facebook (Facebook.apk)
Sent from my MT2L03 using Tapatalk
Do I back up the apps using titanium back up?
Sent from my MT2L03 using XDA Free mobile app
pucherto123 said:
Do I back up the apps using titanium back up?
Sent from my MT2L03 using XDA Free mobile app
Click to expand...
Click to collapse
Titanium Backup would work. Or App Master. Or manually back them up using ES File Explorer. As long as you have a backup that's all that matters. You'll need these system app backups for when the next update comes out (unless that update wipes everything out).
Delete Facebook
arcadesdude said:
I've removed these 7. Keep backups of them in case you want to update your system. The official update from Huawei checked for and patched these system apps. If they weren't found the update would fail. Restoring the apps fixed that problem.
Text list if you can't see the pictures:
Weather (HwWeatherClock.apk)
Twitter (Twitter.apk)
Navigate (ROUTE66.apk)
MOCALite 1.0.9 (HwMOCALite.apk)
Me Widget (HwMeWidget_MT2-L03.apk)
Get Asphalt 8 (GetAsphalt8_PGA1_HuaweiMate2_OpenMarket_v100.apk)
Facebook (Facebook.apk)
Sent from my MT2L03 using Tapatalk
Click to expand...
Click to collapse
Where can I find the Facebook app to delete it? I've gotten everything else. Thanks.
Honestly, I don't see a reason to remove any of these apps... they are in the system folders so you won't gain any space or anything, just disable them and you won't see them and any updates will still work fine without doing anything special.
TBH, compared to many phones, this list is very minimal.
I guess I just want more control. That's one of the reasons I choose to root my devices. It's OK to stay completely the way the phone comes, regardless of how much or little bloatware is on the device. It is up to the user to choose. That is one of the many reasons Why Android is so popular.
acejavelin said:
Honestly, I don't see a reason to remove any of these apps... they are in the system folders so you won't gain any space or anything, just disable them and you won't see them and any updates will still work fine without doing anything special.
Click to expand...
Click to collapse
This sounds like very good advice. Thanks acejavelin. I never really thought about it but since the apps are in a non-usable (for the user) partition, your recommendation makes perfect sense. I already pushed your Thanks button.
---------- Post added at 10:44 AM ---------- Previous post was at 10:43 AM ----------
tomlogan1 said:
I guess I just want more control. That's one of the reasons I choose to root my devices. It's OK to stay completely the way the phone comes, regardless of how much or little bloatware is on the device. It is up to the user to choose. That is one of the many reasons Why Android is so popular.
Click to expand...
Click to collapse
Control of what? You don't get any control because the apps are in a separate partition that you can't use. In fact, you lose some control because when you delete the apps you can't get OTA.
Just freeze them so they can't run. There's no point deleting them. 7 seems trivial though. I froze more than 50 on mine. There's nothing from Huawei on my phone except the camera app.
lucasho2312 said:
Just freeze them so they can't run. There's no point deleting them. 7 seems trivial though. I froze more than 50 on mine. There's nothing from Huawei on my phone except the camera app.
Click to expand...
Click to collapse
I normally back them up so I can delete and save space. Should I need them later on it's simple to restore. But freezing them is a good method since it will let you know if it shall cause issues later on.
SHM said:
I normally back them up so I can delete and save space. Should I need them later on it's simple to restore. But freezing them is a good method since it will let you know if it shall cause issues later on.
Click to expand...
Click to collapse
Comment above has pointed out that you don't gain space by deleting system apps. Or rather, you gain unusable space.
If you do prefer delete/restore, remember to back up the data (tweak TiBu to backup full data cuz it will ignore data if data is larger than the apk itself). I had problems with Dialer/Phone and System UI apps without original data. Navigation bar will be lost (it is there but it can't be touched/controlled) and incoming calls cause crash.
lucasho2312 said:
Comment above has pointed out that you don't gain space by deleting system apps. Or rather, you gain unusable space.
Click to expand...
Click to collapse
One, you do gain space, two, that space is usable. An average user wouldn't seem to know how to take advantage of this it seems. But to me, I make use of it everyday. - @acejavelin
If you do prefer delete/restore, remember to back up the data (tweak TiBu to backup full data cuz it will ignore data if data is larger than the apk itself).
Click to expand...
Click to collapse
I don't use TiBu. Never really cared for it. I use other methods more command-line based within the terminal emulator.
I had problems with Dialer/Phone and System UI apps without original data. Navigation bar will be lost (it is there but it can't be touched/controlled) and incoming calls cause crash.
Click to expand...
Click to collapse
This is why it's good to know what to delete and not delete. If familiar with your device then it becomes second nature, but when jumping ship and getting a new device it is typically best to freeze and see the results. Although freezing is no different than saving and deleting. Only thing that distinguishes these two methods is when you freeze the system app, it's still there (and yes, using space). Where as when you keep it safe, say, your sdcard, then it's as simple as placing back, and/or if the particular file causes the device to go bonkers then TWRP makes it possible to fix the problem as well.
I just recieved the phone and transferred all from my S22U.
While browsing in Chrome I noticed that the back button on the lower right corner doesn't register touches sometimes. I have to touch the back button multiple times until it works.
Anybody else having issues with touch?
It should not be the case.
Backup data, factory reset the phone, restore data without restoring apps and settings and then check. It's time consuming but is a great way to start with a brand new phone.
Is this issue only on chrome? Or in other apps too?
Virgo_Guy said:
It should not be the case.
Backup data, factory reset the phone, restore data without restoring apps and settings and then check. It's time consuming but is a great way to start with a brand new phone.
Click to expand...
Click to collapse
Yeah, don't use SmartSwitch. Do a clean load from scratch. If you don't screw it up with upgrades/updates or buggy apps a good load can last years on an Android and remain fast/stable with minimal maintenance.
ApkExport can be used to create installable copies of your current apps so no Playstore is needed. Saves time and sanity.
blackhawk said:
Yeah, don't use SmartSwitch. Do a clean load from scratch. If you don't screw it up with upgrades/updates or buggy apps a good load can last years on an Android and remain fast/stable with minimal maintenance.
ApkExport can be used to create installable copies of your current apps so no Playstore is needed. Saves time and sanity.
Click to expand...
Click to collapse
What is the best app(not paid) for copying everything from phone to phone?
theboz1419 said:
I just recieved the phone and transferred all from my S22U.
While browsing in Chrome I noticed that the back button on the lower right corner doesn't register touches sometimes. I have to touch the back button multiple times until it works.
Anybody else having issues with touch?
Click to expand...
Click to collapse
have you tried other browsers? (try firefox or kiwi) or diferent websites? For example, i tried Hugoboss website and they have alot of issues using it.
xwonic said:
What is the best app(not paid) for copying everything from phone to phone?
Click to expand...
Click to collapse
I hand load everything. I use the SD card as a data drive; everything I need for a full reload is on it, then regularly and redundantly backed it up.
Current load on this N10+ will be 3 yo in June. Still runs like a bat out of hell.
blackhawk said:
I hand load everything.
Click to expand...
Click to collapse
This.
xwonic said:
What is the best app(not paid) for copying everything from phone to phone?
Click to expand...
Click to collapse
adb pull /sdcard
delete Android folder and copy over everything manually to the internal storage on the folder (adb push won't push subfolders)
Set up everything else from absolute scratch.
It's annoying but this is the only way to make sure you're starting with a clean slate and that your bugs aren't caused by something from your old phone. Spending an hour or two now can save you tens of hours down the line in troubleshooting nonsense nobody else seems to be suffering from and coming to the conclusion you have to factory reset anyway.
It's a good time to clean up apps you may not use much anymore too as you'll have to install your apps manually. I usually end up losing 10-20% of the apps I had on my old phone because I realize I don't really use them.
theboz1419 said:
I just recieved the phone and transferred all from my S22U.
While browsing in Chrome I noticed that the back button on the lower right corner doesn't register touches sometimes. I have to touch the back button multiple times until it works.
Anybody else having issues with touch?
Click to expand...
Click to collapse
Same here on Telegram app, on the left corner top, back button.
Mr.5g said:
Same here on Telegram app, on the left corner top, back button.
Click to expand...
Click to collapse
I have this one too... (but not in Chrome app).
And i have installed Telegram after I had my 23U
It seems it's really the app...
Canard caché said:
I have this one too... (but not in Chrome app).
And i have installed Telegram after I had my 23U
It seems it's really the app...
Click to expand...
Click to collapse
I guess that too
EtherealRemnant said:
adb pull /sdcard
delete Android folder and copy over everything manually to the internal storage on the folder (adb push won't push subfolders)
Set up everything else from absolute scratch.
It's annoying but this is the only way to make sure you're starting with a clean slate and that your bugs aren't caused by something from your old phone. Spending an hour or two now can save you tens of hours down the line in troubleshooting nonsense nobody else seems to be suffering from and coming to the conclusion you have to factory reset anyway.
It's a good time to clean up apps you may not use much anymore too as you'll have to install your apps manually. I usually end up losing 10-20% of the apps I had on my old phone because I realize I don't really use them.
Click to expand...
Click to collapse
Could copying everything manually what's inside the folders, cause problems in terms of cache and so on? Do these folders contain cache?
EtherealRemnant said:
adb pull /sdcard
delete Android folder and copy over everything manually to the internal storage on the folder (adb push won't push subfolders)
Set up everything else from absolute scratch.
It's annoying but this is the only way to make sure you're starting with a clean slate and that your bugs aren't caused by something from your old phone. Spending an hour or two now can save you tens of hours down the line in troubleshooting nonsense nobody else seems to be suffering from and coming to the conclusion you have to factory reset anyway.
It's a good time to clean up apps you may not use much anymore too as you'll have to install your apps manually. I usually end up losing 10-20% of the apps I had on my old phone because I realize I don't really use them.
Click to expand...
Click to collapse
Where do I get the ADB pull/SD card??
Darbar1701 said:
Where do I get the ADB pull/SD card??
Click to expand...
Click to collapse
Not really sure what you mean but this video may be good explanation how to do
mozdem said:
Could copying everything manually what's inside the folders, cause problems in terms of cache and so on? Do these folders contain cache?
Click to expand...
Click to collapse
Yes. The whole reason to do a clean load is to ensure the integrity of the load and to not reload the previous problems or malware. Letting the apps install clean is important.
I only restore data to trusted apps that allow backup and are difficult to setup from scratch... like Poweramp.
If you fail... you will live with the issues it caused until you factory reset it, again, in the worst case scenario. It's good to go through installing all the apps and configuring them at a reload as it allows you to spot previous mistakes and raises your level of awareness.
blackhawk said:
Yes. The whole reason to do a clean load is to ensure the integrity of the load and to not reload the previous problems or malware. Letting the apps install clean is important.
I only restore data to trusted apps that allow backup and are difficult to setup from scratch... like Poweramp.
If you fail... you will live with the issues it caused until you factory reset it, again, in the worst case scenario. It's good to go through installing all the apps and configuring them at a reload as it allows you to spot previous mistakes and raises your level of awareness.
Click to expand...
Click to collapse
Yea I get it, like you should only backup the folders/appdata from apps you know it won't cause problems. Otherwise clean installing best option.
Today I also found out that some websites in Firefox, also have this problem in top left corner not responding. I guess it's software related, because same websites had no issues on Chrome.
Mr.5g said:
Today I also found out that some websites in Firefox, also have this problem in top left corner not responding. I guess it's software related, because same websites had no issues on Chrome.
Click to expand...
Click to collapse
mmm the touch screen's response is perhaps too high???
Canard caché said:
mmm the touch screen's response is perhaps too high???
Click to expand...
Click to collapse
It has reported to samsung, perhaps next update will be fixed