[How to] disable popup confirmation when turning on-off SYNC - Sony Cross-Device General

Hello,
I think it's related to all Xperias so I try here.
I failed to modify the smali code of SystemUI.apk (AutoSync*.smali) to avoid this boring popup confirmation which appears everytime we turn on/off sync. Also didn't find anything googling this subject.
Someone tried and succeed ? Or want to do it ?
Thanks.

sambastrakan said:
Hello,
I think it's related to all Xperias so I try here.
I failed to modify the smali code of SystemUI.apk (AutoSync*.smali) to avoid this boring popup confirmation which appears everytime we turn on/off sync. Also didn't find anything googling this subject.
Someone tried and succeed ? Or want to do it ?
Thanks.
Click to expand...
Click to collapse
So u r asking a help. Right? Then its not the right place my friend. Go to Q and A section. Pls don't start any request / help threads here...
Thank You
From My Xperia Z With XDA App

lol I like how you added How to in [] as if you had the answer.

Related

Problems with Iphone app...

I have the iphone app installed, but some of the icons do not work. I get an error saying "link file not found." Could someone please help me with this issue. Thanks in advance.
first off, you should not be starting a new thread for this, not cool.
to answer your question, your directories are probably not set up correctly, use this tool:
http://forum.xda-developers.com/showthread.php?p=1258500
link doesn't work
brady_f said:
link doesn't work
Click to expand...
Click to collapse
link fixed

How to go about modifying a widget app ?

Ok..i m aware that there are many threads and numerous posts explaining stuff like making your own app, editing an apk and so on but i hv this one app from market which shows information from a website. Its like how you have a quote for a day..its the same thing.
So this is app is a widget and it retreives the quote of the day from some website but the prob with this it it doesnt update the quote on itself..everytime i have to manually remove the widget and add it again for it to refresh the quote. there is a service which is running by the widget but it doesnt help at all...unless you don remove the widget and add it again to the homescreen it wont update...i have contacted the developer but he isnt responding..so i thaught about doing it myself.
basically i want to add a 'refresh' button onto the widget which will try sending the request to server and update the quote for the day.
I don want you guys to give me d coding or algorithm...i just want to know how do i go about accessing the code...i hv done programming in java but m new to android.
So firstly what should i do...rip the apk off so that i see all the files ? next what?
any specific file that i should be modifying...or some tinkering with the service file ?
i m a comp noob...so i just need steps on how to go abt modifying the apk..rest all the codes and methods to do it i will manage on myself..so i just need to know how to tear the apk and get to the main coding part...
all replies will be whole heartedly appreciated.
FYI : i m on android 2.2 usin it on htc evo but for now i will only be doing the testing of the app on an emulator..and i have access to only .apk file of that appliaction...nothing else.
Thanks ! Cheers !
Is it open source? because otherwise I'm pretty sure modding someone else's app is illegal. If it is open source you can download the source where ever it may be hosted or you could try using this
http://forum.xda-developers.com/showthread.php?t=695701

[Q] R.Java Not updating automatically

Hello all
I'm new to the forums. And really dont know whether i'm posting in the correct section. So correct me if i'm mistaken.
I'm having an issue that i've failed to resolve. I'm trying to develop an alarm clock. But the R.Java file doenst update itslef. Only the drawables get added to it but everything else isn't updated eg the string resources.
I've tried making the project again and den copying all the files to it but that hasn't really worked several times now!
Please help me out of this
Regards
Master
bump bump
JDLMaster said:
Hello all
I'm new to the forums. And really dont know whether i'm posting in the correct section. So correct me if i'm mistaken.
I'm having an issue that i've failed to resolve. I'm trying to develop an alarm clock. But the R.Java file doenst update itslef. Only the drawables get added to it but everything else isn't updated eg the string resources.
I've tried making the project again and den copying all the files to it but that hasn't really worked several times now!
Please help me out of this
Regards
Master
Click to expand...
Click to collapse
what ide are you using to develop?
My guess is that you have errors in your project that are preventing it from building. Check the console
Search the forum for R.java. There is another thread (or more) about this.
It is a known issue/problem with Eclipse.
killersnowman said:
what ide are you using to develop?
Click to expand...
Click to collapse
Eclipse IDE

[Q] HELP from STOCK ROM Users [Modifying TouchWiz30Launcher.apk]

Good day developers, can you help me, Im using STOCK ROM DXMA1 (deodexed). I want to modify my "TouchWiz30Launcher.apk", instead of 4 icon Column dock, I want to make it 5. I follow this guide somehow, http://forum.xda-developers.com/showthread.php?t=1668984 but it didn't help me. It made my "touchwiz30Launcher.apk" 5 docks but when I put the other application(last time it was 4 and now it turns 5, 4+1=5) on DOCK, the application disappear. Then I tried following this guide again, http://forum.xda-developers.com/showthread.php?t=1500230 although it is for Galaxy Ace, I think it is similar somehow with SGY (note: I only did was, PART II number 1 and 2.)Then the problem in my first try modifying the TouchWiz30Launcher.apk is similar with the second one. Guys if you know, can you help me with this problem or guide me or if there are some similar questions/forum post like this that had been answered, kindly post it? Help me please.​
did you install it as a system app?
try removing the classes.dex from original to the modified one,
also was the app compiling process a success?
gee i had to trouble reading the text on that one
deathnotice01 said:
did you install it as a system app?
try removing the classes.dex from original to the modified one,
also was the app compiling process a success?
gee i had to trouble reading the text on that one
Click to expand...
Click to collapse
Yes, I install it as a system app sir, I also replace the classes.dex from the original to the modified one. I use apktool sir, and it was success.
Sorry for the bad grammar though.
3r41nl33n said:
Yes, I install it as a system app sir, I also replace the classes.dex from the original to the modified one. I use apktool sir, and it was success.
Sorry for the bad grammar though.
Click to expand...
Click to collapse
grammar's good and understandable,
what happened when installing?
do you have a logcat?
maybe a cert mismatch
did it force close in anyway?
No FC sir. It just the application icon disappear from the menu and it was irreversible. Thanks anyway, I solved my case. This thread should be close now.
3r41nl33n said:
No FC sir. It just the application icon disappear from the menu and it was irreversible. Thanks anyway, I solved my case. This thread should be close now.
Click to expand...
Click to collapse
what the main problem did you facing and how do you solved it?? ??
assphere said:
what the main problem did you facing and how do you solved it?? ??
Click to expand...
Click to collapse
HIHIHI. I just modify Mr. zalzondabuzz 5 docks bottomfrom here, http://forum.xda-developers.com/showthread.php?t=1958201 . I just decompile his/her work and i transfer all the png's because, I dont want the actual TouchWiz30Launcher to be modified, it's just like I want to make it 5 docks. and thats it. xD

[PORT/PATCH][STOCK CNE5] Patch ROM to get Active Display + quick unlock on lockscreen

Firstly, I'm not an android developer, just someone who wanted to have this feature and decided to do it myself with the help of information on XDA and google. So my thanks goes to XDA for having this wonderful forum where users can share information to benefit the entire community. I thought there would be many like me who would want to have this feature on stock ROM and decided to share this.
Secondly as this is my first post I was not sure where to post it and therefore if this does not qualify for posting here the moderator may move this to the appropriate forum.
This patch is for i9295 on stock CNE5 deodexed ROM
FEATURES
-----------------
- Active Display
- Quick pin unlock (for pin and password)
- Double tap to sleep on lockscreen
- Wakelock for Secmms removed
KNOWN ISSUES
-------------------------
Lockscreen settings for when pin selected, Quick pin unlock and Double tap to sleep for some reason default to unchecked. It is ok when password is selected though but nevertheless works fine just select it if you want it to work before exit. I am not able to figure out the issue and would love some help here
CREDITS
-------------
0xD34D for his thread http://forum.xda-developers.com/showpost.php?p=45736797&postcount=2 on how to port activedisplay
loserskater for his thread http://forum.xda-developers.com/showthread.php?t=2279039 on how to enable quick pin unlock
Spegiliuis and Mythi for the various CM11 based ROM's with the above features from where I was able to port these
BDFreak for advanced APK tool which made decompiling and recompiling apk's from various roms simultaneously easy.
XDA and Google for helping me out in figuring and handling smali code and understanding how to debug and fix issues faced during porting.
Anyone else who I might have missed can let me know so that I can add them here
Screenshots for settings attached
-------------------------------------------------
REQUIREMENTS
--------------------------
Deodexed ROM
working CWM Recovery
UPDATE INSTRUCTIONS
-------------------------------------
- Download zip file ActiveDisplay_140711_0114.zip`
- Take a nandroid backup
- Flash zip using ClockworkMod recovery
- Wipe cache
- Wipe dalvik cache
- Reboot
- Enjoy!
In case any issues faced restore nandroid backup select advanced option and restore system only.
DISCLAIMER
--------------------
I am not responsible for bricked devices, locked phones. Please do some research if you have any concerns about features included in this Patch before flashing it! YOU are choosing to make these modifications.
DOWNLOAD LINK
---------------------------
ActiveDisplay https://drive.google.com/file/d/0ByY8uLVuRKD2cGt6STMtNXBmcU0
Revert to Stock https://drive.google.com/file/d/0ByY8uLVuRKD2VC1QM2VmUlFCZG8
Awesome job brother ... well done ... keep it up , i think that spegiluis needs a mention too.
sorry couldnt test this since m not thinking of tw now
mythi said:
Awesome job brother ... well done ... keep it up , i think that spegiluis needs a mention too.
sorry couldnt test this since m not thinking of tw now
Click to expand...
Click to collapse
Thanks Bro, I have edited the credits to include spegilius as well
Is there a way to make this working on Odex Rons?
Thanks and nice job!
vennon! said:
Is there a way to make this working on Odex Rons?
Thanks and nice job!
Click to expand...
Click to collapse
I can look inside, and may be add to my pack, if OP agree.
d8389 said:
I can look inside, and may be add to my pack, if OP agree.
Click to expand...
Click to collapse
No issues, you may go ahead with proper credits
vennon! said:
Is there a way to make this working on Odex Rons?
Thanks and nice job!
Click to expand...
Click to collapse
I have updated the zip at the below link which should work as I odexed my entire rom and pulled it out from there. Please try it out and confirm if working so that I can update it in the OP
https://drive.google.com/file/d/0ByY8uLVuRKD2NzZmcDJZRUNWc1E
JASONRR said:
I have updated the zip at the below link which should work as I odexed my entire rom and pulled it out from there. Please try it out and confirm if working so that I can update it in the OP
https://drive.google.com/file/d/0ByY8uLVuRKD2NzZmcDJZRUNWc1E
Click to expand...
Click to collapse
Didn't work, stoped on samsung logo and doesn't nothing more...
vennon! said:
Didn't work, stoped on samsung logo and doesn't nothing more...
Click to expand...
Click to collapse
Can you confirm your device if it is i9295 and you are on CNE5
JASONRR said:
Can you confirm your device if it is i9295 and you are on CNE5
Click to expand...
Click to collapse
Yes, it's! Look the attachment...
vennon! said:
Yes, it's! Look the attachment...
Click to expand...
Click to collapse
I have sent you a PM with the link to the revised files. Can you try and confirm if it is working
Anyone has tried the deodexed patch?
ROM MOD converted into full ROM with S5 style and apps posted in development section
http://forum.xda-developers.com/galaxy-s4-active/development/rom-super-wizcyan-s5-style-t2874424

Categories

Resources