[Q] data app to system app? [fixed] thx guys ^ ^ - Epic 4G Q&A, Help & Troubleshooting

hello ive checked out the other threads about moving apk files from data to system. I was able to accomplish that however when the apk file is moved. it seems as tho im only moving the installer which just puts the installed app back in data/apps. and not considered a system app.
how do i integrate 3rd party apps into the main system?

Backup the apk to your sd card then move it to system/app, boot into cwm, wipe dalvik, and reboot.

Also make sure to have the system/app mounted in r/w mode.
Root Explorer is agoo and easy tool for this function.
Sent from an Epic with 4G

theduce102 said:
Backup the apk to your sd card then move it to system/app, boot into cwm, wipe dalvik, and reboot.
Click to expand...
Click to collapse
thank you
when you mean back the apk to sd card. do you mean the installer that located in the data/apps? copy paste backup or titanium

megabiteg said:
Also make sure to have the system/app mounted in r/w mode.
Root Explorer is agoo and easy tool for this function.
Sent from an Epic with 4G
Click to expand...
Click to collapse
omg is it ever XD totally worth the $3
thanks for the advice

Heffboom.Konijn said:
thank you
when you mean back the apk to sd card. do you mean the installer that located in the data/apps? copy paste backup or titanium
Click to expand...
Click to collapse
No, like with anttek app manager (found in the market) theres an option when in the app you can scroll through a list of all the apps intalled on your phone, you can tap an app then youll have the option to backup the app and itll save it to your sd card.....

Heffboom.Konijn said:
thank you
when you mean back the apk to sd card. do you mean the installer that located in the data/apps? copy paste backup or titanium
Click to expand...
Click to collapse
They both do the same thing so either
Sent from my SPH-D700 using XDA Premium App

ac16313 said:
They both do the same thing so either
Sent from my SPH-D700 using XDA Premium App
Click to expand...
Click to collapse
sweet. thanks guys for all your help. i was able to integrate the apps into the rom and its working very well

Related

[Q] voicemail on cyanogen

hey guys ever since i flashed cm6 i lost the sprint voicemail app. I tried using google voice but for some reason it cannot authorize my phone because the provider i have is unauthorized to use automated vm system. I assume the provider is cm6, not sure on that one. I found this link to get the sprint app http://forum.xda-developers.com/showthread.php?t=731637. From the forum theres the download update and then the apk. I assume i need the apk zip file. What I need to know is if i have to extract it or copy to my sd card before i go into recovery and wipe the dalvik cache and then flash it. thx
If you are using the apk, there is no need to wipe and flash. Just put the apk on your SD card, use a file explorer like astro, and install it. This is the easiest way to do it, when I did it though, I just pulled the apk out of a stock rom. Works great.
Sent from my PC36100 using Tapatalk
ok is astro the file explorer an app that i download from the market?
sgallos1 said:
ok is astro the file explorer an app that i download from the market?
Click to expand...
Click to collapse
umm yes.. yes it is.
OT, but has anyone found a solution to the frequent sms' from 9016 that are instruction for the vm app other than using handcent and blocking the number?
Ok sounds good but the apk do I extract or copy to my SD card?
sgallos1 said:
Ok sounds good but the apk do I extract or copy to my SD card?
Click to expand...
Click to collapse
If you use a file explorer to select it you should get an option to install it..

[Q] Rip APK files from phone?

Hey guys, I know how to bring an apk file from /system/app using ADB Pull, but if the app isn't listed in that directory, where is it and how can I rip it from the phone to my computer?
What I'm ultimately trying to do is install an app that I can only download in Sense, then rip it from Sense and install it on my CM7 ROM.
U can back the apk up with titanium back up and then go to the folder on ur SD card and take the apk from there
gmap516 said:
Hey guys, I know how to bring an apk file from /system/app using ADB Pull, but if the app isn't listed in that directory, where is it and how can I rip it from the phone to my computer?
What I'm ultimately trying to do is install an app that I can only download in Sense, then rip it from Sense and install it on my CM7 ROM.
Click to expand...
Click to collapse
It is found in data/app. If it's a protected app it's in data/app-private. Or you could use astro to back up the apk. Titanium backup doesn't just backup the apk, it's in different files. Or you could backup with titanium and then restore.
Sent from my badass HTC Supersonic (Evo 4g) using XDA Premium App
Great, thanks! So all apps, no matter the source will be found in one of: /system/app, /data/app, or /data/app-private, as long as they're installed on internal, correct?
Once I rip the .apk, can I rename it?
Yeah, should be, I've never seen anything installed outside of those directories. I personally just use root explorer, that way I can do anything straight from the phone. It's well worth the convenience. You should be able to rename the apk to anything you want, especially if all your doing is putting it on the SD card to install.
Sent from my badass HTC Supersonic (Evo 4g) using XDA Premium App
Now, if I found an app had a .zip installed in /data/app and an apk installed in /data/app-private and I want to try to install it on CM7, should I adb push the .zip first to /data/app then adb install the apk? or just adb push both to their respective directories?
I would think you could just regular install the apk. Put it on your sd card & install using a file explorer. As for via adb, I'm not sure. I copied a protected apk to my SD & installed through Astro, it installed to /data/app and was no longer protected so I think the apk by itself would be fine.
Sent from my badass HTC Supersonic (Evo 4g) using XDA Premium App
plainjane said:
It is found in data/app. If it's a protected app it's in data/app-private. Or you could use astro to back up the apk. Titanium backup doesn't just backup the apk, it's in different files. Or you could backup with titanium and then restore.
Sent from my badass HTC Supersonic (Evo 4g) using XDA Premium App
Click to expand...
Click to collapse
Hate to disagree but u can backup with titanium back up then go to the titanium backup folder on ur SD card. It stores two files per apk. One is ur data for the apk the other is the apk. It just uses weird names on the backups. Much easier than using adb to pull apk or a file manager to go on a hunt for an apk all over ur phone
Titanium backup can backup apps and data. If you backup the app, you will have 3 files...data only creates 2 files. Apps can be find in /system/apps, /data/apps, /data/app-private, and also in .android-secure on your sdcard. I recommend root explorer to pull the app though. If its a sense only app, it may not work in AOSP.
bwcorvus said:
Titanium backup can backup apps and data. If you backup the app, you will have 3 files...data only creates 2 files. Apps can be find in /system/apps, /data/apps, /data/app-private, and also in .android-secure on your sdcard. I recommend root explorer to pull the app though. If its a sense only app, it may not work in AOSP.
Click to expand...
Click to collapse
You are partly correct. It crease three files. One is ur data from ur app another is almost useless and the last is the actual app. I pull apps that way on a daily basis for theming or looking at how other apps r themed.

Cannot move files to the system directory.

I downloaded a new boot animation. I'm trying to move it to /system/customize/resourses but es file explorer and Astros say file cannot be moved. I was able to move the original file out. Now I can't even move the original back. In ES I made sure the root explorer and mount file system boxes are checked. I have the permissions checked but still nothing can be moved in.
Sent from my ADR6350 using Tapatalk
valorian13 said:
I downloaded a new boot animation. I'm trying to move it to /system/customize/resourses but es file explorer and Astros say file cannot be moved. I was able to move the original file out. Now I can't even move the original back. In ES I made sure the root explorer and mount file system boxes are checked. I have the permissions checked but still nothing can be moved in.
Sent from my ADR6350 using Tapatalk
Click to expand...
Click to collapse
Does either of those apps have root permissions? Idk cuz I don't use them..but its easy to just use adb to manually push the file
I've never used adv to do this. Is there a how to somewhere?
Sent from my ADR6350 using Tapatalk
I'm pretty sure that this app can accomplish what you're trying to do.
https://play.google.com/store/apps/details?id=com.jrummy.liberty.toolbox&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5qcnVtbXkubGliZXJ0eS50b29sYm94Il0.
yoseir2 said:
I'm pretty sure that this app can accomplish what you're trying to do.
https://play.google.com/store/apps/...yLDEsImNvbS5qcnVtbXkubGliZXJ0eS50b29sYm94Il0.
Click to expand...
Click to collapse
Thanks for the suggestion but this didn't work either. Says failed to move.
Sent from my ADR6350 using Tapatalk
It's as if I can move or copy anything onto the SD card but nothing can be moved or copied from it.
Sent from my ADR6350 using Tapatalk
valorian13 said:
It's as if I can move or copy anything onto the SD card but nothing can be moved or copied from it.
Sent from my ADR6350 using Tapatalk
Click to expand...
Click to collapse
Use Root Explorer. So worth the $2. I don't use astro or ES, but if you can't copy or move anything in or from the root directory then / is probably not mounted as r/w. Look for an option while in the root directory that says "mount as r/w"
Sent from my Incredible 2 using xda premium
Yep root explorer is your best option. adb push can be used to, but its command line only.
Well I know what caused me to have this issue but I do not know the details why.
I was running the Mikrunny Odex ROM with the Red theme. I wanted to give the Coredroid theme a try so I installed the theme and this issue started. After many hours of trying to fix this I restored my backup from a couple weeks ago that has the red theme and all is good again. To reduplicate the issue I reinstalled the Coredroid theme and the issue returned.
I use es file explorer and i have no issues moving things to the system folders whenever I want. If its not working you may try to uninstall and reinstall the app and then go to the settings and make sure you check browse as root and mount system as r/w.
Sent from my Sabotaged Droid Incredible 2.
disconnecktie said:
I use es file explorer and i have no issues moving things to the system folders whenever I want. If its not working you may try to uninstall and reinstall the app and then go to the settings and make sure you check browse as root and mount system as r/w.
Sent from my Sabotaged Droid Incredible 2.
Click to expand...
Click to collapse
I did try this a couple times but still could not get files to move.
Hmm.. have you tried to delete es file explorer from your allowed super user apps and then open es file explorer to give it super user permission again.
Sent from my Sabotaged Droid Incredible 2.
disconnecktie said:
Hmm.. have you tried to delete es file explorer from your allowed super user apps and then open es file explorer to give it super user permission again.
Sent from my Sabotaged Droid Incredible 2.
Click to expand...
Click to collapse
Yep, did that too. I think it had something to do with a theme I installed. When I restored a previous backup I could use ES just fine to move the boot animation file.
valorian13 said:
Yep, did that too. I think it had something to do with a theme I installed. When I restored a previous backup I could use ES just fine to move the boot animation file.
Click to expand...
Click to collapse
A theme will not prevent you from moving system files...
Sent from my Incredible 2 using xda premium
lodxcol said:
A theme will not prevent you from moving system files...
Sent from my Incredible 2 using xda premium
Click to expand...
Click to collapse
That's what i was telling myself. However, after restoring my backup, I installed the theme again and once again I could not move files into the system directory or any of it's sub directories.

How would you push an .apk to your system/app?

The best way to push an app to your system/app file with out bricking your phone?
na4hotx said:
The best way to push an app to your system/app file with out bricking your phone?
Click to expand...
Click to collapse
Um that isn't going to brick you. Especially since you're talking about system app. Worst thing to happen would be a reboot if you touched an app which was currently running.
But I've been using root explorer and it works great. Or if the file is on my computer I use adb push. Or even a flashable zip if you really are worried.
Sent from my SGH-T999 using Tapatalk 2
As he said. Nothing else really needed to be said, good answer.
Sent from my SGH-T999 using xda premium
I used a file browser app and installed it over the existing one. Every time after that I was getting an error something .goo not responding. (SecPhone.apk) Trying to restor the call recording feature. I ended up doing a restore back to square one. No if I use root-explorer will it make a difference or should I use dab push? I would not know how to begging with that. could I use terminal and instal like I would if I was using the cwmtr.img install directions. but direct it to system/app?
na4hotx said:
I used a file browser app and installed it over the existing one. Every time after that I was getting an error something .goo not responding. (SecPhone.apk) Trying to restor the call recording feature. I ended up doing a restore back to square one. No if I use root-explorer will it make a difference or should I use dab push? I would not know how to begging with that. could I use terminal and instal like I would if I was using the cwmtr.img install directions. but direct it to system/app?
Click to expand...
Click to collapse
Which file browser app did you use? Did you remember to set the permissions for the newly copied apk? Permissions in /system/app should be rw-r--r
Sent from my SGH-T999 using Tapatalk 2
No I did not set permissions. If I use Root-Explorer will that allow me to set permissions? I used Smanager to move the file.
Ctrl+C then Ctrl+V
Can I use RootExplorer to zip file them flash it? Or just move using RE?
na4hotx said:
No I did not set permissions. If I use Root-Explorer will that allow me to set permissions? I used Smanager to move the file.
Click to expand...
Click to collapse
Yes, Root Explorer will allow you to change permissions as long as you aare rooted.
na4hotx said:
Can I use RootExplorer to zip file them flash it? Or just move using RE?
Click to expand...
Click to collapse
Root Explorer is a file manager, use to move the file to the appropriate folder and set permissions and reboot. I know you can create a zip & tar file, don't know if it would be flashable though.
na4hotx said:
No I did not set permissions. If I use Root-Explorer will that allow me to set permissions? I used Smanager to move the file.
Click to expand...
Click to collapse
Smanager isn't a good file system tool. Try root browser lite tap and hold functioning is perfect. Has options for copy paste and permissions
saldebot said:
Yes, Root Explorer will allow you to change permissions as long as you aare rooted.
Root Explorer is a file manager, use to move the file to the appropriate folder and set permissions and reboot. I know you can create a zip & tar file, don't know if it would be flashable though.
Click to expand...
Click to collapse
Yeah it can't make flashable zips. Just storage zip files
Sent from my SGH-T999 using Tapatalk 2
I am using Frosty JB v6. I asked in the developer thread and I got a reply http://forum.xda-developers.com/showthread.php?t=1874063&page=546
I tried using RootExplorer and I was still getting error messages after be booting. Is there a way to make it flash able? What am I doing wrong or is it just never going to work? Do I need to start looking for a rom that has it functional on the build?
Did you reset permissions to match the rest of the files in the folder?
And you probably need to wipe dalvik and cache in recovery.
Sent from my SGH-T999 using xda app-developers app
na4hotx said:
I am using Frosty JB v6. I asked in the developer thread and I got a reply http://forum.xda-developers.com/showthread.php?t=1874063&page=546
I tried using RootExplorer and I was still getting error messages after be booting. Is there a way to make it flash able? What am I doing wrong or is it just never going to work? Do I need to start looking for a rom that has it functional on the build?
Click to expand...
Click to collapse
Use root browser lite, you can get it from the market it's a freeware then copy the app you want to system/app ....no permission stuff needed
DocHoliday77 said:
Did you reset permissions to match the rest of the files in the folder?
And you probably need to wipe dalvik and cache in recovery.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
this. Also, you didn't odex your ROM did you?
deziguy420 said:
Use root browser lite, you can get it from the market it's a freeware then copy the app you want to system/app ....no permission stuff needed
Click to expand...
Click to collapse
Please know what you're talking about first before posting suggestions. Especially when it pertains to system directory permissions. System/app directory uses rw-r--r-- as the permissions. Meaning owner has read write permissions while everyone else only has read. Not setting permissions correctly can lead to many many many issues.
Sent from my SGH-T999 using Tapatalk 2
There is application on the market called system application mover
Sent from my SGH-T999 using xda premium
I vote for a rom that has it and works where you don't need to mod stuff, yet. Learn all this stuff with something you don't need, like a sound mod (DSP) or something.
simple video
http://www.youtube.com/watch?v=mJGbiSkom9M

[HELP] can't install system app

Hello,
I need help, i accidently deleted downloads manager, luckly i were seted when deleting something do a backup, but the problem is i cant install it, tried to put in /system/app seted r/w to system, still no luck
timescape
need it for timescape on honami style v3.x
Ecka149 said:
Hello,
I need help, i accidently deleted downloads manager, luckly i were seted when deleting something do a backup, but the problem is i cant install it, tried to put in /system/app seted r/w to system, still no luck
Click to expand...
Click to collapse
You have to set the permissions to rw-r-r
Sent from my LT26i using XDA Premium 4 mobile app
abdulkadiro said:
You have to set the permissions to rw-r-r
Sent from my LT26i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I did that already still same :/
[/COLOR]
Ecka149 said:
Hello,
I need help, i accidently deleted downloads manager, luckly i were seted when deleting something do a backup, but the problem is i cant install it, tried to put in /system/app seted r/w to system, still no luck
Click to expand...
Click to collapse
step 1. install titanium backup from the market.
step 2. then drag the backup file of the apk to the titanium backup folder.
step 3. look at your backup folder on the titanium backup app
step 4. search your backupped apk and restore it via titanium backup
hit thanks if i helped you!:highfive:

Categories

Resources