• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Stock Apps

shawn418

Newbie
I just rooted and wanted to get a few apps back that were removed from Fresh3.2.2. How can I get those back?

Thanks in advance.
 
I just rooted and wanted to get a few apps back that were removed from Fresh3.2.2. How can I get those back?

Thanks in advance.

They are located in the fresh-removed-apps folder on your SD card. Just tap each app that you want to install.
 
If you have an app installer from the market, i use app saver, it installs, uninstalls and saves files. Fresh puts all sprint/htc apps into a file called fresh apks removed. If you open app saver and go to install apps, it will find the apps and you can chose there.
 
The applications marked with a * can be installed in one click by clicking on it in ES, the ones marked with # aren
 
1. Download the android sdk.
2. Assuming you're using windows, extract the zip somewhere.
3. Start > run > type "cmd" no quotes, hit enter.
4. In cmd change directory to the tools folder of the android sdk.
Example my android sdk folder is on the root of my c drive, so in cmd I'd type "cd C:\android-sdk-windows\tools" no quotes and hit enter.
5. Reboot your phone into recovery mode and plug the usb to your computer.

Then follow type out the commands you posted earlier and that should work.
adb shell mount /sdcard
adb shell mount /system
adb shell
cp /sdcard/fresh-removed-apks/WHATEVERAPP.apk /system/app

Someone correct me if i'm wrong.
 
Back
Top Bottom