Hi guys
how can i get my files from my phone which is lock by maze lock? My phone has original rom.
Thank you.
terryly said:
Hi guys
how can i get my files from my phone which is lock by maze lock? My phone has original rom.
Thank you.
Click to expand...
Click to collapse
You can pull out the SD-card and plaze it in your PC with adaper.
{
"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"
}
terryly said:
Hi guys
how can i get my files from my phone which is lock by maze lock? My phone has original rom.
Thank you.
Click to expand...
Click to collapse
Maybe take it back to the original owner who knows the unlock pattern
Thank you for your answers (smg67 very funny:laugh: my little daughter was playing with my phone and locked it),
i mean my contacts and photos from phone memory. I can't remember registration email, i've tried to call from other phone to change email and i've tried with all sony ericsson software all nothing. All i want is to save my contacts and photos from memory by, somehow, get access to phone memory, or bypass, delete mazelock from startup.
Thank you
terryly said:
Thank you for your answers (smg67 very funny:laugh: my little daughter was playing with my phone and locked it),
i mean my contacts and photos from phone memory. I can't remember registration email, i've tried to call from other phone to change email and i've tried with all sony ericsson software all nothing. All i want is to save my contacts and photos from memory by, somehow, get access to phone memory, or bypass, delete mazelock from startup.
Thank you
Click to expand...
Click to collapse
Do you have xrecovery installed? If yes, I'll upload a flashable zip to fix your problem. If no... well, that's a bit tricky... you'll have to use adb and navigate to the data/system directory, where you have to delete all *.key files. If you want, I'll upload a complete tutorial.
Sent from my U20i using xda app-developers app
terryly said:
Thank you for your answers (smg67 very funny:laugh: my little daughter was playing with my phone and locked it),
Click to expand...
Click to collapse
LOL... hope you manage to re-open it :cyclops:
I never fully understood my friends and family letting their children play with their phones. They then also think other peoples phones are toys, and I don't let any child play with my phone, and so the child start to cry when I take my phone from them, and the parrents look at me as I was an evil person.
Emperor.dk said:
LOL... hope you manage to re-open it :cyclops:
I never fully understood my friends and family letting their children play with their phones. They then also think other peoples phones are toys, and I don't let any child play with my phone, and so the child start to cry when I take my phone from them, and the parrents look at me as I was an evil person.
Click to expand...
Click to collapse
Hahaha, you are evil... . Kudos to his little girl though, for finding the options to secure the phone, she'll go far
Kilroy. said:
Do you have xrecovery installed? If yes, I'll upload a flashable zip to fix your problem. If no... well, that's a bit tricky... you'll have to use adb and navigate to the data/system directory, where you have to delete all *.key files. If you want, I'll upload a complete tutorial.
Sent from my U20i using xda app-developers app
Click to expand...
Click to collapse
No i haven't installed xrecovery, if you can send me a complete tutorial how to delete those .key files i'll be very grateful.
Thank you.
terryly said:
No i haven't installed xrecovery, if you can send me a complete tutorial how to delete those .key files i'll be very grateful.
Thank you.
Click to expand...
Click to collapse
Do you have adb installed? Are you using windows or linux?
On linux, it is really easy to install adb.
Open a terminal window and type
adb (Enter)
It will say that adb is not currently installed. Copy and paste the line starting with 'sudo' and press enter. It will prompt you to type in your password and then press enter. Once everything is installed, connect your turned on phone to the pc (you don't have to be logged into your phone). Then you'll have to type a couple of lines of code:
Code:
adb devices (Enter)
adb shell (Enter)
cd data/system (Enter)
rm *.key (Enter)
If everything works out, you'll only have to disconnect and reboot your phone. The maze lock will probably still show up, but you can draw whatever you want to log in.
As for windows, I'll make a tutorial tomorrow, as I'll have to do some research myself.
(General question to everyone: Adb debugging is not needed to do this, right? Because if it is, it'll have to be selected in settings-apps-development and I don't think you can do that without getting into your phone...)
Sent from my U20i using xda app-developers app
Kilroy. said:
Do you have adb installed? Are you using windows or linux?
On linux, it is really easy to install adb.
Open a terminal window and type
adb (Enter)
It will say that adb is not currently installed. Copy and paste the line starting with 'sudo' and press enter. It will prompt you to type in your password and then press enter. Once everything is installed, connect your turned on phone to the pc (you don't have to be logged into your phone). Then you'll have to type a couple of lines of code:
Code:
adb devices (Enter)
adb shell (Enter)
cd data/system (Enter)
rm *.key (Enter)
If everything works out, you'll only have to disconnect and reboot your phone. The maze lock will probably still show up, but you can draw whatever you want to log in.
As for windows, I'll make a tutorial tomorrow, as I'll have to do some research myself.
(General question to everyone: Adb debugging is not needed to do this, right? Because if it is, it'll have to be selected in settings-apps-development and I don't think you can do that without getting into your phone...)
Sent from my U20i using xda app-developers app
Click to expand...
Click to collapse
I will try today with linux and the command you gave me. (i also have android 4.2 installed on a netbook if it easier with android)
EDIT: No luck, adb can't recognize phone connected with usb as a device, probably phone usb state must to be change to something. Now when i connect the phone it appears on my computer those two devices "SEMC Mass Storage" and "SEMC CD-ROM" which i don't have access.
terryly said:
I will try today with linux and the command you gave me. (i also have android 4.2 installed on a netbook if it easier with android)
EDIT: No luck, adb can't recognize phone connected with usb as a device, probably phone usb state must to be change to something. Now when i connect the phone it appears on my computer those two devices "SEMC Mass Storage" and "SEMC CD-ROM" which i don't have access.
Click to expand...
Click to collapse
Please Post a complete error Report...
in fact, to unlock your locked phone, you need to have USB debugging enabled (that you can't enable now that it is locked...)
if enabled, you can use ADB to unlock it, if not i don't think it could be easily done...
another tuto is here
but i don't think it will work better than what Kilroy. said....
matmutant said:
in fact, to unlock your locked phone, you need to have USB debugging enabled (that you can't enable now that it is locked...)
if enabled, you can use ADB to unlock it, if not i don't think it could be easily done...
another tuto is here
but i don't think it will work better than what Kilroy. said....
Click to expand...
Click to collapse
Sorry, matmutant is absolutely right. Hmmm... @matmutant: Do you know how SEUS accesses the phone? You don't need adb debugging enabled for that, if I remember correctly.
Kilroy. said:
Sorry, matmutant is absolutely right. Hmmm... @matmutant: Do you know how SEUS accesses the phone? You don't need adb debugging enabled for that, if I remember correctly.
Click to expand...
Click to collapse
i don't know, but what is sure is that all data will be lost if recovering using SEUS...
maybe ADB can force mount /system when the device is in flashmod...
as you can see, i'm not the only one saying it's hard/impossible to bypass without USB debugging :
http://www.matthewhollander.com/locked-out-of-your-android-phone/
What If I Didn’t Have USB Debugging Enabled?
I hate to say it but you are more or less at the end of the road.
A factory reset is probably your only option.
Click to expand...
Click to collapse
note that it also can be done when booted on recovery, but that means there is one installed...
so there is no way to get my files back?
terryly said:
so there is no way to get my files back?
Click to expand...
Click to collapse
Try running the adb command while your phone is connected in Flashmode. If that doesn't work, I' m afraid there is no way.
NOTE: when connecting your phone to your PC in flashmode, you'll have to be quick with typing the commands, otherwise it will just start normally.
Related
Hi,
recently i received a unbranded 7" tablet with ICS firmware which was locked permanently because of too many wrong attempts to unlock device.
i used adb to break the lock and successfully booted it again for regular use.
i have searched a lot for a solution but dit not find any effective solution for the device. so i experimented on the device and it worked for me and i am going to share it to help others .
First you require the following things:
1. usb debugging active on your device(if debugging is not on then you cannot use this method)
2. adb shell on your computer (follow this thread for adb http://forum.xda-developers.com/showthread.php?t=502010)
3. usb cable to connect your device to your pc or laptop.
4. Usb debugging drivers if not installed from here http://www.topnotchtablets.com/installADBdriver
5. a little :good:luck
How to unlock:
1. connect your device to pc and install drivers.
2. open the folder where you installed the adb for dummies and search for adb.exe
3. right click holding shift on the free space in folder containing adb.exe and select open command window here.
4. typre following commands separately by pressing enter after each line:
adb shell
cd /data
rm -r data
reboot
Click to expand...
Click to collapse
your device will reboot and you will not have any password to enter and a free unlocked device again.
NOTE- this will not work on all devices but it will work on unbranded , chinese and local tablets . i confirmed this method on CHAMPION WTAB 7.2 AND KROSS tablet ics. please be carefull not to delete the /data folder, you have to delete data folder under data folder(/data/data). so just enter the commands as they appear and it will be fine.
Feel free to ask any question if you need help.
Need Help. Need the firmware for Wtab 7.2
Hi I would appreciate if you can do me a favor. It is really needed. U said u have tested the method on WTAB 7.2. If u have that tab with u right now, could u please give me any link of an uploaded firmware ROM image for that? I've bricked my tab doing some experiments, but didn't keep any back up. So please give me a link of a working firmware or please upload that for me. I'll be very grateful.
sakibnm said:
Hi I would appreciate if you can do me a favor. It is really needed. U said u have tested the method on WTAB 7.2. If u have that tab with u right now, could u please give me any link of an uploaded firmware ROM image for that? I've bricked my tab doing some experiments, but didn't keep any back up. So please give me a link of a working firmware or please upload that for me. I'll be very grateful.
Click to expand...
Click to collapse
Ok I will upload the backup , but for that I need to backup the tab first. I tried that before but there was an error in creating backup in my recovery. Why not you find a good working recovery for tab and backup will be available soon then I will help gladly but i need a recovery with working backup and restore. I will search it by myself but it will take time because I am busy in shifting home right now. So until I'm free find it please.
Wtab 7.2 Firmware Needed
sakibnm said:
Hi I would appreciate if you can do me a favor. It is really needed. U said u have tested the method on WTAB 7.2. If u have that tab with u right now, could u please give me any link of an uploaded firmware ROM image for that? I've bricked my tab doing some experiments, but didn't keep any back up. So please give me a link of a working firmware or please upload that for me. I'll be very grateful.
Click to expand...
Click to collapse
harman_preet72 said:
Ok I will upload the backup , but for that I need to backup the tab first. I tried that before but there was an error in creating backup in my recovery. Why not you find a good working recovery for tab and backup will be available soon then I will help gladly but i need a recovery with working backup and restore. I will search it by myself but it will take time because I am busy in shifting home right now. So until I'm free find it please.
Click to expand...
Click to collapse
Hi,
I'm a new member in this forum. I've a Wtab 7.2 Tablet pc which is not turning on. Even its not starting at the recovery mode. While turning it on, it shows up the ANDROID screen and hangs up that stage. If someone knows then tell me how to reinstall the firmware and where to get it. I hope my problem will be solved by the experienced members of this forum.
Thanks in advance.
harman_preet72 said:
Hi,
recently i received a unbranded 7" tablet with ICS firmware which was locked permanently because of too many wrong attempts to unlock device.
i used adb to break the lock and successfully booted it again for regular use.
i have searched a lot for a solution but dit not find any effective solution for the device. so i experimented on the device and it worked for me and i am going to share it to help others .
First you require the following things:
1. usb debugging active on your device(if debugging is not on then you cannot use this method)
2. adb shell on your computer (follow this thread for adb http://forum.xda-developers.com/showthread.php?t=502010)
3. usb cable to connect your device to your pc or laptop.
4. Usb debugging drivers if not installed from here http://www.topnotchtablets.com/installADBdriver
5. a little :good:luck
How to unlock:
1. connect your device to pc and install drivers.
2. open the folder where you installed the adb for dummies and search for adb.exe
3. right click holding shift on the free space in folder containing adb.exe and select open command window here.
4. typre following commands separately by pressing enter after each line:
your device will reboot and you will not have any password to enter and a free unlocked device again.
NOTE- this will not work on all devices but it will work on unbranded , chinese and local tablets . i confirmed this method on CHAMPION WTAB 7.2 AND KROSS tablet ics. please be carefull not to delete the /data folder, you have to delete data folder under data folder(/data/data). so just enter the commands as they appear and it will be fine.
Feel free to ask any question if you need help.
Click to expand...
Click to collapse
Hi,
I have the same tab Champion wtab 7.2 pattern lock .
I follow your procedure but it reboot and still ask for "Too many pattern lock"
{
"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"
}
How to reset the phone.
Thank for help
riteshgpt60 said:
Hi,
I have the same tab Champion wtab 7.2 pattern lock .
I follow your procedure but it reboot and still ask for "Too many pattern lock"
How to reset the phone.
Thank for help
Click to expand...
Click to collapse
just make sure you follow the steps exactly the same. download the files needed as mentioned and do exactly the same. you must have missed or done something wrong otherwise it is very simple process, no complications. try again...
harman_preet72 said:
just make sure you follow the steps exactly the same. download the files needed as mentioned and do exactly the same. you must have missed or done something wrong otherwise it is very simple process, no complications. try again...
Click to expand...
Click to collapse
I follow the procedure,
My tab is in usb debugging mode,
I install the driver properly,
when i type adb shell. it says daemon not running staring it now on port 5037
but when i type cd /data it says not found
and again when i type rm -r data , it says not found
and when i type reboot the tab restart.
Need help
riteshgpt60 said:
I follow the procedure,
My tab is in usb debugging mode,
I install the driver properly,
when i type adb shell. it says daemon not running staring it now on port 5037
but when i type cd /data it says not found
and again when i type rm -r data , it says not found
and when i type reboot the tab restart.
Need help
Click to expand...
Click to collapse
There has to be a space between cd and /data and a space between rm and -r and data. See this:
Code:
cd /data
rm -r data
That's it
Sent from my Nexus 4 running Android 4.3
mihahn said:
There has to be a space between cd and /data and a space between rm and -r and data. See this:
Code:
cd /data
rm -r data
That's it
Sent from my Nexus 4 running Android 4.3
Click to expand...
Click to collapse
+1. just as simple as that. i have mentioned above to follow instructions correctly for a simple task like this. :laugh: thanks.
Introduction/Credit
This hack is due full credit to GitNick on irc.freenode.net #galaxy-note-2.. I packaged it into CASUAL format because I found it useful and needed it repeatedly. I've had it sitting on my desktop and rather than simply clean up and delete it, i figured I'd post it.
Prerequisites
1. A windows, Linux, or Mac computer.
2. Ensure your Java is up-to-date
3. Your device must be rooted.
Instructions
Click Settings>Developer Options>Usb Debugging
Plug your device into the computer
click the Do It! button in CASUAL
On your device, enable the Hidden Menus from the screen that pops up
Click the Do It! button again
Enjoy the hidden menus features
Download CASUAL GNote2 Hidden Menus
Thanks to AndrewZorn for this image:
{
"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"
}
For a full restore on Galaxy devices... say you wiped it somehow, which is totally possible with an unlocked IROM and I've done it. you need the EFS, mk9efs1, mk9efs2, and mk9efs3 partitions. The mk9efs partitions are used by the modem in order to authenticate it for the device. These partitions are required to prevent boot-looping after you enter Android. If someone decides to ditch their device, please post these files to help out others. I'm not enitrely sure if the mk9 files contain device specific information.
You will need to get a "stock" version of these files on a rooted device, "dd'd" over and then perform the IMEI change procedure below to have a fully operational device.
To restore your IMEI, follow the directions from <:GeeK:> adapted to work on this device.
INSTRUCTIONS:
1) Download NV reader/writer HERE and install THESE drivers.
2) Dial *#7284# Run the CASUAL above and select "Qualcomm USB Settings" then check "RMNET + DM + MODEM".
*If you are running a aosp rom (cm9,cm10,aokp etc) you can use the diag method described HERE
3) Create backup.
a) Click "port" in the top left and select your samsung serial port.
b) Make sure BOTH boxes in the top bar are checked.
c) Click "Connect" in the top bar.
d) Click "Read" in the top bar.
e) Click "Read" in the lower 'NV-items' section.
f) Save the .txt file, this is your backup
*The process will take 5-10min. The file size will be roughly 3mb and "inactive item" and "bad parameter" sections are normal.
*To restore click "Write" in the lower 'NV-items' section and navigate to your backup file.
4) Dial *#7284# Run the CASUAL above and select "Qualcomm USB Settings" then check "MTP + ADB".
Demonstration video HERE << Thanks to moonfire for the video.
IMEI ALREADY CORRUPT?
Use THIS custom built tool to easily generate a backup file with your properly formatted IMEI to restore your phone!
1) Enter your IMEI (find it behind your battery) in the text box up top, hit generate then hit save.
2) Use "NV-Item reader writer" to write the saved text file back to your phone and then reboot.
Click to expand...
Click to collapse
About
This is a really simple CASUAL script:
Code:
shell "su -c am broadcast -a android.provider.Telephony.SECRET_CODE -d android_secret_code://HIDDENMENUENABLE"
shell "su -c am broadcast -a android.provider.Telephony.SECRET_CODE -d android_secret_code://IOTHIDDENMENU"
I hope someone finds it useful.
Thank you. What are the menu options?
Sent from my SCH-I605 using xda app-developers app
and do u have to be on stock to get this or will any rom do
Sent from my unlocked and over clocked boss on beans
coreydkoster said:
Thank you. What are the menu options?
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
There's several. Try it and post a picture. I'll include it in the first post..
spikebball96 said:
and do u have to be on stock to get this or will any rom do
Sent from my unlocked and over clocked boss on beans
Click to expand...
Click to collapse
You must be on a Touchwiz based ROM. Beans should work.
It worked (I'm on Jelly 'Beans' Build 4), just don't really know if I need to change anything. Here's a screenshot.
If anyone wants it, here is an android version I whipped up that will also access the hidden menu. Just sideload, root access is not required. It should work on a factory stock device as well as rooted devices.
adrynalyne said:
If anyone wants it, here is an android version that will also access the hidden menu. Just sideload--requires root.
Click to expand...
Click to collapse
wow. that was a lot easier than I thought. I hate casual. it takes forever to open and it doesn't close. I have to close it with task manager and for some reason it took away the X on my task manager and I can't get it back so whenever I use casual I have to restart my computer
Sent from my unlocked and over clocked boss on beans
spikebball96 said:
I hate casual. it takes forever to open and it doesn't close. I have to close it with task manager
Click to expand...
Click to collapse
I thought I was the only one.
adrynalyne said:
If anyone wants it, here is an android version I whipped up that will also access the hidden menu. Just sideload--requires root.
Click to expand...
Click to collapse
I tried it I enabled codes click on launch its not doing anything
Sent from my SCH-I605 rooted unlocked running clean rom 3.5 red theme using xda premium
Zacedward said:
I tried it I enabled codes click on launch its not doing anything
Sent from my SCH-I605 rooted unlocked running clean rom 3.5 red theme using xda premium
Click to expand...
Click to collapse
Casual won't work either then. CleanRom has broken the ability to enable the dialer codes and hidden menu. I saw the same issue on IRC last night with someone else that is on CleanRom. If you are on a proper Verizon TW rom, this apk works.
Talk the CleanRom dev to fix it. In my experience, its a mismatch of apks from different versions and phones that has that effect.
If you want, try it via adb:
Code:
adb shell
su
am broadcast -a android.provider.Telephony.SECRET_CODE -d android_secret_code://HIDDENMENUENABLE
It probably won't work for you on CleanRom though and that is the same method the apk is using.
OK thank you much appreciated
Sent from my SCH-I605 using xda premium
adrynalyne said:
Casual won't work either then. CleanRom has broken the ability to enable the dialer codes and hidden menu. I saw the same issue on IRC last night with someone else that is on CleanRom. If you are on a proper Verizon TW rom, this apk works.
Talk the CleanRom dev to fix it. In my experience, its a mismatch of apks from different versions and phones that has that effect.
If you want, try it via adb:
Code:
adb shell
su
am broadcast -a android.provider.Telephony.SECRET_CODE -d android_secret_code://HIDDENMENUENABLE
It probably won't work for you on CleanRom though and that is the same method the apk is using.
Click to expand...
Click to collapse
yea CR 3.5 isnt a verizon rom, its the international version that has all the minimal requirements for it to properly run on VZW. he does have a VZW version its at 1.0 i would assume if you ran that this would work fine.
spikebball96 said:
wow. that was a lot easier than I thought. I hate casual. it takes forever to open and it doesn't close. I have to close it with task manager and for some reason it took away the X on my task manager and I can't get it back so whenever I use casual I have to restart my computer
Sent from my unlocked and over clocked boss on beans
Click to expand...
Click to collapse
on my desktop 90% of the time spent loading CASUAL is waiting for ADB to start its server.
What is the purpose of this? With that being said I did download the apk and check it out and was wondering in the phone util option it says cdma modem does that mean that it will make my phone a modem snd pull faster tethering speed or just that it will block calls and anything else that would cuz data to drop
Scott just made a patch for his Intl based roms so this would work on them.
Sent from my Thunderbolt using one opposable thumb.
http://forum.xda-developers.com/showpost.php?p=36238428&postcount=1251 here is the patch for clean rom 3.5
ProfEngr said:
Scott just made a patch for his Intl based roms so this would work on them.
Sent from my Thunderbolt using one opposable thumb.
Click to expand...
Click to collapse
Updated OP with IMEI restoration instructions.
Zacedward said:
I tried it I enabled codes click on launch its not doing anything
Sent from my SCH-I605 rooted unlocked running clean rom 3.5 red theme using xda premium
Click to expand...
Click to collapse
Likewise, and my version is
Can anyone help?
Sent from my SCH-I605 using xda app-developers app
SilentO said:
Likewise, and my version is
Can anyone help?
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
Are you stock?
Have you frozen anything?
When you enable dialer codes, can you type in the dialer *#06# and get a response?
AdamOutler said:
Updated OP with IMEI restoration instructions.
Click to expand...
Click to collapse
Adam this is awesome My nexus s got a corrupted IMEI and if it can be restored with this tools would be great can it somehow be used on nexus s?
If you want i can be your trial subject
Regards
Hey Xda developers,
I'm kinda frustrated at the moment so I'm sorry if I sound that way. I recently bought a Sony Xperia Z Ultra (for 2 months now). And yesterday I came to the conclusion that I had cracks in my screen. Not long after that I realised that my touchscreen was dead too. How did this all happen? I have no clue as to why but probably because I always put it in my pocket all day. It probably couldn't handle the forces while bending my leg when sitting while the thing is pretty big. (so my advice is don't put it in your pocket).
After that I thaught I'm so happy that I have an extra insurance on my phone. But my happiness was soon gone when I called the insurance company wich told me there was no record stating I had an insurance.
A lot of phonecalls later they said everything is gonna be allright and they will fix it (i told them I had evidence in my mail). So I decided to copy all my data from my broken Sony Xperia Z Ultra.
The Touchscreen is defective but it still powers on and android seems to be running fine. I had no problem with phonerecordings photos screenshots movies etc. Then I came to my notes/memos which took my whole day and I still haven't figured it out.
Here is the problem:
I can acces the internal memory from my phone but a lot of files and folders are not displayed including the databases which hold the memos at least thats what I think.
I have a Sony Xperia Z Ultra and c6833 model (European version I believe) it has stock firmware on it, its rooted and has SU on it. The Usb debugging mode is on. I'm using windows 7 ultimate and the normal (windows) file explorer (I don't think this is the problem). Show hidden files folders and drives is activated all the boxes that begin with hide are unchecked. When googling I stumbled on a lot of answers with folder options in windows. This is not the problem, the problem is that windows sees the internal memory as a device not as a driveletter. Therefore Windows hides these system files and folder options doesn't effect that (atleast thats how I understand it).
Since my device is rooted I know there most be a solution. An android expert answered that if your phone is rooted you can acces it without the touchscreen. Sadly he didn't post the solution for that. Here is the thread:
http://www.justanswer.com/android-devices/7a5nt-folders-starting-dot-s2-using.html
I've read about ADB but i'm not sure how this might help me I found some information about how to use ADB for flashing a new rom but ofcourse thats not what I want.
http://androidteen.com/setup-adb-and-fastboot-driver-with-android-sdk/
There are some topics right here on xda developers showing me the directory on where to find the memo database but I can't even see those folders:
http://forum.xda-developers.com/showthread.php?p=24036872
(someone also suggested using Kies but I don't have a Samsung obviously)
http://forum.xda-developers.com/showthread.php?t=1534157
I also tried using PC Companion from Sony. Sadly I saw no option to copy memo's with the backup utility so I called Sony. They told me its not possible to copy notes after the spokeswomen asked a few colleagues there was also no other way of syncing notes with the pc she said. (remember that I can't install any apps or do anything on the phone since the touchscreen doesn't work not even marginally)
So I kinda ran out of options so the only thing left for me to do was to create a topic right here. Any detailed information on this matter would help tremendously (at least I hope). I really want to have those notes So any help would be greatly appreciated.
Thanks in advance.
Man, you are very lucky that you had USB debugging enabled! Adb is indeed the way to go, if you know the directory you want then you need the PULL command:
http://eagle.phys.utk.edu/guidry/android/pushpull.html
If you're unsure of which directory or file it is, it's possible the below will work to copy off all apps and data although I'm not sure how it'll treat system apps:
http://www.howtogeek.com/125375/ho...kup-without-rooting-or-unlocking-your-device/
Or, a more complex but entirely more reliable process below:
http://forum.xda-developers.com/showthread.php?t=1818321
Hope that helps.
Sent from my C6833 using XDA Premium 4 mobile app
Thank you so much for posting your reply. I've been very busy these days but I finally got to it.
I was able to get in to the Z ultra using the ADB method but sadly I had no succes.
I could see more then I could using windows explorer but the data folder was empty. I don't understand what went wrong because I'm sure my device is rooted (titanium backup worked very well and I had SU installed). Sadly I didn't make any recent backups with Titanium backup. I see more people that can't see there data folder on there device while its rooted so I guess I'm not the only one.
For other people this ADB method would work very well I guess.
Maybe its the way I rooted my device I don't know. (I used a Chinese programm then let Su take over root control)
Anyway thanks for the help. My device is beeing picked up tomorrow for repair so I'll just factory reset it.
erik0072 said:
Thank you so much for posting your reply. I've been very busy these days but I finally got to it.
I was able to get in to the Z ultra using the ADB method but sadly I had no succes.
Anyway thanks for the help. My device is beeing picked up tomorrow for repair so I'll just factory reset it.
Click to expand...
Click to collapse
Why make this so complicated with ADB? Use a file manager on your device like root explorer. Find the files, copy them to your SDcard partition in a new folder. Connect to your pc and copy/paste the files to your computer.
Here's my data folder. Copying files from here everyday from an app
{
"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"
}
erik0072 said:
Thank you so much for posting your reply. I've been very busy these days but I finally got to it.
I was able to get in to the Z ultra using the ADB method but sadly I had no succes.
I could see more then I could using windows explorer but the data folder was empty. I don't understand what went wrong because I'm sure my device is rooted (titanium backup worked very well and I had SU installed). Sadly I didn't make any recent backups with Titanium backup. I see more people that can't see there data folder on there device while its rooted so I guess I'm not the only one.
For other people this ADB method would work very well I guess.
Maybe its the way I rooted my device I don't know. (I used a Chinese programm then let Su take over root control)
Anyway thanks for the help. My device is beeing picked up tomorrow for repair so I'll just factory reset it.
Click to expand...
Click to collapse
Bit late. But like superuser said find the files and copy them to your sd card. If you touchscreen doesn't work then you will need an otg cable and a mouse and control phone that way when touchscreen has gone.
SÜPERUSER said:
Why make this so complicated with ADB? Use a file manager on your device like root explorer. Find the files, copy them to your SDcard partition in a new folder. Connect to your pc and copy/paste the files to your computer.
Here's my data folder. Copying files from here everyday from an app
Click to expand...
Click to collapse
Sent from my C6833 using Tapatalk
Long story short... I have a non-rooted SGH-M919 (Samsung Galaxy S4) with a completely broken screen. USB to PC transfer doesn't work, it's set to charge only, Kies doesn't see it...etc.
I have found that it's still on my wifi and on my google play account so I can install apps from the website. Does anybody know any apps I can install that will instantly let me access my files (and transfer them) without needing to do anything on the phone's side? Remote access would be great but I'd settle for file sharing even if only on the local network.
Any other ideas would be great! I need to recover pictures and contacts that aren't on google, or the SD card. New phone doesn't take the SIM.
You're probably not going to like this answer, but I recommend you simply have the screen fixed. If MTP isn't enabled and you can't enable it, and it's not rooted... There's just not much you can do.
NetworkAuditor said:
You're probably not going to like this answer, but I recommend you simply have the screen fixed. If MTP isn't enabled and you can't enable it, and it's not rooted... There's just not much you can do.
Click to expand...
Click to collapse
That's not too helpful... I found a (paid) app that attempts to recover files from the phone's download mode, which I think I could get to. There's gotta be other (free) options out there if download mode has access to files. Also as I said, I'm sure there's some app out there that shares files on the local network. I just need a name if anybody has one.
Thanks for answering still... but I know there's options.
UnknownCloakedMan said:
That's not too helpful... I found a (paid) app that attempts to recover files from the phone's download mode, which I think I could get to. There's gotta be other (free) options out there if download mode has access to files. Also as I said, I'm sure there's some app out there that shares files on the local network. I just need a name if anybody has one.
Thanks for answering still... but I know there's options.
Click to expand...
Click to collapse
Oh! Well if you can get to recovery, you may be able to pull the files off the device or back it up entirely.
Search "adb from recovery" and see if that gets you anywhere. If you *can* use adb, you might be able use adb's "backup" command to back up whatever you have on there.
NetworkAuditor said:
Oh! Well if you can get to recovery, you may be able to pull the files off the device or back it up entirely.
Search "adb from recovery" and see if that gets you anywhere. If you *can* use adb, you might be able use adb's "backup" command to back up whatever you have on there.
Click to expand...
Click to collapse
No custom recovery and no root access so I don't think adb will work for me... will it? I've confirmed USB debugging is off.
UnknownCloakedMan said:
No custom recovery and no root access so I don't think adb will work for me... will it? I've confirmed USB debugging is off.
Click to expand...
Click to collapse
Well, I've never used adb from recovery before, but a quick search makes me think it could be possible. If you're desperate to recover the data, I' m assuming anything is worth a try.
Now most of the time, stock recovery doesn't have adb access, but if you can manage to unlock your phone, you would be able to install CWM recovery and boot to it.
However, this is unlikely, as IMO, the SGS4 is one of the most painful phones to try to unlock, especially when you don't have access to the screen.
soo.. I am trying adb right now. I did...
adb shell
cd /sdcard/DCIM/Camera
ls
and all my pictures are listed! I tried doing a pull at that point and it says device not found... which it clearly is since it's reading the info. Any idea what my next step is? mounting or something? I feel like I'm so close!
EDIT:
BOOM! got it! I read one post online that said "stay out of shell for pull" I reopened my adb window and just did "adb pull /sdcard/DCIM/Camera" and all is recovered now. Thanks and I hope this post helps somebody in the future!
UnknownCloakedMan said:
soo.. I am trying adb right now. I did...
adb shell
cd /sdcard/DCIM/Camera
ls
and all my pictures are listed! I tried doing a pull at that point and it says device not found... which it clearly is since it's reading the info. Any idea what my next step is? mounting or something? I feel like I'm so close!
EDIT:
BOOM! got it! I read one post online that said "stay out of shell for pull" I reopened my adb window and just did "adb pull /sdcard/DCIM/Camera" and all is recovered now. Thanks and I hope this post helps somebody in the future!
Click to expand...
Click to collapse
Glad you got everything resolved! Now for my own curiosity, how did you manage to get adb working?
NetworkAuditor said:
Glad you got everything resolved! Now for my own curiosity, how did you manage to get adb working?
Click to expand...
Click to collapse
Nothing special at all. It only required:
> Phone in download mode, wired to PC with USB cable
> ADB installed on PC
> Samsung USB Drivers
> Open adb command prompt, and run the pull command (after finding the exact directory using adb shell)
Hi
i have LG G2 mini d618 , have Memory full , the keyboard dos not work , i have password and i know the code but i cant log in to my phone and fix the problem
i have many contact and should be tack backup before flashing .
i use LGFlashTool2014.exe to renew rom version : Rom-android-5.0.2-LG-G2-Mini.kdz
after reboot , nothing changes!
also i download dr.fone toolkit for Android and put my phone in Downloading mode , but the program dos not able to remove the code.
when phone is normally on or in safe mode and when i connected to computer , when the screen is on , phone is unlocked and google play service and many other services prompt me that forced closed,and when i try to go in setting , it will locked and ask for password and here the keyboard dos not work
my rom was not rooted.
last time before this problem happen , i put my phone in airplane mode and WiFi is off
please some one help me.
Backup all the data you want to keep ( contacts, files in internal memory, etc ). You can use an app called Helium ( free on the Ply Store ) to backup your apps and their data.
Then do a factory reset ( either from Settings or with the hardware key combination for hard reset ).
Vagelis1608 said:
Backup all the data you want to keep ( contacts, files in internal memory, etc ). You can use an app called Helium ( free on the Ply Store ) to backup your apps and their data.
Then do a factory reset ( either from Settings or with the hardware key combination for hard reset ).
Click to expand...
Click to collapse
Hi
Thanks for your replay
Did yo read my description carefully ?
i am no longer access to my phone ! The keyboard dos not work !!!
Love XDA Developers said:
Hi
Thanks for your replay
Did yo read my description carefully ?
i am no longer access to my phone ! The keyboard dos not work !!!
Click to expand...
Click to collapse
At some point, mentioned that the phone is unlocked, so I thought you managed to remove the code.
Do you have adb enabled?
Vagelis1608 said:
At some point, mentioned that the phone is unlocked, so I thought you managed to remove the code.
Do you have adb enabled?
Click to expand...
Click to collapse
You mean USB Debugging?
no its not enabled unfortunately
is there any whey i can use OTG cable and USB Keyboard of computer to unlock the phone ?
dos my phone support USB keyboard ?
Love XDA Developers said:
You mean USB Debugging?
no its not enabled unfortunately
is there any whey i can use OTG cable and USB Keyboard of computer to unlock the phone ?
dos my phone support USB keyboard ?
Click to expand...
Click to collapse
You can try it, but I don't know if it will work.
If it doesn't work, you are gonna have to wipe data ( probably with the hard reset hardware key combination ).
Vagelis1608 said:
You can try it, but I don't know if it will work.
If it doesn't work, you are gonna have to wipe data ( probably with the hard reset hardware key combination ).
Click to expand...
Click to collapse
And if the USB Debug is enabled ?
Love XDA Developers said:
And if the USB Debug is enabled ?
Click to expand...
Click to collapse
I have seen a guide to remove the lock, but it needs adb.
Vagelis1608 said:
I have seen a guide to remove the lock, but it needs adb.
Click to expand...
Click to collapse
i need to test
please tell me what you know
thank you
Just set up adb on your PC ( there are more that enough tutorials online, just search on Google ) and then, while the device is connected with a USB cable to your PC, run this: adb devices
If your device shows up, then it's enabled.
Vagelis1608 said:
Just set up adb on your PC ( there are more that enough tutorials online, just search on Google ) and then, while the device is connected with a USB cable to your PC, run this: adb devices
If your device shows up, then it's enabled.
Click to expand...
Click to collapse
Thanks for your replay again
i should search what exactly ?
Love XDA Developers said:
Thanks for your replay again
i should search what exactly ?
Click to expand...
Click to collapse
"How to set up adb" or something like that.
Vagelis1608 said:
"How to set up adb" or something like that.
Click to expand...
Click to collapse
Hi again
i have run ADB
what else ?
ho do i pass the keyboard problem and enter the phone ?
Love XDA Developers said:
Hi again
i have run ADB
what else ?
ho do i pass the keyboard problem and enter the phone ?
Click to expand...
Click to collapse
Does adb connect?
Do you see the command 'adb devices' (no quates) show your device?
this is the last situation of my phone
https://youtu.be/ddPTr9vUCyI
is there any whey to backup my contacts ?
Love XDA Developers said:
this is the last situation of my phone
is there any whey to backup my contacts ?
Click to expand...
Click to collapse
There are some keyboards that work on android.
Can you find one?
Maybe from a friend or even buy one.
Or, you can wipe the data ( hard reset ) to get access to the phone.
If you can't figure out a way.
Vagelis1608 said:
There are some keyboards that work on android.
Can you find one?
Maybe from a friend or even buy one.
Or, you can wipe the data ( hard reset ) to get access to the phone.
If you can't figure out a way.
Click to expand...
Click to collapse
What is the name of keyboards ?
do you have picture or name ?
Love XDA Developers said:
What is the name of keyboards ?
do you have picture or name ?
Click to expand...
Click to collapse
Google something like 'android hardware keyboard'.
There are a whole bunch.
and i have another problem with my sony zu rom 5.1.1
all file in file manager are Ok , but in windows explorer shows as folder !
why?
{
"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"
}
Love XDA Developers said:
and i have another problem with my sony zu rom 5.1.1
all file in file manager are Ok , but in windows explorer shows as folder !
why?
Click to expand...
Click to collapse
No idea.
Ask in the device's forum, in case someone knows.