[Q] Help, I'm dumb. Need some stock apps. - Sprint Galaxy S 5 Q&A, Help & Troubleshooting

Well, I flashed a file and am stuck on the SprintSpark screen.
This is what I was looking at in between classes. Would someone be able to provide the stock apps for:
framework-res.apk
SystemUI.apk
SecSettings.apk

Unzip a stock rom and take them out. Why wait for someone to post them?

Related

[Q] (Q) OTA Battery Full notification

Has anyone found a way to remove the battery full notification from the 2.3.3 OTA Rom? I know this has been asked before, but I can't tell if the answer is still no, or I simply haven't found the correct thread.
Vorkosiganm said:
Has anyone found a way to remove the battery full notification from the 2.3.3 OTA Rom? I know this has been asked before, but I can't tell if the answer is still no, or I simply haven't found the correct thread.
Click to expand...
Click to collapse
It has been removed in most custom OTA ROMs
Assuming that I don't want to switch to another ROM, is it possible for me to remove the notification from the stock ROM (by modifying framework-res.apk or such), or can the removal only be done when compiling from LG's source?
Vorkosiganm said:
Assuming that I don't want to switch to another ROM, is it possible for me to remove the notification from the stock ROM (by modifying framework-res.apk or such), or can the removal only be done when compiling from LG's source?
Click to expand...
Click to collapse
It can removed from the stock rom, but you need to know exactly what you're doing, as far as modding smali in apks.
Can you give me any help to point me in the right direction for what I need to do? I think I know how to edit the apk's, and I am guessing that I would need to edit one of the xml files, but the naming conventions are not always logical. For example, config_animateScreenLights is related to the crt screen off animation for some reason.
Vorkosiganm said:
Can you give me any help to point me in the right direction for what I need to do? I think I know how to edit the apk's, and I am guessing that I would need to edit one of the xml files, but the naming conventions are not always logical. For example, config_animateScreenLights is related to the crt screen off animation for some reason.
Click to expand...
Click to collapse
This is not an xml edit, its a small smali edit, but here goes:
adb pull SystemUI.apk from /system/app and decompile SystemUI.apk, navigate to
\smali\com\android\systemui\statusbar\policy\StatusBarPolicy.smali
Find & remove the ENTIRE "showChargingComplete" method
then find and remove this line
Code:
invoke-direct {p0}, Lcom/android/systemui/statusbar/policy/StatusBarPolicy;->showChargingComplete()V
Recompile SystemUI.apk and push to /system/app, then reboot.
If this sounds too hard or tricky, let me know.
Thanks! That worked perfectly.
I don't suppose you could post a link to that modified SystemUI.apk file? I'd love to get rid of the battery full popup, but I've never compiled/decompiled an .apk, so it sure would be a time saver.
Thanks in advance!
I certainly can. A couple of things first. I found that using the OTA, you cannot just push the SystemUI.apk to your phone using adb (it has to do with the permissions baked into the ROM), I had to make a flashable zip. This means that you will need clockworkMOD to flash the zip. Also, the SystemUI.apk that I have includes xboarder56's green signal fix (from this thread: http://forum.xda-developers.com/showthread.php?t=1179748&highlight=ota+gingerbread). I can apply the battery popup fix to a stock SystemUI.apk if you want, just let me know. In any case, I have to recreate the flashable zip, so it will take a few days.
I'm rooted, running the rooted but stock ROM "P999_2.3.3_Stock_OTA" by xboarder.
The only mod I've added is the battery icon mod from this thread installed: http://forum.xda-developers.com/showthread.php?t=1190283&highlight=battery+mod
So I assume you can't just pull the SystemUI.apk and post, then copy in place using ES Explorer? If you can post a flashable .zip that works for me, whatever is easiest. Many, many thanks....

[Q] How to get GTAB P5113 Samsung Keyboard on CM10?

Not liking the Android Keyboard too much in CM10 JB for Galaxy Tab 2 10.1 wifi
so, looking for way(s) to get the Stock Samsung Keyboard app/apk from ICS to work on CM10.
Tried using Titanium Backup / restore, as well as, recovery update.zip options but no luck.
Any ideas on how to get this app as well as few other Samsung Stock apps to work on CM or other builds?
You need the APK (and odex if it wasn't deodexed) as well as the lib for the keyboard.
a bit mre detail plz
imnuts said:
You need the APK (and odex if it wasn't deodexed) as well as the lib for the keyboard.
Click to expand...
Click to collapse
Dude, is that an Audi? I am guessing you drive one, I do and Love it!
As for how to make the apps run, I have searched but confused about Smali, Baksmali etc. And don't think I am going the right direction here. So, if you could, plz post some steps as to how this is done. Also, where to find the lib and odex files...
I'd have to restore my original backup and extract the files and later restore the current running cm10. Since I have only one tab, it is not easy to experiment as it takes time for loading etc. If u can post some specific steps, I'll just take it from there for all the stock apps I need (I.e. calendar, memo etc.)
The easiest way to do it would be to pull the APK from a deodexed ROM, then you don't need to worry about an odex file. For the lib, I believe it is libXt9core.so or similar, and it will be in /system/lib/. Then all you would need to do is put the APK in /system/app and the lib in /system/lib and it should work for you.
Also, yes it is an Audi

sense 3.6 theming/modding help needed

Guys,
I really need your help here!!
I beginning to try to create status bar themes for sense 3.6 ROMs on 3.33 base but am getting a bit stuck.
I've pulled all the .pngs I want to edit from SystemUI.apk (decomplied with Multi APK Tool), edited them using photoshop and saved them (Keeping the filenames the same) then recompiled to get the new APK (ensuring it is still named SystemUI.apk).
I don't know how to create flashable zips so have used root explorer to replace the original SystemUI.apk file with my new one and set permissions to rw-r--r-- and rebooted but nothing changes.
I don't know if I need to edit more than these image files (like stuff in framework.res.apk) or if there's anything else apart from image editing I need to do. Can anyone please guide me on this?
Once I can do this, I would love to be able to create flashable zips, to flash new themes and I have found odd bits of info here and there online about how to create them, but I am still unsure about this, so if anyone can help me with that as well, it would be great.
Can anyone please help/guide me here?]
Thank you :fingers-crossed:
wildcardspv said:
Guys,
I really need your help here!!
I beginning to try to create status bar themes for sense 3.6 ROMs on 3.33 base but am getting a bit stuck.
I've pulled all the .pngs I want to edit from SystemUI.apk (decomplied with Multi APK Tool), edited them using photoshop and saved them (Keeping the filenames the same) then recompiled to get the new APK (ensuring it is still named SystemUI.apk).
I don't know how to create flashable zips so have used root explorer to replace the original SystemUI.apk file with my new one and set permissions to rw-r--r-- and rebooted but nothing changes.
I don't know if I need to edit more than these image files (like stuff in framework.res.apk) or if there's anything else apart from image editing I need to do. Can anyone please guide me on this?
Once I can do this, I would love to be able to create flashable zips, to flash new themes and I have found odd bits of info here and there online about how to create them, but I am still unsure about this, so if anyone can help me with that as well, it would be great.
Can anyone please help/guide me here?]
Thank you :fingers-crossed:
Click to expand...
Click to collapse
Hi,
Look HERE

[Request] SystemUI.apk from AT&T 4.4.2 XT1058

Hey guys, I've been trying out http://forum.xda-developers.com/moto-x/themes-apps/mod-aosp-signal-icons-t2584351 and http://forum.xda-developers.com/showthread.php?t=2641297 but completely forgot to back up my original systemUI.apk like an idiot.
I have attempted extracting from ATT_XT1058_4.4-13.11.1Q2.X-69-3_CFC_1FF.xml.zip but this appears to be just 4.4, whereas when I check the OTA Blur_Version.140.44.5.ghost_att.ATT.en.US_2.zip, I can see there's a .p patch file, however I'm at a loss as to where to go from here. Adding in the 4.4 SystemUI.apk just gives me a black background with force closes, and I don't know how to patch the apk with the .p file.
Long story short - can someone please extract their SystemUI.apk from their AT&T XT1058 4.4.2 rom and post here?
Okay, since I found out that ATT 4.4.2 firmware was finally added to http://sbf.droid-developers.org/phone.php?device=0, I was able to download and extract.
If anyone else ever has the same issue, the SystemUI.apk and .odex are attached
Thanks a lot
unable to install
Hey guys I downloaded the systemI but can't install it's. plz help me out.
Elite warrior said:
Hey guys I downloaded the systemI but can't install it's. plz help me out.
Click to expand...
Click to collapse
Put it in the root directory, system/app

[Q][4.3-?4.4] Can somebody link me two files from fonts?

I was trying to get iPhone-style emojis on my phone and now they won't work at all ): I've looked around the internet for a few hours and couldn't find a way to restore it without restarting my entire phone.
The two files I need are :
DroidSansFallback.ttf
fallback_fonts.xml
They should be located in /system/fonts. I have 4.3 and don't know if any later version would work but am willing to try. THANKS to anybody that can offer any assistance!
jakobb_h said:
I was trying to get iPhone-style emojis on my phone and now they won't work at all ): I've looked around the internet for a few hours and couldn't find a way to restore it without restarting my entire phone.
The two files I need are :
DroidSansFallback.ttf
fallback_fonts.xml
They should be located in /system/fonts. I have 4.3 and don't know if any later version would work but am willing to try. THANKS to anybody that can offer any assistance!
Click to expand...
Click to collapse
I have the first file but I can't find the 2nd file, I have the stock rom backed up but I didn't ever go beyond 4.1.2 with otas
From my Wicked S3 running MIUI

Categories

Resources