[After ICS upgrade] Sony Tablet S Issues & Suggestions/Workarounds - Sony Tablet S

Issues After ICS Upgrade
As of now I can see these issues after ICS upgrade:
1. WiFi Issue [CONFIRM ISSUE]
2. Few applications opening Up-Side Down [GENERIC ISSUE WITH ALL TABs]
WORK-AROUND:
I have installed ORIENTATION CONTROL, it solved my problem, now I can play games on my Sony Tablet in desired Reverse Portrait Mode.
https://market.android.com/details?...jb2luc29mdC5hbmRyb2lkLm9yaWVudGNvbnRyb2wiXQ..
3. Creaking Voice coming from the tablet's back casing, its serious hardware issue, can't accept such CHEAP quality at such HIGH rates. [CONFIRM ISSUE]
4. Screen is Flickering. [CONFIRM ISSUE]
PLEASE CONFIRM IF THESE ARE REAL ISSUES or JUST FEW UNITS HAVE THESE ISSUES
I will go through the thread and confirm if any of them is actually an issue, let me know if I am wrong..

Add to it the stock browser and dolphin closes suddenly!

I can confirm the Wi-Fi is an issue, it seems to disconnect if not in use for some time but also seems to try to reconnect when its suppose to sync with an online system.
I have yet to have any issues with my tablet Auto Dimming on me.
My Browser has crashed a few times but normally when I am running multiple Apps and normally a few other apps crash at the same time. The Social feed app from Sony seem to always be crashing on me now.

Is there a fix for the SD Card?
Can the gallery/music read data on the SD card? I don't want to use a file manager.

SOCIAL feed app constantly closing for me aswell

I can't. Say I have experienced any of these issues. The only issue I get is that every time I reboot I get a database update eroor for the sony music player and no music appears until about an hour later, despite it being in the native android music player.
---------- Post added at 08:26 PM ---------- Previous post was at 08:25 PM ----------
Vinny1967 said:
SOCIAL feed app constantly closing for me aswell
Click to expand...
Click to collapse
Oh yeah I get that too, but I never use it and I still get messages popping up saying it forced close.

Social feed app closing error box.

xperiax10.awesome said:
[Reserved for issues & solutions if possible]
As of now I can see these issues keep coming:
1. WiFi Issue
2. Auto Dim
3. Browser Closing Randomly (Stock browser as well as Dolphin)
PLEASE CONFIRM IF THESE ARE REAL ISSUES or JUST FEW UNITS HAVE THESE ISSUES..
Click to expand...
Click to collapse
I was having the wifi issue then found that by default it's set to turn off when you turn the screen off. Changed that to leave wifi on and now it's fine.
Also i've had no browser issues

Ditto with the social reader error even if not using it, also get a database error occasionally no idea what is causing that but nothing noticable seems to stop/crash.

I get force close when opening Crackle.
I initially had wifi dropping in stand by mode. I then upgrade to an N router and the problem seems to be solved. Although I dont think upgrading your router should be a solution. Mine was upgraded for other reasons.

Im looking to find if I can uninstall social feed but nothing, yes it crash.
Autodim only affect me in a well lit room, exclude in the entire house.
I dont get browser crash often. But it hzppensx, no more now that I have dolphin hd
No wi fi issue tho,
Sent from my Sony Tablet S using XDA Premium App

I constantly have the "database indexation error" in the notification bar, when I copy file to the tablet.

reeser said:
also get a database error occasionally no idea what is causing that but nothing noticable seems to stop/crash.
Click to expand...
Click to collapse
I looked at the what was happening when it happens via the ADB, I got the following....
Code:
W/SqliteDatabaseCpp(26820): sqlite returned error = 21 when trying to register logging func.
I/GenieMediaScannerService(26820): scanFinished()
W/ModuleAsyncTask(26813): java.lang.InterruptedException
W/ModuleAsyncTask(26813): at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1280)
W/ModuleAsyncTask(26813): at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:219)
W/ModuleAsyncTask(26813): at java.util.concurrent.FutureTask.get(FutureTask.java:82)
W/ModuleAsyncTask(26813): at com.sony.walkman.mediaapp.music.module.a.a.j.done(Unknown Source)
W/ModuleAsyncTask(26813): at java.util.concurrent.FutureTask$Sync.innerSet(FutureTask.java:252)
W/ModuleAsyncTask(26813): at java.util.concurrent.FutureTask.set(FutureTask.java:112)
W/ModuleAsyncTask(26813): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:310)
W/ModuleAsyncTask(26813): at java.util.concurrent.FutureTask.run(FutureTask.java:137)
W/ModuleAsyncTask(26813): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1081)
W/ModuleAsyncTask(26813): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:574)
W/ModuleAsyncTask(26813): at java.lang.Thread.run(Thread.java:1020)
W/ModuleAsyncTask(26813): java.lang.InterruptedException
W/ModuleAsyncTask(26813): at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1280)
W/ModuleAsyncTask(26813): at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:219)
W/ModuleAsyncTask(26813): at java.util.concurrent.FutureTask.get(FutureTask.java:82)
W/ModuleAsyncTask(26813): at com.sony.walkman.mediaapp.music.module.a.a.j.done(Unknown Source)
W/ModuleAsyncTask(26813): at java.util.concurrent.FutureTask$Sync.innerSet(FutureTask.java:252)
W/ModuleAsyncTask(26813): at java.util.concurrent.FutureTask.set(FutureTask.java:112)
W/ModuleAsyncTask(26813): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:310)
W/ModuleAsyncTask(26813): at java.util.concurrent.FutureTask.run(FutureTask.java:137)
W/ModuleAsyncTask(26813): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1081)
W/ModuleAsyncTask(26813): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:574)
W/ModuleAsyncTask(26813): at java.lang.Thread.run(Thread.java:1020)
W/ActivityManager( 141): Duplicate finish request for ActivityRecord{40c19d78 com.sony.walkman.mediaplayers/com.sony.walkman.mediaapp.music.activity.ScanDialogActivity}
My guess is that multiple instances of the scan are occurring, it detects the second is a duplicate and pops up with the error on the screen. Meanwhile the original is running in the background, that is why eventually the App shows the music.

Bojanglez said:
I looked at the what was happening when it happens via the ADB, I got the following....
My guess is that multiple instances of the scan are occurring, it detects the second is a duplicate and pops up with the error on the screen. Meanwhile the original is running in the background, that is why eventually the App shows the music.
Click to expand...
Click to collapse
Seems like that would cause noticeable lag on the device.

2. Auto Dim
3. Browser Closing Randomly
Confirm this

Just read new Skype supports tegra2 now. Wonder if it makes video Skype working on our tablet - I don't have it with me - could someone confirm please. Hope it does and that netflix will do the fix soon.
Sent from my R800i

Skype video is working now- update the app and enable video in settings and have fun. Hope netflix fixes their video soon too.
Sent from my Sony Tablet S using Tapatalk

hi, so is there a fix to this?
Also.....what else can I use to view photographs besides gallery

Yeah, I have the Social Feed force close happen quite a few times. It seems to happen when I try to open it, and it's pretty random. I also have the disappearing browser occur every so often. Other than that, I have not noticed any other major issues.

Hmm went in and cleared data on social reader/force stopped it, restarted it and redid my accounts and *so* far no random force closes. Guess Ill see how it holds up and whether that actually fixed it.

Related

[Q] Facebook app (any) 59min behind when posting?

Since there was no official facebook app for Gtab i was using FrendMe or Friend Caster Tab
Every time I've been commenting anything on other people walls or left something on my own wall every post was sent "59min a go", although on my PC everything was fine.
I though that this was a fault with the custom facebook apps but since official has been released problem reocurres.
Does anyone have the same problem?
Sent from my GT-P7510 using xda premium
I don't have this issue, but I have many issues with the FB App, as follows: 1) I get a Force Close error when selecting Friends; 2) I get a Force Close error when pressing back from Picture comments screen (pressing back elsewhere works fine); and others. Any ideas?
hassan210977 said:
I don't have this issue, but I have many issues with the FB App, as follows: 1) I get a Force Close error when selecting Friends; 2) I get a Force Close error when pressing back from Picture comments screen (pressing back elsewhere works fine); and others. Any ideas?
Click to expand...
Click to collapse
I am also getting both the issues mentioned by you. Hope they will update it soon with the fixes.
I just don't see the point of an app for things like FB when the web browser gives you everything you need and usually quicker with no bugs. I gave up with the app for android that was available last week...
I can understand the need for a FB app on a phone with smaller screen, but when you have a 10.1 seems a little pointless.

[Q] force close everything

Everything force closes on this thing. Including the app for this forum.
Social reader
Facebook
Xda forum
Crackle
Is it just me?
Sony S1 Tablet
Honeycomb 3.2
The only thing that force closes with me and many others is Crackle
Other than this I think you have to factory-reset your device as other applications are running fine
Sent from my Sony Tablet S using xda premium
Facebook force closes when I search friends but ok on the news feed, also got fc on the sky news app, also get the odd message saying social media has fcd as well
Sent from my Sony Tablet S using Tapatalk
Yes I get constant force closes on many apps and the browser. Seems like a honeycomb issue. Please fix this for ICS google.
I am hoping this is fixed with Flash 11 that just came out. So far so good.
Facebook used to force close on me a few days ago, after a powercycle (reboot) it went away.. so far only XDA app force closes on me, but when i use Tapatalk, it works fine.
jhepoy said:
Facebook used to force close on me a few days ago, after a powercycle (reboot) it went away.. so far only XDA app force closes on me, but when i use Tapatalk, it works fine.
Click to expand...
Click to collapse
I finally rebooted for the first time since receiving the device 7 days ago. I realized that would probably take care of some of the issues.
Hey Gutta624,
I'm having force close issues with my Sony Tablet S too. I wasn't getting any when I first got the tablet but ever since the 3.2.1 update I have been. I can't even access the Google Accounts app and sync the device to my google account.
I've started a thread called "Constant force closes since 3.2.1" on the androidtablets forum. I'd post a link but the best I can do is androidtablets (dot) net because this is my first post here at xda-developers.
I plan to take my device to the nearest service center this week so I'll let you know how that goes.
Gutta624 said:
Everything force closes on this thing. Including the app for this forum.
Social reader
Facebook
Xda forum
Crackle
Is it just me?
Sony S1 Tablet
Honeycomb 3.2
Click to expand...
Click to collapse
No Problem with Facebook
Use XDA Premium
Crackle m not using
CHECK THIS THREAD for other common issues:
http://forum.xda-developers.com/showthread.php?t=1280370
Do you sync your brower bookmarks with your google account? I have the same issues when activating the sync.
I have to say, this is a worrying thing with this Tablet. My other half has an ipad 2, and although it doesn't have flash, the rest of it does work as it should. Whereas the Sony seems to have all these niggly issues with it.
So now I have to weigh up the options - no flash but reliable os, or flash support but seemingly endless problems.
I've just got a nagging doubt about the Sony that if I get one I'm going to end up regretting it and wishing I'd just got a proper ipad instead.
Anyone have a problem free, happy Sony tablet experience?
Love the device... the software is miserable.
1. Social App and the Browser sometimes force close.
2. Zinio is frequently unresponsive and has to be force closed - happens regularly now that I have a few magazines in my library.
3. Stock browser is awefully laggy. This in comparison with my HTC Desire Z running Gingerbread. Try [www techradar com]. Very very slow and generally unresponsive. This is but one example. the lastest has been a laggy Sony app selection website. Oh... Opera often closes with no warning or error.
4. Dammit... Stanard Keyboard just force closed typing this.
5. The text selection is terribly buggy. Often can't select the right spot... the green arrows jump around erractically making the whole experience frustrating. Happens right here on XDA.
6. Predicition isn't't as good as the HTC devices... and they keyboard is not as responsive as the demo unit... either because of a software upgrade or the sony screen protector. Find that keys aren't't registering... most evident on the space bar.
The above isn't't at all acceptable and I'm hoping asoftware upgrade fixes it.
7. We were sold this device (in singapore) as a playsation certified device... and there isn't a store available... bad sony!!!
8. swapping between devices in the remote control app is too slow.
9. The DNLA app is frustrating.... slowt ransfers over wireless network... doesn't handle 90% of the video I have (from HTC and Panasonic) devices. Also clumsy interface... Doesn't even remember prior folder selections.
10. Battery drainage on standby is really mindboggling. Lose about 16% per day. I get about 4 maybe 5 at best out of the device. charging is awefully slow compared to other devices. Typically 3 to 4 hrs to recharge fully (from 14%).
I've taken a lot of time andcare diagnosing andcan't attribute the issues to anything otherthan software.... and this line was me typing at full speed with keyboard lag.
Would appreciate feedback.
Oh... how do I stop the autoreplace from forcing a replacement? I know you can select it but that would save it to the dictionary which I don't want. On the HTCs you simply click the empty space following the word and it's ignored.
Regards
I am also from Singapore..download the account manager apk and sign up..u will be able to download free PS games...
Today m going to sony store to replace my tab as its back case started creaking sound which is frustating..
sent via awesome aRc (rooted 2.3.4)

[Q] gmail crashing

Hello,
Is anyone else having issues with Gmail crashing?
I can get it to crash by looking at "all mail" and then scrolling down.
On my galaxy nexus this scrolling goes back to the server and loads more messages. On my prime it just crashes and goes completely black or crashes to the home screen. I have to then force stop Gmail in order to get it to load again.
I'm having the exact same problem with my prime. I'm guessing it had to do with some other app that is running because if i restart my prime, it doesn't happen again for a while. I've searched and haven't found any others having this problem though.
I also experience some "back to homescreen" while messing in Gmail. I just cleared the data/cache to see if it will help.
I am having these troubles, too. Have anybodies problems been solved (perhaps with the new Firmwares that were put out by Asus - I am still on 9.4.2.11 as I am based in Austria) ?
The .15 update has made it so that I do not crash any longer while scrolling.
Although, sometimes when I scroll down it just sits there....loading conversations....
I still experience gmail crash... I run WW .14. I hope .15 will fix it when it will be available.
Mine crashes as well on the lastest OTA firmware. I don't think I even need to scroll to crash to homescreen. I think it does it even when I just click on an email occasionally.
Gmail crashes soooo often for me. It's driving me batty. Any ideas on how to fix it yet?
cwoodard73 said:
Gmail crashes soooo often for me. It's driving me batty. Any ideas on how to fix it yet?
Click to expand...
Click to collapse
Have you cleared the cache and data?
SalsaForte said:
Have you cleared the cache and data?
Click to expand...
Click to collapse
In the few cases I've seen mentioned, whether that even helps temporarily is debatable. In my case it didn't help at all, so I just set up the "EMail" app to get my GMail instead of the GMail app.
yes i have tried that mltiple times, removed the gmail widget since i saw some mention that it could be causing the problems. no luck. removed other widgets one at a time as well. removing beautiful widgets seems to help with the home screen "crash" I was experiencing a lot, but does nothing to fix gmail
I guess I'll have to set up another email app or use a browser, but damn! neither are great fixes (
I just started using the ASUS Email app. That seems to work fine, including the widgets.
This is BS
Come on, Asus, this is Gmail, not some goofy homegrown app or a game or something. And this has been going on for a while. It is not something that just started. I swear Asus has their priorities up their ass sometimes.
I have the same problem ever since the last OTA update. The gmail app is virtually unusable, also get a similar problem with Maps crashing out when searching for places but I guess that's for a different thread.
Tried many things one of which, removing the Beautiful Widgets home screen weather/clock widget, solved a different problem where all the icons would disappear from the home screens.
It's a real shame 'cos I've had none of the hardware problems other people have had, but the flaky apps/browser/ICS are really making this tablet very difficult to use as an everyday device. Maybe it's time to unlock and try Virtuous ROM.
Maybe it's related to this:
http://www.androidcentral.com/google-acknowledges-gmail-app-may-be-flickering-says-fix-way
Acer Iconia A500 -- received stock ICS update a week ago and since then Gmail app has been playing up like all of you guys -- random crashes, flickering, freezes etc.
Very frustrating because that's the most used app on my tab. Now I have to revert to using native email app which kinda suck.

"Browser not responding" --- ASUS PLEASE FIX

Thread started to hopefully draw Asus' attention to one of the most annoying issues on the Prime, the "Browser not responding" error that seems to occur on almost any browser. I have turned flash to "on demand" which has helped a bit, but honestly, getting this message every 5-10 minutes is really annoying.
Sign on if you have this issue on your $500 Asus transformer prime too.
OMG this issue is sooo ANNOYING. I love my prime, but the constant pauses make me embarrased to show it to anyone. It looks a lot like hardware fault though, my galaxy s had the same issue and it was due to very slow flash writes(internal hardware, not adobe flash). It had an sd card soldered to the board for its internal memory and bascially any write would block the whole system for a second or two. It was fixed by some internal kernel changes and moving to ext4.
As noted in several other threads...there is a workaround.
In the browser, from the menu -> Settings -> Advanced -> Enable Plug-ins
Make sure it's set to "On demand"
Since changing this setting things for me have been pretty smooth.
I didn't have to do the On demand for the Galaxy S2 as it was perfectly find with it plugs ins on all the time.
jrkart99 said:
thread started to hopefully draw asus' attention to one of the most annoying issues on the prime, the "browser not responding" error that seems to occur on almost any browser. I have turned flash to "on demand" which has helped a bit, but honestly, getting this message every 5-10 minutes is really annoying.
Sign on if you have this issue on your $500 asus transformer prime too.
Click to expand...
Click to collapse
this is annoying..i try not to be whiner being nothing is perfect..but damn the browswer...workaround doesnt do anything either...i've tried all the other browsers and they're no better...hoping it gets fixed
It's sad that my HTC Thunderbolt, single core @ 1.4 ghz, can browse full desktop websites with flash enabled without slow down compared to TFP.
jrkart99 said:
Thread started to hopefully draw Asus' attention to one of the most annoying issues on the Prime, the "Browser not responding" error that seems to occur on almost any browser. I have turned flash to "on demand" which has helped a bit, but honestly, getting this message every 5-10 minutes is really annoying.
Sign on if you have this issue on your $500 Asus transformer prime too.
Click to expand...
Click to collapse
kdn102 said:
As noted in several other threads...there is a workaround.
In the browser, from the menu -> Settings -> Advanced -> Enable Plug-ins
Make sure it's set to "On demand"
Since changing this setting things for me have been pretty smooth.
Click to expand...
Click to collapse
I have tried the 'workaround' and can confirm that is not a true workaround. While it does seem to slightly reduce the number of occurrences it does not eliminate the annoying popup altogether. The OP also stated that he has tried this. Who knows, maybe this is something that varies from one device to the next.
Sometimes I wonder if its the bad i/o in combination with the Plus-1 of Nvidia's 4-Plus-1 that makes the browser tank. The slow i/o causes the Plus-1 to come into effect and the transfers slow even more due to reduce cpu speeds.
Factory reset solved this issue for me....Browser would hang and get popup...after reset stock browser loads pages with no hangs. Use Titanium Backup data only!
This happens in a couple applications for me. The browser (doesn't matter which one I use) and Pulse both have this problem. Both constantly give me the "not responding - wait or close" message. This is either a wifi related issue or an overworked ninja core, I don't know which.
I have faith that Asus will fix this with software eventually - along with the "process.android.media has stopped." I just wish they'd get to it a bit faster.
kdn102 said:
As noted in several other threads...there is a workaround.
In the browser, from the menu -> Settings -> Advanced -> Enable Plug-ins
Make sure it's set to "On demand"
Since changing this setting things for me have been pretty smooth.
Click to expand...
Click to collapse
...this is most definitely not a workaround.
agzela said:
Factory reset solved this issue for me....Browser would hang and get popup...after reset stock browser loads pages with no hangs. Use Titanium Backup data only!
Click to expand...
Click to collapse
This is good info. I was trying to hold out on rooting mine but if its gonna fix this browser issue I'm just about willing. I didnt get the part about using TB "only"..what does that mean ??
ShamelessMT said:
This happens in a couple applications for me. The browser (doesn't matter which one I use) and Pulse both have this problem. Both constantly give me the "not responding - wait or close" message. This is either a wifi related issue or an overworked ninja core, I don't know which.
I have faith that Asus will fix this with software eventually - along with the "process.android.media has stopped." I just wish they'd get to it a bit faster.
Click to expand...
Click to collapse
A lot of the evidence shows that it's not a wifi or processor issue -- more likely a memory I/O issue with the writes/reads to memory.
It can happen on my apps without any internet use or wifi and it happens even when I overclock the CPU.
---------- Post added at 12:56 PM ---------- Previous post was at 12:55 PM ----------
Lyvewire said:
This is good info. I was trying to hold out on rooting mine but if its gonna fix this browser issue I'm just about willing. I didnt get the part about using TB "only"..what does that mean ??
Click to expand...
Click to collapse
It means when restoring stuff after a hard reset, don't restore the entire app... reinstall the app as normal and then only restore data... the thinking is that a unclean install will reintroduce problems into the OS.
Chiming in just to say
1. I get this error message, often
2. it has gotten worse with the last update
3. there is also a lot of lag in typing as well. Sometimes I can type a word before it shows up and then all of the sudden the browser catches up
I always did a factory reset after a firmware upgrade and manually redownloaded my apps from the play store. The unit was set not to restore any settings stored on google's servers.
Its as clean as it could be but the browser is what it is.
I am thinking of taking a big loss on the unit and switching to the Galaxy note 10.1 if those Exynos 4412 rumors come true.
hmmm, this must be device specific, after resetting mine, wiping, and installing
I very rarely get browser lag with a good wifi connection
"Browser not responding" is not my only issue with the browser. It's laggy when scrolling, and it also use very long time to load websites. Anyone else who has the same issues?
Sent from my Transformer Prime TF201 using xda premium
Factory reset cut it down for me but only after i changed plug in to "on demand" that it got rid of it. Maybe the combination of both did the trick.
Edit: placebo. Just happened again. Replicated by going to www.engadget.com full site and as its loading i tried scrolling a few times and the browser locked up. Got the wait pop up afterwards. This is plugin set to on demand.
Sent from my Transformer Prime TF201 using Tapatalk 2
Never ever once ever had any lag or browser not responding messages. You guys must be doing something wrong.
I'm on stock but rooted 9.4.2.21
btw try quick ics browser off the market. It's like stock on steroids.
Have never had this issue with browser. Plenty of times with other apps though
Sent from my Transformer Prime TF201 using XDA Premium HD app

LG G5 - random error: cannot play video

Hello everyone. I'm fighting with this error for more than 3 months , and i can't figure out which is it's cause.
My phone is rooted.
-same error after wiping cache and dalvik cache
-same error with stock or custom kernel
-same error after flashing diffrent versions of ROM
-it's happening randomly, sometimes at 4-5 days, and sometimes,rarely, twice a day
-if i just restart the phone everything works perfectly until next time it apppears again
If anyone can help me i'll be glad.Also I let some screenshots and a log when i encounter that error.
try to use vlc videoplayer on your device.
check what app is setted for video playing with default app manager or similar app at first.
BTW: the only problem i can see in your log is the weather app. Nothing else.
So maybe you should disable them from processing! (Kill widget, or freeze app in app/setup!)
Try it out.
non-toxic said:
try to use vlc videoplayer on your device.
check what app is setted for video playing with default app manager or similar app at first.
BTW: the only problem i can see in your log is the weather app. Nothing else.
So maybe you should disable them from processing! (Kill widget, or freeze app in app/setup!)
Try it out.
Click to expand...
Click to collapse
Thanks for suggestion, i'll try next time it appears, but as you can see, even the camera doesn't want to record a video
I have a problem similar to this one! Sometimes the videos stop playing (youtube, instagram, facebook...) until I reatart the phone !
da'vinci said:
I have a problem similar to this one! Sometimes the videos stop playing (youtube, instagram, facebook...) until I reatart the phone !
Click to expand...
Click to collapse
Same here...
Maybe its a software issue ! Waiting for an update
running on 20d, no problems here! So i think, it is no software failure.
btw:
No higher battery draining
No BT or W-Lan trouble
No display ghosting
No GPS problems
No camera problems
so i am very happy with my G5.
non-toxic said:
running on 20d, no problems here! So i think, it is no software failure.
btw:
No higher battery draining
No BT or W-Lan trouble
No display ghosting
No GPS problems
No camera problems
so i am very happy with my G5.
Click to expand...
Click to collapse
Thanks for your feedback

Categories

Resources