struggling to install mail.apk on vodafone HTC Magic 32b
I really want/need the exchange support and have had some great help from @st0kes using his tip I got hold of Mail.apk put it on the SD and used Astro to install but get the message
--------------------------------
Application not installed
Work email could not be installed on this phone
---------------------------------
Any Ideas?
Thanks
push it with ADB?
Failed
C:\AndroidSDK>adb install Mail.apk
621 KB/s (1344284 bytes in 2.113s)
pkg: /data/local/tmp/Mail.apk
Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION]
Related
I have two security certificates that I need to install on an HTC Hero in order to sync with an exchange server. I transfered them to the device using a different email account with no trouble. I had to download the "astro" file manager in order to then access the certificates, but when viewing them, the file manager does not know what to do with the files.
I cannot find any sort of "certificate manager" or anything like that on the device. Does anyone know how to actually install the certificates?
thanks
cpenticuff said:
I have two security certificates that I need to install on an HTC Hero in order to sync with an exchange server. I transfered them to the device using a different email account with no trouble. I had to download the "astro" file manager in order to then access the certificates, but when viewing them, the file manager does not know what to do with the files.
I cannot find any sort of "certificate manager" or anything like that on the device. Does anyone know how to actually install the certificates?
thanks
Click to expand...
Click to collapse
As far as i'm aware, certificates only works on mobile windows... no other mobile OS.
n.steenbergen said:
As far as i'm aware, certificates only works on mobile windows... no other mobile OS.
Click to expand...
Click to collapse
I have had to install these on Blackberries and they installed fine.
So with Android, certificates are not required?
*edit
I just realized there was a HTC Hero forum... I didn't see it when I posted initially, so I posted here since the Click runs Android.
My apologies
The security certificates also work on the Palm Pre for Exchange syncing.
My Sprint Hero has recently stopped syncing with Exchange and it's giving me security certificate errors now:
"There are problems with the security certificate for this site.
This certificate is not from a trusted authority."
Oddly it used to work, and nothing has changed on the Exchange 2003 SP2 server.
Does anyone know the answer to this??
chnzshyguy said:
Does anyone know the answer to this??
Click to expand...
Click to collapse
Android root certificates are stored in /system/etc/security/cacerts.bks
I found a programm which ca update the keystore : portecle
http://portecle.sourceforge.net/
i've to pull the cacerts on your PC (u need java 6) adb pull ../..
then update wtih protecle : run portecle.jar
an push the fil again adb push ../...
A+
Jpq
(Mind the bump)
Is there an adb daemon installed on the HTC Hero, or will I have to push one on there somehow, to allow me to copy files to and from the phone?
And when I hooked one of these things up to my PC, XP reported it as a USB mass storage device and not a composite device. It didn't have a memory card, so it showed up as a removable drive with no disk in it. Or can I use the Android USB driver for Windows in place of usbstor to get access to the phone's own file system?
My carrier says I can hack the cacerts.bks file without violating their terms of service. Now I just need a way to get to it. Hopefully I can copy over it without having to root the phone.
gordonf4xda said:
(Mind the bump)
Is there an adb daemon installed on the HTC Hero, or will I have to push one on there somehow, to allow me to copy files to and from the phone?
My carrier says I can hack the cacerts.bks file without violating their terms of service. Now I just need a way to get to it. Hopefully I can copy over it without having to root the phone.
Click to expand...
Click to collapse
adbd should be there, to connect you need to enable checkbox in Settings->Applications->Development->USB Debugging
Nforce25, Thanks: I found the setting and can run adb on the phone. No root access, but if I have read/write access to the certificate store I won't need it.
Just typing 'su' gives me 'permission denied,' but I'll try to avoid rooting the phone.
Importing certificates manually
Android root certificates are stored in /system/etc/security/cacerts.bks
I found a programm which ca update the keystore : portecle
[ .. .. his link here .. ..]
i've to pull the cacerts on your PC (u need java 6) adb pull ../..
then update wtih protecle : run portecle.jar
an push the fil again adb push ../...
A+
Jpq
Click to expand...
Click to collapse
Hey there, nice work finding that out!
Now that i have my cacert imported inside the cacerts.bks i may try tomorrow if the wpa_supplicant will detect it, thus making it selectable for the wifi connection of my university. Keep ya posted.
Thanks.
Need your help with HTC sync and Certs..
Hello All,
I have looked for the certs on my phone using asto but I do not have them, which might explain why I am unable to setup my work email again. It was working before. Can someone help me find a way to fix this? I am able to use yahoo, gmail and hotmail but not my work email. using active sync gives me an error: Failed to create account. Please try again later. I was able to use it before but i messed something up. Any help appreciated. Thanks
EM
Hey Guys.
i managed to put my personal certificate in the cacerts.bks.
im now having trouble putting the file back into the andriod phone.
im getting "read only" error when trying to "adb push" the file back and "read only" error when trying to chmod the cacerts.bks file on the device (so i will be able to replace it with the new one) - im with the root account.
maybe i need to change the directory security? (system/etc/security)
im a noob at linux/unix (just rooted the phone yesterday)
any help will be great!
thanks ahead and sorry for my English,
Lior.
Try adb remount before any other command.
You can use a file manager as QTADB or android commander to do operations like copy, delete, rename etc from a graphical interface.
i tried from connectbot on the device
i tried using adb shell with superuser access
buth gave me "read only file system"
i even tried creating a folder in "system\etc\security" with astro file manager and got "no permission"
i am not familiar with that file system - do i need to change "security" directory permission before file permission?
EDIT: i checked mounting on the device and one of the mounts is:
/dev/block/mtdblock7 /system yaffs2 ro 0 0
as i understand, "ro" is read only?
so i cant write to this mount?
im afraid of unmounting it so my device won't stop working.
EDIT2: i tried adb remount
got: remount failed: Operation not permitted
EDIT3: managed to make the mount RW by using the command:
mount -o rw,remount -t yaffs2 /dev/block/mtdblock7 /system
EDIT4: (more as progress status)
"chmod 777" on the cacerts.bks file
and
"adb push cacerts.bks /system/etc/security/"
WORKED!!!
Hi
I've managed to get rid of the crappy Samsung TouchWiz calendar app, and replace it by the vanilla android Calendar.apk (pulled from CyanogenMOD 5.0.8).
To do this I did the following:
Code:
adb shell
su
rm /system/app/Calendar.*
rm /system/app/CalendarProvider.*
chmod 666 /data/system/packages.xml
exit
exit
adb pull /data/system/packages.xml c:\packages.xml
[removed the Calendar and CalendarProvider entries with notepad++]
adb push c:\packages.xml /data/system/packages.xml
adb install c:\CyanogenMOD5.0.8\CalendarProvider.apk
adb install c:\CyanogenMOD5.0.8\Calendar.apk
Worked like a charm!
Now i'm trying the same with Contacts
however this time around it's not working so easily.
Each time I'm trying to install the new ContactsProvider and Contacts apk's, I'm given the following error:
Code:
adb install ContactsProvider.apk
42 KB/s (146217 bytes in 3.344s)
pkg: /data/local/tmp/ContactsProvider.apk
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]
Any ideas??
I'd love to get a few minutes alone with however at Samsung decided to take this wonderful piece of hardware and cram it full with cheap, buggy iPhone-ripoff software
well to start off, it clearly said it was "Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]"
find a compatible APK then try again
I know this is and old thread but did you finally getit working?
vyruz1986 said:
Now i'm trying the same with Contacts
however this time around it's not working so easily.
Each time I'm trying to install the new ContactsProvider and Contacts apk's, I'm given the following error:
Code:
adb install ContactsProvider.apk
42 KB/s (146217 bytes in 3.344s)
pkg: /data/local/tmp/ContactsProvider.apk
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]
Any ideas??
I'd love to get a few minutes alone with however at Samsung decided to take this wonderful piece of hardware and cram it full with cheap, buggy iPhone-ripoff software
Click to expand...
Click to collapse
u don need to "install" the apk most of the time, just cp it to /system/app/ will do
ykk_five said:
u don need to "install" the apk most of the time, just cp it to /system/app/ will do
Click to expand...
Click to collapse
I already try that, but the contacts app is not available in app drawer..
PD: I´ve replaced Contacts.apk and ContactsProvider.apk from the cyanogen beta3
joserobleda said:
I already try that, but the contacts app is not available in app drawer..
PD: I´ve replaced Contacts.apk and ContactsProvider.apk from the cyanogen beta3
Click to expand...
Click to collapse
if i remember correctly, the "icon" depends on the contactsprovider
A lot of force closes if i do that. Any idea?
Im trying to install the stock android sms app on my mytouch. Its all rooted. I pulled the Mms.apk off the cm7 rom I have on my computer. I tried to just put it on my sdcard and install it from there. No dice. I tried to push it to system/app and when I try and install it is gives me a parsing error. I tried changing the permissions and still nothing is working. Any help would be appreciated!
pucktowake said:
Im trying to install the stock android sms app on my mytouch. Its all rooted. I pulled the Mms.apk off the cm7 rom I have on my computer. I tried to just put it on my sdcard and install it from there. No dice. I tried to push it to system/app and when I try and install it is gives me a parsing error. I tried changing the permissions and still nothing is working. Any help would be appreciated!
Click to expand...
Click to collapse
You've already asked this question ~25mins ago. If anyone know the answer i'm sure they will respond to you accordingly.
You have to remove the sense Mms.apk and Mms.odex from the /system/app folder and then push the stock Android Mms.apk or it will not work. Easiest way to remove it is to Flash CWM recovery and reboot into it and mount system and adb shell into it and type:
rm /system/app/mms.apk
rm /system/app/mms.odex
exit
and then make sure you have the stock mms.apk file on your computer and type
adb push "path of mms.apk" /system/app
unmount system and reboot and you should be good.
I am having issues trying to get my phone rooted.
I have followed tutorial on theunlockr.com. I have created my goldcard as indicated. But when I try to update the phone with the provided sappimg.zip it gives me wrong model ID. It tells me that try creating the goldcard again, and it doesn't work.
I have even tried to do the clockworkmod tutorial with superoneclick method and that does not work. Can someone assist me in getting this to work? What I'm looking for someone to do is to spend some time helping me. Is there a different way to get this working?
I have also tried 3 different goldcard's.
OS version 2.2.1
Does have 3.5mm Jack
I realize that I need to get that sappimg to install before I get that SPL and radio changed.
Have you tried this: http://forum.xda-developers.com/showthread.php?p=10824837#post10824837
?
Sent from my Sapphire/dream using XDA App
Did you not read my post? I stated that the superoneclick option does not work.
I will root phone but will not do the su test. I get error:
Running psneuter...
ROOTED
Pushing busybox...
1186 KB/s (1062992 bytes in 0.875s)
OK
chmod busybox...
OK
Getting mount path...
/dev/block/mtdblock3
OK
Reading OS Version properties...
Version: 2.2.1
OK
Remounting system with read-write access...
OK
Pushing su-v2...
failed to copy 'E:\Phone\SuperOneClickv1.7-ShortFuse\su-v2' to '/system/bin/su': No space left on device
OK
chmod su...
Unable to chmod /system/bin/su: No such file or directory
OK
Creating /system/xbin...
mkdir failed for /system/xbin, File exists
OK
Copying busybox (/system/xbin/)...
cp: write error: No space left on device
OK
Pushing Superuser.apk...
failed to copy 'E:\Phone\SuperOneClickv1.7-ShortFuse\Superuser.apk' to '/system/app/Superuser.apk': No space left on device
OK
Pushing Superuser.apk... (/data/app)
877 KB/s (196521 bytes in 0.218s)
OK
Remounting system with read-only access...
OK
Running a SU test...
Test failed!
FAILED
ro.product.brand=tmobile
ro.build.date.utc=1291961525
ro.product.model=T-Mobile myTouch 3G
ro.build.date=??? 12??? 10 14:12:05 CST 2010
ro.build.version.codename=REL
ro.build.tags=release-keys
ro.com.google.clientidbase.vs=android-hms-tmobile-us
ro.com.google.clientidbase=android-tmobile-us
ro.product.name=htc_sapphire
ro.product.device=sapphire
ro.build.type=user
ro.build.host=HPA004
ro.build.version.sdk=8
ro.build.display.id=FRG83D
ro.com.google.clientidbase.ms=android-hms-tmobile-us
ro.build.id=FRG83D
ro.build.version.release=2.2.1
ro.build.user=
ro.build.version.incremental=300801
btw I have the newer radio 2.22.28.25 and SPL 1.33.0013 <---- perfected SPL
Try rooting with gingerbreak. Or root manually using gingerbreak, rageagainstthecage, or killinginthenameof. Try with the gingerbreak apk first, and if that fails cone back and ill give you different instructions
I have tried gingerbreak on the phone manually installing. It reboots, but no superuser on phone.
I have tried superoneclick v.1.7 and 1.9.5 with rageagainstthecage and gingerbreak. It says it roots but I get the sending "su" command and fails. It states that device is full error too as you see in the post.
SAPPHIRE PVT 32A Ship S-ON G.
I have created a goldcard right but when I try to install the SAPPIMG.zip it tells me incorrect MODEL ID. From where I read you have to get the ENG SPL on this first. I also read that 2.2.1 update has locked to bootloader.
zelda26 said:
I have tried gingerbreak on the phone manually installing. It reboots, but no superuser on phone.
I have tried superoneclick v.1.7 and 1.9.5 with rageagainstthecage and gingerbreak. It says it roots but I get the sending "su" command and fails. It states that device is full error too as you see in the post.
SAPPHIRE PVT 32A Ship S-ON G.
I have created a goldcard right but when I try to install the SAPPIMG.zip it tells me incorrect MODEL ID. From where I read you have to get the ENG SPL on this first. I also read that 2.2.1 update has locked to bootloader.
Click to expand...
Click to collapse
Gingerbreak the app or the binary the app uses to root?
If the app doesn't work then I would try going to c-skills.blogsot.com and downloading gingerbreak or killinginthenameof and rooting manually (run exploit. Push su, install superuser)
Also it could be possible that it ran out of space for the superuser app. Try installing it from the market and see if it works
Also, the website is just from memory, could be wrong. If it is then go googleing
I tried gingerbreak the apk, and I have tried the gingerbreak from the superoneclick method. I will try this other one. Thanks for the help.
zelda26 said:
I tried gingerbreak the apk, and I have tried the gingerbreak from the superoneclick method. I will try this other one. Thanks for the help.
Click to expand...
Click to collapse
Try doing it manually (from adb shell or a terminal emulator on the phone)
Run the exploit. Remount system rw. Push su. Install superuser from market
going to need some help on that one. If you dont mind.
zelda26 said:
going to need some help on that one. If you dont mind.
Click to expand...
Click to collapse
Sure. Just tell me what part you need help with
Two ideas.
Use superoneclick to get shell root then push su via adb. Then install superuser from the market.
Or downgrade to 1.6 and root via universal androot
That sounds like an easier way. I will try yours. I'll have to look around how to downgrade to is that cupcake or donut?
Is there someone that is willing to IRC chat with me to get it done? Im running into the issue that it says that device is full.
Is there anyone willing to assist me? Or me to send the phone to to root with AMON-RA Im willing to paypal $20 to do it. This phone is a piece of junk without it being rooted. I dont have money for a new phone at this time. I will in the next couple months.
hello everyone,
I recently got my new Xperia play, rooted it and replaced the very very unusable Se Keyboard with the standart LatinIME.apk.
I really dont like the Se apps so I also wanna get rid of the Sms and Email app but when im installing the normal Email.apk im getting
$ adb install "Email(3).apk"
2062 KB/s (1015277 bytes in 0.480s)
pkg: /data/local/tmp/Email(3).apk
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]
I hope somebody could clear this up
Laberkopf
Done, thanks to AndroHero I found out that the correct procedure for replacing such apps is:
adb remount
adb push apkname.apk /system/app/
adb remount
adb shell
#reboot
I've replaced the SemcEmail.apk with the Email.apk from Oxygen-2.0-rc7 for the Htc Desire.
Also I've replaced the Conversation.apk withe the Mms.apk from Oxygen.
Thanks AdamG and AndroHero