Edit/disable toast frame message of an app - Java for Android App Development

How can I edit or change the toast frame message ?
Its displayed after opening the app.
{
"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"
}

PaulRichter said:
How can I edit or change the toast frame message ?
Its displayed after opening the app.
Click to expand...
Click to collapse
Do you want to remove/edit all the toast or just a specific one? Do you have root?
Sent from my HTC Desire 626s using Tapatalk

droid4life01 said:
Do you want to remove/edit all the toast or just a specific one? Do you have root?
Sent from my HTC Desire 626s using Tapatalk
Click to expand...
Click to collapse
What do you mean a specific one ?
There is only 1 in the screenshot.
I mean the text "Shared by AppZang.com"
I have root.

PaulRichter said:
What do you mean a specific one ?
There is only 1 in the screenshot.
I mean the text "Shared by AppZang.com"
I have root.
Click to expand...
Click to collapse
Sorry for the late reply, been busy lately. I have 3 options for you[emoji1] :
1:
If you have Xposed installed you can try installing XToast(http://forum.xda-developers.com/showthread.php?t=2825156) and using the "Block toast of selected apps" but the problem is that it will stop ALL of that apps toasts(the app you choose).*
2:
Another option is that you might be able to decompress the app file and look through the assets until you find the frame(s) that have that toast and delete them. Once you do that, you can re-compress the app and it shouldn't show it anymore since it won't find the frame that had that specific uri.*
3:
Install UnToaster Xposed(Xposed module)(http://forum.xda-developers.com/showthread.php?t=2624523) . After you install it, you will need 2 things, the apps package name, and what the toast says.
If you need help, choose any method and I can walk you through it.
*Make 2 app backups, 1 for backup, the other your going to work with*
Sent from my HTC Desire 626s using XDA-Developers mobile app

droid4life01 said:
Sorry for the late reply, been busy lately. I have 3 options for you[emoji1] :
1:
If you have Xposed installed you can try installing XToast(http://forum.xda-developers.com/showthread.php?t=2825156) and using the "Block toast of selected apps" but the problem is that it will stop ALL of that apps toasts(the app you choose).*
2:
Another option is that you might be able to decompress the app file and look through the assets until you find the frame(s) that have that toast and delete them. Once you do that, you can re-compress the app and it shouldn't show it anymore since it won't find the frame that had that specific uri.*
3:
Install UnToaster Xposed(Xposed module)(http://forum.xda-developers.com/showthread.php?t=2624523) . After you install it, you will need 2 things, the apps package name, and what the toast says.
If you need help, choose any method and I can walk you through it.
*Make 2 app backups, 1 for backup, the other your going to work with*
Sent from my HTC Desire 626s using XDA-Developers mobile app
Click to expand...
Click to collapse
I dont have xposed nor will I install it to keep my phone stable.
I choose the 2nd method.
Thing is that I cant find the files related to that toast frame message not in assets nor in classes.dex.
Thx btw.

PaulRichter said:
I dont have xposed nor will I install it to keep my phone stable.
I choose the 2nd method.
Thing is that I cant find the files related to that toast frame message not in assets nor in classes.dex.
Thx btw.
Click to expand...
Click to collapse
Have you tried going into the "res" folder and trying to find it within the drawable folders?
What the app might be doing is listening for a specific frame/drawable to be displayed so that it can show the toast at that moment. By deleting it, what your doing is your practically telling the app it doesn't exist(which it won't thereafter lol) and therefore it will no longer show the toast.

droid4life01 said:
Have you tried going into the "res" folder and trying to find it within the drawable folders?
What the app might be doing is listening for a specific frame/drawable to be displayed so that it can show the toast at that moment. By deleting it, what your doing is your practically telling the app it doesn't exist(which it won't thereafter lol) and therefore it will no longer show the toast.
Click to expand...
Click to collapse
I still cant find it.
Btw do you know how to add intro.mp4 to an app ?
Im working on GTA V for android and would like to add the intro video.

PaulRichter said:
I still cant find it.
Btw do you know how to add intro.mp4 to an app ?
Im working on GTA V for android and would like to add the intro video.
Click to expand...
Click to collapse
What folders do you have for the app?
If you have all the app decompiled already you could probably do that by adding the video to through the manifest by specifying an activity and layout with a VideoView as the <category android:name="android.intent.category.LAUNCHER" /> and playing the video as soon as the activity starts. After that you just start the Mainactivity.
These might also help...
http://www.sherif.mobi/2012/06/how-to-play-video-from-resources.html?m=1
http://stackoverflow.com/questions/...s-in-android-from-assets-folder-or-raw-folder
http://stackoverflow.com/questions/11356601/android-how-to-play-video-from-assets

droid4life01 said:
What folders do you have for the app?
If you have all the app decompiled already you could probably do that by adding the video to through the manifest by specifying an activity and layout with a VideoView as the <category android:name="android.intent.category.LAUNCHER" /> and playing the video as soon as the activity starts. After that you just start the Mainactivity.
These might also help...
http://www.sherif.mobi/2012/06/how-to-play-video-from-resources.html?m=1
http://stackoverflow.com/questions/...s-in-android-from-assets-folder-or-raw-folder
http://stackoverflow.com/questions/11356601/android-how-to-play-video-from-assets
Click to expand...
Click to collapse
Im gonna try that and thank you once again for helping me about the toast message I will just use an apk without that.

Related

[GUIDE]Notification Power Widgets

I'm tired to see a lot of posts such as: "Does this have notification power widgets ? " , " Will you include them in the next release?" , "Why don't you have a toggle for this and that ?".
You can get them easily:
Get the latest KANG from here
After flashing it, download this apk, copy it into system/app, change permissions with a root explorer, or whatever you want, reboot and enjoy !
Please stop spamming the dev threads, it's annoying for a developer to read the same requests over and over again.
L.E: I forgot to mention that with the apk, you can customize your power widgets to suit your needs.
Reserved
Sent from my Nexus S 4G using XDA App. Developer of brickROM, and OP of XDA Thread of The Year 2011.
Is this a guide? It's just a link to download a CM KANG
What if I don't want to use CM but want to have the notification power widgets?
suksit said:
Is this a guide? It's just a link to download a CM KANG
What if I don't want to use CM but want to have the notification power widgets?
Click to expand...
Click to collapse
He obviously doesn't support that
.
Sent from my Nexus S 4G using XDA App. Developer of brickROM, and OP of XDA Thread of The Year 2011.
A Kang + CM settings apk = customizable power widgets.
Why do you want every rom to become a CM rom ? You already have one, a very good one if you ask me.
Sent from my Nexus S using xda premium
So the logic here is "Every ROM with notification widgets will become a CM ROM" That's a little bit strange, isn't it?
Sent from my Nexus S using xda premium
Thanks... I just get the same feeling as using older CM7 now with that...
it didnt work for me... i copied it ti /system/app and set the permissions (all boxes checked) rebooted and nothing changeddd......
thegtfusion said:
it didnt work for me... i copied it ti /system/app and set the permissions (all boxes checked) rebooted and nothing changeddd......
Click to expand...
Click to collapse
I guess you need to open the CM Settings and enable the notification widgets there.
suksit said:
I guess you need to open the CM Settings and enable the notification widgets there.
Click to expand...
Click to collapse
I cant see the cm settings anywhere.. i was on the kang from today
Sent from my Nexus S using xda premium
thegtfusion said:
I cant see the cm settings anywhere.. i was on the kang from today
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
If you successfully install the apk, you will see CM Setting in apps drawer. Did you see apps updating dialog after your first reboot.
Sent from my Nexus S using Tapatalk
I can't get this to install for the life of me. I've tried several different things including checking all the permission boxes on the CM Settings APK before rebooting..
There's no need to install CMSettings.apk in system.. Just open then file in a file manager and choose Install.
If I open it in a file manager it says Application Not installed. If I open it in Rot Explorer it tells me that there is a problem parsing the package.
stir fry a lot said:
If I open it in a file manager it says Application Not installed. If I open it in Rot Explorer it tells me that there is a problem parsing the package.
Click to expand...
Click to collapse
check your PM
Thanks Fusion. I'm used to seeing a pop-up like on the other forums I frequent when I get a PM.
Here's the message in case anyone else gets stuck.
Just move the apk to /system/app and the permissions should me first column check all boxes and second column only first box. Then reboot and fix permissions
Click to expand...
Click to collapse
{
"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"
}
Inviato dal mio Nexus S usando Tapatalk
You know, as much as I was hoping stock ICS would have toggles in the note drawer, putting the settings button in there and having the most common toggles right at the top has been more than sufficient, and saved a bit of screen real estate in the actual note drawer. That and the music controls. I actually don't think this thing is necessary anymore.

APK Easy Manager v1.0 - Apk Editing made easy! [Only for Windows]

This is basically like APK Manager but made simpler, it is made for modders who wants to edit multiple apks at once and built them at once!
It includes two builders and two decompilers for full compatibility of APK's whether from ICS and Gingerbread.
Download: APK Easy Manager v1.0
Features:
Graphical User Interface
Lighter Size
More Organized
APK's that's needed to be decompiled can be placed anywhere
Supports Drag and Drop
Decompile and Build Multiple APK's at once!
Supports Both ICS and Gingerbread APK's
Built for no0bs and novice modders
Works on all Windows Platform which Supports net framework 2.0
To Do list:
Add the option to have parallel decompiling and building!
Improve GUI
Add an application icon
Known Bugs:
Can't be maximized properly
Requirements:
Java (JRE will do)
.Net Framework 2.0
only
Screenshots:
{
"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"
}
TIP: Even though the box says Drop ______ Here, you can just drop it in the listbox
Thank you for your work....
just a question does it do all signing, compressing process at its own???
krish_nank said:
Thank you for your work....
Click to expand...
Click to collapse
your welcome, it's really intended for personal use only but I decided to share it with you guys since there were too many things to click and press on the normal apk manager...and btw the app was made less than a day xD
hi trettet thanks for the toold downloading now guna give it ago thanks
So can't wait to finish work looks like it make things easyer
Sent from my MT15i using Tapatalk
How about the framework-res.apk in /bins?
Should they stay or be replaced with ones from my phone?
signing??
Sent from my LT18i
wintel_mac said:
How about the framework-res.apk in /bins?
Should they stay or be replaced with ones from my phone?
Click to expand...
Click to collapse
it depends...if your apk won't decompile and build properly even using both Decompilers and Builders, replace the framework-apk's from your phone...
rashid.fairus said:
signing??
Sent from my LT18i
Click to expand...
Click to collapse
will add that on the next version...
Can I get the code of an apk, somehow? Or will this application just allow me to modify resources of apk?
thankyou, it's helped
nice work....
no offence but i cnt get it to work well ever....i get d apk decompiled properly most of time ut compilation never works for me....either der is an error or d modd isnt actually applied...
by d way i knw how to use apktool n apkmanager ut wanted to give dis a try
Sent from my GT-I9100G using XDA
tnx
Tnx a lot , for me it is a good app
Superb Tool
hi,trettet thanks for sharing this wonderful tool..
IMHO this is by far the easiest tool to decompile & compile apk
It would be handy if you can implement the following features also:
*Batch Sign
*Batch Zip-align
*Batch Install Apk
*Batch Rename
By implementing these features,this would an complete tool dealing anything related to apk..."One tool to rule them all"
Here is an icon for the tool which i have created..
View attachment 998369
Can get it to decompile easily but when i try compiling it back cmd stars saying "smaling" for a second then it exits nothing else happens!
181charan said:
Can get it to decompile easily but when i try compiling it back cmd stars saying "smaling" for a second then it exits nothing else happens!
Click to expand...
Click to collapse
Has anybody actually been able to get this to work? I get the same thing... It says "smaling," then runs a few more lines of script, but exits so quickly that I can't even read any of it.
---------- Post added at 11:01 PM ---------- Previous post was at 10:56 PM ----------
trettet said:
it depends...if your apk won't decompile and build properly even using both Decompilers and Builders, replace the framework-apk's from your phone...
Click to expand...
Click to collapse
What exactly do you mean "replace the framework-apk's from your phone?" I am not finding anything on my phone with a name like this...
I'm just getting into developing
ggoodman1022 said:
Has anybody actually been able to get this to work? I get the same thing... It says "smaling," then runs a few more lines of script, but exits so quickly that I can't even read any of it.
---------- Post added at 11:01 PM ---------- Previous post was at 10:56 PM ----------
What exactly do you mean "replace the framework-apk's from your phone?" I am not finding anything on my phone with a name like this...
I'm just getting into developing
Click to expand...
Click to collapse
System/framework/framework-res.apk
Sent from my Galaxy Nexus using Tapatalk 2
HumanXv2 said:
System/framework/framework-res.apk
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
So, do I just copy that file, and place it in the same directory for the app that I want it to build?
Basically, what I've done is decompiled an app, edited a few text files within it (I couldn't get edits to stick simply within root browser) and now I want to build the app. The instructions say to just drag & drop the path into the manager and click "Start Building."
But with, or without the framework-res.apk from the phone, it just says "Smaling" for about ten seconds, then runs more script and closes before I can read any of it. But nothing shows up in the result folder...

[MOD] How to see Emoji in the whole system on Galaxy S3

So basically I was trying the methods you can find here on xda, but they didn't work on our GS3 (I'm not the only one who noticed this), then I found out that we have one more tiny little step to make, and that's changing fallback_fonts.xml the file that says which fonts to use when the system fonts are not capable to read the content.
Here we go!
What do you need? Root and Root Explorer
IMPORTANT: Make a backup of the 2 files we are going to replace and also a Nandroid Backup if you want to be sure.
1: download this two files:
DroidSansFallback.ttf https://dl.dropbox.com/u/18807962/DroidSansFallback.ttf
fallback_fonts.xml https://dl.dropbox.com/u/18807962/fallback_fonts.xml
2: place the two files as follows with Root Explorer:
DroidSansFallback.ttf goes to /system/fonts
fallback_fonts.xml goes to /system/etc
You will be asked if you want to replace the two files, of course you will say "Yes dude".
3: Reboot and enjoy
I've tested it in the Twitter app and in Instagram and it works (in Instagram sometimes I can see the emojis in the notifications but then I can't in the pic's comments, don't know why, bue I guess it's an Instagram's app issue)
{
"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"
}
Tested also on KIK, it works :good:
I wish there was a way to integrate emojis to stock keyboard its annoying to switch keyboard / open a separate app just for it :/
Sent from my Samsung Galaxy S3 ♥_♥
Sorry i generally lurk the forums and dont post.
First off this worked for emoji. Spectacular info.
My question is can the unicode fonts be fixed the same way?
I'm still randomly getting those silly little boxes in pal and s8 games
Where on my evo i needed to install 2 other fonts. Inorder to see the unicode writing.
Any ideas?
It should work exactly in the same way, add the two fonts in the fonts' folder and then modify the xml adding the two new fonts in it.
thanks for the help but the fallback_fonts.xml wont download
psmith1539 said:
thanks for the help but the fallback_fonts.xml wont download
Click to expand...
Click to collapse
Right click on the link---> Save as...
I am Legend said:
Right click on the link---> Save as...
Click to expand...
Click to collapse
thank you
Emoji still doesn't fully work
So i replaced the files and rebooted my galaxy but i still can't see messages on twitter the boxes still come up unless i see each message one by one in details and also i can't see emoji's when someone texts me the only time i can see the emoji's is when i type them myself.
Is there any fix for this so i can see the emojis people text me?
works
You definitely need RootExplorer with Mount R/W to replace the files - and they work perfectly...
Thank you...
Now we have to figure out a way to get those Emoj Keys into the Keyboard...
---------- Post added at 01:47 PM ---------- Previous post was at 01:21 PM ----------
Hey... found it...
Search for "Emoji Keyboard" in the Google Playstore.
This Keyboard works perfectly together with your font package pre-intalled.
I can finally use my normal Message app to write and receive Emoji... Nice...
I have to say thank you again...
color emoji possible?
Thanks :good:
eminemkh said:
color emoji possible?
Click to expand...
Click to collapse
Anything is possible with Android . Hopefully someone is already working on this, as this is a small step towards a bigger goal.
I'd like to state that emojis are working on my rooted Galaxy S Froyo. Thank you!!
eminemkh said:
color emoji possible?
Click to expand...
Click to collapse
+1 I have been waiting for this for ages ? its a simple thing.. anyone ?
I am Legend said:
So basically I was trying the methods you can find here on xda, but they didn't work on our GS3 (I'm not the only one who noticed this), then I found out that we have one more tiny little step to make, and that's changing fallback_fonts.xml the file that says which fonts to use when the system fonts are not capable to read the content.
Here we go!
What do you need? Root and Root Explorer
IMPORTANT: Make a backup of the 2 files we are going to replace and also a Nandroid Backup if you want to be sure.
1: download this two files:
DroidSansFallback.ttf https://dl.dropbox.com/u/18807962/DroidSansFallback.ttf
fallback_fonts.xml https://dl.dropbox.com/u/18807962/fallback_fonts.xml
2: place the two files as follows with Root Explorer:
DroidSansFallback.ttf goes to /system/fonts
fallback_fonts.xml goes to /system/etc
You will be asked if you want to replace the two files, of course you will say "Yes dude".
3: Reboot and enjoy
I've tested it in the Twitter app and in Instagram and it works (in Instagram sometimes I can see the emojis in the notifications but then I can't in the pic's comments, don't know why, bue I guess it's an Instagram's app issue)
Click to expand...
Click to collapse
when i first installed this i was able to see it on the PICTURE'S comment but after i updated IG to 3.1.0 im no longer able to see them on the photo comment hmm might try two things....revert IG back to 3.0 [ IF i can find it ] or restore those two files w/ root explorer reboot and then copy the EMOJI files back ] see if that works out.
No need to do so much effort. Just install latest Jelly Bean keyboard pro and Emoji icons from play store. Long press enter key anytime on keyboard and you will find Emoji; can use them in all applications.
I can't download the second file
Sent from my SGH-T999 using Tapatalk 2
sTyLeSz said:
I can't download the second file
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
For the second file for me, instead of downloading file, it's showing the .xml display. So i just copied it and paste/replace it on the original file
Sent from my GT-I9300 using xda premium
Thanks!
Emojis work in everything but texting :/
Is it supposed to? Do I need to uninstall the emoji plug in from Handcent?
Sent from my SPH-L710 using xda app-developers app

[Library]Build.prop Tools

Build.prop Tools is a library that makes it easier for app developers to edit the build.prop file from their applications. I decided to make this library when I needed to edit build.prop from within an app I'm developing and I couldn't find a library to make this simple. So, after I had worked out how to do it and tested the code in my app, I made it into a library, because I think this will help quite a few developers.
Project on GitHub: https://github.com/Tezlastorme/build-prop-tools/
The download link is there on the project page, along with the source.
The methods are all documented, and there are a couple of wiki pages, an FAQ (it's not a very long FAQ :silly: ) and a tutorial.
Bug reporting
Do not report a crash unless you have read the FAQ, and when you do, post a logcat, preferably errors only.
I CAN NOT HELP YOU WITHOUT A LOGCAT.
I hope this helps people
Credits:
Me
@torpedo mohammadi
Working on the next update which will have some more useful methods
I haven't tested this new version, but I would appreciate it if people would test this and tell me whether these new methods work
https://docs.google.com/file/d/0B90a_sKAHkjVZ0FBMUdOMlVPems/edit?usp=sharing
Changelog:
added getPropArray() and getPropAsHash() methods
Really useful and simple library for tweaking phones.Will use it later on and report
I just wrote this in my program and it crashed..
Code:
String device = BuildProp.getProp("ro.product.model");
Not even started coding till now.. Logcat shows error in line 15 which contained the above code.. I am using 1.1 beta
prototype-U said:
I just wrote this in my program and it crashed..
Code:
String device = BuildProp.getProp("ro.product.model");
Not even started coding till now.. Logcat shows error in line 15 which contained the above code.. I am using 1.1 beta
Click to expand...
Click to collapse
1. Logcat please.
2. Is the device rooted?
3. If it was rooted, was it granted root access? And did you add the superuser permission to AndroidManifest.xml?
Tezlastorme said:
1. Logcat please.
2. Is the device rooted?
3. If it was rooted, was it granted root access? And did you add the superuser permission to AndroidManifest.xml?
Click to expand...
Click to collapse
Superuser permission? Never saw anything like that. Can you tell?
Sent from my HTC Desire X using xda app-developers app
prototype-U said:
Superuser permission? Never saw anything like that. Can you tell?
Sent from my HTC Desire X using xda app-developers app
Click to expand...
Click to collapse
Request su permissions:
Code:
Process p = Runtime.getRuntime().exec("su");
xpirt
xpirt said:
Request su permissions:
Code:
Process p = Runtime.getRuntime().exec("su");
xpirt
Click to expand...
Click to collapse
thats for su access and that is not for androidmanifest.. its for your java class file
prototype-U said:
thats for su access and that is not for androidmanifest.. its for your java class file
Click to expand...
Click to collapse
.ACCESS_SUPERUSER?
xpirt
xpirt said:
.ACCESS_SUPERUSER?
xpirt
Click to expand...
Click to collapse
Yeah. You don't need to request su in your app btw. The library does that for you.
______________________________________
[APP][2.3+] SpecCheck - Compare Devices Side By Side
Tezlastorme said:
Yeah. You don't need to request su in your app btw. The library does that for you.
______________________________________
[APP][2.3+] SpecCheck - Compare Devices Side By Side
Click to expand...
Click to collapse
Will try it tomorrow and report
Sent from my HTC Desire X using xda app-developers app
prototype-U said:
Will try it tomorrow and report
Sent from my HTC Desire X using xda app-developers app
Click to expand...
Click to collapse
How'd it go?
Hi.
I've got a question :
Is it possible to access Build.prop without accessing root using this library ?
For example ro.build.model or ...
Thank you.
torpedo mohammadi said:
Hi.
I've got a question :
Is it possible to access Build.prop without accessing root using this library ?
For example ro.build.model or ...
Thank you.
Click to expand...
Click to collapse
Currently, no. Before the release, in the prototypes you could, but it was really buggy and would do things like deleting build.prop or making it empty or unable to open. I have no idea why. I made it so it copies the file to sdcard then reads it and that works fine. Maybe I could see about doing that without root. I might experiment more some time but I've been busy with school and other things lately.
Sent from my Wildfire S A510e
App Crash when i want getprop :/
Valounours said:
App Crash when i want getprop :/
Click to expand...
Click to collapse
{
"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"
}
Sent from my Wildfire S A510e
How to obtain Root Access
prototype-U said:
Superuser permission? Never saw anything like that. Can you tell?
Sent from my HTC Desire X using xda app-developers app
Click to expand...
Click to collapse
Using RootTools library (used also from the library) https://code.google.com/p/roottools/
The library require Root Access.
Necessary
Obtain Root Access
Code:
if (RootTools.isAccessGiven()) {// your app has been granted root access
}
Advised
Specify the app uses Root permissions, add this to AndroidManifest.xml
Code:
<uses-permission android:name="android.permission.ACCESS_SUPERUSER" />
Thank you for this new project, I am on it.
Tomorrow I will start working on this again
Sent from my Wildfire S A510e

GRX TouchWiz Mod (For Non-Rooted Phone)

Hello Guys,
Most of them Wanted GRX TouchWiz Mode for Non-Rooted Phones So i have Modded the GRX to work on Galaxy Note-9 SM-N960F and SM-N960U Only (oreo 8.1) (No Root Required)
Installation Guide,
1) Install the TouchWiz.apk and GRXTouchWiz.apk as Normal Installation you do
2) If you have the SABS or Package disabler pro you disable the Samsung Touchwiz.apk (or you if dont have app to disable no issue, just go to settings and make touchwiz home in installed apps section as default Launcher)
3) Then go to settings and give permissions for the TouchWizHome.apk for Phone and storage and go to Advance options and then turn ON apps that can appear on top, and apps that can change system settings.
Thats it, all done
In case If the Installation fails then go to settings/Apps/(press on 3 dot option)/Show system app/Samsung Experience Launcher/(press on 3 dot option)/Uninstall Update/ Then Re-Follow the Installation Guide from 1st
Bugs in GRX TouchWiz mod
In landscape mode the apps text wont come and the widgets wont resize properly
Downloads Apps (attached below)
TouchWiz Home V8
GRX Modding V8
TouchWiz Home For Snapdragon SM-N960U
Special Note For SM-N960U Models
you need to download TouchWiz Snapdragon SM-N960U.apk (Dont download Touchwiz Home.apk as its for Exynos Version Only)
Images
{
"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"
}
Credits to @josete_1976 for creating this apk for rooted devices
and to @RogueList for converting it to Snapdragon Note 9
Thank you bro. ?
Most appreciated my brother.
Does anyone have this working yet?
I get a message when opening (going home, I should say):
Clones are device-locked
This helps to prevent abuse and redistribution of cloned apps
Please use App Cloner to recreate the clone on this target device.....
And more following including my device id and such.
I have actually never seen this message before, But I have also never really messed around with touchwiz before.
Any advice?
You are the man my friend. Many thanks for this exciting mod!
Gesendet von meinem SM-N960F mit Tapatalk
finsmaniac02 said:
Does anyone have this working yet?
I get a message when opening (going home, I should say):
Clones are device-locked
This helps to prevent abuse and redistribution of cloned apps
Please use App Cloner to recreate the clone on this target device.....
And more following including my device id and such.
I have actually never seen this message before, But I have also never really messed around with touchwiz before.
Any advice?
Click to expand...
Click to collapse
I got this very same message. Would love to know what the solution is. Thanks for the mod.
I keep getting the ':Clones are device locked' message. I am using a N960U. Is this an Exynos specific port?
Thank you!
Sent from my SM-N960F using Tapatalk
Dreadsta5889 said:
I keep getting the ':Clones are device locked' message. I am using a N960U. Is this an Exynos specific port?
Click to expand...
Click to collapse
yes
The alert the icons does not erase
andygolf said:
The alert the icons does not erase
Click to expand...
Click to collapse
What is the error you are getting I am unable to understand
View attachment 4606071
I mean the warning bubbles in the icons.
Do not delete the alert
andygolf said:
View attachment 4606071
I mean the warning bubbles in the icons.
Do not delete the alert
Click to expand...
Click to collapse
its a bug in v8 officially but you press on the app and press the hide badge option (3d touch option of app)
Amit.A said:
yes
Click to expand...
Click to collapse
Serious? This is Exynos only? - what is different about touchwiz between the 2? I would seriously consider going back to touchwiz with this.
Whenever I see my wife using her stock S8, I honestly am somewhat jealous of how fluid it looks....
Thank you! Perfect!
Is there any possibility of a Snapdragon port?
Dreadsta5889 said:
Is there any possibility of a Snapdragon port?
Click to expand...
Click to collapse
Sorry! i dont have Snapdragon device to test, Cant help.
Thanks for this. One thing I like is that it would allow increasing grid size, but curious if there are other features? Also, to revert back to Samsung Experience if needed, do we just choose it as default Home again, and uninstall?
sherpa25 said:
Thanks for this. One thing I like is that it would allow increasing grid size, but curious if there are other features? Also, to revert back to Samsung Experience if needed, do we just choose it as default Home again, and uninstall?
Click to expand...
Click to collapse
you can uninstall this if you dont want, (there are more features like the icons go edge below the navigation bar much more explore in the GRX mode settings apk for more customisation
Amit.A said:
you can uninstall this if you dont want, (there are more features like the icons go edge below the navigation bar much more explore in the GRX mode settings apk for more customisation
Click to expand...
Click to collapse
Thanks. Trying it now.
Is there a way to eliminate that 'zero page' from opening, what is it? Keeps opening as the settings crashes every now and then.
Also, is there a way to remove Dock Icon texts?
Thanks.

Categories

Resources