[PORT] SemcPhotoEditor v3.1.A.0.20 from Z1 - Sony Xperia T, TL, TX, V

hi all
i would like present to you SemcPhotoEditor 3.1.A.0.20 i took from 4.3 Z1 FW.
It's worked great on my TX.
http://d-h.st/MEt

Thanks!
Sent from my LT30p using XDA Premium 4 mobile app

Parsing error on 4.1.2
I tried to download it a couple of times - every time I got this problem
My phone is T. Xperia T.

romcio47 said:
Parsing error on 4.1.2
I tried to download it a couple of times - every time I got this problem
My phone is T. Xperia T.
Click to expand...
Click to collapse
need 4.2 framework to decompile and recompile

Can we use this on 4.1?

datagubben said:
Can we use this on 4.1?
Click to expand...
Click to collapse
hi.
your question look so funny. it's for 4.1.2. if it for 4.2 why do i need to port it ?

romcio47 said:
Parsing error on 4.1.2
I tried to download it a couple of times - every time I got this problem
My phone is T. Xperia T.
Click to expand...
Click to collapse
devilmaycry2020 said:
need 4.2 framework to decompile and recompile
Click to expand...
Click to collapse
devilmaycry2020 said:
hi.
your question look so funny. it's for 4.1.2
Click to expand...
Click to collapse
Don't understand nothing...
It works but with parsing error ???

nreuge said:
Don't understand nothing...
It works but with parsing error ???
Click to expand...
Click to collapse
could you tell me more detail about parsing error ? what does it mean ?

devilmaycry2020 said:
could you tell me more detail about parsing error ? what does it mean ?
Click to expand...
Click to collapse
It means that Android had an error while trying to read parts of the apk.. Or something like that
Sent from my LT25i using xda app-developers app

WhiteNeo said:
It means that Android had an error while trying to read parts of the apk.. Or something like that
Sent from my LT25i using xda app-developers app
Click to expand...
Click to collapse
oh, but it's worked great on my TX. i dont know if it work for another phone .sorry

devilmaycry2020 said:
oh, but it's worked great on my TX. i dont know if it work for another phone .sorry
Click to expand...
Click to collapse
Might have a problem with T and V framework, as these are different to TX.
Sent from my LT25i using xda app-developers app

WhiteNeo said:
Might have a problem with T and V framework, as these are different to TX.
Sent from my LT25i using xda app-developers app
Click to expand...
Click to collapse
Exactly which button you press and got parsing error ?

The apk file doesn't show the icon of photo editor and it showing parsing error when installing which means that the apk doesn't support our current android version.
I'm using TX and I'm facing this problem too.
Maybe OP's android framework has been modified and thus it works.

exeon said:
The apk file doesn't show the icon of photo editor and it showing parsing error when installing which means that the apk doesn't support our current android version.
I'm using TX and I'm facing this problem too.
Maybe OP's android framework has been modified and thus it works.
Click to expand...
Click to collapse
The apk can be use only when you open Album to view picture then press Edit icon.
I'm using Album 5.2.A.1.26, homani framework.
Hope it help

devilmaycry2020 said:
The apk can be use only when you open Album to view picture then press Edit icon.
I'm using Album 5.2.A.1.26, homani framework.
Hope it help
Click to expand...
Click to collapse
No, what he means is that when you look at the PhotoEditor.apk file in a file manager, there is no icon. Which is a sign of parsing errors.
Well. Then probably the Honami framework is required to use this port.
Sent from my LT25i using xda app-developers app

WhiteNeo said:
No, what he means is that when you look at the PhotoEditor.apk file in a file manager, there is no icon. Which is a sign of parsing errors.
Well. Then probably the Honami framework is required to use this port.
Sent from my LT25i using xda app-developers app
Click to expand...
Click to collapse
oh, i see. for me it show an icon and it's worked flawlessly.

devilmaycry2020 said:
oh, i see. for me it show an icon and it's worked flawlessly.
Click to expand...
Click to collapse
Guess u have to reupload the file maybe it's missing something.
Sent from my LT26i using Tapatalk

Not working in XV.
Sent from my LT25i using XDA Premium 4 mobile app

Not working on TX also... Same parsing error. Stock ROM
Sent from my Xperia

Related

[MOD][T/V]Advanced volume control

When volume button is pressed, you get volume control for currently used audio stream.
With this mod, you get also button for changing volume for all other streams.
Deodexed rom needed!!!
T (.14x) - http://d-h.st/NbU
V (.140) - http://d-h.st/mMq
TX (.67) - http://d-h.st/KXT
Is This For JB or ICS?
Odex or Deodexed?
mediro said:
Is This For JB or ICS?
Odex or Deodexed?
Click to expand...
Click to collapse
please read the OP
it will be for deodexed.
@peetr_, thanks for this trying it now
Does this work on xperia tx? ??
Sent from my LT29i using xda app-developers app
Work XV .140. Tanks
Enviado desde mi LT25i
this is the file from TX 67
could u plz make it for TX ? thanks~
Confirmed working on .142.
Thanks _peetr
Sent from my LT30p using xda premium
Leo said:
this is the file from TX 67
could u plz make it for TX ? thanks~
Click to expand...
Click to collapse
Ok. I will.
Can you make a little tut how to do it?
Sent from my ST21i using xda premium
djedjy said:
Can you make a little tut how to do it?
Sent from my ST21i using xda premium
Click to expand...
Click to collapse
You can diff framework.jar with original one by using e.g. Beyond Compare and you will know what to change...
works good on my t with fw .142
First post updated with TX version.
If you want to make it yourself, search for /android/view/VolumePanel class
peetr_ said:
First post updated with TX version.
If you want to make it yourself, search for /android/view/VolumePanel class
Click to expand...
Click to collapse
limited 8 thanks
anyway u deserve unlimited thanks :good:
peetr_ said:
If you want to make it yourself, search for /android/view/VolumePanel class
Click to expand...
Click to collapse
Thanks. For anyone interested you need to mod VolumePanel + VolumePanel$StreamResources, not just VolumePanel as I tried for a while
Yeah, it was just a hint.
All VolumePanelxxxx.smali's are coming from one VolumePanel.java.
peetr, you seem to be clued up on java, have you ever thought about writing Xposed modules for your mods?
I don't know too much about coding, but I learned how to find things from java in smali and backwards and how many things work in bytecode. I don't even know yet, how to make some preference properly, so I am using properties for user changes in my rom. It's easy.
HI all
TX mod make home launcher stopped. I had to flash original framework.jar back. please check again. thanks
Next mod=quicksettings
Sent from my LT30p using Tapatalk 4 Beta
mcsqwizzys98 said:
Next mod=quicksettings
Sent from my LT30p using Tapatalk 4 Beta
Click to expand...
Click to collapse
+1

[Shared] [App] [Updated] WALKMAN 7.15.A.0.0 & Album 5.2.A.0.6

Hi, @reynaldi3 presented Walkman, Album App for Xperia's but works on galaxy tab.
UPDATE
Sony has released new WALKMAN build 7.15.A.0.0
•Brings new options to the playlist including ‘recently played playlist’
•A ‘rearrange in playlist’ as well as a ‘featured playlist’ powered by Sony’s Music Unlimited service.
•This is in addition to some bug fixes and performance tweaks.
•Note: It Need android 4.2.x+
Link
http://www.mediafire.com/?78s3yt4c51zuq53
And here is the new Album build 5.2.A.0.6
•Software performance improvements and
•More PlayMemories Online functions.
Note: It Need android 4.1.2+
Link:
http://www.mediafire.com/download/nck4f23hypkqy0d/Album_5.2.A.0.6.apk
https://hotfile.com/dl/254070582/30af6f0/resized_Album_5.2.A.0.6_signed.apk.html
Please hit thanks button if this post is useful
It's unusable on 7' version, whole layout is messed up.
iks8 said:
It's unusable on 7' version, whole layout is messed up.
Click to expand...
Click to collapse
but can be corrected by xposed framework.. this is usefull thank you
damir87 said:
but can be corrected by xposed framework.. this is usefull thank you
Click to expand...
Click to collapse
Can you say how it can be corrected with xposed installer ?
Sent from my GT-P3100 using XDA Premium HD app
I think you have to install Xposed App Settings and change walkman's dpi to 120.
iks8 said:
I think you have to install Xposed App Settings and change walkman's dpi to 120.
Click to expand...
Click to collapse
No, walkman then look so weird! leave dpi at 160 and change resolution to one step smaller i think is 800x480 or something...
Does this require special permissions in my package they needed aloooooot of them just asking !
mythi said:
Does this require special permissions in my package they needed aloooooot of them just asking !
Click to expand...
Click to collapse
I see many people with concerns about all the permissions apps require. You have to understand that android tries to protect you when you install apps. Unless an app asks for permission it won't be able to do much. It has to ask to be able to read your files, write to save your data, camera to take pictures, Internet to access the outside world. From a developer perspective it can be annoying to make sure you've asked for all of rhe right permissions for your app to run because they can be so granular, which from your side looks like they want to take over your phone.
-----
I would love to help you, but help yourself first: ask a better question
http://www.catb.org/~esr/faqs/smart-questions.html
Thanks for sharing with us!
Can anyone change resolution and upload for 7" version please?
sent from my xperia neo v
Read post #5 and #6 how to set it up using xposed
The app doesnt install on my stock ICS for gt p5100, always saying that there is a "problem parsing the package" what do you think the problem is?
Sent from my GT-P5100 using xda app-developers app
Android-Andi said:
Read post #5 and #6 how to set it up using xposed
Click to expand...
Click to collapse
I did see, but I dont really want to install xposed
sent from my xperia neo v
akinator said:
The app doesnt install on my stock ICS for gt p5100, always saying that there is a "problem parsing the package" what do you think the problem is?
Sent from my GT-P5100 using xda app-developers app
Click to expand...
Click to collapse
IT IS FOR THE JellyBean not for ICS rom
akinator said:
The app doesnt install on my stock ICS for gt p5100, always saying that there is a "problem parsing the package" what do you think the problem is?
Sent from my GT-P5100 using xda app-developers app
Click to expand...
Click to collapse
What is your objection to using xposed? It's a wonderful situation for one-off situations like this, instead of a system-wide forced change.
-----
Tips for a pleasant XDA:
Search before asking. Someone has likely already asked.
Spell your words completely, and use punctuation. It confuses people when you use "u" and "ur" and "dat", or when you wrongly use "there/their/they're/your/you're".
Be nice. Don't be rude, just move on to another post without leaving a comment. We are not 7 years old.
And PLEASE, do not ask for the "best" anything. We all have our preferences.
Bro @aapav01 I posted newer version of Walkman from my Xperia Tablet Z, if you are interested, please check my post: http://forum.xda-developers.com/showthread.php?p=45544148#post45544148
Oh I almost forgot, this only works on android Jelly Bean 4.2.2 +
reynaldi3 said:
Bro @aapav01 I posted newer version of Walkman from my Xperia Tablet Z, if you are interested, please check my post: http://forum.xda-developers.com/showthread.php?p=45544148#post45544148
Oh I almost forgot, this only works on android Jelly Bean 4.2.2 +
Click to expand...
Click to collapse
it will on My Tab with CM 10.2?
Waelhh90 said:
it will on My Tab with CM 10.2?
Click to expand...
Click to collapse
Yes.... It will..
Sent from my GT-P3100 using Tapatalk
Vishesh said:
Yes.... It will..
Sent from my GT-P3100 using Tapatalk
Click to expand...
Click to collapse
Great!... i tried it
Hope all Sony media Apps Works on CM Rom
Get an parsing error if I want to install the app. I'm on cm10.1.3 (gt-p3110). Any suggestions?
Henning84 said:
Get an parsing error if I want to install the app. I'm on cm10.1.3 (gt-p3110). Any suggestions?
Click to expand...
Click to collapse
I think u should re-Deownload it you can download a new apk
Hey The Thread Have been Updated with latest App

Time-shift addon for stock 4.3

Im looking for this. I didnt find it on googleplay oř Sony select.
Sent from my C6603 using xda app-developers app
bollix said:
Im looking for this. I didnt find it on googleplay oř Sony select.
Sent from my C6603 using xda app-developers app
Click to expand...
Click to collapse
Because we don't have it.
Why? Because of.economy thinking in Sony, they need Z1 with some exclusivity than Z right?
Sent from my C6603 using xda app-developers app
bollix said:
Why? Because of.economy thinking in Sony, they need Z1 with some exclusivity than Z right?
Sent from my C6603 using xda app-developers app
Click to expand...
Click to collapse
It would be shocking if anyone here knew the exact answer to that question, but your guess is probably poised in the right direction. We just got 4.3. Give it some time, and I'm sure someone will have time-shift available for us.
GROGG88 said:
It would be shocking if anyone here knew the exact answer to that question, but your guess is probably poised in the right direction. We just got 4.3. Give it some time, and I'm sure someone will have time-shift available for us.
Click to expand...
Click to collapse
Yeah, I agree with that...Me too, I'm also waiting for someone to port it to our 4.3 updates :cyclops::victory:
totzkitotz said:
Yeah, I agree with that...Me too, I'm also waiting for someone to port it to our 4.3 updates :cyclops::victory:
Click to expand...
Click to collapse
Hmmm... has a 4.3 leak hit for the Z1 yet?
I've been looking. Haven't seen one yet.
GROGG88 said:
I've been looking. Haven't seen one yet.
Click to expand...
Click to collapse
Yeah...maybe when the official release from sony...someone will do it...
Sir, do you know how to make the navbar in 4.3 to become smaller?
sent from my black baby_Z
I'm trying to get the apk.. Asked around in the z1forums.. You can get the other addons via play store.. Or if anyone has the honami camera port from 4.2 could check if the apk is there and extract it. Do share but
Sent from my C6603 using xda app-developers app
4.2 apk doesn't work. Checked a couple days ago.
Sent from my Sony Xperia Z c6606 running 4.3 on XDA Premium
Anyone got the sysdump of Z1 4.3? Or already have the timeshift addon for camera?!
SNYXPR said:
Anyone got the sysdump of Z1 4.3? Or already have the timeshift addon for camera?!
Click to expand...
Click to collapse
I extracted it earlier... but then was stuck in meetings the rest of my day...
Sent from my C6503 using Tapatalk
SNYXPR said:
Anyone got the sysdump of Z1 4.3? Or already have the timeshift addon for camera?!
Click to expand...
Click to collapse
I pulled it, but it's odexed and relies on framework files from the Z1. I haven't had time to mess with it yet...
scifan said:
I extracted it earlier... but then was stuck in meetings the rest of my day...
Sent from my C6503 using Tapatalk
Click to expand...
Click to collapse
GROGG88 said:
I pulled it, but it's odexed and relies on framework files from the Z1. I haven't had time to mess with it yet...
Click to expand...
Click to collapse
Great! I'll just have to wait for it I guess. Maybe info-eye is also an option to consider looking at?
Great work guys...I'll just wait for it so excited
OK here are the addons for camera i could found for 4.3(10.4.B.0.569)
Social Live- https://play.google.com/store/apps/details?id=com.bambuser.sociallive |>Install as a normal app from playstore
AR Effect- https://play.google.com/store/apps/details?id=com.sonymobile.androidapp.cameraaddon.areffect |>Install as a normal app from playstore
Info Eye- https://www.dropbox.com/s/lx7glz1l9zr5cnv/Info-eye™_1.1.02.apk |>Just install the apk file
Motion Shot- https://app.box.com/s/8lkvi0d8aiyccdf3d2ci |>Just install the apk file
Now we are just waiting for Time Shift
MasterRazor said:
OK here are the addons for camera i could found for 4.3(10.4.B.0.569)
Social Live- https://play.google.com/store/apps/details?id=com.bambuser.sociallive |>Install as a normal app from playstore
AR Effect- https://play.google.com/store/apps/details?id=com.sonymobile.androidapp.cameraaddon.areffect |>Install as a normal app from playstore
Info Eye- https://www.dropbox.com/s/lx7glz1l9zr5cnv/Info-eye™_1.1.02.apk |>Just install the apk file
Motion Shot- https://app.box.com/s/8lkvi0d8aiyccdf3d2ci |>Just install the apk file
Now we are just waiting for Time Shift
Click to expand...
Click to collapse
Motion shot's available in the store... https://play.google.com/store/apps/details?id=com.sony.motionshot
Yes,but the motion shot is not avaiable for Xperia Z,that's why i provided apk
MasterRazor said:
Yes,but the motion shot is not avaiable for Xperia Z,that's why i provided apk
Click to expand...
Click to collapse
Interesting... I guess I assumed that if it were available for the ZL, it would be available for the Z... since it's a step up...
Sorry.
Motion shot is available. I have downloaded it from the playstore.
Sent from my Sony Xperia Z c6606 running 4.3 on XDA Premium

[REQ] Xperia Z1S keyboard with colored emoji

Hi....
Can anyone port this to stock 4.3:
http://forum.xda-developers.com/showthread.php?t=2588353
You can find the system dump of Z1S here:
http://forum.xda-developers.com/showthread.php?t=2613899
You tried to install or sign with a zipsigner and then install?
Sent from my C6903 using Tapatalk
Its looks Awsom.. Waiting for a proper port
Rajeev said:
Its looks Awsom.. Waiting for a proper port
Click to expand...
Click to collapse
yea ! wont have to use two keyboards then for emoji and texting
@niaboc79 again i call on to you, can it be made?
+1
Sent from my C6603 using XDA Premium 4 mobile app
Already flashed! Not happen nothing!
Sent from my C6603 using xda app-developers app
+1
Enviado de meu C6603 usando Tapatalk
beiurh said:
Already flashed! Not happen nothing!
Sent from my C6603 using xda app-developers app
Click to expand...
Click to collapse
Wait you flashed it already and it worked?
Sent from my C6603 using XDA Premium 4 mobile app
bor3d2damax said:
Wait you flashed it already and it worked?
Sent from my C6603 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
yea me too nothing changed ... while i tried to manually move the z1s keyboard from the other link in that thread i kept get fc .. however it showed the newer version of keyboard
funky0308 said:
You tried to install or sign with a zipsigner and then install?
Sent from my C6903 using Tapatalk
Click to expand...
Click to collapse
I extracted "textinput-tng.apk" from Z1S system dump, and install it, but I got FC
Try with my patched services.jar.
You have thread in apps and themes.
That should work
Sent from my C6903 using Tapatalk
funky0308 said:
Try with my patched services.jar.
You have thread in apps and themes.
That should work
Sent from my C6903 using Tapatalk
Click to expand...
Click to collapse
sorry, where is the thread ? here in z forums app and themes ?
funky0308 said:
Try with my patched services.jar.
You have thread in apps and themes.
That should work
Sent from my C6903 using Tapatalk
Click to expand...
Click to collapse
i tried it ..pasted with correct permission but got a bootloop ..
mayve works only for z1 not z ?
demonicjas said:
i tried it ..pasted with correct permission but got a bootloop ..
mayve works only for z1 not z ?
Click to expand...
Click to collapse
Check XZ thread - there's services.jar for Z there.
Framework files shouldn't be crosflashed!
@Metallijim
Mate, you patched XZ services.jar?
Sent from my C6903 using Tapatalk
funky0308 said:
Check XZ thread - there's services.jar for Z there.
Framework files shouldn't be crosflashed!
@Metallijim
Mate, you patched XZ services.jar?
Sent from my C6903 using Tapatalk
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2613018
found one here ..
funky0308 said:
Check XZ thread - there's services.jar for Z there.
Framework files shouldn't be crosflashed!
@Metallijim
Mate, you patched XZ services.jar?
Sent from my C6903 using Tapatalk
Click to expand...
Click to collapse
i already have patched services.jar
even the keyboard gets updated to latest version
but the emoticons is same as previous one
i guess its related with framework not sure i am having look into it
lets see
nielneal said:
i already have patched services.jar
even the keyboard gets updated to latest version
but the emoticons is same as previous one
i guess its related with framework not sure i am having look into it
lets see
Click to expand...
Click to collapse
Try to delete old one and manually move apk's to system/app.
Emoj's are in textinput-tng.apk (or chn for Chinese key) in res/drawable.
Maybe there is need for MODed framework, don't know that for sure, but I doubt.
Z1 keyboard
Z1s keyboard
Although, there's couple offramework jar files so if you flashed it, maybe they aren't flashed well.
Try manually moving...
Sent from my C6903 using Tapatalk
funky0308 said:
Try to delete old one and manually move apk's to system/app.
Emoj's are in textinput-tng.apk (or chn for Chinese key) in res/drawable.
Maybe there is need for MODed framework, don't know that for sure, but I doubt.
Although, there's couple offramework jar files so if you flashed it, maybe they aren't flashed well.
Try manually moving...
Sent from my C6903 using Tapatalk
Click to expand...
Click to collapse
yes i know that buddy all framework files didnot really flashed i had manually moved the files
i tried that before but still it doesnot work size is changed and even versions and also all framework files and lib file but still it show previous emoticons when pressed
nielneal said:
yes i know that buddy all framework files didnot really flashed i had manually moved the files
i tried that before but still it doesnot work size is changed and even versions and also all framework files and lib file but still it show previous emoticons when pressed
Click to expand...
Click to collapse
yeah ! did the same .. but same emoticons

CM 11S lockscreen

Hey, is there a way to have the cm11s lockscreen ? Im on PAC ROM lbl
Up
Sent from my Xperia SP using XDA Free mobile app
Yes. You'll have to obtain the keyguard.apk that has been ported to do so.
I suggest you extract and take the keyguard apk from my ROM since I've ported that to work on 4.4
Sent from my Xperia SP using XDA Premium 4 mobile app
Furrydaus said:
Yes. You'll have to obtain the keyguard.apk that has been ported to do so.
I suggest you extract and take the keyguard apk from my ROM since I've ported that to work on 4.4
Sent from my Xperia SP using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks for answer ! Gonna try to do it !
Sent from my Xperia SP using XDA Free mobile app
Well i found it, but can't install it: keyguartestactivity non installed
spicx212 said:
Well i found it, but can't install it: keyguartestactivity non installed
Click to expand...
Click to collapse
Are you on stock or cm?
Sent from my Xperia SP using XDA Premium 4 mobile app
Furrydaus said:
Are you on stock or cm?
Sent from my Xperia SP using XDA Premium 4 mobile app
Click to expand...
Click to collapse
PAC ROM, so CM
Sent from my Xperia SP using XDA Free mobile app
Flash the following file: http://www.mediafire.com/download/g50hhp7d1811d1d/CM11s-[Lockscreen,Calc,Gallery,Camera]-2.zip
It will also give you CM11S camera, gallery and calculator.
Gamm86 said:
Flash the following file: http://www.mediafire.com/download/g50hhp7d1811d1d/CM11s-[Lockscreen,Calc,Gallery,Camera]-2.zip
It will also give you CM11S camera, gallery and calculator.
Click to expand...
Click to collapse
It says 'installation aborted' , i don't get it, i flashed through recovery
spicx212 said:
It says 'installation aborted' , i don't get it, i flashed through recovery
Click to expand...
Click to collapse
Try downloading again. And turning md5 checking on. You must have got a bad download
IF SOMEONE HELPS YOU. OR YOU USE THEIR WORK. DONT BE LAZY. HIT THE "THANKS" BUTTON.
gav83collins said:
Try downloading again. And turning md5 checking on. You must have got a bad download
IF SOMEONE HELPS YOU. OR YOU USE THEIR WORK. DONT BE LAZY. HIT THE "THANKS" BUTTON.
Click to expand...
Click to collapse
Yey, downloaded from computer, and it works!
But, i know i can be annoying, is it me or the CM11S camera has a bad quality (worse than cm11 or stock?!) .
spicx212 said:
But, i know i can be annoying, is it me or the CM11S camera has a bad quality (worse than cm11 or stock?!) .
Click to expand...
Click to collapse
Just play around with the settings.
Systemiu FC
Gamm86 said:
Flash the following file: http://www.mediafire.com/download/g50hhp7d1811d1d/CM11s-[Lockscreen,Calc,Gallery,Camera]-2.zip
It will also give you CM11S camera, gallery and calculator.
Click to expand...
Click to collapse
It flashed okay. But I'm getting constant systemui FC on the latest OmniRom
Ans do u know how to remove it ? I tried reflash the ROM but still the same, because sometimes the lockscreen is kinda buggy
Sent from my Xperia SP using XDA Free mobile app

Categories

Resources