[MOD] ENABLE SPELL CHECK - MJ7 and MJE UPDATE - Verizon Galaxy Note 3 Android Development

This mod adds spell check back into Touchwiz roms.
YOU MUST BE ROOTED AND HAVE SAFESTRAP
There are two versions. A light and a dark version of the settings menu.
Both files are flashable in safestrap
You will need Google Keyboard installed. Using it is not necessary, it just contains the necessary sell correction files.
DARK SETTINGS MENU MJ7 - https://dl.dropboxusercontent.com/u/13601185/enable_spell_check_black.zip
LIGHT SETTINGS MENU MJ7- https://dl.dropboxusercontent.com/u/13601185/enable_spell_check_white.zip
DARK SETTINGS MENU MJE- https://dl.dropboxusercontent.com/u/13601185/enable_spell_check_dark_MJE.zip
LIGHT SETTINGS MENU MJE- https://dl.dropboxusercontent.com/u/13601185/enable_spell_check_white_MJE.zip
{
"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"
}

Nice
Sent from my SM-N900V using XDA Premium 4 mobile app

Thanks I was missing that feature very much from my S3 running CM10.2

Thank you, the sammy keyboard saves every misspelled word.

Is there anyway to do this on a stock rooted phone?
Sent from my rooted SM-900V using Tapatalk.

emsrider said:
Is there anyway to do this on a stock rooted phone?
Sent from my rooted SM-900V using Tapatalk.
Click to expand...
Click to collapse
this will work on stock

steps
racinwarrior said:
This mod adds spell check back into Touchwiz roms.
There are two versions. A light and a dark version of the settings menu.
Both files are flashable in safestrap
You will need Google Keyboard installed. Using it is not necessary, it just contains the necessary sell correction files.
DARK SETTINGS MENU - https://dl.dropboxusercontent.com/u/13601185/enable_spell_check_black.zip
LIGHT SETTINGS MENU - https://dl.dropboxusercontent.com/u/13601185/enable_spell_check_white.zip
Click to expand...
Click to collapse
Thank you so much I have been searching for this since two weeks now for my note 3
I am new at this and I was wondering if you provide me with step by step of how to install this mod? Does my phone needs to be rooted?
My phone is not rooted and its the Canadian version sm-n900w8

Please help me find an answer
Please help me find an answer to my question.
What are the steps to apply this mod? My phone is not rooted and its the Canadian version
SM-N900W8.

TO EDIT YOUR OWN FILES:
You need to decompile Secsettings.apk & framework2.jar.
In SecSettings, open the file "res\xml\language_settings.xml" and look for:
Code:
<PreferenceScreen android:title="@string/phone_language" android:key="phone_language" android:fragment="com.android.settings.LocalePicker" />
add new line and paste the following:
Code:
<com.android.settings.inputmethod.SpellCheckersPreference android:title="@string/spellcheckers_settings_title" android:key="spellcheckers_settings" />
In framework2.jar, open the file "smali\android\widget\TextView.smali" and look for:
Code:
.method public isSuggestionsEnabled()Z
.locals 1
const/4 v0, 0x0
return v0
.end method
Change the highlighted to:
Code:
.method public isSuggestionsEnabled()Z
.locals 1
const/4 v0, 0x1
return v0
.end method

gilbertgk said:
Please help me find an answer to my question.
What are the steps to apply this mod? My phone is not rooted and its the Canadian version
SM-N900W8.
Click to expand...
Click to collapse
if its not rooted you cant apply the mod

racinwarrior said:
if its not rooted you cant apply the mod
Click to expand...
Click to collapse
As per the OP...
racinwarrior said:
YOU MUST BE ROOTED AND HAVE SAFESTRAP
Click to expand...
Click to collapse
Sent from my Nexus 7 using Tapatalk 4
---------- Post added at 07:22 AM ---------- Previous post was at 07:21 AM ----------
Any chance of updating this to MJE?
Sent from my Nexus 7 using Tapatalk 4

YankInDaSouth said:
As per the OP...
Sent from my Nexus 7 using Tapatalk 4
---------- Post added at 07:22 AM ---------- Previous post was at 07:21 AM ----------
Any chance of updating this to MJE?
Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
Yes definitely.

Is there a way to disable this??

Thanks for the update!
Note 3 .... that is all!!

P2o8wer said:
Is there a way to disable this??
Click to expand...
Click to collapse
yes, under language and input uncheck spelling correction

Note 3 Canadian version
racinwarrior said:
yes, under language and input uncheck spelling correction
Click to expand...
Click to collapse
My phone is not rooted: Can I edit those two files and still have this feature. I don't want to root the device until it is updated to Kitkat.
Also what would be the step after updating those two files. Just replace them on my device and reboot???
Which one do you prefer to edit apk files > multi tool apk or apk tool or ..?? or can I simply follow the steps in the below link
http://forum.xda-developers.com/showthread.php?t=2058850
please let me know. Thank you

gilbertgk said:
Please help me find an answer to my question.
What are the steps to apply this mod? My phone is not rooted and its the Canadian version
SM-N900W8.
Click to expand...
Click to collapse
As stated multiple times... You must be rooted. Kind of like how you must be female to conceive a child.
It's simple.
You must be rooted just like you must be female to conceive children.
Sent from my SM-N900V using xda app-developers app
---------- Post added at 09:39 AM ---------- Previous post was at 09:36 AM ----------
My question is does this work with the SwiftKey keyboard?
Sent from my SM-N900V using xda app-developers app

cowboyaryk said:
As stated multiple times... You must be rooted. Kind of like how you must be female to conceive a child.
It's simple.
You must be rooted just like you must be female to conceive children.
Sent from my SM-N900V using xda app-developers app
---------- Post added at 09:39 AM ---------- Previous post was at 09:36 AM ----------
My question is does this work with the SwiftKey keyboard?
Sent from my SM-N900V using xda app-developers app
Click to expand...
Click to collapse
Yes I get that. that's why I am choosing the modify the files instead of applying the mod. Modifying my own files does not require rooting correct?

gilbertgk said:
Yes I get that. that's why I am choosing the modify the files instead of applying the mod. Modifying my own files does not require rooting correct?
Click to expand...
Click to collapse
You need write access to the system partition in order to modify any system files.....aka root

racinwarrior said:
You need write access to the system partition in order to modify any system files.....aka root
Click to expand...
Click to collapse
I have never used SAFESTRAP before. would it be possible to send step by step of how to apply safestrap and root my note 3. Knowing that my note 3 is Canadian version. Another question > if I apply this root will it impact the kitkat update when it gets pushed out from Samsung?

Related

[Theme] AOSP ROMOW (Rom Deodexed)

This theme was created by MOWMO over at the international note 2 thread he gave me his blessing for me 2 post and share wit you guys. Im on MacksRom 3.5.1 and have this theme install wit no problem havent tried it on any other rom so backup n give it a try and let us know how it goes on the rom of your choice.
http://forum.xda-developers.com/showthread.php?p=34797190#post34797190 <----original thread
{
"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"
}
Framework-res changed
SecMms modified
SecEmail modified
MultiWindows modified
SecSetting modified
SecCalendar
SecBrowser
Samsung IME
Music Player
SamsungCamera modified
SecContacts modified
SecPhone modified
SecGallery modified
VideoPlayer modified
More ...
http://sourceforge.net/projects/themeforromowgs/files/Theme%20V3%20Note2.zip/download
Very nice, great work ..thanx for bringing this to the note. .
Sent from my SPH-L900 using xda premium
I tried this on Mack's ROM and some portions of the ROM did not get themed. I'm using twrp (latest). I'm not sure what I'm doing wrong...
Sent from my SPH-L900 using xda premium
LuCkyCn said:
I tried this on Mack's ROM and some portions of the ROM did not get themed. I'm using twrp (latest). I'm not sure what I'm doing wrong...
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
which part
The top portion of the rom
Edit: notification part.
Sent from my SPH-L900 using xda premium
joselb said:
which part
Click to expand...
Click to collapse
i have the same issue i install on the same rom 3.5.1 and i try two times but nothing change are you sure are you using mack 3.5.1
---------- Post added at 09:50 PM ---------- Previous post was at 09:46 PM ----------
joselb said:
This theme was created by MOWMO over at the international note 2 thread he gave me his blessing for me 2 post and share wit you guys. Im on MacksRom 3.5.1 and have this theme install wit no problem havent tried it on any other rom so backup n give it a try and let us know how it goes on the rom of your choice.
http://forum.xda-developers.com/showthread.php?p=34797190#post34797190 <----original thread
Framework-res changed
SecMms modified
SecEmail modified
MultiWindows modified
SecSetting modified
SecCalendar
SecBrowser
Samsung IME
Music Player
SamsungCamera modified
SecContacts modified
SecPhone modified
SecGallery modified
VideoPlayer modified
More ...
http://sourceforge.net/projects/themeforromowgs/files/Theme%20V3%20Note2.zip/download
Click to expand...
Click to collapse
yeah is really nice but i'm wondering if you use the same systemUI apk the one it come with the rom because i is not working on my
kasey348 said:
i have the same issue i install on the same rom 3.5.1 and i try two times but nothing change are you sure are you using mack 3.5.1
---------- Post added at 09:50 PM ---------- Previous post was at 09:46 PM ----------
yeah is really nice but i'm wondering if you use the same systemUI apk the one it come with the rom because i is not working on my
Click to expand...
Click to collapse
Yea i am on mack 3.5.1 and the latest twrp and it install fined i freshed install rom and theme and had no problem. im not the creator of the theme im just sharing MOWMO work
joselb said:
Yea i am on mack 3.5.1 and the latest twrp and it install fined i freshed install rom and theme and had no problem. im not the creator of the theme im just sharing MOWMO work
Click to expand...
Click to collapse
this is what i get changing the systemUI so far is only one thing that i need let me should you as you can see in the task bar but i did some changes
kasey348 said:
this is what i get changing the systemUI so far is only one thing that i need let me should you as you can see in the task bar but i did some changes
Click to expand...
Click to collapse
go here http://forum.xda-developers.com/showthread.php?p=34797190#post34797190 at the bottom of the first post he has some files for the system ui. make a back up first cuz i havent tried them out yet
joselb said:
This theme was created by MOWMO over at the international note 2 thread he gave me his blessing for me 2 post and share wit you guys. Im on MacksRom 3.5.1 and have this theme install wit no problem havent tried it on any other rom so backup n give it a try and let us know how it goes on the rom of your choice.
http://forum.xda-developers.com/showthread.php?p=34797190#post34797190 <----original thread
Framework-res changed
SecMms modified
SecEmail modified
MultiWindows modified
SecSetting modified
SecCalendar
SecBrowser
Samsung IME
Music Player
SamsungCamera modified
SecContacts modified
SecPhone modified
SecGallery modified
VideoPlayer modified
More ...
http://sourceforge.net/projects/themeforromowgs/files/Theme V3 Note2.zip/download
Click to expand...
Click to collapse
If I flash this woth balas 240dpi mod will it remove it?
Sent from my SPH-L900 using Tapatalk 2
vwgti18 said:
If I flash this woth balas 240dpi mod will it remove it?
Sent from my SPH-L900 using Tapatalk 2
Click to expand...
Click to collapse
I dont know back up and try and tell us how it works for anybody interested
joselb said:
I dont know back up and try and tell us how it works for anybody interested
Click to expand...
Click to collapse
Ok will do tonight
Sent from my SPH-L900 using Tapatalk 2
Nice. Is there a red version?
Sent from my SPH-L900 using xda premium
flamebeats said:
Nice. Is there a red version?
Sent from my SPH-L900 using xda premium
Click to expand...
Click to collapse
No not to my knowledge but ill ask if one can be created
joselb said:
No not to my knowledge but ill ask if one can be created
Click to expand...
Click to collapse
Great
Sent from my SPH-L900 using xda premium
i have the same issue i install on the same rom 3.5.1 and i try two times but nothing change are you sure are you using mack 3.5.1
sabbirad786 said:
i have the same issue i install on the same rom 3.5.1 and i try two times but nothing change are you sure are you using mack 3.5.1
Click to expand...
Click to collapse
yes i did a fresh install and then i flash them theme the icons will change but if u want the status bar u have to flash a separate file i gave some one the link but i havent tested it cuz i have the grey icons install

[MOD] Device status = "Normal"

Here is a little mod to make your Device status show "Normal" instead of "Modified" under Setting->About device->Status->Device status
I found a post digiblur made (link), that shows you how to do this for the Note 2 so I deviced to try it on the S3. His mod require 3 edits but in the Sprint S3 (MB1) only required 1 edit. After hours and hours of testing trial and error, here it goes
Decompile SecSettings.apk and goto
Edit SecSettings/smali/com/android/settings/devinceinfo/Status.smali and modify the following
.
Code:
method private changeSysScopeStatus()V
.locals 7
const-wide/16 v3, 0x3e8
const v6, 0x7f09012[B][U][COLOR="Red"]a[/COLOR][/U][/B]----> change to -----> const v6, 0x7f09012[B][U][COLOR="red"]9[/COLOR][/U][/B]
const/4 v5, -0x1
const-string v0, "sysscope_status"
compile and push or flash and reboot. After reboot is will show you scanning for a few minutes but then change to "Normal":laugh:
Changing the last code in 0x7f09012a with the following will result in
0 - Select Activity
1 - Debug intent sender
2 and 5 - Device Info
3 - Battery Info
4 - Screen
6 - SD Card
7 - Proxy Setting
8 - Device status
9 - Normal - :good:
I am not responsible for anything that happens to your phone. Always backup and try and enjoy at your own risk.
First!
Very nice find.
Second... lol
Sent from my bad ass rooted S3.
Will this change system status in download/odin mode to normal as well?
Nvm. Just read in the OP that this is cosmetic.
Thanks for the work!
Another much needed mod. Thanks
Adding this to the mods section of the FAQ :thumbup::thumbup::thumbup:
SPRINT GS3 FAQ
Thank you for making this a possibility for GS3!
{
"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"
}
This is cool, if only I understood how to do this. Hopefully devs can implement this in new ROM updates. Edit: rompnit already has it in his ROM update, awesome, thanks.
Can u make a flashable zip?
Sent from my SPH-L710 using xda app-developers app
jorv976 said:
Can u make a flashable zip?
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Go to the people's Rom thread he just posted a flashable there... I will post a mirror when I'm done downloading it...
SPRINT GS3 FAQ
---------- Post added at 07:34 PM ---------- Previous post was at 07:32 PM ----------
Here ya go, flashable for this mod, thank Kennyglass123 not me http://d-h.st/p1P
SPRINT GS3 FAQ
You Da Man Flastnoles 11!
Sent from my SPH-L710 using xda app-developers app
has anyone done this mod and then was able to successfully connect to their samsung Allshare cast wireless hub? would be awesome if I can finally use that $99 paper weight I have sitting around on a ROOTed rom. - Triangle away does not work for me.
EDIT: tried the zip provided by kenny and device now says "normal" however my allshare cast still fails to connect. see screenshot.
flastnoles11 said:
Go to the people's Rom thread he just posted a flashable there... I will post a mirror when I'm done downloading it...
SPRINT GS3 FAQ
---------- Post added at 07:34 PM ---------- Previous post was at 07:32 PM ----------
Here ya go, flashable for this mod, thank Kennyglass123 not me http://d-h.st/p1P
SPRINT GS3 FAQ
Click to expand...
Click to collapse
Actually thank MoMaz! I just did the decompile/edit/compile and made the flashable for TPR. Thanks MoMaz!!!!!
kennyglass123 said:
Actually thank MoMaz! I just did the decompile/edit/compile and made the flashable for TPR. Thanks MoMaz!!!!!
Click to expand...
Click to collapse
Yep, thank him too! Figured that was a given though! Lol
SPRINT GS3 FAQ
flastnoles11 said:
Yep, thank him too! Figured that was a given though! Lol
SPRINT GS3 FAQ
Click to expand...
Click to collapse
You would think that right? But you know I go overboard to thank these amazing devs sifting through smali to find these places to mod. It's crazy in there...numbers and letters everywhere!
What else could this mod be use useful for?.. just trying to educated myself.
DC_MTP said:
What else could this mod be use useful for?.. just trying to educated myself.
Click to expand...
Click to collapse
Say like if you're on a ROM with a stock look it would show up as modified, and if you ever had a problem where you needed to bring it into the Sprint store they *might* not help you if it says that, so mainly used for that I would believe
Anyone else tried this and not able to get into system settings??? Strange, everything else is fine... Maybe I need hookd on foniks~
Edit still can't get into system settings...
Still dicked, lol, time to odin new stuff
Sent from my SPH-L710 using xda app-developers app
jr71x said:
Anyone else tried this and not able to get into system settings??? Strange, everything else is fine... Maybe I need hookd on foniks~
Edit still can't get into system settings...
Still dicked, lol, time to odin new stuff
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Use the zip file n just flash it. It worked for me. Im on Wicked Sensations
http://d-h.st/p1P
Sent from my SPH-L710 using xda app-developers app
Thanx, im on an xplod rom so idk... gonna run the new leak here shortly and will try again then...
Sent from my SPH-L710 using xda app-developers app

[ROM][CM 10.2]Unofficial cm10.2 for Toro

CM10.2 for the Verizon Galaxy Nexus [Unofficial]
{
"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"
}
This is an unofficial CM 10.2 build for the Verizon Galaxy Nexus. This is straight from source and it includes Koushik Dutta's fix for superuser in 4.3. Please be sure to only flash 4.3 Gapps, I have found the 4.2.2 Gapps to be unstable with android 4.3. I have included a link below on where you can find the official 4.3 gapps.
Please make a nandroid backup before flashing!!
Disclaimer:
I am NOT responsible for any loss of data, malfunctions, boot loops, explosions and over all failures of you phone -- FLASH AT YOUR OWN RISK!!
Features:
-Focal
-Voice+
-Smart notifications
-Camera Tile
-Theme Chooser
-T9 Dialer (must be enabled in phone settings)
-and all the other goodies that goes along with CM!
Not working:
-Everything seems to be working now...
Instructions:
- Reboot to recovery
- BACKUP!
- Wipe data
- Flash zip
- Flash 4.3 gapps
- Reboot and enjoy
Superuser:
If you are having issues with root after flashing, download the SU zip below from Chainfire and flash in recovery. For more information, check out his post https://plus.google.com/113517319477420052449/posts/GjbpgDdF6Fq
Downloads:
ROM: https://docs.google.com/file/d/0B9ZBJCrarw3rMUVYNlA2Q21qcWs/edit?usp=sharing (updated 8/14/2013 2:30PM EST)
Official 4.3 gapps: http://goo.im/gapps/gapps-jb-20130813-signed.zip
All credit goes to the Android and CyanogenMod teams as well as BaNkS for the Gapps. Thanks for all the work you guys do! :highfive:
Thanks. Looks great. Been looking for a unofficial cm10.2 for toro
Sent from my Galaxy Nexus using Tapatalk 4 Beta
Neither link is working for me..
syphix said:
Neither link is working for me..
Click to expand...
Click to collapse
Me either
Sent from my Galaxy Nexus using Tapatalk 4 Beta
could u do the huge favor of posting the rom on Google code or something.. can't get it from ur Google drive
edit: the links when posted where shortened using "..." which also broke the links, please fix
Sent from my Galaxy Nexus using Tapatalk 4 Beta
syphix said:
Neither link is working for me..
Click to expand...
Click to collapse
Nor for me
Sent from my Galaxy Nexus using Tapatalk 4 Beta
Does the fix for Titanium Backup (setting the backup location to the legacy folder basically) still apply here or is it just broken either way?
Sent from my AOSP on Toro using xda app-developers app
swordrune10 said:
could u do the huge favor of posting the rom on Google code or something.. can't get it from ur Google drive
edit: the links when posted where shortened using "..." which also broke the links, please fix
Sent from my Galaxy Nexus using Tapatalk 4 Beta
Click to expand...
Click to collapse
Thanks for the heads up. Should be fixed now.
tm24fan8 said:
Does the fix for Titanium Backup (setting the backup location to the legacy folder basically) still apply here or is it just broken either way?
Sent from my AOSP on Toro using xda app-developers app
Click to expand...
Click to collapse
It appears to be broken either way... it has found my backups but when I try to restore, it just hangs there forever.
Downloading now can't wait to try. I've heard a lot of people talk about the titanium backup bug, I've been running the shiny ota-like 4.3 build and haven't had any trouble using titanium backup.
Sent from my Galaxy Nexus using Tapatalk 2
I do NOT have working SU.
I'm wiping all and reflashing to confirm....
For a full functioning titanium install this https://docs.google.com/file/d/0B45qXpVvO0-TdTJXVDd1M254VE0
Sent from my Galaxy Nexus using Tapatalk HD
brncocorey said:
For a full functioning titanium install this https://docs.google.com/file/d/0B45qXpVvO0-TdTJXVDd1M254VE0
Sent from my Galaxy Nexus using Tapatalk HD
Click to expand...
Click to collapse
It is asking for permission to view...
CONFIRMED: on a fresh install, I do NOT have root.
syphix said:
CONFIRMED: on a fresh install, I do NOT have root.
Click to expand...
Click to collapse
How are you testing this? Are you being prompted at all for root or is it automatically denying root? Root does work differently in 4.3 then it has worked in the past so some rooted apps may act differently as well. The real question is are you getting prompted for root access when you open these apps and do you have a root shell in ADB?
ccb1208 said:
How are you testing this? Are you being prompted at all for root or is it automatically denying root? Root does work differently in 4.3 then it has worked in the past so some rooted apps may act differently as well. The real question is are you getting prompted for root access when you open these apps and do you have a root shell in ADB?
Click to expand...
Click to collapse
Well, then perhaps TricksterMod needs updating. It reports that the phone is not rooted, and then closes.
And that goes for Fast Charge (a toggle app), too. What root apps are confirmed to be WORKING?
ccb1208 said:
It is asking for permission to view...
Click to expand...
Click to collapse
Same here
sent from the DOG pound
cujo6801 said:
Same here
sent from the DOG pound
Click to expand...
Click to collapse
try this: https://docs.google.com/file/d/0B45qXpVvO0-TdTJXVDd1M254VE0/edit?usp=sharing
---------- Post added at 10:40 AM ---------- Previous post was at 10:33 AM ----------
flash this in recovery and you will get root https://docs.google.com/file/d/0B45qXpVvO0-TY2dLVUJpWU1feTQ/edit?usp=sharing
syphix said:
I do NOT have working SU.
I'm wiping all and reflashing to confirm....
Click to expand...
Click to collapse
brncocorey said:
try this: https://docs.google.com/file/d/0B45qXpVvO0-TdTJXVDd1M254VE0/edit?usp=sharing
---------- Post added at 10:40 AM ---------- Previous post was at 10:33 AM ----------
flash this in recovery and you will get root https://docs.google.com/file/d/0B45qXpVvO0-TY2dLVUJpWU1feTQ/edit?usp=sharing
Click to expand...
Click to collapse
Claims that I don't have root.
EDIT: Just saw your edit...flashing SuperSU...
syphix said:
Well, then perhaps TricksterMod needs updating. It reports that the phone is not rooted, and then closes.
And that goes for Fast Charge (a toggle app), too. What root apps are confirmed to be WORKING?
Click to expand...
Click to collapse
Interesting... I just downloaded trickster and I did get a root prompt. Check your settings under "superuser" and see if it is allowed for apps. Also, did you download any third party SU app?
I am currently compiling a new rom now to see if that might help you...

Face Unlock - WORKING

Has face unlock been disabled on the Note 3? It is not under the Lock Screen options.
I didn't see it either.
Yup it's gone
Sent from my SM-N900T using Tapatalk 4
It was terrible. I'm glad
Sent from my LG-P769 using xda app-developers app
Weird they took it out. Worked really well on my Note 2
We might soon be able to install Face Unlock, OP in the International Note 3 forum posted he has it installed and will be posting files soon.
http://forum.xda-developers.com/showthread.php?t=2496343
I was able to get face unlock working, I downloaded gapps-jb-20130813 and extracted the face unlock files. I then used Root Explorer to move the files to the correct directories. I rebooted and I was able to successfully configure Face Unlock.
I am getting an error uploading the zip file.
Here are the files I used to get Face Unlock working. Put FaceLock.apk under /system/app, make sure it has the correction permissions. The other files need to be put under /system in their respective sub-directories.
View attachment FaceLock.apk
View attachment addon.d.rar
View attachment lib.rar
View attachment vendor.zip
stevetrooper said:
Here are the files I used to get Face Unlock working. Put FaceLock.apk under /system/app, make sure it has the correction permissions. The other files need to be put under /system in their respective sub-directories.
View attachment 2364530
View attachment 2364534
View attachment 2364539
View attachment 2364542
Click to expand...
Click to collapse
And... What might the "respective sub-directories" be?
Ker~Man said:
And... What might the "respective sub-directories" be?
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"
}
Put FaceLock.apk under /system/app
Put directory and file from addon.d.rar under /system.
Put the file in lib.rar under /system/lib
Put the files/directories from vendor.zip under /system/vendor
Reboot and you should then be able to setup Face Unlock under Device -> Lock Screen.
If anyone knows how to make all these files into an installable apk or flashable in recovery, please let me know.
stevetrooper said:
View attachment 2364953
Put FaceLock.apk under /system/app
Put directory and file from addon.d.rar under /system.
Put the file in lib.rar under /system/lib
Put the files/directories from vendor.zip under /system/vendor
Reboot and you should then be able to setup Face Unlock under Device -> Lock Screen.
If anyone knows how to make all these files into an installable apk or flashable in recovery, please let me know.
Click to expand...
Click to collapse
I assume this is only for rooted phones?
Sent from my SM-N900T using XDA Premium 4 mobile app
stevetrooper said:
View attachment 2364953
Put FaceLock.apk under /system/app
Put directory and file from addon.d.rar under /system.
Put the file in lib.rar under /system/lib
Put the files/directories from vendor.zip under /system/vendor
Reboot and you should then be able to setup Face Unlock under Device -> Lock Screen.
If anyone knows how to make all these files into an installable apk or flashable in recovery, please let me know.
Click to expand...
Click to collapse
I'll make a flashable zip real quick...
That way u can create a quick thread under themes and apps for it...
---------- Post added at 01:22 AM ---------- Previous post was at 01:14 AM ----------
jhobert said:
I assume this is only for rooted phones?
Sent from my SM-N900T using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes it is... only rooted phones can change what's in the system partition.... OR, at least have TWRP as your recovery instead of Samsung's recovery. It doesn't take root to use FaceLock, so technically it's not required, but a custom recovery like CWM or TWRP is required...
EDIT: If you want to add the files manually, root is required...
---------- Post added at 01:25 AM ---------- Previous post was at 01:22 AM ----------
Here's a flashable FaceLock zip package....
A custom recovery is needed to flash this!
FaceLock.zip
itsmikeramsay said:
I'll make a flashable zip real quick...
That way u can create a quick thread under themes and apps for it...
---------- Post added at 01:22 AM ---------- Previous post was at 01:14 AM ----------
Yes it is... only rooted phones can change what's in the system partition.... OR, at least have TWRP as your recovery instead of Samsung's recovery. It doesn't take root to use FaceLock, so technically it's not required, but a custom recovery like CWM or TWRP is required...
EDIT: If you want to add the files manually, root is required...
---------- Post added at 01:25 AM ---------- Previous post was at 01:22 AM ----------
Here's a flashable FaceLock zip package....
A custom recovery is needed to flash this!
FaceLock.zip
Click to expand...
Click to collapse
Tried to flash the .zip file in Recovery Mode on a Verizon version, rebooted, and didn't have any luck. Was there any reason this should be TMo specific? Seems like it's an OS modification more than a carrier specific one,...
Update: FYI, I ended up manually moving the files to the previously cited folders on a Verizon version and got it to work. Not sure why I wasn't able to get the .zip file method working, but excited to have this option to access my phone!
nimitch said:
Tried to flash the .zip file in Recovery Mode on a Verizon version, rebooted, and didn't have any luck. Was there any reason this should be TMo specific? Seems like it's an OS modification more than a carrier specific one,...
Update: FYI, I ended up manually moving the files to the previously cited folders on a Verizon version and got it to work. Not sure why I wasn't able to get the .zip file method working, but excited to have this option to access my phone!
Click to expand...
Click to collapse
I flashed the zip using safestrap... And it worked for me on my Vzw note 3. I cleared cache before rebooting and it works perfectly.
gramsey1911 said:
I flashed the zip using safestrap... And it worked for me on my Vzw note 3. I cleared cache before rebooting and it works perfectly.
Click to expand...
Click to collapse
Weird. Well I'm glad that it worked for you. I'm just happy to have gotten it to work on my phone regardless of the manual or. Zip method.
Working on my end
Sent from my SM-N900T using Xparent Pink Tapatalk 2
Works great on my end and for those who don't have safe strap yet. Flash Gordon works fine!
Sent from my SM-N900V using xda app-developers app
Crsdr37 said:
Works great on my end and for those who don't have safe strap yet. Flash Gordon works fine!
Sent from my SM-N900V using xda app-developers app
Click to expand...
Click to collapse
Flash Gordon? Sounds like a super hero from some comic book!
Manual moving files doesn't work
Doesn't work for me. I used Root Explorer to move the files. The option is there but it force closes just as I'm about to capture my face shot. Any suggestions? Thanks!
EDIT: Works now! I'd put dir/files into a subfolder instead of the main folder. All is good. THANKS!!!!!
Sent from my SM-N900 using xda app-developers app
---------- Post added at 10:05 PM ---------- Previous post was at 09:42 PM ----------
stevetrooper said:
Has face unlock been disabled on the Note 3? It is not under the Lock Screen options.
Click to expand...
Click to collapse

FBMOD + device owner pic (w.i.p)

just got this working on stock nexus 7 flo "2013" device 4.4.4 only thing is the profile pic force closes cause i cannot disable sig check or sign the settings apps, so i had to mod a few TW files cause the compiler was spitting some errors that it couldnt find this resource or that. no biggie i renamed a few files and it worked again.
YOU MUST DISABLE SIGNATURE CHECK BEFORE INSTALLING THIS OR ELSE YOU WILL END UP IN BOOT LOOPS it is included in this zip. if you dont boot up then flash the sig check disabler in the second post. NOTE, as you disable this you are at high security risk. and you benefit from a lot of other things as well
fully fixed and working. must disable signature check in order for it to work. "link in the second post"
okay now thats outta the way. here is a simple mod for system ui and settings just flash in recovery you know the rules.
back up your rom.
flash my zip
reboot
enjoy ???? maybe
FLASH THIS IN 4.4.4 stock deodex rom only. it may work for others but will not guarantee you anyhting
______________________
download link
______________________
FBMOD+device owner
version 3
fixed and signed settings.apk profile pic should now be working
version 2
fixed device info
version 1, beta is over
initiation realease
------------------
change log
------------------
first release
beta 2
fixed info for nexus 7 device owners
____________
known bugs
____________
have to change profile picture upon every reboot.
this is from the original makers code not mine
credts
K_tech mods
my wife. my son
bootmgr. for the help he gave me about sig checks
{
"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"
}
Tips and tricks.
Full display of system ui.
Go under your build prop and change LCD to 350 - 340 any higher will cause bootloop.
disable signature. "this has been fixed and updated"
sigcheck disable
Sent from my Nexus 7 using XDA Free mobile app
exgenmeikoj said:
Tips and tricks.
Full display of system ui.
Go under your build prop and change LCD to 350 - 340 any higher will cause bootloop.
disable signature. "this has been fixed and updated"
sigcheck disable
Sent from my Nexus 7 using XDA Free mobile app
Click to expand...
Click to collapse
sorry sir, can i use this for samsung galaxy core 2 duos with 4.4.2 ( kitkat )
if no, can u build it ? i give u anyway u need. like my systemUI, setting.APK , framework, anything else.
i hope you do, cz i dont understand dc rc well xD
---------- Post added at 08:05 AM ---------- Previous post was at 07:59 AM ----------
and also , the cover is work sir ?
Haris Dj said:
sorry sir, can i use this for samsung galaxy core 2 duos with 4.4.2 ( kitkat )
if no, can u build it ? i give u anyway u need. like my systemUI, setting.APK , framework, anything else.
i hope you do, cz i dont understand dc rc well xD
---------- Post added at 08:05 AM ---------- Previous post was at 07:59 AM ----------
and also , the cover is work sir ?
Click to expand...
Click to collapse
What is it you need do you need signature check disabled or did you want the mod ? The guide is very detailed you can do this in under 20 mins. Have you even tried it ? I will not do it for you but I'll teach you and what you need to do is use apktool first set it up for your ROM and device once you are done come back here and I'll teach you the next step. Also a good command to know is apktool if framework-res.apk
Sent from my SAMSUNG-SGH-I747 using XDA Free mobile app
exactly i need a command and good teacher to teach me well xD
i have a tutor but i dont understand wht first should i do. i have a fb group, thats no more help and slow respon so i cant understand how to dc rc exactly :'(
if you wanna teach me, i would be very thanks
Alright I'll teach you how to port it. But first you will need the following items I am using Windows 7 x64 bit
1,apktool version 2 (anything above 2.0.0 I think its rc3)
2,notepad++ (or your favorite text editor)
3,your ROM that is "deodex"
4,you will need to copy the following items to your computer
1,secsettings.apk
2,systemui.all
3,twframework-res.apk
4,framework-rea.all
(The command to install is apktool if systemui.apk ) do that for each one googl3 apktool setup for more info
Once you have all this you will need all tool set up to use from cmd line go and Google how to set that up. If you already have it then move on to the next step
Step 2, install your frameworks and systemui
If you setted up apktool CD to where your files are I suggest putting them in under c:\projects\mods " you don't have to do this I do it cause I can keep track"
Step 3 download from the fbmod forum in the first post for settings and profile pic
Follow from there what to do if you run into a problem ask me for help where you are stuck at
P.s I am not a teacher nor a good one at that. I just happening to. Know a few things how to get around them I learn from my self what needed to be fix and went out of boundaries to do funky stuff I have a few guides under android forum as well you can take a look at to help you learn
Sent from my SAMSUNG-SGH-I747 using XDA Free mobile app
i will try soon. so busy today cause working thanks anyway bro. do you have line messager ?
Haris Dj said:
i will try soon. so busy today cause working thanks anyway bro. do you have line messager ?
Click to expand...
Click to collapse
No but go ahead and post on here so that other people can see this and know where to start sorta like a starters Guide.
Anyway I just got off work so have fun late
Sent from my SAMSUNG-SGH-I747 using XDA Free mobile app
thx anyway bro, i will use this guide soon. but just find some xda from indonesian OP ( my country ) and exactly that is for my device only. i just flash it and make a little change inside. and awesome.
i will give the SS soon
---------- Post added at 07:58 AM ---------- Previous post was at 07:24 AM ----------
btw bro. can i figure it with my phone ? dc rc with my phone without PC ? did you try ?

Categories

Resources