[Q] How can i install the settings apk - Android Q&A, Help & Troubleshooting

I deleted the settings and i cant install this. Please help me

otalha12 said:
I deleted the settings and i cant install this. Please help me
Click to expand...
Click to collapse
setting.apk is part of system, you can't delete it(except you rooted), and you can't install it like other normal apk.
i suggest you to back to your stock rom, and delete anything if you don't know what's the function.

Quick workaround, look for adb (android debug bridge) on google.
Basically, you need to extract the settings.apk from another rom/firmware of the same version as yours and use adb shell to push it to system/app adress with rw-r-r permissions. (Alternatively, use a root explorer to put it there).
The other solution is to flash a stock firmware with the corresponding flash tool.
Good luck

Related

[Q] Enable Development Mode on SGS2 custom-ROM by carrier

I just bought an SGS2 from a carrier in Brazil (TIM) but it came full of crappyware and most importantly: without the Development Mode option in Settings > Applications !!
So basically, although I could root it by replacing the kernel, I'm still not able to adb shell on it because of this issue.
Does anyone have an idea on how to enable the Development Mode through ConnectBot?
Also, how do I remount the SD from ConnectBot with 'rw'? You know... to remove all the crappyware...
Thank you
bruno.borges said:
I just bought an SGS2 from a carrier in Brazil (TIM) but it came full of crappyware and most importantly: without the Development Mode option in Settings > Applications !!
So basically, although I could root it by replacing the kernel, I'm still not able to adb shell on it because of this issue.
Does anyone have an idea on how to enable the Development Mode through ConnectBot?
Also, how do I remount the SD from ConnectBot with 'rw'? You know... to remove all the crappyware...
Thank you
Click to expand...
Click to collapse
dont you have cwm with replacing the kernel? so cant you flash a custom rom and with that everything you want? (still not dev relevant )
Sorry, I forgot to mention that I don't want to replace the stock ROM... not for now.
I'm waiting for CM7
bruno.borges said:
Sorry, I forgot to mention that I don't want to replace the stock ROM... not for now.
I'm waiting for CM7
Click to expand...
Click to collapse
ah okay. cm7 is already available almost everything is working. there are stock roms available for download in intratech's thread. without replacing your current rom it'll be difficult. I cant help more :-/
This thread should be in Q&A.
The first steps you need to take (rooting & custom recovery) are available in the CF-Root thread
Rawat said:
This thread should be in Q&A.
The first steps you need to take (rooting & custom recovery) are available in the CF-Root thread
Click to expand...
Click to collapse
he already did that: So basically, although I could root it by replacing the kernel, I'm still not able to adb shell on it because of this issue.
My question is: how to enable Development Mode from ConnectBot (terminal) directly from inside Android? Remembering that I have root
Again not dev and I'm not sure about connectbot but why don't you just replace settings.apk? Wouldn't t that take care of it instantly?
To replace settings.apk I need adb shell, or read-write access to mounted SD.
The reason I'm posting this to Dev question, is because devs are probably the ones with knowledge on how to do this.
I have root, I have terminal access to root (ConnectBot for example) and that's all.
I cannot adb shell into it because Development Mode option is not present on Settings > Applications.
How do I remount with read-write access the SD ? This way, I can download a settings.apk (new question: any hint from where I can get the stock-stock version?) and cp to /syste/app through ConnectBot
Use terminal emulator and remount system rw and then replace settings? Won't that work ?
Sent from my GT-I9100 using XDA App
Remounting with +rw worked. Carrier specific apps deleted. Now any hint on what settings.apk should I use? The one from CM7 ?
Must I replace SettingsProvider.apk too?
bruno.borges said:
Remounting with +rw worked. Carrier specific apps deleted. Now any hint on what settings.apk should I use? The one from CM7 ?
Click to expand...
Click to collapse
afaik different framework --> wont work. if you have a fast internet connection download a custom rom(based on samsung i.e. not miui or cm7), extract it and pick the settings.apk
take care. should match your present firmware. probably 2.3.3 and most of the users are on 2.3.4 or 2.3.5(miui+cm7)
or if anybody is so kind he could upload his settings.apk (i'm on miui so sorry)
http://forum.xda-developers.com/showthread.php?t=1182498
Flash that kernel with odin.
Download just about any rom, minus cm7, grab SettingsProvider.apk and Settings.apk from the zip file (/system/app/SettingsProvider.apk)
put them somewhere you can find them, open a command prompt in that directory.
(if you haven't setup adb properly you will need to drop everything in with the adb.exe file, but I would suggest setting it up properly.)
adb shell
su (accept on phone)
mount -o remount,rw /system
exit
exit
adb push SettingsProvider.apk /system/app
adb push Settings.apk /system/app
designgears said:
http://forum.xda-developers.com/showthread.php?t=1182498
Flash that kernel with odin.
Download just about any rom, minus cm7, grab SettingsProvider.apk and Settings.apk from the zip file (/system/app/SettingsProvider.apk)
put them somewhere you can find them, open a command prompt in that directory.
(if you haven't setup adb properly you will need to drop everything in with the adb.exe file, but I would suggest setting it up properly.)
adb shell
su (accept on phone)
mount -o remount,rw /system
exit
exit
adb push SettingsProvider.apk /system/app
adb push Settings.apk /system/app
Click to expand...
Click to collapse
Im 100% sure that the above WILL work..
But care to explain why you dont want to flash a custom rom?
Just curious..
Sent from my GT-I9100 using XDA Premium App
Which ROM do you recommend, that is mostly closer to stock Samsung TouchWiz 2.3.3 ?
I don't want to install CM7 yet because it still lacks some features.
bruno.borges said:
Which ROM do you recommend, that is mostly closer to stock Samsung TouchWiz 2.3.3 ?
I don't want to install CM7 yet because it still lacks some features.
Click to expand...
Click to collapse
modaco's prebaked ROM offers stock + a few tweaks that most people would find useful.
And although your questions would be best answered by those with developer knowledge, it still doesn't mean it should be posted here.
Also, even if you don't have terminal access, I'm pretty sure with root you can use Root Explorer to copy over the new settings.apk and setting the appropriate permissions.
Alright, thanks a lot!

[Q] Rooting WM8850 Android 4.0 Tablet

I've got a cheap Chinese tablet (WM8850-MID) running Android 4.0.3 based on WonderMedia 8850 processor.
It's not rooted.
Here's what i found:
/system/xbin/su is present:
-rwsr-xr-x 1 0 0 68528 May 14 11:07 su
But I can't run su in a terminal:
su uid 10064 not allowed to su
Using adb.exe I have the same problem with uid 2000.
There is a script /system/etc/init.sh which is called a boot time, but If I modify and push it via adb it won't execute (lost execute permission)
adb reboot-bootloader does reboot the device, but it does not stay in bootloader mode and just go straight to Android.
I'm not sure where to go from here. Is there a way to root that device ?
Try ./adb root to run as root.
Use oneclickroot.
Daniel120201 said:
Try ./adb root to run as root.
Use oneclickroot.
Click to expand...
Click to collapse
I forgot to mention "adb root" says I'm already root.
If I copy files with adb push, the owner is root, but If I use "adb shell" I'm user uid 2000.
This is a new tablet, but I'll give oneclick a try anyway. Thanks.
I've just tried SuperOneClick 2.3.1.0. It says it's already rooted because it can find /system/xbin/su, but I continued anyway. It can copy busybox (temp) but cannot change the permissions and it stops there.
Try resetting your tablet and if the su binary is stil there remove it. After resetting retry with superoneclick.
Sent from my MID7C using xda app-developers app
Daniel120201 said:
Try resetting your tablet and if the su binary is stil there remove it. After resetting retry with superoneclick.
Sent from my MID7C using xda app-developers app
Click to expand...
Click to collapse
Thanks, but how do I delete it since I don't have the permissions? In case it's possible, is it safe to remove the su binary? I have no way to recover my firmware...
Use ./adb root to remove it because you will be root.After removing it reset your tablet to factory settings. It is safe because the su binary is not part of the os.
Then try rooting with oneclickroot.
Hope it works for you.
i also bought wm8850 tablet in china..can you teach me how to root in detailed its my first android device....i dont understand the other terms u are using....
Hi jallaine12gil,
I think that you should first try to root with oneclickroot. Post if it worked or not. Oneclickroot is a rooting program for android devices.
download the firmware. then find the android4.0.tgz file open it with 7zip, add the su file to system/bin folder and system/xbin manually.... then put the superuser.apk in the system/app folder then save changes.... then flash firmware from sdcard
if camera is in the top centre of the wm8850 tablet: in txt file
if camera is in top right of the wm8850 tablet: in txt file
download the firmware. then find the android4.0.tgz file open it with 7zip, add the su file to system/bin folder and system/xbin manually.... then put the superuser.apk in the system/app folder then save changes.... then flash firmware from sdcard
Attachment is the links to firmwares
Hi i was brick my 8850 ekenw70 flashing this
WM8850_MID7_PuZhi_W01_8223_FT5206_W70_WMC1579
i was buy it here:
http://www.aliexpres...holesalers.html
can sugest something to debrick??
All what i have is one black screen, i try to reflash but no luck.
WM8850 RootBurner
How root the WM8850 tablet without firmware update :RootBurner on "nanospic.ro/?p=327" !
cnxsoft said:
I've just tried SuperOneClick 2.3.1.0. It says it's already rooted because it can find /system/xbin/su, but I continued anyway. It can copy busybox (temp) but cannot change the permissions and it stops there.
Click to expand...
Click to collapse
Hi friends,
I also used this device...any results ??...working or not ?..pls help guys..
Br
Zaki..
ellisondavid said:
download the firmware. then find the android4.0.tgz file open it with 7zip, add the su file to system/bin folder and system/xbin manually.... then put the superuser.apk in the system/app folder then save changes.... then flash firmware from sdcard
Attachment is the links to firmwares
Click to expand...
Click to collapse
Hi, friend
How to put manually ?? file read only!...any MOD..pls help..
RootBurner
basodiodoh said:
Hi, friend
How to put manually ?? file read only!...any MOD..pls help..
Click to expand...
Click to collapse
Hi!
why not use RootBurner for WM8850? The rooting procces is similary to firmware update!
Extract the archive into sd card and insert into tablet and Power ON!
ellisondavid said:
download the firmware. then find the android4.0.tgz file open it with 7zip, add the su file to system/bin folder and system/xbin manually.... then put the superuser.apk in the system/app folder then save changes.... then flash firmware from sdcard
Attachment is the links to firmwares
Click to expand...
Click to collapse
Hi, friend..this firmware compatible for version below??
Model Number : WM8850-mid
Build number : 4.0.3 ICS Ver. 1.2.0-20120824.044231
* camera - top right hand side*
Thanks.
How to get adb working on the wm8850?
Hi, sorry to interject with something semi-unrelated, but how did you guys get adb working with the wm8850? I've added the vendor id to the ~/.android/adb_usb.ini on mac, but adb still can't find the device. I used 0x0ea0, is this what you guys used?
Any advice would be great!
have the same tablet
i have the same tablet WM8850-mid ihave my rooted but i dont know haw to flash roms and what should i use CWM recovery version for this tablet pls help me thanks...
thank you XDA pls help..
how to root ??
MarionSabido said:
i have the same tablet WM8850-mid ihave my rooted but i dont know haw to flash roms and what should i use CWM recovery version for this tablet pls help me thanks...
thank you XDA pls help..
Click to expand...
Click to collapse
Hi, friend
Sorry, how do you root??

[Q] Rooted Nook Tablet with Cm7 and rom manager issue

When I try to install the premium version of Rom Manager i get "youre trying to replace a system app , do you want to continue ?" .
I click yes and then get "App not installed"
Any help or suggestions plz ?
Thanks
do you have root access? because that is necessary to change any system app in any case. Super User should pop up if you do have root. If it does not, maybe you accidentally denied it root privileges on first start.
Yes im sure its rooted and i checked Superuser logs on rom manager.
"created allowed allowed" and its in the allowed list.
Im guessing the installation is failing because its a system app thats in use or something ?
Since its a system app and installed via CM7 i cant even delete it.
It doesnt show in the installed apps list.
Any help is appreciated.
There is a directory under the /system folder I believe(bin?). Under that directory are a series of apk files and I bet there is still a file there for the rom manager. If you remove that with root explorer or something similar you should be good to go.
troy9829 said:
There is a directory under the /system folder I believe(bin?). Under that directory are a series of apk files and I bet there is still a file there for the rom manager. If you remove that with root explorer or something similar you should be good to go.
Click to expand...
Click to collapse
/system/app is the folder you're looking for.
liquidzoo said:
/system/app is the folder you're looking for.
Click to expand...
Click to collapse
To anyone having a similiar problem this is how I solved it.
-remount system/app dir to RW
-delete offending APK
-remount /data/data to RW
-delete offending dir (in rommanger's case it was com.koushikdutta.rommanger
-reboot
-reinstall.

[Q]

Hi
I have a Prestigio PAP4322 and yesterday i decided to root it.After rooting I deleted the settings.apk (accidentally touched that) and now my phone is kinda useless.I dont have a backup.
I searched for a backup and found one.Extracted the settings.apk but that didnt solve anything since it couldnt be installed.Than i tried to install the rom manager to restore the backup that i found,but my device isnt supported clockworkmod and i cant boot into clockworkmod recovery to restore that backup.
Than i found somoene that told me to put the setting.apk file in the system/app folder and than restart the phone.After restarting the phone,he stuck in the loading screen.Tried a lot of times and he still stuck at loading screen.
So i decided to boot into system recovery and wipe data/factory reset.
And now my phone is unrooted,cant access play store (after selecting to log in with an excisting account the app crashes),settings.apk is still missing and i cant turn on usb debuging(since settings.apk is missing).
Pls help
dark3578 said:
Pls help
Click to expand...
Click to collapse
it's kind of difficult
but, if you can rooted it again, maybe you. can try to push the system.apk to system/app folder again, but don't forget to give the same PERMISSION like the others Apk in that folder, then reboot your phone
if it's still doesn't working, use adb to push the system.apk into system folder
nasheich said:
it's kind of difficult
but, if you can rooted it again, maybe you. can try to push the system.apk to system/app folder again, but don't forget to give the same PERMISSION like the others Apk in that folder, then reboot your phone
if it's still doesn't working, use adb to push the system.apk into system folder
Click to expand...
Click to collapse
I know how to root it,but cant turn on usb debugging.If you can help me to turn on usb debugging...
dark3578 said:
I know how to root it,but cant turn on usb debugging.If you can help me to turn on usb debugging...
Click to expand...
Click to collapse
make sure to instal USB driver first and Android SDK on your computer, then you can doing debugging
use Android Commander Software to get Easley pushing to the system

[MOTOROLA ONE] About Multi-user increase over 5 accounts without rooting

Hello guys, im facing this problem and maybe u all can help me,
actually i got motorola one (not power) and i noticed this function multi-user with up to 5 users isollated. so i wanna increase this number of accounts up to 10, i know its possible, but can i do it without rooting?
or if only rooting is possible, is there a way to unroot 100%? because some apps detect im rooting.
can i acess "build.pro" and edit it without rooting too?
i also own a samsung j7 prime and followed tutorial below and worked very well with a little downsides, its detectable by some apps including banks apps
Any help is welcome
https://forum.xda-developers.com/galaxy-j7/how-to/multi-user-samsung-galaxy-j7-j5-t3217939
Step 1. Open FileExplorer (Es file explorer, preferable)
Step 2. Go to "Device"
.
Search for "build.prop"
Edit and add the below string at the end of the editor and save and reboot !
fw.max_users=10
fw.show_multiuserui=1
You'll need root to edit build.prop.
Amaterasus said:
Hello guys, im facing this problem and maybe u all can help me,
actually i got motorola one (not power) and i noticed this function multi-user with up to 5 users isollated. so i wanna increase this number of accounts up to 10, i know its possible, but can i do it without rooting?
or if only rooting is possible, is there a way to unroot 100%? because some apps detect im rooting.
can i acess "build.pro" and edit it without rooting too?
i also own a samsung j7 prime and followed tutorial below and worked very well with a little downsides, its detectable by some apps including banks apps
Any help is welcome
https://forum.xda-developers.com/galaxy-j7/how-to/multi-user-samsung-galaxy-j7-j5-t3217939
Step 1. Open FileExplorer (Es file explorer, preferable)
Step 2. Go to "Device"
.
Search for "build.prop"
Edit and add the below string at the end of the editor and save and reboot !
fw.max_users=10
fw.show_multiuserui=1
Click to expand...
Click to collapse
Yes you need root to find build.prop. But you can extract build prop using adb pull location in twrp and edit it on PC, then reinstall firmware *DONT UNROOT VIA MAGISK ALMOST HARDBRICKED MY MOTO ONE* when your done reinstalling firmware then use adb push location build.prop
borksek said:
Yes you need root to find build.prop. But you can extract build prop using adb pull location in twrp and edit it on PC, then reinstall firmware *DONT UNROOT VIA MAGISK ALMOST HARDBRICKED MY MOTO ONE* when your done reinstalling firmware then use adb push location build.prop
Click to expand...
Click to collapse
"But you can extract build prop using adb pull location in twrp and edit it on PC, then reinstall firmware *DONT UNROOT VIA MAGISK ALMOST HARDBRICKED MY MOTO ONE* when your done reinstalling firmware then use adb push location build.prop"
With this method root is needed? is there any tutorial so i can follow your instruction and put it to work? i know how to use adb and insert commands at cmd.
Baseband: M8953_16.15.02.19R DEEN_LATAMDSDS_CUST
Product/Variant: DEEN XT1941-3 64GB PVT1
i found this firmware https://www.getdroidtips.com/motorola-one-android-pie-update/ , this one is the correct for my mobile. can i edit this rom (build.prop) and flash it to work with above 5 users? what you think?
with my searchs i found the pull push command, https://www.**********.com/push-pull-files-android-using-adb-commands/
so basically, run adb look for the build.prop and pull it to adb folder, edit the file into pc to 10 users (fw.max_users=10) save, adb push command and done, reboot? thats right ?
Amaterasus said:
"But you can extract build prop using adb pull location in twrp and edit it on PC, then reinstall firmware *DONT UNROOT VIA MAGISK ALMOST HARDBRICKED MY MOTO ONE* when your done reinstalling firmware then use adb push location build.prop"
With this method root is needed? is there any tutorial so i can follow your instruction and put it to work? i know how to use adb and insert commands at cmd.
Baseband: M8953_16.15.02.19R DEEN_LATAMDSDS_CUST
Product/Variant: DEEN XT1941-3 64GB PVT1
Click to expand...
Click to collapse
If your rooted, please search using es file explorer for build prop location since idk where it is located but I know the command
borksek said:
If your rooted, please search using es file explorer for build prop location since idk where it is located but I know the command
Click to expand...
Click to collapse
i dunno if its safe to root my mobile, is there a tutorial for my model? can be unrooted? if not using magisk?
Solved with pull/push command though adb.
@Close Request
Amaterasus said:
Solved with pull/push command though adb.
@Close Request
Click to expand...
Click to collapse
See if you wanna close the thread, report it as non-urgent then say close thread.
Thread closed by OP request

Categories

Resources