Hey does anybody have the zte A2017U stock apps package please. I would like some of the original stock A2017U apps back like weather clock and calendar ect... The ROM I am using doesn't have some of the stock apps.
Thank you
kountry83 said:
Hey does anybody have the zte A2017U stock apps package please. I would like some of the original stock A2017U apps back like weather clock and calendar ect... The ROM I am using doesn't have some of the stock apps.
Thank you
Click to expand...
Click to collapse
PM me on which apps you want. I'll upload them.
kountry83 said:
Hey does anybody have the zte A2017U stock apps package please. I would like some of the original stock A2017U apps back like weather clock and calendar ect... The ROM I am using doesn't have some of the stock apps.
Thank you
Click to expand...
Click to collapse
Here you go : https://androidfilehost.com/?fid=890129502657581062
Email, calendar, calculator and weather app. (btw, calculator is present in my rom as i see now )
Mind to set permissions right when doing it manual.
But you can drag and drop them in my A2017U-B35 zip and they will be flashed too with a clean install.
A2017U-N-B35
raystef66 said:
Here you go : https://androidfilehost.com/?fid=890129502657581062
Email, calendar, calculator and weather app. (btw, calculator is present in my rom as i see now )
Mind to set permissions right when doing it manual.
But you can drag and drop them in my A2017U-B35 zip and they will be flashed too with a clean install.
A2017U-N-B35
Click to expand...
Click to collapse
zte weather won't to be past in app-priv folder.it say that i don't have permission to write in main folder. and when i want to change permission it sau ..change permission failed
redhou said:
zte weather won't to be past in app-priv folder.it say that i don't have permission to write in main folder. and when i want to change permission it sau ..change permission failed
Click to expand...
Click to collapse
run this command in adb shell as admin or terminal (rooted) su
reboot disemmcwp
Enjoy r/w permission
kountry83 said:
run this command in adb shell as admin or terminal (rooted) su
reboot disemmcwp
Enjoy r/w permission
Click to expand...
Click to collapse
sorry for qst. what adb shell?.
also . i can change permission for some folder in my phone but can't do it for other like system
kountry83 said:
run this command in adb shell as admin or terminal (rooted) su
reboot disemmcwp
Enjoy r/w permission
Click to expand...
Click to collapse
do it with terminal emulator and with termux but no way.for the 1st it's say .reboot: permission denied.
for the 2nd it say .no command reboot.
my phone is rooted with su
redhou said:
do it with terminal emulator and with termux but no way.for the 1st it's say .reboot: permission denied.
for the 2nd it say .no command reboot.
my phone is rooted with su
Click to expand...
Click to collapse
Install adb/fastboot on your computer and connect the phone to the computer with debug enabled through your development settings on your phone.
1. Open a CMD window with admistrator privileges
2. Type adb devices (press enter)
(Make sure you are in the same directory adb.exe is installed)
3. Type adb reboot disemmcwp (press enter)
(Your device will now reboot with some extra write permissions in the background)
Related
Hi everyone ! I updated my Zte Blade to CM 7.1 and I realised that this ROM don't has the "Task Manager" application . I extracted the .apk from a stock ROM of Blade, but I cannot install it.
So, how can I install "Task Manager" on my phone ?
Thanks!
same question
stanangel said:
Hi everyone ! I updated my Zte Blade to CM 7.1 and I realised that this ROM don't has the "Task Manager" application . I extracted the .apk from a stock ROM of Blade, but I cannot install it.
So, how can I install "Task Manager" on my phone ?
Thanks!
Click to expand...
Click to collapse
Same question
You can push it to your phone with adb.
Code:
adb remount
adb push your.apk /system/app/
adb shell chmod 0644 /system/app/your.apk
adb remount
Sometimes when running 'adb remount' for the secont time (to remount /system back as read-only) it fails for me but doesn't give any error message. So if you want to make sure your /system gets mounted back as a read-only, you can run
Code:
adb shell mount -o remount,rw /system
This tutorial didn't work for me.I get no message on line "adb shell chmod 0644 /system/app/your.apk", but the rest seems work ok.
It's not supposed to output anything.Did the app work ok?
Sent from my Blade using XDA App
I didn't succeed to install the application. This tutorial don't work for me.
stanangel said:
I didn't succeed to install the application. This tutorial don't work for me.
Click to expand...
Click to collapse
Was the file copied to your device? It could be the app's not compatible with gingerbread? Anyway, there are lots of task managers in the market, you could try a few and pick you new favourite. You could also try 'adb install your.apk' and see if that works. Other than that, I'm out of ideas.
The file was copied in my device, but nothing happend on reboot.I'm sure that TaskManager works on Gingerbread.I'll try to find another Task Manager.Thank you!
I managed to install it. So i think the problem was because i tried with a TasManager.apk extracted from a 2.1 stock version. Today, i tried with a 2.2 version extracted from 2.2 Swedish Spring (TaskManager.apk).
You can use the tutorial below or try this:
1.Download and install Root Explorer on your phone.
2.Put TaskManager.apk on sd card.
3.Open Root Explorer and navigate to sd-card (where did you put TaskManager.apk).Long-press TaskManager.apk and choose move.
4.Navigate to system/app.
5.Mount R/W.
6.Paste it.
7.Long-press TaskManger and choose Permissions ( Change permissions to match all other apps in this folder (rw-r–r–) - first four checkboxes)
8.Mount R/O.
9.Reboot.
I think that' all...
When I try to install this GMaps It always getting "Application not installed" error.I did
1.Backup older Gmaps,Street View then wipe data & Uninstalled both.
2.When I gonna install New GMaps app in the end of installation it show "application not installed"
3.Reboot device & try to install,still getting same result!
What should I do?
Thanks
crazykas said:
When I try to install this GMaps It always getting "Application not installed" error.I did
1.Backup older Gmaps,Street View then wipe data & Uninstalled both.
2.When I gonna install New GMaps app in the end of installation it show "application not installed"
3.Reboot device & try to install,still getting same result!
What should I do?
Thanks
Click to expand...
Click to collapse
Have you tried using adb if not wait for the signed version..
jr_718 said:
Have you tried using adb if not wait for the signed version..
Click to expand...
Click to collapse
Is this code correct
"adb remount
adb push /maps 6.2.0 -mod.apk / system/app"
?
Where should I place the app file?In "platform-tools" folder?
Thank you very much for helping me!
crazykas said:
Is this code correct
"adb remount
adb push /maps 6.2.0 -mod.apk / system/app"
?
Where should I place the app file?In "platform-tools" folder?
Thank you very much for helping me!
Click to expand...
Click to collapse
Our on the right path so far.. But the way I've always used adb I kinda dragged everything to the tools folder...I have the library and everything else there...try putting it on our tools folder and see what happens if not check the platform tools.. Just drop the map apk and try it out.
jr_718 said:
Have you tried using adb if not wait for the signed version..
Click to expand...
Click to collapse
jr_718 said:
Our on the right path so far.. But the way I've always used adb I kinda dragged everything to the tools folder...I have the library and everything else there...try putting it on our tools folder and see what happens if not check the platform tools.. Just drop the map apk and try it out.
Click to expand...
Click to collapse
I tried,but remount was not successful.Remount permission faild.Show"ADB remountperation faild".Why is this?I've rooted & s-off my device.Also
"adb shell
$ su"
NOT GIVING # istead of $.
Why is that?Even root explorer,i can't move apps to system/app (even mount as R/W)!Why is that?
crazykas said:
I tried,but remount was not successful.Remount permission faild.Show"ADB remountperation faild".Why is this?I've rooted & s-off my device.Also
"adb shell
$ su"
NOT GIVING # istead of $.
Why is that?Even root explorer,i can't move apps to system/app (even mount as R/W)!Why is that?
Click to expand...
Click to collapse
Hmm.. even root explorer.. that's strange you mean mount R/W to R/O in root explorer..
from my end i first did c:\androidsdk then was able to adb push etc...what i could suggest is wait for the signed version.. am on samsung galaxy t989, am at work, i can't really access nothing right now to check with you...i have my mytouch 4g at home...i know you have root access because you said you were able to backup and uninstall using titanium backup.. so i guess you have root access...but try the mount r/w to r/o and see what happens...
jr_718 said:
Have you tried using adb if not wait for the signed version..
Click to expand...
Click to collapse
jr_718 said:
Our on the right path so far.. But the way I've always used adb I kinda dragged everything to the tools folder...I have the library and everything else there...try putting it on our tools folder and see what happens if not check the platform tools.. Just drop the map apk and try it out.
Click to expand...
Click to collapse
jr_718 said:
Hmm.. even root explorer.. that's strange you mean mount R/W to R/O in root explorer..
from my end i first did c:\androidsdk then was able to adb push etc...what i could suggest is wait for the signed version.. am on samsung galaxy t989, am at work, i can't really access nothing right now to check with you...i have my mytouch 4g at home...i know you have root access because you said you were able to backup and uninstall using titanium backup.. so i guess you have root access...but try the mount r/w to r/o and see what happens...
Click to expand...
Click to collapse
Aha!Now I can push apks to system/app folder.Now how should I install it?Normal installation does not work,no.Reply me when you can.Thanks
Update-
After reboot unable to copy read permission of something in SYSTEM folder!All the other can R/W.But SYSTEM is only R/O.Oh... I donno what to do.I will wait for signed one as you said.
crazykas said:
Aha!Now I can push apks to system/app folder.Now how should I install it?Normal installation does not work,no.Reply me when you can.Thanks
Update-
After reboot unable to copy read permission of something in SYSTEM folder!All the other can R/W.But SYSTEM is only R/O.Oh... I donno what to do.I will wait for signed one as you said.
Click to expand...
Click to collapse
You can make the system r/w.
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblk3 /system
i know that's not the exact code but it works just fine for me.
crazykas said:
Aha!Now I can push apks to system/app folder.Now how should I install it?Normal installation does not work,no.Reply me when you can.Thanks
Update-
After reboot unable to copy read permission of something in SYSTEM folder!All the other can R/W.But SYSTEM is only R/O.Oh... I donno what to do.I will wait for signed one as you said.
Click to expand...
Click to collapse
Same way you posted...
jr_718 said:
Same way you posted...
Click to expand...
Click to collapse
It only worked one time.After reboot it does not work.By the way,if you can please answer to these questions.These are my last questions
1.When we gonna flash new rom instruction always say do a Nanandroid backup,no.Still im on rooted froyo.So How to do NANANDROID BACKUP?Where is this option?
On bootloader,rom manager or TB?
2.Do I need busybox?What is busybox?
crazykas said:
It only worked one time.After reboot it does not work.By the way,if you can please answer to these questions.These are my last questions
1.When we gonna flash new rom instruction always say do a Nanandroid backup,no.Still im on rooted froyo.So How to do NANANDROID BACKUP?Where is this option?
On bootloader,rom manager or TB?
2.Do I need busybox?What is busybox?
Click to expand...
Click to collapse
1. You can use Rom manager to backup..
http://forum.xda-developers.com/showthread.php?t=1186090
2. Busybox is a great tool for rooted users. It basically give you more linux / Unix based commands that you normally don't have access to. If you Google busybox you can find more info...
jr_718 said:
Same way you posted...
Click to expand...
Click to collapse
jr_718 said:
1. You can use Rom manager to backup..
http://forum.xda-developers.com/showthread.php?t=1186090
2. Busybox is a great tool for rooted users. It basically give you more linux / Unix based commands that you normally don't have access to. If you Google busybox you can find more info...
Click to expand...
Click to collapse
Hey I just found this app from market
market://details?id=com.beansoft.mount_system
It can mount system folder!Now I can copy apps!Yahooooo!Ah!I've set permission to this Gmaps app & rebooted device.But it is still not visible.But it is in system/app folder How I make this visible/install?
TIA
Hey Guys,
I just made a big blunder.. darn! I uninstalled the Package Access Helper (thru the titanium backup app) on my G2 (D802 ver) and now I can't install any apps anymore from the PlayStore.
The phone is rooted though..
My question is... What's the best and easiest way to remedy this problem? should I go to all the hassle of reflashing back to Stock ROM? OR can I possibly get an apk for this "Package Access Helper" thingie? and where in God's world do I find this apk if ever asl well?
I'm in dire need here guys... pls help me out. .::
thank you.
There you go
bender_007 said:
There you go
Click to expand...
Click to collapse
Hey thanks bender.. I tried to download and install the apk file on my phone but I'm getting an error - "Package not installed"...
letters_to_cleo said:
Hey thanks bender.. I tried to download and install the apk file on my phone but I'm getting an error - "Package not installed"...
Click to expand...
Click to collapse
copy it to /system/app & reboot
Thanks, but I dont have have any root explorer app on my phone.
Already installed the adb shell on my laptop..
enabled USB debugging on my phone, checked device manager and saw "Androidnet Sooner Single ADB Interface: under Computer.
then on the command prompt with admin permission, I typed on where the adb libs are located
adb shell
su
adb remount
chmod 777 /system/apps
adb push DefaultContainerService.apk /system/app/
BUT.... I always end up with the errr message "device not found"
What's this error all about??
Thank you again for sharing some of your info... I highly appreciate your insights on this
Here you go x2
flashable
@error - you need adb drivers + usb debugging enabled.
I sent you back a message mate.
Unfortunately the flashable zip might not be of no good to me at all, as I did not install any custom recovery on my phone e.g. twrp, etc.
I guess the only route I can do is to really push the DefaultContainerService.apk to the /system/app but I'm always getting this err -'device not found''it
Should Androidnet Sooner Single Adb interface really be the one that appears under the Device manager? or should it be 'Android Composite ADB Interface'?
I'm having a tough luck on this
I guess the most I can do on this would be to just reflash it back to stock again and hope it'll work. *sigh
what does "adb devices" show ?
bender_007 said:
what does "adb devices" show ?
Click to expand...
Click to collapse
adb devices show nothing.
letters_to_cleo said:
adb devices show nothing.
Click to expand...
Click to collapse
you need a more recent adb.exe
try this one https://dl.dropboxusercontent.com/u/663851/adb.exe
darkobas said:
you need a more recent adb.exe
try this one https://dl.dropboxusercontent.com/u/663851/adb.exe
Click to expand...
Click to collapse
thanks man, I downloaded the adb tool from the android sdk website itself.
By the way, I tried as well booting up to stock recovery, and flashing the zip (on the earlier post), but since my phone system is not yet mounted, then the zip file didn't do anything at all.
any one please send me the Package Access helper to my gmail
Please help me I want to restore my package Access helper back please
For battery optimization obsessives, Do not delete or disable it. Apps from play store can not be installed without it. This what I ended up with after disabling the service.
Tryex to Change the launcher out for lawn chair...however b i still get that stupid Walmart button ! Must i really root and deblout ? Tryed to disable the stock launcher but no go !
first you need the fastboot driver software: MTK Fastboot Drivers: https://online.mediatek.com/Public Documents/MTK_Android_USB_Driver.zip
more info on how to install driver software here: https://forum.xda-developers.com/wa.../how-rooted-walmart-onn-tablets-twrp-t4011659
then get adb: ADB and Fastboot: https://www.xda-developers.com/what-is-adb/
copied from: https://forum.xda-developers.com/android/development/amazing-temp-root-mediatek-armv8-t3922213
Download the current mtk-su zip file to your PC and unzip it. Inside will be 2 directories: 'arm' & 'arm64' with an 'mtk-su' binary in each. Pick one for your device. Differences between the flavors:
arm64: 64-bit kernel and userspace
arm: 32-bit userspace on a 64-bit or 32-bit kernel (will also work in 64-bit userspace)
Connect your device to ADB and push mtk-su to your /data/local/tmp folder
i just used the arm not arm64 that seemed to do the trick.
Code:
adb push path/to/mtk-su /data/local/tmp/
Open an adb shell
Code:
adb shell
Change to your tmp directory
Code:
cd /data/local/tmp
Add executable permissions to the binary
Code:
chmod 755 mtk-su
At this point keep your device screen on and don't let it go to sleep. Run the command
Code:
./mtk-su
keep this terminal/command prompt session open then go to...
download this batch file this user made in this post: https://forum.xda-developers.com/wa...s-general/root-walmart-bloat-remover-t4011639
open it inside making sure it is in your adb folder.
it will remove the sams club, walmart app etc.
mine did not remove the walmart button BUT a user posted on how to do so in the comments this is how you do so.
cd into your directory for adb to do so just open cmd/terminal window type this without quotes "cd filepath" replace filepath with where your adb folder is i usually just drag my folder into my terminal/cmd window and it should just put the proper directory into the window.
now type
adb shell
settings put secure sysui_nav_bar "space,back;home;recent,space"
if that does not work also try going into that window you have open with mtk-su and run
settings put secure sysui_nav_bar "space,back;home;recent,space"
sorry if this post is not descriptive enough first post so go easy on me dont hate me too much just trying to help if you have any questions about this that are confusing please ask ill try to fix them trying to help another user of this tablet as i think that the bloatware on these android tablets is ridiculous and makes the experience terrible so id like to help in anyway possible. Thank you.
Slys13 said:
Tryex to Change the launcher out for lawn chair...however b i still get that stupid Walmart button ! Must i really root and deblout ? Tryed to disable the stock launcher but no go !
Click to expand...
Click to collapse
You can use Custom Navigation Bar without root to remove the Walmart button, but I recommend root so you could use QuickSwitch, and some root tweaks with Lawnchair.
Pix12 said:
You can use Custom Navigation Bar without root to remove the Walmart button, but I recommend root so you could use QuickSwitch, and some root tweaks with Lawnchair.
Click to expand...
Click to collapse
I installed that custom navigation app .apk from a third party website because playstore said app was not compatible with device still right away it asks for root, xposed, or to conect to computer to grant permission when I did use the comand prompt and input the command it said device was not compatible. Cool idea though
Sent from my 100015685-E using Tapatalk
I've got a t mobile 6T and I just installed twrp/unlocked bootloader and installed magisk. doing so wiped the phone, which is fine. My problem is now my phone says "app requires external storage" when I try to install or update any apps, including default google apps. I can't install any web browsers, I can't use the browser it came with because it's too outdated, I can't even take screenshots. yet the phone is completely empty and just wiped, it has 113GB of free space.
I'm on the normal stock rom, why am I having these issues? I hear that uninstalling some system apps can help but I can't download a root app to uninstall said system apps because my phone claims it is full so the browser refuses to download anything and I can't download anything through the play store and I can't move anything from my PC to my phone to fix this. I feel stuck, please help
I'd follow the instructions very carefully to go back to stock and then once the phone was stable, follow the instructions again for unlocking, installing twrp, etc.
the same....
Hi, have the same - after installing ROM on Xiaomi Mi A2 (Paranoid Android)
Did you get anywhere with this?
Your storage is likely encrypted because you screwed something up somewhere. Boot into twrp and factory reset. Should clear the problem, you will loose any data you may have though.
bladestonez said:
Your storage is likely encrypted because you screwed something up somewhere. Boot into twrp and factory reset. Should clear the problem, you will loose any data you may have though.
Click to expand...
Click to collapse
managed to revert back to bootable device with the Xiaomi default ROM - things are working now again.
Will read more into the topic - indeed possibly encrypted.
Thank you for your reply!
I'm using OnePlus 5 same problem I have already format reset wipe cache and everything but the problem is still there :crying:
100% done
ay453sfad said:
I've got a t mobile 6T and I just installed twrp/unlocked bootloader and installed magisk. doing so wiped the phone, which is fine. My problem is now my phone says "app requires external storage" when I try to install or update any apps, including default google apps. I can't install any web browsers, I can't use the browser it came with because it's too outdated, I can't even take screenshots. yet the phone is completely empty and just wiped, it has 113GB of free space.
I'm on the normal stock rom, why am I having these issues? I hear that uninstalling some system apps can help but I can't download a root app to uninstall said system apps because my phone claims it is full so the browser refuses to download anything and I can't download anything through the play store and I can't move anything from my PC to my phone to fix this. I feel stuck, please help
Click to expand...
Click to collapse
install terminal emulator from play store
open type su
will ask to grant root , grant it
then type this command
restorecon -FR /data/media/0
and done. remember space between restorecon and -FR
Is this brand-specific, or will the restorecon command work on a moto g7 with exactly this issue?
saifee87 said:
install terminal emulator from play store
open type su
will ask to grant root , grant it
then type this command
restorecon -FR /data/media/0
and done. remember space between restorecon and -FR
Click to expand...
Click to collapse
Your solution fixed my Galaxy Note 5 on Lanc-city's Project L rom. I appreciate your taking the time, and admire your expertise. Thank you
saifee87 said:
install terminal emulator from play store
open type su
will ask to grant root , grant it
then type this command
restorecon -FR /data/media/0
and done. remember space between restorecon and -FR
Click to expand...
Click to collapse
when i type 'su' it comes up as inaccessible or not found. any help?
saifee87 said:
install terminal emulator from play store
open type su
will ask to grant root , grant it
then type this command
restorecon -FR /data/media/0
and done. remember space between restorecon and -FR
Click to expand...
Click to collapse
Tested on OnePlus 6T, the issue is now gone.
+1 Thanks!
titanwold said:
when i type 'su' it comes up as inaccessible or not found. any help?
Click to expand...
Click to collapse
Try connecting your phone to a pc with adb installed.
When your are connected to the pc, first type "adb root" and press "Enter",
then type "adb shell restorecon -FR /data/media/0"
Thank you thank you thank you _/\_ Your steps saved me a ton on effort including formatting and all that shebang.
saifee87 said:
100% done
install terminal emulator from play store
open type su
will ask to grant root , grant it
then type this command
restorecon -FR /data/media/0
and done. remember space between restorecon and -FR
Click to expand...
Click to collapse
I don't know what that is but it worked! -dont forget the spaces
100% WORKİNG hi ı had same problems but ı fixed it just go to twrp and and check install you gonna see something encryptioned and just go to wipe then press advanced wipe only select the internal storage and swipe right then reboot and thats it
mr_bricker said:
Try connecting your phone to a pc with adb installed.
When your are connected to the pc, first type "adb root" and press "Enter",
then type "adb shell restorecon -FR /data/media/0"
Click to expand...
Click to collapse
This worked like a charm on my galaxy s5! thanks!
mr_bricker said:
Try connecting your phone to a pc with adb installed.
When your are connected to the pc, first type "adb root" and press "Enter",
then type "adb shell restorecon -FR /data/media/0"
Click to expand...
Click to collapse
Thank you! I searched a lot to find this nice solution! Works on S5 Neo with Lineage 17.1 after I tried reinstalling 3 times )
mr_bricker said:
Try connecting your phone to a pc with adb installed.
When your are connected to the pc, first type "adb root" and press "Enter",
then type "adb shell restorecon -FR /data/media/0"
Click to expand...
Click to collapse
Thanks a lot! Worked like a charm!
kalkanali said:
100% WORKİNG hi ı had same problems but ı fixed it just go to twrp and and check install you gonna see something encryptioned and just go to wipe then press advanced wipe only select the internal storage and swipe right then reboot and thats it
Click to expand...
Click to collapse
wow bro this worked
saifee87 said:
100% done
install terminal emulator from play store
open type su
will ask to grant root , grant it
then type this command
restorecon -FR /data/media/0
and done. remember space between restorecon and -FR
Click to expand...
Click to collapse
This helped me fix this issue on my OnePlus 6, Thankyou very much