Hello, friends.
I'm from Russia, so please do not kick me greatly for my english)
At home I refused to help - I ask you: correct, please, mms.apk so do not sms mms converted to when a certain number of characters.
File pulled from firmware version 2.3.7a MIUI, so I simply have not found such a emended. For official firmware it is, but for MIUI - no.
Oh yeah, forgot to phone - Samsung Galaxy S i9000. Although, if I post a topic in this thread, it's obvious)
Uh .. thank you in advance for your assistance) And, if not difficult to poke his nose in the manual how to do it, so I do, when selecting a new firmware, do not bother with it
try to edit the mms.apk as described in this thread and see if it works..it should anyway. keep a backup of the original apk!
Hello.
I would like to kindly ask you what app (name and if possible upload) controls samsung original writing recognition? I am asking since it looks like it has been removed from Omega ROM and possibly put on bloatware its list but I was not given an answer putting the question in Omega ROM thread. I was also trying to find the answer using google search but I was unsuccessful. Could any1 help me out please?
Thank you in advance.
No one?
Hello,
This is my first thread on XDA...
So please forgive me if I do a Noob Mistake.
I have designed a Quick Panel(QuickpanelBmp.rbm) For Wave 525
So I need to figure out some of things to make it completely transparent
halfway I m Done...
In the 4 attachments,
one is Quick panel look (20140520152255.jpg),
In the other image (Unknown.png) I have marked those two source images which I didn't found in Quickpanelbmp.rbm.....
Can Anyone Please tell me the location of those 2 images..
in which rbm file they are located..???
And I have Attached the Quickpanel.rbm in zip file with it...
If any Dev can help please come forward..
Please figure out those 2 files...
And in the fouth attachment (20140520203955.jpg)..
I tried to insert a transparent image on bluetooth icon by adding a qmg prepared with STD..
and inserting it with method 3 mask 0x00000000
like this
14;74;60;32;3;0;0x00000000;QuickPanelBmp_014_74x60x32.qmg
I get a pink coloured image in quick panel..??
what could be the reason for this..??
Any Bada dev there...???
Best Regards
Hello Any Bada Dev there...????
Are the devs gone for summer holidays...
Please if anyone can help out on the quick panel...!!
Any Developer having Wave 525 is invited to reply...!!
I think, there was a kind of map somwhere in Wave Remaker thread, what showed position of images in files...
Hello
After Searching on XDA I found this map page only which is of rsrc indicators..
Not Quickpanel...
http://forum.xda-developers.com/showpost.php?p=33472965&postcount=265
Can you find that Quickpanel map link for me..
pls..!
Well...
But this may take some time...
Its ok bro... :good:
reply
Try and contact Aakshat, Lusyo or Amit
All of them have done this before and may help you
krittin98 said:
Try and contact Aakshat, Lusyo or Amit
All of them have done this before and may help you
Click to expand...
Click to collapse
If you can give me their profile links..
I can Send a PM inviting for development.
Hi, before the official API was released there was a thread here that gave people an apk that they could edit to create their own watchfaces without Facer/Wearfaces etc. Does something like this exist for the new, official api?
Thanks
have you found an answer to your question ? i am searching too about this , please keep me in touch
bump,would love something like this as well
Q&A for [Guides & Links] THE GALAXY S5 UNIFIED MODS THREAD
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [Guides & Links] THE GALAXY S5 UNIFIED MODS THREAD. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Remove Quickconnect & Sfind from Pulldown
Hello,
Please can anyone help me remove Quickconnect & Sfind from Pulldown --> Galaxy I9505 (lollippop), i am rooted but i cant figure out how to edit the SystemUI.apk (decompile & stuff).
Thank You
SyShade said:
Hello,
Please can anyone help me remove Quickconnect & Sfind from Pulldown --> Galaxy I9505 (lollippop), i am rooted but i cant figure out how to edit the SystemUI.apk (decompile & stuff).
Thank You
Click to expand...
Click to collapse
You're going to need to do a bunch of reading, then more, then more. It's not the hardest thing to do, but removing stuff like that can be tricky. You're better off flashing a custom rom for now. There are plenty of threads with a ton of info here though.
Hello
metalfan78 said:
You're going to need to do a bunch of reading, then more, then more. It's not the hardest thing to do, but removing stuff like that can be tricky. You're better off flashing a custom rom for now. There are plenty of threads with a ton of info here though.
Click to expand...
Click to collapse
i did managed to modd the SytemUi but wen i put it back on to the phone it crashed the SystemUi, couldn't recover even whith restore and original file, reinstaled the rom, still buggiing me alot those buttons, the lollippop for the s4 was released rather a short time ago. so anyone wants to help me get rid of those buttons ( i have a problem whith "Everyting should be almost perfect")
Thank you for your time
You should check out a program called winmerge, I use it all the time when modding. It lets you compare files to find what you need.
SyShade said:
Hello,
Please can anyone help me remove Quickconnect & Sfind from Pulldown --> Galaxy I9505 (lollippop), i am rooted but i cant figure out how to edit the SystemUI.apk (decompile & stuff).
Thank You
Click to expand...
Click to collapse
Decompile SystemUI.apk and go to values/dimens
And change this
Code:
<dimen name="finder_connect_layout_height">57.0dip</dimen
To this
Code:
<dimen name="finder_connect_layout_height">0.0dip</dimen
increasing ringtone
Hi guys ive just regained root on firmware G900IDVU1ANK1 and i am trying to remove the annoying increasing ringtone. I have followed this guide http://forum.xda-developers.com/showthread.php?t=2733001 but the stupid thing still rings ascending. I noticed that there is only 1 instance of this line - Landroid/media/AudioManager;->setStreamVolume(III)V where as the thread says there should be 2. I used the SecTeleService apk from an earlier version rom (NE1) but it just crashes.
Any help is appreciated.
Thanks
Daniel.
amigo24 said:
Hi guys ive just regained root on firmware G900IDVU1ANK1 and i am trying to remove the annoying increasing ringtone. I have followed this guide http://forum.xda-developers.com/showthread.php?t=2733001 but the stupid thing still rings ascending. I noticed that there is only 1 instance of this line - Landroid/media/AudioManager;->setStreamVolume(III)V where as the thread says there should be 2. I used the SecTeleService apk from an earlier version rom (NE1) but it just crashes.
Any help is appreciated.
Thanks
Daniel.
Click to expand...
Click to collapse
If you are doing this for Android L, the file to modify is now Telecom.apk and the guide is near the bottom of post #4 in my home guide thread.
tdunham said:
If you are doing this for Android L, the file to modify is now Telecom.apk and the guide is near the bottom of post #4 in my home guide thread.
Click to expand...
Click to collapse
No, im still running 4.4.2, rom is NJ1 build
edit
does not work vibration
keeping back
kill does not vibrate
thanks
How can I change an option in SecSettings.apk to redirect to another option?
Currently, Power Saving mode uses PowerSavingModeSettingsActivity and I want it to use PowerSavingModeSettings2014Activity. It has a few more options than what Settings currently uses. Thanks.
evilvoice said:
How can I change an option in SecSettings.apk to redirect to another option?
Currently, Power Saving mode uses PowerSavingModeSettingsActivity and I want it to use PowerSavingModeSettings2014Activity. It has a few more options than what Settings currently uses. Thanks.
Click to expand...
Click to collapse
Search the entire smali folder with a tool like fileseek for PowerSavingModeSettingsActivity and change where it invokes it to PowerSavingModeSettings2014Activity. This is very simplified and may not work but that is how I would approach it to begin.
Awasome
great work thanks
Ok this will probably be a lengthy question and refers to the incall backgrounds mod. Its also for a sprint note3 lp rom.
The problem is when you select the image it displays briefly until the call connects then it switches back to the stock. When you receive a call it displays the chosen background until you answer it then it reverts back to stock. We have went over and over the instructions and cannot find out where the issue is. I think the issue that needs to be fixed is actually in the fullscreen mod though can someone help please.
https://www.dropbox.com/s/y4xubqtc4nmz6tv/LegacyInCallUI.apk?dl=0
Hi, guys!
Please help me, how i can ADD ficeto.colorpicker in my device? Please, give me the link on add colorpicker.
trylogic said:
Hi, guys!
Please help me, how i can ADD ficeto.colorpicker in my device? Please, give me the link on add colorpicker.
Click to expand...
Click to collapse
Its included in customsettings.
http://forum.xda-developers.com/gal...de-understanding-creating-smali-mods-t2488033
Hi, Guys!
Please tell me how to change the size of the switches in "CustomSettings" or switches in general? Sorry, i can't add scrin.
trylogic said:
Hi, Guys!
Please tell me how to change the size of the switches in "CustomSettings" or switches in general? Sorry, i can't add scrin.
Click to expand...
Click to collapse
The on/off switches are framework-res.apk images I believe and will affect the entire rom, not just customsettings.