[APP] QuickRemote IR Blaster for AOSP roms - G2 Themes and Apps

Hi everybody! I've switched over to CM 10.2 M1 as my daily driver, but I missed being able to change the volume on my tv with my phone. So, I've managed to get the QuickRemote app from the stock ROM working on Cyanogenmod (and hopefully other AOSP roms). There is nothing carrier-specific in this, so it should work on all variants.
Luckily there is no kernel module involved in driving the IR hardware. Instead the IR chip is a black box that is controlled via an internal serial port interface. The QuicksetSDK.apk package includes the code to control the IR chip. It creates a Service that the LGQRemote.apk app binds to to send commands to the IR hardware.
Installation
This will only work on rooted devices.
To get this working you'll need to install two APKs:
QuicksetSDK.apk
LGQRemote.apk
You'll also need to add a script that runs on device boot.
You can download mine here: 10QuickRemote
Or just make one yourself, containing this code:
Code:
#!/system/bin/sh
chmod 666 /dev/ttyHSL1
setprop persist.sys.lge.eula_agreement true
This makes the serial port accessible to non-system processes. On the LG stock rom the QuicksetSDK package runs as the system user, but here we're running it as a normal unprivileged user, so we need to make the serial port world-readable and writable. We also use the 'setprop' command to tell the QuickRemote app that we've agreed to LG's EULA, otherwise it will attempt to launch a non-existent EULA activity and crash.
I'm not 100% sure how the init.d system works on other AOSP roms, but on Cyanogenmod, you can place this script in the /data/local/userinit.d directory (creating the userinit.d directory if necessary). The script should not have an extension, and should be executable.
A quick method that works on CM, assuming you've downloaded my 10QuickRemote script to your current directory:
Code:
adb root
adb shell "mkdir -p /data/local/userinit.d"
adb push 10QuickRemote /data/local/userinit.d
adb shell "chmod 755 /data/local/userinit.d/10QuickRemote
For the above to work, you'll need to enable root for adb in Settings > Developer Options > Root Access
After a reboot, you should be able to use the QuickRemote app just like on the stock ROM!
If the app crashes right away, or if it launches but won't send any IR commands or learn new ones, your start-up script probably isn't being executed properly. Try running it manually and see if things work:
Code:
adb shell
--- inside adb, as root:
# sh /data/local/userinit.d/10QuickRemote
# ls -l /dev/ttyHSL1
-- result should be:
crw-rw-rw- system system 245, 1 2013-11-06 08:20 ttyHSL1
# getprop persist.sys.lge.eula_agreement
-- result should be:
true
If running it manually works, make sure the script is executable or it won't be called automatically on boot:
Code:
-- inside a root shell
# chmod 755 /data/local/userinit.d/10QuickRemote
If it is executable and still doesn't work after a reboot, and you're running a non-Cyanogen ROM, they probably do init scripts differently. Hopefully you can google up how to make it work
If everything looks correct and it still won't work, send me a logcat and I'll try to figure it out.
Enjoy!

sefnap said:
Hi everybody! I've switched over to CM 10.2 M1 as my daily driver, but I missed being able to change the volume on my tv with my phone. So, I've managed to get the QuickRemote app from the stock ROM working on Cyanogenmod (and hopefully other AOSP roms). There is nothing carrier-specific in this, so it should work on all variants.
Luckily there is no kernel module involved in driving the IR hardware. Instead the IR chip is a black box that is controlled via an internal serial port interface. The QuicksetSDK.apk package includes the code to control the IR chip. It creates a Service that the LGQRemote.apk app binds to to send commands to the IR hardware.
Enjoy!
Click to expand...
Click to collapse
thanks so much!!
would it be possible to make this into a flashable zip?

just a quick question am i suppose to see the list of make and models? if so i dont see it... the remote is installed though
nvm... some how the list came out.. not sure what i did. thx for the mod

blkghost22 said:
just a quick question am i suppose to see the list of make and models? if so i dont see it... the remote is installed though
nvm... some how the list came out.. not sure what i did. thx for the mod
Click to expand...
Click to collapse
I have the same issue. You just keep playing around with it?
Sent from my LG-VS980 using Tapatalk

steveo17 said:
I have the same issue. You just keep playing around with it?
Sent from my LG-VS980 using Tapatalk
Click to expand...
Click to collapse
yes.. but honestly i really dont know what i did... the last thing i did was try to make a universal remote and just cancelled out of it... and installed the sql...apk
---------- Post added at 11:11 AM ---------- Previous post was at 11:09 AM ----------
just figured it out.. the •QuicksetSDK.apk is not running at first.. so i just reinstalled it again... and the list comes up... for some reason i guess it doesnt start.

blkghost22 said:
yes.. but honestly i really dont know what i did... the last thing i did was try to make a universal remote and just cancelled out of it... and installed the sql...apk
---------- Post added at 11:11 AM ---------- Previous post was at 11:09 AM ----------
just figured it out.. the •QuicksetSDK.apk is not running at first.. so i just reinstalled it again... and the list comes up... for some reason i guess it doesnt start.
Click to expand...
Click to collapse
Right i installed it by clicking the apk and installed it like normal. And now it works
Sent from my LG-VS980 using Tapatalk

steveo17 said:
Right i installed it by clicking the apk and installed it like normal. And now it works
Sent from my LG-VS980 using Tapatalk
Click to expand...
Click to collapse
for some reason tho... once i reboot my phone. i need to install that again.

awesome job!
I've been leery of flashing a custom rom for the lack of IR and other features. Plus I'm really digging the stock rom.
But with AOKP coming soon, I am might be tempted. Good to know that the application works with directly with the IR blaster.
I thought AOSP 4.4 was suppose to have support for IR blasters, but it seems noone has them working on CM yet.

blkghost22 said:
for some reason tho... once i reboot my phone. i need to install that again.
Click to expand...
Click to collapse
Same here
Sent from my LG-VS980 using Tapatalk

blkghost22 said:
yes.. but honestly i really dont know what i did... the last thing i did was try to make a universal remote and just cancelled out of it... and installed the sql...apk
---------- Post added at 11:11 AM ---------- Previous post was at 11:09 AM ----------
just figured it out.. the •QuicksetSDK.apk is not running at first.. so i just reinstalled it again... and the list comes up... for some reason i guess it doesnt start.
Click to expand...
Click to collapse
The list is actually downloaded by the QuicksetSDK app at runtime. I guess they did it that way so they could add models after shipping the phone.

I hope make flash.zip it is easy

Set this up on my D801, works great! It's a little difficult to navigate sometimes because some of the coloring of menus is designed for the stock rom. It seems to be missing the Comcast cable box settings though, it could be possible the app is different on different phones. Either way I just made it "learn" buttons over my TV remote which works way better than the short while I had it on the stock rom. This is the only feature I miss at all from stock, now my phone has every feature I want!
It's really not difficult to use a little terminal/command prompt, people are scared of putting in commands for some silly reason. If you've used ioroot, you already have adb to use too.

nice job!
i made a quick flashable zip package:
http://www43.zippyshare.com/v/86147127/file.html (new slim mod)
-> http://forum.xda-developers.com/showpost.php?p=47500016&postcount=94
(installs in data partition so it should survive a rom update)

RieGo said:
nice job!
i made a quick flashable zip package:
http://www60.zippyshare.com/v/62581043/file.html
(installs in data partition so it should survive a rom update)
Click to expand...
Click to collapse
I get this
Sent from my LG-G2 using XDA Premium 4 mobile app

RieGo said:
nice job!
i made a quick flashable zip package:
http://www60.zippyshare.com/v/62581043/file.html
(installs in data partition so it should survive a rom update)
Click to expand...
Click to collapse
I tried flashing this zip and working fine on mine thank you!
Sent from my LG-D802 using xda app-developers app

RieGo said:
nice job!
i made a quick flashable zip package:
http://www60.zippyshare.com/v/62581043/file.html
(installs in data partition so it should survive a rom update)
Click to expand...
Click to collapse
Flashable works gr8 here as well.... have not rebooted to make sure everything sticks though... tnx guys!

zplit said:
I get this
Sent from my LG-G2 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
which recovery?
which rom?
did you do a manual installation before flashing the zip?

thank you SO MUCH sefnap! and thank you RieGo for the flashable zip. just flashed on PA 4.3 for D801 and everything is working beautifully.
and as mentioned above- if there's any way you could get the lg camera to work, too, you would be the king. it looks like some sort of progress has been made over in this thread. the AOSP camera works well, but i'd love to have the manual focus option, and so on.
thanks again for adding this great functionality back for us! :good:

Thanks. Flashable zip works perfectly with slimbean on D801. This was the only thing I was missing with AOSP. Thanks again
LG D801 on Slimbean

A camera port with official firmware LG can not? If you can, do it please.
And that zip up to 160 MB? Driver? Replacing the files?

Related

New version of Quick Boot for Sense UI phones

I'm the developer of Quick Boot, and I noticed Quick Boot was not working on Sense UI phones (such as EVO). Quick Boot is an app that will reboot your phone to recovery / bootloader mode or just reboot it normally. I have created a new version of Quick Boot that should work (it works on my I/O EVO 4G), but I would like some forum members to test it out first to make sure it works before pushing it out onto the Android Market.
You can download the fixed version of Quick Boot from here: (SEE BELOW)
Will only work on rooted EVO 4Gs! It does work with UNREVOKED root, because with this new version I have my own reboot binary in the app's files on the data partition, so the system partition does not have to be writeable.
-------
EDIT: New version! This one should work better. The first version only worked the first time you used it! Afterward, the file permissions would be messed up.
Download link to new version: http://www.siriusapplications.com/assets/quickboot/quickboot31.apk
Thank you!!
Haha I was wondering why it wasn't working on my evo and only my samsung moment. Good stuff, thanks for the update.
Works perfectly, thank you very much!
So this would replace the need for rom manager correct?
njfoses said:
So this would replace the need for rom manager correct?
Click to expand...
Click to collapse
If all you're using ROM Manager for is rebooting to recovery, yes. But ROM Manager can do so much more.
noob question of the day, what is quick boot. further more what is fastboot?
I press the buttons and nothing happens.
MrDSL said:
I press the buttons and nothing happens.
Click to expand...
Click to collapse
Do you have the second version I just posted? It should fix that problem.
isaacwaller said:
Do you have the second version I just posted? It should fix that problem.
Click to expand...
Click to collapse
Was having the same issue, the 3.1 fixed it. Awesome work! Thanks!
isaacwaller said:
I'm the developer of Quick Boot, and I noticed Quick Boot was not working on Sense UI phones (such as EVO). Quick Boot is an app that will reboot your phone to recovery / bootloader mode or just reboot it normally. I have created a new version of Quick Boot that should work (it works on my I/O EVO 4G), but I would like some forum members to test it out first to make sure it works before pushing it out onto the Android Market.
You can download the fixed version of Quick Boot from here: (SEE BELOW)
Will only work on rooted EVO 4Gs! It does work with UNREVOKED root, because with this new version I have my own reboot binary in the app's files on the data partition, so the system partition does not have to be writeable.
-------
EDIT: New version! This one should work better. The first version only worked the first time you used it! Afterward, the file permissions would be messed up.
Download link to new version: http://www.siriusapplications.com/assets/quickboot/quickboot31.apk
Click to expand...
Click to collapse
thanks so much for this isaac. Also, I have a question. I use a widget called switchpro that has a reboot option. It doesnt work just like the old quickboot wouldnt work. Does this quickboot install files that might make switchpro work again? Or does quickboot keep to itself more or less.
worked great thanks. This doesnt fix the ROM manager reboot option tho.
Great job working perfect here.
This is probably my favorite app of all the ones I use.
Are you now invoking reboot etc by shell commands instead of relying on the reboot file?
I am working on an updater and would love to get this code working and not have to rely on the reboot file.
-------------------------------------
Sent from my Sprint Htc Evo 4g
zippy-man said:
Great job working perfect here.
This is probably my favorite app of all the ones I use.
Are you now invoking reboot etc by shell commands instead of relying on the reboot file?
I am working on an updater and would love to get this code working and not have to rely on the reboot file.
-------------------------------------
Sent from my Sprint Htc Evo 4g
Click to expand...
Click to collapse
Nope, I just bundle the reboot binary with my app and copy it to my app's files directory. I change the permissions with chmod and then can execute it just like the bundled reboot binary, except it works.
Great job working perfect here.
This is probably my favorite app of all the ones I use.
Are you now invoking reboot etc by shell commands inste
Click to expand...
Click to collapse
Nope, I just bundle the reboot binary with my app and copy it to my app's files directory. I change the permissions with chmod and then can execute it just like the bundled reboot binary, except it works.
Click to expand...
Click to collapse
Sweet I am gonna see if I can do the same
Great work again. Thanks
-------------------------------------
Sent from my Sprint Htc Evo 4g
Works like a champ! 5 stars on the market! thanks man!
Quick Boot - Making it safer out there, for those of us who MUST root......
Love this app,have since my hero. Such a great utility! i have added to my core apps pack that i install first every wipe. GREAT WORK DEVS​
new version works thank you
Sent from my EVO via Tapatalk!
Could you post this on the Market, good sir? I already have the old version fixed, but I'd like to be able to have the latest versions of this one when I install new ROMs.
with unrevoked, does this let you boot into recovery somehow and remove sprint apps?

Droid X Multitouch KB for Eclair ROMs

Here's a working kb that I know works for eclair roms (more specifically, it works for me on Darchdroid 2.7 (an AOSP ROM). If anyone is able to get this to work okay using sense roms, that's great, otherwise, sorry.
Just put the file into u'r c:\ folder and push it via adb
Code:
adb push c:\DroidXIME.apk /system/app/
I just added the 'q-ime.apk' file as well. This file is similar to the DroidXIME.apk file, but, in my opinion, it seems to have better response than the droidxime.apk file. It also fixes a problem with displaying a correct symbol in the characters section of the kb.
Enjoy
I installed it via Astro manager, but even though it shows it's installed, I cannot find any settings to assign it as the default keyboard. Would it have anything to do with it being the latin keyboard? I do see the settings for "multitouch keyboard" but that's it. Also is there any visual difference between this one and the stock keyboard?
It'll look the same or similar to the stock KB. The multitouch is this KB
Sent from my Hero CDMA using XDA App
Androidious said:
Here's a working kb that I know works for eclair roms.
Just put the file into u'r c:\ folder and push it via adb
Code:
adb push c:\DroidXIME.apk /system/app/
Click to expand...
Click to collapse
i honestly dont know...whats the big deal w/the droid x board?
thank you thank you
Here's another ported kb, it's similar to the above file, but it has the ;amp problem fixed after I pushed it to my phone it works fine as well... Yeah, it's just another kb to use
Sent from my Hero CDMA using XDA App
i get fc's also. i used the q-ime.apk for the update...the fix
edit: how do we get it off of our devices?
thank you thank you
tailsthecat3 said:
i get fc's also. i used the q-ime.apk for the update...the fix
edit: how do we get it off of our devices?
thank you thank you
Click to expand...
Click to collapse
I'm surprised it doesn't work for ya... you just have to go into the shell after mounting /system and
Code:
rm q-ime.apk
Code:
reboot
Sorry it FC's on ya
They both work just fine for me. Stinx they aren't workin for ya
I basically posted this for someone on IRC so they could get the apk easily. Maybe it's only functional for AOSP roms... dunno
Androidious said:
I'm surprised it doesn't work for ya... you just have to go into the shell after mounting /system and
Code:
rm q-ime.apk
Code:
reboot
Sorry it FC's on ya
They both work just fine for me. Stinx they aren't workin for ya
I basically posted this for someone on IRC so they could get the apk easily. Maybe it's only functional for AOSP roms... dunno
Click to expand...
Click to collapse
shoot, i knew that. i posted before thinking.
im using the nfinite .6 odex. prolly need deodex'd rom...i dunno
I am on a fully deodexed rom (did it myself ) and seems to do what it says on the box however one thing... whats so multitouch about it? (ie. it doesnt seem so multitouch or maybe as usual I am not doing it right :X)
hexskrew said:
I am on a fully deodexed rom (did it myself ) and seems to do what it says on the box however one thing... whats so multitouch about it? (ie. it doesnt seem so multitouch or maybe as usual I am not doing it right :X)
Click to expand...
Click to collapse
Use it like a normal computer keyboard ie: hold down the 'shift' key while you push another key to make it a capital, then release and keep typing - works great!
doesn't wanna install said file not installed
I'm using darchdroid2.7
eddie3130 said:
doesn't wanna install said file not installed
I'm using darchdroid2.7
Click to expand...
Click to collapse
You can't install it, you have to push it to system/app/ It work great on DD2.7
ItsDon said:
You can't install it, you have to push it to system/app/ It work great on DD2.7
Click to expand...
Click to collapse
that would explain why it disappears after i reboot using Damage Control ROM.
can someone post a screen shot of how this keyboard looks? will this work with fresh 2.1.1. i am using the AOSP black keyboard right now along with AOSP messaging app and they both work great. someone please post a screenie! thanks.
is there still a space bar bug in this
when I do rm qime.apk I get Read-only file system. Not sure why. First time I ever had an issue loading anything.
Williamh85 said:
when I do rm qime.apk I get Read-only file system. Not sure why. First time I ever had an issue loading anything.
Click to expand...
Click to collapse
use RootExplorer (find an apk) and use that..its better/easier than using a terminal emulator, plus, u dont need to remember/copy all those commands
does this keyboard have the spacebar bug where it only responds to the top of the button

[Q] Questions on Bryan's CM7 build

I didn't want to clutter up the dev thread with these questions, but I've never used any CM build on any phone.
I unzipped Bryan's CM7 build to see what was inside and noticed it didn't seem to have a launcher and didn't seem to have any market app. Ok so does that mean you have to pre install Google apps from the SDcard to be able to access the market?
In reading the instructions, it seems like Bryan's CM7 build uses the same kernel as his regular beta kernel thread but that can't be right, can it, with the discussion on the thread....
I noticed that the Google apps were all modified for CM7, so does that mean that ordinary apps won't work unless they're modified?
Can I still use the TW4 launcher on CM7? Used to it.
The business about USB storage not working in Android. I assume that means you can't put anything on the SDcard using the USB cable after Android has booted up so that you have to push everything on there with ADB, is that it, in recovery mode?
1. It does contain a launcher; Its called ADW Launcher.
2. Yes, you would need to flash the google apps. I use this one
http://goo.im/gapps/gapps-gb-20110828-signed.zip
and this one http://goo.im/gapps/gapps-gb-20110828-newtalk-signed.zip​
3. You flash the gapps-gb-20110828-signed.zip file then the gapps-gb-20110828-newtalk-signed.zip google talk with video chat support.
4. Its a different kernel. CM7 is using the MTD version. While regular stock roms use BML.
5. I believe you can use the google apps on those files on any rom. But most roms already bring them integrated.
6. Apps developed for use on the Galaxy S phones like TWLauncher et al will not work as they hook onto some samsung specific programming.
7. As mentioned in 6, you cannot use TWLauncher on cm7.
8. Yes you would have to push everything through ADB in the meantime. Pushing/puling through adb does not require rebooting to recovery though.
Can someone make a video on how to install the rom?
Just follow the written instructions on the thread and you'll be fine
Sent from my SGH-T959V using xda premium
Honestly they confuse the crap outta me. A video would dumb it down for me and im sure a few others.
IDK how the heck I made my efs backup.
But if anyhow, you manage to make some sort of a tar file with your efs files, you should be fine.
After that,
do the erase_image
and mount /efs
and cd /efs
and tar xf anybackupname.tar
you will install. That is if you get your.
Donte21 said:
Honestly they confuse the crap outta me. A video would dumb it down for me and im sure a few others.
Click to expand...
Click to collapse
My suggestion is to wait until the install procedure is easier.
In the CM7 OP, Bryan said (twice) to re-read OP after updates.
Making a video will give you proper instructions for this build, but if Bryan updates the install procedure users following the video are going to have a mixed bag of results, and possible bricks.
Sent from my SGH-T959V using Tapatalk
when I try to Heimdall the boot.img I get a warning that says Tar header contained an invalid file size.
cybok0 said:
when I try to Heimdall the boot.img I get a warning that says Tar header contained an invalid file size.
Click to expand...
Click to collapse
Are you using the heimdall command prompt? Or the heimdall program?
Sent from my SGH-T959V using xda premium
Juls317 said:
Are you using the heimdall command prompt? Or the heimdall program?
Sent from my SGH-T959V using xda premium
Click to expand...
Click to collapse
Program, I just started reading the one click guide, I think I should of tried that first right?
---------- Post added at 09:58 AM ---------- Previous post was at 09:48 AM ----------
I will have to try this on my day off, a lot of reading and understanding to do.
cybok0 said:
Program, I just started reading the one click guide, I think I should of tried that first right?
---------- Post added at 09:58 AM ---------- Previous post was at 09:48 AM ----------
I will have to try this on my day off, a lot of reading and understanding to do.
Click to expand...
Click to collapse
You need to follow Bryan's instructions EXACTLY, a in use the heimdall command prompts
Sent from my SGH-T959V using xda premium
OK, I think I'll stick with VB, I'm not this tech savvy.
I'm going to make a video guide tonight hopefully, but of course I'm going to leave the explicit direction that noobs should not flash it
Sent from my SGH-T959V using xda premium
I have a question as well. Yes, I know that this isnt exactly high priority, but I'm wondering if later there will be a build with Wifi calling. I was trying to install it myself, but it kept force closing, and I don't wanna try anything that'll mess up my phone any worse than I have before.
Wifi calling is basically a must for me since I basically live in Smallville, KS. I get little to no service here, and without it, it usually takes forever to get anything. And yes, I've tried every modem I could, KG4 works best, since I can sometimes get one bar.
I'm trying to complain or anything, and I thank Team Acid for bringing us CM7.
Neo I'm sure at one point bryan will get that working.
Sent from my SGH-T959V using Tapatalk 2
elmejor183 said:
6. Apps developed for use on the Galaxy S phones like TWLauncher et al will not work as they hook onto some samsung specific programming.
Click to expand...
Click to collapse
So does that mean that NONE of the apps will work unless modified to run on CM7? Or are you just talking about certain Samsung issued apps? I'm in the middle of an old Tarzan novel on my e-reader program on the phone...
I have a question with the process flash boot.img with heimdall...when i open heimdall front end and put boot.img into the flash local package..i get a error the tar header contained an invalid file size..on the flash tab, it only takes pit files..also when i just use the heimdall ..a black screen happens similar like a command prompt and just exits..
how do i flash the boot.img with heimdall?
This is using fbs instructions that I am using and i am stuck on step 7. flash the latest boot.img from bryans op..
http://forum.xda-developers.com/showpost.php?p=25197350&postcount=279
Are you on windows? If so open command promt. Cd into the heimdall suite directory. Put your phone in DL mode and connect to usb. From command type "heimdall detect". Should say device detected. Then just put the boot.img in the same directory and follow the OP.
nazcalito said:
So does that mean that NONE of the apps will work unless modified to run on CM7? Or are you just talking about certain Samsung issued apps? I'm in the middle of an old Tarzan novel on my e-reader program on the phone...
Click to expand...
Click to collapse
That's just Samsung-specific stuff like TouchWiz that require Samsung's modified frameworks and extra libraries.
Just use FB's install guide instead. I was going to wait until it was installable through CWM, but this is essentially the same thing with a few extra steps.

[TOOL+GUIDE]Disable Password/Pattern/PIN Lock

Thread closed.
Now also tested on ICS and JB...
Op thx will try that soon
Sent from my A7/A7+ using xda app-developers app
shreyans4020 said:
Op thx will try that soon
Sent from my A7/A7+ using xda app-developers app
Click to expand...
Click to collapse
You know, it would be great if many people test this. As I have only an x10 mini pro, it's rather hard for me to test this on other devices .
work on i9300 stock Rom
Thanks! you've saved a phone!
Working the linux command on i9300 stock rom 4.1.2 JZO54K ELLA with root and busybox installed
Thanks a lot!!!!
desmolab said:
Thanks! you've saved a phone!
Working the linux command on i9300 stock rom 4.1.2 JZO54K ELLA with root and busybox installed
Thanks a lot!!!!
Click to expand...
Click to collapse
No problem, bro, that's what I made this thread for. Anyway, thanks for reporting back!
I couldn't remember my unlock pattern. Tried flashing the .zip on my HTC Evo 4G LTE running Dirty Unicorn (based off Paranoid Android) but it didn't work (I'm Rooted, unlocked, S-Off with TWRP installed).
I was able to get in using my Google account after all though. The "forgot password" button didn't show before but it did after I rebooted and tried the pattern unsuccessfully 5 times. It showed up then (maybe the button stops showing AFTER 5 unsuccessful attempts until you reboot?).
SMS Bypass
Check out this app I made based on this principle.
http://forum.xda-developers.com/showthread.php?p=43146798
Kilroy. said:
Hey folks!
Assuming you forgot the Pattern/Password that you use to secure your phone. Of course,
you could get in using your Gmail account Password...
But what if you don have an account or you forgot the password to that, too???
Here are two possibilities:
.
.
.
B. For everyone without a recovery version installed:
What you need:
-A computer running a Linux distro (Ubuntu, Mint, etc.) NOTE: This Guide was written for MINT 14, but it should work on other distros, too.
-a USB cable to connect your phone to the PC
-adb installed (look at quick tutorial below)
INSTRUCTIONS:
1. Connect you (turned on) Phone to the Computer via USB.
2. Open a terminal window.
3. Type
Code:
adb devices
adb shell
cd data/system
rm *.key
4. Done!
Now you just have to reboot.
NOTE: The Pattern lock will probably still show up, but you can type in anything you want, as it will accept anything!
Please test this on every Android OS, as I have only tested it on GB so far, but, theoretically, it should work on any Android Version & ROM.
I know there are similar threads on xda, but this is the first that offers a tutorial for getting past almost all locks (Password, PIN, Pattern) instead of only he Pattern, and, of course, the first to offer a flashable zip.
Click to expand...
Click to collapse
Kilroy. said:
You know, it would be great if many people test this. As I have only an x10 mini pro, it's rather hard for me to test this on other devices .
Click to expand...
Click to collapse
I can confirm that i've tested this (Method B), using ADB in Windows and it worked on my Xperia T (Jellybean, firmware 9.1.A.1.141). Couple of points 'USB debugging' has to be enabled on the phone, had to add a 'su' command before the deletion line.
Code:
adb devices
adb shell
cd data/system
[B]su[/B]
rm *.key
Great
Sent from my GT-S5570 using xda app-developers app
WoW I was looking for this thing and here I am got this one ...
Thankz OP
Tried on Canvas A116, didn't work.
So say I had a att gs4, no root, no recovery. Just stock, would this work?
S-OFF
Boot Unlock (TAKE THAT AT&T!)
TWRP 2.6.3.0
Running something that'll probably change in a few days
for option B the manual is incomplete, missing add that you need to have previously active USB debugging option, if you had not activated, it will not work.
cesargdmi said:
for option B the manual is incomplete, missing add that you need to have previously active USB debugging option, if you had not activated, it will not work.
Click to expand...
Click to collapse
Tried even after activating USB debugging option still not working, I guess not for CHD.
Sent from my Micromax A116 using XDA Premium HD app
The zip did not work for me on a KitKat 4.4, BUT... I was able to delete the password files in /data/system with "fastboot boot openreco.img"... Luckly I had an unlocked phone. It has a file browser in advanced, came in handy.
Thanks Mate!
Even working on ages old Xperia X10 mini!
jodhaniohm97 said:
Thanks Mate!
Even working on ages old Xperia X10 mini!
Click to expand...
Click to collapse
NP
Sent from my Nexus 7 using xda app-developers app
Didn't work in KitKat(any ROM ) brother... But I thank u for ur efforts..
Sent from my GT-I9082 using Tapatalk
Works great on KitKat with TWRP (I didn't try your flashable zip, I just used the terminal built into twrp to run "rm *.key" in /data/system).

[Q] Why is there no dev's working on samsung galaxy discover sch-r740c roms

Hey all im just curious why nobody is working on roms and such for samsung discover sch-r740c? seems like it should get a little love for our cricket brothers. a couple roms and such would be sweet.
darkskywalker said:
Hey all im just curious why nobody is working on roms and such for samsung discover sch-r740c? seems like it should get a little love for our cricket brothers. a couple roms and such would be sweet.
Click to expand...
Click to collapse
Currently attempting a cw-9/10 port to this device, however; we're still needing a stock rom for it, if you happen to have the phone I would be more than willing to help walk you trough data dumps of the systems primary partitions recovery/modem/system/boot.
This is important to have a 'default return to' unfortunately I'm unable to use my phone as a stock image as I heavily modified the system partition shortly after rooting the device thinking there would be roms forthcoming soon..
Note to self: in the future always always always get a stock restore FIRST!
CowboyEnvy
cowboyenvy said:
Currently attempting a cw-9/10 port to this device, however; we're still needing a stock rom for it, if you happen to have the phone I would be more than willing to help walk you trough data dumps of the systems primary partitions recovery/modem/system/boot.
This is important to have a 'default return to' unfortunately I'm unable to use my phone as a stock image as I heavily modified the system partition shortly after rooting the device thinking there would be roms forthcoming soon..
Note to self: in the future always always always get a stock restore FIRST!
CowboyEnvy
Click to expand...
Click to collapse
yes i actually do have one although im not a dev if you write some instructions i will try to get you the info you need maybe ill learn some new stuff and have some fun helping. thank you for quick response.
Samsung r740c img dump - Howto
- Check samsung settings > about phone - baseband version and build number should end in r740CVV???? and should match, also check for kernel version 4.1.2
- Enabled USB debugging on the phone (system settings > developer options)
- Install Samsung USB driver pack(http://downloadcenter.samsung.com/content/SW/201211/20121129051929115/Samsung_USB_Driver_for_Mobile_Phones_v1.5.14.0.exe)
- Install UnlockRoot Pro (free version - http://downloadcdn.betterinstaller.com/installers/9/9/UnlockRoot_downloader_by_UnlockRoot.exe)
(read everthing and and 'skip' the unwanted software)
- Plug phone into PC and get past lock screen if enabled
- Open UnlockRoot and click "Root"
(skip unwanted software(apps) again)
- download ADB create a directory either on the desktop or c:\ for easy access I suggest c:\sch-r740c
- extract the files of sch-r740.zip into the folder
- click start and search for cmd
- right click cmd.exe run as administrator
- at the command window execute the following commands.
cd c:\sch-r740c
adb shell
su
dd if=/dev/block/mmcblk0p12 of=/mnt/extSdCard/recovery.img bs=4096
dd if=/dev/block/mmcblk0p8 of=/mnt/extSdCard/boot.img bs=4096
dd if=/dev/block/mmcblk0p3 of=/mnt/extSdCard/modem.img bs=4096
dd if=/dev/block/mmcblk0p16 of=/mnt/extSdCard/system.img bs=4096
exit
exit
adb pull /mnt/extSdCard/recovery.img ./recovery.img
adb pull /mnt/extSdCard/boot.img ./boot.img
adb pull /mnt/extSdCard/modem.img ./modem.img
adb pull /mnt/extSdCard/system.img ./system.img
Click to expand...
Click to collapse
note these commands may take a while to process
when your done, you can zip and upload the files to an upload service, or Google drive and share them.
I'll create an odin recovery
Hello no need for you to pull flash files from your device, I've finally been able to restore my phone to stock 4.1.2 through a somewhat convoluted process so I'll now be able to create a stock restore
Sent from my SCH-R740C using xda app-developers app
thank you
cowboyenvy said:
Hello no need for you to pull flash files from your device, I've finally been able to restore my phone to stock 4.1.2 through a somewhat convoluted process so I'll now be able to create a stock restore
Sent from my SCH-R740C using xda app-developers app
Click to expand...
Click to collapse
Thank you sorry I had some family issues or I would have been quick on it plus couldn't log in for a day hmm anyway last night there was an ota update seemed the size of whole os is there somewhere in root files or elsewhere we can extract this? And if so would it help us in anyway I would like to start working on learning more and helping teams build custom ROMs and seems like this might help.
darkskywalker said:
Thank you sorry I had some family issues or I would have been quick on it plus couldn't log in for a day hmm anyway last night there was an ota update seemed the size of whole os is there somewhere in root files or elsewhere we can extract this? And if so would it help us in anyway I would like to start working on learning more and helping teams build custom ROMs and seems like this might help.
Click to expand...
Click to collapse
No worries, first off check your build number if it end in I1 or F1 we have that update already saved and uploaded to shared services, if you are VVBNA5 you have a new update we have not seen yet.
In any case, install OTA rootkeeper available on market or you will loose root, and have to odin flash (custom) to re-root.
Also, updates can be found at /cache/FOTA/update.zip
local caches up updates can help developers fiddle with multiple versions of the OS without relying on updates via OTA updates. or backups etc.
So far, all the patches that have come out for this device are 'patch based' only IE not much help other than to allow people to download the update manually, or for devs to check out potential 'mods' against multiple versions.
cowboyenvy said:
No worries, first off check your build number if it end in I1 or F1 we have that update already saved and uploaded to shared services, if you are VVBNA5 you have a new update we have not seen yet.
In any case, install OTA rootkeeper available on market or you will loose root, and have to odin flash (custom) to re-root.
Also, updates can be found at /cache/FOTA/update.zip
local caches up updates can help developers fiddle with multiple versions of the OS without relying on updates via OTA updates. or backups etc.
So far, all the patches that have come out for this device are 'patch based' only IE not much help other than to allow people to download the update manually, or for devs to check out potential 'mods' against multiple versions.
Click to expand...
Click to collapse
Got a new one I'll post pic
Here is pic I been trying to post all day my app acting stupid
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
K that is your current rom and you have a large update file?
Sent from my SCH-R740C using xda app-developers app
darkskywalker said:
Here is pic I been trying to post all day my app acting stupid
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Click to expand...
Click to collapse
current build pre-update or current-build post-update?
---------- Post added at 05:34 PM ---------- Previous post was at 05:30 PM ----------
http://forum.xda-developers.com/showthread.php?t=2617484
cowboyenvy said:
current build pre-update or current-build post-update?
---------- Post added at 05:34 PM ---------- Previous post was at 05:30 PM ----------
http://forum.xda-developers.com/showthread.php?t=2617484
Click to expand...
Click to collapse
Did this move to a new thread or something?
No never got a response from this and I have moved to a Samsung Galaxy s4 on Verizon
cowboyenvy said:
No never got a response from this and I have moved to a Samsung Galaxy s4 on Verizon
Click to expand...
Click to collapse
i have this phone i rooted it via cwm even tho its a temp. recovery

Categories

Resources