[Q] Galaxy note 4 setting menu background logo - Android Q&A, Help & Troubleshooting

HI all, I just got used galaxy note 4 n910U, basically phone was purchased from Vodafone but unlock for all carrier. Just wondering, I got a logo in background whenever I open setting option, wall paper, and even camera, "try me" Vodafone logo is displaying. Can someone guide me how can I get off this irritating logo.
Thanks.
Regards,
Aqib

You will have to decompile the apks, track down the image, change it out and then recompile and flash the apk/apks

zelendel said:
You will have to decompile the apks, track down the image, change it out and then recompile and flash the apk/apks
Click to expand...
Click to collapse
HI. Thanks for your response. I am not a technical person, Could you please guide me how can I DE-compile apks files and locate the image in note 4, I mean steps and options. Or suggest me some tutorial or forum link.
Thanks.

Related

How to modify SecPhone.apk?

Hi. I am using m250s and flashed korean stock rom, but in setting it has not show 2g/3g choices.
I want to mod to show it. I used Apk multiTool to extract and build, and nowi i want it shows 2g/3g choices.
Have anyone can help me ???
Thanks a lot!

[Q] "%" Battery Galaxy Fame DUOS (GT-S6812B)

Hello Guys, let's see if you can help me, I have my Galaxy Fame DUOS as the default does not have battery percentage, yes, I saw a thread that teaches how to activate it, but I did not understand anything at all and did what I could decompile the apk and everything but... the following code change was: "smali\com\android\settings, open DisplaySettings.smali with notepad++" but the strangest of all the way "smali\com\android\settings" does not have the apk "SecSettings.apk" finally someone with more experience can help me?

[Q&A] Definitive guide to Rooting the Gear S

Q&A for Definitive guide to Rooting the Gear S
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 Definitive guide to Rooting the Gear S. 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!
Thank you!
Thanks for the tutorial....worked first try!
Wow, I have never seen rooting of anything so well explained.
I mean, even I may be able to do it, if I can figure out the gain over potential risk if I screw it up.
Thanks for the great write-up!
Does anyone know how I can chnge the clock font I want my custom font
Sent from my SAMSUNG-SM-N910A using XDA Free mobile app
On my gear s sorry
Sent from my SAMSUNG-SM-N910A using XDA Free mobile app
Why are the last two posts in the rooting guide thread?
ronaldheld said:
Why are the last two posts in the rooting guide thread?
Click to expand...
Click to collapse
it was my first really long post and I didnt know if I would get hit with a size limit or such. plus I cant stand when then happens and some genius comes in and post something totally off right in the middle of a writeup.
I meant cricket2979's posts
ronaldheld said:
I meant cricket2979's posts
Click to expand...
Click to collapse
no clue, he's been blowing up my inbox too....
Forgot this thread was here. Anyway I just copied and pasted my last post in the Dev forum to here so a mod can just delete it.
Originally Posted by ooms View Post
The system apps can't really be edited, unless you know how to decomplie them. They aren't opensource they are licensed under flora. They are c++ native apps(you can even install your own tpk apps if you find/make them).
Im on my phone right now, but you can do some editing of colors and images, which isnt too hard. You have to find the .edj files, use edje_decc to decompile them, you will end up with a edc file and a build.sh file to recompile.
Pretty much what i've found is we will not see custom watch faces on the lockscreen, till Samsung allows us. I have figured out some ways to customize the default digital time lock screen.
If you change any of the api permissions in the xml files make sure to update smack as it will reject it.
Ive been able to pull packages using Sdb. For instance I pulled, /usr/apps/com.samsung.w-contacts2, which has some images that are decompiled, like home screen icons. So I havent actually decompiled anything. Sdb pulls all of the folders and signatures. If I wanted to edit a couple of images then push it back to my watch, how would that be done?
For those that do not know what the directory structure looks like, as I asked in my previous post, download DiskInternals Linux viewer
http://www.diskinternals.com/linux-reader/ Open the program and browse to rootfs.img file of Cipherswitch and mount the image. It allows you to view the files on the image.
What exactly is Flora? I thought all linux distros were open source. Isnt Tizen based on Linux?
---------- Post added at 06:05 PM ---------- Previous post was at 05:57 PM ----------
@ooms ya, when I pulled that particular app, it came in folders. Now that I think about it, its just a usr folder. I was hoping to theme the whole os.
Raiderman said:
Forgot this thread was here. Anyway I just copied and pasted my last post in the Dev forum to here so a mod can just delete it.
Originally Posted by ooms View Post
The system apps can't really be edited, unless you know how to decomplie them. They aren't opensource they are licensed under flora. They are c++ native apps(you can even install your own tpk apps if you find/make them).
Im on my phone right now, but you can do some editing of colors and images, which isnt too hard. You have to find the .edj files, use edje_decc to decompile them, you will end up with a edc file and a build.sh file to recompile.
Pretty much what i've found is we will not see custom watch faces on the lockscreen, till Samsung allows us. I have figured out some ways to customize the default digital time lock screen.
If you change any of the api permissions in the xml files make sure to update smack as it will reject it.
Ive been able to pull packages using Sdb. For instance I pulled, /usr/apps/com.samsung.w-contacts2, which has some images that are decompiled, like home screen icons. So I havent actually decompiled anything. Sdb pulls all of the folders and signatures. If I wanted to edit a couple of images then push it back to my watch, how would that be done?
For those that do not know what the directory structure looks like, as I asked in my previous post, download DiskInternals Linux viewer
http://www.diskinternals.com/linux-reader/ Open the program and browse to rootfs.img file of Cipherswitch and mount the image. It allows you to view the files on the image.
What exactly is Flora? I thought all linux distros were open source. Isnt Tizen based on Linux?
---------- Post added at 06:05 PM ---------- Previous post was at 05:57 PM ----------
@ooms ya, when I pulled that particular app, it came in folders. Now that I think about it, its just a usr folder. I was hoping to theme the whole os.
Click to expand...
Click to collapse
So digging around, in the contact app folder in res/edje you have 4 .edj files you will need to decompile using edje_decc and edit then recompile.
Flora = http://floralicense.org/
So all the system apps in the source are already pre-compiled, there are some .h files that refer to the apps and "distributor" level api's but no .c files.
So till they release the source can't do too much custom stuff. Kind of like how they release the source of the Note boot loader but it's worthless because it's locked with proprietary information that they won't release.
Just the other way around.
root gear s
Hi i have gear s SM-750
R750XXU1BNJ7 . Can i root my gear s??
sory for my english
porki18 said:
Hi i have gear s SM-750
R750XXU1BNJ7 . Can i root my gear s??
sory for my english
Click to expand...
Click to collapse
Who is the wireless carrier?
porki18 said:
Hi i have gear s SM-750
R750XXU1BNJ7 . Can i root my gear s??
sory for my english
Click to expand...
Click to collapse
What Country did you buy it in?
root
ooms said:
What Country did you buy it in?
Click to expand...
Click to collapse
Poland , From shop rtv agd . Gear s it is not brand
porki18 said:
Poland , From shop rtv agd . Gear s it is not brand
Click to expand...
Click to collapse
I have that one posted in my thread in General
OK this isn't about rooting the gear s my ? Is can you pair an AT&T gear s to a Sprint Note 3???????
AT&T $199.00 Verses Sprint $384.00 if possible I'll go with the 2 year with AT&T!!
THANKS
Sent from my SM-N900P using XDA Free mobile app
poland firmware uploaded today.
Following the Gear S thread... quick question for another device...
@Cipher,
First of all, great thread, I've been following only for a couple hours and I've read every post from the last month or so (starting when it was posted by someone else and taken over by you in this thread) I'm excited to get started on rooting my Gear S.
On another note altogether though, I was wondering if you knew of a resource where I could get info on rooting the Galaxy S4, AND Galaxy S4 active. I'm currently trying to root both to work with DoCoMo here in Japan and I've read some success stories but have had no luck myself. I'm fairly versed in Linux, Android, and some rooting experience with other devices but I can't seem to get these ones to cooperate.
I've tried the "TowelRoot" and the other vairiant from Geohot with no success. I just finished my 7th attempt with the Kingo root, again, no success. Both Galaxy phones are running 4.4.2. One is the "active" variant, and one is straight up S4. I'm ultimately trying to get all my devices to work on the DoCoMo network here in Japan and I know I can do it with the right resources. Any help you can provide is GREATLY appreciated. Please feel free to email me if you have the time. Keep in mind we are 15 hours or so ahead of you guys so it may take me a minute to respond. Thanks again, I look forward to hearing from you.
K.F.
Hungarian Gear S Users
Hi All,
I to be useful South Korean Gear S, and to be useful Hungarian Telenor nano sim. To refresh sammobile.com firmware :
Product Code: XEH
PDA: R750XXU1BNJ7
CSC: R750OXX1BNJ7
MODEM: R750XXU1BNJ3 ,
and root : SM-R750T T-MOBILE by cipherswitch !
This a perfect work and everything works perfectly, thank you for your work CIPHERSWITCH !
Excuse me the bad English i hope so I helped some users with this information.

Tablet [4.1.2] bottom system bar on Nougat? Help!

Hello all,
Ok, so I, for an unknown reason even to myself, am desperate to use the Android ICS/Jellybean bottom system bar on my Samsung Galaxy S6 Edge. I am using Android 7.0 - Nemesis ROM.
I have been trying to do this for so long, simply lacking the precise coding knowledge to do so. I have downloaded the code from the Android Developers reference website, but am having a lot of difficulty decompiling the Framework-res.apk.
I have read that the magic happens in three files:
Framework-res.apk
System.apk
Services.jar
I have downloaded prior to today a copy of these files, with the hope of swapping them with my own and then changing the DPI to turn my S6 Edge into the old tablet mode. Prior to KitKat, all I needed to do was change the DPI.
I should make it clear, my laptop at the moment is no longer working at the moment, so I would be extremely grateful if somebody, anybody with good knowledge of compiling and decompiling these files, could help me?
Many thanks in advance for your help.
William
Thanks for everybody's help.

LG framework-res and lge-res needed

Hi great peeps,
So I started moding, (Disclaimer: I am like noob in this field), more specifically porting stock apps, have already ported Sony mail. Now I was thinking to port my beloved vendor LG's apps. But unfortunately, I don't have access to any LG device, sad life.
Please send me, framework-res.apk and lge-res.apk if possible.
Thanks
Applepear said:
Please send me, framework-res.apk and lge-res.apk if possible.
Click to expand...
Click to collapse
Just download the firmware for the device you used and extract those files from it...
Actually I wanted to port apps, that's why I needed it, but thank you.
Can I mount it in some virtual machine.
Actually I got them from g8 rom, still wondering is that's possible

Categories

Resources