Need help re-installing SystemUI.apk - Verizon Samsung Galaxy S III

So I recently rooted my phone and decided to flash a .zip to add a wifi toggle to the notifications menu. It was only after I flashed it that I realized that the .zip was for ICS, and I am running OTA Jelly Bean. My phone isn't bricked, but when I turn it on I receive a message stating that "systemui.apk has stopped responding", which makes it impossible to do almost anything on the phone. I found the Jelly Bean systemui.apk, but I have no way of getting it onto my phone or SD card (my computer recognizes my phone as a CD, and I can't find the setting to make it recognized as a media device). My question to you is, is there any way to get the .zip onto my phone without having to buy a card reader for my computer?

Dropbox?
Sent from my SCH-I535 using xda premium

My suggestions: reinstall Samsung drivers, use adb, restore a nandroid, or flash ROM in Odin.
Sent via SGS3 using Tapatalk

I managed to get the .apk file onto my phone, but I am unable to install it. I have enabled the installation of apps from outside the play store so I am confused as to why I can't install it. Does anyone know how I can install it?

Have you put it in the correct folder? If so, have you changed the permissions of the file to that of the rest of the files in the folder?
Sent from my SCH-I535 using xda app-developers app

nufan said:
Have you put it in the correct folder? If so, have you changed the permissions of the file to that of the rest of the files in the folder?
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
I put in in the /system/apps folder, and changed the permissions to match the other files. Still no luck installing. What are my options at this point?

I solved the problem by simply restarting my phone, the systemui.apk is not an app you can manually install!

Related

How to push apk to system partition?

Im coming from a Samsung Vibrant which was my first android phone and I loved it. Now this Nexus S has found my heart but for some reason whenever I try to push an app such as the touchwiz launcher to system/app it moves the app to that folder but for some reason it doesnt install even after reboot. I tried to even reset defaults in the launcher but that was a no go. What am I doing wrong? I am running NSCollab.
try
adb install <path_to_apk>
if its on the same folder as your adb then just type the .apk
that will only install it to SD card, not SYSTEM partition
to install to SYSTEM you will need to include the APK to the ROM to be flashed
aamir123 said:
Im coming from a Samsung Vibrant which was my first android phone and I loved it. Now this Nexus S has found my heart but for some reason whenever I try to push an app such as the touchwiz launcher to system/app it moves the app to that folder but for some reason it doesnt install even after reboot. I tried to even reset defaults in the launcher but that was a no go. What am I doing wrong? I am running NSCollab.
Click to expand...
Click to collapse
Cant you just manually place it there with some like root explorer and manually install it?
I'm just getting to add an apk to an existing rom, I'll try adb install a lil later. But to me its odd since on the vibrant all I had to do was push to system partition and restart
Sent from my Nexus S using XDA App
bringonblink said:
Cant you just manually place it there with some like root explorer and manually install it?
Click to expand...
Click to collapse
yes...place it in the "system/app" folder
you will see all the other apk native to your ROM in that same folder
you may have to fix permissions (r,w/r/r)
rubbamade said:
yes...place it in the "system/app" folder
you will see all the other apk native to your ROM in that same folder
you may have to fix permissions (r,w/r/r)
Click to expand...
Click to collapse
I have fixed permissions and everything but still its a no go. I dont get it, when I try to install in that directory it doesnt install. I figure this is a nexus S thing? Can anyone confirm this working?
I am running CM7 btw and after flashing my vibrant with it I am no longer able to push to system/app in order to install apk. Is this a problem or feature of CM7?
Reboot after changing permission. Btw, what app are you pushing?
Sent from my Nexus S using XDA Premium App
markfavis said:
Reboot after changing permission. Btw, what app are you pushing?
Sent from my Nexus S using XDA Premium App
Click to expand...
Click to collapse
I tried pushing a modded version of the touchwiz launcher from the vibrant, theres a thread here somewhere in which someone was able to push without problems.
Edit: I tried rebooting but still not working. I also tried pushing a video player which others have successfully pushed and was unable to get that working either.

[Q] help

I just rooted my tmobile samsung galaxy s 4g phone. I am trying to do new ROM for it. I downloaded the update file, tried to to reboot in recovery mode. It keeps giving me error messages. I am new to this and really need help figuring this out. How else can I get new ROM on my phone?
If you want to get on gingerbread, follow my GB starter pack guide. It's in my signature. Don't forget to check out audiophile ftw or valhalla since those are the main GB roms right now.
If you really wanted to though, you could stay on the stock rom if you skip the CWM rom installation step and just do the busybox_installer step.
marcus8141981 said:
I just rooted my tmobile samsung galaxy s 4g phone. I am trying to do new ROM for it. I downloaded the update file, tried to to reboot in recovery mode. It keeps giving me error messages. I am new to this and really need help figuring this out. How else can I get new ROM on my phone?
Click to expand...
Click to collapse
You say you downloaded the update.zip file but you do not mention the other file you need. The modded recovery.bin. That needs to be pushed in system/bin in order for the update.zip to work.
Did you also download and apply the modded recovery.bin? You need both files.
Sent from my SGH-T959V using xda premium
Where do I get the mooded recovery bin file? Thank you in advace.
If your attempting to get cwm through krylon360's cwm final thread then both the update.zip and the modded recovery file are there.
Sent from my SGH-T959V using xda premium
So do I download these files on my computer, hook my sd card up the computer and push them onto the sd card, or download them on my phone? Thank you.
Download them to your computer. Move them to your SD card. Leave update.zip on root of SD card. Use a file explorer app such as super manager to push the modified recovery.bin to the folder system/bin. Make sure your file explorer app is set r/w. Then boot into recovery and hit reinstall packages. You should boot into cwm recovery.
Sent from my SGH-T959V using xda premium

Deleted stock task manager

Hello everyone,
I am new to all hacking and modding so please forgive me if I do something wrong.I was uninstalling applications from my rooted atrix 2 2.3.6 stock when I deleted the task manager can you give me the apk or the file and tell me how to use it.I have the 55.28.37 Asia retail please help me.
Sent from my MB865 using XDA
A word of advice: NEVER delete system applications, instead just freeze them. You never know when you may need them or want them back, and if you delete something (case in point here) that you want back, then you're asking for possible unwanted issues...
Sent from my MB865 using xda's premium carrier pigeon service
Try doing "adb install com.motorola.PerformanceManager.apk" or copy it to SD card and then use some file manager.
kousik said:
Try doing "adb install com.motorola.PerformanceManager.apk" or copy it to SD card and then use some file manager.
Click to expand...
Click to collapse
He should have no problem downloading the file and placing on root of the /sdcard and install like any other .apk (unless he's deleted his file manager also!).
Sent from my MB865 using xda's premium carrier pigeon service
Set the right permissions otherwise even after placing app into system it will not work.
Sent from my MB865
For reference, my Performance Manager's location is /system/app/PerformanceManager.apk and the permissions are rw-r--r-- which is chmod 644
Thanks every one for your replies you people are really helpful
Sent from my MB865 using XDA
If you can give me a step by step guide then it would be very helpful
Sent from my MB865 using XDA
Easiest way is to download the file to your computer, then connect your phone in usb mass storage mode to your computer, copy the .apk file you downloaded to your sdcard (which might show up as D: or E: in your PC), disconnect phone from computer, on phone use the "Files" file manager, go to "sd card", locate the .apk and tap on it to install. (Unknown sources should be ticked in your Settings > Applications)
Delete previous performance Manager that you have copied to system/app folder
Extract the attachment then copy both files to system/app without renaming or modifying them
Now to set the permission press and hold both files one after other for 3 seconds a window will appear in that select permission .
Now set permission as I have attached a Image.
People please help me I copied the apk and odex file and I have set the permissions but its not helping
Sent from my MB865 using xda app-developers app
Please help me
Sent from my MB865 using xda app-developers app
shaurya19 said:
Please help me
Sent from my MB865 using xda app-developers app
Click to expand...
Click to collapse
For future reference just copying files to system/app never works. You ALWAYS have to push them with adb. Do you have adb set up on your computer?
If you must use root explorer, you need to copy the files first to the /system folder, and change the permissions to rw-r--r--.. Then "multi-select" both files and "MOVE" (do not copy) them to the /system/app folder, then reboot immediately. If you can go into recovery mode (with bootstrap or cwm on boot feature), then wipe dalvik and cache partition - if not, it may act up.. and it may not.. I have done this countless times with no issues (unless I was sloppy and forgot to rename or change permissions).
It's not the best method - farshad525hou is right, adb is cleaner.. but it can/does work
alteredlikeness said:
If you must use root explorer, you need to copy the files first to the /system folder, and change the permissions to rw-r--r--.. Then "multi-select" both files and "MOVE" (do not copy) them to the /system/app folder, then reboot immediately. If you can go into recovery mode (with bootstrap or cwm on boot feature), then wipe dalvik and cache partition - if not, it may act up.. and it may not.. I have done this countless times with no issues (unless I was sloppy and forgot to rename or change permissions).
It's not the best method - farshad525hou is right, adb is cleaner.. but it can/does work
Click to expand...
Click to collapse
Using root explorer never worked for me...
Sent from my MB865 using xda app-developers app
farshad525hou said:
Using root explorer never worked for me...
Sent from my MB865 using xda app-developers app
Click to expand...
Click to collapse
Yea, I know some folks are opposed to it and/or can't get it to work properly, but I've doing it for quite some time and never ran into a problem - unless I don't do something right. But, come to think of it, I am usually overwriting old files when pushing with root explorer, not placing new ones - I wonder if that may have something to do with it..?
But, I am all for adb - it's an excellent tool that everyone who wants to mod needs to get familiar with.
I suppose we are getting off topic, but this would make a good discussion thread somewhere...
EDIT: just checked, I guess I'm not alone after all!! http://forum.xda-developers.com/showthread.php?t=1412729 - the key steps are to set permissions (which can't be done on the sdcard) and MOVE to /system/app (or where ever)
Where can i get abd?
Sent from my MB865 using xda app-developers app
farshad525hou said:
For future reference just copying files to system/app never works. You ALWAYS have to push them with adb. Do you have adb set up on your computer?
Click to expand...
Click to collapse
I got adb but should i adb install the file that kousik has posted or should i push both the odex and apk files posted by prasannapmv?
Whenever i type adb remount it says that it is not allowed and when i try to adb install it gives an error
Sent from my MB865 using xda app-developers app
shaurya19 said:
I got adb but should i adb install the file that kousik has posted or should i push both the odex and apk files posted by prasannapmv?
Whenever i type adb remount it says that it is not allowed and when i try to adb install it gives an error
Click to expand...
Click to collapse
Just do adb install xx.xx.xx.apk there is no need to remount (or odex file). What is the error message do you get when you tried adb install? If it says already installed, then go to settings -> applications -> all and uninstall the same, and try adb install again.
kousik said:
Just do adb install xx.xx.xx.apk there is no need to remount (or odex file). What is the error message do you get when you tried adb install? If it says already installed, then go to settings -> applications -> all and uninstall the same, and try adb install again.
Click to expand...
Click to collapse
it says install-failed-dexopt

How to Add Apps to a Phone?

Ok not sure if this is the right place or what but im a go ahead anyway, i was looking at some custom roms and i notice that some roms had the DownloadproviderUI.apk i tried pulling it and putting it on my phone but nothing i keep getting error messages that the file cant be something.(sorry)
the apk was running on the Triumph and i have a Triumph but its on a custom rom im running a Stock and it cam from a CM7 so is it possible to port the apk file to Stock and how if anything?
The stock rom should have a apk handler with it also, are you trying to download apps from browser and install them? If so just go to settings. Then application . Click unknown resources hit ok, best to have a file explorer to find downloads and install
Sent from my WX435 using xda app-developers app
henslo said:
The stock rom should have a apk handler with it also, are you trying to download apps from browser and install them? If so just go to settings. Then application . Click unknown resources hit ok, best to have a file explorer to find downloads and install
Sent from my WX435 using xda app-developers app
Click to expand...
Click to collapse
No really like that, I know how to do that im talking about if i wanted to take a app from the CM7 roms apk file then add it to my SD card and download it to my phone (i know ill still have to do what you said also) but when i do it says "problem parsing the package" but it comes from a triumph rom so how doo i get this to work on the stock roms?
Hmm, just needing the DownloadproviderUI.apk from cm7? Extract from zip then try pushing it to system/apps and fix permissions, then reboot . Should work
Sent from my WX435 using xda app-developers app
henslo said:
Hmm, just needing the DownloadproviderUI.apk from cm7? Extract from zip then try pushing it to system/apps and fix permissions, then reboot . Should work
Sent from my WX435 using xda app-developers app
Click to expand...
Click to collapse
That Would work but how do i get it to stick to a rom? like if i added it to the System/app folder then flashed the rom? I got the ICS Keyboard to work by adding the LIB files within the app its self to the Rom then flashed and that works but this app isn't the same.
What from are you going to flash? If its a cm7, it'll be there won't have to do that. If you want to add your apps before you flash decompile add recompile zip then flash
Sent from my WX435 using xda app-developers app
Google play store
---------- Post added at 09:20 PM ---------- Previous post was at 09:08 PM ----------
add them with android kitchen
There are a few things that are different with the APK's
if its just a plain old third party app APK, then putting it on the sd card and locating and installing with a file explorer of some sort should work fine
If its a system related app that must be in the system with permissions then theres 2 ways, sometimes one way doesnt work
a. simply open the rom's zip and add it to the system/app folder(sometimes after doing this you'll still need to navigate to the folder and hit install usually itll install itself)
b. the trickier one if a. doesnt work, have the apk on the sd, using a file explorer that will allow you to change permissions, change the system folder from read only to read/write move or copy the apk from the sd card to the system/apps folder, Install it, then switch the folder back to read only and reboot
also keep in mind that if your trying to bring an app from CM7 to Stock some probly just wont work, CM7 is gingerbread based while stock is froyo, gingerbread changed how things like texts, data, camera, and hdmi are read by the phone and how they function or where the files are so it may just not work
Tokens210 said:
There are a few things that are different with the APK's
if its just a plain old third party app APK, then putting it on the sd card and locating and installing with a file explorer of some sort should work fine
If its a system related app that must be in the system with permissions then theres 2 ways, sometimes one way doesnt work
a. simply open the rom's zip and add it to the system/app folder(sometimes after doing this you'll still need to navigate to the folder and hit install usually itll install itself)
b. the trickier one if a. doesnt work, have the apk on the sd, using a file explorer that will allow you to change permissions, change the system folder from read only to read/write move or copy the apk from the sd card to the system/apps folder, Install it, then switch the folder back to read only and reboot
also keep in mind that if your trying to bring an app from CM7 to Stock some probly just wont work, CM7 is gingerbread based while stock is froyo, gingerbread changed how things like texts, data, camera, and hdmi are read by the phone and how they function or where the files are so it may just not work
Click to expand...
Click to collapse
How do you get a .apk to execute(or even see it on a sd card in stock device? without market/file browser?
vizionforever said:
How do you get a .apk to execute(or even see it on a sd card in stock device? without market/file browser?
Click to expand...
Click to collapse
you cant, if it was a System apk then Sometimes, you can put it into the correct folder inside a custom roms Zip and itll install itself
otherwise you need to download some type of file manager so you can navigate thru the folders, then just clicking the apk should pop-up and install menu

Download apk file

Guys I have been trying to download apk files on my phone whether it is direct on phone or by pc it will not take. I have unknown sources checked. I am lost on this one.
Any help would be great!
Sent from my SCH-I535 using xda app-developers app
How about trying a different browser?
clean Rom/xda powerd by zero-lemon & tweaked out!!
Whether issue is with not able to download apk files or installing the apk files?
It is with bringing apk file on phone. If coming from pc I have to rename it to a zip file. It like the phone doesn't recognize the file type.
Sent from my SCH-I535 using xda app-developers app
Phone is rooted also.
Sent from my SCH-I535 using xda app-developers app
If the file is renamed to zip. Then when you completed copying file from pc to phone again rename the file with apk extension.
I. E. If you have abc.apk and you rename to abc.zip while copying to phone, then rename file to abc.apk and install it
Thanks doesn't hurt....
I know that thanks for your help though but I hope I fixed it. After rebooting phone several times it dawned on me to unmount and remount sd card. Tried it and worked. We'll see if it worked 100%. Lol
Sent from my SCH-I535 using xda app-developers app

Categories

Resources