Hello, how can i run an app automatically when the phone boot using apktool? Thanks
Related
As yesterday I am just searching some apps on play store but at instant my play store closes itself automatically & screen shows application installed successfully. & then my antivirus start scanning app, it started scaning only when new apps are installed. But actually I had not installed any App/UPDATE. Also I have checked in history manahe apps there was no any new apps installed! I was just searching on playstore. & also there is no any autoupdate box is checked, means there is no chance to download update automatically without my knowledge or permission. So is it possible that someone trying to hack my phone by installing hidden apps. If yes! Then how do I check/protect. Please don't advise to do hard reset as I have so tired doing this to install all apps again & again.
Sent from my GT-B5512 using xda app-developers app
lastword said:
As yesterday I am just searching some apps on play store but at instant my play store closes itself automatically & screen shows application installed successfully. & then my antivirus start scanning app, it started scaning only when new apps are installed. But actually I had not installed any App/UPDATE. Also I have checked in history manahe apps there was no any new apps installed! I was just searching on playstore. & also there is no any autoupdate box is checked, means there is no chance to download update automatically without my knowledge or permission. So is it possible that someone trying to hack my phone by installing hidden apps. If yes! Then how do I check/protect. Please don't advise to do hard reset as I have so tired doing this to install all apps again & again.
Sent from my GT-B5512 using xda app-developers app
Click to expand...
Click to collapse
Use titanium backup, make sure your only backing up apps that you know are yours. Than factory reset.
Sent from my SPH-L710 using Tapatalk 2
lastword said:
As yesterday I am just searching some apps on play store but at instant my play store closes itself automatically & screen shows application installed successfully. & then my antivirus start scanning app, it started scaning only when new apps are installed. But actually I had not installed any App/UPDATE. Also I have checked in history manahe apps there was no any new apps installed! I was just searching on playstore. & also there is no any autoupdate box is checked, means there is no chance to download update automatically without my knowledge or permission. So is it possible that someone trying to hack my phone by installing hidden apps. If yes! Then how do I check/protect. Please don't advise to do hard reset as I have so tired doing this to install all apps again & again.
Sent from my GT-B5512 using xda app-developers app
Click to expand...
Click to collapse
Do the following:
1. Open cmd and navigate to the place where your adb is located
2. Type "adb shell" and press enter
3. Type "su" and press enter
4. Type "cd /data/app" and press enter
5. Type "ls" and press enter
6. Find the filename(apk) of the file that you wanted to remove
7. Type "rm <filename>" and press enter. Example, "rm test.apk"
8. If you can't find it at the /data/app
9. Type "cd /system/app" and press enter
10. repeat step 5 to step 7
The app known as Play Store Services was pushed to every device with 2.2+ some time ago, I'm guessing you just got it now
Sent from my DROID2 using xda premium
Hey Guys,
I recently became tired of the random reboots I was getting on my LG Optimus 2X, running Cyanogenmod 7.2 Stable (custom) with a custom kernel. I installed aLogCat and tried running it to see if could debug the problem using the logs created by aLogcat but the app would not show me any logs. I tried through terminal emulator and CatLog and the same result, I was unable to pull and view any logs. I read that it is a permissions problems and so I converted the apps to system apps, but it still refused to work. I have read that I can also use ADB, but I would like to know if I can fix this problem on the device, so I don't have to keep my phone plugged in into the computer until it reboots to diagnose the problem. Thanks in advance.
You have disabled logging in build prop Enable it and you're good to go
Sent from my Xperia Live with Walkman using xda app-developers app
How to enable?
Hello,
How exactly would I go about enabling the logging in the build.prop? What is the exact code I have to enter or edit? Thanks.
Hi guys I got a problem in installing some apps from the same developer.after I installed the first app I tried to install the second one but it said not installed.I uninstalled the first app and then installed the second app successfully but again when I wanted to install the first app I couldn't so I decided to use adb so I got this error plz help me to have both apps installed on my device: Failure [INSTALL_FAILED_DUPLICATE_PERMISSION perm=com.appname.permission.CHECK_appease_LICENSE pkg=com.the secound app name]
Sent from my HUAWEI NXT-L29 using Tapatalk
Hi
I was wondering if I change an apps permissions on a Rooted MOTO G2 using something like the SDmaid app and then export the app somehow to a non rooted phone ( a HTC ONE M9) will the app permissions changes stay?
I would like to stop Facebook listening for boot. (To stop it booting at startup).
If it would work, how would I export the already installed app that has been modified to another phone?
hi everyone,
i have an app that should opened after first boot. i have the stock rom and i want to customize, add this app as a system and when phone booted it starts automatically. is there a autostart file for add the package name then phone is start automatically ?
thanks.