[guide/How-To] Disable Verizon CD Installer - Verizon Galaxy Note 3 Android Development

This is based on Verizon Note 3 NC4 Android 4.4.2 Deodexed. This was a group effort by Versatile1 and myself, please don't forget to thank Versatile1.
First thing you need to do is have a current Nandroid or backup. Then grab your services.jar from /system/framework.
Decompile with APKTOOL of your choice.
First step is to edit /smali/com/android/server/usb/UsbDeviceManager$UsbHandler.smali
Look For: 2 instances of "const v6, 0x1040707" and change to "const v6, 0x1040706"
Then edit /smali/com/android/server/KiesConnectivity/KiesUsbManager.smali
Look for: 1 instance of "const-wide/16 v2, 0x7530" and change to "const-wide/16 v2, 0x0"
That's it. Compile and Enjoy!!!
If you want to use this in your ROM please don't forget to give credit to Versatile1 and myself.
Do not re-post our work!!! If you have questions or need this Mod on another phone just ask in a post!!!
Please don't forget to hit THANKS!!!

Installer
EMSpilot said:
This is based on Verizon Note 3 NC4 Android 4.4.2 Deodexed. This was a group effort by Versatile1 and myself, please don't forget to thank Versatile1.
Click to expand...
Click to collapse
Thank you! Great find guys. :good:

need some help i decompiled and look for the line const v6, 0x1040707" but it does not exist in my /smali/com/android/server/usb/UsbDeviceManager$UsbHandler.smali file

Are you running NC4?
Sent from my SM-G900V using Tapatalk 2

EMSpilot said:
Are you running NC4?
Sent from my SM-G900V using Tapatalk 2
Click to expand...
Click to collapse
No but shouldent it be the same as the nc2 im running
Sent from my SM-N900V using XDA Premium 4 mobile app

NC4
jolly_roger_hook said:
No but shouldent it be the same as the nc2 im running
Sent from my SM-N900V using XDA Premium 4 mobile app
Click to expand...
Click to collapse
No sir,
Please send me the following:
From framework-res.apk I need res/values/public.xml
From serivces.jar I need the 2 smali files as mentioned in my OP. Or your whole services.jar
Thanks

Has anyone tried this on 4.3 MJE ROMs such as Jelly Beans?

No
AngryManMLS said:
Has anyone tried this on 4.3 MJE ROMs such as Jelly Beans?
Click to expand...
Click to collapse
No sir,
Please send me the following:
From framework-res.apk I need res/values/public.xml Or just send me your whole framework-res.apk
Then I will need from /system/framework your services.jar if you are oxed. I also need services.odex.
Thanks

jolly_roger_hook said:
need some help i decompiled and look for the line const v6, 0x1040707" but it does not exist in my /smali/com/android/server/usb/UsbDeviceManager$UsbHandler.smali file
Click to expand...
Click to collapse
+1 I am on NC4 (hyperdrive)

Related

Overscroll Glow For Advanced User

Some of maybe wonder how to enable overscroll glow in your theme..
since we have many ROM, and only some of them have similar framework structure..
Before that, thanks to Jun Hong and fla.sh for their [KPH & KPN] overscroll glow for SGA
don't forget to thanks him
This guide is for advanced user who have an experience in decompiling and compiling files using apkmanager..
So there it is, how to add overscroll glow manually..
1. Download overscrollglow source from HERE. Thanks to dhiru1602 for the source..
2. Decompile your framework-res.apk and framework.jar
3. Navigate to framework.jar.out\smali\android\widget
4. Backup Your AbsListView.smali and open it with notepad++
5. Copy everything inside overscrollglow source.
6. Open your newly copied AbsListView.smali
7. search for .local v1, layoutInflater:Landroid/view/LayoutInflater;, shortly after that you'll find something like const v3, 0x1090070 replace this with your values from original AbsListView.smali
8. Navigate to framework-res/res/values and open public.xml
9. Back to AbsListView.smali search for .line 666 and 2 lines below that you'll find similar value.
9.1. Now go to your public.xml and search for
Code:
<public type="drawable" name="overscroll_edge" id="
and then you'll find some value like 0x0108023d replace the one in AbsListView.smali with this one. DOn't forget to remove the 0 before 1 (example if you have 0x0108023d then replace it as 0x108023d so the line would look like this :
Code:
.line 666
.local v2, res:Landroid/content/res/Resources;
const v3, 0x108023d
9.2. Back to AbsListView.smali and look for .line 667 and 2 line below that you'll find same thing, replace it with overscroll_glow id in your public.xml
so the line would look like this :
Code:
.line 667
.local v0, edge:Landroid/graphics/drawable/Drawable;
const v3, 0x108023e
10. Save the file, and recompile your framework.jar.out, and then go to /framework.jar.out/build/apk/ and copy classes.dex from there inside your original framework.jar (you can open it using 7zip).
11. To change overscroll glow color, you can use UOT (I think), and modify them manually inside /framework-res/res/drawable-mdpi/ overscroll_edge.png and overscroll_glow.png
Yep, that's all
Let me know if you have hard time doing this..
this is very nice tutorial for everyone.
follow it and there shouldnt be any problems
Nicee tutorial bro ...
Good job
I've posted overscroll glow for KPN and KPH
Sent from my GT-S5830 using XDA App
Aadigoku13 said:
Nicee tutorial bro ...
Good job
Click to expand...
Click to collapse
Jun Hong said:
this is very nice tutorial for everyone.
follow it and there shouldnt be any problems
Click to expand...
Click to collapse
Thanks you both
fla.sh said:
I've posted overscroll glow for KPN and KPH
Sent from my GT-S5830 using XDA App
Click to expand...
Click to collapse
yeah, but this is the manual tutorial, so everyone can use it in every rom..
or do you want to be credited too..?
seilent said:
Thanks you both
yeah, but this is the manual tutorial, so everyone can use it in every rom..
or do you want to be credited too..?
Click to expand...
Click to collapse
i think we should credit him... i made overscroll glow for kph but he made overscroll glow for both kpn and kph.
Jun Hong said:
i think we should credit him... i made overscroll glow for kph but he made overscroll glow for both kpn and kph.
Click to expand...
Click to collapse
Thanks. I'm not the "youngest" developer now
fla.sh said:
Thanks. I'm not the "youngest" developer now
Click to expand...
Click to collapse
well, ur just a few months older than me
which decomplier did u use ?
It's not possible to do with the Brazilian FW, it has nothing inside the framework.jar
FMAranda said:
It's not possible to do with the Brazilian FW, it has nothing inside the framework.jar
Click to expand...
Click to collapse
well try deodexing it with this guide: http://androidguyz.blogspot.com/2011/04/howto-deodex-rom.html
you need to be deodexed to get that overscroll glow
Thanks, now my ROM is deodexed and I was able to get the effect to work, but now, all the system apps are having force close, I can open dialer, messages or any other system app, only user app like Gmail and Facebook. What can I do?
I also lost root =/
I fixed by reflashing the ROM, I'll not try to enable the effect or dedoex my ROM again.
Deodexing firmware should be did when your rom still fresh
seilent said:
Deodexing firmware should be did when your rom still fresh
Click to expand...
Click to collapse
But what's the difference between a fresh installed dialer app and a week old one? I was having fcs with system apps and not user apps. We can't modify system app.
FMAranda said:
But what's the difference between a fresh installed dialer app and a week old one? I was having fcs with system apps and not user apps. We can't modify system app.
Click to expand...
Click to collapse
It means the permission isnt fixed properly... i also had this problem. but when i fixed the permission properly it worked without any force close
Did you fixed using ClockWorkMod or you set manually?
Thanks, you were right, I set the permissions to rw-r--r-- and now everything is working, again thanks!
This is the framework.jar to use with the Brazilian FW KP2, replace using Root Explorer and remember to set the permissions to rw-r--r--, the same permission of framework-res.apk.
Jun Hong said:
It means the permission isnt fixed properly... i also had this problem. but when i fixed the permission properly it worked without any force close
Click to expand...
Click to collapse
ah thanks for explanation, I havent faced such problem before
FMAranda said:
Did you fixed using ClockWorkMod or you set manually?
Thanks, you were right, I set the permissions to rw-r--r-- and now everything is working, again thanks!
This is the framework.jar to use with the Brazilian FW KP2, replace using Root Explorer and remember to set the permissions to rw-r--r--, the same permission of framework-res.apk.
Click to expand...
Click to collapse
Glad it works, will post it later the apk of modded framework.jar
Thanks Dude! But, It s not working with my friend's Ace...It just crashes into bootloop!
thanks ...
your tutorial so much easy to be followed
nice work sir

[mod][xxjvt] Make BLN work for SMS notification

Hi,
just to share the CWM flashable deodexed services.jar for make BLN work with SMS/MMS notification.
services.jar is taken from stock odexed XXJVT & commented the lines as in
https://github.com/neldar/backlightnotification/blob/master/framework_patches/i9000-jvh/bln-i9000-jvh-services.patch
mod services.jar from JVS which is available in the forum is working also , but since too much code diff , i just decided to make one for JVT.
works with Deodexed stock XXJVT ROM from Ramad and latest Semaphore kernel rc2.
Thank you for the MOD..
To all developers, if you've modified your Services.jar a bit, here's how to make BLN work for your modded Services.jar
- Decompile Services.jar
- Baksmali Classes.dex
- Open /com/android/server/NotificationManagerService.smali
- Go to line 2067
Replace
Code:
if-nez v4, :cond_18
with
Code:
#if-nez v4, :cond_18
- Go to line 2117
Replace
Code:
if-nez v4, :cond_3d
with
Code:
#if-nez v4, :cond_3d
- Recompile and put classes.dex inside services.jar
Regards,
Rahul
not my mod rahul, credit goes to all xda developers esp neldar and montymintypie..
just sharing rahul.. thanks to you too
Will you make for JVT odexed also?
i will do for odexed one when i got some spare time... by the way, u can extract services.jar & services.odex from simplicity rom if u want to... they already patched it and simplicity is odexed.
I flashed this on my vibrant but it still won't work. Unless I am understanding this thread wrong.
BLN works for me on GMAIL and Missed Calls... but for SMS the screen still lights up so BLN won't work with the Stock SMS.
Odexed Patch
Hi,
Anybody has this patch for and odexed ROM?
Thanks in advance!
Guess it isn't possible to extract the files from Simplicity for an odex patch...:
Hey,
It won't work if you just take the jvt ones. These are core files that cannot be used cross-version.
Click to expand...
Click to collapse
Source
Please... anyone, any ideas? Thanks!
try this, patched for odex ... And for JVT only.. Flash in cwm OR extract it, put it in /system/app/ ..replace the original one...sorry, thought everybody are moving to new 2.3.6 or ICS..
http://www.multiupload.com/LM2YG0092L
Sent from my GT-I9000 using Tapatalk
Thanks!!!
syamsoul said:
try this, patched for odex ... And for JVT only.. Flash in cwm OR extract it, put it in /system/app/ ..replace the original one...sorry, thought everybody are moving to new 2.3.6 or ICS..
http://www.multiupload.com/LM2YG0092L
Sent from my GT-I9000 using Tapatalk
Click to expand...
Click to collapse
Thanks Syamsoul, you're my salvantion and Christmas gift altogether!
I'm downloading now and will copy it soon. Thanks!!!
Edit: I just copied it and tested it with an incoming SMS and it's working great! Super-thanks syamsoul! As a token of my gratitude I'm thanking all your posts here
Dan_Aykroyd said:
Thanks Syamsoul, you're my salvantion and Christmas gift altogether!
I'm downloading now and will copy it soon. Thanks!!!
Edit: I just copied it and tested it with an incoming SMS and it's working great! Super-thanks syamsoul! As a token of my gratitude I'm thanking all your posts here
Click to expand...
Click to collapse
Welcome Dan_Aykroyd, and merry Christmas. May the festival brings joy and happiness to you and your beloved ones.
Sent from my GT-I9000 using Tapatalk
How is this working for ICS Stock ROM?
I have everything working except SMS...
Does it work with Stock ICS ROM for SGS2?
Thanx in advance!
rmarcus said:
I have everything working except SMS...
Does it work with Stock ICS ROM for SGS2?
Thanx in advance!
Click to expand...
Click to collapse
No
Gesendet von meinem GT-I9000 mit Tapatalk 2

Touchwiz of GSIII

Anyone can download the new firmware of GSIII (on sammobile) and extract the new touchwiz for test it on our GSII?
Sent from my GT-I9100 using XDA
I believe Paradoxxx is going to take a look at it and see if he can work his magic.
Sent from my GT-I9100
Attached is deodexed launcher (haven't checked if working)
coldflid said:
Attached is deodexed launcher (haven't checked if working)
Click to expand...
Click to collapse
Need this:
<uses-library android:name="sec_feature"
Click to expand...
Click to collapse
Can you see file named like this in system/framework, system/etc/permissions, system/lib
does not work... galaxy s2 PureICS v7.2
Says app not installed
Sent from my GT-I9100 using xda premium
sahibunlimited said:
Need this:
Can you see file named like this in system/framework, system/etc/permissions, system/lib
Click to expand...
Click to collapse
In framework
I'll deodex too
BTW guys don't try to install it, right now no point in trying
coldflid said:
In framework
I'll deodex too
BTW guys don't try to install it, right now no point in trying
Click to expand...
Click to collapse
See /etc/permissions and /lib folder also
I need a camera apk please
sahibunlimited said:
See /etc/permissions and /lib folder also
Click to expand...
Click to collapse
Here are all files we might need (for now) attached as zip
coldflid said:
Here are all files we might need (for now) attached as zip
Click to expand...
Click to collapse
From where did you take sec_feature.odex file?
sahibunlimited said:
From where did you take sec_feature.odex file?
Click to expand...
Click to collapse
sec_feature.jar and sec_feature.odex from /framework
Can't manage to deodex it though
libsecnativefeature.so from lib
and both xml from permissions
Anyone can take a backup and try to flash this on samsung rom??
sahibunlimited said:
Anyone can take a backup and try to flash this on samsung rom??
Click to expand...
Click to collapse
I was doing that already on LPD
Rebooting...
It seems i'm in a bootloop
Didn't check if i had enough space in /system after flashing stock LPD, but it's about 2mb so i doubt there isn't, but still...
Hello everyone
Will this work on Sensation Rom 3.4 ^_______^
Kadhim7 said:
Hello everyone
Will this work on Sensation Rom 3.4 ^_______^
Click to expand...
Click to collapse
When its actually working maybe but right now not even on stock rom
coldflid said:
When its actually working maybe but right now not even on stock rom
Click to expand...
Click to collapse
n00b post but can you try it odexed?
sahibunlimited said:
n00b post but can you try it odexed?
Click to expand...
Click to collapse
Yes i've tried it odexed... Bootloop
Content of sec_feature.odex is dummy.smali
.class public Lcom/sec/android/app/dummy;
.super Ljava/lang/Object;
.source "dummy.java"
# direct methods
.method public constructor <init>()V
.registers 1
.prologue
.line 10
invoke-direct/range {p0 .. p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
--DELETED--
sahibunlimited said:
Anyone can take a backup and try to flash this on samsung rom??
Click to expand...
Click to collapse
I stayed boot animation..

How to add 14 toggles statusbar for Galaxy Gio

This is for anyone who need help on this
(Also, so I can refer back to it)
All credit goes to: lidroid ==> Original Guide
Install your framework(s) using apktool
Then decompile LidroidSystemUI.apk and SystemUI.apk
If your device does not have flashlight, add this code. If it does, ignore this code.
Modify AndroidManifest.xml. Add this before </application>:
Code:
<activity android:name="com.lidroid.systemui.quickpanel.FlashlightActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:clearTaskOnLaunch="true" android:configChanges="orientation|keyboardHidden" android:launchMode="singleTask" />
Open: SystemUI/smali/com/android/systemui/status/StatusBarService.smali
Search for: Landroid/view/View;->inflate(Landroid/content/Context;ILandroid/view/ViewGroup;)Landroid/view/View;
OR
Search for: 0x7f030002
You'll find this:
Code:
const v8, 0x7f030002
invoke-static {p1, v8, v10}, Landroid/view/View;->inflate(Landroid/content/Context;ILandroid/view/ViewGroup;)Landroid/view/View;
move-result-object v4
.end local v4 #qsv:Lcom/android/systemui/statusbar/quickpanel/QuickSettingsView;
check-cast v4, Lcom/android/systemui/statusbar/quickpanel/QuickSettingsView;
.restart local v4 #qsv:Lcom/android/systemui/statusbar/quickpanel/QuickSettingsView;
goto :goto_0
Modify to:
Code:
const v8, [COLOR="RED"]0x3030003[/COLOR]
invoke-static {p1, v8, v10}, Landroid/view/View;->inflate(Landroid/content/Context;ILandroid/view/ViewGroup;)Landroid/view/View;
move-result-object v4
.end local v4 #[COLOR="RED"]Lcom/lidroid/systemui/quickpanel/PowerWidget;[/COLOR]
check-cast v4, [COLOR="RED"]Lcom/lidroid/systemui/quickpanel/PowerWidget;
.local v4, qsv:Lcom/lidroid/systemui/quickpanel/PowerWidget;
invoke-virtual {v4}, Lcom/lidroid/systemui/quickpanel/PowerWidget;->setupWidget()V[/COLOR]
goto :goto_0
Compile SystemUI.apk with apktool and then Sign it.
Copy SystemUI.apk and QuickPanelSettings.apk to: /system/app
Copy lidroid-res.apk to: /system/framework
Reboot & Enjoy!
Thanks, but if i want add signed app (with edited androidmanifest) to my custom rom my statusbar not work. Any solution ?
If you edit or modify androidmanifest in any way you need to resign the apk. But all system apps and framework need to use the same key, so even if you self-sign the apk or use test keys to sign it, untill you sign all files with the same key it will force close.
coccolino_dbro said:
If you edit or modify androidmanifest in any way you need to resign the apk. But all system apps and framework need to use the same key, so even if you self-sign the apk or use test keys to sign it, untill you sign all files with the same key it will force close.
Click to expand...
Click to collapse
You always need to sign a newly compiled APK or JAR, because the AndroidManifest.xml also changes, even if you didn't modify anything.
Because >> The MD5 and CRC32 of the AndroidManifest.xml changes. Even if there was no changes
Actually when editing system files you copy the original signature. That works only if you don't touch androidmanifest.xml. If you do mess with it, file needs signing with a new key, and all system apps need to be signed with the same key.
Point is, if someone wants to edit androidmanifest.xml of a system file, he needs to resign all other system files with the same key, or else it won't work.
Can i use APKMultiTool to sign all System Apps?
Sent from my GT-S5660 using xda app-developers app
If i use in light orange rom then icon change or not?
Sent from my GT-S5660 using xda premium
DQiB said:
Can i use APKMultiTool to sign all System Apps?
Click to expand...
Click to collapse
Any tool that handles signing would be fine. Yes you can use APKMultiTool
cahidkaya said:
If i use in light orange rom then icon change or not?
Click to expand...
Click to collapse
What icon?
nice work tanx
Which program can I use for decompiling and recompiling framework-res.apk? I'm trying to change battery stats icons and apktool and apk manager can't properly recompile apk - there are errors about translations...
Sent from my GT-S5660 using Tapatalk 2
sangokas said:
Which program can I use for decompiling and recompiling framework-res.apk? I'm trying to change battery stats icons and apktool and apk manager can't properly recompile apk - there are errors about translations...
Sent from my GT-S5660 using Tapatalk 2
Click to expand...
Click to collapse
Nothing is wrong with the tool or program, you have to fix those translation errors.
If I leave them, will something bad happen?
sangokas said:
If I leave them, will something bad happen?
Click to expand...
Click to collapse
If you leave them, you still get the same errors and the apk won't compile.
Send me your recompile log, I'll see the translation errors
There seems to be no errors if i put resources from extracted apk to decompiled framework folder. But its size is few megabytes less than original one. I tried to push it with adb in system, but the phone stucks on galaxy gio logo when booting.
Sent from my GT-S5660 using Tapatalk 2
Hello guys. I have a little problem. I do all right and i got this working but i want to mod the libdroid-res.apk only to switch the color of the tex or to hide the it. I decopiled the libdroid-res.apk and swiched wat i want, recopiled again but now im getting FC on systemUi. It is possible to mod the libdroid-res? Or im doing it wrong? Thanks
Sent from my GT-S5660 using xda app-developers app
Nop all is right ...
It contains all res things about it
Sent from my GT-S5660 using xda app-developers app
DQiB said:
Nop all is right ...
It contains all res things about it
Sent from my GT-S5660 using xda app-developers app
Click to expand...
Click to collapse
So why im getting FC? Or it cant be decopiled?
Sent from my GT-S5660 using xda app-developers app
lol dont decompile it ...
exract it using winrar and theme it a bit
and then repack it using 7zip and compressmode: store
oh and rename .zip in .apk! thats it
Sent from my GT-P1000 using xda app-developers app
MatZ69 said:
Hello guys. I have a little problem. I do all right and i got this working but i want to mod the libdroid-res.apk only to switch the color of the tex or to hide the it. I decopiled the libdroid-res.apk and swiched wat i want, recopiled again but now im getting FC on systemUi. It is possible to mod the libdroid-res? Or im doing it wrong? Thanks
Sent from my GT-S5660 using xda app-developers app
Click to expand...
Click to collapse
Lidroid res apk has been made with a unique moddified apktool wich arent available
Sent from my GT-S5830 using xda premium
DQiB said:
lol dont decompile it ...
exract it using winrar and theme it a bit
and then repack it using 7zip and compressmode: store
oh and rename .zip in .apk! thats it
Sent from my GT-P1000 using xda app-developers app
Click to expand...
Click to collapse
Yh a know that. I only swiched the the images and works fine.
CoolCatGetHome said:
Lidroid res apk has been made with a unique moddified apktool wich arent available
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Yh but look, white background and white text dond combine x)
Please take a look. Do i can solve the problem?
Sent from my GT-S5660 using xda app-developers app

[MOD] Remove Ongoing Wifi Notification

Heres a guide to remove the annoying ongoing wifi notification, theres been guides on how to do it via changing the database but those cant be used by rom devs in there roms, so I decided to look into it. Disclaimer: I am not responsible if for some reason this mod makes your gs3 explode or bust into flames etc.... lol
The mod has been posted on my github the changes can be seen here on this commit Remove Ongoing Wifi Notification
Incase you dont want to go on github ill paste it here.
Decompile SecSettings.apk its located in system/apps/ (I removed the dex then used baksmali to decompile)
Find these 3 lines in com/android/settings/wifi/WifiStatusReceiver.smali
Code:
invoke-virtual {v3, p1, v2, v0, v4}, Landroid/app/Notification;->setLatestEventInfo(Landroid/content/Context;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)V
sget-object v3, Lcom/android/settings/wifi/WifiStatusReceiver;->mNotification:Landroid/app/Notification;
invoke-virtual {v1, v7, v3}, Landroid/app/NotificationManager;->notify(ILandroid/app/Notification;)V
comment them out by adding a # in front of them like so
Code:
#invoke-virtual {v3, p1, v2, v0, v4}, Landroid/app/Notification;->setLatestEventInfo(Landroid/content/Context;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)V
#sget-object v3, Lcom/android/settings/wifi/WifiStatusReceiver;->mNotification:Landroid/app/Notification;
#invoke-virtual {v1, v7, v3}, Landroid/app/NotificationManager;->notify(ILandroid/app/Notification;)V
Recompile using smali put the new dex into the apk and push the file to your phone, set the permissions and reboot.
Bask in the glory of removing the notification
Special Shoutouts to jdbeitz for helping figure this out and testing the changes=D
Who's the man? VLARA IS THE MAN!
thanks dude works like a charm ive been wanting to do this just havent looked into to much so this saves me a ton of time
Glad to know it worked
smartguy044 said:
thanks dude works like a charm ive been wanting to do this just havent looked into to much so this saves me a ton of time
Click to expand...
Click to collapse
Thank you!
Sent from my SAMSUNG-SGH-I747 using xda premium
everyone kept asking me how to do this and i just kept saying it's a smali change somewhere lol i knew it thanks mate!
vlara said:
If you dont want to do the mod heres a stock SecSettings.apk with the mod
Download
Click to expand...
Click to collapse
If I use that modded apk, will it reset any of my system settings?
what exactly does it get rid of?
When connected to Wi-Fi, you would get a "Wi-Fi connected" notification in the drop-down. This gets rid of that.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
I installed the modded apk in the OP, but it didn't work. I put the app in the system/app folder and changed permissions to rw-r--r--, then rebooted. No luck. What am I doing wrong? Do i need to do something with the SecSettings.odex file?
kingwp1 said:
I installed the modded apk in the OP, but it didn't work. I put the app in the system/app folder and changed permissions to rw-r--r--, then rebooted. No luck. What am I doing wrong? Do i need to do something with the SecSettings.odex file?
Click to expand...
Click to collapse
The file is for deodexed roms.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
kingwp1 said:
I installed the modded apk in the OP, but it didn't work. I put the app in the system/app folder and changed permissions to rw-r--r--, then rebooted. No luck. What am I doing wrong? Do i need to do something with the SecSettings.odex file?
Click to expand...
Click to collapse
Delete the odex.
im on my phone. expect terrible typos.
Edit...late to the party.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
howtomen said:
Delete the odex.
im on my phone. expect terrible typos.
Click to expand...
Click to collapse
Agreed, I renamed the .odex file and the notification is no longer present.
Sent from my SAMSUNG-SGH-I747 using xda premium
howtomen said:
Delete the odex.
im on my phone. expect terrible typos.
Click to expand...
Click to collapse
Thank you, sir! Notification gone
Any way to have a CWM version of this?
I'll post one up when I get home from work if no one else has posted one by that time
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
afropoet said:
Any way to have a CWM version of this?
Click to expand...
Click to collapse
Really.. theres an apk man no need to spoonfeed it to youxD but really if u dont know how to push to system app we have issues
im on my phone. expect terrible typos.
howtomen said:
Really.. theres an apk man no need to spoonfeed it to youxD but really if u dont know how to push to system app we have issues
im on my phone. expect terrible typos.
Click to expand...
Click to collapse
+1
afropoet said:
Any way to have a CWM version of this?
Click to expand...
Click to collapse
Here's a recovery flashable zip with the mod applied to UCALG1.

Categories

Resources