data recovery - samsung notes - help :( - General Questions and Answers

hey there, so i normally wouldn't ask in a forum for help, but my situation is desperate.
background information:
I wanted to transfer my samsung notes to my PC, which went wrong and the files on my PC are 0 byte sized.
unfortunately, i deleted the files on my samsung before checking if the transfer had been successful (aargh)
those notes (16) were extremely fckkng important (scientific nature, therefore important for society too), i tried to recover them from every drive they were on but without success.
the transfer was also made under special circumstances (bluetooth to live os, then live os to windows, then windows to usb, then usb to linux; the chain was unavoidable for reasons i cant tell here, but maybe you get why checking the files for completion wasn't that easy; also, i checked the files after the bluetooth transfer and all files seemed to be fine with all their regular sizes)
(i hate samsung for putting the notes in the root directory, i know it may makes sense for security reasons but i'm just grumpy at this point, haven't slept for a way too long time now.)
bootloader of the phone is locked.
(i hate myself for that, wanted to root the phone a couple of weeks ago but couldnt find the time)
here are the questions:
would it be possible to make SNote run a data recovery program to recover the notes for me through (= Samsung notes exploit, but limited to the s note root storage location) and how difficult would you rate this task
would it be possible to gain access to the root storage though an exploit and then recover the data?
if those ideas are dumb, whats the possibility recovering the data after rooting the phone (56gb storage left from 120gb; didn't use the phone since i discovered the files were corrupted)?
it would mean very much to me if this post was answered! ❤
i could cry if i think of the work wasted if i can't recover those files.

Related

[Q] android App path

I have installed an Android Application which was developed by the friend of mine. It had installed on my Android phone (HTC G2, with Android 2.2). I need to locate the application forlders, and especially SQLite database which was created along with the application, because I need to copy it to my PC. I did seach on SD card but I did not found it, so I assume it must be on the device RAM, but I really don't know the structure and how the apps are organized. I might suspect the SQLites data filename, but that all I know at the moment.
Can somebody pint me to some utility which will allow to find the database, and the application path, and most of all to copy it to the PC ???
Thanks - Arthur
The database and any other "data" used by the app will be located in /data/data/ then inside a directory that corresponds to the app's package name. If we use the Kindle app as an example, the path to it's data would be: /data/data/com.amazon.kindle
unfortunately I checked this foldeor on RAM as well as SD and couldn't find it. device /data folder is empty, and SD gas some other stuff bot not this App.
aklisiewicz said:
unfortunately I checked this foldeor on RAM as well as SD and couldn't find it. device /data folder is empty, and SD gas some other stuff bot not this App.
Click to expand...
Click to collapse
I should have also said, you need to be rooted in order to see the contents of the /data directory. Without root access, it will be shown as empty because you do not have permission to view or modify. If your phone is rooted, you can use Root Explorer, Terminal Emulator, or adb to access /data and copy, modify, create, or delete files there.
Thank you for your time. That would explain why I do not see it.
OK, I have HTC G2 from T-Mobile, I think it has Android 2.2
Nothing was changed or updated on this phone since I bough it last fall. I'm not with T-Mobile anymore so I do not wat to mess up with the phone unless I'm really sure what am I doing. The only nice thing is that the phone is unlocked now. The reason I ask those questions is because I am working on some tool, which is a desktop program wchich supposed to sync SQLite data from device to the PC.
What I want to do is to connect the device through USB cable, then have it mapped is it normally does (i.e. drive H. Then access the SQLite file from the desktop application by opening the database through that link and syncing the records. Not sure but I hope this approach would work. If it cannot work that way then eventually I want to copy the SQLite dB file to the PC sync database and then copy it back to the device. I already have a desktop App which work on SQLite localy so now I want to access the device, having the same dB file residing on my android phone instead on my local HD.
What could be the reason that the installed APP doesn't want to move to SD ???
I would appreciate any suggestions...
What is required to root the phone? I've herd there are some risks. Besides I probably have to find some other solutions as none of the App users would want to root their devices (or have a knowledge how to do it).
aklisiewicz said:
Thank you for your time. That would explain why I do not see it.
OK, I have HTC G2 from T-Mobile, I think it has Android 2.2
Nothing was changed or updated on this phone since I bough it last fall. I'm not with T-Mobile anymore so I do not wat to mess up with the phone unless I'm really sure what am I doing. The only nice thing is that the phone is unlocked now. The reason I ask those questions is because I am working on some tool, which is a desktop program wchich supposed to sync SQLite data from device to the PC.
What I want to do is to connect the device through USB cable, then have it mapped is it normally does (i.e. drive H. Then access the SQLite file from the desktop application by opening the database through that link and syncing the records. Not sure but I hope this approach would work. If it cannot work that way then eventually I want to copy the SQLite dB file to the PC sync database and then copy it back to the device. I already have a desktop App which work on SQLite localy so now I want to access the device, having the same dB file residing on my android phone instead on my local HD.
What could be the reason that the installed APP doesn't want to move to SD ???
I would appreciate any suggestions...
What is required to root the phone? I've herd there are some risks. Besides I probably have to find some other solutions as none of the App users would want to root their devices (or have a knowledge how to do it).
Click to expand...
Click to collapse
Took me a bit to get back to you but figure better late than never...
Here is a good FAQ on rooting among other things specific to the G2(the US variant of the Desire Z). In order to root your G2, this guide looks to be good as he's simplified and automated a good bit of the process, should be safe, and seems to work. You'll need to install the two apps he mentions in step 1 and download the zip file he mentions in step 2 which is attached at the bottom of the post then just follow the instructions.
As for the database stuff, if you end up needing to access the /data directory you'll have to be rooted. Also, moving the app to the sdcard won't really help you with having access to the app's files. Froyo built-in App2SD just moves the apk file to a hidden directory on /sdcard (.android_secure) but the app data, cache and all that stuff will still be on internal memory. But to answer why the app won't move to the sd card, I'm guessing it's because the app itself must allow for it to be moved since by default, an app doesn't have this enabled unless the app dev gives it that ability.
To communicate with the phone, even with root access, you'll probably have to do so through adb commands or use an adb shell to be able to run shell commands on the phone. This would require adb be set up on the user's computer. If you want to play around with adb, there's a nice guide called ADB for Noobs that goes through setting it up and starting out using it. I can't say I've really done anything with SQLite databases on Android and certainly not then syncing it to a computer so I could be off-base or overlooking a workaround.
Thank you for your valuable information. You guys are really great help, and I appreciate your time. I will study the links provided.
In the meantime my main concern is to access SQLite database, as I need to get to the records, or at least be able to copy it back and forth between device an PC. I guess the database file would be something like MyDatabase.db , but I have no cule how to find it and copy it. As you have said it might be in some system protected directory. The main issue is that I will ne a solution which would work on every standard device (no the rooted one), so I need something very easy for the user to setup and follow. I have seen a utility that allow to manipulate SQLite records directly on device, but again thsi tools requires to root the phone (which I'm reluctant to do) because ot the above reasons. If you could help my to resove this I would be very graceful!
Arthur
aklisiewicz said:
Thank you for your valuable information. You guys are really great help, and I appreciate your time. I will study the links provided.
In the meantime my main concern is to access SQLite database, as I need to get to the records, or at least be able to copy it back and forth between device an PC. I guess the database file would be something like MyDatabase.db , but I have no cule how to find it and copy it. As you have said it might be in some system protected directory. The main issue is that I will ne a solution which would work on every standard device (no the rooted one), so I need something very easy for the user to setup and follow. I have seen a utility that allow to manipulate SQLite records directly on device, but again thsi tools requires to root the phone (which I'm reluctant to do) because ot the above reasons. If you could help my to resove this I would be very graceful!
Arthur
Click to expand...
Click to collapse
Unless there is some trick I don't know about you are going to have to be rooted to get access to the database. I found a couple links discussing this: here and here. The second link does mention that the app with the database you want to access could be written to store the database on the sdcard where it would then be accessible but that would be unsecure since anything could read/modify it there.
Thanks, looks like I have to do more research on my own. It is hard to believe for me that Google would not allow to access the same database from different Apps. I've seen there is a Java class ContentProvider which seems to allow that, so I will study this, perhaps it will help. Thank for you help.
Arthur

New Phone, option to transfer everything?

Hello,
I currently own a LG E900 and just recently I noticed a little scratch on the display. I know this is gorilla glass and it worked really great for more than a year and I don't even know how the scratch got there, but I thought that it might be time to upgrade.
I know that most stuff is synced using Windows Live but there are still a couple of things where I am not sure:
1. What about contacts where I linked their Facebook, Twitter and Windows Live profiles? If they do not have the same name in Facebook and Windows Live, will their linking be preserved?
2. Is it possible to transfer stored data from apps and games? I mostly care about my saved progress from e.g. angry birds, can you transfer that without being banned or so from Xbox Live for cheating?
3. Zune creates full backups and I guess this would be the best you can get, but can you restore them onto another device (I am considering buying either another LG E900 or a HTC Titan 2, but this thread should not be about which phone to chose right now) or is this somehow tied to the IMIE?
All of your contacts are synced from their various accounts. None are currently stored on the phone. Your linked contacts will link if the names are the same. If names differ, you'll have to relink as necessary.
Game and application data cannot be transferred to the new phone unless said game/app offers a cloud backup option. XBoxLive games will remember scores, but I'm not sure about progress.
To my knowledge, a backup can only be restored to the phone it was made from. This means you can't even get the same model and restore from a different backup. Sucky, I know.
That is correct. Manually (using an app like Root Webserver or WPDM), you could back up your Angry Birds isolated storage folder and then restore it on the new phone (if you get another phone that you can achieve at least root-unlock with). I don't believe you're at risk of getting flagged for cheating unless you try to *edit* those game files.
That sound interesting.
Is root-unlock the same as interop-unlock?
No. Interop-unlock can allow apps to gain additional privileges, possibly including TCB privileges ("root" if it were a Unix-like OS; this is what's meant by "root unlock"). However, by default interop-unlock does not grant those permissions.
Root unlock is most commonly gained through either using interop-unlock on a supported device to then install WP7 Root Tools, or by using a full-unlocked custom ROM (full-unlock includes root-unlock).
Thanks, I guess I will be able to figure out the rest on my own since interop-unlock seems to be prettt easy on LG devices.
Just to be sure, if I copy the Isolated Storage from a game to my PC and back onto a different phone, that will still work?
slimshady322 said:
(I am considering buying either another LG E900 or a HTC Titan 2, but this thread should not be about which phone to chose right now) or is this somehow tied to the IMIE?
Click to expand...
Click to collapse
Angry Birds does not seem to require phone or owner identity privileges, so I doubt it is.
Also, keep in mind that the Titan II has no unlock at all yet - you couldn't get your files back on it then.

Big bug Huawei Mate 9 : warning for all

Good evening
Best wishes to you all
Sorry for my Bad english but I will try to do my best to explain the incredible bug encountered and warn everyone about my problem hoping it will avoid you the same disaster
I hope you can help me even if I do not believe it anymore...
Since I was caught by the time I carried out the daily transfer (by car, in the night, eating ....) of my photos / videos between my old phone (galaxy note 3) and my new Huawei mate 9 and this in several stages over several days via bluetooth.
Since everything worked perfectly because I checked day after day that I had the same number of files, I opened the videos transferred to the mate 9 and everything was there.
But one day I open the files transferred on the mate 9 and there everything disappeared except the directory tree: I mean that the folder transfered are there with their original names but all the content have been deleted and the folders transfered are well there but are all empty.
Of course like an idiot i have deleted the original content from my note 3 as I checked a successful transfer: result I have so far lost a major number of pro and family photos and video due to some sort of bug Of the mate 9.
I tried all the apps of recovery possible on the Google store or on Windows (easus, dr fone ....) but nothing does they do not find anything (and I'm in development mode with debug USB activated after that i have pressed 9 times on the phone model)
I know that I proceeded as an adventurer without saving before doing this damned transfer.
But do you think that there is a hope that I can manage to find by some means those files that have disappeared miraculously but their folders are still there but empty.
Thank you for your suggestions
Small precision in case: I made these transfers on the session of my second user account of my mate 9 and not the master account originally created during the first start of the phone.
I noticed that these additional user accounts are attractive at first but in fact there are too many limitations: only the master account can send MMS for example in no case the additional accounts even with all the permissions granted, there are Other limitations too ... I contacted Huawei who confirmed these limitations for security reasons according to them.
Similarly one can delete at any time the additional user accounts but if you want to delete the main account it is absolutely necessary to reset the phone and it is impossible to reverse one of the secondary accounts into master account, you will have to reset and recreate as desired.
The more absurd for me is the inability to transfer files present on the internal memory between sessions of user accounts, we can only access the files of our current session even when we are into in the session of the master account we can't access the files of one of our others account.
You dont have your stuff backing up to one of the many available clouds?
amazon, google, dropbox, etc.
I would have mentioned easus but looks like you tried. I feel bad for you but take it as a learning lesson, backup important stuff. Get you a hdd, cloud backup and computer backup minimum. Never solely rely on a cell phone.
Huawei is big on security. Sometimes they get it right but if your 2nd user account was someone you didnt want to access your information you would appreciate the added security. I have never used guest accounts or anything but I remember my 2 year old was playing with my phone as she always do, and few minutes later she was in twrp attempting to delete everything. This was a 128gb nexus 6p filled to the rim with important information.
any twrp backups from previous phones?
Don't call it a bug because It isn't.
And also there are easier and much faster ways to transfer files out there.
Sent from my MHA-L29 using XDA-Developers Legacy app
intruda119 said:
You dont have your stuff backing up to one of the many available clouds?
amazon, google, dropbox, etc.
I would have mentioned easus but looks like you tried. I feel bad for you but take it as a learning lesson, backup important stuff. Get you a hdd, cloud backup and computer backup minimum. Never solely rely on a cell phone.
Huawei is big on security. Sometimes they get it right but if your 2nd user account was someone you didnt want to access your information you would appreciate the added security. I have never used guest accounts or anything but I remember my 2 year old was playing with my phone as she always do, and few minutes later she was in twrp attempting to delete everything. This was a 128gb nexus 6p filled to the rim with important information.
any twrp backups from previous phones?
Click to expand...
Click to collapse
Hi
Thanks for your kindness
But unfortunately no twrp backups too... ;(
victorlht88 said:
Why didn't you use a micro SD card for data transfer?
Click to expand...
Click to collapse
I had a sandisk class 10 on my note 3... The SD card died with many importants informations and impossible to recovery too... Thats why i didn't and i won't use SD card anymore
Mate 9 victim said:
I had a sandisk class 10 on my note 3... The SD card died with many importants informations and impossible to recovery too... Thats why i didn't and i won't use SD card anymore
Click to expand...
Click to collapse
Bummer! Hope it gets better for you...
Btw, I see you just joined, so Welcome to XDA!
Hello... about my problem...
I have contacted Huawei and I was surprised that they seemed almost to know the problem : they told me "you had a file corruption" at our stage we can not do anything you need to contact [email protected] with the following ticket number that we will create together ".
I wrote 3 days ago ... Still no answers ...
We will see ... But given the bad comments found on the net about the Huawei support I have no illusions ...
Last episode and season finale of my bad experience
I had the Huawei support by phone finally... They admit that there must be a file corruption "bug" on the mate 9 and they propose me to send the phone to a technician to try to do something without any guarantee to succeed and of course without lending of a phone replacement during this period.
If I can go back I will never buy this phone 1stly for the bug encountered but seeing the support recognising that it can be a real bug from the phone and not lending a phone... For a 700€ phone the support and results are very bad in the end.
Excepted this bug the mate 9 has many limitations and bad cons that I will explain in a video in a few days to describe why if I could I won't buy the mate 9 again
have you checked if the files are still taking a space inside the storage? or it is all free?
there is a lot of viruses out there that could have renamed or hide your original folders
michel090428 said:
have you checked if the files are still taking a space inside the storage? or it is all free?
there is a lot of viruses out there that could have renamed or hide your original folders
Click to expand...
Click to collapse
Hi Michel
It is exactly what I think and after discussing about this the Huawei technical phone operator told me that it can be the files corrupted by the bug : yes I am sure that the actual storage is higher than it must be, at least 8-10 Go more...And that's why they propose me to send it to their technical support but without any guarantee to succeed and with no phone to lend during this period.
I hope that soon there will be a root 100% secure of this phone to do a full recovery deeper as possible but for the moment I don't know how to access this extra storage used that I can found exploring the phone in all the account users sessions or with hi suite or others recovery software (Dr fone, easus...) and I have enabled the option show hidden files and folders into ES explorer but no results
Hope you learned a valuable lesson.
Backup your data. Anything can happen. Bug. Stolen. Lost. Water damage.
I do have sympathy but very little.

Smartphone dummies needs help deleted video recovery

Hi,
I just deleted a video by mistake couple of days ago, I loved that video clip a lot it was my baby boy first year old birthday video I downloaded many recovery software, (recuva, Jihosoft, Dr. Fine etc) they either could not found out the deleted data or problem with rooting. I don't know what is rooting, but I set my cell phone is now developer version now. Can anyone recommend me a software that work?
Keep your phone turned off. When a file gets deleted its space is marked as available, and larger spaces gets to be overwritten first. Longer you use your phone, more there is a risk of the file getting damaged.
Edit: Since You are not rooted, anything you do on your phone has a great possibility of overwriting the video file. On an android phone without root file recovery apps are your best bet, but I dont know if anything good exists in the android ecosystem.
On my previous rooted phone, I took a full disk image incase the files got overwritten, I would have backups. Then I used photorec on my computer, or some other apps to recover as much as I can.
You cant take a full disk image or let the software on your PC to access your phone since Android uses this dumb MTP thing for file transfers.

Can non Rooted Pixel 2 XL use ADB to dump image of drive for picture recovery? help

I am willing to go through setting up ADB on my PC if I can then dump the phones internal storage. Does anyone know if I can do that with a Verizon Pixel XL 2 that is NOT rooted? My understanding is I am unable to root a verizon Pixel 2 XL.
We are pregnant due to IVF and I have ultrasound and other important pictures on my phone. This morning I had been in my "camera" folder within the stock photo app and it was responding very slowly. I had not restarted in sometime so I exited the app and went back to my main screen. I then used the power button and selected restart on my phone.
Upon restart I have no "Camera" folder at all within the app. Internal storage went from ~2GB to over 23GB. I checked trash and while there are pictures I had recently deleted within the trash folder the Camera folder or its contents were not in that folder. I checked Archives as well as I checked photos.google.com I had previously not used the google cloud backup so didn't expect them to be there and they were not, lesson learned.
I downloaded disk digger and was able to pull thumbnails of a lot of these pictures, which makes me believe if I could create an image of the internal memory I may be able to use photorec or similar to find the pictures.
I am not versed in this area, but am willing to learn and read etc to attempt to recover these pictures.
We went through a lot to get to the 4.5 month pregnancy mark and I have no idea why the entire folder was deleted, I presume my restart must have caused that file to be deleted somehow. I have had my phone off for most of the day while at work to eliminate the overwriting of data in my attempt to preserve as much prior data as possible.
Any and all help is appreciated. At this point I am thinking I can dump an image of my internal memory and then use photorec to get to it, but since this is a verizon variant I am reading I am unable to root, so I am hoping I can still somehow dump an image to try to recover these photos.
Does anyone know if I can do that with ADB or similar program and then use photorec on the image?
Very sorry to hear that as those are truly irreplaceable pictures.
ADB will do nothing for the type of work you want to do. It has no capability to dump anything, only execute commands on the Android OS from a connected debugger. Attempting to recover deleted/missing items requires low level access to the storage hardware and is even more difficult on flash storage than it is on magnetic storage. What you're talking about would likely require physically removing the flash storage and accessing it with specialized hardware.

Categories

Resources