[SOLVED] Can't decompile SecSettings.apk - Galaxy S Advance I9070 Q&A, Help & Troubleshooting

Hey buddys, I found a [HOW TO] for Multi-window port.. I'm going to give a try
Now, my problem is that the environment is setted up, I think, correctly but I can't decompile "SecSettings.apk"
Every time I try with "APK Multi Tool" "Apktool" "Apk Manager" I have errors like this:
This is my ADB Variable:
And my PATH is this:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.7.0_11\bin;C:\Program Files\Java\jre7\bin;C:\Program Files (x86)\Android\android-sdk;C:\Program Files (x86)\Android\android-sdk\platform-tools;C:\Program Files (x86)\Android\android-sdk\tools
The PATH is correct because there are JDK and JRE installed, same for SDK..
How can I fix this? Thanks in advance people!!

Re: [Q] [HELP] Can't decompile SecSettings.apk
Did you install the framework and tw-framework?
Sent from my GT-I9070 using xda premium

I installed correctly the frameworks now and edited the files using the SGS II [HOW TO]..
Bootloop.. Im sure bootloops because I used the SGS II files, I dont know if are the same smali and jar's files of Advance..
I'll study better this later, now im going to find another mods for JB..
Thanks Shaaan!

fedevd said:
I installed correctly the frameworks now and edited the files using the SGS II [HOW TO]..
Bootloop.. Im sure bootloops because I used the SGS II files, I dont know if are the same smali and jar's files of Advance..
I'll study better this later, now im going to find another mods for JB..
Thanks Shaaan!
Click to expand...
Click to collapse
You didn't sign file. Copy Meta-INF from original to the new one. Open files with WINRAR for that.

Still bootlops..
Leave this thread like SOLVED and when you can gimme a hand, if you want of course

Does multiwindow works
Sent from my GT-I9070 using Tapatalk 2

Одг: [SOLVED] Can't decompile SecSettings.apk
fedevd said:
Still bootlops..
Leave this thread like SOLVED and when you can gimme a hand, if you want of course
Click to expand...
Click to collapse
Try to put resurces.arsc from compiled to original file. With WINRAR, and set compression to lowest - storage it is I think. And then try it.
Sent from Galaxy S Advance

shut_down said:
Try to put resurces.arsc from compiled to original file. With WINRAR, and set compression to lowest - storage it is I think. And then try it.
Sent from Galaxy S Advance
Click to expand...
Click to collapse
The problem is completely solved. Merry Christmas.:good::fingers-crossed:

Related

[Tutorial] How to use Lg Weather Widget on CM7 or Miui beta

Tutorial to add Lg classes to the framework.jar in order to make work the original weather widget of LG in every rom.
I have made this process successfully in the CyanogenMod 7.2RC1 and in the MIUI 2.1a.
I discovered this process thanks to doc3000, which created to me the framework.jar of CM7 with Lg classes. After a while researching, I discovered the process.
First of all, make a backup of your rom just in case something goes wrong, be able to recover the terminal restoring it from the recovery, given the fact that a wrong framework.jar will produce a bootlop.
The files you need are:
1) baksmali.jar y smali.jar ,which you can get it from here: http://code.google.com/p/smali/. I have used the .jar files
2) original LG framework.jar file, for example in whatever rom STOCK, available in “/system/framework/framework.jar”
3) framework.jar of the rom to which we want to add the LG classes, available in “/system/framework/framework.jar”
4) WeatherWidget.apk which you can get too from whatever STOCK rom, available in “/system/app/WeatherWidget.apk”
1) Open a console, then cd to the folder where you have the 4 files. Run:
Code:
java -jar baksmali.jar framework.jar -o outlg
This will make a folder named “outlg”, which it will have all the LG Classes of the framework.jar
2) Repeat the same with the framework.jar of the rom that we want to add the LG classes running the command
Code:
java -jar baksmali.jar framework.jar -o out
3) Go to the folder “outlg/com” and make a copy of the “lge” folder to the “out/com” folder.
4) Now run
Code:
java -jar smali.jar out -o classes.dex
5) Open the framework.jar of the rom that we want to add the LG Classes with Winzip / 7zip ... , and replace the file classes.dex from the inside by the one we just have created. (Don't use Winrar, it make an incorrect framework.jar with a bootloop as a result. I don't know if Winzip work, but I confirm 7zip yes)
6) Insert the modified framework.jar to the “/system/framework” overwritting the original file, and checking that it has group and owner “root” and the correct permissions ( To know the correct permissions, look the permissions of any file in the folder “/system/framework/”...)
7) Copy the file “WeatherWidget.apk” in “/system/app/” and put he same permissions as any apk in that directory, check that the group and the owner are “root” too
8) Restart the device, and here we have the original LG weather widget in our favourite rom.
This process should work in every rom in every device, not only in the Optimus Black, but I could not check it because I only have an Optimus Black.
Sorry for my english >.<
Cheers!!!
Thank you i gonna try it out. but why it is in Q&A section? Maybe moderator could move this thread to themes&apps section? xD anyway thank you dude
I have less than 10 posts, I can't post on Development forum, but you are right, apps and themes are the correct forum, sorry >.<
Enviado desde mi LG-P970 usando Tapatalk
It ok maybe moderator can move it some day and more people find it?
Sent from my P970 using XDA
Hang on, i got an idea. i can create thread for you and put link on this thred hows that?
Runtime,
Great toturial on getting stock weather widget to work with cm7.
Any way you could put all this into a flashable zip?
I have abandon stock rom for months now and dont want to go back to extract files. Just too much efforts.
Thanks,
Sent from my LG-P970 using XDA
fongnd said:
Runtime,
Great toturial on getting stock weather widget to work with cm7.
Any way you could put all this into a flashable zip?
I have abandon stock rom for months now and dont want to go back to extract files. Just too much efforts.
Thanks,
Sent from my LG-P970 using XDA
Click to expand...
Click to collapse
If i could make you a flashable zip i would make it for you. But i dont know how to. So ill just make you a zip containing all of needed files c: (btw it seems like the original poster of this left this thread D: )
Sent from my LG-P970 using XDA
Hi all,
I can do a normal zip with all the files needed. This night I will do the zip.
A flashable zip is usseles when developers make a change involving "CyanogenMod/android_frameworks_base" because the framework.jar change. You need to do the process again to get a new framework.jar or you will get a bootlop.
Since u back so i ask qustion again...
Do you want me to open thread for you in themes and apps and give a link to your post... i take no credit for ur work.. so want me to?
P.S. im making zip now
Sent from my LG-P970 using XDA
foggydisaster said:
If i could make you a flashable zip i would make it for you. But i dont know how to. So ill just make you a zip containing all of needed files c: (btw it seems like the original poster of this left this thread D: )
Sent from my LG-P970 using XDA
Click to expand...
Click to collapse
thanks for offering me all necessary files.
I've just go through the tutorial again to rehearse all the command that I need to do.... I think I will screw up on this.... I have a busy life and I cant afford to have bootloop on phone. Just too time consuming.
Zip Is Here!
As i promised, ZIP with all STOCK files you need to go Good Luck with this
LINK:
->> http://dl.dropbox.com/u/78691851/StockFiles.zip <<-​ Have fun c:
foggydisaster said:
As i promised, ZIP with all STOCK files you need to go Good Luck with this
LINK:
->> http://dl.dropbox.com/u/78691851/StockFiles.zip <<-​ Have fun c:
Click to expand...
Click to collapse
Have you try this? meaning get the lg weather widget to work on cm7/muiu
The command that RUNTIME listed... do we execute these on the Android Terminal on the phone
thanks,
fongnd said:
Have you try this? meaning get the lg weather widget to work on cm7/muiu
The command that RUNTIME listed... do we execute these on the Android Terminal on the phone
thanks,
Click to expand...
Click to collapse
As i understood you do this in ADB on your PC....ive got an idea, i can do this for ya just send me your framework.jar (/system/framework/framework.jar) And i can try aply this for you
foggydisaster said:
As i understood you do this in ADB on your PC....ive got an idea, i can do this for ya just send me your framework.jar (/system/framework/framework.jar) And i can try aply this for you
Click to expand...
Click to collapse
link below is the framework.jar from my CM7
https://docs.google.com/open?id=0BwQDdoY7L1pGQ1J6MmQ1Y1pRSUU
thanks,
fongnd said:
link below is the framework.jar from my CM7
https://docs.google.com/open?id=0BwQDdoY7L1pGQ1J6MmQ1Y1pRSUU
thanks,
Click to expand...
Click to collapse
Ok dude its night now so ill do this for you tomorow c: but ull have this i promise nighty night
Sent from my GT-I9001 using XDA
Hi all,
@foggydisaster
I apreciate you offer, I you want to do for me, I thanks you.
The commands are for a windows/linux terminal/shell with java installed, no need to have ABD or android SDK installed. On windows do Start->Run->Cmd, on linux simply open a terminal emulator.
runtime_Err0r said:
Hi all,
@foggydisaster
I apreciate you offer, I you want to do for me, I thanks you.
The commands are for a windows/linux terminal/shell with java installed, no need to have ABD or android SDK installed. On windows do Start->Run->Cmd, on linux simply open a terminal emulator.
Click to expand...
Click to collapse
Ill go with ubuntu c:
Sent from my GT-I9001 using XDA
i have a problem... when i run comand to extract LGE framework.jar it shows folowing:
"
Code:
[email protected]:~/Desktop/workfolder$ java -jar baksmali.jar framework.jar -o outlg
UNEXPECTED TOP-LEVEL EXCEPTION:
org.jf.dexlib.DexFile$NoClassesDexException: zip file framework.jar does not contain a classes.dex file
at org.jf.dexlib.DexFile.<init>(DexFile.java:298)
at org.jf.baksmali.main.main(main.java:265)
[email protected]:~/Desktop/workfolder$
Any ideas?
foggydisaster said:
i have a problem... when i run comand to extract LGE framework.jar it shows folowing:
"
Code:
[email protected]:~/Desktop/workfolder$ java -jar baksmali.jar framework.jar -o outlg
UNEXPECTED TOP-LEVEL EXCEPTION:
org.jf.dexlib.DexFile$NoClassesDexException: zip file framework.jar does not contain a classes.dex file
at org.jf.dexlib.DexFile.<init>(DexFile.java:298)
at org.jf.baksmali.main.main(main.java:265)
[email protected]:~/Desktop/workfolder$
Any ideas?
Click to expand...
Click to collapse
I edit my first post with CODE tags, copy again the commands and it will work. It's a problem with the "-" simbol in plain text with browser. My fault.
Still the same itworks with CM7 framework filebut not with LGE..

[solved] Apktool not working?

This Problem solved by downloading apkmanager.
Hi guys.
I just have to make a small change in the Settings App.
I have done that before on official cm7 and even on stock.
Problem is that if i just decompile the apk using apktool, then even compile it with no change at all. Then Sign It, and copy it to system /app with permissions..It just doesn't show up in the app drawer even after a reboot..
This is surely a problem with apktool, coz i'm not even changing anything, just decompiling and compiling.
The same for cm7 themes. i try to compile cm7 themes but they just don't work when i copy them to system /app.
I copied it to sd card and tried to install from sd card. And it works, but not when it's included in system /app.
Problem solved by downloading apkmanager.
masterex567 said:
Hi guys.
I just have to make a small change in the Settings App.
I have done that before on official cm7 and even on stock.
Problem is that if i just decompile the apk using apktool, then even compile it with no change at all. Then Sign It, and copy it to system /app with permissions..It just doesn't show up in the app drawer even after a reboot..
This is surely a problem with apktool, coz i'm not even changing anything, just decompiling and compiling.
The same for cm7 themes. i try to compile cm7 themes but they just don't work when i copy them to system /app.
I copied it to sd card and tried to install from sd card. And it works, but not when it's included in system /app.
How do i fix this?
Please Reply Soon, as this is urgent.
Click to expand...
Click to collapse
Reboot ?
Sent from my GT-S5830 using xda premium
Nope not working...
Trying to make Settings.apk ICS Style for unofficial cm7. Making it work on the official cm7 was a left hand game. But I don't know what's the issue wid this one.
I tried apk manager, and it's getting errors at decompiling it.
Lemme see what else i can dig up. :/
Why is this flagged as urgent?
On: Which version of apktool do you use? The newer versions may not be compatible!
___________XDA Premium__________
Don't be a noob. Be a newbie..!!
Details here.
____________________________________
Urgent because it's important and i need it for rom cooking.
Using 1.3.2.
Which version do you recommend?
masterex567 said:
Urgent because it's important and i need it for rom cooking.
Using 1.3.2.
Which version do you recommend?
Click to expand...
Click to collapse
Try apk multi-tools
http://apkmultitool.com/node/14
it works without problems for me
your problem is that you're signing the apk. Stock apps, like Settings and SystemUI, cannot be signed. You need to keep the original apk (the one you've decompiled) and change files inside it.
Take a look here: http://forum.xda-developers.com/showthread.php?t=1664292
Renan Lazarotto said:
your problem is that you're signing the apk. Stock apps, like Settings and SystemUI, cannot be signed. You need to keep the original apk (the one you've decompiled) and change files inside it.
Take a look here: http://forum.xda-developers.com/showthread.php?t=1664292
Click to expand...
Click to collapse
I tried.
Then just used apk manager.
Got errors on decompiling copied the apktool 1.4.3 files to the "other" folder.
Decompiled succesfully
followed instructions.
And it worked.
It's not urgent. I'm changing the title.
eagleeyetom said:
It's not urgent. I'm changing the title.
Click to expand...
Click to collapse
It was.
but now it's okk.
You can close this thread.

SystemUI mods

Hi
I had played with Virtuous Ten Studio and i was trying to learn from scrats.
in the insanly cool sense there is an bad translation to danish in systemUI, in english the automatic brightness translated to automatisk lydstyrker, also automatic sound, in decompiled systemUI with VTS and edited the xml file for danish and then compiled the apk file again and pushed it to the device and checked for permission and edited them as they shoud in the file and rebooted.
i also tryed recompiled the apk and copyed it over on sd card, set permission and copy into system/app folder again and then reboots with same result
results was:
NO STATUSBAR i tryied everything but the only way i could fix it was using the orignial apk file again ?
what did i do wrong?
anders3408 said:
Hi
I had played with Virtuous Ten Studio and i was trying to learn from scrats.
in the insanly cool sense there is an bad translation to danish in systemUI, in english the automatic brightness translated to automatisk lydstyrker, also automatic sound, in decompiled systemUI with VTS and edited the xml file for danish and then compiled the apk file again and pushed it to the device and checked for permission and edited them as they shoud in the file and rebooted.
i also tryed recompiled the apk and copyed it over on sd card, set permission and copy into system/app folder again and then reboots with same result
results was:
NO STATUSBAR i tryied everything but the only way i could fix it was using the orignial apk file again ?
what did i do wrong?
Click to expand...
Click to collapse
Your ROM is deodexed?
and then i cant edit systemUI? :s
claudenegm said:
Your ROM is deodexed?
Click to expand...
Click to collapse
i got the same issue with a deodexed file... tried Vten, apktool but same issue..
but it must be pousible on some how, because the systemUI.apk file in the insanly cool sense 3.6 is not standart, it is modded. but how do we do it ? what are we doing wrong?
anders3408 said:
but it must be pousible on some how, because the systemUI.apk file in the insanly cool sense 3.6 is not standart, it is modded. but how do we do it ? what are we doing wrong?
Click to expand...
Click to collapse
not sure.. didn't find any guide on theming / modding Sense esp 3.6.. u have anything on it?
as i understands it, VTI can maby do it, it supports sense 3 and up, i have maby some link at my home laptop but not here at work
http://forum.xda-developers.com/showthread.php?t=1473293
http://forum.xda-developers.com/showthread.php?t=1645650
there is a start maby
Edit:
after reading the link about modding battery icon it makes sense :
Sense 4.0/3.6 (ICS)
1. Pull /system/app/SystemUI.apk from your phone
2. Rename SystemUI.apk to SystemUI.apk.zip
3. Using WinRAR copy attached "res" folder (in zip) directly into the root of SystemUI.apk.zip
4. Leave the settings and just hit OK.
5. Rename back to SystemUI.apk and push to device
*This method may work for Sense 3.6 ROMs as well. If not, see below.
i had read a place that the systemUI.apk is signed, and only works if it is signed, but when you decompile it and compile it again the sign disapper. therefore as i understands it you may not decompile the original systemUI.apk file, you just push the files that you edited in the file, as it say i point 3. i had not tried it out yet but i do to night and i may think it will work
anders3408 said:
as i understands it, VTI can maby do it, it supports sense 3 and up, i have maby some link at my home laptop but not here at work
http://forum.xda-developers.com/showthread.php?t=1473293
http://forum.xda-developers.com/showthread.php?t=1645650
there is a start maby
Edit:
after reading the link about modding battery icon it makes sense :
Sense 4.0/3.6 (ICS)
1. Pull /system/app/SystemUI.apk from your phone
2. Rename SystemUI.apk to SystemUI.apk.zip
3. Using WinRAR copy attached "res" folder (in zip) directly into the root of SystemUI.apk.zip
4. Leave the settings and just hit OK.
5. Rename back to SystemUI.apk and push to device
*This method may work for Sense 3.6 ROMs as well. If not, see below.
i had read a place that the systemUI.apk is signed, and only works if it is signed, but when you decompile it and compile it again the sign disapper. therefore as i understands it you may not decompile the original systemUI.apk file, you just push the files that you edited in the file, as it say i point 3. i had not tried it out yet but i do to night and i may think it will work
Click to expand...
Click to collapse
I always use the last method that you describe here when modding frameworks and SystemUI's, and had no problem so far with any ROM i modded/themed, not too many to be honest, i modified Sense v3.6's Battery only, but that change was in framework-res.apk not in the SystemUi.apk.
Don't know if this can help you in any way, but i believe feedback is always welcomed
Thanks for sharing guys, but i think i reached a point where i m successful in some thing atleast.. i'll play more & will update u how n what i did
fshami said:
Thanks for sharing guys, but i think i reached a point where i m successful in some thing atleast.. i'll play more & will update u how n what i did
Click to expand...
Click to collapse
Share the goodies with us
Lexmazter said:
Share the goodies with us
Click to expand...
Click to collapse
Sure, will give the exact details in a while
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
Finally i managed to change font colors .. still digging things
Sent from my HTC Sensation XL with Beats Audio X315e using xda premium
keep up the good works

Change battery icon

Hello, I am using an Samsung Galaxy Mini Plus phone, and I tried to change my stock battery icon ( from statusbar ).
I tried in 2 modes:
1)I tried to modify SystemUI.apk file
2)I tried with Tickle My Android.
The results were the same, FAIL. Cam you help me with this problem please?
Thanks.
bogdan99999 said:
Hello, I am using an Samsung Galaxy Mini Plus phone, and I tried to change my stock battery icon ( from statusbar ).
I tried in 2 modes:
1)I tried to modify SystemUI.apk file
2)I tried with Tickle My Android.
The results were the same, FAIL. Cam you help me with this problem please?
Thanks.
Click to expand...
Click to collapse
You need root to replace system apps, and some file explorer that allows messing with root files modding systemui should do the trick btw.
yackovsky said:
You need root to replace system apps, and some file explorer that allows messing with root files modding systemui should do the trick btw.
Click to expand...
Click to collapse
I have root my phone. In "SystemUI" is nothing that refers to battery, just to wifi,signal,3g, etc ( nothing that refers ti battery icon).
I already sad that I tried this method "1)I tried to modify SystemUI.apk file", but tnx for answer
you can always try ROM Toolbox PRO it can change icons...battery signal etc...
M1hai said:
you can always try ROM Toolbox PRO it can change icons...battery signal etc...
Click to expand...
Click to collapse
Not, it don't work, I already tried this.
use uot kitchen ..
FaIzaL3040 said:
use uot kitchen ..
Click to expand...
Click to collapse
Sorry, what should I use?
bogdan99999 said:
Sorry, what should I use?
Click to expand...
Click to collapse
UOT KITCHEN, google it...
Done. Thank you.
My bad, battery icons are in framework-res.apk, for future reference
Did you try decompiling framework-res.apk with Tickle My Android?
Sent from my SK17i using xda premium
bogdan99999 said:
Hello, I am using an Samsung Galaxy Mini Plus phone, and I tried to change my stock battery icon ( from statusbar ).
I tried in 2 modes:
1)I tried to modify SystemUI.apk file
2)I tried with Tickle My Android.
The results were the same, FAIL. Cam you help me with this problem please?
Thanks.
Click to expand...
Click to collapse
Try NinjaMorph and MetaMorph Android App.
But you must have battery icon pack.
and other icon pack like signal.etc
you want to change.
The simple and fastest Using UotKitchen but Work Online.
You must copy your systemUI.apk and framework-res.apk to sd and transfer to your PC then upload via internet connection.
You cannot using UotKitchen. if Full you must wait.
The best way is change systemUi.apk to systemUI.zip exctract and change every icon you like to change but make sure image file format and resolution size is same. (edit this if you want change signal.etc)
Note: Your systemUI(Notification/Stat bar) force close after doing this and work normally if you reboot your phone.
Same if you want edit framework-res.apk
(edit this if want to change batttery logo.etc)
after finish zip again and rename file extension to apk.
and how to install it?? you can push it via rootexplorer & root browser. to system.
Dont forget to change permission rw-r-r
Note: Risk to push framework directly to system/framework because if push direct to your phone can make your phone soft brick/bootlooph.
why bootlooph because you cannot change permission.
then How to push ?
simple and tricky.
move your mod framework-res.apk in system/(here) set permission rw-r-r
then after that push to system/app
just replace your old framework .
automated reboot after doing this.
then finish.
second make flashable.zip
All of this 100% safe if you not make a mistake.
Big problem if fail only bootlooph or soft brick.
Sent from my GT-S5570 using xda premium
---------- Post added at 08:09 AM ---------- Previous post was at 08:06 AM ----------
Thats simple way not use compile/decompile
Sent from my GT-S5570 using xda premium

Guide How To remove SD Card Notification Tab S Deodexed

Guide How To remove SD Card Notification Tab S Deodexed. This should work on all variants of the Tab S, but you all will have to test and advise!!!
You must know how to decompile and compile APK's. If your not sure how to do this search for it and learn.
1. First grab your SystemUI.apk from system/privapp.
2. Decompile SystemUI.apk
3. Go to your decompiled folder "SystemUI".
4. Go to SystemUI\smali\com\android\systemui\usb.
5. Delete the following smali files:
StorageNotification$1.smali
StorageNotification$2.smali
StorageNotification$3.smali
StorageNotification$MediaStorageNotificationLocale.smali
StorageNotification$MediaStorageNotificationEventListener$1.smali
StorageNotification$MediaStorageNotificationEventListener$2.smali
StorageNotification$MediaStorageNotificationEventListener.smali
StorageNotification$MediaStorageNotificationHandler.smali
StorageNotification.smali
6. Replace with the smali files from my zip:
Download: Remove SD Card Notification Tab S smali files
7. Compile SystemUI.apk and replace the stock one in system/privapp
Here is a flashable zip
Download: SystemUI-Remove-SD-Card_Notification-Zip
Enjoy!!!!
Please Hit Thanks
Please feel free to use this in your Rom as long as you give proper credit!!!!
More awesomeness!
Thanks bro!
Ur are becoming a smali god in ur own right
Sent from my SCH-I545 using Xparent BlueTapatalk 2
Nice work but can you upload the modified systemui.apk?
Sent from my SM-T805 using XDA Free mobile app
Done
aitzo said:
Nice work but can you upload the modified systemui.apk?
Sent from my SM-T805 using XDA Free mobile app
Click to expand...
Click to collapse
Done. I put a flashable zip in the OP.
Thx, really appreciate the effort.
PS. Your T700 file worked fine on my T805 even though there was a 2 MB size difference. Had do make a backup beforehand...
Sent from my SM-T805 using XDA Free mobile app
Sorry to thread jack... but I see that your tab is themed... I'm was looking around how to do that but can't find any.... is their like a general thread for all android devices or did you develop it your self... also thanks for the zip.
Theme
AV1d said:
Sorry to thread jack... but I see that your tab is themed... I'm was looking around how to do that but can't find any.... is their like a general thread for all android devices or did you develop it your self... also thanks for the zip.
Click to expand...
Click to collapse
I did the theming myself.
You have to decompile several system apps, theme and compile. A very long and tedious process.
EMSpilot said:
I did the theming myself.
You have to decompile several system apps, theme and compile. A very long and tedious process.
Click to expand...
Click to collapse
Well... is it the system ui apk?
I want to know more about this because I have an s5 and I love the allbackblack theme. Is their any thread that talks about this in more detail?
very nice theme. thumb up.
So i have no idea how to decompile and recompile apps and i would really like to make the sd card notification dissappear is there any way you can make a flashable for the t800 i would greatly appreciate it. I have tried countless times to try and recompile the apk and cant do it. Not quite skilled enough. If not im always up for sucgestions
Powerplayer1025 said:
So i have no idea how to decompile and recompile apps and i would really like to make the sd card notification dissappear is there any way you can make a flashable for the t800 i would greatly appreciate it. I have tried countless times to try and recompile the apk and cant do it. Not quite skilled enough. If not im always up for sucgestions
Click to expand...
Click to collapse
Put up a link to your SystemUI.apk
http://www.mediafire.com/download/9kdo1sw858ovre3/SystemUI.apk this is for the t800 series
EMSpilot said:
Put up a link to your SystemUI.apk
Click to expand...
Click to collapse
If you could also do 1 for me, would appreciate it…
Below is my SystemUI.apk
https://www.dropbox.com/s/aa51pe65sw34tqm/SystemUI.apk?dl=0
T800 Remove SD Card
Powerplayer1025 said:
http://www.mediafire.com/download/9kdo1sw858ovre3/SystemUI.apk this is for the t800 series
Click to expand...
Click to collapse
Here you go: http://d-h.st/p3hm
RichPLS said:
If you could also do 1 for me, would appreciate it…
Below is my SystemUI.apk
https://www.dropbox.com/s/aa51pe65sw34tqm/SystemUI.apk?dl=0
Click to expand...
Click to collapse
What Tab S do you have?
Thanks so much I'm going to try it right now I really do appreciate you doing that for me
This does not work on T805, I checked it an got systemUI FC all the time, no change to enter system, had to flash ROM again !
Regards
SD Card
j1gga84 said:
This does not work on T805, I checked it an got systemUI FC all the time, no change to enter system, had to flash ROM again !
Regards
Click to expand...
Click to collapse
Did you mod your SystemUI.apk or just flash the T700 SystemUI in my OP? You must mod your SystemUI.apk. A T700 SystemUI.apk will not run on any other tablet.
Post a link to your deodexed SystemUI.apk and I can mod it for you.
EMSpilot said:
Did you mod your SystemUI.apk or just flash the T700 SystemUI in my OP? You must mod your SystemUI.apk. A T700 SystemUI.apk will not run on any other tablet.
Post a link to your deodexed SystemUI.apk and I can mod it for you.
Click to expand...
Click to collapse
First of all: my ROM (NH1) is odexed because it is only debloated Stock ROM so also SystemUI.apk is odexed.. What can I do to provide it to you?
Regards
Sent from my GT-I9100 using german Tapatalk 4

Categories

Resources