I'm using the vanilla sms program. can I remove the stock hero dialer and use the vanilla one? when I go into my epst settings and have to enter my msl, I get a blak dialer of sorts.
edit: can we use somethign from an eris or similar device?
edit2: i downloaded the 'nexus-like' dialer from this post. havent pushed it yet, pretty sure its for gsm
what rom are you running. CM6 is all AOSP so the stock android dialer is in there. I attached both phone and contacts. Just adb push xxxxx.apk /system/app or adb install xxxxx.apk
unCoRrUpTeD said:
what rom are you running. CM6 is all AOSP so the stock android dialer is in there. I attached both phone and contacts. Just adb push xxxxx.apk /system/app or adb install xxxxx.apk
Click to expand...
Click to collapse
im using nfinites .6odex version with a darch oc kernel. i pushed the vanilla messages app and it worked alright. will this work the same way and do i need to delete the originals in the phone via adb prior to pushing? long sentence. thank you thank you
well I tried pushing those over after I deleted phone.apk. couldn't find anything called contacts.apk to delete. I pushed them both and neither seemed to work. in fact phone.apk did not work. seemed like it couldn't find service...
I attached both phone and contacts.
Are these apk's the ones that come with CM6 RC1 already ?
In all of the AOSP-apps-on-Sense discussions I've read through, people have always have trouble getting contacts/phone working.
c00ller said:
In all of the AOSP-apps-on-Sense discussions I've read through, people have always have trouble getting contacts/phone working.
Click to expand...
Click to collapse
yeah, they didnt work for me...
Related
So we've found the app/widget now we just need help installing the widget... Any help
-Just take off the .zip and enjoy
Code:
adb remount
adb push HtcFootprints.apk /system/app/HtcFootprints.apk
adb push HtcFootprints.odex /system/app/HtcFootprints.odex
adb shell reboot
Anyone happen to have the apk and odex? I can't find them in any my old Hero builds and would like to use program and widget... Thanks!!!
Ah bummer, I finally find the Footprints.apk and it force closes as soon as it starts on CM 3.6.5
kizer said:
Ah bummer, I finally find the Footprints.apk and it force closes as soon as it starts on CM 3.6.5
Click to expand...
Click to collapse
isn't it just for Hero? Its working on JacHero 2.7.4 just fine.
Beats me I don't have a Hero Rom.
what is Footprints app for exactly?
beware,
htc Footprints can only be used on HERO ROMS won't work on 1.5 regular cupcake, JF, Cyangen or others.
johnnylicious said:
beware,
htc Footprints can only be used on HERO ROMS won't work on 1.5 regular cupcake, JF, Cyangen or others.
Click to expand...
Click to collapse
Would you happen to know where I would be able to get the widget from by chance?
imbonez9 said:
Would you happen to know where I would be able to get the widget from by chance?
Click to expand...
Click to collapse
All HTC Hero widgets.
http://www.slackdev.com/justanotherdev/Widgets.zip
thanks to JAC.
johnnylicious said:
All HTC Hero widgets.
http://www.slackdev.com/justanotherdev/Widgets.zip
thanks to JAC.
Click to expand...
Click to collapse
There's no Footprints widget
-Thanks Though
Don't know if anyone still needs this or not..
http://forum.xda-developers.com/showpost.php?p=4379458&postcount=3
wouldn't work for me though.. even tried installing via adb, got errors.. etc.. let me know if it works for you though, somehow.
briggs81 said:
Don't know if anyone still needs this or not..
http://forum.xda-developers.com/showpost.php?p=4379458&postcount=3
wouldn't work for me though.. even tried installing via adb, got errors.. etc.. let me know if it works for you though, somehow.
Click to expand...
Click to collapse
thank you!!! ya still was looking for it... Will try it and let you know. You installed box the odex and apk n still it wouldn't work on Hero?
I tried installing just HTC footprints apk and odex via adb just got errors. Might try again later.
I am using a hero Rom on a magic.
i was able to get the odex to the app_s but when i install the widget it gives me error
"Failure [Install_Failed_Dexopt]"
If anyone knows what that means can you please help? Thank You
Yeah that's what I get when trying to install just the normal app from that zip. Can't figure it out as of yet.
When I install the. Apk from this thread it at least installs but crashes on opening. I think we are missing something
Yeah that's what I get when trying to install just the normal app from that zip. Can't figure it out as of yet.
When I install the. Apk from this thread it at least installs but crashes on opening. I think we are missing something
Thats weird bc i've used this footprints i've uploaded the whole time and still use it without it crashing. what error do you get when it crashes?
Try this.
adb remount
adb push HtcFootprints.apk /system/app/HtcFootprints.apk
adb push HtcFootprints.odex /system/app/HtcFootprints.odex
adb shell reboot
I was pushing to /system/app_s/ originally and that's what kept giving me the error. I don't know the difference between app and app_s, maybe app_s is just a system link or something.
Anyways, pushed the odex and apk for footprints and the widget, and it works, no crashing so far. widget works too.
it gives me a error: Read-only file system.
and even when i try in rootmanager it wont let me change it to r/w it stays on r/o
is it possible for me to replace my camera wit the htc camera app that is on the hero rom, and if so where can i get it??
not sure if possible, but it's easy to find out.
all you have to do is download the hero rom and extract the files. go into the system folder and look inside of the app folders and look for HTCCamera.apk OR Camera.apk.
take it and push it to your phone and reboot, it should work or not work you can test. it wont harm your phone. make sure you backup your current camera app first so you can revert if the hero camera dont work. Make a note of what file name your current camera is, and rename the hero camera to be the same thing. then push it.
NguyenHuu said:
not sure if possible, but it's easy to find out.
all you have to do is download the hero rom and extract the files. go into the system folder and look inside of the app folders and look for HTCCamera.apk OR Camera.apk.
take it and push it to your phone and reboot, it should work or not work you can test. it wont harm your phone. make sure you backup your current camera app first so you can revert if the hero camera dont work. Make a note of what file name your current camera is, and rename the hero camera to be the same thing. then push it.
Click to expand...
Click to collapse
you dont think i can jus install it as a normal app?? and if not, how do i "push it to my phone"??
gamefan231 said:
you dont think i can jus install it as a normal app?? and if not, how do i "push it to my phone"??
Click to expand...
Click to collapse
this is the exact steps you need to take.. first you need adb installed
adb remount
adb pull /system/app/Camera.apk
adb install directoryoffile/HTCCamera.apk
adb install directoryoffile/HTCAlbum.apk
adb shell remount
if it doesnt work or you get a FAILURE when pushing either one of these .apk files just push back your old Camera.apk
palosjr said:
this is the exact steps you need to take.. first you need adb installed
adb remount
adb pull /system/app/Camera.apk
adb install directoryoffile/HTCCamera.apk
adb install directoryoffile/HTCAlbum.apk
adb shell remount
if it doesnt work or you get a FAILURE when pushing either one of these .apk files just push back your old Camera.apk
Click to expand...
Click to collapse
where can i find "adb" and how do i install it?
gamefan231 said:
where can i find "adb" and how do i install it?
Click to expand...
Click to collapse
ay yi yi... look here... it will tell you exactly how to get ADB up and running... once you do, you will wonder how you ever lived without it...
ADB, Fastboot, Nandroid for n00bs
also, this write up is for the 1.5r2 SDK, the setup for 1.5r3, which is the newest one is exactly the same
IF YOU HAVE THE SDK INSTALLED, THEN YOU ALRREADY HAVE ADB. needed that in caps so you dont go installing stuff u might not need.
if you are on windows, hit start > run. then type CMD, then the dos box will pop up. here you can enter in the commands that palosjr gave earlier.
i was following the directions on the thread posted but when i tried to put the sdk folder in my c/ drive it told me i didnt have enuff space...would it be possible for someone to put the htccamera app into a theme for me?
I tried it but it resulted in following error:
Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION]
For either one (HTCCamera and HTCAlbum)
ya nm good luck im going to see how it turns out i would love to have HTC camera and Album seems nice.
abraxas_son said:
I tried it but it resulted in following error:
Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION]
For either one (HTCCamera and HTCAlbum)
Click to expand...
Click to collapse
probably needing some other framework from hero to make this work... i will do some searching for you and see if i cant get it to work. if you guys want the HTC camera, why dont yall just flash jacheroski1.8 or 2.0? both are solid, and in case you didnt hear, all the SMS issues are fixed.
I have ran those roms and ya they are solid but i like to stick with cyanogen roms. Im only really after the ablum app with multi touch. Now that BFS has hit the scene I'm tempted to give a hero rom a look see but i want to see what cyanogen will do next lol.
I looked around in two hero roms and found in the lib folder two *.so files for the camera and one for album. Those are the only files that are named after the apps. On a side note, do the camera and ablum app rely on one another? The reason i ask is the thread was started about the camera app and then it is recommended to push both by adb. Getting album to work is what caught my eye to begin with all though htc camera app would be nice.
Any progress on this front? I tried a couple Hero roms and really liked the camera and gallery. I can't stay on Hero because it doesn't work right with Google Voice dial-thru. Is there a way to get them ported into Cyanogen 4.1.11.1?
Install_failed_already_exists
Interesting... trying to adb install HTCCamera.apk (taken from the Sprint Hero dump) into Cyanogen 4.1.11.1 fails with the message [INSTALL_FAILED_ALREADY_EXISTS]
Doing the same for HTCAlbum.apk gives the message [INSTALL_FAILED_MISSING_SHARED_LIBRARY]
Running Dwangs rom, and I already tried Contacts.Apk from Eguene373 rom, All it did was remove Contacts completely. I pushed back my old Contacts already, but I would like to know if anyone has successfully pushed anything else?
No 2.0 apks wont function correctly in 1.6 roms.
Ace42 said:
No 2.0 apks wont function correctly in 1.6 roms.
Click to expand...
Click to collapse
some of them do. you need to know which ones and which files you have to push as well
I was wondering if it would be possible to take the Messaging .apk from a 2.1 ROM, and push it onto a 2.2 ROM, replacing the 2.2 Messaging app. I don't really like the 2.2 one, as it lags for me, and I can't really change the font sizes or anything.
Also, is it possible to take a 2.1 LatinIME.apk and do the same thing? These are the only two things that I don't really like about Froyo ROMs, because they are both slow on my phone.
Thanks!
I'm no dev or anything so I'm not 100% sure but I think it can be done. I just don't know if it would run I read somewhere where people tried to push apps from a different build and it FC's when the app starts. Also, I was looking into getting the froyo messager on a donut rom to see how it would run and i found this http://forum.xda-developers.com/showthread.php?t=752604. I opened it up to see what files we're flashed to get this and it's just the mms.apk. So I'm guessing what you said can be done by getting the mms.apk from a Eclair rom and push it into your system/app/ folder, The question is will it run though?
Ianlikescake said:
I'm no dev or anything so I'm not 100% sure but I think it can be done. I just don't know if it would run I read somewhere where people tried to push apps from a different build and it FC's when the app starts. Also, I was looking into getting the froyo messager on a donut rom to see how it would run and i found this http://forum.xda-developers.com/showthread.php?t=752604. I opened it up to see what files we're flashed to get this and it's just the mms.apk. So I'm guessing what you said can be done by getting the mms.apk from a Eclair rom and push it into your system/app/ folder, The question is will it run though?
Click to expand...
Click to collapse
I think I'm just gonna try it. I'll adb pull the original MMS.apk first, and if the pushed one doesn't work, I'll just push the original back in.
EDIT: Nope, doesn't work.
skate4lyph said:
I think I'm just gonna try it. I'll adb pull the original MMS.apk first, and if the pushed one doesn't work, I'll just push the original back in.
EDIT: Nope, doesn't work.
Click to expand...
Click to collapse
It was worth a shot.
Just found this on Android Central
Grab the new market apk while its hot
Either get it from the source link on the post or I've attached it below.
Put it on your SD card and then use file explorer to find it and install.
I just installed it on mine and seems to work pretty good. Nicer look than the old market.
How did I know that the Eris would be one of the first places for new apks.
Thanks!!!
wow thanks will try it out.
imma bout to try it
EDIT: It doesnt install with MP3[SPEED] rom that sux
Just flashed this and all i can say is AWESOME! No bugs as of yet.
Rick
emaninthenation said:
imma bout to try it
EDIT: It doesnt install with MP3[SPEED] rom that sux
Click to expand...
Click to collapse
Try this:
This should pull the market apk currently on your phone and save it on your computer as a backup:
adb pull /system/app/com.android.vending.apk com.android.vending-backup.apk
Then push the new apk. This should rename the file as the previous apk and push it to your system/app folder:
adb push com.android.vending-1.apk /system/app/com.android.vending.apk
Then reboot:
adb reboot
Then try launching the market.
I am going to load it on a GB and XTRSense5 tonight and see how it works. any one else have any input on this ?
Input about how it runs? I am running GSB 3.7 Odexed and it is very stable. It takes a little time to load initially, but after that, I find the user experience much better than the previous market design.
synesthete said:
Try this:
This should pull the market apk currently on your phone and save it on your computer as a backup:
adb pull /system/app/com.android.vending.apk com.android.vending-backup.apk
Then push the new apk. This should rename the file as the previous apk and push it to your system/app folder:
adb push com.android.vending-1.apk /system/app/com.android.vending.apk
Then reboot:
adb reboot
Then try launching the market.
Click to expand...
Click to collapse
will do. I'll report back later
I'm pretty new to rooting seen, so I appoligize if this question is dumb. But, on my Eris, all I have is a vending.apk file. So, is this the file that I need to replace with the new market apk?
It should run with either name, but I would make sure that you don't have more than one in there. That should be the one that you replace, though.
badjedi said:
I'm pretty new to rooting seen, so I appoligize if this question is dumb. But, on my Eris, all I have is a vending.apk file. So, is this the file that I need to replace with the new market apk?
Click to expand...
Click to collapse
Arabic Accent"My friend my friend" just get on this forum on your phone, click the link, when its finished downloading just click the notification that says its done downloading and it will let you install.
no need to have a rooted device.
This apk works on my Eris running Tazz ginger-sense 2.3.3
I can't complete the last request. I don't seem to have that same .apk
No way for me to backup
Running MacRom MR7
sjpritch25 said:
I can't complete the last request. I don't seem to have that same .apk
No way for me to backup
Running MacRom MR7
Click to expand...
Click to collapse
It's listed as Vending.apk in your screenshot. Same thing happened on my phone (GSB 3.7), and it worked fine after I replaced and rebooted.
Noob, first time posting...
Came to this site on my phone (via xda app). Downloaded file. Hit "open" and it went through the install process but finished with "Not Installed". Any thoughts.
Rooted Eris, Froyo 2.2.1, CM7, KaosFroyo V39
Edit: Never mind. Did the adb pull/push after flashing GSB CM7. Everything works great.
Has anyone seen this......
I can search the Market for games, books, and movies and find results. When I search for apps, I get no matches for my search. I've tried this with multiple versions of the market and multiple ROMs.
I've got content filtering set to show all.
Any suggestions.
Same here. Works perfect.
emaninthenation said:
This apk works on my Eris running Tazz ginger-sense 2.3.3
Click to expand...
Click to collapse