Getting rid of TouchWiz looks / reverting to stock system UI - Galaxy S III Mini Android Development

Hi,
thanks to all the rooted ROMs here I was able to do some changes, like removing the SMS app and placing back the stock one. I am sure that something like it can be done with the phone/contacts as those APKs are around too.
What I don't know how to do is to get rid of the aweful touchwiz gray status bar, colored settings and mostly hideous 2.3-like dialogs that touchwiz uses.
I thought I just replace SystemUI.apk but that did not work at all, kept force-closing.
Can anone point me the right direction? Do I have to change the resources (png and XML) inside the systemui.apk and then repackage it? I know how to edit layout xmls since I am an app developer, but I never repackaged apks, especially when they come with OBEX classes.
Or is it not even possible without completely new ROM?

Some rooted roms here have black notification bar.
You might wanna check them out
Sent from my GT-I8190 using xda app-developers app

Hi no only systemUI test change also in settings.apk and framwork-res.apk now for change on apk need deodexed one

Well I have tried the apktool to decompile, but that fails, surely because of it being odex apk.
What suprised me though is that the Minecraft-method fails too. That is removing META-INF and simply changing a few PNGs. That I thought would work. I did use zipalign 4 after changing those PNGs...

Give it time. They're still working on getting us a functional recovery.

blackknightavalon said:
Give it time. They're still working on getting us a functional recovery.
Click to expand...
Click to collapse
Well I actually wanted to get into it and provide the stock-like SystemUI.apk for others

If anyone still interested...
I finally found a nice guide for deodexing here, did everything like I should - deodex, repackage, sign and zipalign, but SystemUI keeps crashing.
I never found anything about having a special signing key, but that's the only thing that I can think of that can be wrong.

try attached and if need complet rom try with mediafire link
http://www.mediafire.com/#bakk51bwngb9t i have cuted on 5 files just dezip using 7zip

and here have an autopatcher http://forum.xda-developers.com/showthread.php?t=1719408

spawk said:
try attached
Click to expand...
Click to collapse
Thanks, the deodexed attached apk works.
The question is what I did wrong Will try re-signing this one and if that fails I must be f-ing up the signing process I guess

(I should really stop double-posting)
So I tried to remove META-INF and sign manually using the debug.keystore from eclipse (used to develop apps) and SystemUI force-closes.
What am I doing wrong in the signing process that mine does not work and yours does?

Plague_CZ said:
(I should really stop double-posting)
So I tried to remove META-INF and sign manually using the debug.keystore from eclipse (used to develop apps) and SystemUI force-closes.
What am I doing wrong in the signing process that mine does not work and yours does?
Click to expand...
Click to collapse
haha i am used only xdakitchen and deodexed all rom now need recovery for flash i have tested to flash but no chance hihihi in link have all rom deodexed is backup from my phone use it as you need
---------- Post added at 12:17 AM ---------- Previous post was at 12:14 AM ----------
and if need more control with - FC you can also change your launcher touchewiz have special framwork-res and if you searche on forum you find touchewiz ported from GIII and patched perhaps this can fix some FC
and files is from this ROM ver : I8190XXALJL_I8190LUXALJ2_LUX

spawk said:
haha i am used only xdakitchen
Click to expand...
Click to collapse
Oh now I get it, you just created deodexed APK, which actually does not need resigning because you added classes.dex which was not there before.
It is still signed by Samsung original key and that's why your works.
So now my problem is how to get around the signature
Thanks anyway for steering me on the right track.

Plague_CZ said:
Oh now I get it, you just created deodexed APK, which actually does not need resigning because you added classes.dex which was not there before.
It is still signed by Samsung original key and that's why your works.
So now my problem is how to get around the signature
Thanks anyway for steering me on the right track.
Click to expand...
Click to collapse
signature are generated when kitchen deodex and zipaligne your apk all tool are in kitchen you can add more like git bash and more now you can try and see remove manifest etc etc and test to deodex and in finale you can see new created files with signature for ur apk's but need very corect install to work because using JAVA

Related

need systemui decompiled

i have tried to decompile systemui.apk using apk manager but i always get an error. i can decompile framework-res.apk but systemui alwasy gives me an error. so is there anyone that can decompile it for me and just send me the decompiled folder and then i can just edit it and recompile it my self? i am looking for the stock systemui.apk i think i have the odex one. thanks
fcortes626 said:
i have tried to decompile systemui.apk using apk manager but i always get an error. i can decompile framework-res.apk but systemui alwasy gives me an error. so is there anyone that can decompile it for me and just send me the decompiled folder and then i can just edit it and recompile it my self? i am looking for the stock systemui.apk i think i have the odex one. thanks
Click to expand...
Click to collapse
No-one has been able to do this yet. We have been trying for a long time. There is just something about the ASUS systemui that doesn't play nice.
You could try this thread that I read earlier, you may have some luck with it, I haven't tried:
http://www.xda-developers.com/android/modified-apktool-for-troublesome-system-apks-on-ics/
Doktaphex said:
No-one has been able to do this yet. We have been trying for a long time. There is just something about the ASUS systemui that doesn't play nice.
You could try this thread that I read earlier, you may have some luck with it, I haven't tried:
http://www.xda-developers.com/android/modified-apktool-for-troublesome-system-apks-on-ics/
Click to expand...
Click to collapse
i use apk manager apk tools never works for me. it gives me an error when i type "apktool if framework-res"
how did some people change stuff for their roms if no one can decompile it?
fcortes626 said:
i use apk manager apk tools never works for me. it gives me an error when i type "apktool if framework-res"
how did some people change stuff for their roms if no one can decompile it?
Click to expand...
Click to collapse
The main themes are for non-asus ROMS, ie based on aosp. I believe reNeglect managed to figure something out with regards to ROMs based on asus firmware ie virtuous, but you would need to speak to him about that.
I don't know how forthcoming reNeglect will be, as people have not been giving him much love, and considering the amount of time and effort that he has spent working on his theme, I don't blame him for being pissed off.
Doktaphex said:
The main themes are for non-asus ROMS, ie based on aosp. I believe reNeglect managed to figure something out with regards to ROMs based on asus firmware ie virtuous, but you would need to speak to him about that.
I don't know how forthcoming reNeglect will be, as people have not been giving him much love, and considering the amount of time and effort that he has spent working on his theme, I don't blame him for being pissed off.
Click to expand...
Click to collapse
no there was an edited systemui.apk for the stock rooted prime with locked bootloader. but the only thing changed was the settings menu and clock was change from blue to black. i dont have cwm.

[Q] What is VRTHEME??

I saw lots of theme which has this in their title. but I can't find any guide or tutorial about this. So, what is this? how could I use it? has it any benefit over usual "decompile/theme/recompile/replace"ing an apk?Is there any script to implement it like apktool?
Its the universal theme flasher created by Villain ROM.
As for all your other questions I'm not sure.
Sent from my GT-I9100 using XDA
thanks,
correct me if I'm worng pls.
Universal theme flasher, is kind of template. and I should extract compiled PNGs and xmls from apk file and paste theme into that. and for editing theme, I need to paste and replace those files into the apk file and then decompile that apk.
then what should I do if I changed something in "values" folder? cause it just appears in decompiled apps and It can't be seen in a compiled app.
sam5154 said:
thanks,
correct me if I'm worng pls.
Universal theme flasher, is kind of template. and I should extract compiled PNGs and xmls from apk file and paste theme into that. and for editing theme, I need to paste and replace those files into the apk file and then decompile that apk.
then what should I do if I changed something in "values" folder? cause it just appears in decompiled apps and It can't be seen in a compiled app.
Click to expand...
Click to collapse
I think after compiling the apk, you should copy the "classes" and the other file *-) I can remember its name, and add them there.
Am not sure *-) I had this question too but I thought abt trying it first and if it doesnt work I wld ask. I have no time to try I have exams
Ba7rani123 said:
I think after compiling the apk, you should copy the "classes" and the other file *-) I can remember its name, and add them there.
Am not sure *-) I had this question too but I thought abt trying it first and if it doesnt work I wld ask. I have no time to try I have exams
Click to expand...
Click to collapse
classes.dex is for the smali that has been edited if there was any.
I assume that if the xmls were edited and they point to new PNG images/objects then the resources has been changed. I would say that in this case you would need to have an updated resources file for these adjustments? This could be pulled from your newly compiled .apk that you want to base your flashable theme off?
I am unsure if resources needs to be updated though for certain? I have flashed in the past new xmls and they worked fine, however these were not referencing any new sources or images...so my thoughts are that these mods I made didn't require this additional file?? I could be wrong. I really should read the thread about it here on XDA. I did a long time ago, but have come a long way since then.
I diverse. Try using it without new resources file and see what happens?
You may also like to looking into Morphing as well (very similar concept).
James
i would also like a explanation to what vrtheme is, all i know is that when i flash it IT NEVER WORKS!
xdarkmario said:
i would also like a explanation to what vrtheme is, all i know is that when i flash it IT NEVER WORKS!
Click to expand...
Click to collapse
is your ROM deodexede? It only works on deodexed Rom?
Sent from my GT-N7100 using Tapatalk 2
sam5154 said:
is your ROM deodexede? It only works on deodexed Rom?
Sent from my GT-N7100 using Tapatalk 2
Click to expand...
Click to collapse
yep, both my phones i tried them on are deodexed.

[Q] how to modify status bar and status bar icons?

Hi all,
Someone can tell me which apk or framework i have to edit to modify status bat color , battery icon, Wi-Fi icon etc... ?
Thank you
SystemUI.apk and framework-res.apk
Sent from my awesome fridge
darxsen said:
Hi all,
Someone can tell me which apk or framework i have to edit to modify status bat color , battery icon, Wi-Fi icon etc... ?
Thank you
Click to expand...
Click to collapse
Can't remember exactly which one but you want to mod these apks - settings, framework, lidroid, system ui, & if I remember right from htc devices.... also the Rosie.apk too. You're know which one controls what when you start searching!
Hope this helps & if so.... Press that thanks button :thumbup:
sent from my super modded Samsung Galaxy S3
deanr1977 said:
Can't remember exactly which one but you want to mod these apks - settings, framework, lidroid, system ui, & if I remember right from htc devices.... also the Rosie.apk too. You're know which one controls what when you start searching!
Hope this helps & if so.... Press that thanks button :thumbup:
sent from my super modded Samsung Galaxy S3
Click to expand...
Click to collapse
Those aren't needed, just the one I posted above.
Sent from my awesome fridge
MaartenXDA said:
Those aren't needed, just the one I posted above.
Sent from my awesome fridge
Click to expand...
Click to collapse
Just pull the 1 zip or 2 zips from the rom, & explore for you're self, I think its the system ui but could be wrong, I'm not near my computer at the moment to check so I can't say exactly which one it is? If you're gonna mod the battery icons you're gonna look inside anyway & I takes like 10secs to extract & search the apk? If you don't wanna do that, there are various apps in the playstore you can download for free to look at the framework pics from inside the apks without opening them! Hope this helps.... press thanks if it did
sent from my super modded Samsung Galaxy S3
deanr1977 said:
Just pull the 1 zip or 2 zips from the rom, & explore for you're self, I think its the system ui but could be wrong, I'm not near my computer at the moment to check so I can't say exactly which one it is? If you're gonna mod the battery icons you're gonna look inside anyway & I takes like 10secs to extract & search the apk? If you don't wanna do that, there are various apps in the playstore you can download for free to look at the framework pics from inside the apks without opening them! Hope this helps.... press thanks if it did
sent from my super modded Samsung Galaxy S3
Click to expand...
Click to collapse
Is this post meant for me?
Sent from my awesome fridge
darxsen said:
Hi all,
Someone can tell me which apk or framework i have to edit to modify status bat color , battery icon, Wi-Fi icon etc... ?
Thank you
Click to expand...
Click to collapse
As Maarten already pointed out SystemUI.apk and framework-res.apk. And if you want to use them in apktool you'll also need com.htc.resources.apk.
Just out of curiosity: are you going to use UOT or apktool? Been trying to change status bar clock colour on half-sense and fulmix (see my post in his thread) with apktool but haven't succeeded yet.
What are your plans on theming?
Just pull the zips & open using winrar? Thts what I've been doing for around 4yrs now
sent from my super modded Samsung Galaxy S3
deanr1977 said:
Just pull the zips & open using winrar? Thts what I've been doing for around 4yrs now
sent from my super modded Samsung Galaxy S3
Click to expand...
Click to collapse
That's just image editing.
If you want to theme it even further, you need to decompile it and edit .xml's and .smali's.
Sent from my awesome fridge
I want to modify just some png , i would a complete BuuF theme on my desire X..
However i would use apktool, because i always used it, but i think i have to try something else, because when i try to debuild Rom's apk it says: "bad magic number" or something similar..
R: [Q] how to modify status bar and status bar icons?
darxsen said:
I want to modify just some png , i would a complete BuuF theme on my desire X..
However i would use apktool, because i always used it, but i think i have to try something else, because when i try to debuild Rom's apk it says: "bad magic number" or something similar..
Click to expand...
Click to collapse
It gives you this errors because there is classes.dex file on it. Delete it and than decompile.
Dex files are most of them added by phone's company; for us HTC.
Sent from my HTC Desire X using xda premium
fulmix said:
It gives you this errors because there is classes.dex file on it. Delete it and than decompile.
Dex files are most of them added by phone's company; for us HTC.
Click to expand...
Click to collapse
Ok, but if i delete dex files when i rebuild the package will it work ?
Is there any room that allow to edit it theme? With a simple apk?
I hate work on others apk, mostly if these apk are HTC's apk U.U
darxsen said:
Ok, but if i delete dex files when i rebuild the package will it work ?
Is there any room that allow to edit it theme? With a simple apk?
I hate work on others apk, mostly if these apk are HTC's apk U.U
Click to expand...
Click to collapse
Open with WinRAR or 7-Zip delete classes.dex and than decompile with apktool.
Note: you do not have to extract apk to delete classes.dex file.
fulmix said:
Open with WinRAR or 7-Zip delete classes.dex and than decompile with apktool.
Note: you do not have to extract apk to delete classes.dex file.
Click to expand...
Click to collapse
Why would there be a need of deleting classes.dex? I've decompiled lots of HTC apps and they all worked fine.
Sent from my awesome fridge
MaartenXDA said:
Why would there be a need of deleting classes.dex? I've decompiled lots of HTC apps and they all worked fine.
Sent from my awesome fridge
Click to expand...
Click to collapse
Bad Mugic Number error is usually for this file.
Samsung, HTC, etc. have different dex files.
fulmix said:
Bad Mugic Number error is usually for this file.
Samsung, HTC, etc. have different dex files.
Click to expand...
Click to collapse
have i to put back .dex files ? or not?
darxsen said:
have i to put back .dex files ? or not?
Click to expand...
Click to collapse
It's not necessary.
But deleting it avoid the Bad Magic Number errors.
People, cause my brother has my same account I have to create my new one, so your fulmix now is xpirt
Sent from my HTC Desire X using xda premium
fulmix said:
It's not necessary.
But deleting it avoid the Bad Magic Number errors.
Click to expand...
Click to collapse
Can you prove this ??
Make a SystemUI.apk without classes.dex and put that in you ROM and release to all users to test. If it works, I will resign from making ROMs.
---------- Post added at 04:27 PM ---------- Previous post was at 04:24 PM ----------
darxsen said:
I want to modify just some png , i would a complete BuuF theme on my desire X..
However i would use apktool, because i always used it, but i think i have to try something else, because when i try to debuild Rom's apk it says: "bad magic number" or something similar..
Click to expand...
Click to collapse
Use latest apktool, bad magic value errors fixed in new version.
Refer to this for more info : http://forum.xda-developers.com/showthread.php?t=1642224
BTW... if it just some icons png that you need to change, just replace the pngs, decompile/recompile is not needed.
---------- Post added at 04:28 PM ---------- Previous post was at 04:27 PM ----------
darxsen said:
have i to put back .dex files ? or not?
Click to expand...
Click to collapse
SystemUI must have classes.dex; there is where all the instructions (the smali files) come from for the apk to work. Like what to run for the EQS and many more.
As mentioned on the link given above
Code:
b) If you are using apkmanager, you can just export classes.dex, then delete classes inside the apk. Then decompile, edit, compile and add classes.dex back when ready.
MaartenXDA said:
That's just image editing.
If you want to theme it even further, you need to decompile it and edit .xml's and .smali's.
Sent from my awesome fridge
Click to expand...
Click to collapse
Yeah you're right you can edit the xmls & smalis, I have never got the hang of that yet? I just do it the other way
darxsen said:
I want to modify just some png , i would a complete BuuF theme on my desire X..
However i would use apktool, because i always used it, but i think i have to try something else, because when i try to debuild Rom's apk it says: "bad magic number" or something similar..
Click to expand...
Click to collapse
I have made wicked themed roms on the desire hd & now on the samsung galaxy s3! I just pull the res folder then mod the pngs with photoshop & then push back to the zip & flash.... ok its not perfect but I've made sum sweet looking ui & systems by doing it that way
sent from my super modded Samsung Galaxy S3

[Q] How to remuve menus from settings.apk?

i want to ask if any body tried already to remove menus from settings like i want to hide the about phone on stock settings.apk deodexed on jb 4.2 i want to get rid of some menus in my settings i ported dakele os to mtk6589 so i would like to ask if how to? since it is a ported rom some of the menus are not a feature of my stock rom and i want to hide or remove them just to prevent boot loop for example like this in the attachment below i want to get rid of the ad block or sensor_cali .. ..
i badly need help kinda excited to release my ported rom hehe
TIA:good::fingers-crossed:
uppdate: ive done some experement in settings_header.xml i tried to change the name of about phone to phone only and it works so my conclusion is settings_headers changes the appearance of the settings menu
I have not used ICS or JB much but it's possible.
I know exact process of how to do that on GB but not ICS. You'll have to decompile Settings.apk and look for the xml which controls the layout of app.
iamareebjamal said:
I have not used ICS or JB much but it's possible.
I know exact process of how to do that on GB but not ICS. You'll have to decompile Settings.apk and look for the xml which controls the layout of app.
Click to expand...
Click to collapse
yes i think its the settings.header yet everytime i change something in that xml,recompile success, and push my mooded settings but the problem is it wont open systemUI stops everytime i try to open settings from the noti. bar and there's no icon for settings in the drawer ive check the permission its rw-r-r and its correct . ive also tried drag and drop signing still the same problem
marc2777 said:
yes i think its the settings.header yet everytime i change something in that xml,recompile success, and push my mooded settings but the problem is it wont open systemUI stops everytime i try to open settings from the noti. bar and there's no icon for settings in the drawer ive check the permission its rw-r-r and its correct . ive also tried drag and drop signing still the same problem
Click to expand...
Click to collapse
Which tool are you using to compile apps? And System apps don't need to be signed. Maybe that's the problem.
If you want, you can check out Ultimate Guide in Android Development Section which shows how to correctly compile system apps. Its sticky(noun, not an adjective ) there
iamareebjamal said:
Which tool are you using to compile apps? And System apps don't need to be signed. Maybe that's the problem.
If you want, you can check out Ultimate Guide in Android Development Section which shows how to correctly compile system apps. Its sticky(noun, not an adjective ) there
Click to expand...
Click to collapse
sorry gotta bad english here tnx gonna check it out
marc2777 said:
sorry gotta bad english here tnx gonna check it out
Click to expand...
Click to collapse
editing the xmls dose not change anything any suggestions but using apk multi tool works it didnt cause any systemui fc and the settings is properly installed but as i said as i edit xml it didnt change anything in the setting menus
marc2777 said:
editing the xmls dose not change anything any suggestions but using apk multi tool works it didnt cause any systemui fc and the settings is properly installed but as i said as i edit xml it didnt change anything in the setting menus
Click to expand...
Click to collapse
Then maybe that xml doesn't change it
Or, did you delete the modded files from keep folder?
marc2777 said:
editing the xmls dose not change anything any suggestions but using apk multi tool works it didnt cause any systemui fc and the settings is properly installed but as i said as i edit xml it didnt change anything in the setting menus
Click to expand...
Click to collapse
Are you extracting the resources.arsc from the new apk and dropping it back again after compiling?
XperienceD said:
Are you extracting the resources.arsc from the new apk and dropping it back again after compiling?
Click to expand...
Click to collapse
since im using multi tool i dont know if that resource.asrc is original from my original apk for example i already compiled my modded settings.apk shud i keep the resource.asrc or shud i get the resource.asrc from the original and unmodded settings.apk?
1757 fuchet
iamareebjamal said:
Then maybe that xml doesn't change it
Or, did you delete the modded files from keep folder?
Click to expand...
Click to collapse
ive read alot of tuts on how to add apps on settings menu yes it is possible since it is possible to add then maybe it is possible to delete ive tried to reverse the tuts on adding to delete the menus specially on the settings_header.xml and strings tried to edit those xmls after editing recompile i directly push it to my phone i tried to push unsigned and signed apks yet i get same results nothing change i got a feeling that resource.asrc has something to do with this
marc2777 said:
ive read alot of tuts on how to add apps on settings menu yes it is possible since it is possible to add then maybe it is possible to delete ive tried to reverse the tuts on adding to delete the menus specially on the settings_header.xml and strings tried to edit those xmls after editing recompile i directly push it to my phone i tried to push unsigned and signed apks yet i get same results nothing change i got a feeling that resource.asrc has something to do with this
Click to expand...
Click to collapse
If you've read my guide, you would know that you'll have to add resources.arsc from new app to old app and then push old app to your phone
iamareebjamal said:
If you've read my guide, you would know that you'll have to add resources.arsc from new app to old app and then push old app to your phone
Click to expand...
Click to collapse
can you lead mo to ur link/? so this means the created resources.asrc from my mooded apk will be transfered to my original apk am i ryt? and ill push my old apk ?
marc2777 said:
can you lead mo to ur link/? so this means the created resources.asrc from my mooded apk will be transfered to my original apk am i ryt? and ill push my old apk ?
Click to expand...
Click to collapse
Here you go
http://forum.xda-developers.com/showthread.php?t=2326393
I hope its good enough to make it clear
iamareebjamal said:
Here you go
http://forum.xda-developers.com/showthread.php?t=2326393
I hope its good enough to make it clear
Click to expand...
Click to collapse
tnx im reading this but as i check my log something is weird in the res forlder of settings.apk since this is a ported rom there are some folders that multi tool cant read
marc2777 said:
tnx im reading this but as i check my log something is weird in the res forlder of settings.apk since this is a ported rom there are some folders that multi tool cant read
Click to expand...
Click to collapse
Upload your apk.
XperienceD said:
Upload your apk.
Click to expand...
Click to collapse
http://www.4shared.com/account/home.jsp#dir=VTulsuo_ everything you need is in that link i hope you can help me im havng a hard time T_T
marc2777 said:
http://www.4shared.com/account/home.jsp#dir=VTulsuo_ everything you need is in that link i hope you can help me im havng a hard time T_T
Click to expand...
Click to collapse
Access denied?
XperienceD said:
Access denied?
Click to expand...
Click to collapse
access denied ? where sir? in the links?
marc2777 said:
access denied ? where sir? in the links?
Click to expand...
Click to collapse
Works now, but no Settings.apk?
XperienceD said:
Works now, but no Settings.apk?
Click to expand...
Click to collapse
o my god my settings.apk is gone reuploading demet

[Q] make s3weather widget apk installable?

Hey guys.
I was wondering if it is possible to make the original s3 weather apk installable by changing its name and label. When I try installing it says another package with a conflicting signature is already installed. So if its name and label is changed and signed again, it may become installable as a normal apk. Can anyone help me in editing the name and label? I would do it myself but I cant figure out how to edit androidmanifest.xml and so I require help. Thanks
If anyone can help me. I can provide the weather apk.
dominator96 said:
Hey guys.
I was wondering if it is possible to make the original s3 weather apk installable by changing its name and label. When I try installing it says another package with a conflicting signature is already installed. So if its name and label is changed and signed again, it may become installable as a normal apk. Can anyone help me in editing the name and label? I would do it myself but I cant figure out how to edit androidmanifest.xml and so I require help. Thanks
If anyone can help me. I can provide the weather apk.
Click to expand...
Click to collapse
At first why do u want to have this apk twice?
Because I have GRAND 2 which has NOTE 3 weather widget. But I want the s3 weather too
Primokorn said:
At first why do u want to have this apk twice?
Click to expand...
Click to collapse
Because I have GRAND 2 which contain NOTE 3 weather clone but I also want the one used in S3. so the plan is to have both
dominator96 said:
Because I have GRAND 2 which contain NOTE 3 weather clone but I also want the one used in S3. so the plan is to have both
Click to expand...
Click to collapse
So you need to decompile the apk and change the package name into AndroidManifest.xml then recompile and push your modified apk to your device. You won't be able to install updates for course.
Primokorn said:
So you need to decompile the apk and change the package name into AndroidManifest.xml then recompile and push your modified apk to your device. You won't be able to install updates for course.
Click to expand...
Click to collapse
The plan is to rename AccuWeather into AccuS3 and com.sec.????? Into com.sec.accus3.widget and resign the apk so I can install it as a normal apk. However, if it required the daemon and the main file. I'll have their name changed as well into AccuS3 daemon and AccuS3 main respectively. They, maybe, then work on all devices (maybe not on non-TW devices) but atleast galaxy users will get the s3 weather. But after many attempts, I failed to edit label, name and icon so I want someone to do this for me. I have the AccuWeather and AccuWeather main apk. but I will upload them if someone is willing to waste time on it and gives me green signal.
dominator96 said:
The plan is to rename AccuWeather into AccuS3 and com.sec.????? Into com.sec.accus3.widget and resign the apk so I can install it as a normal apk. However, if it required the daemon and the main file. I'll have their name changed as well into AccuS3 daemon and AccuS3 main respectively. They, maybe, then work on all devices (maybe not on non-TW devices) but atleast galaxy users will get the s3 weather. But after many attempts, I failed to edit label, name and icon so I want someone to do this for me. I have the AccuWeather and AccuWeather main apk. but I will upload them if someone is willing to waste time on it and gives me green signal.
Click to expand...
Click to collapse
Upload the apks and I'll see what I can do. With your Grand 2 you have TouchWiz but I'm not 100% sure it will work so you can already make a nandroid backup.
---------- Post added at 07:00 PM ---------- Previous post was at 06:30 PM ----------
Do u want the S4 version instead?
Primokorn said:
Upload the apks and I'll see what I can do. With your Grand 2 you have TouchWiz but I'm not 100% sure it will work so you can already make a nandroid backup.
---------- Post added at 07:00 PM ---------- Previous post was at 06:30 PM ----------
Do u want the S4 version instead?
Click to expand...
Click to collapse
I dont have root otherwise, I would just flash the other provided apks. I cant flash, thats why I want an APK which is normally installable and normally deletable like any other application. Btw Thanks for the help
- https://db.tt/F7DmqxXf
Primokorn said:
Upload the apks and I'll see what I can do. With your Grand 2 you have TouchWiz but I'm not 100% sure it will work so you can already make a nandroid backup.
---------- Post added at 07:00 PM ---------- Previous post was at 06:30 PM ----------
Do u want the S4 version instead?
Click to expand...
Click to collapse
Grand 2's default weather is already almost s4 s3 weather is unique and comepletely different. Thats why I want s3. But thanks for the s4 link too
dominator96 said:
Grand 2's default weather is already almost s4 s3 weather is unique and comepletely different. Thats why I want s3. But thanks for the s4 link too
Click to expand...
Click to collapse
I need to be at home to work on your apks so I keep you informed
Primokorn said:
I need to be at home to work on your apks so I keep you informed
Click to expand...
Click to collapse
Thanks so much I'll keep an eye on this thread.
Primokorn said:
I need to be at home to work on your apks so I keep you informed
Click to expand...
Click to collapse
Thanks so much. I'll keep an eye on this thread. I hope this works
dominator96 said:
Thanks so much. I'll keep an eye on this thread. I hope this works
Click to expand...
Click to collapse
My apktool setup isn't set for Samsung apks so I'm not sure if it will work.
Anyway here is the modified apk: Download
Which error message do u have while trying to install the original apk?
Please upload your framework-res.apk and twframework-res.apk
Primokorn said:
My apktool setup isn't set for Samsung apks so I'm not sure if it will work.
Anyway here is the modified apk: Download
Which error message do u have while trying to install the original apk?
Please upload your framework-res.apk and twframework-res.apk
Click to expand...
Click to collapse
Ok. Thanks for your help but their is still a problem.. APK is now installable Widget appears in my app drawer. Thanks to you but it says problem loading widget what is that supposed to mean? Do I have to install weather main and daemon as well?
Ps: where can I find these framework files? And can I find them on a non-rooted device
dominator96 said:
Ok. Thanks for your help but their is still a problem.. APK is now installable Widget appears in my app drawer. Thanks to you but it says problem loading widget what is that supposed to mean? Do I have to install weather main and daemon as well?
Ps: where can I find these framework files? And can I find them on a non-rooted device
Click to expand...
Click to collapse
I've contacted a friend who develops TouchWiz ROMs so his has a better knowledge of Samsung. Stay tuned
It seems that there's a apk dependency or another incompatibility (weather's or TW's base...).
Moreover does this apk provide from the same Android version as yours?
Primokorn said:
It seems that there's a apk dependency or another incompatibility (weather's or TW's base...).
Moreover does this apk provide from the same Android version as yours?
Click to expand...
Click to collapse
Uhh. I don't know. I had them on my computer. I dont really remember where did I get this Apk. So it means it requires weather main and daemon as well to work right? So if I upload the weather alongwith its daemon and main file??? Do you think it will work? Install as a normal APK after some name or icon modifications or dependencies modification? Because the flashable zip has all three files and says to push in system/app. So if we simply modify all 3 APKs so they become normally installable. It will work right? Should I upload weather apk alongwith its supported weather main apk and daemon apk or is there no hope in accomplishing this project?
dominator96 said:
Uhh. I don't know. I had them on my computer. I dont really remember where did I get this Apk. So it means it requires weather main and daemon as well to work right? So if I upload the weather alongwith its daemon and main file??? Do you think it will work? Install as a normal APK?
Click to expand...
Click to collapse
Yes you could try. I doubt that installing these apks as system apps will change something.
Primokorn said:
Yes you could try. I doubt that installing these apks as system apps will change something.
Click to expand...
Click to collapse
Installing as system app will change the weather ofcourse because it has TW support. Weather will recognise the TW and start working as it will take place of the default weather widget. But here is the problem. I dont have root so I CAN NOT install them as system app and replace the default weather. And that is the ultimate reason I want them as normally installable and deletable APK so I could install them on a non-rooted device. Because if this project is done well and started working. Millions will get a clean copy of s3 default weather like ACE, Y, S2 and other GALAXY users without having root.
Primokorn said:
Yes you could try. I doubt that installing these apks as system apps will change something.
Click to expand...
Click to collapse
Hey btw how to edit androidmanifest.xml? I tried several times but I cant read it via notepad++. It shows some symbol rather than letters.

Categories

Resources