Possible to extract apk? - myTouch 4G General

Is it possible right now because there isn't full root and SU denies permissions to view the whole list.
Thanks

hah2110 said:
Is it possible right now because there isn't full root and SU denies permissions to view the whole list.
Thanks
Click to expand...
Click to collapse
Temp root works with MoDaCo's Visionary app in the Market. I haven't had issues with it yet. Was able to run Titanium as well.

allen099 said:
Temp root works with MoDaCo's Visionary app in the Market. I haven't had issues with it yet. Was able to run Titanium as well.
Click to expand...
Click to collapse
I am rooted but that doesn't help with shell, does it?

hah2110 said:
I am rooted but that doesn't help with shell, does it?
Click to expand...
Click to collapse
Can't you copy it to sdcard in terminal?

Related

[DEV] Removing System Apps

Ok I bought a Sim Free Desire HD so its completely stock, straight from HTC.
However its got some stuff I would quite like to remove such as Amazon MP3, Peep, News, Stocks, Transfer Data and Teeter, however these are locked down.
I have tried to remove them using adb however it says I do not have permission as the system is read only.
My device is rooted using VISIONary.
Here's the commands i've been running.
@adb shell rm /system/app/amazonmp3
Which should work, but I get this error
rm failed for /system/app/amazonmp3.apk, Read-only file system
Now, I thought root gave us these permissions?
This root method doesn't give full access. Read the thread
Sent from my Desire HD using XDA App
xmoo said:
This root method doesn't give full access. Read the thread
Sent from my Desire HD using XDA App
Click to expand...
Click to collapse
Yeah I figured that. Just trying to see if there is a way
you cant remove them .... but u can disable em by :-
1) find the process neme by running in ADB shell or terminal app
pm list packages
Click to expand...
Click to collapse
eg. amozon mp3 is com.amazon.mp3
2) then diable it by running
pm disable com.amazon.mp3
Click to expand...
Click to collapse
and then reboot your phone or just restart the launcher :-D
we need full access to our phones!
S-OFF in these hours would be a hand on the wheel ...!
=]
one day who knows ...!!!
Evostance said:
Ok I bought a Sim Free Desire HD so its completely stock, straight from HTC.
However its got some stuff I would quite like to remove such as Amazon MP3, Peep, News, Stocks, Transfer Data and Teeter, however these are locked down.
I have tried to remove them using adb however it says I do not have permission as the system is read only.
My device is rooted using VISIONary.
Click to expand...
Click to collapse
until we don't have a full root this action is impossible. Disabling apps works only
jankos said:
until we don't have a full root this action is impossible. Disabling apps works only
Click to expand...
Click to collapse
http://android.modaco.com/content/t...m/322030/03-nov-r2-g2-google-goggles-remover/
the last version of titanium backup is able to totally remove system and/or preinstalled apps, like amazonmp3 etc. tried it and it worked for me, after two reboots the app is completely gone!
all of the above "hacks" didn't work for me (although i am temp rooted with visionary and used the "su" command), but titanium backup did the trick!
version: 3.5.7.3
click and hold on the app, choose "force remove app (by recovery exploit)"
TML1504 said:
the last version of titanium backup is able to totally remove system and/or preinstalled apps, like amazonmp3 etc. tried it and it worked for me, after two reboots the app is completely gone!
all of the above "hacks" didn't work for me (although i am temp rooted with visionary and used the "su" command), but titanium backup did the trick!
version: 3.5.7.3
click and hold on the app, choose "force remove app (by recovery exploit)"
Click to expand...
Click to collapse
Thank you very much , worked for me too !!
Beware, you won't be able to install future OTAs if you delete stock apps.
Eddie1506 said:
Beware, you won't be able to install future OTAs if you delete stock apps.
Click to expand...
Click to collapse
may i ask why? some sort of checksum??
Yes, you will have to flash the stock rom first.
michal_banszel said:
Yes, you will have to flash the stock rom first.
Click to expand...
Click to collapse
thx, do we really have to reflash a stock rom or would it be enough to just hard reset?
Reflash is required.
michal_banszel said:
Reflash is required.
Click to expand...
Click to collapse
Ur sure about that !?? and how do we reflash the stock rom ??
erdinc said:
Ur sure about that !?? and how do we reflash the stock rom ??
Click to expand...
Click to collapse
eh, I'm sure. Read the forum to know how to flash stock rom.
TML1504 said:
may i ask why? some sort of checksum??
Click to expand...
Click to collapse
If the OTA patches any of the apps you removed, the update script will check for that file and will fail when it can't find it.
michal_banszel said:
eh, I'm sure. Read the forum to know how to flash stock rom.
Click to expand...
Click to collapse
I did read it ! managed to create a '' rom.zip'' renamed it , put it on my SDcard . tried power + volumebutton ... but I need Hboot and can't find it anywhere ! can you point me to the right direction ??
now that I have permanent root, what should I do to be able to remount the system?

removing bloatware

I just completed rooting 2 bolts this morning and was wondering how one goes about remove some of the additional bloatware. Blockbuster, etc...
Thanks in advance.
Michael
first make a back up in recovery.
There are several ways to do this.
Terminal emulator app,
ADB,
or an app like Root Explorer or Titanium Back up
For the terminal app and ADB just
su
--opens up super user access
cd system/app
--changes your path to where the apps are stored
ls
--lists all the apps in the directory
once you find the app you want to blow away, do
rm VZW_Golf.apk
--removes it completly, and only way to retrieve is to find a replacement apk or restore entire back up through recovory.
You could also do a
mv VZW_Golf.apk VZW_Golf.apk.bak
--Just renames the app, it will be unusable, but can easily be restored by renaming to original apk.
Another option, rather than deleting, if you're concerned about needing to put them back some day is to just use Titanium Pro's "Freeze" feature. There are other apps that you can purchase on the Market that let you "freeze" an app as well.
Freezing an app totally disables it and prevents it from loading at startup, autoloading on its own, and even removes it from the app drawer.
This is the path I'm taking for the time being, but I'm not currently worried about the bloatware sucking up precious storage space. If storage for apps becomes an issue, the rm command is only a terminal session away!
Can't get Root Explorer to mount as R/W..Any ideas?
ccse.eggie said:
I just completed rooting 2 bolts this morning and was wondering how one goes about remove some of the additional bloatware. Blockbuster, etc...
Thanks in advance.
Michael
Click to expand...
Click to collapse
I would use Titanium BackUp and just freeze the apps for now untill you can get a good backup of the Original ROM on it.
AisforAustin said:
Can't get Root Explorer to mount as R/W..Any ideas?
Click to expand...
Click to collapse
get the app "root checker" off the market from joeykrim
My only thought is towards you aren't rooted.
If you are, then I'm not sure since I have never used the Root Explorer app.
thanks for the replies. I used Rom Manager to make a backup.
I'll download the titanium program and freeze the programs. Sounds the easiest option.
AisforAustin said:
Can't get Root Explorer to mount as R/W..Any ideas?
Click to expand...
Click to collapse
Try the "mount /system" app first. After selecting rw with that app, root explorer should be mounted as rw as well.
AisforAustin said:
Can't get Root Explorer to mount as R/W..Any ideas?
Click to expand...
Click to collapse
Reboot the phone a couple of times...re-download SuperUser.apk from the market if necessary, make sure that in SuperUser Root Explorer is listed as having been allowed root permissions.
If you've never seen the pop-up SuperUser request for Root Explorer you won't be able to mount r/w.
Titanium backup same story as root explorer. It also helps in Titanium to click the Problems? button and let it install its own version of busybox - or you can download busybox from the Market as well (I haven't tested it on the TB, though).
I ended up making a backup in cwm recovery then installing root explorer and going through system/app and just deleting the apks lol. have over 470mbs free now! left the odex files for now but removed the apps. If you delete them make sure you have a backup first.
The only app given me an issue is VVW, deleted the apk, renamed odex to .old and still vvm shows in the launcher. not sure what other apk is linked to vvm. any ideas?
so can you not uninstall them with titanium backup then? That would be the easiest way. I was hoping you could as I will be rooting mine here in a few.
nosympathy said:
so can you not uninstall them with titanium backup then? That would be the easiest way. I was hoping you could as I will be rooting mine here in a few.
Click to expand...
Click to collapse
You can uninstall them in titanium backup. Or after you root there is a Rom now you can flash in CWR that already has the bloat removed.
Sent from my THUNDERBOLT using the XDA app
MXMike said:
You can uninstall them in titanium backup. Or after you root there is a Rom now you can flash in CWR that already has the bloat removed.
Sent from my THUNDERBOLT using the XDA app
Click to expand...
Click to collapse
Which ROM is that?
Geegolly said:
first make a back up in recovery.
There are several ways to do this.
Terminal emulator app,
ADB,
or an app like Root Explorer or Titanium Back up
For the terminal app and ADB just
su
--opens up super user access
cd system/app
--changes your path to where the apps are stored
ls
--lists all the apps in the directory
once you find the app you want to blow away, do
rm VZW_Golf.apk
--removes it completly, and only way to retrieve is to find a replacement apk or restore entire back up through recovory.
You could also do a
mv VZW_Golf.apk VZW_Golf.apk.bak
--Just renames the app, it will be unusable, but can easily be restored by renaming to original apk.
Click to expand...
Click to collapse
thank you so much. this is good info. i was trying to figure out how i can delete things i dont want. hate vz navigator.
TheStick13 said:
Which ROM is that?
Click to expand...
Click to collapse
List is in the stickies in the development section. I like virusrom and bamf the most.
Sent from my ADR6400L using XDA Premium App

S-OFF But not rooted?

Do I need to do something else? I used Alpha what ever its called, all wen't fine, S-OFF but tried Titanium back up and am told it needs root access, tried screenshot and it wont work?
Tried the process again but it won't let me, says I already have S-OFF
You need to root the phone first using Gingerbreak.
You need to use ginger break http://forum.xda-developers.com/showthread.php?t=1044765
det66 said:
You need to use ginger break http://forum.xda-developers.com/showthread.php?t=1044765
Click to expand...
Click to collapse
It all seems very complicated
slugger09 said:
It all seems very complicated
Click to expand...
Click to collapse
Not at all mate. Just download the gingerbreak .apk file to your sd card, open it & it will install gingerbreak on your phone. Then once this is done go to the gingerbreak app and run it. It will root phone but you will need to do a manual reboot afterwards. Don't worry if it says something along the lines of things went wrong, just go ahead and reboot.
Peace
All you do is download and install it then click root in the app then reboot the device you should get an error before you do a reboot then you should see super user then go to rom manager cwm
slugger09 said:
It all seems very complicated
Click to expand...
Click to collapse
Sent from my HTC Desire S using XDA App
S-OFF allows you to obtain root access. In Linux terminology, root is a user with total permission over the machine. In terms of Android, all you need to know is that it's the Superuser app and a binary (executable file) called su, that needs to be installed in the /system partition. S-ON disallows you from touching the /system partition. So even though you turned off security, you didn't actually install su and Superuser.
FYI: Su is not an application, it's a command.
All done now. Thanks for your help.
Sent from my HTC Desire S using XDA Premium App

Root 2.2.1 kd1

Is it possible to root without a pc. Or is that the only way?
Sent from my SGH-T959V using XDA App
If you mean a PC specifically, I don't think so. SuperOneClick should work on a Mac.
If you're asking if a computer is required to root, then yes.
bkoon1218 said:
If you mean a PC specifically, I don't think so. SuperOneClick should work on a Mac.
If you're asking if a computer is required to root, then yes.
Click to expand...
Click to collapse
Yes, I meant a computer. Thank you.
Sent from my SGH-T959V using XDA App
if ur on 2.2.1 use z4 root its an apk file just install and tap temp or permanant root and done
dnahughes said:
if ur on 2.2.1 use z4 root its an apk file just install and tap temp or permanant root and done
Click to expand...
Click to collapse
I think this is spam for the z4 app.

[Q] How do I temporarily "unroot" device?

Hello,
I need to unroot by ICS ROM temporarily so I can install and run certain application, how do I do that with minimum amount of work?
Thanks,
G
Questions belong in Q&A. Moved
artisticcheese said:
Hello,
I need to unroot by ICS ROM temporarily so I can install and run certain application, how do I do that with minimum amount of work?
Thanks,
G
Click to expand...
Click to collapse
i cant c y u would have to unroot, it shouldnt matter as apps dont care if it is rooted or unrooted, correction some apps u have to b rooted to work properly.
do u actually get an error message when trying to install an app
the only way is to restore back to stock, or if u just rooted ur stock firmware, meaning u didnt flash a rom, u can try flashing the system.img file, that might work but i never heard of any1 doing that
Yes, application refuses to work telling me that "rooted" phones are not supported. So basically it installs, checks if phone is rooted and refuses to proceed. I hoped I can flash something in CMW to temporarely unroot, then run application, let it do it one time thing (I need to run this application only once successfully) and then I root back in CWM again.
artisticcheese said:
Yes, application refuses to work telling me that "rooted" phones are not supported. So basically it installs, checks if phone is rooted and refuses to proceed. I hoped I can flash something in CMW to temporarely unroot, then run application, let it do it one time thing (I need to run this application only once successfully) and then I root back in CWM again.
Click to expand...
Click to collapse
dont think there is a temporary unroot method, going back to stock was the true method to unrooting, which app were u trying to install.
u can trying going back to stock, installing app, let it do its thing, backup with tibu or some other backup, reroot and then restore backup of app.....maybe wont work as restoring a backup is actually reinstalling the app
edit: try this i havent so try at ur own risk http://www.thespicygadgematics.com/2012/06/how-to-easily-unroot-any-android-phone.html it seems easy enough, i didnt think it was possible but it seems to b
artisticcheese said:
Hello,
I need to unroot by ICS ROM temporarily so I can install and run certain application, how do I do that with minimum amount of work?
Thanks,
G
Click to expand...
Click to collapse
Using root explorer or ES File Explorer, mount system as r/w, delete /system/app/Superuser.apk, /system/bin/su or /system/xbin/su (it will be in one of those two places), and then reboot. done.
cschmitt said:
Using root explorer or ES File Explorer, mount system as r/w, delete /system/app/Superuser.apk, /system/bin/su or /system/xbin/su (it will be in one of those two places), and then reboot. done.
Click to expand...
Click to collapse
thats deleting the app the rooted the phone, but does it actually undo the rooting process, the system files the app changed to make it rooted r still there, the way to check is if u do delete su app, c if root explorer can can mount ur system folder to r/w, or op can c if it the app does install after deleting su.
actually u need su to grant su, so that might not b a good test
cschmitt said:
Using root explorer or ES File Explorer, mount system as r/w, delete /system/app/Superuser.apk, /system/bin/su or /system/xbin/su (it will be in one of those two places), and then reboot. done.
Click to expand...
Click to collapse
Thanks,
How do I root back after that though?
vincom said:
thats deleting the app the rooted the phone, but does it actually undo the rooting process, the system files the app changed to make it rooted r still there, the way to check is if u do delete su app, c if root explorer can can mount ur system folder to r/w, or op can c if it the app does install after deleting su.
actually u need su to grant su, so that might not b a good test
Click to expand...
Click to collapse
The superuser cwm zip installs su and superuser.apk, that's it. There are no other modified apps.
You can remove busy box also if you like, but it's not much use without su.
artisticcheese said:
Thanks,
How do I root back after that though?
Click to expand...
Click to collapse
Flash superuser zip in cwm.
cschmitt said:
The superuser cwm zip installs su and superuser.apk, that's it. There are no other modified apps.
You can remove busy box also if you like, but it's not much use without su.
Click to expand...
Click to collapse
kool. i learn something everyday
There is cool app in Playstore (free) which allows rooting/unrooting with no reboots and other complicated steps
FYI
https://play.google.com/store/apps/...51bGwsMSwxLDMsImV1LmNoYWluZmlyZS5zdXBlcnN1Il0
Voodoo OTA can do a temp unroot as well. The Flixter app will not allow you to stream movis on a rooted phone. I used Voodoo to temp unroot then went back into Flixter and it started to play the movie.
I use an app called Temp root remover
It allows you to temporarly unroot and reroot in a matter of seconds

Categories

Resources