I seem to be having that Sync Notification icon issue where it wont go away do to the friedstream app being deleted. Could someone please post the apk file for the Friendstream app? I would like to add it back as this is getting annoying to fix all the time. Thanks
apk is attached.
I tried to install but it said it couldn't install. Is there something missing from the file?
I have no idea; I don't know what you removed or replaced.
All the stock files can be found here:
showthread.php?t=709223
yzdirtrider13 said:
All the stock files can be found here:
showthread.php?t=709223
Click to expand...
Click to collapse
not sure what im suppose to be looking at here. For some reason the apk file wont load.
push through ADB, don't try to install the apk.
x1208x said:
push through ADB, don't try to install the apk.
Click to expand...
Click to collapse
I'm a complete newb at this Android thing since I came from Blaclberry. Not sure how to do that. Could you geve me a step by step on the process on how to push these via abd? Thanks
sezaro21 said:
I'm a complete newb at this Android thing since I came from Blaclberry. Not sure how to do that. Could you geve me a step by step on the process on how to push these via abd? Thanks
Click to expand...
Click to collapse
Put your FriendStream.apk in your android sdk tools folder then while in recovery type this into shell
Code:
adb push FriendStream.apk /system/app/FriendStream.apk
Dumb Question
What the heck is Friendstream anyway ??? Thanks.
Related
Lately I've been editing all my apps from the market using mixpix404's tips. I just wanted to know is it possible to pull stock apps to edit and if so could someone give me the code to pull and re-install?
creid2352 said:
Lately I've been editing all my apps from the market using mixpix404's tips. I just wanted to know is it possible to pull stock apps to edit and if so could someone give me the code to pull and re-install?
Click to expand...
Click to collapse
not sure about that stuff but where is the mixpix404's tips? I'd like to read them.
n19htmare said:
not sure about that stuff but where is the mixpix404's tips? I'd like to read them.
Click to expand...
Click to collapse
It's posted under the themes section
not sure about pulling them but i know you can if you do it in the update.zip before flashing.
creid2352 said:
Lately I've been editing all my apps from the market using mixpix404's tips. I just wanted to know is it possible to pull stock apps to edit and if so could someone give me the code to pull and re-install?
Click to expand...
Click to collapse
It's mixpix405... get it right! jk... but seriously!... jk
As for editing stock apps, I think you'll have to edit an update and flash the update to your phone. In a theme, the stock apps are in the system/app folder... Use 7-zip to open the archive, edit, resign, reflash... I havent tried it, so I can't say for sure it works... And I dont really know how else to do it.
You may just be able to extract, for example, the Calendar.apk from the update.zip, edit it, and then use conventional means (appmananger, astro, ADB, etc) to install it, but I have absolutely no clue.
I accidentally Deleted my Launcher using Titanium Backup. Now as you can image my phone is very limited. Can someone please upload a launcher.apk that i can install?
roberto188 said:
I accidentally Deleted my Launcher using Titanium Backup. Now as you can image my phone is very limited. Can someone please upload a launcher.apk that i can install?
Click to expand...
Click to collapse
pull it out of the rom that you flashed) and push it to your phone (/system/app)
Ok
Ok I have the rom...how do I extract the data from the rom?
open the zip file and extract it maybe?
open the rom zip, find the launcher2.apk and extract it somewhere (sdk tools folder usually best)
if in windows, hit shift+right click in a blank area of that explorer window/directory the apk now resides
in console window type:
adb remount
adb push Launcher2.apk /system/apps/
Just reflash your ROM, much easier for someone who may not know what they are doing.
daveid said:
Just reflash your ROM, much easier for someone who may not know what they are doing.
Click to expand...
Click to collapse
+1 agree
daveid said:
Just reflash your ROM, much easier for someone who may not know what they are doing.
Click to expand...
Click to collapse
On the flip side, he's got to learn somewhere and this would be a pretty easy task in the grand scheme of things.
I have searched high, and low for this apk and I keep coming up empty handed. I know the widget is available via a custom Rom, but I rather not take that route just yet.
Is this apk out there?
I tried to take the notepad/task widget from Fresh RoM and install it on a couple roms with ES FIle and it wouldn't work so not sure if you even can do it that way.
Interested in finding out a way to get some of these widgets myself.
I was told if I can't get the apk in this forum, I can't be done lol. My fingers are crossed...
Still searching...
Just meant a few fellow Evo owner's that are also interested in the apk. I guess Im not alone
He123321 said:
I have searched high, and low for this apk and I keep coming up empty handed. I know the widget is available via a custom Rom, but I rather not take that route just yet.
Is this apk out there?
Click to expand...
Click to collapse
If you see it in a custom rom, then download the rom, rename it to a zip file, and just take the apk for the widget right out of there and install it to your phone.
TJDuckett said:
If you see it in a custom rom, then download the rom, rename it to a zip file, and just take the apk for the widget right out of there and install it to your phone.
Click to expand...
Click to collapse
Ah, that does make sense, and this is the 1st time I ever heard of the idea. I will try it out.
Thanks
This ROM has it:
http://link.geekfor.me/freshevo053
tonyh703 said:
This ROM has it:
http://link.geekfor.me/freshevo053
Click to expand...
Click to collapse
Thanks for the link...
I found the apk, and I transfered it to my SD card. I found it via Astro, but I get !Application not install message when I hit the install button.
Now Im lost...
Did you get the apk from the system/app or data/app folder? If it's the system/app folder, you're going to need to adb push it to the system/app/ folder using adb rather than package install it.
TJDuckett said:
Did you get the apk from the system/app or data/app folder? If it's the system/app folder, you're going to need to adb push it to the system/app/ folder using adb rather than package install it.
Click to expand...
Click to collapse
Damn, I was afraid of that.
I do appreciate the help
He123321 said:
Damn, I was afraid of that.
I do appreciate the help
Click to expand...
Click to collapse
... what are you afraid of? You're phone's rooted, no?
If so, it's legit just typing three command strings to move the file, and you're set... literally seconds.
I'm currently some what rooted via unrevoked3.
He123321 said:
I'm currently some what rooted via unrevoked3.
Click to expand...
Click to collapse
I'm not familiar with unrevoked, and what permissions it gives you, but, are you experienced with adb at all? Do you have SDK tools installed?
unrevoked3 is a partial root. I would have to go with simpleroot to do what you speak of.
I need to take some time and sit down for a full root. Right now I'm riding around, and time is not my friend.
He123321 said:
unrevoked3 is a partial root. I would have to go with simpleroot to do what you speak of.
I need to take some time and sit down for a full root. Right now I'm riding around, and time is not my friend.
Click to expand...
Click to collapse
Yea. Full rooting is when you can really have some fun ^_^
wats the daily challenge apk all about am interested i got the fresh 053 zip but cant find the app wats the filename of the apk?
extrafuzzyllama said:
wats the daily challenge apk all about am interested i got the fresh 053 zip but cant find the app wats the filename of the apk?
Click to expand...
Click to collapse
Its a pretty cool widget that gives you one good deed for the day. It could be hug a friend, or hold a door open for someone.
The file name:
htc.rosiewidgets.daychallenge.apk
TJDuckett
I will do a full root soon, and yes on the fun part
anyone have dl link?
Here's the file
Well, I went a step further, and installed Fresh Evo 1.0.1 rooted via unrevoked3, and Rom manager.
The search option does work once in awhile
Is it possible to install the stock Android 2.2 browser in a sense rom?
I have already deleted the sense browser from the system/apps folder and put the new browser in the system/apps folder, and rebooted, but no dice.
I heard this browser is Pretty fast comparable to safari. Bump on this.
Try installing it with a filemanager ie rootexplorer or oifilemanager. Just tap on it, since you already placed the browser apk in the directory. The manager will prompt you.
willy900wonka said:
Try installing it with a filemanager ie rootexplorer or oifilemanager. Just tap on it, since you already placed the browser apk in the directory. The manager will prompt you.
Click to expand...
Click to collapse
Did that And it doesn't open, it just force closes. Hoping to get some more insight or correction to what I'm doing wrong.
habitual_line_stepper said:
Did that And it doesn't open, it just force closes. Hoping to get some more insight or correction to what I'm doing wrong.
Click to expand...
Click to collapse
copy the apk to your tools directory and from the command prompt try a adb install XXX.apk
Can someone Post the apk?
chocmatic said:
copy the apk to your tools directory and from the command prompt try a adb install XXX.apk
Click to expand...
Click to collapse
I just tried it this way, and it's force closing using this method too. Damn I really wanted the AOSP browser
soxozor said:
Can someone Post the apk?
Click to expand...
Click to collapse
here you go, this is the one I've been trying to use, pulled it out of cm6
habitual_line_stepper said:
I just tried it this way, and it's force closing using this method too. Damn I really wanted the AOSP browser
Click to expand...
Click to collapse
could have something to do with the framework files etc...
damn.
10chars
Anybody know how to change the destination folder when installing the modified apk?
wileout said:
Anybody know how to change the destination folder when installing the modified apk?
Click to expand...
Click to collapse
What do you mean exactly?
Are you installing using a flashable zip or the application?
A flashable zip is the easiest way so you can edit the installer script to place it in whatever directory you wish.
I never use the apk tools themselves for installing.
You can also boot to recovery and mount system.
Then from terminal, EX:
Code:
adb push MyCoolMod.apk /system/app
Let me know if that helps, or if you need more info, or are deadset on using that app to install and we can go from there.
santod040 said:
What do you mean exactly?
Are you installing using a flashable zip or the application?
A flashable zip is the easiest way so you can edit the installer script to place it in whatever directory you wish.
I never use the apk tools themselves for installing.
You can also boot to recovery and mount system.
Then from terminal, EX:
Code:
adb push MyCoolMod.apk /system/app
Let me know if that helps, or if you need more info, or are deadset on using that app to install and we can go from there.
Click to expand...
Click to collapse
I was trying to use the tool to push iy becaude i cant get adb to push it at all...but the tool keeps trying to push it to data/app or something like that and i need it to go to system/priv-app
ok tried adb pushing it again and no go even doing it with your command. any ideas?
wileout said:
ok tried adb pushing it again and no go even doing it with your command. any ideas?
Click to expand...
Click to collapse
My bad, forgot a slash, try it again.
Code:
adb push MyCoolMod.apk /system/priv-app/
santod040 said:
My bad, forgot a slash, try it again.
Code:
adb push MyCoolMod.apk /system/priv-app/
Click to expand...
Click to collapse
I did that man it just restarts adb like i put in a bad command or it says cannot stat blah blah blah file or directory not found
Ive had tigerstown tryin to help me out too and he has no idea whats going on
well got adb to push it but I lost my clock widget all together lol
wileout said:
well got adb to push it but I lost my clock widget all together lol
Click to expand...
Click to collapse
Using stock data cable? Had that be a problem on other devices when pushing files.
Sent from my HTC6525LVW using Tapatalk
wileout said:
well got adb to push it but I lost my clock widget all together lol
Click to expand...
Click to collapse
You need to do:
adb remount /system rw
adb push test.apk /system/priv-app
jsaxon2 said:
You need to do:
adb remount /system rw
adb push test.apk /system/priv-app
Click to expand...
Click to collapse
Do i replace test with the name of the file?
wileout said:
Do i replace test with the name of the file?
Click to expand...
Click to collapse
Yes sir.
You also need to have the file in your adb directory and start the command prompt from there.
There are other ways to do it, but this should work for you.
jsaxon2 said:
Yes sir.
You also need to have the file in your adb directory and start the command prompt from there.
There are other ways to do it, but this should work for you.
Click to expand...
Click to collapse
I got the widget back by going into the priv-app folder and clicking it and installing it but now it force closes so im assuming its something on my end with how it was signed and stuff
wileout said:
I got the widget back by going into the priv-app folder and clicking it and installing it but now it force closes so im assuming its something on my end with how it was signed and stuff
Click to expand...
Click to collapse
After you push to the /system/priv-app folder, did you reboot? That should have installed it for you. Might also be a permissions problem. Make sure the permissions on your file are the same as the permissions on the rest of the files in that folder.
jsaxon2 said:
After you push to the /system/priv-app folder, did you reboot? That should have installed it for you. Might also be a permissions problem. Make sure the permissions on your file are the same as the permissions on the rest of the files in that folder.
Click to expand...
Click to collapse
Ok ill try that...thanks for your help ill report back
jsaxon2 said:
After you push to the /system/priv-app folder, did you reboot? That should have installed it for you. Might also be a permissions problem. Make sure the permissions on your file are the same as the permissions on the rest of the files in that folder.
Click to expand...
Click to collapse
Tried that and im still getting force closes so its something on my end im assuming