[TOOL] Whatsapp Viewer For PC - Android Apps and Games

Whatsapp Viewer
V1.3​
WhatsApp Viewer​
Original Thread : http://andreas-mausch.github.io/whatsapp-viewer/​
Small tool to display chats from the Android msgstore.db.crypt5 database.
How to use:
1. Download msgstore.db.crypt5 from your Android phone (located at /sdcard/WhatsApp/Databases)
2. Open WhatsApp Viewer
3. File -> Open -> Select file
4. Enter account name. This must be the same Google account name used on your phone. If you have more than one account, try the first one. Make sure you enter the whole email address as account name. If you have trouble, sometimes leaving the account name empty is known to work.
5. Click on a chat to show the messages.
Currently only text and image messages are supported (no audio, gps). You cannot see bigger images because only thumbnails are stored in the database. You see cryptic phone numbers because account names or details are not stored in the database (no support for wa.db yet).
This release is not stable and known to crash sometimes. Sorry.
Changelog :
v1.3
BUGFIX: App doesn't crash anymore if column order differs
BUGFIX: Exceptions are now displayed correctly to the user
BUGFIX: Smilies caused messages to be displayed incorrectly
Smoother scrolling: Improved rendering speed of very long chat messages (clipping)
Show chats ordered by last message timestamp
Chat list can be sorted now by clicking the column header
v1.2
Improved SQLite error handling
Bugfix: Memory Leak (68b8421)
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"
}
Credits:
All Credit To andreas-mausch Original Developer Of This Tool (https://github.com/andreas-mausch/whatsapp-viewer/releases)
Whatsapp Xtract pwncrypt5.py https://github.com/aramosf/pwncrypt5/blob/master/pwncrypt5.py SQLite MD5 http://bobobobo.wordpress.com/2010/10/17/md5-c-implementation/ UTF8 http://utfcpp.sourceforge.net/ AES https://polarssl.org/aes-source-code

question
Hi,
I decrypted msgstore.db.crypt5 with "WhatsApp Viewer" and now I have a decrypted file: msgstore.decrypted.db So I would like to know how could I encrypt to crypt5 file again.
Sorry for my english.

I will not focus on crypting features, but you might try this (I haven't tested it):
http://forum.xda-developers.com/showthread.php?t=2689911

Could not load
Hi, I tried with an android database and returns me the next error: "could not load chat list sqlite error 11 database disk image is malformed"
¿Is there any solution to this problem? Thanks!

First, decrypt your database file to plain msgstore.db.
Then, you could try to "repair" your database file:
Code:
echo .dump | sqlite3 msgstore.db > temp.sql
echo .quit | sqlite3 -init temp.sql repaired.db
You need SQLite installed on your computer.
Try to open repaired.db in WhatsApp Viewer.
Hope this works for you.

andreasmausch said:
First, decrypt your database file to plain msgstore.db.
Then, you could try to "repair" your database file:
Code:
echo .dump | sqlite3 msgstore.db > temp.sql
echo .quit | sqlite3 -init temp.sql repaired.db
You need SQLite installed on your computer.
Try to open repaired.db in WhatsApp Viewer.
Hope this works for you.
Click to expand...
Click to collapse
Worked for me! Thanks a lot!

Crashes every time I open a specific conversation. Other convo's seem to work though.

ArmedandDangerous said:
Crashes every time I open a specific conversation. Other convo's seem to work though.
Click to expand...
Click to collapse
If you see a window similar like this, please let me know the "Exception code" and "Exception offset".

andreasmausch said:
If you see a window similar like this, please let me know the "Exception code" and "Exception offset".
Click to expand...
Click to collapse
Hey!
The details you need are here :
Exception Code: 40000015
Exception Offset: 00083fa0
Click to expand...
Click to collapse
Also, don't see a link to download the app here in your thread

New release v1.5: https://github.com/andreas-mausch/whatsapp-viewer/releases

WhatsApp Viewer enhancements planned?
Hi all,
I downloaded the latest 1.5 version of WhatApp viewer and it worked straight away. Very useful tool. Thank you very much!
Are some enhancements planned like
- html style for chats?
- export of chats as html?
- display of user names instead of phone numbers?
- support for crypt7 chats?
- search function inside chats?
I am not sure, but is the WhatsApp db storing deleted chats as well? And I think there is a bug in the Viewer. Try looking at characters that have a & in front of them...
Cheers!

w.tell said:
Hi all,
I downloaded the latest 1.5 version of WhatApp viewer and it worked straight away. Very useful tool. Thank you very much!
Are some enhancements planned like
- html style for chats?
- export of chats as html?
- display of user names instead of phone numbers?
- support for crypt7 chats?
- search function inside chats?
I am not sure, but is the WhatsApp db storing deleted chats as well? And I think there is a bug in the Viewer. Try looking at characters that have a & in front of them...
Cheers!
Click to expand...
Click to collapse
Hi. Thanks for your suggestions, I had some of them on my list already. Crypt7 should work with 1.5 but you need root. I will take a look at the &-bug. I don't know about deleted chats, sorry.
Andreas

Nice tool and easy to use. Congratulations

andreasmausch said:
First, decrypt your database file to plain msgstore.db.
Then, you could try to "repair" your database file:
Code:
echo .dump | sqlite3 msgstore.db > temp.sql
echo .quit | sqlite3 -init temp.sql repaired.db
You need SQLite installed on your computer.
Try to open repaired.db in WhatsApp Viewer.
Hope this works for you.
Click to expand...
Click to collapse
the same sqlite error 11
I tried to repair the database but at the last step it returns 0 KB repaired database file, while its original size is 12,960 KB
sql file size is 14,813
where could be the problem

Extremely great help

Whenever I load the crypt7 file and enter the correct account email, it says "Could not decrypt block"
What am I doing wrong? Do I need the .key file?

Jibreil said:
Whenever I load the crypt7 file and enter the correct account email, it says "Could not decrypt block"
What am I doing wrong? Do I need the .key file?
Click to expand...
Click to collapse
Hi Jibreil,
yes in order to decrypt crypt7 you need the key file.
You can access it on your phone if you have root access: http://andreas-mausch.github.io/whatsapp-viewer/
Or you can use developer mode: http://forum.xda-developers.com/showthread.php?t=2770982
The interface is not very clear, I will try to rework it in future versions.
Andreas

New release v1.6: https://github.com/andreas-mausch/wh...iewer/releases

hamidreza2010 said:
New release v1.6: https://github.com/andreas-mausch/wh...iewer/releases
Click to expand...
Click to collapse
Hi, this tool worked fine decrypting and showing my .crypt7 backup.
Do you know if it would be possible to read deleted chat messages from the main sqlite database? Maybe the sqlite lib does not physically delete the chat message records, they are only marked as available record space inside the db file until it is shrunk and unused space is recovered. Just thinking outloud here.
It would be interesting to try to scan available flash space for old sqlite db pages and try to recover deleted messages.
Regards

rojocapo said:
Hi, this tool worked fine decrypting and showing my .crypt7 backup.
Do you know if it would be possible to read deleted chat messages from the main sqlite database? Maybe the sqlite lib does not physically delete the chat message records, they are only marked as available record space inside the db file until it is shrunk and unused space is recovered. Just thinking outloud here.
It would be interesting to try to scan available flash space for old sqlite db pages and try to recover deleted messages.
Regards
Click to expand...
Click to collapse
Hi, I don't know how SQLite works internally, but you might give a general restore tool a try, like this one: http://pldaniels.com/undark/
Andreas

Related

[Tool] Yaffs Explorer, made for Defy

Its a free Root Explorer without Ads and without network use.
When busybox and root modes are enabled, you can make dumps of your nand partitions and export Kernel and initramfs (Menu/Tools)
{
"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"
}
https://market.android.com/details?id=fr.wdscript.yaffsexplorer
You can report here bug and feature requests...
Example : Dump and Rename The /cdrom partition (p17)
change dump file ext from .raw to .iso and you get your Windows drivers (MotoHelper 2.0.44 Driver 4.9.0 - 27 Jan 2011)
Version 1.9.9.8 attached
Awesome thanks, will def check this out.
useful tool
How can i dump the roofs?
can i restore it after backup?
Thank you.
This tool execute this command :
dd if=/dev/block/<partition> of=/sdcard/<partition>.raw ibs=8192 obs=8192 conv=notrunc
So you can do the reverse command (not in the tool because dangerous)
Update v1.1 : You can create yaffs images now
Epsylon3 said:
This tool execute this command :
dd if=/dev/block/<partition> of=/sdcard/<partition>.raw ibs=8192 obs=8192 conv=notrunc
So you can do the reverse command (not in the tool because dangerous)
Click to expand...
Click to collapse
Do you know, how to dump and remount the rootfs?
Thank you.
in fact, i dont know... rootfs is mounted before android (initrd on some devices)
Epsylon3 said:
in fact, i dont know... rootfs is mounted before android (initrd on some devices)
Click to expand...
Click to collapse
Ok, thank you.
Ok, been using this for a while now; couple suggestions.
1. Copy feature needs to work more like Root Explorer.
---- So when you long-press and copy a file, two buttons popup, Paste and Cancel - Maybe you could even add a third to paste quickly to a favourites folder without leaving working directory ?
2. Be able to change text size of file browser. I have big fingers heh.
3. Have a Mount/Unmount button similar to the Mount R/W in Root Explorer.
--- I find I cant copy anything to anywhere, am I just missing something ?
4. Select multiple files, and copy, delete, zip, move . . . . . to favourites ?
5. Compress files or folders and save zip to a saved favourites without leaving working directory.
6. Load apk icons maybe; easier to find things sometimes.
7. Show favourites picker on program startup. I'm always working in the same directories.
A built in text editor with line numbers would be awesome. Maybe an sqlite editor addon too ?
I like what this looks like so far; I really like that you can see symlinks, the dropdown with recent paths, nandroid dumps of any partitions (nice), and the favorites are cool. Just hoping it can take over for root explorer.
Keep up the great work so far. Will be keeping on eye on this for sure.
Thanks for your report
First, i dont want to copy Root Explorer or all these slow and "3 lines" explorers... So no image/movies preview... This tool is focused on system files exploration
Apk icons maybe but not in my prority (filter by name is nice), line size : not for the moment (maybe a zoom or something later)
The multiselect on click is almost ready (for files), to keep folder navigation
the Mount/Unmount will be in tools menu later (in mounted devices menu) i need to make a new window for that... but that need work (and could make lot of reports from unknown devices, like chinese ones)
Compression.... yea hmm v2.0
Hm. I tried this, but it is a lot slower than Root Explorer. Perhaps this is because it shows a lot more objects, or due to it having a lot of features I do not directly associate with a program to manage files. Still, I can not say that having more competition is a bad thing, so keep up the good work
its because the tool use a terminal process to list folders, and a new one on each refresh... I think i can optimize that if i keep the shell process opened.
but Root enabled, its 5x slower (220ms instead of 40ms)... i think there could be a problem with superuser tool, will try to uninstall it to check...
johnw.xda said:
Do you know, how to dump and remount the rootfs?
Thank you.
Click to expand...
Click to collapse
to remount In fact like others :
Code:
mount -o rw,remount,relatime -t rootfs rootfs /
This feature will be available in some minutes (v1.3.0)
But to dump... you need to skip /proc /tmp and /sys
Hi.
I´m using your app in a Samsung galaxy S.
I lost one file and I want to recover it from a CWM backup.
Your app lets me read the backup, but I cant save the needed file ...
Is there a possibility to extract it from the backup?
Thanks in advance
Its the next step yaffs extraction...
sorry, not for the moment (but soon)
just made an update v1.3.2 which really enhance exploration speed...
I hope you release it soon
Thanks
I can't Dump Partition. A circular thing shows up then it disapear and no text saying records in+out and that it finished (like in the screenshot). And there is no file on my SD card and yes I have plenty of space.
Tried several of the small 512k partitions and the Boot and Recovery partitions.
I'm running rooted froyo 3.4.2-155, few bloat APK's removed.
this feature uses busybox "dd" applet, try to set another busybox in setting window
you can search for them in other apps, do a search in /data/data/
Namiga said:
Hi.
I´m using your app in a Samsung galaxy S.
I lost one file and I want to recover it from a CWM backup.
Your app lets me read the backup, but I cant save the needed file ...
Is there a possibility to extract it from the backup?
Thanks in advance
Click to expand...
Click to collapse
Done... in v1.5.0 Single file or Folder for the moment... (file/folder context menu)
full extraction will be possible in next version... not linked

[Tool] Yaffey - Utility for reading, editing and writing YAFFS2 images

I've created a GUI utility for reading, editing and creating YAFFS2 images that hopefully people will find useful. You can read Android system and data partitions and modify them how you like. Import and export files to and from the images. The tool is up on Google Code with source, written in Qt 4.8.1.
http://code.google.com/p/yaffey
Features
- Create new YAFFS2 image
- Open existing image
- Export files/directories from image
- Import files into image (permissions inherited from parent directory, dates created/modified/accessed set to current date & time)
- Delete files
- Edit filenames
- Edit permissions
- Edit user and group ids
- Edit symbolic link aliases
- ECC (Error Checking & Correction) support
New in v0.2
Added import dialog to choose to import file(s) or a directory
Added support to import multiple files
Added support to import 1 directory at a time (using dialog)
Added drag & drop importing (which supports multiple directories & files!)
Added support to delete more than one item at a time
Added summary dialog after saving an image
Added text below icons in toolbar at the request of varun.chitre15!
{
"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"
}
I've been using it to modify the stock system image for my Xperia Play. You can easily add/remove APKs etc. It's a nice alternative to the unyaffs/mkyaffs command line tools.
It has limitations but am happy to extend the functionailty if it's found to be useful...
Wow!!
Was looking for this since ages
Thanks a lot
This is indeed useful
Burned from my laser torch using pencil cells
Hi varun, that's good news. Spread the word! I've been wanting to reply to some threads about YAFFS images and tools etc but can't post in most forums yet... Need to spend some time on here to get my post count up I guess.
I'm planning on adding more features to the app like adding su, superuser.apk & busybox with a few clicks for easy rooting and a GUI for fastboot for easy flashing to make the whole image editing and rooting process as easy as possible.
Great!!!
Can u add a feature to make images directly from a flashable zip?
Thanks!!
Burned from my laser torch using pencil cells
Here is the suggestion list
1. Add support for adding multiple files at once while creating image file
2. Add support to add folders inside image fle
3. Add Drag and drop if possible
4. In the tool bar of the tool, can u add the text below the icons as it is somewhat difficult to identify which option does what and to see its function I had to move mouse over the buttons
5. Add support for EXT2, EXT4 images too
Your tool is very great
varun.chitre15 said:
Here is the suggestion list
1. Add support for adding multiple files at once while creating image file
2. Add support to add folders inside image fle
3. Add Drag and drop if possible
4. In the tool bar of the tool, can u add the text below the icons as it is somewhat difficult to identify which option does what and to see its function I had to move mouse over the buttons
5. Add support for EXT2, EXT4 images too
Your tool is very great
Click to expand...
Click to collapse
Never thought about converting a zip to YAFFS2 image, that's a good idea.
On your suggestion list:
1, 2 & 3 are definites and will do those next.
4. I could add the text to the toolbar but will look ugly so not sure about that one yet.
5... maybe one day
Linux version would be cool
kangkong! said:
Linux version would be cool
Click to expand...
Click to collapse
I have built the code and got a Linux version working. When I put up the next update I'll include a Linux build!
Cant find it on Google Code.
Yaffey now on XDA Portal
http://www.xda-developers.com/android/yaffey-for-all-your-yaffs2-needs/
Congo necro_!!!
Waiting eagerly for next update!
Burned from my laser torch using pencil cells
Thanks a lot!
Helped me retrieve some files from a nandroid backup I just couldn't open.
Thankyou so much! Much needed this is
Really great work, mate!!! I hope we also can use this for our Razr. What about the signature? If you rebuild an image with your tool, will the signature persist or does this only work on phones with unlocked bootloader?
dtrail1 said:
Really great work, mate!!! I hope we also can use this for our Razr. What about the signature? If you rebuild an image with your tool, will the signature persist or does this only work on phones with unlocked bootloader?
Click to expand...
Click to collapse
It's not working to me. Any hints?
Thanks man, nice work!
SWEET!!! That'll help me pick apart the ota for WP7. Thanks, you just made my day a lot easier.
jaywillsoul said:
SWEET!!! That'll help me pick apart the ota for WP7. Thanks, you just made my day a lot easier.
Click to expand...
Click to collapse
I haven't tested it with any Windows based images. The dates created, accessed and modified are stored differently and the user and groups IDs aren't used. The app currently doesn't handle this. This won't affect exporting data from the image but if you're adding files then when the image is used the dates will be very wrong.
I'd be interested to know what you're experience of using it with Windows images is like!
dtrail1 said:
Really great work, mate!!! I hope we also can use this for our Razr. What about the signature? If you rebuild an image with your tool, will the signature persist or does this only work on phones with unlocked bootloader?
Click to expand...
Click to collapse
I'm not sure what signature you're referring to. If it's similar to Sony Ericsson's .sin files that contain extra data at the start of the file before the YAFFS2 image then currently the tool doesn't handle this, only pure YAFFS2 images.
Here's the link http://code.google.com/p/yaffey/
Very nice.
Having the ability to sort the displayed results would be useful.
Good work, thanks

[Guide]How to merge multiple mmssms.db into one file .

Hiya there.
Im kinda new here in this forum so greet me well . ^^
Well I juz finished searching and figured out . I would like to share how to combine multiple mmssms.db (Message Data) file into one file where the file located on /data/data/.com.android.providers/databases
So what we gonna need is these 2 file .
*[TOOL] yaffs extractor, mmssms.db & contacts2.db converter
*SMS Backup & Restore
1. Extract yaffs extractor, mmssms.db & contacts2.db converter to you main drive. (Like mine ish C:\ )
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So theres the file that you extracted located open it up and see wether all the file extracted is same as in the pic.
2. Next we have to put the *.db file in the yaffs extractor, mmssms.db & contacts2.db converter folder,I have 2 backup *.db so I made 2 folder(Message1 and Message2) which is each mmssms.db file in each folder.
3. So now were gonna convert the *.db file into *.xml .
Run cmd and put this command . (Convert all your backup *.db cause we gonna need it , depends how many you have )
cd c:\yaffs-mmssmsdb-calls-extractor
extract -s Message1\mmssms.db
Message1.xml
Juz put anyname you like as long you put .xml along with the name .
Click to expand...
Click to collapse
And the converted file will be in the same folder yaffs extractor, mmssms.db & contacts2.db converter in the *.xml format . We gonna need those files soon just let it there .Now we're almost done , going to next step.
Next, install SMS Backup & Restore on your phone . Put all converted *.xml file in the /sdcard/SMSBackupRestore/
Now open up SMS Backup&Restore that you have install on your sdcard.
Wait till the Apps pop out and Click on Restore , you will see the *.xml file that you have copied to the /sdcard/SMSBackupRestore/ .
Now, Click on each of *.xml and restore every single of your backup message file.
And the Results ..
The Failed might be due to corrupted or unread message while backup.
Thats it ! You're done, you have merged all of you mmssms.db into one file.
Goodluck on trying , glad to help and share. ^^
Perfect
This has been a real life-saver for me. Works perfectly. Many many thanks for sharing.
Thanks a million
This is really a lifesaver,
The screen of my phone died, so all I had access to was adb and through this guide I was able to restore messages.
I did not have to merge, but it worked the same.
Thanks once again
Fantastic!
Worked like a charm! I've been different methods all week, trying to copy the old mmssms.db to the database directory, and everything failed. But not this!
Tank you!
agan TS
so what if we want to merge multiple contacts2.db? is it the same way? i am pretty sure it's not, the command would be different right?
thank you for this tutorial, very helpful
Does this merge MMS messages as well? Or does it only merge SMS text messages?
I know SMS Backup & Restore typically doesn't restore MMS so I'm thinking this method won't work for MMS.
SMS all Data with Delivered Date and Hour Backup/Merge/Restore
Hello,
I have a problem with all these sms backup programs.
I wish to get all SMS Data, like sent Date/Hour Text etc.
But also I wish to save the Delivered Time.
Does somebody know a Program the can list these Data and/or Backup this Data.
I could Backup nearly everything except the Delivery_Date and Delivery_Status.
Can somebody tell me how I can import/transfer/merge the SMS Data from my Note2 and Note4 to my new S7edge
Thanks for your help
George
I try do this but i have some error :
extract : The term 'extract' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a p
ath was included, verify that the path is correct and try again.
At line:1 char:1
+ extract -s Message1\mmssms.db
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (extract:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Suggestion [3,General]: The command extract was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\extract". See "get-help about_Command_Precedence" for more details.
PS C:\yaffs-mmssmsdb-calls-extractor>

[GUIDE] [view stored password]

I DO NOT ENCOURAGE HACKING OR WHATSOEVER, THIS IS JUST FOR GENERAL INFORMATION
EVER FORGOT ANY ID OR PASSWORD OF AN ID OR AN APP AND FIND IT BORING TO GO THROUGH THE ENTIRE PASSWORD/ID RECOVERY PROCESS...
THERE MIGHT BE INSTANCES WHEN YOUR FRIEND MIGHT HAVE LOGGED IN THROUGH HIS ID ON YOUR PHONE AND YOU WANNA FIND HIS PASSWORD.
THIS GUIDE WILL TELL YOU HOW:
WORKS WITH ALL BROWSERS AND APPS WHICH SAVE PASSWORD'S
WORKS ONLY IF SAVED PASSWORDS ARE NOT CLEARED!!
1.OPEN ROOT EXPLORER
2.GO TO DATA
3.AGAIN OPEN DATA IN DATA FOLDER
4.Eg IF USING STOCK BROWSER, SEARCH FOR A FOLDER "COM.ANDROID.BROWSER"
5.IN THE FOLDER NAVIGATE TO ANOTHER FOLDER CALLED "DATABASES"
6.IN THE DATABASE FOLDER THERE WILL BE A FILE CALLED "WEBVIEW.DB"
7.THAT'S IT! OPEN IT AND HIT ON PASSWORD! AND SCROLL THE SCREEN TO THE LEFT!!
{
"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"
}
HIT THE THANX BUTTON
Will work only with stock browser ?
Cheers
avilove4u said:
Will work only with stock browser ?
Cheers
Click to expand...
Click to collapse
YES
xm2406 said:
YES
Click to expand...
Click to collapse
Ok
Cheers
saved password in android
how to recover saved password in facebook android app
Hi, I followed your instructions this is what happens I attached a screenshot of the error, pls advise. Thanks
Nice
It would be REALLY cool if worked on Google Chrome or another third-party browser
xm2406 said:
YES
Click to expand...
Click to collapse
Wait.. you stated at the beginning of the thread "WORKS WITH ALL BROWSERS AND APPS WHICH SAVE PASSWORD'S" ???
how about on unrooted android phone?
miltonx27 said:
It would be REALLY cool if worked on Google Chrome or another third-party browser
Click to expand...
Click to collapse
ROOT REQUIRED:
Using Root Explorer navigate to data/data/com.android.chrome/app_chrome/Default/. Open Login Data file using txt viewer and look for password string on any website you log into using chrome.
This I tried on my galaxy mega.
Good Luck!
---------- Post added at 09:49 AM ---------- Previous post was at 09:47 AM ----------
makankaki said:
how about on unrooted android phone?
Click to expand...
Click to collapse
If you can find a way to view system files without rooting.
It would be cool if someone could make an app that could do this
Sent from my SGH-T999 using Tapatalk
how about in facebook apps...
webview.db doesn't show my passwords
I want to view all my saved passwords in Opera Mini for Andorid.
I got the webview.db file in /data/data/com.opera.mini.android/databases/ .
However, after viewing it in SQLite database, it shows no passwords saved (see screenshot). But the username and passwords are there typed on every login pages when I use the browser.
How do I view the passwords?
ody12 said:
It would be cool if someone could make an app that could do this
Sent from my SGH-T999 using Tapatalk
Click to expand...
Click to collapse
maybe i will...
Paresh Kalinani said:
I want to view all my saved passwords in Opera Mini for Andorid.
I got the webview.db file in /data/data/com.opera.mini.android/databases/ .
However, after viewing it in SQLite database, it shows no passwords saved (see screenshot). But the username and passwords are there typed on every login pages when I use the browser.
How do I view the passwords?
Click to expand...
Click to collapse
Maybe view passwords bookmarklet can help you out.
Code:
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
Source from: squarefree.com/bookmarklets/forms.html (I can't insert links)
Just figured out the password isn't stored in the webview.db file for Opera Mini for Android app. I deleted the webview.db file and still the email address and password were already filled on websites.
Searched the internet for a while.. Whoaa.. There's NO place which tells how to retrieve passwords from this simple small Opera Mini browser....!
Sent from my GT-I9300 using XDA Premium 4 mobile app
Inbuilt Mail app password
I am just wondering how do i follow the same instructions and reveal the password for the mail incoming/outgoing... And mine is not a rooted phone and this is a stock mail app and not a third party app. Please do suggest or help me in this... I am trying as well, if i find out something will update again.
bongski55 said:
ROOT REQUIRED:
Using Root Explorer navigate to data/data/com.android.chrome/app_chrome/Default/. Open Login Data file using txt viewer and look for password string on any website you log into using chrome.
This I tried on my galaxy mega.
Good Luck!
Click to expand...
Click to collapse
I had to use a sqlite editor in order to view the passwords. Additionally, this only works for the primary profile (no secondary tablet user passwords are stored here).
bongski55 said:
ROOT REQUIRED:
Using Root Explorer navigate to data/data/com.android.chrome/app_chrome/Default/. Open Login Data file using txt viewer and look for password string on any website you log into using chrome.
This I tried on my galaxy mega.
Good Luck!
---------- Post added at 09:49 AM ---------- Previous post was at 09:47 AM ----------
If you can find a way to view system files without rooting.
Click to expand...
Click to collapse
My device is rooted, I just tried the Login Data Worked fine. I didn't bother with Root Explorer as I had FX Explorer at hand in root mode.
Just wanted to say THANK YOU verrrrrry much
Best greetings
Kindly How Can I do that
bongski55 said:
ROOT REQUIRED:
Using Root Explorer navigate to data/data/com.android.chrome/app_chrome/Default/. Open Login Data file using txt viewer and look for password string on any website you log into using chrome.
This I tried on my galaxy mega.
Good Luck!
---------- Post added at 09:49 AM ---------- Previous post was at 09:47 AM ----------
If you can find a way to view system files without rooting.
Click to expand...
Click to collapse
Kindly when i ls the Default directory it only give me the following
[email protected]:/data/data/com.android.chrome/app_chrome/Default# ls
AndroidCache
DeltaFileLevelDb
Network Action Predictor
Session Storage
Visited Links
AndroidCache-journal
Favicons
Network Action Predictor-journal Shortcuts
Web Data
Archived History
Favicons-journal Origin Bound Certs
Shortcuts-journal Web Data-journal
Archived History-journal History
Origin Bound Certs-journal
Top Sites
Cookies
History-journal
Preferences
Top Sites-journal
Cookies-journal
Local Storage
README
TransportSecurity
Click to expand...
Click to collapse
[email protected]:/data/com.android.chrome/app_chrome/Default# file *
AndroidCache: SQLite 3.x database
AndroidCache-journal: empty
Archived History: SQLite 3.x database
Archived History-journal: data
Cookies: SQLite 3.x database
Cookies-journal: data
DeltaFileLevelDb: directory
Favicons: SQLite 3.x database
Favicons-journal: data
History: SQLite 3.x database
History-journal: data
Local Storage: directory
Network Action Predictor: SQLite 3.x database
Network Action Predictor-journal: data
Origin Bound Certs: SQLite 3.x database
Origin Bound Certs-journal: data
Preferences: UTF-8 Unicode text
README: ASCII text, with no line terminators
Session Storage: directory
Shortcuts: SQLite 3.x database
Shortcuts-journal: data
Top Sites: SQLite 3.x database
Top Sites-journal: data
TransportSecurity: ASCII text
Visited Links: data
Web Data: SQLite 3.x database
Web Data-journal: data
Click to expand...
Click to collapse
so where is the Login Data you mintioned ???

[TOOL] Logcat Tool by FuzzyMeep TWO

Hey guys! Here's a very nice & easy-to-use tool for those who are new to android development.
As you all know, every developer needs testers not only to reports bugs but also to provide him with all the information on how,when and what went wrong, in other words, logs. In geek language, it is called logcats.
A logcat is a text file in which all the information about device is saved from its OS boot. But it is kind of difficult/confusing for beginners to get the logcats. This tool helps you to get logcats without any commads, just with the press of a button.
Download:-
LOGCAT TOOL v3.1 by FuzzyMeep TWO
Current Version: - v3.1
Changelog:-
-----------------------------v3.1----------------------------------------------------------------
-Fixed options 7 & 8. URLs were missing a question mark "?".
-Changelog Edits.
-Saves and parses files into different output files based on log level (E,I,D,W.....etc)
-Many bug and typo fixes.
-Now Saves Settings.
-Easy XDA option adds
Code:
brackets for easy posting to XDA.
-There are now key words you can enter to execute actions instead of just numbers ex. "LOG" to start logging or HELP for help.
-Automatically adds "/" to end of directories entered if forgotten.
---------------------------------------------------------------------------------------------------
[I]Note[/I]:- No installation required. Just download the file and open it!
[U][B]Google Code Page[/B][/U]:-
[url]https://code.google.com/p/logcat-tool/[/url]
Special thanks to [URL="http://forum.xda-developers.com/member.php?u=4507027"][COLOR="Blue"][B][I]FuzzyMeep Two[/I][/B][/COLOR][/URL] for making this tool.
Head over to original thread for more information and updates.
[url]http://forum.xda-developers.com/showthread.php?t=1747544[/url]
[U][B]Screenshots[/B][/U]:-
[IMG]http://img193.imageshack.us/img193/4966/adbtool.jpg[/IMG]
New and improved!!!
UPDATE 4.1
Corrected an issue causing empty files.
DOWNLOAD
apparently, if the process id contained a space ( 1234) the file would parse correctly, but if the numbers came up to the parenthesis (12345) it would output an empty file named ACTIVITY(12345) with no extension.
This was a huge issue, and i apologize for not seeing it sooner. It has been corrected, and the logcat tool works better than ever. I just ran through a 20,000 line logcat without any empty files appearing.
a couple more things to help with stability.
Underscores (_) will be replaced by dashes (-)
Brackets ([]) and arrows (<>) will be replaced with parenthesis(())
-------------------------------------------------------------------------------------------------------------
HUGE UPDATE
Added the ability to "SUPER PARSE" Files, which separates files into folders by log level and creates a TXT file for each activity
EX.
.[OUTPUT FOLDER]-->
.....[DEBUG LEVEL FOLDER] --->
............... BACKUPMANAGER.TXT
............... SURFACFLNGER.TXT
................ETC...
Super parse DOES NOT Work with LONG format Logs.
SUPER PARSE is in its infancy I do expect errors, please let me know if you run into anything.
NOW PROPERLY PARSES "LONG" FORMAT LOGCATS.
Thank you to Senior Member jes0411 for pointing out the issues that lead me to create V3.4 and 3.5. If any of you have an issue please let me know. It could be hours before i get to it or weeks, but i will get to fixing it.
EDIT V3.1 DONE
https://code.google.com/p/logcat-tool/downloads/list
FIXED OPTIONS 7 & 8, URLS WERE MISSING A "?"
CHANGELOG EDITS
SAVES AND PARSES FILES IN TO DIFFERENT OUPUT FILES BASED ON LOG LEVEL (E , I , D , W , ETC)
EDIT V3.4 DONE
Changed the way the date variable was handled to hopefully fix issues experienced by users of non-English versions of windows.
NEW VERSION OF LOGCAT TOOL!!!
GREATLY IMPROVED.!!!
Many bug and typo fixes.
Now Saves Settings.
Easy XDA option adds
Code:
brackets for easy posting to XDA.
There are now key words you can enter to execute actions instead of just numbers ex. "LOG" to start logging or HELP for help
Automatically adds "/" to end of directories entered if forgotten.
[/hide]
FuzzyMeep Two said:
NEW VERSION OF LOGCAT TOOL!!!
GREATLY IMPROVED.!!!
Many bug and typo fixes.
Now Saves Settings.
Easy XDA option adds
Code:
brackets for easy posting to XDA.
There are now key words you can enter to execute actions instead of just numbers ex. "LOG" to start logging or HELP for help
Automatically adds "/" to end of directories entered if forgotten.[/QUOTE]
Thanks for updating here buddy. :)
Sent from my GT-I9103 using Tapatalk 2
Click to expand...
Click to collapse
1337SereniTyx3 said:
Thanks for updating here buddy.
Sent from my GT-I9103 using Tapatalk 2
Click to expand...
Click to collapse
HUGE UPDATE
Version 4.0
Added the ability to "SUPER PARSE" Files, which separates files into folders by log level and creates a TXT file for each activity
Super parse DOES NOT Work with LONG format Logs.
SUPER PARSE is in its infancy I do expect errors, please let me know if you run into anything.
EDIT V3.6 DONE
Added ability to filter logcats by activity name. (logcat -s "FILTER")
Fixed Log Level Setting
EDIT V3.5 DONE
NOW PROPERLY PARSES "LONG" FORMAT LOGCATS.
Thank you to Senior Member jes0411 for pointing out the issues that lead me to create V3.4 and 3.5. If any of you have an issue please let me know. It could be hours before i get to it or weeks, but i will get to fixing it.
EDIT V3.4 DONE
Changed the way the date variable was handled to hopefully fix issues experienced by users of non-English versions of windows.
EDIT V3.1 DONE
https://code.google.com/p/logcat-tool/downloads/list
FIXED OPTIONS 7 & 8, URLS WERE MISSING A "?"
CHANGELOG EDITS
SAVES AND PARSES FILES IN TO DIFFERENT OUPUT FILES BASED ON LOG LEVEL (E , I , D , W , ETC)
EDIT: BUG FIX UPDATE HERE
The last version removed a "*" on me so it had a great potential for closing itself, so i have repaired the problems.
EDIT V3.6 DONE
Added ability to filter logcats by activity name. (logcat -s "FILTER")
Fixed Log Level Setting
1337SereniTyx3 said:
Hey guys! Here's a very nice & easy-to-use tool for those who are new to android development.
As you all know, every developer needs testers not only to reports bugs but also to provide him with all the information on how,when and what went wrong, in other words, logs. In geek language, it is called logcats.
A logcat is a text file in which all the information about device is saved from its OS boot. But it is kind of difficult/confusing for beginners to get the logcats. This tool helps you to get logcats without any commads, just with the press of a button.
Download:-
LOGCAT TOOL by FuzzyMeep TWO
Latest Version: - http://code.google.com/p/logcat-tool/downloads/detail?name=logcatTool.exe&can=2&q=
Note:- No installation required. Just download the file and open it!
Google Code:-
https://code.google.com/p/logcat-tool/
Special thanks to FuzzyMeep Two for making this tool.
Head over to original thread for more information and updates.
http://forum.xda-developers.com/showthread.php?t=1747544
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"
}
Click to expand...
Click to collapse

Categories

Resources