I used the UK 3.4.3-11 ROM on my defy, with chinaphone hack to support audio record.
However, the google map on my phone (both the original 5.0.0 and updated 5.3.1 version) will freeze when starting if I've used the phone for a while. Sometimes it will generate an ANR and force close, sometimes it just reboot automatically.
I firstly thought it might be the problem that I am in china so some google links are blocked. But when I start google maps with all gprs/wifi cut off it will still freeze. With transproxy to bypass the great firewall it freezes too. It might recover after a few minutes, but not always. And it is always ok if you start google maps just after rebooting. After the phone keeps open for days it is more and more easily frozen. So I am suspecting if some software conflicts with google maps.
I also see the same thing happens on chinese forums. Someone attributes the problem to the chinese rom, but I am not using it. The logcat and dmesg tells me nothing about the reason.
Does anyone here have the same issue with google maps? I can't think of any reason for this.
Do you see page allocation failures in dmesg?
Sent from my MB525 using XDA App
I do.
<4>[50530.376770] RenderThread: page allocation failure. order:4, mode:0xd0
<4>[50530.377044] [<c003ad0c>] (unwind_backtrace+0x0/0xd8) from [<c00a8f30>] (__alloc_pages_nodemask+0x508/0x568)
<4>[50530.377258] [<c00a8f30>] (__alloc_pages_nodemask+0x508/0x568) from [<c00c60c4>] (__kmalloc+0x35c/0x6ac)
<4>[50530.377380] [<c00c60c4>] (__kmalloc+0x35c/0x6ac) from [<c01d4b68>] (OSAllocMem_Impl+0x20/0x80)
<4>[50530.377593] [<c01d4b68>] (OSAllocMem_Impl+0x20/0x80) from [<c01db69c>] (EnsureFreeHandles+0x90/0x180)
<4>[50530.377807] [<c01db69c>] (EnsureFreeHandles+0x90/0x180) from [<c01db7b8>] (PVRSRVNewHandleBatch+0x2c/0x40)
<4>[50530.377990] [<c01db7b8>] (PVRSRVNewHandleBatch+0x2c/0x40) from [<c01e25e0>] (PVRSRVAllocDeviceMemBW+0x20/0x1b4)
<4>[50530.378326] [<c01e25e0>] (PVRSRVAllocDeviceMemBW+0x20/0x1b4) from [<c01e0714>] (BridgedDispatchKM+0xd4/0x12c)
<4>[50530.378540] [<c01e0714>] (BridgedDispatchKM+0xd4/0x12c) from [<c01d608c>] (PVRSRV_BridgeDispatchKM+0x114/0x1f0)
<4>[50530.378753] [<c01d608c>] (PVRSRV_BridgeDispatchKM+0x114/0x1f0) from [<c00d6714>] (vfs_ioctl+0x2c/0x8c)
<4>[50530.378875] [<c00d6714>] (vfs_ioctl+0x2c/0x8c) from [<c00d6dc4>] (do_vfs_ioctl+0x558/0x5c4)
<4>[50530.379089] [<c00d6dc4>] (do_vfs_ioctl+0x558/0x5c4) from [<c00d6e64>] (sys_ioctl+0x34/0x54)
<4>[50530.380950] [<c00d6e64>] (sys_ioctl+0x34/0x54) from [<c0035f40>] (ret_fast_syscall+0x0/0x2c)
But actually the free memory is around 100MB so I suppose it is not quite a problem. what does it mean?
Let me just upload the whole dmesg (I hope no private info is recorded there).
I did some research the ev_dev errors are because of input buffer overflow, which is because the application didn't response to input (they freezed!).
I don't know if it is related to the page allocation thing, I saw other people saying they have plenty of freemem but still got frozen.
I suspect it is related to code.google.com/p/android/issues/detail?can=1&id=499 and I am going to have a test.
Yes this is the thing. I experience the same issue. It is a "feature" on every froyo rom i tried including the official US.... I have not found a solution so if you find one please post it. On eclair there are no page allocation failures so i think that causes the freezes in various apps. I think it is kernel related because it is presen in CM7 too..
If you find anything pleaselet me know
I saw your post on motorola's forum supportforums.motorola.com/thread/48685?tstart=0 .
It presents in CM7?! But I suppose CM7 uses 2.3 Gingerbread which has a different version of kernel, isn't it?
If it is kernel related I suppose we can do little with it except complaining more to moto... they should unlock the bootloader!
If it is due to memory fragmentation I will try some way to aggressively defrag the memory.
BTW, have you tried the recent 3.4.9 ROM of T-Mobile?
vick33 said:
Yes this is the thing. I experience the same issue. It is a "feature" on every froyo rom i tried including the official US.... I have not found a solution so if you find one please post it. On eclair there are no page allocation failures so i think that causes the freezes in various apps. I think it is kernel related because it is presen in CM7 too..
If you find anything pleaselet me know
Click to expand...
Click to collapse
For now CM7 uses the kernelfom the 3.4.2-177 nordic that is why the problem is in it too. I tried the stock t mobile usa, it has the problem too. So i waiting for an official european rom maybe they will corect the bug when it will be released.
I think the problem is not with the free memory of applications (which is virtual for a virtual machine), but the problem is the system_server used too much memory and the android system (or the linux memory allocator, observable by typing 'free' in the shell) don't have free memory for the openGL thing. If the system could preserve a certain amount of memory for rendering I don't think it will happen. But I don't know the mechanism of android memory allocation well. I think some sysctl constants could do this?
vick33 said:
For now CM7 uses the kernelfom the 3.4.2-177 nordic that is why the problem is in it too. I tried the stock t mobile usa, it has the problem too. So i waiting for an official european rom maybe they will corect the bug when it will be released.
Click to expand...
Click to collapse
By the way, do you have an application that will certainly reproduce this problem by using the fewest times to start/close it? Google maps takes too long to reproduce that.
vick33 said:
For now CM7 uses the kernelfom the 3.4.2-177 nordic that is why the problem is in it too. I tried the stock t mobile usa, it has the problem too. So i waiting for an official european rom maybe they will corect the bug when it will be released.
Click to expand...
Click to collapse
You are a genious! I try to find the sysctl settings we need. I am getting some hope now because i am fighting with this error for at least a month, with no result but now maybe we solve it A game called dungeon defenders is able to reproduce the error realy fast. It is smoothunder 2.1 but under 2.2 it will lag like hell if you start some app beforestarting the game.
I set the min free kbytes from 2048 to 8192 and testing i will report back if it is helped
THANK GOD!!!!!!!!
I thought was a problem with my defy!
The best program to test the error is Aura GPS, it a GPS in 3D, when you do a full zoom out then a zoom in again, it freezes!
And closing the app don't resolve the problem, I need to reboot the phone!
I found this problem in: AdlxMod and the official froyo of T-Mobile and Claro Brazil....
looks like changeing the min free kbytes to 4096 solves the problem. At least it is stable for me. You should try it and report back. I will let the sigic aura run for the night. If you woul like to try open a terminal emulator after restarted the phone and type in()
Code:
su;
sysctl -w vm.min_free_kbytes=4096;
I was more aggressive than you I set it to 16384 . Let's see if it will be stable for more time.
vick33 said:
looks like changeing the min free kbytes to 4096 solves the problem. At least it is stable for me. You should try it and report back. I will let the sigic aura run for the night. If you woul like to try open a terminal emulator after restarted the phone and type in()
Code:
su;
sysctl -w vm.min_free_kbytes=4096;
Click to expand...
Click to collapse
That is a little overkillFor me with 4096 it is stable for a day with lots of sygic aura navi and dungeon defenders. Those two program can freeze the phone in couple hours with the stock settings
Sent from my MB525 using XDA App
vick33 said:
looks like changeing the min free kbytes to 4096 solves the problem. At least it is stable for me. You should try it and report back. I will let the sigic aura run for the night. If you woul like to try open a terminal emulator after restarted the phone and type in()
Code:
su;
sysctl -w vm.min_free_kbytes=4096;
Click to expand...
Click to collapse
it work just fine.
thank you.
Have I to do this everytime I reboot the phone?
Thanks
Yes. I will post the permanent method when I am before my pc. I did not wanted to post before I am sure it works now I am sure
Sent from my MB525 using XDA App
Is anyone experiencing the same freezes when using memory intensive apps or gamez?
Sent from my MB525 using XDA App
does yor phone still freezes after modifiing min_free_kbytes?
vick33 said:
does yor phone still freezes after modifiing min_free_kbytes?
Click to expand...
Click to collapse
I didn't try it yet. I'll try it after flashing official 2.2.
Related
At last! a stable froyo build! (scoot's rls4) with a stable "yaffs ready" kernel (l1qu1d's 11-12-2010)
Installed both sys and data over nand, applied configurations, apps, widgets, powered off, rebooted, opened SIM compartiment, pulled out battery... everything i made and rebooted fine! I hope i'm not takilg to early.... gonna post results in a couple of hours....
talked to early.... reboots came back
albertorodast2007 said:
talked to early.... reboots came back
Click to expand...
Click to collapse
The good news is it isnt due to YAFFS errors anymore from what i've seen, meaning it should be a simple fix.
aceoyame said:
The good news is it isnt due to YAFFS errors anymore from what i've seen, meaning it should be a simple fix.
Click to expand...
Click to collapse
Well, it might be if i could replicate any of the issues!!! I take it everyone who is posting issues in this forum has a kaiser??
scooter1556 said:
Well, it might be if i could replicate any of the issues!!! I take it everyone who is posting issues in this forum has a kaiser??
Click to expand...
Click to collapse
Yup, i have a 8925 tilt.... I have http://forum.xda-developers.com/showthread.php?t=837706no choise but to change the build, I'll use fat free rls5 and see how things go on....
Edit: I don't like odexed builds cause i can't theme them! but.... its a smooth and snappy build! Scoot I think u're right, its something about ur release because I've got no freezes, fcs or reboots, for now, but as I always say (for experience ! ) maybe im talking too early.... I'll try it for a couple of hours and post results....
ok ok folowing aceoyame's advice, FYI:
Model: Att Tilt 8925
Build (for now): Fat free RLS5
Kernel: l1qu1d's 11-12-10
Instalation: [email protected] / [email protected]
Apps i use a lot: gmail, facebook, ebuddy, music pro, google maps, xda app, os monitor, rogue tools, astro, OfficeSuite Pro, etc ( cant remember... they're a lot! LOL)
Widgets: SD share, power control, Weather Widget (stoled from warbyte's build! cause he made it work on landscape mode!), google search, music pro widget, facebook widget.
I had another question: when i boot, there's a line that says somethng like mount MD mtdblock3 or something and then: block "89" is bad is that normal???
Edit2: had a FC over system.android but this time it didnt reboot! I just pressed Force Close and system started up normally... Rebooted, FC on officesuite, astro and other apps where missing.... Im so confused at this point... dunno whats causing the problem....
albertorodast2007 said:
Yup, i have a 8925 tilt.... I have no choise but to change the build, I'll use fat free rls5 and see how things go on....
Click to expand...
Click to collapse
It's probably for the best, i wouldn't be using it either if it wasn't stable but luckily i have no issues. Like i said if i was getting the same issues it would be easier to solve.
That is the problem, both of the CM dev's are not experiencing the exact issues many people are referring to. I think if whoever was having the issues detailed what kernel they are using, how they installed and a time frame of when it happened and what apps are installed it would help a lot to figuring out whats going on.
albertorodast2007 said:
Widgets: SD share, power control, Weather Widget (stoled from warbyte's build! cause he made it work on landscape mode!), google search, music pro widget, facebook widget.
I had another question: when i boot, there's a line that says somethng like mount mtdblock2 or something and then: block "89" is bad is that normal???
Click to expand...
Click to collapse
Yep, that's normal, don't worry unless you get loads of them, i get 2 bad blocks at the minute but yaffs automatically doesn't use these.
The only other thing i will say is that i only use 1 home screen with no more then 2 widgets loaded because it saves a lot of ram, it can easily be a widget such as sd share causing the issue. It sounds like your quite settled on fat free froyo but if you do try cyanogenmod again try using it for a while with minimal widgets loaded, like google search and power control for example.
scooter1556 said:
Yep, that's normal, don't worry unless you get loads of them, i get 2 bad blocks at the minute but yaffs automatically doesn't use these.
The only other thing i will say is that i only use 1 home screen with no more then 2 widgets loaded because it saves a lot of ram, it can easily be a widget such as sd share causing the issue. It sounds like your quite settled on fat free froyo but if you do try cyanogenmod again try using it for a while with minimal widgets loaded, like google search and power control for example.
Click to expand...
Click to collapse
Ok... reduced to 3 (cant use any less!! ) removed officesuite pro, remoded facebook widget and SD share widget... actually i dont need it if I can unmount my SD but im too lazy... I ended up with a more stable system! I noticed that if I run a lot of apps at the same time (music, fb, maps, wifi, gps, etc) the charge stays at -30 mAh even with the phone plugged in! I think the problem was migrating from donut to froyo! i was used to have a lot of apps loaded, and a lot of homescreens and widgets....
This is the new Market upgrade. Speed has been very much improved. 3.1.3 was slow.
But 3.1.5 has improved on speed.
Download link:
http://forum.xda-developers.com/showthread.php?t=1272152
Sent from my GT-I9100 using xda premium
I like the new market, but it can be slow to load and updates often get stuck on the loading screen which sucks. Grey loading screens also have a yellow tint on my device. A work in progress I think.
Sent from my GT-I9100 using Tapatalk
I was having some problems with downloads on the new Market but luckily it has been resolved.
I have to agree the interface is quite smoother now.
Sent from my GT-I9100 using XDA App
The new market is fast, but search is crap. It rarely shows anything.
Update: Search is working fine now
marcadam said:
I like the new market, but it can be slow to load and updates often get stuck on the loading screen which sucks.
Click to expand...
Click to collapse
I'm on newest version, but updates often get stuck here too.
Have to use FastBoot and then problem always is solved ...
Do we have to wait for new (non beta) version or did you find a solution?
When I use the new market, apps are missing from the installed list.
Eg, Facebook is not listed even though i have it installed, when I search for it, it says installed.
Also it thinks Maps isn't installed....
psp888 said:
When I use the new market, apps are missing from the installed list.
Eg, Facebook is not listed even though i have it installed, when I search for it, it says installed.
Also it thinks Maps isn't installed....
Click to expand...
Click to collapse
Delete data and cache and all apps installed from the market will appear in the list. I also do the same when my apps list loads forever and hangs, after that it's faster for some time. This new market is kinda poorly optimized, hope they release a new version to be as fast as the old skool market.
In my opinion the android market app sucks in any of his versions and with any rom, stock or mod.
It's often slow, sometimes i see an update available for an app but when i click on it there is no update button. When perform a search 80% times it find only porno-nudegirls-related things, and also not so related...
I think google really should have to put a lot more attention and start developing an app that is fast and functional and not the crap we have now... And maybe have more respect for all the serious developers here who post their applications in the market and see theirs accounts gone for no reason as appened to Leo...
Sent from my Gingabishonen I9100
gotetrunks said:
In my opinion the android market app sucks in any of his versions and with any rom, stock or mod.
It's often slow, sometimes i see an update available for an app but when i click on it there is no update button. When perform a search 80% times it find only porno-nudegirls-related things, and also not so related...
I think google really should have to put a lot more attention and start developing an app that is fast and functional and not the crap we have now... And maybe have more respect for all the serious developers here who post their applications in the market and see theirs accounts gone for no reason as appened to Leo...
Click to expand...
Click to collapse
Seems to work perfectly for the majority of people. I suggest you may have issues with your device if you find it slow. Also, if you keep finding "porno-nudegirls-related things" then I suggest you stop searching for them
In summary, it works perfectly for me. My only beef would be that it just doesn't have a download button, rather than telling you an app is not compatible.
Also, the Honeycomb Market is sooooo much better, so ICS will clearly have a better version as well.
Wow amazing. It's blazing fast. Worth a shot.
I also got the problem that installed apps are missing in the market(Facebook too and about 20 others). Tried clearing data and cache + reboot didnt help.
Has anyone a clue how it can be solved?
Sent from my GT-I9100 using Tapatalk
Search bug
when i for example search for "weather" in Market it writes .>> Number of results: 2040 but the list only contains 20 items and there is no possibility to see the rest ...any idea ? fix ?
chiirz said:
I also got the problem that installed apps are missing in the market(Facebook too and about 20 others). Tried clearing data and cache + reboot didnt help.
Has anyone a clue how it can be solved?
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
Market Doctor in Titanium Backup fixes that.
I have already 3.1.5
Ty, but market dr. didnt help because he doesnt recognise the links as missing, also most apps in the market are telling me that my phone is not compatible - my guess is that the market also thinks that my installed apps are not compatible and therefor not shown..
Can anyone help? I have no clue what to do.
Sent from my GT-I9100 using Tapatalk
johncmolyneux said:
Seems to work perfectly for the majority of people. I suggest you may have issues with your device if you find it slow.
Click to expand...
Click to collapse
Maybe we have different idea of what is fast
gotetrunks said:
In my opinion the android market app sucks in any of his versions and with any rom, stock or mod.
It's often slow, sometimes i see an update available for an app but when i click on it there is no update button. When perform a search 80% times it find only porno-nudegirls-related things, and also not so related...
I think google really should have to put a lot more attention and start developing an app that is fast and functional and not the crap we have now... And maybe have more respect for all the serious developers here who post their applications in the market and see theirs accounts gone for no reason as appened to Leo...
Sent from my Gingabishonen I9100
Click to expand...
Click to collapse
Yes ... it's often slow.
Yes ... often there is an update available for an app but when i click on it there is no update button
And nearly every time there actually is an update button present ... update will hang due to some kind of connection error (never start downloading app)
Removing new Market update or (fast) rebooting phone solves this problem until new Market update re-install itself again.
My phone NOT faulty ... new Market or maybe something behind the walls of Goggle is buggy ...
Anybody found a prober solution working on not rooted phone
Hating the new search, If say, 5000 results are found, it'l only show about 200-300, wtf?
Hello,
I would like to be able to reply on development threads without making the 10 post count, if possible. I'm testing different ROMs (Currently ICS 4.0.3) and I've figured out some bugs and (hopefully fixes) which I would like to share with others.
Sorry if you find this rude, but since this is one of the places I'm allowed to post I'll add some bulletpoints with what I would reply to, mainly because I will forget all this later. If you decide to delete this thread, please post those as a reply to this thread:
[ROM] ICS 4.0.3 CM9, b0.2.5 (Jan 06, 2012) [Camera] [Data++ & Stock hboot]
Some bugs I found & fixes
- Grey icon on wireless: Try installing a terminal emulator, and ping a local device (e.g. 192.168.1.1 or w/e your network/subnets are). If this works, try manually setting the IP address and DNS servers (DNS is MORE important). If you want you can either use google DNS (8.8.8.8, 8.8.4.4) or (if using linux) do a cat /etc/resolv.conf to find the DNS servers from your network.
- Email app works, but no syncing (Exchange & IMAP not working, tried with SSL/TLS and Accepted Certs). Gives arbitary error when setting up account (Couldn't open connection to server.), or a java exception:
Can't safely connect to server. (javax.net.ssl.SSLProtocolException) ... external/openssl/ssl/s23_clnt.c:6830
- Power Button & Optical Button & Volume Down = Phone reboots instead of saving screenshot.
- No video capturing, no panoramic photo.
- Will try Gtalk audio/video call, though video shouldn't work.
- A bit groggy behaviour from this new launcher.
Maybe try upgrading to kernel 3.x ?
IMHO, no way on disabling that. I think you'll be ok, by the nightfall you will be able to post in development. All you have to do is to recommend ics as daily rom to 8 more noons here and you're good to go.
SwiftKeyed from my HTC Desire using XDA App.
Hey thanks for your reply,
I hope a mod can get in here and tell me the opossite
I will however start replying to threads.
I'm using the stock kernel, I don't have a grey icon when using wireless, IMAP is working fine for me, I don't know why you're holding down the optical button when taking a screen shot. volume down and the power button will work just fine.
Video capture and panoramic not working are a given, as the camera 'fix' is a hack. And the launcher, as well as the ROM, is still in beta so I suppose you can expect it to be less than smooth. It may well have something to do with the lack of video support, I don't know.
I'm aware they're in beta! That's why I'm pointing out the bugs, and not saying it's a bad rom or sth. I\ve reflashed the rom 3 times, only the first time wireless worked after some random restarts. Other than that it gets an IP address but no DNS servers. IMAP & Microsoft Exchange don't work for more people than just me. Are you using the apps zip file provided in the thread I specified? Also, are you using the same ROM?
I am indeed using the same ROM, I've flashed nothing but a battery icon, the only persistent problem I've come across that's adversely affected the stability of the phone over three hard resets, is when using TB to force apps over to the SD card.
Has it worked nicely for you with TB? I'll give it a shot now, didn't think of it before.
I was also wondering why not use an app2sd from a different rom (like oxygen?) which worked just fine.
silentz0r_ said:
Has it worked nicely for you with TB? I'll give it a shot now, didn't think of it before.
I was also wondering why not use an app2sd from a different rom (like oxygen?) which worked just fine.
Click to expand...
Click to collapse
TB backups have been fine for me, just when forcing certain apps to SD when I docked the phone to charge via mains or USB the phone would freeze and require a battery pull.
I haven't played about with Apps2SD as I have a Nexus Prime on order and I'm only going to be using the Desire for another ~5 days or so, so I am quite happy chugging along with the 220Mbs of internal space I have using the Bravo Sense HBOOT.
*Edit* When I said TB backups worked just fine, I meant the backup from my first ICS install, not from my MIUI 2.3.7 backup.
Did you flash TB or install from market? Current sd moving app is relatively bad, as it only moves certain apps.
I downloaded it from the market. My first boot of ICS I downloaded all my apps from the market again as suggested on the thread, and then did a backup of my ~20 most used apps, just as a habit.
The thing is, TB uses it's own modified apps2sd, and it's suggested in the thread not to use a different apps2sd than the given one or it might break stuff. Are you sure the apps are moved to the SD card? How did you move them?
silentz0r_ said:
The thing is, TB uses it's own modified apps2sd, and it's suggested in the thread not to use a different apps2sd than the given one or it might break stuff. Are you sure the apps are moved to the SD card? How did you move them?
Click to expand...
Click to collapse
They are moved to the SD, for sure, but like I said it's not stable. TB has an option to force apps to the SD, not particularly recommended, but I tried it all the same. Mostly out of curiosity.
Sent from my HTC Desire using xda premium
Wireless still needs to be set manually. TB works fine, no reboots for me at least.
Hi,
I'm trying to lock Contacts and Phone app to memory.
So they will start faster. I don't want to wait for them to open. ( Sometimes it tooks a long time )
If is there anyother way to do it but locking it ( like keeping it alive, running in backgorund or something ) i can try.
This is really important for me. I need to make calls fast.
Thank you so much for reading.
Best Regards.
========================================================================================
This is no longer requested.
I did it using SuperCharger Update 9 RC 6.9 ( Option 17 in Driver's Console )
I bulletproofed Phone,Contacts and Messaging apks ( Sony's Original ones ) with this script.
Here is the link: http://forum.xda-developers.com/showpost.php?p=18703418&postcount=5021
Its BETA release probably.
Thank you for reading.
I researched some more and found this,
adb pull /init.rc
replace "setprop ro.HOME_APP_MEM ..." with:
setprop ro.HOME_APP_MEM 1536
adb push init.rc /sdcard/init.rc
adb shell
# mount -o remount,ro rootfs /
# cat /sdcard/init.rc | tee /init.rc
# mount -o remount,rw rootfs /
# rm /sdcard/init.rc
This code can lock Sense home to memory. Maybe someone with skill can change it for Contacts.apk ?
Use exDialer. It can be locked to memory, has smart search and looks like MIUI dialer.
It's a good solution.
But before i try those third-party contacts/phone apps i want to lock Sony's Original app to memory.
And i don't want to lock it with another app. I want to make lowmemorykiller see contacts app like system app and never touch it.
So, probably i need to use script or something. But it also should be permanent change, at least i don't want to do it after every reboot.
Thank you so much for answering
The same.
soumya_digi said:
Use exDialer. It can be locked to memory, has smart search and looks like MIUI dialer.
Click to expand...
Click to collapse
Exdialer will still SEMC phone to make calls. It's just an interface in between.
So locking THAT in memory won't help. Locking SEMCPhone is what you want for faster launches of the phone app.
The default dialer generally takes much time to start up. So suggested a 3rd party app for faster number dialing!
Sent from my LT15i using XDA
Exactly,
Exdialer is Contacts-like app. I need both of Contacts and SEMCPhone in memory.
If i won't find anything probably i will use ExDialer for Contacts app at least it will quicker to find Contacts.
But i also really need to lock SEMCPhone app to memory. That's the most important part. Because i can't use any third party app for this function. It have to be Sony's original ( im not sure btw )
Thank you so much for answering.
Found Solution !
Than??
1234567890
V6 supercharger can lock apps to the memory, never tried this feature but the script worth even without it!
---------- Post added at 06:14 PM ---------- Previous post was at 06:03 PM ----------
Take a look here:
http://forum.xda-developers.com/showthread.php?t=1334834
and http://forum.xda-developers.com/showthread.php?t=1289082
1 - Root it
2 - Install Script Manager
3 - Run the script as root (DONT SELECT TO RUN ON STARTUP)
4 - bulletproof an app or something like this (option 17 in my version)
oojjii said:
Hi,
I'm trying to lock Contacts and Phone app to memory.
So they will start faster. I don't want to wait for them to open. ( Sometimes it tooks a long time )
If is there anyother way to do it but locking it ( like keeping it alive, running in backgorund or something ) i can try.
This is really important for me. I need to make calls fast.
Thank you so much for reading.
Best Regards.
========================================================================================
This is no longer requested.
I did it using SuperCharger Update 9 RC 6.9 ( Option 17 in Driver's Console )
I bulletproofed Phone,Contacts and Messaging apks ( Sony's Original ones ) with this script.
Here is the link: http://forum.xda-developers.com/showpost.php?p=18703418&postcount=5021
Its BETA release probably.
Thank you for reading.
Click to expand...
Click to collapse
Which Processes did you lock exactly?
q
Does anyone know of a way to do this without "Supercharger"?
Thanks.
bill
oojjii said:
Found Solution !
Click to expand...
Click to collapse
You little piece of scumbug Steve. Tell us the solution or dont tease ...
I tried bulletproofing
com.sonyericsson.android.socialphonebook
com.sonyericsson.infiniteview
with the supercharger script
but it doesn't seem to do anything
This is very annoying
Bill720 said:
Does anyone know of a way to do this without "Supercharger"?
Thanks.
bill
Click to expand...
Click to collapse
U can use pimp my rom (found in play store) keep in memory option
Sent from my LT18i using xda app-developers app
ChainSOV said:
I tried bulletproofing
com.sonyericsson.android.socialphonebook
com.sonyericsson.infiniteview
with the supercharger script
but it doesn't seem to do anything
This is very annoying
Click to expand...
Click to collapse
It should work fine, might need a restart though.
Someguyfromhell said:
It should work fine, might need a restart though.
Click to expand...
Click to collapse
The logs show that the script is run on restart, but it says
com.sonyericsson.android.socialphonebook
com.sonyericsson.infiniteview
com.android.phone
isn't running, can't bulletproof.
It looks like its run a bit too early?
I tried running it with the widget, it found phone and socialphonebook running, but never infiniteview.
Even on exiting a contacts details by pressing home and starting the script immideatly, it always said infiniteview isn't running, it seems to instantly close itself.
After it told be it bulletproofed phone and socialphonebook, I went to start a few apps/games, closed them again and tried starting contacts and open a contacts details:
contacts opening time varied between 3 and 12 seconds
contact info opening time varied between 2 and 8 seconds
I am certainly not getting the effect I hoped bulletproofing would give me, I hoped the startup times would be like you just closed contacts and reopened them:
contacts opening time varied between 1 and 1.5 seconds
contact info opening time varied between 1 and 1.5 seconds
Don't expect your phone to keep Phone and contacts in memory when trying to play games. Our phones do not have enough RAM to keep all of these loaded in there at once. Android has to close something in order to free up RAM and run the current app/game.
advice
ChainSOV said:
I tried bulletproofing
com.sonyericsson.android.socialphonebook
com.sonyericsson.infiniteview
with the supercharger script
but it doesn't seem to do anything
This is very annoying
Click to expand...
Click to collapse
A bit of advice for people who are having this problem - I've "been there, cut that", and have to say that the whole "bulletproof" script nonsense is nothing more than a waste of time; it just doesn't work. I've tried every "ram manager" out there, and the only thing that has got me the result is the "Xposed Framework trick" (ICS/Jellybean only unfortunately).
Sahaab said:
U can use pimp my rom (found in play store) keep in memory option
Click to expand...
Click to collapse
Thanks for the input, but I actually finally got a working solution (as I told the member above) and that is the Xposed Framework App Settings method. I've tried probably half a dozen applications over the course of the years of my ownership of this device, and so far, Xposed App Settings has been the only thing that has had any effect. The only negative is that it does require ICS or Jellybean to install.
Spread the word, and good luck to everyone experiencing this issue.
b
Thank you so much for this hint, finally something that works :cyclops:
I changed
Contacts (com.sonyericsson.android.socialphonebook)
Infiniteview (com.sonyericsson.infiniteview)
Keypad (com.android.phone)
to resident and they actually stay in memory, even after starting games (not sure if keypad is needed, it isn't listed under running apps).
Infiniteview startup went from 3-7seconds to 0.5-1.5
Contacts behave strange:
If I exit contacts by pressing home key, they start in under 1 second (Android Core Apps are listed under its subprocesses)
if I exit contacts by back key, they need 3 seconds to start (just SmartSearchCachingService and Contacts itself under processes)
I seem to not be able to lock down android.process.acore with the xposed framework
While I use my phone mainly for communications, there's this one game I play often with some friends, Ingress (www.ingress.com) from Google. I'm having a problem after updating to ALPHA 7, when I hit a widget that pops a keyboard, the application segfaults and exits. Despite many claim it's not needed, I always wipe the Dalvik JVM chace, data and cache, as I reinstall all applications.
Anyone else having such problem ? (I have no clue if it's an issue from the app or from the system, because hilariously, update to ALPHA7 matched with update to ingress 1.21.3 :/ ).
Any suggestions on how to debug this will be most welcome as any feedback if it's working for others or not. Thanks in advance.
ketheriel said:
While I use my phone mainly for communications, there's this one game I play often with some friends, Ingress (www.ingress.com) from Google. I'm having a problem after updating to ALPHA 7, when I hit a widget that pops a keyboard, the application segfaults and exits. Despite many claim it's not needed, I always wipe the Dalvik JVM chace, data and cache, as I reinstall all applications.
Anyone else having such problem ? (I have no clue if it's an issue from the app or from the system, because hilariously, update to ALPHA7 matched with update to ingress 1.21.3 :/ ).
Any suggestions on how to debug this will be most welcome as any feedback if it's working for others or not. Thanks in advance.
Click to expand...
Click to collapse
I never played this came though I'm willing to help you reproduce this situation, as soon as I get home. Can you please tell me what do you mean exactly by "widgets that pop a keyboard"? Are those some specific widgets inside the game? Can you name them or specify where are they located?
Sent from my GT-I8150 using xda app-developers app
arsradu said:
I never played this came though I'm willing to help you reproduce this situation, as soon as I get home. Can you please tell me what do you mean exactly by "widgets that pop a keyboard"? Are those some specific widgets inside the game? Can you name them or specify where are they located?
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
The game is closed BETA and invitations do take a long time; There's widgets around in the UI, some of them are plain text fields. When you hit them, Android keyboard will pop, when this happens, the application segfaults and exits.
I will downgrade the system later to ALPHA6 and check if something changes.
ketheriel said:
The game is closed BETA and invitations do take a long time; There's widgets around in the UI, some of them are plain text fields. When you hit them, Android keyboard will pop, when this happens, the application segfaults and exits.
I will downgrade the system later to ALPHA6 and check if something changes.
Click to expand...
Click to collapse
Yeah...well, this might take a while then. )) I requested an activation code but I guess it's going to take a while to arrive.
But, in order to prove that it is or it's not a CM10 a7 issue, you could indeed make a nandroid backup of your ROM, clean install CM10a6, install Ingress and see if the bug occurs.