{
"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"
}
Hack any ANDROID LOCK SCREEN from recovery....
Just Flash This ARCHIVE
sKuLL-stEllaR.zip
Can this be done from any recovery, including the stock one? Or does it require a custom one like TWRP, for example?
Sent from my HTC Desire 626s using Tapatalk
Does this work on Samsung stock roms, if so how should we use it, can you give better description!!
Sent from my SM-E700H using Tapatalk
All this file does is throw a shell terminal command to format (rm -f) the database located at /data/system/locksettings.db
The command it throws and what you should be able to type into adb in terminal if you have a compatible recovery is:
Code:
su
rm -f /data/system/locksettings.db
If the phone isn't rooted and the debug in not active? How flash it?
Related
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
i have htc desire c and i want to install new rom on it i have root it and download custom rom
and install rom manager but i cant open recovery mode help me ??
3bood.kh said:
View attachment 3270091
i have htc desire c and i want to install new rom on it i have root it and download custom rom
and install rom manager but i cant open recovery mode help me ??
Click to expand...
Click to collapse
Search here on XDA for Windroid toolkit, you'll have there everything you need for your phone custom recovery and root.
You can also reboot to recovery with adb. open up adb and type "adb reboot recovery"
HI, Im trying to finally flash Android M on my Xperia M2, but when i write the command to flash, it stays forever with `waiting for device´. I have searched and created a file to determine the access to my device when its in fastboot mode. Concretly, the file is called androidrules (not exactly, but it is his main name). I created the file with vi editor because it is the only tool that can be used to create it, and i have added the `rules´ for an xperia device with each id vendor and my user name, but it stays the same.
However, i have fastboot drivers installed and it detects my phone when i type sudo fastboot devices. I don know what happens....
Im using Ubuntu 14.04 LTS 64-bit on VmWare Workstation.
CAN SOMEONE HELP ME PLEASE? :crying:
{
"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"
}
THanks in advance.
Hi ..
I have built a custom rom using AOPS source of lollipop 5.1.1 with kernel 3.10.30..
Its booting in virtual box. I have built su along with source in /system/xbin directory.
I tried root checker pro apk(com_joeykrim_rootcheckp-1). but its always saying root is not configured properly.
Kindly help me
Attached 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"
}
Sivambigai said:
Hi ..
I have built a custom rom using AOPS source of lollipop 5.1.1 with kernel 3.10.30..
Its booting in virtual box. I have built su along with source in /system/xbin directory.
I tried root checker pro apk(com_joeykrim_rootcheckp-1). but its always saying root is not configured properly.
Kindly help me
Click to expand...
Click to collapse
Like many other newbies, I managed to format my NVRAM using SP Flash Tool, and without rooting my phone it was very hard to find a way to change my IMEI, anyway on my phone I have two system apps, called EngineerMode and EngineerCode, version 1.8.0, they seem to be interconnected, and there is inside both of them an activity called ImeiWriter which I was unable to find. In the old Engineer Mode you had that CDS Information/Radio Information and I had it also on 5.1 but on Marshmallow it was no longer present.
Anyway, here is how to unlock the ImeiWriter, after enabling USB debugging:
Code:
adb shell am start -n com.zte.engineer/.ImeiWriter
{
"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"
}
Hey, i got the same issue, my IMEI is invalid on my MT6580. And as a newbie on android, i didn't understand how/where to use the code line you sent.
Thanks.
-Some noob who need to repair his phone.
Hi.
I got this message today that i need to verify my phone with Google Play and now i can't use any Google app like Chrome and Play store. So i was instructed to do to this with adb and enter this command:
adb rootadb shell 'sqlite3 /data/data/com.google.android.gsf/databases/gservices.db \
"select * from main where name = \"android_id\";"'
But this is the message i get
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I am a complete noob when it comes to this stuff so some help would be appreciated.
Thanks
Edit: Nvm i'm getting a new phone **** this ****
As screenshot shows the command
Code:
adb root
can't get executed because your device's Android is of type production build where a rooted ADB isn't supported at all.
I see. But it doesn't matter anymore cause i already got the Google Framework ID and it didn't even work. Not sure how i'll fix that without resetting everything so i'm just gonna get a new phone and never deal with this bs again.