[Q] (SOLVED) How to get rid of Mobile data is disabled notification - Xperia Z3 Q&A, Help & Troubleshooting

Every time i turn data off, that notification appear, is there a way to delete that permanently, make it not appear again or edit build.prop to solve that?
Or there is a file that I must delete from the system?

senzodroid said:
Every time i turn data off, that notification appear, is there a way to delete that permanently, make it not appear again or edit build.prop to solve that?
Or there is a file that I must delete from the system?
Click to expand...
Click to collapse
Actually, very simple.
Root your device
Install Xposed framework
Install this module
Restart
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Z3 powered by Tapatalk

I knew that. But there is no such module in the latest Xposed framework for 5.0.2
Maybe you have KK.
So apparently it's not that simple.
And Sony gave a different name for this file, I can't find it in System/App like it was in older Xperia devices, like com.sonyericsson.dataTrafficDisabledNotification

UPDATE
I did download the .apk but from the official website.
In Xposed I didn't find it.
It works.
Thanks.

senzodroid said:
UPDATE
I did download the .apk but from the official website.
In Xposed I didn't find it.
It works.
Thanks.
Click to expand...
Click to collapse
Exactly.. Just google it and download app from official web page..
It's working without any problems on all firmwares available for Z2 and Z3
Z3 powered by Tapatalk

Related

Phone mod

hi there is a way to have this interface of calling instead of default 2.2.2 ?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
regards
netanalyzer said:
hi there is a way to have this interface of calling instead of default 2.2.2 ?
regards
Click to expand...
Click to collapse
I'm sure it's possible if you get the .apk for it, then adb push it to system/app but it requires root, and youd have to find the apk. I'm not responsible if you brick your phone btw.
gerbetta33 said:
I'm sure it's possible if you get the .apk for it, then adb push it to system/app but it requires root, and youd have to find the apk. I'm not responsible if you brick your phone btw.
Click to expand...
Click to collapse
i've allready apk file but service crash
netanalyzer said:
i've allready apk file but service crash
Click to expand...
Click to collapse
Service crash, huh?
Did you remove the original file?
Did you try to install it like a regular .apk file?
What phone / firmware are you usin currently? Any ROMs?
gerbetta33 said:
Service crash, huh?
Did you remove the original file?
Did you try to install it like a regular .apk file?
What phone / firmware are you usin currently? Any ROMs?
Click to expand...
Click to collapse
i've already tried problem is different framework version
i'm using my custom rom
yuriosv2

play store and album update problem - Xperia c- c2305

my Xperia c " C2305"
I have strange problems
first the album.. I installed the latest update for album
when I delete picture or video.. then restart the mobile
the deleted file restored automatically!!!!!
When I delete form any file manager normal not restored....
when I remove the update work normal
that's was the first problem
the second one it is my play store
I have also the latest update but I have Silly problem it is black
background for all icons...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So anyone can help me
sorry for my English
(album & playstore)
No one here can't help me !!!!!
Doola92 said:
No one here can't help me !!!!!
Click to expand...
Click to collapse
revert back to the previous version of album. No solution other than this
new update is yet to release for these fixes in xperia album.
Doola92 said:
Problems
Click to expand...
Click to collapse
Delete the ".thumbnails" folder which you can find inside the DCIM folder (you need to connect your device to PC to find this folder)
After deleting the folder reboot your device. This can solve your problem
I tried to delete the folder but same problem,,,, the strange thing is when I use any gallery app and delete file .normal ...but the problem only in the stock album ..
Sent from my C2305 using XDA Free mobile app

[Q] How to remove carrier name from statusbar header?

Hi, is it possible to remove the carrier name from statusbar header? I really want to remove that since it overlaps the clock when i use the Android N-ify module in xposed
Thanks:laugh:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
It's possible. You need to decompile SystemUI, find carrier id and add android:visibility="gone". Recompile and flash it.
Good Luck!
Sent from my XPERIA M2 using XDA Labs
Dzepar said:
It's possible. You need to decompile SystemUI, find carrier id and add android:visibility="gone". Recompile and flash it.
Good Luck!
Sent from my XPERIA M2 using XDA Labs
Click to expand...
Click to collapse
Thank you for replying i will try that
can you give me further instruction on how to do it? i decompiled it, went to res/layout/staus_bar.xml(and status_bar_expanded/expanded_header.xml), and i added android:visibility="gone" to everything that has "@id/carrier" or anything similar to that
after that i copied it back to system/priv-app, set the permissions, reboot and nothing changed
i also make a flashable zip and flashed it via twrp and still, nothing happened
See if you can find something useful here https://r.tapatalk.com/shareLink?ur...share_tid=2929816&share_fid=3793&share_type=t
XML 101 - XML Modding Made Easy!
Otherwise without looking at it a can't help and now i don't have time
Good Luck!
Sent from my XPERIA M2
I posted my prob on android n-ify's thread and they fixed the module but thank you btw

[Good Lock][Patched][Works in all regions]

Download "Good Lock" Modules
zovsor said:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Got this error when trying to download modules within GoodLock app.
View attachment 4751147
aresbv2000 said:
Got this error when trying to download modules within GoodLock app.
View attachment 4751147
Click to expand...
Click to collapse
https://www.sammobile.com/apk/
Don't work.
musmax said:
Don't work.
Click to expand...
Click to collapse
What does not work
Don't work.
Can't install
Ghaaa!! Why does this not work?
Internet is required
zovsor said:
Download "Good Lock" Modules
Click to expand...
Click to collapse
Can you by any chance update it to the One UI 2.0 edition?
the app is not patched, i'm from Argentina, installed fine and after try install modules it give error is not avaliable, better take out the chip, use any VPN and connect to USA, after that go to Configuration-Apps-Galaxy Store or Samsung Store and delete cache, now back and open Galaxy Store and search for Good Lock, install it + modules, configure your phone and after finished, go back the chip and use your phone, the process is done, is not necessary take out chip, now it will work fine, tested in my S8+ 5 minutes ago, hope this help to anyone, leave some caps of proof, if you check in the left corner VPN Hub running there.

Question How to Remove aladin.apk(fontheme)?

Hello Everyone,
To change my fonts in A52 4G, I downloaded monofonts.zip file and I got 70+ fonts.apk files with #mono_ 1.0.apk and aladin.apk. I installed all the font files but when I install aladin.apk its showing fontheme. After installing this file, It's not showing in app manager and not also in settings->apps. Is it a malware apk or anything else or is it harm my device? How to remove this apk from the system?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thank you!
saadSabit said:
Hello Everyone,
To change my fonts in A52 4G, I downloaded monofonts.zip file and I got 70+ fonts.apk files with #mono_ 1.0.apk and aladin.apk. I installed all the font files but when I install aladin.apk its showing fontheme. After installing this file, It's not showing in app manager and not also in settings->apps. Is it a malware apk or anything else or is it harm my device? How to remove this apk from the system?
Thank you!
Click to expand...
Click to collapse
No idea. Best to use an antivirus app and let it check for malware.
It_ler said:
No idea. Best to use an antivirus app and let it check for malware.
Click to expand...
Click to collapse
Already do a factory data reset. Thank you!
saadSabit said:
How to remove this apk from the system?
Click to expand...
Click to collapse
Next time try to use the ADB AppControl to find and remove app ;-)
I am having a similar issue here,
What to do, I could use some help.
Plss

Categories

Resources