Related
Hi Friends, Am learning android application development and working on my first android application Named "Password Safe".
This is a very simple password keeper application with following features
1. You can save user id and passwords (of different types ) for different websites.
2. Password details can be saved in Phone memory as well as Memory card
3. Password details in memory card will be stored in encrypted formatted using your Password Safe Application.
4. In case you flashed your phone or uninstalled the application, You can recover all your password details by using this Password safe application. And to do so-
a. install the password safe application
b. Create User id and password ( same as which you used before to store your password details)
c. Go to Password details page and use Load from sdcard menu.
Please try this application and let me about any issues (or enhancement) so that we can make it more user friendly and useful.
Change Log Version 1.2
1. Now you can fetch details for any particular site ( No need to give the complete name just mention 2 - 3 character of the name and it will fetch details of all the similar sites )
2. Option to delete all the password details from phone memory.
Internet access permission is required to display Ads (Advertisements ). There is an option in Preferences Menu. from there you can enable Or disable ads
Note : Changes done through Preferences Menu will reflect next time when you will log in into the application.
Many Thanks for your Comments and M happy that u guys are finding this application useful
If you have any idea to improve this application, please let me know. You can drop your ideas here or send me a PM. I will try my level best to achieve that
Working great !!!!!!!! Good job !!!
Sent from my X10i using xda premium
Great work
Why does it need Internet access permission ?
Rapier07 said:
Great work
Why does it need Internet access permission ?
Click to expand...
Click to collapse
Internet access permission is required to display Ads (Advertisements ). There is an option in Preferences Menu. from there you can enable Or disable ads
Note : Changes done through Preferences Menu will reflect next time when you will log in into the application.
Okay...
Good work mate
Many Thanks for your Comments and M happy that u guys are finding this application useful
If you have any idea to improve this application, please let me know. You can drop your ideas here or send me a PM. I will try my level best to achieve that
I've seen some threads about accessing the WhatsApp messages backup database files on iPhone, Android and older Windows Phone versions (7.x). However, none of the methods seem to be compatible with the WhatsApp messages backup database file found on Windows Phone 8.1. I am looking for a way to either extract/decrypt or restore an older messages backup database. Tried so far:
- Place messages.db file on SD card and reinstall WhatsApp. WhatsApp does NOT find the backup on installation. It only restores the most recent chats (not the ones from the backup file)
- Tried available tools for iPhone/Android (Python scripts with crypto 5/7/8). Database format is incompatible
- Tried opening the database file directly in Microsoft Access, SQLite Browser. Unrecognized file format
- Tried the Zune/WP Device Manager approach. Seems to work only with Windows Phone 7.x, Windows Phone 8 is not seen by the tool
- Tried Windows Phone Power Tools to access Isolated Storage for the WhatsApp app, but access to an apps isolated storage is not possible in Windows Phone 8 anymore.
- Tried the WhatsApp Xtractor, but it contains the same iPhone/Android python scripts that don't work with the Windows Phone version
- Even tried asking WhatsApp support directly, but they have not given any response yet
Can any WhatsApp / encryption wizard please help me out. I am more than willing to reward/tip you for it if the solution works!
i have the same problem ,pls pls pls tell me about the solution thx
Given that you already enabled full FS access on your phone or have control over an app wich has the ID_CAP_OEMPUBLICDIRECTORY capability, you can extract the unencrypted sqlite database from C:\Data\SharedData\OEM\Public\WhatsApp.
The structure of the database is quite complex (I suppose it grew over the years), but not too hard to understand.
However, I have no experience in using this mechanism as a backup/restore solution.
Source: blackhat . com/docs/ldn-15/materials/london-15-DeFulgentis-Witchcraft-For-Windows-Phone-Breakers.pdf page 68f
Sorry for broken link, I'm a new member.
I realize this is a pity, I want the Microsoft support seriously and updating applications
If you do not want to unlock / flash your phone in order to enable the full FS unlock, you can try the hack as shown in the Blackhat slides posted above.
It works by replacing an apps' core files with your own, but keeping the capability restrictions of the original app. (Use http://forum.xda-developers.com/win...p-customwpsystem-patch-xaps-wpsystem-t2975419 for example)
So just target an app with ID_CAP_OEMPUBLICDIRECTORY, deploy your custom payload and use it to copy the WhatsApp files somewhere.
Given the full FS access, is there any way to access the Whatsapp key file like on Android. That's what you would need to access the backup files instead of the unencrypted current message database, which is easily opened as SQLite database?
Hello ... I'm new here ... just wondering if there is any answer to this question ... I know it's not a recent discussion, but I really need some help from you guys. I have a wp where whatsapp is installed, but it's asking for verification and I dont have no more the sim card related to that account ... I saw chats, but then I made a huge mistake (opened whatsapp while I was online) and now I cannot access to those anymore ... I have messages.db but I'm unable to retrieve the key to decrypt that ... there are tons of posts about similar issue on android or IOS, but I need the same for WP ... is it something someone can drive me through? Thanks a lot in advance
If your phone has the Full-FS-Unlock enabled you can get the unencrypted databases at C:\Data\Users\DefApps\APPDATA\Local\Packages\5319275A.WhatsApp_cv1g1gvanyjgm\LocalState (or similar package name).
Or you can get unencrypted backups from C:\Data\SharedData\OEM\Public\WhatsApp
Or you can use a interop-unlocked File Manager App
jumpz said:
If your phone has the Full-FS-Unlock enabled you can get the unencrypted databases at C:\Data\Users\DefApps\APPDATA\Local\Packages\5319275A.WhatsApp_cv1g1gvanyjgm\LocalState (or similar package name).
Or you can get unencrypted backups from C:\Data\SharedData\OEM\Public\WhatsApp
Or you can use a interop-unlocked File Manager App
Click to expand...
Click to collapse
The files in C:\Data\SharedData\OEM\Public\WhatsApp seem to be encrypted as well … Or can you just not open them with a standard SQLite viewer?
weaselmc said:
The files in C:\Data\SharedData\OEM\Public\WhatsApp seem to be encrypted as well … Or can you just not open them with a standard SQLite viewer?
Click to expand...
Click to collapse
No, these files are indeed encrypted.
The winwazzapmigrator software did a good job migrating my database to a new android phone.
Tool to access file system on Windows 8.1 mobile
jumpz said:
If your phone has the Full-FS-Unlock enabled you can get the unencrypted databases at C:\Data\Users\DefApps\APPDATA\Local\Packages\5319275A.WhatsApp_cv1g1gvanyjgm\LocalState (or similar package name).
Or you can get unencrypted backups from C:\Data\SharedData\OEM\Public\WhatsApp
Or you can use a interop-unlocked File Manager App
Click to expand...
Click to collapse
Can anyone help me with a tool to access the file system where app files are stored on a windows 8.1 mobile?
me too
PritiM said:
Can anyone help me with a tool to access the file system where app files are stored on a windows 8.1 mobile?
Click to expand...
Click to collapse
I do have the same request...
Hi, I tried remove some games and scopes but their are still in my phone. Do you know where are installed? I wanna delete with console but I don't know where are the files. Locate command doesn't works amb find command is not enough.
This is a pic, an image is better than a text from a non english XD
https://plus.google.com/photos/1105...6131618823196190386&oid=110575007060381651511
Solved,
User manual: Deleting (Uninstalling) Scopes and Apps
You can’t delete the main Scopes and apps that were on your phone when you took it out of the box. All the others – the ones you have downloaded and installed yourself – can be deleted (or uninstalled) by visiting the Ubuntu Store and searching for your app or Scope. In the preview screen for the Scope or app you want to delete, you will see options to either update or uninstall it. Tap ‘Uninstall’ and let Ubuntu do the rest. The quickest way to access the preview screen for an app is to give a long press on the icon in the Apps Scope.
When deleting an application, their data will still remain on your phone, even for user-installed apps.
Their data can be found in the following places:
Code:
~/.local/share/<APP ID>
~/.config/<APP ID>
Thanks Nikwen
CesarMR said:
Thanks Nikwen
Click to expand...
Click to collapse
You're welcome.
im just thinking to make a thread (to make it easy to find) for those are looking the solution for Gr8 activation code.
credit to [email protected] :good::good::good::good::good:
feel free to click " Thanks " to make others easier to find this thread on searching
[SOLVE] Gr8 Activation Code For All Huawei Device :victory:
1) turn on the Huawei media pad/phone, unlock the screen
2) plug in to computer/laptop windows 7,8 or windows 10
3) on the Huawei media pad screen, it will pop up usb setting, select hiSuite usb type option
4) at the andoid setting, please go to about table setting, then enable developer mode by taping 7 times at Build number
5) still at android setting, go to security, make sure your android Screen lock setting is set under Huawei unlock,the go to shortcut setting, need to set to google app and android setting app.
6) install HiSuite to your computer - this is the Huawei official computer device managed software tool
7) install iRoot software to your computer. careful with this installation, it full of bloatware, but don't worry it don't have a virus.
8) run the iRoot and it will root your device. It will restart your Huawei pad multiple times.
9) after it root complete, unlock your device then go to google play ( as your android unlock setting option have the google play as describe in step 5)
10) install System app remover from google play
11) open the app, go to inside the app setting, remove setting Hide core system app
12) go to the main menu of the app remover, under manager, select system app, now you can find gr8 gallery app. Removed that app then restart the device.
13) you will have multiple error in android, just reboot and the error gone. DONE
How to get avtivation code 4 huawei media pad gr8
Ameer latif said:
How to get avtivation code 4 huawei media pad gr8
Click to expand...
Click to collapse
Hi, found a reply in a facebook post with the bypass code shared by Mohd Ridzwan.
But due to restriction of my account, i hit below msg while having url in the reply.
The following errors occurred with your submission:
To prevent spam on the XDA forums, ALL new users prevented from posting outside links in their messages. After approximately 10 posts, you will be able to post outside links. Thank you for understanding!
Click to expand...
Click to collapse
Please google: Gr8 powered by Malay Mail "Lim KY" "Mohd Ridzwan"
And look for the reply in the post by Lim KY, February 22, 2016 · Kuala Lumpur.
methods can check out my blog:
HUAWEI S7-701U Gr8 ACTIVATION CODE BYPASS OR FIRMWARE 100%
METHOD 1: To perform hard reset for your Huawei S7-701u you may need to save all of your apps and files to your memory card and take it out...
dreamyskyblue.blogspot.com
traviskb said:
im just thinking to make a thread (to make it easy to find) for those are looking the solution for Gr8 activation code.
credit to [email protected] :good::good::good::good::good:
feel free to click " Thanks " to make others easier to find this thread on searching
[SOLVE] Gr8 Activation Code For All Huawei Device :victory:
1) turn on the Huawei media pad/phone, unlock the screen
2) plug in to computer/laptop windows 7,8 or windows 10
3) on the Huawei media pad screen, it will pop up usb setting, select hiSuite usb type option
4) at the andoid setting, please go to about table setting, then enable developer mode by taping 7 times at Build number
5) still at android setting, go to security, make sure your android Screen lock setting is set under Huawei unlock,the go to shortcut setting, need to set to google app and android setting app.
6) install HiSuite to your computer - this is the Huawei official computer device managed software tool
7) install iRoot software to your computer. careful with this installation, it full of bloatware, but don't worry it don't have a virus.
8) run the iRoot and it will root your device. It will restart your Huawei pad multiple times.
9) after it root complete, unlock your device then go to google play ( as your android unlock setting option have the google play as describe in step 5)
10) install System app remover from google play
11) open the app, go to inside the app setting, remove setting Hide core system app
12) go to the main menu of the app remover, under manager, select system app, now you can find gr8 gallery app. Removed that app then restart the device.
13) you will have multiple error in android, just reboot and the error gone. DONE
Click to expand...
Click to collapse
B
traviskb said:
im just thinking to make a thread (to make it easy to find) for those are looking the solution for Gr8 activation code.
credit to [email protected] :good::good::good::good::good:
feel free to click " Thanks " to make others easier to find this thread on searching
[SOLVE] Gr8 Activation Code For All Huawei Device :victory:
1) turn on the Huawei media pad/phone, unlock the screen
2) plug in to computer/laptop windows 7,8 or windows 10
3) on the Huawei media pad screen, it will pop up usb setting, select hiSuite usb type option
4) at the andoid setting, please go to about table setting, then enable developer mode by taping 7 times at Build number
5) still at android setting, go to security, make sure your android Screen lock setting is set under Huawei unlock,the go to shortcut setting, need to set to google app and android setting app.
6) install HiSuite to your computer - this is the Huawei official computer device managed software tool
7) install iRoot software to your computer. careful with this installation, it full of bloatware, but don't worry it don't have a virus.
8) run the iRoot and it will root your device. It will restart your Huawei pad multiple times.
9) after it root complete, unlock your device then go to google play ( as your android unlock setting option have the google play as describe in step 5)
10) install System app remover from google play
11) open the app, go to inside the app setting, remove setting Hide core system app
12) go to the main menu of the app remover, under manager, select system app, now you can find gr8 gallery app. Removed that app then restart the device.
13) you will have multiple error in android, just reboot and the error gone. DONE
Click to expand...
Click to collapse
Bt how I install app remover were as the phone is unaccesable,
billson.chew.my said:
Hi, found a reply in a facebook post with the bypass code shared by Mohd Ridzwan.
But due to restriction of my account, i hit below msg while having url in the reply.
Please google: Gr8 powered by Malay Mail "Lim KY" "Mohd Ridzwan"
And look for the reply in the post by Lim KY, February 22, 2016 · Kuala Lumpur.
Click to expand...
Click to collapse
How can I by pass, i have the code the problem is the WiFi, Wereas it is connected,
Hello,
I've debloated a Samsung SM-A320FL for work, so I though I should share my method with you.
It needs no special knowlegde, no root so you won't loose any warranty or so.
1 - First of all, you need to install ADB on your PC (You can find how to do it here).
2 - Then activate developper options on the phone. Go to:
Parameters/about phone/software informations
and tap 7 times on "build version"
3 - Still on the phone, go back to parameters and to "developper options". Activate "USB debogging mode"
4 - Plug the phone to the PC and athorize the connection
5 - Launch the adb console as administrator and type "adb shell"
6 - Paste the content of the file linked to this post and press enter
Your A3 has now only those apps:
- My files
- Play Store
- Phone
- Messages
- Camera
- Gallery
- Clock
- Contacts
- Parameters
- Calculator
Off course you can now desactivate "USB debogging mode" and "developper mode", so your phone seem to be factory done like that by Samsung.
Can I do this on Linux?
livelife01 said:
Can I do this on Linux?
Click to expand...
Click to collapse
Yes, you can. Just install ADB.
Hello,
does the phone needs to be in download mode?
Thank you sir, works like a charm on the official firmware.
Hello,
does the phone needs to be in download mode?
Click to expand...
Click to collapse
No
Hello, seem's working but i have again apps on phone. In application list, i see them again with "not installed" mentionned.
How can i delete them definitively to gain space.
kagazushi, are you french ? i see SFR apps
Best regards.
adb shell pm disable-user --user 0 <package_to_disable>
For some reason, the disable-user command lets you disable basically any application you want while the regular disable command is quite limited.
Hi
do you still have voLTE once all these stuffs are gone ?
Thanks a lot for this debloater !
(edit : it's ok, I still have voWIFI & voLTE after debloating)
so does this still work on the latest firmware? Is it really safe?
Thanks, saved my device from the ever overloaded internal memory. As it's for personal use I kept (or rather reinstalled) email, calendar, photoretouching, smartmirroring, google drive (aka .docs) and google maps (some may want to keep videos and youtube too).
I only have one issue so far:
gallery app crashes when i want to check image details and under albums it only shows me camera roll, but none from other folders.
despite reinstalling smartmirroring, the screen-mirroring icon disappeared from the slide-down menu [stupid me had installed mirrorlink instead of smartmirroring]
It would be great, if someone could tell what dependencies the gallery app has to access file info and to create these folder albums. So i can reinstall the needed stuff. My phone feels so much snappier now and i certainly won't go back to reinstall all of them just to get that Samsung gallery and screen mirroring to work properly. Thanks again to the OP.
knopper84 said:
so does this still work on the latest firmware? Is it really safe?
Click to expand...
Click to collapse
yes, did it yesterday on a completely updated phone. It just didn't remove samsung pay and linkedin bloatware on my device - not a big issue.
Anybody using Android Auto after debloating? Issues?
Thanks