Keep Passwords v1.1.2 Download now!! - Windows 8 General

Keep Passwords v1.1.2
download now
link bellow:
http://www.mediafire.com/download/epcs2orwop0yim2/Keep+Passwords+v1.1.2.exe
and thanks

Related

[i9001][ICS ROM] Install step by step+clockworkmod

Hi everyone!today i'll show you hot to install ICS 4.0.4(CyanogenMod 9) step by step! Just download yhe attachment and there will be the download links and instructions
thank
thank u so much
incorrect links...
The link for Arco´s Clockworkmod and 2 updates doesnt work...it says:
Invalid or Deleted File.
The key you provided for file download was invalid. This is usually caused because the file is no longer stored on Mediafire. This occurs when the file is removed by the originating user or Mediafire.
If you believe you have reached this page in error, please contact support.
Click here to view our help resources

[APP][MOD][ICS] Download and save .zip attachment from ICS stock Email client

I've seen a few postings from people nagging about not able to save .zip attachment from the ICS stock email client app. I've patched the attached Email.apk to allow download and save zip files. FYI: The Email client is version 4.1 and is taken from the AOKP M6 build.
What you need and how to apply:
1. You need root access on your phone
2. Make a backup of your original Email client.
3. Download and apply the attached zip file with CWM Recovery
Note: Since this is a security modification, use it on your own risk.
It works. Thank you!
bulldog64 said:
I've seen a few postings from people nagging about not able to save .zip attachment from the ICS stock email client app. I've patched the attached Email.apk to allow download and save zip files. FYI: The Email client is version 4.1 and is taken from the AOKP M6 build.
What you need and how to apply:
1. You need root access on your phone
2. Make a backup of your original Email client.
3. Download and apply the attached zip file with CWM Recovery
Note: Since this is a security modification, use it on your own risk.
Click to expand...
Click to collapse
Hi mate, can you mod attached mail apk (it's from HTC sensation ICS 4.0.4) to work on TMO galaxy S3.
I tried yours but it doesn't sync properly on GS3. Thanks

[GUIDE]Set up OTA updates for ur ROM

Hi Guys today I'm going to show u how to add OTA updates for your rom.
So what is it basically???
Everyone knows it lol
So lets start with the business.
1)First of all get the latest apk from here
https://www.otaupdatecenter.pro/
2)Put this app in your rom's /system/app
3)Pick a ROM ID that you will use in our database(No spaces)
4)Add the following properties to your build.prop:
otaupdater.otaid=<ROM ID you picked from previous step>
otaupdater.otatime=<Date/time of this build in yyyymmdd-hhmm format>
otaupdater.otaver=< version number/name>
5)Package your ROM, generate an MD5 of the zip file, and upload it on any file sharing site
6)Then make your account and add your rom (update) on the site (OTA)
7)You will need the ROM ID you picked, the device you packaged for, and the URL and MD5 of the zip file.
8)For any further updates, just make sure you update the "otatime" and "otaver" properties in build.prop
Hope this HELPS!
Wanna hit THANKS!!,
Then there's A button for that
How do you generate a md5 of the rom?
Nice guide, i understand everything excepting that step.
Isn't this taken from here: http://forum.xda-developers.com/showthread.php?t=1803562
Thanks
Helped me a lot for building my own rom trying to learn rn and it was very helpful of you

[05.23.14][TOOL] APK Tools v3.50 [Windows][GUI]

APK Tools --
"A complete fresh tool developed from scratch; inspired by existing tools available out there."
INFO: Pushed to GitHub
SCREENSHOTS​
Requirements:
Java JDK/JRE
Android SDK
BRAIN! ^_^
Features:
Faster and easier APK handling (GUI Version) -- supports drag and drop file; access files anywhere
All-in-one (ADB Push/Pull, Extract, Optimize, Zip, Sign, Zipalign, Install, Decompile, Compile...)
Based on latest available tools
Great user interaction; less prone to errors (More information and warning during operation)
Works everytime and anywhere (No problem with paths and filename containing spaces or weird characters)
Log activities with time stamp and use date as log filename
Install and use of framework with custom tags
Generate and sign APKs with own private key (Android market supported)
Switch between apktool versions (2.0.0b9 & 1.5.2)
Many more . . . Check for yourself! ;D
To Do:
Log activities with time and date headers - Done
Install framework with custom tags - Done
Generate own private key with android market support - Done
Sign APKs with the generated private key - Done
GUI version with drop file support - Done
Switch between APKTOOL versions - Done
Post a feature request or suggestion here.​
Instructions:
Extract "APK Tool v#.##.zip"
Execute "APK Tools.exe"
Necessary files and folders are installed automatically every launch if not found.
Place APKs to be modded inside "APK Files" folder.
All extracted or decompiled APKs are found in "Projects" folder.
Generated private keys are located in "OUTPUT" folder.
Zipped, signed, zipaligned and/or compiled projects are found in "OUTPUT" folder.
Zipped/Compiled with Original Signature => system-%Project%
Zipped/Compiled with No Signature => unsigned-%Project%
Signed with Generated Private Keys => gpsigned-%Project%
Signed with Android Market => amsigned-%Project%
Signed with Test Keys => signed-%Project%
Click to expand...
Click to collapse
* Testers would be much appreciated to keep the tool stable.
** If possible, post full info regarding bugs encountered here.
*** Let's try to fix issues / errors ASAP. THANKS!!!
DOWNLOADS:
Direct (XDA)
Mirror v1.00 (MediaFire)
Mirror v1.50 (MediaFire)
Mirror v2.00 (MediaFire)
Mirror v3.00 (MediaFire)
Mirror v3.50 (MediaFire)
Rate and post a review here.​
CREDITS:
Google for Overall HELP and Android Tools
Brut.all / iBotPeaches for apktool
jesusfreke for smali/backsmali
deanlee3 for roptipng
Igor Pavlov for 7zip
Yorzua for signapk
XDA:DevDB Information
APK Tools (GUI Version), Tool/Utility for the Android General
Contributors
kermage
Source Code: https://github.com/kermage/APK-Tools
Version Information
Status: Stable
Current Stable Version: 3.50
Stable Release Date: 2014-05-23
Created 2014-04-27
Last Updated 2015-08-01
Changelogs
v3.50 ( 05/23/14 )
GUI fixes and adjustments
Fixed ADB push and pull locations
Fixed Compile option not signing original signature
Added option to copy over original files after compile
Added ADB install option
v3.00 ( 05/21/14 )
GUI version (faster and easier handling) -- supports drag and drop file
Access files anywhere (not limited to APK Files folder)
Switch between apktool versions (2.0.0b9 & 1.5.2)
Improved error detection and logging capability
Multiple tweaks and rework to codes
v2.00 ( 05/07/14 )
Generate own private key with android market support
Sign APKs with the generated private key
More tweaks and fixes to code
Improved launcher script
v1.50 ( 05/03/14 )
Log activities with time stamp and use date as log filename
Install and use of framework with custom tags
Minor tweaks and fixes to code
v1.00 ( 04/27/14 )
Initial release
FAQ
-RESERVED-
just about to try this out
thanks alot :highfive:
Er. Aditya said:
just about to try this out
thanks alot :highfive:
Click to expand...
Click to collapse
will be glad to hear a feedback..
this my friend is a superb tool , really really easy to use and a must for the newbies.... thanks alot for the tool , il just add this to my signature to spread the word
Er. Aditya said:
this my friend is a superb tool , really really easy to use and a must for the newbies.... thanks alot for the tool , il just add this to my signature to spread the word
Click to expand...
Click to collapse
:good: THANKS MATE! :highfive:
kermage said:
:good: THANKS MATE! :highfive:
Click to expand...
Click to collapse
il keep testing more and will let you know
Er. Aditya said:
il keep testing more and will let you know
Click to expand...
Click to collapse
You just made my day... -signature :good:
Very great tool simple and easy to use definitely noob friendly thanks man found a sort of bug maybe a typo but when you set decompile mode to sources it decompiled the resources instead. same goes for when you set decompile mode to resources it will decompile sources instead.
Sent from my Moto G using XDA Premium 4 mobile app
Omar1c said:
Very great tool simple and easy to use definitely noob friendly thanks man found a sort of bug maybe a typo but when you set decompile mode to sources it decompiled the resources instead. same goes for when you set decompile mode to resources it will decompile sources instead.
Sent from my Moto G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I will check this..thanks :good:
Update
Got it, already fixed the bug
Redownload "APK Tools.zip", delete existing "tools" folder, then execute "Launcher.exe".
Click to expand...
Click to collapse
Thanks, not tried it yet but will add a link to it in my guide.
Easy as it gets, nice work, test went well for me.....thank you for this, it will make it easier for sure....great work!!!:good::good:
XperienceD said:
Thanks, not tried it yet but will add a link to it in my guide.
Click to expand...
Click to collapse
that would be great!.. thanks :good:
So much thanks man. This is exactly what I need. I am following the post.
hai @kermage.. Glad to see apk tool thread with up to date post from the maker..
but lil bit problem occuring to me..
how to operate this tool..
I cant even installing framework. It says error. Whereas "APK tools" folder have been moved to C:/Windows/ directory.. (Before I move it into windows dir, the launcher even continously says "APK files folder EMPTY, although obviously I have put some files there)
I've try the latest apktool 2.0.0 beta9
It works with apk that need multiple dependencies (in my case, Xperia SP FW .201, using framework-res.apk & semcgenericuxpres.apk)
it suceed to decompile. But I get an error "PathNotFound apktool.yml" while recompile..
thanks in advance
UPDATE!
APK Tools v1.50
Changelog:
Log activities with time stamp and use date as log filename
Install and use of framework with custom tags
Minor tweaks and fixes to code
DOWNLOADS:
Direct (XDA)
Mirror (MediaFire)
Instructions:
Extract "APK Tool v1.50.zip"
Execute "Launcher.exe"
nasroed said:
how to operate this tool..
Click to expand...
Click to collapse
Extract the downloaded ZIP file anywhere you want.
Execute the Launcher.exe. (necessary files and folders will be installed automatically.)
Select a task by entering the option number. Play around.
nasroed said:
I cant even installing framework. It says error. Whereas "APK tools" folder have been moved to C:/Windows/ directory.. (Before I move it into windows dir, the launcher even continously says "APK files folder EMPTY, although obviously I have put some files there)
Click to expand...
Click to collapse
You dont need to move any folders created by the APK Tools Launcher (APK Files, Logs, Projects, OUTPUT).
This is weird, the tool should list all .apk files found under "APK Files" folder. (even filename containing spaces or weird characters)
nasroed said:
I've try the latest apktool 2.0.0 beta9
It works with apk that need multiple dependencies (in my case, Xperia SP FW .201, using framework-res.apk & semcgenericuxpres.apk)
it suceed to decompile. But I get an error "PathNotFound apktool.yml" while recompile..
Click to expand...
Click to collapse
Try to install frameworks and decode again, then check if the apktool.yml file exist in "Projects" folder.
If NOT, then it is not SUCCESSFULLY decompiled and you should import all the needed frameworks.
Or is it already a modified/themed app?
If YES, you should try to decompile the stock app. It's almost impossible to work with already themed/modified app
UPDATE!
APK Tools v2.00
Changelog:
Generate own private key with android market support
Sign APKs with the generated private key
More tweaks and fixes to code
Improved launcher script
DOWNLOADS:
Direct (XDA)
Mirror (MediaFire)
Instructions:
Extract "APK Tool v2.00.zip"
Execute "APK Tools.exe"
Once again im late to the party
This is AWESOME my man and THANK YOU!!!
I just saw it and got really excited and i will take it for a test drive
I cant even express how much I appreciate the peole who create tools for us!!
You are the real heroes behind most of us "devs" :good::good:

Megasync download

Hi, i need some help with the Megasync download mechanics. I have tried downloading several times the ROM 4.4.3 stock for the Nexus 4 uploaded in an account of Megasync, but can't figure out how it works. Can't find the folder in my PC where the file was downloaded. I installed the Megasync program, created an account, setup a folder in my HD and when i finish downloading a file, it shows up in the folder but with 0 bytes.
Appreciate any insight on the subject. Thanks in advance.
Bysler said:
Hi, i need some help with the Megasync download mechanics. I have tried downloading several times the ROM 4.4.3 stock for the Nexus 4 uploaded in an account of Megasync, but can't figure out how it works. Can't find the folder in my PC where the file was downloaded. I installed the Megasync program, created an account, setup a folder in my HD and when i finish downloading a file, it shows up in the folder but with 0 bytes.
Appreciate any insight on the subject. Thanks in advance.
Click to expand...
Click to collapse
Why not just download the image from Google directly?
https://developers.google.com/android/nexus/images#occamktu84l
Scroll down to OCCAM...latest factory image is there
I was trying to download the zip version where i can update it from a custom recovery without getting into fastboot mode.
Anyway, i tried again with a more stable internet connection and this time it went fine.

Categories

Resources