What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Official Team D1-MIUI-10.29-V6.X Release

Infractions issued. Please refrain inappropriate language and quoting of such. Report the posts and we will take care of it.

Thank you.
 
Okay guys the thread's back open. I don't really know what was said before but let's try and keep it respectful and clean in here. Respect is important. Let's just assume that we are all highly educated adults and treat each other as such. No belittling people doing "stupid" things.
 
sorry all..my fault.

however, if anyone could enlighten me id be extremely appreciative: is there any way to move an apk from the system /data/apps folder to another without having a PAID version of a file manager? ive downloaded 6 in the ast hour and evreyone of them is telling me i need to get the plus version of the app.
if anyone has any info, please share
 
sorry all..my fault.

however, if anyone could enlighten me id be extremely appreciative: is there any way to move an apk from the system /data/apps folder to another without having a PAID version of a file manager? ive downloaded 6 in the ast hour and evreyone of them is telling me i need to get the plus version of the app.
if anyone has any info, please share

Corman, you probably already know this, but in case you don't, you have 24 hours to evaluate a paid app. If you purchase an app and don't like it, you can return it and get a refund as long as it is within 24 hours of your originally purchase.

That's a little shady ethically, but it's an option.

Seth
 
sorry all..my fault.

however, if anyone could enlighten me id be extremely appreciative: is there any way to move an apk from the system /data/apps folder to another without having a PAID version of a file manager? ive downloaded 6 in the ast hour and evreyone of them is telling me i need to get the plus version of the app.
if anyone has any info, please share


I just googled root explorer and found a few downloads for it.
 
I'm guessing no, but just wanted to check. Is it possible to do this through Windows Explorer when connected by USB? My initial thought is no, but wanted to make sure.
 
Metic,

I'm extremely impressed with this rom. I am charging to do a full test of battery life, but it's smooth, snappy, and quite possibly the best ROM that i have ever used. I haven't spent any time working on it yet, but i am really hoping that i can get VPN to work on it, as I use it quite a bit.

Thanks again and i will be contributing shortly.

Seth
 
via adb...


adb remount

adb pull /data/app/name_of_app.apk

adb push name_of_app.apk /system/app/name_of_app.apk

reboot
 
I'm guessing no, but just wanted to check. Is it possible to do this through Windows Explorer when connected by USB? My initial thought is no, but wanted to make sure.

Not in the traditional sense; but through ADB, and ADB is free to download and use.

adb pull /data/app/appname.apk
adb rm -r /data/app/appname.apk
adb uninstall appname

Rename the apk through windows now that the file is on your PC.

adb remount
adb push appname.apk /system/app/
adb shell chmod 644 /systemapp/appname.apk

Reboot phone, and you're all done.
 
adb pull /data/app/appname.apk
adb rm -r /data/app/appname.apk
adb uninstall appname

Rename the apk through windows now that the file is on your PC.

adb remount
adb push appname.apk /system/app/
adb shell chmod 644 /system/app/appname.apk

Reboot phone, and you're all done.

These are better instructions on pulling and pushing apps using adb.
 
sorry all..my fault.

however, if anyone could enlighten me id be extremely appreciative: is there any way to move an apk from the system /data/apps folder to another without having a PAID version of a file manager? ive downloaded 6 in the ast hour and evreyone of them is telling me i need to get the plus version of the app.
if anyone has any info, please share


I just googled root explorer and found a few downloads for it.
Root Explorer is a Paid Application - Discussion on how to obtain paid apps for free is highly frowned upon on D/F and all Sister Forums
 
yeah i knew adb would work BUT if im not mistaken, its only made for windows yes?
i have a Mac haha (youre all probably cringing right now) so i dont think i can pull that off. kind of the reason i have such a hard time pushing and pulling. then again ive never really asked anyone ive only seen other talking about "no adb for mac"
 
sorry all..my fault.

however, if anyone could enlighten me id be extremely appreciative: is there any way to move an apk from the system /data/apps folder to another without having a PAID version of a file manager? ive downloaded 6 in the ast hour and evreyone of them is telling me i need to get the plus version of the app.
if anyone has any info, please share


I just googled root explorer and found a few downloads for it.
Root Explorer is a Paid Application - Discussion on how to obtain paid apps for free is highly frowned upon on D/F and all Sister Forums


You are correct it is a paid app, I know because I paid for it. I am not telling anyone they should not pay for a paid app. I know SetCPU is a paid app but has a free version you can download from the web (I have the paid one). I apologize if it came across as me telling someone how to get out of paying for an app as that was not my intent.
 
Last edited:
sorry all..my fault.

however, if anyone could enlighten me id be extremely appreciative: is there any way to move an apk from the system /data/apps folder to another without having a PAID version of a file manager? ive downloaded 6 in the ast hour and evreyone of them is telling me i need to get the plus version of the app.
if anyone has any info, please share

does anyone know if the free version of titanium allows uninstalling of system apps? i havent used the free one in so long i dont remember, i know the paid version allows it. just click on titanium backup, click on the backup/restore tab, click on the app you want to remove and click remove.
dancedroid
 
Back
Top