Default Android Calendar - myTouch 3G, Magic General

Has anyone tried pushing in Default Android Calendar to any of the SenSe/Hero ROM.
I've tried pushing it in following this Hero post without success.
http://forum.xda-developers.com/showthread.php?t=554826
Any ideas welcome.
I'm on eViL v1.5 currently.
s11
EDIT : ok. I managed to get it working on Hofo 3.0.5 following the above steps. but I really like to get it to work on eViL's ROM.

Alright,
I've tried with Hofo's ROM. Stock cupcake Calendar.apk pushed in successfully and works.
I tried pushing the same Calendar.apk to eViL's SenSe ROM and got the following in adb logcat.
E/PackageManager( 1714): Package com.android.calendar has no signatures that match those in shared user android.uid.calendar; ignoring!
W/PackageManager( 1714): Package couldn't be installed in /data/app/com.android.calendar.apk
Any idea how to get around this?

Great. got it solved.
followed this thread http://forum.xda-developers.com/showthread.php?t=503007 to get Calendar.apk auto-signed, put it in /sdcard and install through Astro.
I've also renamed SenSe Calendar.apk as Calendar2.apk.
Have now both Stock Android Calendar and Sense Calendar.
credit to mixpix405 on the auto-signing post.

Related

Google Maps cant fully installed on new ota rooted

Hi,
I just try install google map from market. it told me that it install unsuccessfully. the file come with it is not signed. However, I could run map now, but when I input some address search , it collapsed. what should I do. Thanks you.
This issue should be cleared up, what rom are you using?
I have no issue installing it in mine, nor ivan's.
jcase said:
This issue should be cleared up, what rom are you using?
I have no issue installing it in mine, nor ivan's.
Click to expand...
Click to collapse
Hi, jcase, Thanks for your reply. I just use Grdlock's All-In-One Auto-Root Script's room. I think he use your rooted ota rom. Did I doing anything wrong? I could su successfully on my droid eris. Thanks a lot
Contact grdlock, my ota root rom is obsolete as better ones came along and I removed it.
jcase said:
Contact grdlock, my ota root rom is obsolete as better ones came along and I removed it.
Click to expand...
Click to collapse
I remember I didnt do the step 3 of GrdLock.
That is
ECHO 1) Install jcase's live wallpaper update
ECHO 2) Install Launcher2 (Nexus Launcher)
ECHO 3) Install Flan Gallery (Nexus Photo Gallery)
ECHO 4) Remove HTC lockscreen
Does this affect the google map?
no, it would be the rom.
stoneszone said:
Hi,
I just try install google map from market. it told me that it install unsuccessfully. the file come with it is not signed. However, I could run map now, but when I input some address search , it collapsed. what should I do. Thanks you.
Click to expand...
Click to collapse
a solution to this is most likely to remove the apk from /system/app. this can b done a few ways but this one will do: adb shell rm /system/app/Maps.apk
anyhow its most likely due to the apps sigs. as in it was signed with test keys or something. also i know sometimes some apps wont update from /system/app i always add apps that can or will update to /data/app and symlink it in my roms. also i do this with larger apps like maps, streets, quickoffice, and so on. its a good practice i think. its worked out well for me
toastcfh said:
a solution to this is most likely to remove the apk from /system/app. this can b done a few ways but this one will do: adb shell rm /system/app/Maps.apk
anyhow its most likely due to the apps sigs. as in it was signed with test keys or something. also i know sometimes some apps wont update from /system/app i always add apps that can or will update to /data/app and symlink it in my roms. also i do this with larger apps like maps, streets, quickoffice, and so on. its a good practice i think. its worked out well for me
Click to expand...
Click to collapse
Tried when that problem popp'd up on another leak rom i was using, that caused errors for me. This issue should be solved in all current roms.
I just switch to ivan's rom. it works fine.

MT4G FavesWidget.apk on stock Sense

Hey guys,
I made an flashable zip of the faves.apk file, which i took from robociks MT4G port. Flashed it to /system/apps and everything works fine on Lambros r4. I wanted to get the faves widget too on my rom and flashed FavesWidget.apk to same location as Faves.apk, but I can't add the widget, it does not appear! Any ideas to get that working?
Thx
Sturmtief said:
Hey guys,
I made an flashable zip of the faves.apk file, which i took from robociks MT4G port. Flashed it to /system/apps and everything works fine on Lambros r4. I wanted to get the faves widget too on my rom and flashed FavesWidget.apk to same location as Faves.apk, but I can't add the widget, it does not appear! Any ideas to get that working?
Thx
Click to expand...
Click to collapse
Try pushing or installing via ADB. Might work out better.
I'll try, thx!
MT4G Dialer on Sense HD Roms
Is it possible to do the same with the dialer??
The dialer should work just fine. Nandroid backup and push the new one over to test.
MT4G Dialer on Sense HD Roms
I tried to install the dialer via Adb but give this! Im still a newbie so i think that something is missing!
D:\android-sdk-windows\tools>adb install -s htcdialer.apk
876 KB/s (1008143 bytes in 1.123s)
pkg: /sdcard/tmp/htcdialer.apk
Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
zHk3R said:
Try pushing or installing via ADB. Might work out better.
Click to expand...
Click to collapse
adb install failed because of this:
Failure [INSTALL_FAILED_SHARED_USER_INCOMPATIBLE]
and adb push has the same result as flashing the apk in recovery!
Any other ideas? Would be cool to have that widget!
Thx!

[Q] .APK decompress/build problem (beginner+localization)

Hello. Sorry for beginner question.
I'm a happy owner of my 'new' device, called Commtiva Z71. Not the highest-category, but after SE-K770i it's perfect (except camera).
ATM I'm using CM7 RC0 (GingerBread) on that, and would like to TRANSLATE some .APK-s. Tried with some SIMPLE, 3rd party APK and tried with some SYSTEM APPS...
But everytime i got error messages:
A.) If I dont sign the built apk, i can't install
B.) If I sign the APK, I can istall, but frozen, and option appears to FORCED CLOSE
-------
I followed the written "HOW TO" ways... for example
1.) APK decompress (only resources) with APKTOOL
2.) APK build with apktool (WITHOUT CHANGES!)
didn't worked.
----
/SYSTEM/FRAMEWORK/framework-res.apk copied to PC then
apktool if framework-res.apk
Tried 1-2 again. Same result.
----
Tried with making update package and restore with clockworkmod... Still Freeze, and option for FORCED CLOSE
----
Tried ADB PUSH with signed and unsigned apks... same result...
----
Tried to copy generated resources.asrc into original APK... same result...
----
Any Idea or suggestion?
Maybe I used wrong (modified framework for apktool)???
Many thanks for answers

[Q] DSP Manager conversion request

Hi all,
Attached is the DSP manager for Villain Rom, when i try to install it on my sense desire 2.2 (Starburst) its giving parse error
is there anyone who can modify this for android 2.2, this version of DSP has enhanced functionality which we dont get with prior versions
any help is appreciated
regards
H
The DSPManager must be installed as systemapp afaik.
Either you put it into a flashable zip or push it with adb or copy it to system/app with root explorer and S-OFF
mate i have already got a DSP manager installed. I just want to replace it with this one.
Being it made for android 2.3 its not compatible with android 2.2
as i have no clue about development of android i hoped someone here could recompile this APK to be compatible for android 2.2
Don't know if it will work for you, but I edited the minSDKversion from 9 to 8 in AndroidManifest.xml.
thanks mate, i will check and let u know if this works
cheers for the effort
regards
H
it works mate, thanks a billion...
is there a possibility for you to show me how this can be done. perhaps a link to tutorial.
thanks again for your help.
Sent from my HTC Desire
oops, too quick to respond, it is force closing since I have rebooted my desire.
any suggestions?
Sent from my HTC Desire
can anyone help.... ?
anyone?
Sent from my HTC Desire using Tapatalk
come on guys
Sent from my HTC Desire
There may be other software dependencies that it relies on to function properly. If that isn't the reason, then you could try clearing the apps data/cache in settings-applications-manager applications and seeing what that does.
If you would still like to know what I did to make it work, I could write a quick guide later today of what I did.
I would like to know how you made it work, since I want to use it on my LG Optimus 2X but when I install the apk I got from the cyanogen CM7 .zip for another phone it doesn't work...
I think theres one more file for the cyanogen DSPmanager.
system\lib\soundfx\libcyanogen-dsp.so
Read from an Oxygen thread post that you need to put that file in too.
I have both .apk and .so files on my Desire with Oxygen and it works.
im using oxygen 2.0.3 and i would love the dsp manager, what files are required.....??
To make it work with froyo, I used apktool on the apk, then I opened up the AndroidManifest.xml with PSPad, I edited the android:targetSdkVersion to be 8 instead of 9 (8 is the SDK version for froyo), then I recompiled the apk with apktool, signed, and pushed/installed on the phone.
In the DSPManager.apk from CM7.0.0, you need to edit the line android:minSdkVersion to be 8.
I have no way of testing this (as I am using CM7 RC4 and do not feel like installing a froyo ROM or a ROM without DSPManager), but it has the .so file mentioned above and the DSPManager.apk from CM7.0.0. Flash the file in recovery, if for some reason it will not flash, then push the files with adb or use root explorer and set the permissions.
Code:
adb remount
adb push libcyanogen-dsp.so /system/lib/soundfx/libcyanogen-dsp.so
adb push DSPManager.apk /system/app/DSPManager.apk
adb shell reboot
http://bit.ly/gLGIxj
Let me know whether or not this works.
flashing the zip, the phone would freeze at the bootloader, but pushing the files it works a treat thank you so much, i can finally make use of my headphones.......
Well it seems we might be getting closer:
http://forum.xda-developers.com/showthread.php?p=12884327#post12884327
Has someone tested this yet? Someone uploaded the latest one with an edited .so file. Maybe someone can test if this works on 2.2.2. LG Optimus X2 without patched libaudioflinger.so?
Kind regards,
Xav...
i tried it but all i get is FC...
LG Revo. Android V 2.2.2
tracker01 said:
i tried it but all i get is FC...
LG Revo. Android V 2.2.2
Click to expand...
Click to collapse
I got the same problem Samsung Omnia 2 Android 2.2.2
Older versions work fine (I got that .so file already in it's place) I just want the one with more bass just like my friend has on his LG GT540 android 2.3.5

[FILES] Stock email app (others coming soon)

If you recently upgraded to Gingerbread on your Droid X, you probably noticed that the Native Stock email app (among other items) is absent from your device after the upgrade.
I dislike the Blur email app and I'm used to using stock email, so I thought I'd share this with any of you who are interested.
This is the stock Android email app. I compiled it from Gingerbread source via AOSP.
I tested it and it's working fine on my device. I will be adding other files to this post as I test them and confirm they are working.
To install:
This must be installed via adb push. Just adb push it into /system/app
The usual disclaimers apply, I'm not responsible if you mess up your device. If you don't know what you're doing, you probably shouldn't do it.
Hey thanks for the file. This can also be installed using root explorer and moving it to system/app
Any chance you have the stock gb 596 file manager?

Categories

Resources