[updated][MOD][SENSE4]Autorotate Rosie - HTC Sensation

Update: corrected issue wile adding shortcut.
Hello,
Here is autorotate Rosie.apk for Sense4 build (1.53), just install it in recovery.
Hope you like it!
edit: I haven't seen that Baadnews has done it before me,so it's not his apk, it's really my work. Please don't tell me I'm a kanger.
edit2: Baad's version is better because you can toggle autorotate on/off with modded dev-tools apk, in my version it's hard coded in Rosie.apk without ability to disable it. Here is the link to Baad's post: http://forum.xda-developers.com/showpost.php?p=24074180&postcount=1678

Is that from you?
send with HTC Sensation powered by Sense 4 using Tapatalk 2

Yes, just some smali files to edit.
Note for themers: You only need to replace classes.dex in Rosie.apk.

strange I saw this already few days ago in Insert Coin Beta topic...

madtrexx said:
strange I saw this already few days ago in Insert Coin Beta topic...
Click to expand...
Click to collapse
In insertcoin topic is a apk and no apk in this topic Just a zip flash ^^

madtrexx said:
strange I saw this already few days ago in Insert Coin Beta topic...
Click to expand...
Click to collapse
I didn't follow this thread, so I didn't see baad has done it before me, and I have done it MYSELF, I am not a kanger.
All apologize to baad.

dude, do not worry, you are not a kanger, all your work is very appreciated. keep up the good work, and if you ever need help or an advice feel free to ask

Very thx for fix this bug

nono2lozere said:
Yes, just some smali files to edit.
Note for themers: You only need to replace classes.dex in Rosie.apk.
Click to expand...
Click to collapse
Anyway you could post/pm the smali edits you made. I want to try and see if it will work on Sense 4.0 Lite for the HTC One V ports.
obviously i tried your apk and baads one but as expected they didn't work!

scaryshark said:
Anyway you could post/pm the smali edits you made. I want to try and see if it will work on Sense 4.0 Lite for the HTC One V ports.
obviously i tried your apk and baads one but as expected they didn't work!
Click to expand...
Click to collapse
Hello,
Decompile Rosie.apk, go to Rosie/smali/com/htc/launcher/settings/ (or Rosie\smali\com\htc\laucher\settings\ if you're using Windows), open SettigUtil.smali.
Search isSupportOrientationChange()Z method and replace it with:
Code:
.method public static isSupportOrientationChange()Z
.locals 1
.prologue
.line 341
const/4 v0, 0x1
return v0
.end method
Compile, replace classes.dex in original apk, push apk to /system/app.
That's all!

nono2lozere said:
Hello,
Decompile Rosie.apk, go to Rosie/smali/com/htc/launcher/settings/ (or Rosie\smali\com\htc\laucher\settings\ if you're using Windows), open SettigUtil.smali.
Compile, replace classes.dex in original apk, push apk to /system/app.
That's all!
Click to expand...
Click to collapse
just got home now, unfortunatley there isn't an entry for that in the smali code, i guess i'll have to try something else.

Related

Is it possible to get live wallpaper working on the eris build?

I'm working on a Rom based off fresh's eris build but I want live wallpapers with sense. I flashed the fix that is posted on geekfor.me but I get a force close because the rosie isn't compatible. Does anyone know what I can do to get it working?
Note:I pushed the LiveWallpapers.apk and LiveWallpaperspicker.apk to /system/app but the option still doesnt come up to select the live wallpapers. Thank you
tjohnsonjr said:
I'm working on a Rom based off fresh's eris build but I want live wallpapers with sense. I flashed the fix that is posted on geekfor.me but I get a force close because the rosie isn't compatible. Does anyone know what I can do to get it working?
Note:I pushed the LiveWallpapers.apk and LiveWallpaperspicker.apk to /system/app but the option still doesnt come up to select the live wallpapers. Thank you
Click to expand...
Click to collapse
would you mind posting the Rosie.apk and odex (if there is an odex) and i can do it for you
Or if you wanna do it by yourself, baksmali the rosie.apk or rosie.odex and edit the Deviceflag smali changing the line
Code:
.method public static isLiveWallaperSupported()Z
.registers 1
.prologue
.line 8
[B]const/4 v0, 0x0[/B]
return v0
.end method
to
Code:
.method public static isLiveWallaperSupported()Z
.registers 1
.prologue
.line 8
[B]const/4 v0, 0x1[/B]
return v0
.end method
.................
Here you go THANK YOU!!!
oh, i also need your frameworks so i can deodex it
http://www.4shared.com/file/qBCWfqT9/framework.html
tjohnsonjr said:
http://www.4shared.com/file/qBCWfqT9/framework.html
Click to expand...
Click to collapse
ok, so the eris build apparently doesn't have a deviceflags.smali, so i took the liberty of making one with the proper modifications. tell me how it goes. push the odex first, then the apk to /system/app
thank you so much. I'll let you know how it works
Sent from my HERO200 using the XDA mobile application powered by Tapatalk
Didn't work. The phone won't go pass the boot screen.

[How To] Fix Phantom Voicemail For Most ROMs

The main post has several older ROMs that are not likely to change. If you are looking for newer ROMS like Decks ICS, CM9, AOKP, and MIUIv4 look at the end of the thread and work your way back. Most are fixes uploaded as attachments after request are made. Since there are so many updates I am not even going to try to keep the main thread current becuase of time constrants.
Thanks for your understanding,
JusticeAA
***********************************************************************
I know there are several Sprint users that are plagued with the native voicemail notification icon and message "New Voicemail (2) Dial ..." which is commonly referred to as the "phantom voicemail."
There is a "fix" in which you can call Sprint and activate an old phone but for some with government contacts and such that is not an option. I found a fix that should work with almost all ROMs since it changes the android side not the HTC side.
I have attached a flashable zip for several popular rom's to this post. For the DIY I will leave the walk through.
Basic knowledge and tools about decompiling and compiling apk's is required, do a search it will be helpful. For some reason I decompile with apkmultitool and recompile with apktool and have the best luck, your results may vary.
**Standard Disclaimer: Know what you are doing and backup anything before you change things. Google search is your friend.**
Here are the steps:
1. Extract the Phone.apk from your ROM and decompile.
2. Open \smali\com\android\phone\CallNotifier$1.smali if you are using a sense rom, I use Notepad++
3. Other roms you may have to search for it, MIUI has the section needed in CallNotifier$2.smali
3. Near the bottom of the small file you will see something like this:
.method public onMessageWaitingIndicatorChangedEnhanced(I)V
.locals 1
.parameter "count"
.prologue
.line 638
iget-object v0, p0, Lcom/android/phone/CallNotifier$1;->this$0:Lcom/android/phone/CallNotifier;
#calls: Lcom/android/phone/CallNotifier;->onMwiChanged(I)V
invoke-static {v0, p1}, Lcom/android/phone/CallNotifier;->access$000(Lcom/android/phone/CallNotifier;I)V
.line 639
return-void
.end method
Click to expand...
Click to collapse
If you can't find it use Notepad++ and search in multiple files for "onMessageWaitingIndicatorChanged"
In that section (between .method public... and .end method), change the line:
invoke-static {v0, p1}, Lcom/android/phone/CallNotifier;->access$000(Lcom/android/phone/CallNotifier;I)V
Click to expand...
Click to collapse
to:
return-void
Click to expand...
Click to collapse
Now it should look like this:
.method public onMessageWaitingIndicatorChangedEnhanced(I)V
.locals 1
.parameter "count"
.prologue
.line 638
iget-object v0, p0, Lcom/android/phone/CallNotifier$1;->this$0:Lcom/android/phone/CallNotifier;
#calls: Lcom/android/phone/CallNotifier;->onMwiChanged(I)V
return-void
.line 639
return-void
.end method
Click to expand...
Click to collapse
4. Save your smali and recompile, if you did it right there should be no errors (I always get errors in apkmultitool ,that is why I use apktool.)
5. Copy the classes.dex from your new apk build into the original apk to keep the original signature.
5. Push your modified Phone.apk back into /system/app and you should be good to go.
This is a much cleaner method then what I used before. This should reduce battery drain and prevent sudden closing of the Phone.apk.
THEY ARE FLASHABLE ZIPs. Make sure you wipe cache and dalvik first to be on the safe side.
Thanks for passing this on man. Imma have to try this.
I've called my phone, left a message. Dialed vm, erased message and the vm icon is gone after this.
Sent from my PC36100 using Tapatalk
Any chance of getting this fix in a zip file, or apk for us less techknow furtunate ?
Thanks
lionedas said:
Any chance of getting this fix in a zip file, or apk for us less techknow furtunate ?
Thanks
Click to expand...
Click to collapse
I uploaded the two that I have, what rom are you using? I obliviously won't have time to do every request but I can do some.
JusticeAA said:
I uploaded the two that I have, what rom are you using? I obliviously won't have time to do every request but I can do some.
Click to expand...
Click to collapse
Radiance RC4
so I think the rcmix you posted should work right ?
Edit: after looking at them I dont think they are the same, I am post phone.akp from RC4
incase you get time to mod it.
Thanks again
lionedas said:
Radiance RC4
so I think the rcmix you posted should work right ?
Click to expand...
Click to collapse
Its based off the same build so it should, fyi Radiance RC5 is out now.
Make a nandroid first so you can go back if it doesn't work.
sizes are different posted apk above
RC4 and RC5 use the same phone.apk so it should be good for guys needing it for both..
lionedas said:
sizes are different posted apk above
RC4 and RC5 use the same phone.apk so it should be good for guys needing it for both..
Click to expand...
Click to collapse
I just upload the modded Radiance Phone.apk. The archive was giving me trouble in 7zip but I think I got it straightened out.
Please let me know if it works.
Anyone have any how to links, or ? on getting system apk's installed
Thanks
Nice job.Thank you
Any chance you can do CyanogenMod 7.2?
nydriek said:
Any chance you can do CyanogenMod 7.2?
Click to expand...
Click to collapse
There should already be a setting in CM7 for that. If you go into settings, then phone settings, one of the options is something like display voicemail notifications. Make sure that is off and they should be gone.
lionedas said:
Anyone have any how to links, or ? on getting system apk's installed
Thanks
Click to expand...
Click to collapse
Sorry about being so lazy, I am testing out making flashable zips and will upload them as soon as they are done.
Flashable zips are up, the only one I have test is for RCMix3D, so please let me know.
lionedas said:
Radiance RC4
so I think the rcmix you posted should work right ?
Edit: after looking at them I dont think they are the same, I am post phone.akp from RC4
incase you get time to mod it.
Thanks again
Click to expand...
Click to collapse
4 and 5 are up, in case you want to update!
Hey, think you can make one for nrg energy Rom? I was tryin your method but screwed up a few times. A flashable zip would be awesome
Sent from my PC36100 using xda premium
Steven 1 said:
Hey, think you can make one for nrg energy Rom? I was tryin your method but screwed up a few times. A flashable zip would be awesome
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
Done, please report back on how it works.
AOSP?
ive tried to decompile this using apktool for miui and it keeps telling me that it cant decode attr value like 487536705398 times its crazy any solutions?
dvickers said:
ive tried to decompile this using apktool for miui and it keeps telling me that it cant decode attr value like 487536705398 times its crazy any solutions?
Click to expand...
Click to collapse
MIUI is totally different, I was able to decompile it with apkmultitool by using the framework as a dependency.
The code is in a totally different place too and it already used the (Z) value. I did a small modification and it compiled without errors but that doesn't mean it will work.
(removed)

[REQ]Longpress back button to kill app

Hello!
I am not new to these forums.. I am a frequent reader, but I am not much of a poster.
I have a request that I think will benefit alot of galaxy tab 10.1 users running the stock roms.
Would anyone be able to /interested in modding the android.policy.jar file PhoneWindowManager.smali file to enable longpress back to kill foreground app? like the function we get in CM and AOKP roms? There is no need to have a setting for it in system settings. Just an android.policy.jar we could flash if we want the function enabled..
I have found this thread http://forum.xda-developers.com/showthread.php?t=1969499 discussing and explaining how to do this.
I have tried to do this myself, but either it just won't work or I end up in a bootloop. I am new to editing .smali files and understanding their buildup.. So I am asking here to see if anyone is willing to take a look and help me out.
My guess is that I am not the only one who wants this in the stock rom, and I hope that someone is willing to do this to the benefit of not only me but everyone else running the stock ICS and JB roms missing this function.
I am running the "something" JB stock rom by smaw51 with the extended power menu. I will add a link to my android.policy.jar if anyone wants to take a look at it.. If not edit it, maybe explain what strings to change in the .smali file in order to get it working. I know we will probably need a custom .smali with the kill function aswell if the one in this thread won't work...
Download android.policy.jar
Kind regards
Michael
up for this =)
lampz said:
up for this =)
Click to expand...
Click to collapse
I have been in contact through PM's with tdunham... the author of this thread: http://forum.xda-developers.com/showthread.php?t=1971712 and he has agreed to take a look at our android.policy.jar
I will get back with whatever he comes up with
MichaelGroth said:
I have been in contact through PM's with tdunham... the author of this thread: http://forum.xda-developers.com/showthread.php?t=1971712 and he has agreed to take a look at our android.policy.jar
I will get back with whatever he comes up with
Click to expand...
Click to collapse
I finally got this working after numerous edits and tests, and with lots of help from Mirko ddd, tdunham and lyapota.
Does anyone want me to post a tutorial on how to do this?
Will require some modification to the android.policy.jar file.
Might require decompiling and getting a string from framework-res.apk values/public.xml
(Optional) in order to get a toast message saying "Application Killed." we will need to edit some strings in framework-res.apk values/strings.xml and recompiling framework-res.apk using APKTool or Virtuous Ten Studio. If we don't change this we still do get a toast, but it will then say "force app to close", wich (in my opinion) didn't look very stock.
Also, I have only tested this on JB, but it might be very similar for ICS.
Would really appreciate this function!
MichaelGroth said:
I finally got this working after numerous edits and tests, and with lots of help from Mirko ddd, tdunham and lyapota.
Does anyone want me to post a tutorial on how to do this?
Will require some modification to the android.policy.jar file.
Might require decompiling and getting a string from framework-res.apk values/public.xml
(Optional) in order to get a toast message saying "Application Killed." we will need to edit some strings in framework-res.apk values/strings.xml and recompiling framework-res.apk using APKTool or Virtuous Ten Studio. If we don't change this we still do get a toast, but it will then say "force app to close", wich (in my opinion) didn't look very stock.
Also, I have only tested this on JB, but it might be very similar for ICS.
Click to expand...
Click to collapse
Can u post your modded android.policy.jar file
txtmikhail said:
Can u post your modded android.policy.jar file
Click to expand...
Click to collapse
It might not work for your device.. Mine is for 4.1.1 [JB] 8010..
Tutorial is live..
Go here: http://forum.xda-developers.com/showthread.php?p=36102714

Do not enter.

Mod is down: The new thread: HERE
Moderators, feel free to delete this post.
Good Start Man, Hope someone will advise very soon.
Thanks for your effort.:good:
Only de- and recompiling will not really lead to anything.
You have to solve each error here step by step. And as you can see there are many entries missing when recompiling against a framework from a different device and/or Android version.
This means that resolving the missing entries (like simply deleting them in each file) won't help because even if the recompile succeeds it will never run because of errors in the dependencies of the apk etc..
you should specify where you've changed
Tried almost everything but i cant get it working. Also tried VRTheme ZIP but it doesnt work too, it doesn't recognize the 9.png files and show the UI stretched... This is not my work, its for Not-i, Majdinj, Zai89 and other amazing themers for this amazing device (sorry if i forgot other users). I've seen it in S2 forums (Themes and Themed roms too) with the TW2013 UI for 4.1.2 so i dont think it will be very hard to an experienced themer. Thanks for the support. Good Luck to everyone!
You are compiling a a 4.2.2-based apk file with 4.1.2 installed framework, if you see in another thread they must have same version or it is themed apk file.
Can just use X-plore open apk as zip file n copy all the themes but not xml to another apk open as zip file.
not much changes wif just a framework.res.apk n options is alittle too small to fit it..
so no point to make a mod just framework.res.apk
@galaxynote2
The pictures in the attachment aren't useful!
If you want to change the png's, then take them from the original apk out!
Don't decompile it!
So, never use 9.png's from decompiled apk!
Try it again with the 9.png's from the original apk. Just copy them from the apk to your new one. Don't decompile it.
If you try to add some 9.png (from decompiled source), then they looks ugly with the vrtheme system...
(and can't build it with apktool too...)
@tkari4 thank you for the answer! I will try again now..
galaxynote2 said:
@tkari4 thank you for the answer! I will try again now..
Click to expand...
Click to collapse
@galaxynote2
Not working, sorry never made something like that.
The solution for your problem:
Install the 4.2 framework-res.apk (command in the CMD window: apktool if c:/framework-res.apk)
Now decompile your 4.2 framework-res.apk
From the decompiled folders you can add the 9.png's to your 4.1 farmework-res.apk
Install the 4.1 framework-res.apk again
Build your apk and so must work...
tkari4 said:
@galaxynote2
Not working, sorry never made something like that.
The solution for your problem:
Install the 4.2 framework-res.apk (command in the CMD window: apktool if c:/framework-res.apk)
Now decompile your 4.2 framework-res.apk
From the decompiled folders you can add the 9.png's to your 4.1 farmework-res.apk
Install the 4.1 framework-res.apk again
Build your apk and so must work...
Click to expand...
Click to collapse
@tkari4 some progress (attached files). That is my result putting the non-decompiled images in a vr-theme:
Popups are still bugged, 9.png resizing doesnt worked.
Action bars themes (Holo Light and Holo Dark) are now working!
Almost all buttons, checks and ticks are now converted and working.
What to do:
Fix the bugged popups
Convert Text fields (wich are 9.png too so its the same as the popups problems...)
__________________________________________________________________________________________
Can you provide me an S4 framework? Im using the Touchwiz 2013 theme for 4.2.2 Galaxy S3 flasheable zip for converting. I cant find the S4 framework-res to download.
galaxynote2 said:
@tkari4
Can you provide me an S4 framework? Im using the Touchwiz 2013 theme for 4.2.2 Galaxy S3 flasheable zip for converting. I cant find the S4 framework-res to download.
Click to expand...
Click to collapse
Yeah, must have the original apk and decompile it with the 4.2 framework.
You can find it here: http://forum.xda-developers.com/showthread.php?t=2272392
tkari4 said:
Yeah, must have the original apk and decompile it with the 4.2 framework.
You can find it here: http://forum.xda-developers.com/showthread.php?t=2272392
Click to expand...
Click to collapse
@tkari4 Ok, downloaded... (Slow connection).
So, first i need to install the recently downloaded framework in apktool and then decompile my 4.1.2 Note Framework?
Nevermind! Recompiled without problems! I've modified some pngs to se if it works and worked, so now im porting the fully theme. Thank you!
galaxynote2 said:
After all S4 mods for our Note, this is the last touch to have the new Touchwiz Interface in this amazing device.
Click to expand...
Click to collapse
You are gonna be rocked,,
Waiting for download link, As I understand without TW interface out grear Note is useless.
Thanks for your effort and share.:good:
mjrifath said:
You are gonna be rocked,,
Waiting for download link, As I stand without TW interface out grear Note is useless.
Thanks for your effort and share.:good:
Click to expand...
Click to collapse
Could you don't quote the whole thread next time please? Just click the reply button thats all
Juhan Jufri said:
Could you don't quote the whole thread next time please? Just click the reply button thats all
Click to expand...
Click to collapse
Thanks for the info mate. Post edited:laugh:
When you realese this mod?
____________
YES WE SCAN!!!
This thread has to be closed since no updates from OP or there is no any valid MOD
mjrifath said:
This thread has to be closed since no updates from OP or there is no any valid MOD
Click to expand...
Click to collapse
for people who can't wait , you can try flashing this one
http://forum.xda-developers.com/showthread.php?t=2297906
el5arsawi said:
for people who can't wait , you can try flashing this one
http://forum.xda-developers.com/showthread.php?t=2297906
Click to expand...
Click to collapse
Thats for 4.2.2
Please op just provide the s4 style launcher
Sent from my GT-I9100 using xda app-developers app

[MOD] H+ Icon for HSPA+ and HSPAP network for Android 4.2.2

Im separated icons for HSDPA and HSPA+ networks
Now it shown H or H+ in status bar according to the network types
rollon76 said:
Im separated icons for HSDPA and HSPA+ networks
Now it shown H or H+ in status bar according to the network types
Click to expand...
Click to collapse
Can you share with us, which files you have edited to get it work?
old.splatterhand said:
Can you share with us, which files you have edited to get it work?
Click to expand...
Click to collapse
Many.Its a animated icons
Replace in \SystemUI\smali\com\android\systemui\statusbar\policy\HtcGenericNetworkController.smali
.line 1507
:cond_44
sget-object v0, Lcom/android/systemui/statusbar/policy/HtcTelephonyIcons;->HTC_DATA_H:[I
to
sget-object v0, Lcom/android/systemui/statusbar/policy/HtcTelephonyIcons;->HTC_DATA_HPLUS:[I
then copy png and xml files from zip and recompile
I mean only the H+ Icon, not the others (animated).
So, it is more than on 4.1.2...
H+ Icon for HSPA+ and HSPAP network for Android 4.4.2 for HTC ONE
H+ Icon for HSPA+ and HSPAP network for Android 4.4.2 for HTC ONE (tested ViperOne 6.2.1 1.54.401.5)
How to:
First make a backup
1. Decompile your SystemUI.apk
2. Navigate to smali/com/android/systemui/statusbar/policy/HtcGenericNetworkController.smali
3. Find the method .method private final updateDataNetType()V
4. Find the smali code (Line 5497)
if-nez v29, :cond_25
sget-object v29, Lcom/android/systemui/statusbar/policy/HtcIcons;->HTC_DATA_H:[I
5. Replace HTC_DATA_H by HTC_DATA_HPLUS
if-nez v29, :cond_25
sget-object v29, Lcom/android/systemui/statusbar/policy/HtcIcons;->HTC_DATA_HPLUS:[I
6. Recompile the file and replace in the phone
7. Enjoy it
8. Click thanks button
9.
rollon76 said:
Credits to rollon76 by the Idea
Click to expand...
Click to collapse
dmonium said:
H+ Icon for HSPA+ and HSPAP network for Android 4.4.2 for HTC ONE (tested ViperOne 6.2.1 1.54.401.5)
How to:
First make a backup
1. Decompile your SystemUI.apk
2. Navigate to smali/com/android/systemui/statusbar/policy/HtcGenericNetworkController.smali
3. Find the method .method private final updateDataNetType()V
4. Find the smali code (Line 5497)
if-nez v29, :cond_25
sget-object v29, Lcom/android/systemui/statusbar/policy/HtcIcons;->HTC_DATA_H:[I
5. Replace HTC_DATA_H by HTC_DATA_HPLUS
if-nez v29, :cond_25
sget-object v29, Lcom/android/systemui/statusbar/policy/HtcIcons;->HTC_DATA_HPLUS:[I
6. Recompile the file and replace in the phone
7. Enjoy it
8. Click thanks button
9.
Click to expand...
Click to collapse
Will this work for M8 Marshmallow?
isimsizkullan said:
Will this work for M8 Marshmallow?
Click to expand...
Click to collapse
Yes. Insert Coin with MM base has it already (a long time).
old.splatterhand said:
Yes. Insert Coin with MM base has it already (a long time).
Click to expand...
Click to collapse
I dont want to change ROM, if i download the rom and pull the SystemUI.apk and flash it to my current system, will this work? Or am i have to recompile the SystemUI.apk myself?
isimsizkullan said:
I dont want to change ROM, if i download the rom and pull the SystemUI.apk and flash it to my current system, will this work? Or am i have to recompile the SystemUI.apk myself?
Click to expand...
Click to collapse
You are better to go and recompile SystemUI by yourself, i think.
You also can try with the apk from IC, but make a backup in recovery before.
old.splatterhand said:
You are better to go and recompile SystemUI by yourself, i think.
You also can try with the apk from IC, but make a backup in recovery before.
Click to expand...
Click to collapse
Sure, i will make a backup.
If you are using this "Insert Coin" ROM, can you upload SystemUI.apk? My connection is slow, downloading the whole ROM takes hours.
I am trying to decompile SystemUI.apk with Advanced Apk Tool but there is no smali folder.
isimsizkullan said:
Sure, i will make a backup.
If you are using this "Insert Coin" ROM, can you upload SystemUI.apk? My connection is slow, downloading the whole ROM takes hours.
I am trying to decompile SystemUI.apk with Advanced Apk Tool but there is no smali folder.
Click to expand...
Click to collapse
Here you go. Good luck.
old.splatterhand said:
Here you go. Good luck.
Click to expand...
Click to collapse
Thanks.
Did not work, SystemUI doesn't launch, i installed the old one back.
And i found out that to edit smali, the apk must be deodexed, is that right? I am on stock right now which means odexed.
isimsizkullan said:
Will this work for M8 Marshmallow?
Click to expand...
Click to collapse
Yes, this works with all htc phones, you only should find the line specific
if you like, you can send me the systemUI and I can modify it
dmonium said:
Yes, this works with all htc phones, you only should find the line specific
if you like, you can send me the systemUI and I can modify it
Click to expand...
Click to collapse
I was afraid to ask, thank you.
I uploaded the odex file too, i dont know if you need that but just in case.
DEODEX
isimsizkullan said:
I was afraid to ask, thank you.
I uploaded the odex file too, i dont know if you need that but just in case.
Click to expand...
Click to collapse
For make this mod is necessary deodex the apks (smali code is in the odex file)
I need the apks from framework too
dmonium said:
For make this mod is necessary deodex the apks (smali code is in the odex file)
I need the apks from framework too
Click to expand...
Click to collapse
Do you mean framework-res.apk?
all files apks and respective odex from /system/framework folder
dmonium said:
all files apks and respective odex from /system/framework folder
Click to expand...
Click to collapse
I am uploading the whole folder. I will give the link in ten minutes.
---------- Post added at 05:15 PM ---------- Previous post was at 04:49 PM ----------
dmonium said:
all files apks and respective odex from /system/framework folder
Click to expand...
Click to collapse
Sorry, my connection sucks.
Here: https://www.dropbox.com/s/qxwntsnh1zw9sjj/framework.zip?dl=0

Categories

Resources