I am trying to put a minimal theme by Classicalgas and am trying to install the port for Genie Widget.. it edits News and Weather app that is a system app. I am running CM 6.1 stable.
Everytime I run the apk it will say would you like to replace system app. I say yes.. itll try to install but will say app not installed.
Any advice?.
There is the system r/w overlay, but I'm not too familiar with it.
I find it easier to just go into clockwork recovery and do everything via command prompt.
Related
Hi everybody,
This is a total n00b question, but I was hoping someone could point me in the right direction. I want to install some of the AOSP apps onto my rooted Evo. So I downloaded eclair from google and built it it. Then I copied the Gallery.apk onto my SDK card and tried to install it. It goes through the motions, even as far as telling me which permissions that the app needs to run (Storage, etc).
Then it says, "Application not installed." with a done button.
I probably simply can't do what I'm trying to do, but if you can point in the right direction, I'd love to have a hand. I can't find log files or anything that would be useful.
-Ted
I'm not sure about AOSP apps, but here's what you do to add HTC apps back into roms:
1. Get something like Root Explorer so you can easily write to /system/
2. Copy your apk to /system/app/
3. Change it's permissions to match those of other apk's in the folder
4. Reboot phone
(And this should have gone in Q&A, but it's all good )
K I'm also confused about this but the HTC app part. If I wanted the stock clock widget can I make them work with launcher pro?
Also kind of confused about what exactly asop is in laments terms
Sent from my PC36100 using XDA App
I posted something along these lines in Q&A. Of course the problem with Q&A is there aren't nearly as many people around, but I did eventually get somewhat of an answer.
I was trying to take the apks from bugless beast and install the AOSP dialer, calendar, calculator, browser, and messaging apps into another ROM. I love bugless beast, but ironically it has some pretty bad bugs, hopefully we will see some updates.
At any rate, I eventually got some assistance on installing from adb, you may want to just look at the thread, but the short explination is to run
Code:
adb remount
and then you can do an adb shell command to get onto the phone (or use "adb shell <on-phone command>") to run
Code:
install <apk name> /system/app
This will be a very easy way to bugger things up, as I have found out from trying to get the contacts/dialer app running. I would love to hear what all I need to do to get the contacts/dialer/phone portion running as it is in bugless beast.
http://forum.xda-developers.com/showthread.php?t=715635
Thanks for this. It didn't error or anything, but it didn't work either. The app isn't available.
tedroden said:
Thanks for this. It didn't error or anything, but it didn't work either. The app isn't available.
Click to expand...
Click to collapse
So you did the remount, and then either ran adb shell install <apk> /system/app or ran "adb shell" which entered the phone, and then tried "install <apk> /system/app ???
There were no error messages, and then did you reboot?
If you did all of that, what apk were you trying to install?
I really want the calendar app. I tried doing something like this to install the calendar on the emulator. It didn't work there either. It acted like it worked, but all I got was a calendar app that would launch then fail immediately.
nlowhor said:
I really want the calendar app. I tried doing something like this to install the calendar on the emulator. It didn't work there either. It acted like it worked, but all I got was a calendar app that would launch then fail immediately.
Click to expand...
Click to collapse
You probably need the calendar provider apk. I'm using the apks from bugless beast, other ones may have problems I'm not having.
did the remount, and then ... ran "adb shell" which entered the phone, and then tried "install <apk> /system/app ???
There were no error messages, and then did you reboot?
If you did all of that, what apk were you trying to install?
Click to expand...
Click to collapse
Yep, I did all of that. Trying to install Gallery.apk
From what I recall about install, it just copies the file with the proper permissions, it's not doing anything super fancy. I can manually verify that the apk is in the /system/app folder, so technically, 'install' worked. It's just not showing up as an app that I can use.
laydros said:
You probably need the calendar provider apk. I'm using the apks from bugless beast, other ones may have problems I'm not having.
Click to expand...
Click to collapse
I have them both and put that into the same folder. Didn't seem to be good enough to make the emulator happy.
Hi,
i like alot of the roms, however they come pre-installed with apps like rom manager, or flash i use these apps, but they fail to update. How can i remove these apps from a rom before flashing? Ive tried using titanium backup to uninstall but the phone reboots (no /system rw?)
thanks
(im using ubuntu and windows 7 64bit)
remove them in adb
or download a rom, remove them, sign it and flash
Jedipottsy said:
Hi,
i like alot of the roms, however they come pre-installed with apps like rom manager, or flash i use these apps, but they fail to update. How can i remove these apps from a rom before flashing? Ive tried using titanium backup to uninstall but the phone reboots (no /system rw?)
thanks
(im using ubuntu and windows 7 64bit)
Click to expand...
Click to collapse
download the andriod kitchen.
use the kitchen to extract the files and remove those apks that you don't want.
then repack the zip using the kitchen and flash it.
just do a search on xda and you will find the android kitchen.
i will agree with the kitchen too i am using it today and i am amazed of what you can do....
in addition you can just open the rom in winrar, go to /system/app and just delete the apps you don't want the rom will update itself!!!
then on your phone you should toggle the signed verification and install it
lambrospower said:
in addition you can just open the rom in winrar, go to /system/app and just delete the apps you don't want the rom will update itself!!!
Click to expand...
Click to collapse
is there any other file i need to delete or just the .apk? and would you mind telling me what addition features does the kitchen offer?
thanks in advance=)
if the rom is odexed you should delete the .odex file too....it should be below the .apk
the kitchen has anything you want to do with a rom.....zipalign, a2sd, busybox and you can edit any file from the rom.....!!!!
Thanks! would def try out the kitchen when new roms are out=)
i really recommend it to you to start NOW you can customize the rom as you like at every possible way.....even ringtones, languages, alarm sound by default, images, colours, apps, bootanimation and everything
you will need much reading though especially when customizing framework
Ok well I modded 2 apps, by using adb push and pull and it works fine, the modded widgets both comes up just like how it should with my design added to it.
But whenever i restart my phone the 2 apps just disappears and i haven't got a clue why, they doesn't come up in my widget menu or in the app launcher and i'm having to download them from the market and install them again
When i go to Root Explorer and go to the folder where I pushed it too it says it's still there. I've pushed the app to where it should be /data/app where all the other downloaded apps are stored.
Can anyone help?
Yeah i can help. Root explorer and any other app that lets you edit system files is useless. The only time we have write access to system on a Desire is from a custom recovery. If you flash one of these using Unrevoked then boot to recovery and push files they will stay.
ephumuris said:
Yeah i can help. Root explorer and any other app that lets you edit system files is useless. The only time we have write access to system on a Desire is from a custom recovery. If you flash one of these using Unrevoked then boot to recovery and push files they will stay.
Click to expand...
Click to collapse
Oh right, well that's just bloody **** ain't it.
Well how do I make flashable zip files then?
Is there a simple and easy way of doing it?
Thanks for the help by the way.
Hi,
in the 2.3.4 with the SGS2 the memo app has the function to sync with Google docs, nice
thats what iam waiting since my "old" SGS1 !
But i also want that on my old SGS1 and on my SGT is it possible to install there also?
Can someone extract the new memo apk, and would that work?
No one has a sulution?
Did you find anything, because I also would need it.
I know this is an old thread, but you can install the SGS2 software on your SGS1, but you will need to install the touchwiz framework and TW framework jar file to the system/framework folder of your SGS1.... then you will need to add this app and any other SGS2 app that you want but via adding it to system as a system app. You may not be able to install it directly or you may get a message like "application not installed" push via adb maybe or use rootbrowser (its free here on XDA)
I'm running Calkins deodexed ICS Fd02 ROM and I'm trying to install a transparent google search bar and transparent face book widget for my home page. I have root explorer and ES file pro and i can push the app into the system folder but when i try to install it in the system folder it starts to install but then at the ends it says did not install. Can someone help me out with this? When i overwrote the google quick search box apk it disappeared from the widgets tray. Now i have no google search bar widget at all and i really don't wanna do a restore over that. Help its personal now. I've al ready made the permissions the same. Maybe there's a way to push it with CWM?
timmetal6669 said:
I'm running Calkins deodexed ICS Fd02 ROM and I'm trying to install a transparent google search bar and transparent face book widget for my home page. I have root explorer and ES file pro and i can push the app into the system folder but when i try to install it in the system folder it starts to install but then at the ends it says did not install. Can someone help me out with this? When i overwrote the google quick search box apk it disappeared from the widgets tray. Now i have no google search bar widget at all and i really don't wanna do a restore over that. Help its personal now. I've al ready made the permissions the same. Maybe there's a way to push it with CWM?
Click to expand...
Click to collapse
Google search is a part of google framework service. So, clear the data/cache for both apps after you place the google search app into /system/app folder. Reboot your phone. Once after you place the google search app into /system/app folder, you need to check the permission is same as other apps in /system/app folder.
When you push a system app, you don't need to install it, just set the permissions right and reboot. Did you use a deodexed apk?
Sent from my SPH-D710 using Tapatalk
Well that doesn't work. Permissions are set right. I've rebooted. Just doesn't show up in the widgets tray or in the system applications list. Its in the system/app folder but its like its not installed on the system. I've cleared all the cashes several times and rebooted several times. Is there any way to flash it or manually install it?