[Q] How To Know The Password Of Email Accounts - Android Software/Hacking General [Developers Only]

Hi..!!
I want to know the password of the gmail account synchronised on android phones..
I have Physical Access To the Phone...
Or maybe A keylogger to know the password...thanks in advance..

well once a password is set on a phone the password is encrypted and saved in the data portion of the device. there is no way to decrypt it. i dont know if that is what you wanted to know?
Sent from my rooted GameBoy Color

Yup This Is What I wanted To Know..
elzimmer said:
well once a password is set on a phone the password is encrypted and saved in the data portion of the device. there is no way to decrypt it. i dont know if that is what you wanted to know?
Sent from my rooted GameBoy Color
Click to expand...
Click to collapse
But isn't there any way to go to the data portion of the device and decrypt it anyway..??

Jai721 said:
But isn't there any way to go to the data portion of the device and decrypt it anyway..??
Click to expand...
Click to collapse
theres adb and root problem is i dont know how google encrypts it so theres the problem
Sent from my rooted GameBoy Color
---------- Post added at 03:10 PM ---------- Previous post was at 02:52 PM ----------
elzimmer said:
theres adb and root problem is i dont know how google encrypts it so theres the problem
Sent from my rooted GameBoy Color
Click to expand...
Click to collapse
but if you wanna try do this(assuming adb is set up) plug in the phone nd do adb pull /data/system/account.db or dig around and look for it
Sent from my rooted GameBoy Color

Related

How to/Solution to disable proximity sensor incall

**Standard Disclaimer applies here: If you screw up your device trying the following steps in this thread, I cant be responsible. But thats old news**
If your phone stays black after a call you can fix it by a couple of ways.
First:
Code:
[B]Q[/B]:Where is the proximity sensor?
[B]A[/B]:Top left of the screen in opposite place to led, if you tily screen under the light you should see the sensor reflect back at you.
Install this app and test your proximity sensor to be sure, that it is not broken: Proximity Sensor Finder
Options you need to try first.
The screen protector, yes it might be transparent but the sensor detects it. Using a sensor testing app from the market it suggested the sensor was covered almost all the time.
So the solution was replace the protector with new one but cut an arc at the top just big enough around the sensor at the top left, easy fix now in call screen is more responsive.
With a vacuum cleaner vacuum over the top area of the phone. This must suck all the dust out of there.
<-------------------------------------->
1 of the other option would be an app called Anyunlock which seems to have solved the problem for me. It seems to be able to wake up when the screen turns off after a call. The app allows you to unlock with the volume key and replaces the lock screen with its own screen.
This option works on my Desire S
<-------------------------------------->
If it's broken, you'll see 0.0 cm all the time.
Solution to disable proximity sensor incall is to put this line into build.prop and reboot:
you can edit the build.prop by pulling it first from the device by doing:
Code:
adb pull /system/build.prop c:\where\you\want\to\put\it\
open with wordpad and add the following line
Code:
gsm.proximity.enable=false
Then
Code:
adb remount
adb push c:\where\you\want\to\put\it\build.prop /system/
reboot so that the settings take effect
This option works on my Desire S
Credits
For disabling the proximity sensor in call go to Matri}{
Rest of the credits go to all the people that figured the other stuff out. (to many post on the net so I don't know who made them but thanks)
Thanks to myself for making this tutorial. (It's my first on xda)
If you have any other idea's just pm me or drop a post.
Thanks
Reserved
Thanks for the guide, it seems that there are quite some people affected by this and I find it much useful. Just a suggestion - IMO more proper place for it will be the General section, so you can request moving it there from the moderators and also adding it to the Index thread (PM ben_pyett)
Sent from my Desire S
Hey,
I just tried your fix but it didn't work for me. Screen still goes black when receiving a call and only reacts when I plug it in through USB. Could it be because my ROM is ICS?
Also tried removing the screen cover & sucking out the dust on the top.
The Anyunlock app works, but that's not ideal of course.
Yes it could be that it's Rom related. I use Endymion. And matri}{ extracted it from the Rom.
Wich Rom do you use. I can take a look for you tonight when I get home.
The anylock works most off as between solution.
Sent from my HTC Desire S using Tapatalk 2
Hey,
I tried it on MIUI ICS, Endymion which both failed. Now I'm using the Reaper ROM but it still doesn't work.
It should work on Endymion. I used it and I even checked if it's the same proximity line in de file of update 3.5.
Did you changed it on the phone or with a text editor on the computer?
I tested it on Endymion just 5 min ago and it worked.
Does your screen still stays black after hanging up? If so can you only unlock with USB cable or power cable?
Sent from my HTC Desire S using Tapatalk 2
Hm, you're right, it does work on Endymion (sorry). I'm having some stability problems with that ROM though...
Do you know how to enable it on MIUI or Reaper (CM based)?
I'm going to check for you tomorrow ok. I'll get back to you.
I just discovered that there is a setting in the MIUI dialer to disable the proximity sensor! This also works, sorry for taking up your time.
But maybe a new suggestion for people who don't want to edit the build file ? Try MIUI!
Solution to disable proximity sensor incall is to put this line into build.prop and reboot:
you can edit the build.prop by pulling it first from the device by doing:
Code:
adb pull /system/build.prop c:\where\you\want\to\put\it\
open with wordpad and add the following line
Code:
gsm.proximity.enable=false
Then
Code:
adb remount
adb push c:\where\you\want\to\put\it\build.prop /system/
reboot so that the settings take effect
This option works on my Desire S
Click to expand...
Click to collapse
if anyone could explain this in noob terms it would be much apprecited
New kid on the block
papaganz said:
I just discovered that there is a setting in the MIUI dialer to disable the proximity sensor! This also works, sorry for taking up your time.
But maybe a new suggestion for people who don't want to edit the build file ? Try MIUI!
Click to expand...
Click to collapse
Hey, I'm a TOTAL rookie at this stuff guys...........can you talk me through this process step by step. The sensor is banjaxed (tested it) and I need to turn the thing off.
Thanks in advance!
Larpogue said:
Hey, I'm a TOTAL rookie at this stuff guys...........can you talk me through this process step by step. The sensor is banjaxed (tested it) and I need to turn the thing off.
Thanks in advance!
Click to expand...
Click to collapse
Well, if you install a MIUI-based ROM (check the android development forum here), you can just go to your dialer settings and select the option.
rolfharris said:
if anyone could explain this in noob terms it would be much apprecited
Click to expand...
Click to collapse
it works good.
the easiest way is to install rom toolbox app on a rooted phone, go to buildprop editor and add the line, click save and reboot
---------- Post added at 10:15 PM ---------- Previous post was at 10:12 PM ----------
papaganz said:
Well, if you install a MIUI-based ROM (check the android development forum here), you can just go to your dialer settings and select the option.
Click to expand...
Click to collapse
---------- Post added at 10:16 PM ---------- Previous post was at 10:15 PM ----------
papaganz said:
Well, if you install a MIUI-based ROM (check the android development forum here), you can just go to your dialer settings and select the option.
Click to expand...
Click to collapse
the easiest way is to install rom toolbox app on a rooted phone, go to buildprop editor and add the line gsm.proximity.enable=false
click save and reboot
Aprentice_ said:
it works good.
the easiest way is to install rom toolbox app on a rooted phone, go to buildprop editor and add the line, click save and reboot
---------- Post added at 10:15 PM ---------- Previous post was at 10:12 PM ----------
---------- Post added at 10:16 PM ---------- Previous post was at 10:15 PM ----------
the easiest way is to install rom toolbox app on a rooted phone, go to buildprop editor and add the line gsm.proximity.enable=false
click save and reboot
Click to expand...
Click to collapse
Thanks man for your advise but how do u root a phone (he asks cringeing!) Soory dude but I did say I was a rookie
papaganz said:
Well, if you install a MIUI-based ROM (check the android development forum here), you can just go to your dialer settings and select the option.
Click to expand...
Click to collapse
Larpogue said:
Thanks man for your advise but how do u root a phone (he asks cringeing!) Soory dude but I did say I was a rookie
Click to expand...
Click to collapse
Since you're flashing a custom ROM than it's already rooted
Aprentice_ said:
Since you're flashing a custom ROM than it's already rooted
Click to expand...
Click to collapse
Nope don't think so, "Root Check Failed" hits me when i open the app.
Oh..umm...download this zip file, unzip anywhere on your computer, connect the USB cable to your phone and run the bat file.
http://forum.xda-developers.com/attachment.php?attachmentid=841876&d=1325678726
Aprentice_ said:
Oh..umm...download this zip file, unzip anywhere on your computer, connect the USB cable to your phone and run the bat file.
http://forum.xda-developers.com/attachment.php?attachmentid=841876&d=1325678726
Click to expand...
Click to collapse
Ok bud will do, I'll let you know how I get on
Aprentice_ said:
the easiest way is to install rom toolbox app on a rooted phone, go to buildprop editor and add the line gsm.proximity.enable=false
click save and reboot
Click to expand...
Click to collapse
That's not true. In my experience this line only works in Sense ROMs...

Windows RT recovery download

Saw a few people requesting a copy of the recovery files so here they are, if someone can upload these to a better host I'm sure it would be much appreciated.
Windows.RT.Recovery.part1.rar: http://ul.to/315nn94u
Windows.RT.Recovery.part2.rar: http://ul.to/827kugap
Windows.RT.Recovery.part3.rar: http://ul.to/0xu1l7zk
Windows.RT.Recovery.part4.rar: http://ul.to/aclmrjod
Good man
Thank you, i apreciate it!
Thank you!
I cant download though as reached limit
can anyone who already download upload it to another locations ?
Thanx
i buyed a premium account just to download this, i will try to upload to somewhere else, maybe a torrent...
Does anyone know if this Surface RT Recovery download will work on an Asus VivoTab RT that I have? I ask because the VivoTab has GPS, NFC and higher spec camera so wonder if the Surface Recovery will overwrite those software features/drivers.
tboy2000 said:
Does anyone know if this Surface RT Recovery download will work on an Asus VivoTab RT that I have? I ask because the VivoTab has GPS, NFC and higher spec camera so wonder if the Surface Recovery will overwrite those software features/drivers.
Click to expand...
Click to collapse
yes i think that this will work, anything new that you have it will detect and install a update in case you need it.
---------- Post added at 04:11 PM ---------- Previous post was at 03:45 PM ----------
so, i just need to turn it on with the volume down button pressed ? if yes, this is not working for me, got the same surfasse screen as ever....
---------- Post added at 04:13 PM ---------- Previous post was at 04:11 PM ----------
out maybe the problem is that the usb drive is not bootable, if that is the case, maybe we need a usb iso, instead of just the files....
I think you can create a bootable usb via pc settings. then put the recovery files on the same usb. try that.
can you believe I am still downloading part 1 at 77kb per second? only 31% done and 3 parts to go. uploaded.net is not very good
have you managed to upload it anywhere else please arqueiro?
my upload rate is very very low, 100kb so will take a lot to upload it too, pm me and i send you my account name and password, since i buyed a premium accont just for this
Got it in dropbox, split into chunks, I'll upload it to a torrent later as well..
tboy2000 said:
I think you can create a bootable usb via pc settings. then put the recovery files on the same usb. try that.
can you believe I am still downloading part 1 at 77kb per second? only 31% done and 3 parts to go. uploaded.net is not very good
have you managed to upload it anywhere else please arqueiro?
Click to expand...
Click to collapse
did u get my message?
arqueiro said:
did u get my message?
Click to expand...
Click to collapse
only one message from you so far.
Trig0r said:
Got it in dropbox, split into chunks, I'll upload it to a torrent later as well..
Click to expand...
Click to collapse
wich version you have?
Which version of what?
Got it sat in dropbox but it wants contact/email addresses for sharing it, I'll see if I can make it a public folder, not sure if thats a "pay" option or not tho, never really used DB for that before..
The Torrent option would require me to upload it to a site of some description which might be a bit dodgy as far as rules etc go this end..
https://www.dropbox.com/sh/vilboay7zn5gfjd/8BQtNdXqeN
See if that works, broken into 100mb chunks
---------- Post added at 11:03 AM ---------- Previous post was at 10:59 AM ----------
saying 3hrs for my dropbox to sync, its ~3.5gb so you might need to give it a while..
what i mean was: did you make a iso file from the usb? or just copy the files ?
thanks
Not got anything to create an ISO with, however if you create a bootable USB and copy the files it should work as expected.
Trig0r said:
Not got anything to create an ISO with, however if you create a bootable USB and copy the files it should work as expected.
Click to expand...
Click to collapse
I think you just copy all files to usb and it does it automatically

How to securely delete the memory before rma?

I'm concerned with the privacy of my data and I want to avoid any accidental recovery from the flash in my phone once returned for rma.
Is there any way to attempt to make the recovery harder? Something that can overwrite the whole userdata and system partition with 0 or any other pattern?
Thank you
Download an app called forevergone from the play store
sent from my HAMMERHEAD neXus
---------- Post added at 02:51 PM ---------- Previous post was at 02:46 PM ----------
Just realized it's not on the market anymore. Let me see if I have it backed up
sent from my HAMMERHEAD neXus
---------- Post added at 02:57 PM ---------- Previous post was at 02:51 PM ----------
Here you go https://copy.com/UHEjr
sent from my HAMMERHEAD neXus
Thank you
I've done a factory reser and i think it already does a zero fill for the entire data partition. In fact it takes a lot of time and i found someone on internet supporting this behaviour after a checkup in the sources for any evidence.
A factory reset done from the android menus (if you have stock recovery) will wipe everything you put on the device (except system apps).
-----------------------
Sent via tapatalk.
I do NOT reply to support queries over PM. Please keep support queries to the Q&A section, so that others may benefit
I want only to know if my data is securely deleted. A zero fill makes impossible the recovery without special equipment. So if the android factory reset does also a zero fill I can sell my phone or rma it without privacy issues
CyberPK said:
I want only to know if my data is securely deleted. A zero fill makes impossible the recovery without special equipment. So if the android factory reset does also a zero fill I can sell my phone or rma it without privacy issues
Click to expand...
Click to collapse
A factory reset doesn't go through and obscure the data like that. It removes the table of contents so the files aren't visible to the file system, but the data is still there (as you know). I actually just went through this with my previous phone before I sold it. I formatted all partitions with twrp and also formatted internal storage in Windows but a couple of free recovery programs were still able to find some deleted files.
I just ended up copying my entire music library over to fill up the partition so all blocks were overwritten. After that, the programs weren't able to recover anything. Not very high tech, but effective. You could even make a couple of passes if you want to be extra sure.
Sent from my Nexus 5
CRIME INC. said:
Download an app called forevergone from the play store
sent from my HAMMERHEAD neXus
---------- Post added at 02:51 PM ---------- Previous post was at 02:46 PM ----------
Just realized it's not on the market anymore. Let me see if I have it backed up
sent from my HAMMERHEAD neXus
---------- Post added at 02:57 PM ---------- Previous post was at 02:51 PM ----------
Here you go https://copy.com/UHEjr
sent from my HAMMERHEAD neXus
Click to expand...
Click to collapse
I was looking for an app like this but there's a warning.
DON’T USE THIS APP ON ANDROID 4.3+.
There are some reports that after running this app on Android 4.3, their devices are become slower than usual.
Use at your own risk.
Click to expand...
Click to collapse
http://free-apps-android.com/forever-gone/
Edit - found another app. No idea if it's any good.
http://www.appszoom.com/related-apps/forever-gone-sd-card-cleaner_bxtrf_5#nav=related
https://groups.google.com/forum/#!msg/android-security-discuss/DB6k_hnVk0E/iMR1N_ugPeEJ
CyberPK said:
Is there any way to attempt to make the recovery harder? Something that can overwrite the whole userdata and system partition with 0 or any other pattern?.
Click to expand...
Click to collapse
I would factory reset the device. Pull the sim and go through the normal setup without setting up any networking or accounts. Once the device is running, encrypt the device. Last, factory reset the device and then send it for rma.
Sent from AOSP koeMod 4.4.2 w/ Franco kernel
koe1974 said:
I would factory reset the device. Pull the sim and go through the normal setup without setting up any networking or accounts. Once the device is running, encrypt the device. Last, factory reset the device and then send it for rma.
Sent from AOSP koeMod 4.4.2 w/ Franco kernel
Click to expand...
Click to collapse
Read my previous post, and take a look @ https://groups.google.com/forum/#!msg/android-security-discuss/DB6k_hnVk0E/iMR1N_ugPeEJ
Is it true?
CyberPK said:
Read my previous post, and take a look @ https://groups.google.com/forum/#!msg/android-security-discuss/DB6k_hnVk0E/iMR1N_ugPeEJ
Is it true?
Click to expand...
Click to collapse
I don't know, but I do know that if you do what I suggest, the only data to recover would be encrypted default settings with no personal information.
Sent from AOSP koeMod 4.4.2 w/ Franco kernel

[MOD] Exchange Security Bypass - 4.4.2

This is a tested and working Exchange Security Bypass that I am using on my AT&T LG G3. This mod should work on any variant of LG G3 that is running stock or AOSP ROM's.
All credit goes to the below developer, I was simply looking for a solution to bypass the exchange security policy that required me to have a password or pin on my lockscreen. After several tests using Xposed Framework and other APK's I came across this and it works flawlessly. You can see the developers thread here.
http://forum.xda-developers.com/showthread.php?t=1965468
DISCLAIMER: I'm not responsible if:
• You get caught by your employer and are punished in any way
• This bricks, breaks, scratches, dents, misplaces or cracks your phone
• This security bypass leads to any negative outcome.
USE THIS AT YOUR OWN RISK.
I have rooted my phone and used Root Browser to perform the following steps (You can use ADB as well, please follow the guide in the link above).
Instructions:
1. MAKE A BACKUP OF YOUR STOCK EMAIL (LGEmail.apk & LGEmail.odex) - Copy and place it in another folder incase anything happens and you want to revert.
*Stock LG Email is located in system/priv-app​2. After your make a backup, delete the stock LGEmail.apk and LGEmail.odex files
3. Download the files attached to this post and put them in the system/app folder
4. Change the permissions of the two new APK's (Exchange2.apk & Email.apk) to rw-r-r (DON'T FORGET TO DO THIS)
4. Once the 2 files (Exchange2.apk & Email.apk) are placed in your system/app folder, click on them and install
5. That's it...close out of your root explorer, open your new email app and set up your exchange account. :good:
I hope this helps users who are looking for a solution to their exchange security issues like I was. Enjoy
btw u can only do this if u are rooted..for those who arent dont even try it
crazyagg said:
1. MAKE A BACKUP OF YOUR STOCK EMAIL (LGEmail.apk & LGEmail.odex) - Copy and place it in another folder incase anything happens and you want to revert.
*Stock LG Email is located in system/priv-app​2. After your make a backup, delete the stock LGEmail.apk and LGEmail.odex files
Click to expand...
Click to collapse
It should not be necessary to delete the LGE apps, the two can work side by side. And if you are set on disabling the LGE app it is probably better to freeze it with TBU than delete, in case you change your mind later.
Those contemplating the use of this mod should keep in mind that the LGE stock email app is FAR, FAR, FAR more intelligent than the stock KK email app when it comes to autoconfiguring your Exchange connection. In fact I recommend running the LGE stock app first, then going into settings and taking a screenshot to document how the account was configured. You will almost certainly have to enter this information manually into the KK app because it will be unable to figure it out on its own.
Why not just edit data\system locksettings.db ?
canecbr600 said:
Why not just edit data\system locksettings.db ?
Click to expand...
Click to collapse
Because I'm nit sure what to edit, I've always just used a hacked APK. Please feel free to shed some light though and provide a little more detail.
You've peaked my interest.
Sent from my LG-D850 using XDA Premium 4 mobile app
crazyagg said:
Because I'm nit sure what to edit, I've always just used a hacked APK. Please feel free to shed some light though and provide a little more detail.
You've peaked my interest.
Sent from my LG-D850 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Go to data/system and there is a file locksettings.db. Open it in SQL editor. Next tap on locksettings, and u should have a item listed as lockscreen.password_type . Change the value for this to 0. That will change lockscreen to swipe to unlock.....
canecbr600 said:
Go to data/system and there is a file locksettings.db. Open it in SQL editor. Next tap on locksettings, and u should have a item listed as lockscreen.password_type . Change the value for this to 0. That will change lockscreen to swipe to unlock.....
Click to expand...
Click to collapse
I'm assuming I'd need to set up exchange first and once it enforces the password lock I'd need to modify the file? I would assume when adding an exchange account it would change change that value.
Sent from my LG-D850 using XDA Premium 4 mobile app
crazyagg said:
I'm assuming I'd need to set up exchange first and once it enforces the password lock I'd need to modify the file? I would assume when adding an exchange account it would change change that value.
Sent from my LG-D850 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes sir, you got it. I always use this method, with stock exchange email.
LG Email has no widget, which is a killer for me. I'm following all the directions above but unable to install the Exchange, though the Email was easily installed. Any thoughts on why?
---------- Post added at 10:02 AM ---------- Previous post was at 10:00 AM ----------
Has anyone tried this method?
http://forum.xda-developers.com/showthread.php?t=1749921
canecbr600 said:
Go to data/system and there is a file locksettings.db. Open it in SQL editor. Next tap on locksettings, and u should have a item listed as lockscreen.password_type . Change the value for this to 0. That will change lockscreen to swipe to unlock.....
Click to expand...
Click to collapse
Does that work for all exchange policies?? If so f'ing awesome
---------- Post added at 07:13 PM ---------- Previous post was at 06:59 PM ----------
bjc112 said:
Does that work for all exchange policies?? If so f'ing awesome
Click to expand...
Click to collapse
Worked great. Thanks so much. Now I can dump stock kit kat exchange hacked email app.
JPD19 said:
LG Email has no widget, which is a killer for me. I'm following all the directions above but unable to install the Exchange, though the Email was easily installed. Any thoughts on why?
---------- Post added at 10:02 AM ---------- Previous post was at 10:00 AM ----------
Has anyone tried this method?
http://forum.xda-developers.com/showthread.php?t=1749921
Click to expand...
Click to collapse
That's the one I always use, but now we got the inside track on the sql editor... Stock app is definitely better than the exchange bypass, but ill take what I can get..
canecbr600 said:
Go to data/system and there is a file locksettings.db. Open it in SQL editor. Next tap on locksettings, and u should have a item listed as lockscreen.password_type . Change the value for this to 0. That will change lockscreen to swipe to unlock.....
Click to expand...
Click to collapse
This caused a bootloop at the Verizon logo. How do I fix this??
JPD19 said:
This caused a bootloop at the Verizon logo. How do I fix this??
Click to expand...
Click to collapse
I realized I edited the database incorrectly...I had to reset my phone by going into recovery mode, but this method does work if you edit the database just as described.
Would anyone know what the "value" should be if you want knock code instead of swipe to access phone?
GroovyGeek said:
It should not be necessary to delete the LGE apps, the two can work side by side. And if you are set on disabling the LGE app it is probably better to freeze it with TBU than delete, in case you change your mind later.
Those contemplating the use of this mod should keep in mind that the LGE stock email app is FAR, FAR, FAR more intelligent than the stock KK email app when it comes to autoconfiguring your Exchange connection. In fact I recommend running the LGE stock app first, then going into settings and taking a screenshot to document how the account was configured. You will almost certainly have to enter this information manually into the KK app because it will be unable to figure it out on its own.
Click to expand...
Click to collapse
Can you please explain how to do this?
kobbz said:
Can you please explain how to do this?
Click to expand...
Click to collapse
Run TBU, touck checkmark icon in upper right of screen, wait for "Calculating scenarios" message to complete, scroll down to Freeze/Defrost, touch appropriate option (could the color scheme of TBU be any more awful than it is? sheesh, the developer must be color blind ) then select apps to freeze/defrost.
GroovyGeek said:
Run TBU, touck checkmark icon in upper right of screen, wait for "Calculating scenarios" message to complete, scroll down to Freeze/Defrost, touch appropriate option (could the color scheme of TBU be any more awful than it is? sheesh, the developer must be color blind ) then select apps to freeze/defrost.
Click to expand...
Click to collapse
LOL .. what's TBU? (I must be clearly missing something. Sorry if this has been explained before)
kobbz said:
LOL .. what's TBU? (I must be clearly missing something. Sorry if this has been explained before)
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=com.keramidas.TitaniumBackup
https://play.google.com/store/apps/details?id=com.keramidas.TitaniumBackupPro
TBU - Titanium Backup, must have if you're rooted.
ddavtian said:
TBU - Titanium Backup, must have if you're rooted.
Click to expand...
Click to collapse
I see... I'm familiar with the app. I guess I'd never heard of it referred to as TBU before. Thanks guys.
---------- Post added at 05:13 PM ---------- Previous post was at 05:10 PM ----------
kobbz said:
I see... I'm familiar with the app. I guess I'd never heard of it referred to as TBU before. Thanks guys.
Click to expand...
Click to collapse
One odd thing is happening. I have root explorer installed and from that application, I browse to the location where the locksettings.db file lives. However, when I click on the file and the "Complete Action Using" pop up window comes up, I don't see SQL Editor as one of the choices there. Alternatively, I thought I'd just open SQL Editor directly and try to edit the file in there; this does not work since SQL Editor has not been granted root access.
Anyone know if there's a way to grant a specific application root access?
kobbz said:
I see... I'm familiar with the app. I guess I'd never heard of it referred to as TBU before. Thanks guys.
---------- Post added at 05:13 PM ---------- Previous post was at 05:10 PM ----------
One odd thing is happening. I have root explorer installed and from that application, I browse to the location where the locksettings.db file lives. However, when I click on the file and the "Complete Action Using" pop up window comes up, I don't see SQL Editor as one of the choices there. Alternatively, I thought I'd just open SQL Editor directly and try to edit the file in there; this does not work since SQL Editor has not been granted root access.
Anyone know if there's a way to grant a specific application root access?
Click to expand...
Click to collapse
You should be able to add it through super user or reopen a few times to get the root prompt.

Rooted Verizon Note 5 but SU Doesn't Work

Hi everybody. I was trying to put this thread in development section, but I don't have enough permission.
I have a rooted Verizon Note 5 in hand (Retail Version). Somebody did it. Then I need to remove some stock apps in it. Like Mobile Hot Spot, VZ Navigation. I was trying to do this in a easy way. I got full access to system folder and put a SU command in xbin and I successfully run it in terminal, but when I run Titanium Backup. It says it can't run the su comman under xbin folder. Does any body knows why? Am I using a wrong su file for note 5 or I am not actually root it or what are the conditions can make Titanium Backup running.
Sorry, I don't know how to attach pictures here. I can only attach these link to google drive.
https://drive.google.com/open?id=0B8e8x2ssPCPFcWVxbzVaTmVUbGc
https://drive.google.com/open?id=0B8e8x2ssPCPFMmcxbEhaSDZzUjQ
https://drive.google.com/open?id=0B8e8x2ssPCPFQ3IzckNzZDAyTXM
pkl06 said:
Hi everybody. I was trying to put this thread in development section, but I don't have enough permission.
I have a rooted Verizon Note 5 in hand (Retail Version). Somebody did it. Then I need to remove some stock apps in it. Like Mobile Hot Spot, VZ Navigation. I was trying to do this in a easy way. I got full access to system folder and put a SU command in xbin and I successfully run it in terminal, but when I run Titanium Backup. It says it can't run the su comman under xbin folder. Does any body knows why? Am I using a wrong su file for note 5 or I am not actually root it or what are the conditions can make Titanium Backup running.
Sorry, I don't know how to attach pictures here. I can only attach these link to google drive.
https://drive.google.com/open?id=0B8e8x2ssPCPFcWVxbzVaTmVUbGc
https://drive.google.com/open?id=0B8e8x2ssPCPFMmcxbEhaSDZzUjQ
https://drive.google.com/open?id=0B8e8x2ssPCPFQ3IzckNzZDAyTXM
Click to expand...
Click to collapse
Would you mind telling me some information? In the phones settings and About Phone, can you tell me what the Model Number, Android Version the Baseband and finally the Build Number is please?
Sure, I will post to Root Note 5 thread later. Give me sometime to prepare those information. Thank you.
MrMike2182 said:
Would you mind telling me some information? In the phones settings and About Phone, can you tell me what the Model Number, Android Version the Baseband and finally the Build Number is please?
Click to expand...
Click to collapse
pkl06 said:
Hi everybody. I was trying to put this thread in development section, but I don't have enough permission.
I have a rooted Verizon Note 5 in hand (Retail Version). Somebody did it. Then I need to remove some stock apps in it. Like Mobile Hot Spot, VZ Navigation. I was trying to do this in a easy way. I got full access to system folder and put a SU command in xbin and I successfully run it in terminal, but when I run Titanium Backup. It says it can't run the su comman under xbin folder. Does any body knows why? Am I using a wrong su file for note 5 or I am not actually root it or what are the conditions can make Titanium Backup running.
Sorry, I don't know how to attach pictures here. I can only attach these link to google drive.
https://drive.google.com/open?id=0B8e8x2ssPCPFcWVxbzVaTmVUbGc
https://drive.google.com/open?id=0B8e8x2ssPCPFMmcxbEhaSDZzUjQ
https://drive.google.com/open?id=0B8e8x2ssPCPFQ3IzckNzZDAyTXM
Click to expand...
Click to collapse
Install busybox
Sent from my SM-N920V using XDA-Developers mobile app
Fake
warriorpluto said:
Fake
Click to expand...
Click to collapse
Where are you getting that? He had someone flash an engineering kernel on his device. Its real root, but it's real unobtainable for most users.
Yes right
tylerlawhon said:
Where are you getting that? He had someone flash an engineering kernel on his device. Its real root, but it's real unobtainable for most users.
Click to expand...
Click to collapse
I'm not even going to bother saying anything to the folks who come in here and the first thing they type/say is "Fake".. I would like to know where they got the idea that it was fake from to begin with?! I've seen it myself and already know it's not fake as do you but seriously where do they get this crap from?!
MrMike2182 said:
I'm not even going to bother saying anything to the folks who come in here and the first thing they type/say is "Fake".. I would like to know where they got the idea that it was fake from to begin with?! I've seen it myself and already know it's not fake as do you but seriously where do they get this crap from?!
Click to expand...
Click to collapse
Lol relax. It's just a silly outdated phone. No use in posting root and not sharing anything. Had enough of that with the note 4 before permanent root was achieved
---------- Post added at 08:26 PM ---------- Previous post was at 08:26 PM ----------
So until files are posted, fake lol
warriorpluto said:
Lol relax. It's just a silly outdated phone. No use in posting root and not sharing anything. Had enough of that with the note 4 before permanent root was achieved
---------- Post added at 08:26 PM ---------- Previous post was at 08:26 PM ----------
So until files are posted, fake lol
Click to expand...
Click to collapse
And you think that the dev who has it, is even going to want to share it with us when multiple people keep saying harsh/mean things towards him/her like you just did? When I think about being in the shoes of the dev that's getting his work/things called fake or whatever, I wouldn't want to share nothing then!! I'd just keep it to myself!
MrMike2182 said:
And you think that the dev who has it, is even going to want to share it with us when multiple people keep saying harsh/mean things towards him/her like you just did? When I think about being in the shoes of the dev that's getting his work/things called fake or whatever, I wouldn't want to share nothing then!! I'd just keep it to myself!
Click to expand...
Click to collapse
That's good ?
---------- Post added at 09:12 PM ---------- Previous post was at 09:09 PM ----------
I just had a look over the Google document he posted. If he's Asian I have faith if he is the developer. If he isn't a developer then fake lol
So there is no root for the Verizon Note 5?
protivakid said:
So there is no root for the Verizon Note 5?
Click to expand...
Click to collapse
Not publically available. There seems to be an ENG kernel a couple people have their hands on, but nothing for everyone yet.
tylerlawhon said:
Not publically available. There seems to be an ENG kernel a couple people have their hands on, but nothing for everyone yet.
Click to expand...
Click to collapse
Thanks that's the info I wanted.
Your rooted note 5
pkl06 said:
Hi everybody. I was trying to put this thread in development section, but I don't have enough permission.
I have a rooted Verizon Note 5 in hand (Retail Version). Somebody did it. Then I need to remove some stock apps in it. Like Mobile Hot Spot, VZ Navigation. I was trying to do this in a easy way. I got full access to system folder and put a SU command in xbin and I successfully run it in terminal, but when I run Titanium Backup. It says it can't run the su comman under xbin folder. Does any body knows why? Am I using a wrong su file for note 5 or I am not actually root it or what are the conditions can make Titanium Backup running.
Sorry, I don't know how to attach pictures here. I can only attach these link to google drive.
https://drive.google.com/open?id=0B8e8x2ssPCPFcWVxbzVaTmVUbGc
https://drive.google.com/open?id=0B8e8x2ssPCPFMmcxbEhaSDZzUjQ
https://drive.google.com/open?id=0B8e8x2ssPCPFQ3IzckNzZDAyTXM
Click to expand...
Click to collapse
Did you ever get full root or console root? What commands did you run?
I believe this is a bunch of BS!

Categories

Resources