Related
Hi guys, and you may have read in my camera mod topic I have been working on an app to change the function of the xperia plays L and R buttons outside of a single app and I'm proud to announce that its now finished!
The app is ROOT ONLY and requires busybox to allow the the reboot function to work in app, if you don't have it, do it manually.
https://market.android.com/details?id=seb.button.changer
The app currently allows you to change the function of the buttons to:
Game - The way the buttons are normally allowing games to use them
Camera - Makes L focus and R shutton in the DEFAULT camera app!
Media - Makes R previous and L next track
You must reboot for the changes to take affect
Zoop57 said:
Media - Makes R previous and L next track
Click to expand...
Click to collapse
Is there a way to change the music function to L is previous and R is next? Then I will be intrigued
Great job man. I was the first comment. Lol
Sent from my R800a
do you guys also agree with me that i should swap the L and R button in camera mode im constantly opening the camera app by accident with the palm of my hand!
Great idea but I think the buttons are just too easy to press by mistake. I think you should definitely swap the camera buttons. My hand directly rests over the
R button whenever I am doing anything with the phone.
Sent from my R800i using Tapatalk
Yeah that's exactly what I thought after I used the setting for a day I'll swap them here and in the camera app and make sure it all works nicely. Any other complaints I haven't had much time to test this
Sent from my R800i using XDA App
Can media app itself be modded to use R and L buttons same way you modded camera one please - this way both will work without need for reboot? Thanks
do we have to have an unlocked bootloader?
lyricalchaos said:
do we have to have an unlocked bootloader?
Click to expand...
Click to collapse
just root. But I got root by unlocking bootloader and then flashing
Sent from my Xperia PLAY R800i using XDA App
I got a lot of reports of this not working for people can you guys confirm for me it did work for you and if not could i have some details. I havnt had the time to fix the app yet but your feedback would really help.
I installed it yesterday and tried it out. I chose media and rebooted but it did not work. No changing of songs when pressing R or L button. I did it with the screen on and off no difference there.
I'm running the latest FW 4.0.A2.368, rooted and unlocked BL.
Regards Dousan.
Yup, doesn't work. Needs an update
Sent from my Xperia PLAY R800i using XDA App
Same here
Please keep the camera shutter button as R or an option to have R as the shutter button. I have been using the camera app for a while now and I like it that way.
sorry not working here too
Sent from my R800i using xda premium
Nice idea zoop, but not working here either
I've been looking into it haven't yet figured out why it's stopped working when i figure it out I shall update the app guys.
Sent from my R800i using XDA App
Not work
Not work on rooted 2.3.4
Hey buddy i can not download from google play
please upload it in forum upload center
thanks
Guys my touchscreen is not working properly and xperia j is also slowing down . i went to serivce centre but the problem, still there ! Any body help
Sent from my ST26i using xda app-developers app
First of all:
Open your dialer app and type:
Code:
*#*#7378423#*#*
It will bring you to the service menu. Once you're in there, go to Service Tests, then click Touch Screen.
Try to draw vertical and horizontal stripes on the screen, make a screenshot (press volume down + power button simeltaniously) and upload the picture to this topic.
I believe it's an issue with more Xperia (2012) phones running ICS.
I know there is a screen calibration patch available (FOR TIPO), I'm just not sure if it also works on Xperia J.
You can try it, I dont give any guarantees it works, nor am I responsible for any damage.
http://forum.xda-developers.com/showthread.php?p=34877629
Another question : i just updated the firmware of my xperia J to 11.0.A.3.28 and everything is smooth and fast as usual...
except:
when i run an app or do something that's not in thr homescreen, when i go back to it, all the icons and widgets reload their images, resulting in 1-2 seconds of slowness...has anyone of you experienced such a thing?
img
Try to see what apps eats most of your memory and delete them.
Sent from my ST26i
Still problem persist
Sent from my ST26i using xda app-developers app
rachit7 said:
Still problem persist
Sent from my ST26i using xda app-developers app
Click to expand...
Click to collapse
Is it like, lagging, skipping small parts of the screen when you're swiping it?
something like ____ __ _____
as example?
Or is it just that it reacts slow, or sometimes not at all.
Ok, that happens after the use of a specific application or game?
Normally, the home screen is redrawn when the application(s) you're running need almost all RAM memory.
When you don't need an application, try "long press" in the home button.
You will see a list with the open applications in the phone.
Swipe right or left to close an application.
I experienced this with my old X8. With Xperia J didn't happened yet.
andrelessa said:
Ok, that happens after the use of a specific application or game?
Normally, the home screen is redrawn when the application(s) you're running need almost all RAM memory.
When you don't need an application, try "long press" in the home button.
You will see a list with the open applications in the phone.
Swipe right or left to close an application.
I experienced this with my old X8. With Xperia J didn't happened yet.
Click to expand...
Click to collapse
I'm not that noob XD anyway...yes it happens, after i use any app...I looked up with watchdog if any app was above CPU usage limit, but nope...everything's alright...
Inviato dal mio ST26i con Tapatalk 2
andrelessa said:
When you don't need an application, try "long press" in the home button.
You will see a list with the open applications in the phone.
Click to expand...
Click to collapse
I do not agree to what you say here, as it is a list of RECENT apps and not of the open ones. Some apps that still run aren't listed and some of the listed apps don't run anymore.
Swiping the RECENT apps does NOT close the apps.
Sent from my ST21i using xda premium
Dragoboss said:
I do not agree to what you say here, as it is a list of RECENT apps and not of the open ones. Some apps that still run aren't listed and some of the listed apps don't run anymore.
Swiping the RECENT apps does NOT close the apps.
Sent from my ST21i using xda premium
Click to expand...
Click to collapse
Swiping an app away will effectively "kill" most apps. You can test this out using ADB if you have the SDK installed. Swipe everything out of your recents list, then launch the browser. Use ADB to run 'ps' on the device and verify that the com.google.android.browser process is running. Go to the home screen, it's still running. Launch some other apps, and the com.google.android.browser process is still there. Swipe it out of the recents list, however, and the process is gone.
You can create a test app to further verify, and log the onDestroy() call in your Activity. It's not called when you back or home out of the app, or when you launch other apps. It does get called when you swipe the app out of the recents list though.
I do agree that the recent apps list isn't really "multitasking". The apps in the list aren't necessarily even running, the processes could have been killed by the memory manager long before you try to re-open it. However, you can't argue that the only purpose is to jump quickly to other apps when the swiping makes the actual process go away.
Via link
I looked up with watchdog if any app was above CPU usage limit, but nope
Click to expand...
Click to collapse
And what about the free memory, not CPU?
andrelessa said:
Swiping an app away will effectively "kill" most apps. You can test this out using ADB if you have the SDK installed. Swipe everything out of your recents list, then launch the browser. Use ADB to run 'ps' on the device and verify that the com.google.android.browser process is running. Go to the home screen, it's still running. Launch some other apps, and the com.google.android.browser process is still there. Swipe it out of the recents list, however, and the process is gone.
You can create a test app to further verify, and log the onDestroy() call in your Activity. It's not called when you back or home out of the app, or when you launch other apps. It does get called when you swipe the app out of the recents list though.
I do agree that the recent apps list isn't really "multitasking". The apps in the list aren't necessarily even running, the processes could have been killed by the memory manager long before you try to re-open it. However, you can't argue that the only purpose is to jump quickly to other apps when the swiping makes the actual process go away.
Via link
And what about the free memory, not CPU?
Click to expand...
Click to collapse
Fixed...my brother (9 y old) "accidentally" went in the options to enable not to keep activities...which was reloading the Launcher whenever i switched app or left the homepage LOL
I was having the exact same issue and i has about to go mad. And the i found this calibration apk and thank god it now works.
https://www.box.com/s/4odf0oivjfmg0hg8sr5z
sspyross said:
I was having the exact same issue and i has about to go mad. And the i found this calibration apk and thank god it now works.
https://www.box.com/s/4odf0oivjfmg0hg8sr5z
Click to expand...
Click to collapse
has anyone tested, used this tool before? I do have the same problems, like a hickup.
My XJ touch screen issue is fix.
If you want,PM me.
Sent from my ST26i using xda app-developers app
Please post all the good small apps which you know and I'll add it here in the thread so that we can make the most out of the new update :laugh:
.::Ash::. said:
Please post all the good small apps which you know and I'll add it here in the thread so that we can make the most out of the new update :laugh:
Click to expand...
Click to collapse
Mirror small app, currency converter small app, screenrotate (small app), people small app, StopWatch - (lite small app), camera for smallapp, toggle small app, VIDEOmall for all small app, MUSICmall for all small app, small phone, EXmall Lite for Small App, ToggleSwitcher, GMAILmall for all small app, GPU info small app, Flashlight small app, that's all I know. U can search in Play Store with keyword "small apps extension for sony products" and share here..
Nice list
Thanks
@abielzuliom said:
Mirror small app, currency converter small app, screenrotate (small app), people small app, StopWatch - (lite small app), camera for smallapp, toggle small app, VIDEOmall for all small app, MUSICmall for all small app, small phone, EXmall Lite for Small App, ToggleSwitcher, GMAILmall for all small app, GPU info small app, Flashlight small app, that's all I know. U can search in Play Store with keyword "small apps extension for sony products" and share here..
Click to expand...
Click to collapse
I also didnt found anyother small app. These all I hv
Sent from my C2104 using xda app-developers app
jitin02 said:
I also didnt found anyother small app. These all I hv
Sent from my C2104 using xda app-developers app
Click to expand...
Click to collapse
1 more Facebook small app,it's not in Play Store any more...
And some others ...forgot what name.
Sent from my Google Nexus 7 using XDA Premium App
Ben Ling said:
1 more Facebook small app,it's not in Play Store any more...
And some others ...forgot what name.
Sent from my Google Nexus 7 using XDA Premium App
Click to expand...
Click to collapse
Dude i want that fb app? It would be nice, if you can send me that.
Sent from my C2104 using xda app-developers app
Hi!
You would probably say I'm stupid, but is there any way to install small apps without using a MOD or something else?
Edit: I did not say anything! I'm yet on 1.36 firmware! ><"
omg we really got that??? omgomgomg useless spam but i begin to believe in further support for our device
Greets
Gesendet von meinem Sony Xperia L via Tapatalk 4
I got force close on Currency converter...
Sent from my C2105 using xda app-developers app
Please hit thanks button if I helped you...!
My favorite Small Apps
.::Ash::. said:
Please post all the good small apps which you know and I'll add it here in the thread so that we can make the most out of the new update :laugh:
Click to expand...
Click to collapse
Mine favorite ones:
Camera for SmallApp - (Normal Camera)
Mirror - (Front Camera)
MusicMall - (Music Player)
Small phone - (Call Dialer app includes Speed dial option)
WebMall - (Small Browser)
Real Time Task Manager
Notes - (Preinstalled one)
And this.. there are Small Torch, Slider Control, Discount Calculator, let me google that for you small apps (LOL!! :laugh, and media contol small apps, > http://forum.xda-developers.com/showthread.php?t=2190508
---------- Post added at 07:43 AM ---------- Previous post was at 07:41 AM ----------
Outpapa said:
Hi!
You would probably say I'm stupid, but is there any way to install small apps without using a MOD or something else?
Edit: I did not say anything! I'm yet on 1.36 firmware! ><"
Click to expand...
Click to collapse
Try this bro..
abielzuliom said:
And this.. there are Small Torch, Slider Control, Discount Calculator, let me google that for you small apps (LOL!! :laugh, and media contol small apps, > http://forum.xda-developers.com/showthread.php?t=2190508
---------- Post added at 07:43 AM ---------- Previous post was at 07:41 AM ----------
Try this bro..
Click to expand...
Click to collapse
Thanks! But i flashed my C2105 last week with the latest firmware
Album app version 5.2.A.0.6 OTA Update
Received on C6902
Also seen on Z Ultra and Z.
Source - http://www.xperiaguide.com/2013/10/16/xperia-z1-z-ultra-album-app-version-5-2-0-6-ota-update/
Download com.sonyericsson.album-1.apk | 14.86 MB
Changes :-
Faster loading of photos
X-Reality transition more smooth, better colors.
Notice any other change ?
Changes
More Sony PlayMemories Onine functions
Upload all photos-automatic and unlimited photo uploads from Xperia phones
All photos in one view, from all devices. Once enabled you can view your photos whenever you want, wherever you are.
Software performance improvements
Working link
Working!! That DropBox link is backed up at the moment.
https://www.dropbox.com/s/4og9gns3g00fua4/Album_5.2.A.0.6.apk
OR
https://docs.google.com/file/d/0B8hAoiy5gSGVYkE3TFh1bzVILUE/edit?usp=sharing
ALWAYS HIT THANKS.
gregbradley said:
Changes
More Sony PlayMemories Onine functions
Upload all photos-automatic and unlimited photo uploads from Xperia phones
All photos in one view, from all devices. Once enabled you can view your photos whenever you want, wherever you are.
Software performance improvements
Click to expand...
Click to collapse
Hi all
Here is the mod version I added "Rotate left" option to menu drop down.
Hope you like it.
http://d-h.st/ZfK
devilmaycry2020 said:
Hi all
Here is the mod version I added "Rotate left" option to menu drop down.
Hope you like it.
http://d-h.st/ZfK
Click to expand...
Click to collapse
Can you share your software buttons?
Sent from my C6903 using xda app-developers app
Mazellat said:
Can you share your software buttons?
Sent from my C6903 using xda app-developers app
Click to expand...
Click to collapse
sorry mate. i'm using TX . do you have any problem with my modded Album 5.2.A.0.6
gregbradley said:
Changes
All photos in one view, from all devices. Once enabled you can view your photos whenever you want, wherever you are.
Click to expand...
Click to collapse
But this is only possible with playmemories uploaded photos, right?
in my album app, the albuns like facebook, picasa, globe, maps, etc, neither of them appear, the page it's just empty.
Does anyone know why?
nc7 said:
in my album app, the albuns like facebook, picasa, globe, maps, etc, neither of them appear, the page it's just empty.
Does anyone know why?
Click to expand...
Click to collapse
Try syncing once those accounts
Sent from my C6902 using XDA Premium 4 mobile app
ImAnurag said:
Try syncing once those accounts
Sent from my C6902 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Already tried with picasa...
DonĀ“t know what to do with globe and maps, though...
Here I'm back with a new app for galaxy core Socialife news app....
This app provides you to get the news around you..
Use this awesome news app without root access!!!!
Link:- https://www.dropbox.com/s/2r8c3z2znnzzhp9/Socialife.apk
Install it as a normal apk!!!
Press the thanks button!!!