Can't install apps from sdcard - G1 Q&A, Help & Troubleshooting

I am running cyanogen 4.2.5. the problem im having just started happening. I do what i usually do to install a app but now when i click the install button it goes blank and goes back to the install or cancel screen. I thought it was just that one app that was giving me the problem but its all of my apks. Also if the app is on my backup program it will reinstall from that program but not straight from sd.I have already check unknown sources,but i dont know where to go from there. Any help would be appreciated.Thx.

rialsi6 said:
I am running cyanogen 4.2.5. the problem im having just started happening. I do what i usually do to install a app but now when i click the install button it goes blank and goes back to the install or cancel screen. I thought it was just that one app that was giving me the problem but its all of my apks. Also if the app is on my backup program it will reinstall from that program but not straight from sd.I have already check unknown sources,but i dont know where to go from there. Any help would be appreciated.Thx.
Click to expand...
Click to collapse
Have you tried installing from the terminal, or console?

rialsi6 said:
I am running cyanogen 4.2.5. the problem im having just started happening. I do what i usually do to install a app but now when i click the install button it goes blank and goes back to the install or cancel screen. I thought it was just that one app that was giving me the problem but its all of my apks. Also if the app is on my backup program it will reinstall from that program but not straight from sd.I have already check unknown sources,but i dont know where to go from there. Any help would be appreciated.Thx.
Click to expand...
Click to collapse
Ok, so I'm experienceing the same problem here. And it only started when I updated to Cyan 4.2.5 (unthemed). I tried installing through terminal emulator using the following:
su
install /sdcard/app.apk /system/app
Click to expand...
Click to collapse
After remounting the device as rwx, and the phone hung like it was working, and then rebooted to android screen. I don't know about the OP, but I also have a LOT of apps that just don't seem to be working correctly. Better Terminal Emulator won't work anymore, AddressBook hangs all the time before self closing (without force close error). Lots of things. I can try to post some logs if needed.
Here's a Eclipse Log, just in case:
11-19 18:06:49.823: ERROR/BetterTerm(1932): Device Info: <device>
11-19 18:06:49.823: ERROR/BetterTerm(1932): <soft>
11-19 18:06:49.823: ERROR/BetterTerm(1932): <kernel>Linux version 2.6.29.6-cm42 ([email protected])</kernel>
11-19 18:06:49.823: ERROR/BetterTerm(1932): <buildNumber>kila1.6</buildNumber>
11-19 18:06:49.823: ERROR/BetterTerm(1932): </soft>
11-19 18:06:49.823: ERROR/BetterTerm(1932): <hard>
11-19 18:06:49.823: ERROR/BetterTerm(1932): <processor> ARMv6-compatible processor rev 2 (v6l) </processor> <hardware> trout </hardware> <revision> 0080 </revision> </hard>
11-19 18:06:49.823: ERROR/BetterTerm(1932): </device>
11-19 18:06:49.823: ERROR/BetterTerm(1932): ABI=null
11-19 18:06:49.873: ERROR/BetterTerm(1932): Thank you for purchasing Better Terminal Emulator Pro.
11-19 18:06:50.063: ERROR/BetterTerm(1932): Starting subprocess '/system/bin/sh - null'
11-19 18:06:50.073: WARN/dalvikvm(1932): Exception Ljava/lang/UnsatisfiedLinkError; thrown during Lcom/magicandroidapps/bettertermpro/Exec;.<clinit>
11-19 18:06:50.083: DEBUG/AndroidRuntime(1932): Shutting down VM
11-19 18:06:50.083: WARN/dalvikvm(1932): threadid=3: thread exiting with uncaught exception (group=0x4001e170)
11-19 18:06:50.093: ERROR/AndroidRuntime(1932): Uncaught handler: thread main exiting due to uncaught exception
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): java.lang.ExceptionInInitializerError
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at com.magicandroidapps.bettertermpro.BetterTerm.createSubprocess(BetterTerm.java:748)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at com.magicandroidapps.bettertermpro.BetterTerm.startListening(BetterTerm.java:627)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at com.magicandroidapps.bettertermpro.BetterTerm.onCreate(BetterTerm.java:463)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2364)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2417)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at android.app.ActivityThread.access$2100(ActivityThread.java:116)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1794)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at android.os.Handler.dispatchMessage(Handler.java:99)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at android.os.Looper.loop(Looper.java:123)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at android.app.ActivityThread.main(ActivityThread.java:4203)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at java.lang.reflect.Method.invokeNative(Native Method)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at java.lang.reflect.Method.invoke(Method.java:521)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at dalvik.system.NativeStart.main(Native Method)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): Caused by: java.lang.UnsatisfiedLinkError: Library BetterTerm not found
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at java.lang.Runtime.loadLibrary(Runtime.java:489)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at java.lang.System.loadLibrary(System.java:557)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): at com.magicandroidapps.bettertermpro.Exec.<clinit>(Exec.java:62)
11-19 18:06:50.143: ERROR/AndroidRuntime(1932): ... 16 more
Click to expand...
Click to collapse

Use astro or linda im using astro atm.

RicFusion said:
Ok, so I'm experienceing the same problem here. And it only started when I updated to Cyan 4.2.5 (unthemed). I tried installing through terminal emulator using the following:
After remounting the device as rwx, and the phone hung like it was working, and then rebooted to android screen. I don't know about the OP, but I also have a LOT of apps that just don't seem to be working correctly. Better Terminal Emulator won't work anymore, AddressBook hangs all the time before self closing (without force close error). Lots of things. I can try to post some logs if needed.
Click to expand...
Click to collapse
thats not how you install an apk....
either use push instead of install, or find the busybox commands to install

Related

Swype for all HVGA devices. OFFICIAL VERSION IS HERE!!! 3/06

Here is a release of Swype for the G1/any other android device. It should work on any build of any rom. (as long as it is android 1.5+)
Install it like a normal app and then enable swype in settings>locale&text
*UPDATE*
I made a new version of the app that should fix a few of the slowdowns it has. Download it over at iq0. In order to have 0 crashes in the new one, you have to disable sounds. Then you can do whatever you want.
It should also work for everyone now! No more install error!
http://bit.ly/69ZgH1
Enjoy
Update #2
The OFFICIAL leaked update is on my site now. Same link as above ^^. It should work 100% for everyone, but I haven't tested it. If it won't install for you, uninstall the old one. Thanks Zappletoo
Update #3 OFFICIAL beta Link to the site in the post.
Thanks =D
But I notice that you say 1.5, is this because it is the only you thingyou have testes it on, or because it will crash on 1.6+?
JAguirre1231 said:
But I notice that you say 1.5, is this because it is the only you thingyou have testes it on, or because it will crash on 1.6+?
Click to expand...
Click to collapse
I would guess not, as it was originally built for larger screens (Liquid, Droid) which are both 1.6+
Branwen said:
I would guess not, as it was originally built for larger screens (Liquid, Droid) which are both 1.6+
Click to expand...
Click to collapse
Ah okay, well he edited. Now it says 1.5+, so I'm gonna try it
I can't install it onto my phone. It says this application cannot be installed onto this phone. I'm running Super D 1.6 on a rooted mytouch3g. any ideas?
Tempestrs4 said:
I can't install it onto my phone. It says this application cannot be installed onto this phone. I'm running Super D 1.6 on a rooted mytouch3g. any ideas?
Click to expand...
Click to collapse
What does it say in logcat? Anyone else having this issue?
persiansown said:
What does it say in logcat? Anyone else having this issue?
Click to expand...
Click to collapse
Same problem on my Magic with CM 4.2.13 ROM
I dont' have a magic to test it out on. What is it saying in logcat?
Persian, do you know when another release for the G1 will come out? The one I got from this thread is working great, but there are a few bugs. I was wondering when they would be fixed, if you know.
Thanks,
Chris
persiansown said:
I dont' have a magic to test it out on. What is it saying in logcat?
Click to expand...
Click to collapse
Where can i find it ?
ChrispyChris said:
Persian, do you know when another release for the G1 will come out? The one I got from this thread is working great, but there are a few bugs. I was wondering when they would be fixed, if you know.
Thanks,
Chris
Click to expand...
Click to collapse
I'm the one who modified this to work on the G1. So updates come out when I fix the bugs. haha
Maymaymay: type adb logcat into adb.
persiansown said:
Maymaymay: type adb logcat into adb.
Click to expand...
Click to collapse
I hope that's what You need:
Code:
D/dalvikvm(21476): GC freed 9822 objects / 511168 bytes in 106ms
I/ActivityManager( 100): Starting activity: Intent { act=android.intent.action.
VIEW dat=file:///sdcard/install/signed-swypetest_2.apk typ=application/vnd.andro
id.package-archive cmp=com.android.packageinstaller/.PackageInstallerActivity }
I/PackageParser(21466): Impliciting adding android.permission.WRITE_EXTERNAL_STO
RAGE to old pkg com.swype.android.inputmethod
I/PackageParser(21466): Impliciting adding android.permission.READ_PHONE_STATE t
o old pkg com.swype.android.inputmethod
I/installd( 85): free_cache(8195932) avail 238817280
I/ActivityManager( 100): Displayed activity com.android.packageinstaller/.Packa
geInstallerActivity: 171 ms (total 171 ms)
W/InputManagerService( 100): Starting input on non-focused client com.android.i
[email protected] (uid=10057 pid=21476)
I/ActivityManager( 100): Starting activity: Intent { dat=file:///data/data/com.
android.packageinstaller/files/signed-swypetest_2.apk cmp=com.android.packageins
taller/.InstallAppConfirmation (has extras) }
I/PackageParser(21466): Impliciting adding android.permission.WRITE_EXTERNAL_STO
RAGE to old pkg com.swype.android.inputmethod
I/PackageParser(21466): Impliciting adding android.permission.READ_PHONE_STATE t
o old pkg com.swype.android.inputmethod
I/ActivityManager( 100): Displayed activity com.android.packageinstaller/.Insta
llAppConfirmation: 242 ms (total 242 ms)
I/InstallAppConfirmation(21466): result ok
I/ActivityManager( 100): Starting activity: Intent { dat=file:///data/data/com.
android.packageinstaller/files/signed-swypetest_2.apk cmp=com.android.packageins
taller/.InstallAppProgress (has extras) }
W/InputManagerService( 100): Starting input on non-focused client com.android.i
[email protected] (uid=10021 pid=21466)
I/ActivityManager( 100): Displayed activity com.android.packageinstaller/.Insta
llAppProgress: 140 ms (total 140 ms)
D/PackageParser( 100): Scanning package: /data/app/vmdl17241.tmp
W/PackageParser( 100): Exception reading /data/app/vmdl17241.tmp
W/PackageParser( 100): java.lang.SecurityException: META-INF/SWYPE-AN.SF has in
valid digest for assets/files/Spanish-full.htm in /data/app/vmdl17241.tmp
W/PackageParser( 100): at java.util.jar.JarVerifier.verifyCertificate(J
arVerifier.java:370)
W/PackageParser( 100): at java.util.jar.JarVerifier.readCertificates(Ja
rVerifier.java:273)
W/PackageParser( 100): at java.util.jar.JarFile.getInputStream(JarFile.
java:416)
W/PackageParser( 100): at android.content.pm.PackageParser.loadCertific
ates(PackageParser.java:285)
W/PackageParser( 100): at android.content.pm.PackageParser.collectCerti
ficates(PackageParser.java:447)
W/PackageParser( 100): at com.android.server.PackageManagerService.inst
allPackageLI(PackageManagerService.java:3932)
W/PackageParser( 100): at com.android.server.PackageManagerService.acce
ss$1500(PackageManagerService.java:104)
W/PackageParser( 100): at com.android.server.PackageManagerService$5.ru
n(PackageManagerService.java:3449)
W/PackageParser( 100): at android.os.Handler.handleCallback(Handler.jav
a:587)
W/PackageParser( 100): at android.os.Handler.dispatchMessage(Handler.ja
va:92)
W/PackageParser( 100): at android.os.Looper.loop(Looper.java:123)
W/PackageParser( 100): at android.os.HandlerThread.run(HandlerThread.ja
va:60)
D/dalvikvm( 100): GC freed 10842 objects / 894264 bytes in 245ms
D/dalvikvm(21466): GC freed 3123 objects / 264960 bytes in 101ms
D/ (21466): unable to unlink '/data/data/com.android.packageinstaller/fil
es/signed-swypetest_2.apk': No such file or directory (errno=2)
D/dalvikvm(21466): GC freed 3168 objects / 221936 bytes in 104ms
persiansown said:
I'm the one who modified this to work on the G1. So updates come out when I fix the bugs. haha
Click to expand...
Click to collapse
Well get to work then! Ha. I'm kidding, I appreciate the work you did on this. I just found out about it this morning and then was disappointed when it wasn't working on the G1. I did a Google search and found you had a link to it. I appreciate it.
Do you plan on posting your updates in this thread?
I got this to install by opening it up, deleting all the files in META-INF and resigning...
bump this up - i've been using a fender rom (with no gps) on my magic pretty much solely for the keyboard. I got this working by using adb install <.apk> instead of packageinstaller on the phone.
It's great, only bug i've found so far is long hold on the backspace
thanks for the hard work, hopefully you can get it going flawlessly
edit: so i made swpye fall over, then when trying to get it back it gives me this logcat:
Code:
W/InputMethodManager( 142): IME died: com.swype.android.inputmethod/.SwypeInputMethod dropping: KeyEvent{action=0 code=82 repeat=0 meta=0 scancode=139 mFlags=8}
W/InputMethodManager( 142): android.os.DeadObjectException
W/InputMethodManager( 142): at android.os.BinderProxy.transact(Native Method)
W/InputMethodManager( 142): at com.android.internal.view.IInputMethodSession$Stub$Proxy.dispatchKeyEvent(IInputMethodSession.java:289)
W/InputMethodManager( 142): at android.view.inputmethod.InputMethodManager.dispatchKeyEvent(InputMethodManager.java:1335)
W/InputMethodManager( 142): at android.view.ViewRoot.deliverKeyEvent(ViewRoot.java:2165)
W/InputMethodManager( 142): at android.view.ViewRoot.handleMessage(ViewRoot.java:1518)
W/InputMethodManager( 142): at android.os.Handler.dispatchMessage(Handler.java:99)
W/InputMethodManager( 142): at android.os.Looper.loop(Looper.java:123)
W/InputMethodManager( 142): at android.app.ActivityThread.main(ActivityThread.java:3948)
W/InputMethodManager( 142): at java.lang.reflect.Method.invokeNative(Native Method)
W/InputMethodManager( 142): at java.lang.reflect.Method.invoke(Method.java:521)
W/InputMethodManager( 142): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
W/InputMethodManager( 142): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
W/InputMethodManager( 142): at dalvik.system.NativeStart.main(Native Method)
and another one. this is swype falling over after a long press of the backspace:
Code:
D/AndroidRuntime( 707): Shutting down VM
W/dalvikvm( 707): threadid=3: thread exiting with uncaught exception (group=0x40013140)
E/AndroidRuntime( 707): Uncaught handler: thread main exiting due to uncaught exception
D/dalvikvm( 707): GC freed 15473 objects / 620440 bytes in 153ms
E/AndroidRuntime( 707): android.content.res.Resources$NotFoundException: File res/raw/beep.wav from drawable resource ID #0x7f050000
E/AndroidRuntime( 707): at android.content.res.Resources.openRawResourceFd(Resources.java:814)
E/AndroidRuntime( 707): at com.swype.android.inputmethod.SwypeInputMethod$1.handleMessage(SwypeInputMethod.java:329)
E/AndroidRuntime( 707): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 707): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 707): at android.app.ActivityThread.main(ActivityThread.java:3948)
E/AndroidRuntime( 707): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 707): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 707): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
E/AndroidRuntime( 707): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
E/AndroidRuntime( 707): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 707): Caused by: java.io.FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed
E/AndroidRuntime( 707): at android.content.res.AssetManager.openNonAssetFdNative(Native Method)
E/AndroidRuntime( 707): at android.content.res.AssetManager.openNonAssetFd(AssetManager.java:412)
E/AndroidRuntime( 707): at android.content.res.Resources.openRawResourceFd(Resources.java:811)
E/AndroidRuntime( 707): ... 9 more
I/Process ( 84): Sending signal. PID: 707 SIG: 3
I/dalvikvm( 707): threadid=7: reacting to signal 3
I/AlertDialog( 84): [onCreate] auto launch SIP.
W/WindowManager( 84): No window to dispatch pointer action 1
D/dalvikvm( 492): GC freed 2066 objects / 104000 bytes in 95ms
D/dalvikvm( 492): GC freed 1223 objects / 61416 bytes in 95ms
D/dalvikvm( 142): GC freed 13522 objects / 1058792 bytes in 175ms
march83 said:
and another one. this is swype falling over after a long press of the backspace:
Click to expand...
Click to collapse
He KNOWS of these problems.
ok i've got it running pretty much fine now - it's throwing heaps of warnings to the logcat, but from a user point of view it's doing what it's meant to do i think...
the thing that was making it fall over more often than not was a missing sound resource so you can just go setting-> location and text-> swype-> disable sounds. not sure if this is a compressed resource or what, but it's looking for the file path shown below so i guess you could make that yourself and see what happens, but tbh i cbf, i just want to get it working for the meantime:
Code:
E/AndroidRuntime( 707): android.content.res.Resources$NotFoundException: File res/raw/beep.wav from drawable resource ID #0x7f050000
i also pushed the keychars and keylayout files from the fender build i had been using. not sure if that actually helped but i had been seeing a logcat message saying something about an incorrect layout file and that seems to have gone now.
take the 2 files and do this:
adb push sapphire-keypad.kcm.bin system/usr/keychars/
adb push sapphire-keypad.kl system/usr/keylayout/
get the files here:
http://rapidshare.com/files/340382956/keys.zip.html
10x only, so if it proves that they are necessary could someone host them somewhere more permanent???
This isn't installing on my G1 running CM4.2.13
have you tried installing it via adb?

[Q] Editing framework-res.apk to remove Carrier name from Notification bar

I'm having issues modifying framework-res.apk
I already checked some of the other posts and guides.
I'm working on a Motorola Backflip running j_r0dd's Preclair v1.0.3
I just switched my carrier from AT&T to T-Mobile.
I get stuck in a boot loop or get no results at all depending on whether I push or copy/paste the new file and whether I do it when the phone is running or in recovery mode.
Any help would be greatly appreciated.
Here is what I had posted on modmymobile.com:
Ok. I'll try again. Thanks for the help. I'll let you know how it goes.
What about signing? If I am using App Manager can I just recompile and sign with App Manager? I am about to try this. I'm performing a nandroid backup now. I'll report back how it works out. The only value I changed was the onsText maxLength value from 18 to 3.
1. I decompiled with App Manager
2. I edited the status-bar.xml file.
3. I choose 11. Compile apk option in Apk Manager.
4. I answered Y to system file and to the option for the keep folder.
5. I deleted status-bar.xml and the resources file from the keep folder.
6. I pressed enter to continued in Apk Manager
7. I selected 12. Sign apk option in Apk Manager.
8. I am now pushing the framework-res.apk to the phone in recovery mode
9. Restarted just fine but no changes have taken place.
I checked the file sizes of the original and the modified framework-res.apk files and the original is 2899KB and the modified is only 1731KB. After I changed the file and rebooted the one on the phone was back to 2899KB.
I'll try copying the file with root explorer instead of pushing just to make sure it is overwriting.
After this operation I get this in the logcat:
11-19 11:22:30.666 195 204 W WallpaperService: Wallpaper service gone: ComponentInfo{a
ndroid/com.android.internal.service.wallpaper.ImageWallpa per**
11-19 11:22:30.666 195 204 W WallpaperService: Reverting to built-in wallpaper!
11-19 11:22:30.666 195 204 W dalvikvm: threadid=15: thread exiting with uncaught excep
tion (group=0x4001e278)
11-19 11:22:30.676 195 204 E AndroidRuntime: Uncaught handler: thread android.server.S
erverThread exiting due to uncaught exception
11-19 11:22:30.676 195 204 E AndroidRuntime: *** EXCEPTION IN SYSTEM PROCESS. System
will crash.
11-19 11:22:30.746 195 204 E AndroidRuntime: java.lang.IllegalArgumentException: Unkno
wn component ComponentInfo{android/com.android.internal.service.wallpaper.ImageWallpa per**
11-19 11:22:30.746 195 204 E AndroidRuntime: at com.android.server.WallpaperMan
agerService.bindWallpaperComponentLocked(Wallpaper ManagerService.java:476)
11-19 11:22:30.746 195 204 E AndroidRuntime: at com.android.server.WallpaperMan
agerService$WallpaperConnection.onServiceDisconnec ted(WallpaperManagerService.java:191)
11-19 11:22:30.746 195 204 E AndroidRuntime: at android.app.ActivityThread$Pack
ageInfo$ServiceDispatcher.doConnected(ActivityThre ad.java:1130)
11-19 11:22:30.746 195 204 E AndroidRuntime: at android.app.ActivityThread$Pack
ageInfo$ServiceDispatcher$RunConnection.run(Activi tyThread.java:1151)
11-19 11:22:30.746 195 204 E AndroidRuntime: at android.os.Handler.handleCallba
ck(Handler.java:587)
11-19 11:22:30.746 195 204 E AndroidRuntime: at android.os.Handler.dispatchMess
age(Handler.java:92)
11-19 11:22:30.746 195 204 E AndroidRuntime: at android.os.Looper.loop(Looper.j
ava:136)
11-19 11:22:30.746 195 204 E AndroidRuntime: at com.android.server.ServerThread
.run(SystemServer.java:469)
11-19 11:22:30.776 288 288 W Launcher.Model: Nobody to tell about the new app. Launch
er is probably loading.
11-19 11:22:30.846 195 204 E CheckinService: Can't find package android
11-19 11:22:31.076 1020 1024 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.086 596 602 I ActivityThread: Removing dead content provider: subscribe
dfeeds
11-19 11:22:31.086 293 305 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.096 744 749 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.106 691 810 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.106 674 679 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.106 552 557 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.116 488 495 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.126 403 407 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.126 284 299 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.126 284 299 I ActivityThread: Removing dead content provider: com.motor
ola.android.providers.settings
11-19 11:22:31.126 284 299 I ActivityThread: Removing dead content provider: com.motor
ola.android.server.checkin
11-19 11:22:31.126 288 301 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.136 282 297 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.136 270 274 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.136 370 376 I ActivityThread: Removing dead content provider: com.motor
ola.android.providers.settings
11-19 11:22:31.146 705 710 I ActivityThread: Removing dead content provider: com.motor
ola.android.server.checkin
11-19 11:22:31.216 641 645 I System.out: util.Log 4: ActivityThread :Removing dead co
ntent provider: settings: android.os.DeadObjectException
11-19 11:22:31.226 155 155 E vold : Framework disconnected
11-19 11:22:31.236 596 601 I ActivityThread: Removing dead content provider: settings
11-19 11:22:31.246 160 160 E installd: eof
11-19 11:22:31.246 160 160 E installd: failed to read size
11-19 11:22:31.256 641 645 W System.err: android.os.DeadObjectException
11-19 11:22:31.256 155 155 E vold : Unable to read framework command (Bad file numb
er)
11-19 11:22:31.256 155 155 E vold : Error processing framework command (Bad file nu
mber)
11-19 11:22:31.266 155 155 E vold : Unable to read framework command (Bad file numb
er)
11-19 11:22:31.266 155 155 E vold : Error processing framework command (Bad file nu
mber)
11-19 11:22:31.286 420 429 I System.out: util.Log 4: ActivityThread :Removing dead co
ntent provider: settings: android.os.DeadObjectException
11-19 11:22:31.286 420 429 W System.err: android.os.DeadObjectException
11-19 11:22:31.306 641 645 W System.err: at android.os.BinderProxy.transact(Native
Method)
11-19 11:22:31.306 641 645 W System.err: at android.os.ICheckinService$Stub$Proxy.l
og(ICheckinService.java:327)
11-19 11:22:31.316 641 645 W System.err: at android.util.Log.logCheckin(Log.java:16
1)
11-19 11:22:31.316 641 645 W System.err: at android.util.Log.i(Log.java:273)
Then this just loops:
11-19 11:22:32.356 1341 1341 E QC-QMI : Client: qmux_client ID is 53d
11-19 11:22:33.566 1340 1340 E AudioHardwareMSM72XX: start AudioHardware
11-19 11:22:33.576 1340 1340 E AudioHardwareMSM72XX: constructed (0 SND endpoints)
11-19 11:22:33.576 1340 1340 E AudioHardwareMSM72XX: AudioHardware::initChec
11-19 11:22:33.576 1340 1340 E AudioHardwareMSM72XX: AudioHardware::initChec
11-19 11:22:33.606 1340 1354 E AudioHardwareMSM72XX: msm72xx_enable_audpp: 0x0000
11-19 11:22:33.786 1342 1342 I SamplingProfilerIntegration: Profiler is disabled.
11-19 11:22:33.836 1342 1342 I Zygote : Preloading classes...
11-19 11:22:37.326 1342 1342 W ResourceType: Resources don't contain package for resourc
e number 0x010b0001
11-19 11:22:37.326 1342 1342 W dalvikvm: Exception Landroid/content/res/Resources$NotFou
ndException; thrown during Landroid/text/AutoText;.<clinit>
11-19 11:22:37.346 1342 1342 E Zygote : Error preloading android.text.AutoText.
11-19 11:22:37.346 1342 1342 E Zygote : java.lang.ExceptionInInitializerError
11-19 11:22:37.346 1342 1342 E Zygote : at java.lang.Class.classForName(Native Met
hod)
11-19 11:22:37.346 1342 1342 E Zygote : at java.lang.Class.forName(Class.java:237)
11-19 11:22:37.346 1342 1342 E Zygote : at java.lang.Class.forName(Class.java:183)
11-19 11:22:37.346 1342 1342 E Zygote : at com.android.internal.os.ZygoteInit.prel
oadClasses(ZygoteInit.java:295)
11-19 11:22:37.346 1342 1342 E Zygote : at com.android.internal.os.ZygoteInit.main
(ZygoteInit.java:582)
11-19 11:22:37.346 1342 1342 E Zygote : at dalvik.system.NativeStart.main(Native M
ethod)
11-19 11:22:37.346 1342 1342 E Zygote : Caused by: android.content.res.Resources$NotFou
ndException: Resource ID #0x10b0001
11-19 11:22:37.346 1342 1342 E Zygote : at android.content.res.Resources.getValue(
Resources.java:891)
11-19 11:22:37.346 1342 1342 E Zygote : at android.content.res.Resources.loadXmlRe
sourceParser(Resources.java:1865)
11-19 11:22:37.346 1342 1342 E Zygote : at android.content.res.Resources.getXml(Re
sources.java:779)
11-19 11:22:37.346 1342 1342 E Zygote : at android.text.AutoText.init(AutoText.jav
a:160)
11-19 11:22:37.346 1342 1342 E Zygote : at android.text.AutoText.<init>(AutoText.j
ava:76)
11-19 11:22:37.346 1342 1342 E Zygote : at android.text.AutoText.<clinit>(AutoText
.java:56)
11-19 11:22:37.346 1342 1342 E Zygote : ... 6 more
11-19 11:22:37.356 1342 1342 W dalvikvm: threadid=3: thread exiting with uncaught except
ion (group=0x4001e278)
When I reboot I get that second loop over and over while the motorola "m" is on the white screen.
I'm not sure about motorola but on the hero and many other devices, the carrier name is in the eri.xml. I'm with cellular south but I always put my wife's name on her phone.
Did you add the necessary(original) amount of spaces when hex editing that file?
I'm with dean.d though. Mine was in eri.xml too
are you both on CDMA phones? The text fields are T-CDMA. Is this just generic or does it refer to CDMA only? I'm on a GSM network.
From my understanding with 2.1 for the Backflip Motorola set the carrier to always show in the notification bar. Maybe its in the moto-res.apk file...I'll look there.

[Q] Market FCs after installing applications.

Hi All,
This is my first post here, sorry if this thread is duplicate but I was unable to find a similar thread.
I have a SGS9000 that I bought from Turkey, since Market and YouTube is not bundled here, I rooted the official 2.2 update with Z4 and pushed Vending.apk and YouTube.apk. The problem is my Market application is FCing after updating or installing applications. I install an application, installation finishes and I get an FC. Then, when I open the installed application for the first time, I get another Market FC. Then everything works fine.
I didn't wipe the system after installing 2.2 update but wiped cache from recovery. Since I pushed the latest versions of the applications, there are no updates to remove. Also clearing cache or stored information doesn't help either.
Is this a known bug or are there any solutions?
Thanks in advance.
P.S: I'm a seasoned Linux admin and programmer and I'm probably able to pull most of the tricks you can propose.
I am having the same problem with my galaxy s too. I followed the same procedure you described. I heard you are bound to get FCs this way. Apparently you should install google apps by applying update.zip via recovery. However, I have recovery 3e and it does not have the capability to use unsigned update.zip. It seems you need to have 2e and I don't have that so I could not do it. As you are a capable linux admin, maybe you can figure out how to revert back to 2e and can share with us.
Sent from my GT-I9000 using XDA App
Actually this is kinda absurd because the g-apps package doesn't have any files related to market besides the Vending and MarketUpdater apks and when you put the packages to the /system/app, they are installed by the phone anyway. I'll try to find some logs in the phone. Maybe then I can understand the real cause of the problem and dig deeper.
It might have something to do with some permissions etc. set by some sys files. I heard something about conflicts/permissions issue with market causing FCs. If you can check the sys logs and figure out th rd problem, that would be great.
Also I read somewhere in these forums who had the same issue solved it via update.zip way.
Sent from my GT-I9000 using XDA App
I had time to debug the problem and I isolated the problem. I have both good news and bad news.
The good news is, the problem looks like a simple permission problem. adb logcat spilled all the guts of the problem and it looks like it:
Code:
E/DatabaseUtils(25977): Writing exception to parcel
E/DatabaseUtils(25977): java.lang.SecurityException: Permission Denial: writing com.google.android.gsf.settings.GoogleSettingsProvider uri content://com.google.settings/partner from pid=8129, uid=10008 requires com.google.android.providers.settings.permission.WRITE_GSETTINGS
E/DatabaseUtils(25977): at android.content.ContentProvider$Transport.enforceWritePermission(ContentProvider.java:337)
E/DatabaseUtils(25977): at android.content.ContentProvider$Transport.insert(ContentProvider.java:173)
E/DatabaseUtils(25977): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:146)
E/DatabaseUtils(25977): at android.os.Binder.execTransact(Binder.java:288)
E/DatabaseUtils(25977): at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm( 8129): threadid=11: thread exiting with uncaught exception (group=0x4001d7d0)
E/AndroidRuntime( 8129): FATAL EXCEPTION: UpdateCheckinDatabaseService
E/AndroidRuntime( 8129): java.lang.SecurityException: Permission Denial: writing com.google.android.gsf.settings.GoogleSettingsProvider uri content://com.google.settings/partner from pid=8129, uid=10008 requires com.google.android.providers.settings.permission.WRITE_GSETTINGS
E/AndroidRuntime( 8129): at android.os.Parcel.readException(Parcel.java:1260)
E/AndroidRuntime( 8129): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:160)
E/AndroidRuntime( 8129): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:114)
E/AndroidRuntime( 8129): at android.content.ContentProviderProxy.insert(ContentProviderNative.java:408)
E/AndroidRuntime( 8129): at android.content.ContentResolver.insert(ContentResolver.java:587)
E/AndroidRuntime( 8129): at com.google.android.gsf.GoogleSettingsContract$NameValueTable.putString(GoogleSettingsContract.java:55)
E/AndroidRuntime( 8129): at com.google.android.gsf.GoogleSettingsContract$Partner.putString(GoogleSettingsContract.java:126)
E/AndroidRuntime( 8129): at com.android.vending.UpdateCheckinService.updateCheckinDatabase(UpdateCheckinService.java:140)
E/AndroidRuntime( 8129): at com.android.vending.UpdateCheckinService.access$000(UpdateCheckinService.java:34)
E/AndroidRuntime( 8129): at com.android.vending.UpdateCheckinService$ServiceHandler.handleMessage(UpdateCheckinService.java:85)
E/AndroidRuntime( 8129): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 8129): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 8129): at android.os.HandlerThread.run(HandlerThread.java:60)
I/PowerManagerService( 2475): Light Animator Finished curIntValue=32
W/ActivityManager( 2475): Force finishing activity com.android.vending/.SearchAssetListActivity
I/ ( 2475): dumpmesg > /data/log/dumpstate_app_error.log
The bad news is, I'm not familiar to the internal workings of the android yet and I was unable to modify the permissions. I tried /system/etc/permissions and added some xml files that contained proper syntax but that was unable to solve the problem.
I'll be glad if someone more experienced can give me some hints because I want to solve this annoying problem.
Cheers and thanks in advance to all.
[SOLVED] Market FCs after installing applications.
Nevermind, just use the new market app, updating solves all the problems.
I copied APK to my sdcard, became root from adb shell and moved the APK to /system/app, then ran "pm install -r Vending.apk" and now everything is silky smooth.
Hey man,
I tried to do what you've described but when I tried to install the vending.apk
I got the following error:
Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
Can you describe the procedure step by step for a noob please ?
thearif
Ok I found another solution that works. Simply install Sgstools from market (this will be your last FC) and update market from there. Not only will you have the latest market but you will get rid of FCs as well.
Note that you need to have root (i had temporary Z4root). That is it.
Sent from my GT-I9000 using XDA App
thearif said:
Ok I found another solution that works. Simply install Sgstools from market (this will be your last FC) and update market from there. Not only will you have the latest market but you will get rid of FCs as well.
Click to expand...
Click to collapse
This worked well until I rebooted. After the reboot FCs were back. Logcat is identical to yours:
Code:
I/ActivityThread( 1151): Publishing provider com.android.vending.SuggestionsProvider: com.android.vending.SuggestionsProvider
D/vending ( 1151): [1] VendingApplication.onCreate(): Resetting ServiceLocator from app
D/GoogleLoginService( 409): onBind: Intent { act=android.accounts.AccountAuthenticator cmp=com.google.android.gsf/.loginservice.GoogleLoginService }
I/ActivityManager( 259): Displayed activity com.android.vending/.AssetBrowserActivity: 906 ms (total 906 ms)
D/ResourceType( 1151): calling getConfigurations
D/ResourceType( 1151): called getConfigurations size=230
I/dalvikvm( 409): Jit: resizing JitTable from 4096 to 8192
D/dalvikvm( 1151): GC_FOR_MALLOC freed 6455 objects / 553792 bytes in 53ms
E/DatabaseUtils( 409): Writing exception to parcel
E/DatabaseUtils( 409): java.lang.SecurityException: Permission Denial: writing com.google.android.gsf.settings.GoogleSettingsProvider uri content://com.google.settings/partner from pid=1151, uid=10025 requires com.google.android.providers.settings.permis
sion.WRITE_GSETTINGS
E/DatabaseUtils( 409): at android.content.ContentProvider$Transport.enforceWritePermission(ContentProvider.java:348)
E/DatabaseUtils( 409): at android.content.ContentProvider$Transport.insert(ContentProvider.java:196)
E/DatabaseUtils( 409): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:146)
E/DatabaseUtils( 409): at android.os.Binder.execTransact(Binder.java:288)
E/DatabaseUtils( 409): at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm( 1151): threadid=11: thread exiting with uncaught exception (group=0x4001d7e8)
E/AndroidRuntime( 1151): FATAL EXCEPTION: Thread-12
E/AndroidRuntime( 1151): java.lang.SecurityException: Permission Denial: writing com.google.android.gsf.settings.GoogleSettingsProvider uri content://com.google.settings/partner from pid=1151, uid=10025 requires com.google.android.providers.settings.permission.WRITE_GSETTINGS
E/AndroidRuntime( 1151): at android.os.Parcel.readException(Parcel.java:1260)
E/AndroidRuntime( 1151): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:160)
E/AndroidRuntime( 1151): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:114)
E/AndroidRuntime( 1151): at android.content.ContentProviderProxy.insert(ContentProviderNative.java:408)
E/AndroidRuntime( 1151): at android.content.ContentResolver.insert(ContentResolver.java:592)
E/AndroidRuntime( 1151): at com.google.android.gsf.GoogleSettingsContract$NameValueTable.putString(GoogleSettingsContract.java:55)
E/AndroidRuntime( 1151): at com.google.android.gsf.GoogleSettingsContract$Partner.putString(GoogleSettingsContract.java:126)
E/AndroidRuntime( 1151): at com.android.vending.compat.MarketCheckinHelper.updateCheckinDatabase(MarketCheckinHelper.java:12)
E/AndroidRuntime( 1151): at com.android.vending.CheckinUpdater.sendContentSyncViaCheckin(CheckinUpdater.java:219)
E/AndroidRuntime( 1151): at com.android.vending.CheckinUpdater.performCheckin(CheckinUpdater.java:176)
E/AndroidRuntime( 1151): at com.android.vending.CheckinUpdater.access$000(CheckinUpdater.java:38)
E/AndroidRuntime( 1151): at com.android.vending.CheckinUpdater$1.run(CheckinUpdater.java:109)
E/AndroidRuntime( 1151): at com.android.vending.util.WorkService$1.run(WorkService.java:37)
W/ActivityManager( 259): Force finishing activity com.android.vending/.AssetBrowserActivity
W/ResourceType( 259): Skipping entry 0x7f040006 in package table 0 because it is not complex!
W/ResourceType( 259): Skipping entry 0x7f040005 in package table 0 because it is not complex!
I/Process ( 1151): Sending signal. PID: 1151 SIG: 9
I dont know what is causing your problem to come back after reboot. The very first thing that I checked was to is to see if the problem would pop back up after a reboot but it did not.
So you were on a rooted phone when you did this and gave root access to the sgstools app. If this is the case, maybe you can try clearing your cache.
thearif
Sent from my GT-I9000 using XDA App

Gtalk from 2.3.4 to 2.3.3

So I have been an android user for about 3 days now and just signed up for the forums. So I cannot post this to the dev section.
Anyway.
So I'm trying to port the new Gtalk to 2.3.3 from 2.3.4.
I have used adb push to move the appropriate apk and odex files as well as moved the libtalk_jni.so
The app loads and it looks new and all but there is no video option.
So I decompile the apk and there seems to be some reference to video in the AndroidManifest
com.google.android.talk.permission.VIDEO_CHAT_SERVICE
Can someone get me up to speed? Am I missing something?
Well i am not as lucky as you,man. MIUI just cannot recognize new version gtalk.
Sent from my Google Nexus S using XDA Premium App
xiambax said:
So I have been an android user for about 3 days now and just signed up for the forums. So I cannot post this to the dev section.
Anyway.
So I'm trying to port the new Gtalk to 2.3.3 from 2.3.4.
I have used adb push to move the appropriate apk and odex files as well as moved the libtalk_jni.so
The app loads and it looks new and all but there is no video option.
So I decompile the apk and there seems to be some reference to video in the AndroidManifest
com.google.android.talk.permission.VIDEO_CHAT_SERVICE
Can someone get me up to speed? Am I missing something?
Click to expand...
Click to collapse
where to find the .so file? could you post a link please?
elban said:
where to find the .so file? could you post a link please?
Click to expand...
Click to collapse
Here are the files,, can anyone deodex the apks please
I was thinking the same thing, so I did a bit of research into this.
I was able to successfully deodex and recompile the app, however it doesn't show up in the launcher. I think because it's Talk2.apk it needs to be launched from "Talk". Looking at the update, there are patches for Talk.apk and Talk.odex, which confirm that suspicion.
Looking at the manifest however, it looks like there is some new video service, so I'm not sure if just installing the updated talk app will work.
If someone would like to upload a dump of their /system on 2.3.4 I can try deodexing the new talk and talk2 apks, and we can try that, but otherwise there isn't much I can do since I don't have a NS in my possession right now.
edude03 said:
I was thinking the same thing, so I did a bit of research into this.
I was able to successfully deodex and recompile the app, however it doesn't show up in the launcher. I think because it's Talk2.apk it needs to be launched from "Talk". Looking at the update, there are patches for Talk.apk and Talk.odex, which confirm that suspicion.
Looking at the manifest however, it looks like there is some new video service, so I'm not sure if just installing the updated talk app will work.
If someone would like to upload a dump of their /system on 2.3.4 I can try deodexing the new talk and talk2 apks, and we can try that, but otherwise there isn't much I can do since I don't have a NS in my possession right now.
Click to expand...
Click to collapse
Talk.apk isn't present after the update, updater-script deletes it entirely. It's never replaced and not present in /system/app any longer. There is not a single call to patch Talk.apk in the updater-script that I can find nor do I see the .p patch under the patch dir of the packaged update.
Talk2.apk and Talk2.odex are then extracted to /system/app (they are present in the update in their entirety, they are not patches). libtalk_jni.so is extracted to /system/lib (also present in its entirety in the update).
Here's Talk2.apk, Talk2.odex and libtalk_jni.so directly from the update.
krohnjw said:
Talk.apk isn't present after the update, updater-script deletes it entirely. It's never replaced and not present in /system/app any longer. There is not a single call to patch Talk.apk in the updater-script that I can find nor do I see the .p patch under the patch dir of the packaged update.
Talk2.apk and Talk2.odex are then extracted to /system/app (they are present in the update in their entirety, they are not patches). libtalk_jni.so is extracted to /system/lib (also present in its entirety in the update).
Here's Talk2.apk, Talk2.odex and libtalk_jni.so directly from the update.
Click to expand...
Click to collapse
The app has to be deodexed to be useful. For that we need the whole rom dump (well /system).
blunden said:
The app has to be deodexed to be useful. For that we need the whole rom dump (well /system).
Click to expand...
Click to collapse
Dumping system now - I'll upload when finished.
edit: Uploading now - this will take a little while. I'll post a link when it's finished.
And completed: https://docs.google.com/leaf?id=0B_...IxZTktNWQzNGFmYTExY2Y1&hl=en&authkey=CL2J6csE
Thanks for the dump krohnjw and thanks for the correction. I was looking at the wrong version of the OTA (I was looking at the 2.3.2 -> 2.3.3 OTA :s)
EDIT 2: Here's the de-odexed APK, signed with testkeys. http://dl.dropbox.com/u/9720998/Talk2.apk. As of right now, on GRI40 and XXJVK (android 2.3.3 on a GT-i9000) it gives me a permission error. I've tired adb install and adb push /system/app; chmod 644 Talk2.apk. '
Almost there, though for some reason it's getting a permission error even though I'm running it from /system/app
Code:
flg=0x10200000 cmp=com.google.android.talk/.SigningInActivity } from pid 446
I/ActivityManager( 307): Start proc com.google.android.talk for activity com.google.android.talk/.SigningInActivity: pid=2035 uid=10067 gids={3003, 1015, 1006}
D/dalvikvm( 260): GC_EXPLICIT freed 12K, 53% free 2580K/5379K, external 1625K/2137K, paused 67ms
D/dalvikvm( 260): GC_EXPLICIT freed <1K, 53% free 2580K/5379K, external 1625K/2137K, paused 100ms
D/szipinf ( 2035): Initializing inflate state
D/dalvikvm( 260): GC_EXPLICIT freed <1K, 53% free 2580K/5379K, external 1625K/2137K, paused 76ms
I/ActivityThread( 2035): Pub com.google.android.talk.SuggestionProvider: com.google.android.talk.SuggestionsProvider
V/PlayerDriver( 261): HandleInformationalEvent: 23
I/ActivityManager( 307): Starting: Intent { dat=content://com.google.android.providers.talk/accounts/1 cmp=com.google.android.talk/.SigninActivity } from pid 2035
W/ActivityManager( 307): Trying to launch com.google.android.talk/.SigninActivity
D/dalvikvm( 2035): GC_EXTERNAL_ALLOC freed 115K, 51% free 2715K/5447K, external 2120K/2137K, paused 22ms
D/AndroidRuntime( 2035): Shutting down VM
W/dalvikvm( 2035): threadid=1: thread exiting with uncaught exception (group=0x40015578)
E/AndroidRuntime( 2035): FATAL EXCEPTION: main
E/AndroidRuntime( 2035): java.lang.SecurityException: Need GTalk_SERVICE permission: Neither user 10067 nor current process has com.google.android.gtalkservice.permission.GTALK_SERVICE.
E/AndroidRuntime( 2035): at android.os.Parcel.readException(Parcel.java:1322)
E/AndroidRuntime( 2035): at android.os.Parcel.readException(Parcel.java:1276)
E/AndroidRuntime( 2035): at com.google.android.gtalkservice.IGTalkService$Stub$Proxy.getImSessionForAccountId(IGTalkService.java:252)
E/AndroidRuntime( 2035): at com.google.android.talk.SigninActivity.signInAccount(SigninActivity.java:414)
E/AndroidRuntime( 2035): at com.google.android.talk.SigninActivity.access$200(SigninActivity.java:52)
E/AndroidRuntime( 2035): at com.google.android.talk.SigninActivity$1.run(SigninActivity.java:165)
E/AndroidRuntime( 2035): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 2035): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 2035): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 2035): at android.app.ActivityThread.main(ActivityThread.java:3687)
E/AndroidRuntime( 2035): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2035): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 2035): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:842)
E/AndroidRuntime( 2035): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
E/AndroidRuntime( 2035): at dalvik.system.NativeStart.main(Native Method)
E/ ( 307): Dumpstate > /data/log/dumpstate_app_error
W/ActivityManager( 307): Force finishing activity com.google.android.talk/.SigninActivity
I/dumpstate( 2047): begin
W/ActivityManager( 307): Activity pause timeout for HistoryRecord{40be0658 com.google.android.talk/.SigninActivity}
edude03 said:
Almost there, though for some reason it's getting a permission error even though I'm running it from /system/app
Code:
flg=0x10200000 cmp=com.google.android.talk/.SigningInActivity } from pid 446
I/ActivityManager( 307): Start proc com.google.android.talk for activity com.google.android.talk/.SigningInActivity: pid=2035 uid=10067 gids={3003, 1015, 1006}
D/dalvikvm( 260): GC_EXPLICIT freed 12K, 53% free 2580K/5379K, external 1625K/2137K, paused 67ms
D/dalvikvm( 260): GC_EXPLICIT freed <1K, 53% free 2580K/5379K, external 1625K/2137K, paused 100ms
D/szipinf ( 2035): Initializing inflate state
D/dalvikvm( 260): GC_EXPLICIT freed <1K, 53% free 2580K/5379K, external 1625K/2137K, paused 76ms
I/ActivityThread( 2035): Pub com.google.android.talk.SuggestionProvider: com.google.android.talk.SuggestionsProvider
V/PlayerDriver( 261): HandleInformationalEvent: 23
I/ActivityManager( 307): Starting: Intent { dat=content://com.google.android.providers.talk/accounts/1 cmp=com.google.android.talk/.SigninActivity } from pid 2035
W/ActivityManager( 307): Trying to launch com.google.android.talk/.SigninActivity
D/dalvikvm( 2035): GC_EXTERNAL_ALLOC freed 115K, 51% free 2715K/5447K, external 2120K/2137K, paused 22ms
D/AndroidRuntime( 2035): Shutting down VM
W/dalvikvm( 2035): threadid=1: thread exiting with uncaught exception (group=0x40015578)
E/AndroidRuntime( 2035): FATAL EXCEPTION: main
E/AndroidRuntime( 2035): java.lang.SecurityException: Need GTalk_SERVICE permission: Neither user 10067 nor current process has com.google.android.gtalkservice.permission.GTALK_SERVICE.
E/AndroidRuntime( 2035): at android.os.Parcel.readException(Parcel.java:1322)
E/AndroidRuntime( 2035): at android.os.Parcel.readException(Parcel.java:1276)
E/AndroidRuntime( 2035): at com.google.android.gtalkservice.IGTalkService$Stub$Proxy.getImSessionForAccountId(IGTalkService.java:252)
E/AndroidRuntime( 2035): at com.google.android.talk.SigninActivity.signInAccount(SigninActivity.java:414)
E/AndroidRuntime( 2035): at com.google.android.talk.SigninActivity.access$200(SigninActivity.java:52)
E/AndroidRuntime( 2035): at com.google.android.talk.SigninActivity$1.run(SigninActivity.java:165)
E/AndroidRuntime( 2035): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 2035): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 2035): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 2035): at android.app.ActivityThread.main(ActivityThread.java:3687)
E/AndroidRuntime( 2035): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 2035): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 2035): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:842)
E/AndroidRuntime( 2035): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
E/AndroidRuntime( 2035): at dalvik.system.NativeStart.main(Native Method)
E/ ( 307): Dumpstate > /data/log/dumpstate_app_error
W/ActivityManager( 307): Force finishing activity com.google.android.talk/.SigninActivity
I/dumpstate( 2047): begin
W/ActivityManager( 307): Activity pause timeout for HistoryRecord{40be0658 com.google.android.talk/.SigninActivity}
Click to expand...
Click to collapse
Have you tried to fix permissions or clear data for Talk? Sounds like a permission or UID error.
I've pushed the apk but it doesn't get loaded (no dex in dalvik cache), unfortunately no errors in logcat.
I think it's because it's not signed.
No I did sign it, let me clear the caches and data though just to make sure.
Sent from my GT-I9000 using XDA App
On cm 7 I can confirm it opens starts running then force closes.
Sent from my HTC Glacier using XDA Premium App
xiambax said:
Mine doesn't force close
Sent from my Nexus S using XDA App
Click to expand...
Click to collapse
You already have the update for the nexus s meaning you are on 2.3.4 cm7 runs 2.3.3
Sent from my HTC Glacier using XDA Premium App
Can you tell me exactly where you push the files? Talk is system app and lib would go into system lib correct?
Sent from my HTC Glacier using XDA Premium App
edude03 said:
Thanks for the dump krohnjw and thanks for the correction. I was looking at the wrong version of the OTA (I was looking at the 2.3.2 -> 2.3.3 OTA :s)
EDIT 2: Here's the de-odexed APK, signed with testkeys. http://dl.dropbox.com/u/9720998/Talk2.apk. As of right now, on GRI40 and XXJVK (android 2.3.3 on a GT-i9000) it gives me a permission error. I've tired adb install and adb push /system/app; chmod 644 Talk2.apk. '
Click to expand...
Click to collapse
I installed it successfully,, but I don't see the option for video calling ?!
I'll look into why that is as soon as I can get it working myself, probably because of some check for the video service.
What OS are you on Nokia7Vista?
edude03 said:
I'll look into why that is as soon as I can get it working myself, probably because of some check for the video service.
What OS are you on Nokia7Vista?
Click to expand...
Click to collapse
Android 2.3.3 on Galaxy S
I copied the .so file and your apk to their appropriate locations and removed the old talk.apk version and it worked,, but no video calling option
OK. I got it running now, it was a permission error.
That said it has a weird graphical glitch and doesn't show any contacts.
I'll investigate when I get home.
Sent from my GT-I9000 using XDA App

Contacts not opening

Somebody please help me, im using Helly Bean 4.2 built of 02 December.... and everytime i try to open the Contacts App, it FC and i don't know why... Here is the logcat
Sorry for my english, i'm Mexican
Logcat
Code:
I/ActivityManager( 397): START u0 {act=android.intent.action.MAIN cat=[android.
intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.contacts/.activities.Pe
opleActivity bnds=[120,700][240,772]} from pid 611
I/ActivityManager( 397): Start proc com.android.contacts for activity com.andro
id.contacts/.activities.PeopleActivity: pid=32628 uid=10001 gids={50001, 3003, 1
015, 1028}
E/dalvikvm(32628): Dex cache directory isn't writable: /data/dalvik-cache
I/dalvikvm(32628): Unable to open or create cache for /system/app/Contacts.apk (
/data/dalvik-cache/[email protected]@[email protected])
D/AndroidRuntime(32628): Shutting down VM
W/dalvikvm(32628): threadid=1: thread exiting with uncaught exception (group=0x4
0d37930)
E/AndroidRuntime(32628): FATAL EXCEPTION: main
E/AndroidRuntime(32628): java.lang.RuntimeException: Unable to instantiate appli
cation com.android.contacts.ContactsApplication: java.lang.ClassNotFoundExceptio
n: Didn't find class "com.android.contacts.ContactsApplication" on path: /system
/app/Contacts.apk
E/AndroidRuntime(32628): at android.app.LoadedApk.makeApplication(LoadedA
pk.java:504)
E/AndroidRuntime(32628): at android.app.ActivityThread.handleBindApplicat
ion(ActivityThread.java:4516)
E/AndroidRuntime(32628): at android.app.ActivityThread.access$1300(Activi
tyThread.java:150)
E/AndroidRuntime(32628): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:1304)
E/AndroidRuntime(32628): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime(32628): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(32628): at android.app.ActivityThread.main(ActivityThrea
d.java:5191)
E/AndroidRuntime(32628): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime(32628): at java.lang.reflect.Method.invoke(Method.java:5
11)
E/AndroidRuntime(32628): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime(32628): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:562)
E/AndroidRuntime(32628): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(32628): Caused by: java.lang.ClassNotFoundException: Didn't fin
d class "com.android.contacts.ContactsApplication" on path: /system/app/Contacts
.apk
E/AndroidRuntime(32628): at dalvik.system.BaseDexClassLoader.findClass(Ba
seDexClassLoader.java:65)
E/AndroidRuntime(32628): at java.lang.ClassLoader.loadClass(ClassLoader.j
ava:501)
E/AndroidRuntime(32628): at java.lang.ClassLoader.loadClass(ClassLoader.j
ava:461)
E/AndroidRuntime(32628): at android.app.Instrumentation.newApplication(In
strumentation.java:968)
E/AndroidRuntime(32628): at android.app.LoadedApk.makeApplication(LoadedA
pk.java:499)
E/AndroidRuntime(32628): ... 11 more
W/ActivityManager( 397): Force finishing activity com.android.contacts/.activ
ities.PeopleActivity
D/dalvikvm( 397): GC_CONCURRENT freed 1949K, 20% free 15713K/19616K, paused 9ms
+18ms, total 196ms
W/ActivityManager( 397): Activity pause timeout for ActivityRecord{41897848 u0
com.android.contacts/.activities.PeopleActivity}
W/ActivityManager( 397): Activity destroy timeout for ActivityRecord{41897848 u
0 com.android.contacts/.activities.PeopleActivity}

Categories

Resources