[Q] Install apk from recovery - General Questions and Answers

I screwed up my phone, there's not launcher, touchwiz, and system ui fail, setting app fails. Everything is screwed up. I'm really new to this, but is there any way to install these things (I have the apks) from recovery?

Ardentes said:
I screwed up my phone, there's not launcher, touchwiz, and system ui fail, setting app fails. Everything is screwed up. I'm really new to this, but is there any way to install these things (I have the apks) from recovery?
Click to expand...
Click to collapse
Push all your stock launcher,systemui,settings apk from stock ROM into a flash able zip
Sent from my GT-S7500 using xda app-developers app

Techix18 said:
Push all your stock launcher,systemui,settings apk from stock ROM into a flash able zip
Sent from my GT-S7500 using xda app-developers app
Click to expand...
Click to collapse
Soooo, not to sound like a noob, or whatever, but... how do I do that?

re-flash your stock rom/custom rom

akosicarlo said:
re-flash your stock rom/custom rom
Click to expand...
Click to collapse
I don't have the stock rom, all I have is the backup, and the backup is missing the system.img file

you backed up your custom rom?
find it on recovery
Backup and Restore -> Restore

akosicarlo said:
you backed up your custom rom?
find it on recovery
Backup and Restore -> Restore
Click to expand...
Click to collapse
I backed up a stock rom, using mtkdroidtools, however after telling it to prepare the block so that I can use sp flash tools, it gets all of the files ready, but there is no system.img file

what device u are using with?

Ardentes said:
Soooo, not to sound like a noob, or whatever, but... how do I do that?
Click to expand...
Click to collapse
Download your stock firmware and extract the system file from the firmware and grab whatever you need from the stock system file and put it into this sample.zip that i have attached.If you want to add any more things,pls add additional codes into the updater script

If you have cwm recovery then you can use adb to push the respective files to their places and set permissions
sorry for any ty¶°s

Techix18 said:
Download your stock firmware and extract the system file from the firmware and grab whatever you need from the stock system file and put it into this sample.zip that i have attached.If you want to add any more things,pls add additional codes into the updater script
Click to expand...
Click to collapse
I'm getting signature verification failed. Installation aborted

professor_proton said:
If you have cwm recovery then you can use adb to push the respective files to their places and set permissions
sorry for any ty¶°s
Click to expand...
Click to collapse
Unfortunately I don't have cwm, kinda wishing I did though

Ardentes said:
Unfortunately I don't have cwm, kinda wishing I did though
Click to expand...
Click to collapse
"One simply doesn't mess with phone without having a custom recovery "
Still if your ROM boots and your rooted and you have adb on your PC (its a must bro , I personally can't live without it )
Type (not the part in *le something* )
Adb shell *le presses enter*
Su *le presses enter again*
Mount -o rw, remount /system /system *le does it again*
Exit *enter*
Exit *enter*
Example if you want to push systemui
adb push SystemUI.apk /system/app/SystemUI.apk
*enter*
Similarly push all other apps
Adb shell *le presses enter again*
Su
Chmod 644 /system/app/SystemUI.apk
Change the SystemUI.apk to what ever app you want to replace
This Is one of these moments we realise how important adb and custom recoveries are
sorry for any ty¶°s

professor_proton said:
"One simply doesn't mess with phone without having a custom recovery "
Still if your ROM boots and your rooted and you have adb on your PC (its a must bro , I personally can't live without it )
Type (not the part in *le something* )
Adb shell *le presses enter*
Su *le presses enter again*
Mount -o rw, remount /system /system *le does it again*
Exit *enter*
Exit *enter*
Example if you want to push systemui
adb push SystemUI.apk /system/app/SystemUI.apk
*enter*
Similarly push all other apps
Adb shell *le presses enter again*
Su
Chmod 644 /system/app/SystemUI.apk
Change the SystemUI.apk to what ever app you want to replace
This Is one of these moments we realise how important adb and custom recoveries are
sorry for any ty¶°s
Click to expand...
Click to collapse
It isn't recognizing my phone

Ardentes said:
It isn't recognizing my phone
Click to expand...
Click to collapse
Debugging not enabled ???
it hurts when I help someone and they say thanks Instead of pressing the button

professor_proton said:
Debugging not enabled ???
it hurts when I help someone and they say thanks Instead of pressing the button
Click to expand...
Click to collapse
I can't enable debugging, the rom boots fine, as soon as it gets to the lock screen, there are no settings, because setting stops working, touchwiz stops working and so does systemui, and they constantly stop working to the point that I can't do anything.

Ardentes said:
I can't enable debugging, the rom boots fine, as soon as it gets to the lock screen, there are no settings, because setting stops working, touchwiz stops working and so does systemui, and they constantly stop working to the point that I can't do anything.
Click to expand...
Click to collapse
Well that sucks ! And the screwup of the year award goes to you !
Well then the last resort would be flashing stock rom using Odin

professor_proton said:
Well that sucks ! And the screwup of the year award goes to you !
Well then the last resort would be flashing stock rom using Odin
Click to expand...
Click to collapse
I'd love to... if my phone could go into download mode... or if I had the stock rom....

Ardentes said:
I'd love to... if my phone could go into download mode... or if I had the stock rom....
Click to expand...
Click to collapse
Which phone do you have ???
it hurts when I help someone and they say thanks Instead of pressing the button

professor_proton said:
Which phone do you have ???
it hurts when I help someone and they say thanks Instead of pressing the button
Click to expand...
Click to collapse
Its a gt-i9500 galaxys s4 clone. but it has only samsung logos, so I can't determine the original manufacturer.

Related

[BOOT ANIMATION] -- LCARS Custom Boot Animation by Jeremy Herrmann

LCARS boot animation replacement for SPRINT HTC EVO 4G ONLY
NEW METHOD USING SIGNED ZIP THANKS TO nebenezer
Download signed zip to sd and flash with recovery
Signed zip is in download section below.
NOW AVAILABLE FOR THE GALAXY TAB AS WELL, THANKS TO nobleskill
Link to Galaxy Tab thread here
OLD METHOD:
To install...
extract the zip file
reboot into recovery using rom manager
In the partitions menu select mount /system (or if using other recovery then manually mount /system through adb)
Code:
adb push [path to extracted bootanimation.zip] /system/customize/resource/bootanimation.zip
adb push [path to extracted SPC_animation_final.mp3] /system/customize/resource/SPC_animation_final.mp3
adb reboot
I use this on my own phone and love it.... I am happy to answer questions about installation if they come up, but feel the need to post the usual disclaimer of.... while there is no reason this should do anything negative to your phone as long as you follow the directions, should you brick your phone or cause your phone to act goofy, or drop your phone in the toilet, neither the lcars custom boot animation or myself are in any way shape or form responcible for it. If you don't like that then don't download it.
EDIT: Screen Shots as requested
Had to attach because i'm apperently not verified to post images
Can we get some screenshots?
works amazing and i can rub it in all my star wars fans faces
Oh I love it thank you.
These are probably noob questions.
Does this need root? Do I unzip to the root of the memory card? I'm going to guess a rom manager does need root. Is the code only for adb and not if you have rom manager?
jeffrimerman said:
Does this need root? Do I unzip to the root of the memory card? I'm going to guess a rom manager does need root. Is the code only for adb and not if you have rom manager?
Click to expand...
Click to collapse
Yes you need root because you have to write to the /system partition.
It is easiest to do with ROM Manager's recovery which is why i gave instructions for that.
You extract the zip to your computer and use adb to push to the phone in the correct location.
damn, wish i could flash this like a normal rom :-\
imneveral0ne said:
damn, wish i could flash this like a normal rom :-\
Click to expand...
Click to collapse
I would like to offer this as an update.zip, but i don't know how to sign them... if someone wants to email or pm me that information i will be happy to post it in an update.zip format
Process that I did and its not working
adb reboot recovery
Once the phone was in recovery I did
C:\Users\Tim\Desktop\Android root\tools>adb push bootanimation.zip /system/custo
mize/resource/bootanimation.zip
2584 KB/s (3253387 bytes in 1.229s)
C:\Users\Tim\Desktop\Android root\tools>adb push SPC_animation_final.mp3 /system
/customize/resource/SPC_animation_final.mp3
2402 KB/s (223929 bytes in 0.091s)
adb reboot
Nothing.
Dariuas,
Sounds like the system partition is not mounted...
jramz; said:
In the partitions menu select mount /system (or if using other recovery then manually mount /system through adb)
Click to expand...
Click to collapse
this is covered in the ROM Manager Menu which it sounds like you're not using so if you add
Code:
adb shell mount /system
once in recovery but before the file pushes you should be fine
Outstanding, it works. Now if I want to undo it? :O
Dariuas said:
Outstanding, it works. Now if I want to undo it? :O
Click to expand...
Click to collapse
Not sure why you'd want to....
But... if you do... just push these files the same way and you'll have the sprint 4g back
Nice!
I'm more of a TOS fan but this looks too nice for me to be picky.
I'm really new to Android. Is there a way to do this on the Mac? Thanks.
StormCell said:
I'm really new to Android. Is there a way to do this on the Mac? Thanks.
Click to expand...
Click to collapse
I don't use a mac, nor do i have any access to a mac... however since the android SDK is what gives you access to ADB and there is an Android SDK for mac... i'm assuming that you can do this by following the same steps using the android sdk for mac which you can get:
Here
Great job man, just pushed it to my Evo and its workin great. Thanks.
Pushed bootanimation.zip to Nexus One and it also works fine there.
This is SOOOOOOO awesome! Any chance of this becoming a theme?
jramz said:
I don't use a mac, nor do i have any access to a mac... however since the android SDK is what gives you access to ADB and there is an Android SDK for mac... i'm assuming that you can do this by following the same steps using the android sdk for mac which you can get:
Here
Click to expand...
Click to collapse
With some help I figured out how to do this last night pm me and I think i could get things working for you.
Flashed it and it's way awesome - I'd prefer it with no audio though. Can I just push a different mp3 or an empty file of the same name as the mp3?

remove

DONE
Download the zip file to the custom screen animation you want to use to your memory card. Boot up into clockwork recovery. Go to install from sdcard then choose files from sdcard. Navigate to the file u want to use then install it. The next time you boot the phone normally it should show you your new screen animation. Atleast that's how I do it with my rooted epic 4g using clockwork recovery
Sent from my SPH-D700 using XDA Premium App
sorry but no clockwork recovery is made for my device i installed it once an resulted i hard brick.Had to go to samsung service center and they replaced the motherboard cause it was in warranty.I will never try that method again
sahilg009 said:
1)HOW to change the boot screen animation of this mobile and is it safe(i have rooted this device)
and please convert any 1 of this of galaxy mini for me to get an
wwwdotyoutubedotcom/watch?v=0KUUsnmHcpc&feature=related
Click to expand...
Click to collapse
Use adb push or a file explorer with root to place the bootanimation.zip (from my attachment) in the folder "/system/media" it is the animation from your first youtube link.
If it says something like cannot write, read only permission, you have to type this into a console on the phone or in the adb shell first
"mount -w -o remount /system /system\n"
The boot animation is safe, it either shows, or it doesn't.
sahilg009 said:
2)Can you please suggest any one good,tested and working,rom for this mobile
Click to expand...
Click to collapse
I'm sorry, but there is no such ROM available for your android at the moment.
If this is sufficient for your bounty, use my donate button.
Greetings dark3n
Yea that happened to me the first time I tried. I had to use odin with a prerooted rom for my phone. You should check out to c if its possible to use odin on ur phone.
Sent from my SPH-D700 using XDA Premium App
there's actually an app to change the boot screen mines currently beavis and butthead lol give me a few and ill see what app it was
Sent from my Aria 2.3.2 OS
Dark3n said:
Use adb push or a file explorer with root to place the bootanimation.zip (from my attachment) in the folder "/system/media" it is the animation from your first youtube link.
If it says something like cannot write, read only permission, you have to type this into a console on the phone or in the adb shell first
"mount -w -o remount /system /system\n"
The boot animation is safe, it either shows, or it doesn't.
I'm sorry, but there is no such ROM available for your android at the moment.
If this is sufficient for your bounty, use my donate button.
Greetings dark3n
Click to expand...
Click to collapse
so basically i just nned to move the zip(bootanimation.zip) direct to my /system/media no need to extract it
and it can never brick my mobile
thanx
sahilg009 said:
so basically i just nned to move the zip(bootanimation.zip) direct to my /system/media no need to extract it
and it can never brick my mobile
thanx
Click to expand...
Click to collapse
Yes dont extract just copy it there.
Either your phone supports this and shows the new animation.
If it doesn't support it nothing happens and you see the old animation.
Nothing can really happen. The old animation is still there.
If it is supported your phone will look at that directory and say ahhh a bootanimation.zip lets use that instead of the default one...
droiduser145 said:
there's actually an app to change the boot screen mines currently beavis and butthead lol give me a few and ill see what app it was
Sent from my Aria 2.3.2 OS
Click to expand...
Click to collapse
Could I get that boot animation file off you. I tried the boot animation changer app. Says downloaded and installed but alas I get nothing.
Motorola atrix 4g

[THEME] Gingerbread with Accurate Battery [Test][EDT]

Ok, to know if I have an understanding of the SK4G enough to begin development, as I don't own the phone, I have developed a quick Gingerbread theme.
Full GB theme with accurate GB battery.
This is not a flash. Push the files to your framework folder, test, take screenshots, and report back - please.
I do not have the phone so no screenshots but this is based off my Vibrant ROM located here: http://forum.xda-developers.com/showthread.php?t=1061811
Framework is based off the Dump found in the dev section.
If there is no input, then I will assume there is no interest and find my way back to the Vibrant section.
Download <8.62MB> - http://www.mediafire.com/?ecqf24b15u6cgtk
Ill try it later today hopefully. Busy day today.
Anyone test this yet? Is it sgs II theme?
Sent from my SGH-T839 using XDA App
jellette said:
Ok, to know if I have an understanding of the SK4G enough to begin development, as I don't own the phone, I have developed a quick Gingerbread theme.
Full GB theme with accurate GB battery.
This is not a flash. Push the files to your framework folder, test, take screenshots, and report back - please.
I do not have the phone so no screenshots but this is based off my Vibrant ROM located here: http://forum.xda-developers.com/showthread.php?t=1061811
Framework is based off the Dump found in the dev section.
If there is no input, then I will assume there is no interest and find my way back to the Vibrant section.
Download <8.62MB> - http://www.mediafire.com/?ecqf24b15u6cgtk
Click to expand...
Click to collapse
Hey, I've been quite busy so I haven't been able to try this out yet. My only question is how I will revert after doing this? I can get into the recovery but its or the epic so the keys aren't mapped correctly.
bburke88 said:
Hey, I've been quite busy so I haven't been able to try this out yet. My only question is how I will revert after doing this? I can get into the recovery but its or the epic so the keys aren't mapped correctly.
Click to expand...
Click to collapse
I'm busy but I made a quick rar for you. Flash it in CWM to push back stock framework-res.apk and tw-framework.apk in case system won't boot. (you may want to clear cache before flashing as I didn't add it into the script Im in a rush)
edit: also you can just adb push the stock files back from inside recovery... your pc should still detect the phone
blu9987 said:
I'm busy but I made a quick rar for you. Flash it in CWM to push back stock framework-res.apk and tw-framework.apk in case system won't boot. (you may want to clear cache before flashing as I didn't add it into the script Im in a rush)
edit: also you can just adb push the stock files back from inside recovery... your pc should still detect the phone
Click to expand...
Click to collapse
What are the movement keys for cwm? I booted into recovery once and saw that the correct keys weren't working..
Id save his cwm flash on the card just in case, then use root explorer to push mine in place.
Or right click on his choose copy then paste. Rename the new ... - copy.zip to gbtest.zip. Then using 7zip, open, not extract, the gbtest.zip, navigate to the framework, and drag my framework in and it will overwrite his - now close the zip and save both to your card. You can now flash mine and then revert with his.
jellette said:
Id save his cwm flash on the card just in case, then use root explorer to push mine in place.
Or right click on his choose copy then paste. Rename the new ... - copy.zip to gbtest.zip. Then using 7zip, open, not extract, the gbtest.zip, navigate to the framework, and drag my framework in and it will overwrite his - now close the zip and save both to your card. You can now flash mine and then revert with his.
Click to expand...
Click to collapse
K. Sounds good. Ill try this tonight if I get a chance. If not, then tomorrow. Ill report back with the screens.
Jellete! good to see you come to the sk4g! If you could send me detailed instructions on how to push it, i'll be a guinea pig for you.
mustang9438 said:
Jellete! good to see you come to the sk4g! If you could send me detailed instructions on how to push it, i'll be a guinea pig for you.
Click to expand...
Click to collapse
Not trying to hi-jack I'm just bored.
Code:
C:\platform-tools>adb shell
$ su
su
# mount -o remount,rw /dev/block/stl9 /system
mount -o remount,rw /dev/block/stl9 /system
# exit
exit
$ exit
exit
C:\platform-tools>adb push C:\path\to\framework-res.apk /system/framework/framework-res.apk
C:\platform-tools>adb push C:\path\to\tw-framework.apk /system/framework/tw-framework.apk
C:\Platform-tools>adb reboot
note that if this is your first time doing the su command in adb shell it prompts superuser.apk on your phone and you have to hit allow
mustang9438 said:
Jellete! good to see you come to the sk4g! If you could send me detailed instructions on how to push it, i'll be a guinea pig for you.
Click to expand...
Click to collapse
Let us know if you if you do the theme. I didn't have a chance to do it tonight. If you don't do it ill try pushing it tomorrow after work.
if im correct .. clockwork is working for you guys except when it comes to restoring nandroid backups ?.. i'd flash it but im not sure if someone is working on a recovery for the SK4G already
ayoteddy said:
if im correct .. clockwork is working for you guys except when it comes to restoring nandroid backups ?.. i'd flash it but im not sure if someone is working on a recovery for the SK4G already
Click to expand...
Click to collapse
I can get into clockwork, but i cant do a nandroid backup. it says "cant mount sdcard"
blu9987 said:
Not trying to hi-jack I'm just bored.
Code:
C:\platform-tools>adb shell
$ su
su
# mount -o remount,rw /dev/block/stl9 /system
mount -o remount,rw /dev/block/stl9 /system
# exit
exit
$ exit
exit
C:\platform-tools>adb push C:\path\to\framework-res.apk /system/framework/framework-res.apk
C:\platform-tools>adb push C:\path\to\tw-framework.apk /system/framework/tw-framework.apk
C:\Platform-tools>adb reboot
note that if this is your first time doing the su command in adb shell it prompts superuser.apk on your phone and you have to hit allow
Click to expand...
Click to collapse
That'll do it.
I push everything from recovery and save the files I want to push to the tools folder so I just have to use:
cd c:/android/tools
c:/android/tools adb push framework-res.apk system/app/framework-res.apk
c:/android/tools adb reboot
im a little confused.. i cant seem to access adb. theres no bootloader, so what state does the phone need to be in?
also, i would flash via cwm, but the sdcard wont mount, so im a tad confused at this point.
ok, i figured out how to get into adb, but the files wont push. i get an error:
c:\Users\Bryan\AndroidSDK\tools>adb push framework-res.apk system/app/framework-
res.apk
failed to copy 'framework-res.apk' to 'system/app/framework-res.apk': Read-only
file system
c:\Users\Bryan\AndroidSDK\tools>
EDIT: I ended up just using Root Explorer and i put the 2 framework files into system/framework manually. If you need more screens let me know. Also, as you can see in the screen shots, the txt is hard to see in the options and "add to home screen" windows.. i went to the theme options and changed the theme bar colors, which changed the txt to black.
@bburke88 where did you go to find theme settings and change the text to black ?
Sent from my SGH-T839 using XDA App
ayoteddy said:
@bburke88 where did you go to find theme settings and change the text to black ?
Sent from my SGH-T839 using XDA App
Click to expand...
Click to collapse
Hey, I just used the theme changer. Its built into the sk4g. I had my theme set to the default, but when I changed it to the light blue It changed some of the txt on the widget selector menus black. Though, the power off menu is still white, so its hard to read.
Thanks alot, and that could be handled by xml edit to change the text color most likely or change the popup background color.. thanks again though.
Have you tried pushing the stock framework back to make sure it'd work ? I might see if I can change the popup background color to a darker color like black or grey to keep it in sync with he gingerbread theme
Sent from my SGH-T839 using XDA App
ayoteddy said:
Thanks alot, and that could be handled by xml edit to change the text color most likely or change the popup background color.. thanks again though.
Have you tried pushing the stock framework back to make sure it'd work ? I might see if I can change the popup background color to a darker color like black or grey to keep it in sync with he gingerbread theme
Sent from my SGH-T839 using XDA App
Click to expand...
Click to collapse
Yeah let me know if you get something going. Im waiting for Jellette to get back on so we can figure out what to do next.
By chance, do you have a working recovery? i can boot into it, but the controls are weird, and i cant get my sdcard to mount, therefore it wont let me do any nandroid backups..
Looking at the pics now. But thats what I needed to know, it looks like the themechanger overwrites xml changes in the framework.

How to remove system APP?

ROM 12.15.15 (SU1-15) + ROOT
i'm DELETE many apk in system/app and system/vendor - OK
After rebooting all returns
Astap said:
ROM 12.15.15 (SU1-15) + ROOT
i'm DELETE many apk in system/app and system/vendor - OK
After rebooting all returns
Click to expand...
Click to collapse
you have to delete them in bootloader
ceelos218 said:
you have to delete them in bootloader
Click to expand...
Click to collapse
how? where?
Astap said:
ROM 12.15.15 (SU1-15) + ROOT
i'm DELETE many apk in system/app and system/vendor - OK
After rebooting all returns
Click to expand...
Click to collapse
Wrong place to post questions dude.. Anyways have you rooted using jcase's method? Then reboot to your bootloader and enter recovery which will boot into android with (system RW ) so u can delete the stuff u dont want and then just normally reboot again... this time your changes should stay.
Gundabolu SC said:
Wrong place to post questions dude.. Anyways have you rooted using jcase's method? Then reboot to your bootloader and enter recovery which will boot into android with (system RW ) so u can delete the stuff u dont want and then just normally reboot again... this time your changes should stay.
Click to expand...
Click to collapse
I forgot the commands on there can briefly put a sample command line like
adb erase note.apk or something thanks in advance.
flacco40 said:
I forgot the commands on there can briefly put a sample command line like
adb erase note.apk or something thanks in advance.
Click to expand...
Click to collapse
I eventually made differently
TotalCommander + ADB plugin + Device mount SYSTEM in Safestrap recovery mod :good:

ApkMultiTool

Anybody know how to change the destination folder when installing the modified apk?
wileout said:
Anybody know how to change the destination folder when installing the modified apk?
Click to expand...
Click to collapse
What do you mean exactly?
Are you installing using a flashable zip or the application?
A flashable zip is the easiest way so you can edit the installer script to place it in whatever directory you wish.
I never use the apk tools themselves for installing.
You can also boot to recovery and mount system.
Then from terminal, EX:
Code:
adb push MyCoolMod.apk /system/app
Let me know if that helps, or if you need more info, or are deadset on using that app to install and we can go from there.
santod040 said:
What do you mean exactly?
Are you installing using a flashable zip or the application?
A flashable zip is the easiest way so you can edit the installer script to place it in whatever directory you wish.
I never use the apk tools themselves for installing.
You can also boot to recovery and mount system.
Then from terminal, EX:
Code:
adb push MyCoolMod.apk /system/app
Let me know if that helps, or if you need more info, or are deadset on using that app to install and we can go from there.
Click to expand...
Click to collapse
I was trying to use the tool to push iy becaude i cant get adb to push it at all...but the tool keeps trying to push it to data/app or something like that and i need it to go to system/priv-app
ok tried adb pushing it again and no go even doing it with your command. any ideas?
wileout said:
ok tried adb pushing it again and no go even doing it with your command. any ideas?
Click to expand...
Click to collapse
My bad, forgot a slash, try it again.
Code:
adb push MyCoolMod.apk /system/priv-app/
santod040 said:
My bad, forgot a slash, try it again.
Code:
adb push MyCoolMod.apk /system/priv-app/
Click to expand...
Click to collapse
I did that man it just restarts adb like i put in a bad command or it says cannot stat blah blah blah file or directory not found
Ive had tigerstown tryin to help me out too and he has no idea whats going on
well got adb to push it but I lost my clock widget all together lol
wileout said:
well got adb to push it but I lost my clock widget all together lol
Click to expand...
Click to collapse
Using stock data cable? Had that be a problem on other devices when pushing files.
Sent from my HTC6525LVW using Tapatalk
wileout said:
well got adb to push it but I lost my clock widget all together lol
Click to expand...
Click to collapse
You need to do:
adb remount /system rw
adb push test.apk /system/priv-app
jsaxon2 said:
You need to do:
adb remount /system rw
adb push test.apk /system/priv-app
Click to expand...
Click to collapse
Do i replace test with the name of the file?
wileout said:
Do i replace test with the name of the file?
Click to expand...
Click to collapse
Yes sir.
You also need to have the file in your adb directory and start the command prompt from there.
There are other ways to do it, but this should work for you.
jsaxon2 said:
Yes sir.
You also need to have the file in your adb directory and start the command prompt from there.
There are other ways to do it, but this should work for you.
Click to expand...
Click to collapse
I got the widget back by going into the priv-app folder and clicking it and installing it but now it force closes so im assuming its something on my end with how it was signed and stuff
wileout said:
I got the widget back by going into the priv-app folder and clicking it and installing it but now it force closes so im assuming its something on my end with how it was signed and stuff
Click to expand...
Click to collapse
After you push to the /system/priv-app folder, did you reboot? That should have installed it for you. Might also be a permissions problem. Make sure the permissions on your file are the same as the permissions on the rest of the files in that folder.
jsaxon2 said:
After you push to the /system/priv-app folder, did you reboot? That should have installed it for you. Might also be a permissions problem. Make sure the permissions on your file are the same as the permissions on the rest of the files in that folder.
Click to expand...
Click to collapse
Ok ill try that...thanks for your help ill report back
jsaxon2 said:
After you push to the /system/priv-app folder, did you reboot? That should have installed it for you. Might also be a permissions problem. Make sure the permissions on your file are the same as the permissions on the rest of the files in that folder.
Click to expand...
Click to collapse
Tried that and im still getting force closes so its something on my end im assuming

Categories

Resources