background preloader

Les Applications Android

Les Applications Android

FrAndroid Communauté Android View Single Post - [DEV|APPv7] CIQ / HTC & Google Checkin / HTC loggers / Tell HTC Info & Removal Logging Test App v14 Attached to this post is my app that should interface with these logging services. Lets start by saying I HATE JAVA. Im an IT guy so i know my way around a few languages but im not the best so deal with uglyness. It is a work in progress and I will be adding more later. This app has started to turn into a full security suite. You may use this version of the app anywhere and redistribute it. Starting with version 3, i will be supporting cleanup/removal from many devices. Version 5 of pro adds in an option to convert webdb to https. To use https convert option: Set homepage to browser with a taskilller, open logging test apppress menu, go to convert to httpsopen browser and start typing in some letters like facebook or wiki or google or bank you should see https infront of them. It has been tested on evo4g, evo3d, and thunderbolt so far. Quote: To tell if you are spyware/logging free, none of these buttons should do much of anything.

AndroidFr - Portail d'information sur Android Android-Software - Plus de 3700 logiciels Android [GUIDE]How to check if your Android Device has CIQ (NO APP) (with 100% Removal)) This Guide is just for Samsung Devices for now. More devices to come. CIQ 100% Removed. !!!!!!! It seems that some of the CIQ detection apps that have recently been released are giving false results. This was tested by running a CIQ detection app by TrevE on the Samsung Galaxy S 4G by T-Mobile which is running the most recent OTA Gingerbread 2.3.6 T959VUVJK6 and the app reported that it did not find CIQ... The results and images below, beg to differ......... Edit 2: However, Supercurio's CIQ detection app shows that CIQ is present on the 2.3.6 JK6 Stock ROM. I was able to fully remove CIQ and all code for it, and this is the new result: CIQ=100% Defeated! So, while I was working on a new ROM, I found something that has been a heated discussion this past week. This should work for ALL Android devices. FYI, CIQ is not added into any AOSP ROM or CM Based Roms. Tools you will need:APKManagerSmaliBakSmali7zip or winzip Windows:Notepad++ Linux:Bluefish Editor This will extract the smali files.

HTC Confiture coing - recettedeconfiture.com - Recettes de confiture maison - Recette de confiture Recette de la confiture de coings Recette de la confiture de coings Le coings est un fruit méconnu, fruit ancien et succulent, la confiture de coings est très bonne. Le coing est un fruit rustique qui mérite d’être redécouvert. La confiture de coing est différente de la gelée de coing ou de la pâte de coing. Les coings sont cultivés en France de fin septembre à mi novembre c’est donc un fruit d’automne. Ingrédients pour la confiture de coings Les ingrédients pour la recette de la confiture de coing facile à réaliser. 1,300 Kg de coing bien murs non traitées ou bio (la chair, prévoyez le double en poids pour des coings entiers avec noyaux)800 g de sucre en poudre Ustensiles pour la confiture de coings Une fois les ingrédients de votre confiture préparés, vérifiez bien avant de commencer votre recette aux coings d’avoir sous la main tous les ustensiles nécessaires à la bonne réalisation de votre confiture de coing: Faire sa confiture de coing maison Avec quoi déguster sa confiture de coing ?

Apk Manager 4.9 - Makes Modifying Ur Apk A Breeze (Windows/Linux) Apk Manager 4.9 - Makes Modifying Ur Apk A Breeze (Windows/Linux) So i have written a simple script to ease the process of editing apks. Got a lot of downloads so thought its in demand Whether you're doing basic image editing or editing the smali or xml files, on average u have to use (Brut.all or JF's smali/baksmali) awesome tool to extract the apk, edit it, then sign the apk and then adb push/install it. This process is quite tiresome if you are testing a method that needs fine tweaking. This script should make the process a LOT smoother. Thanks: Goes to Brut.all for his awesome tool. Instructions (Windows): - Place apk in appropriate folder (Any filename will work, if running for first time folders will not be there, you must run and then the folders will be created) - Run script - Minimize the script - Edit files inside the project folder - Maximize the script ) - Run script by typing . Requirements: Java Adb Got problems ? 1.

Basic adb/shell commands for noobs Basic adb/shell commands for noobs Here is a list of some of the adb and terminal command I have used it Android frequently. I found that I was always having to look up these commands so I figured I would start keeping track of the common ones in case they can help anyone else. Note, I type "cd C:\Android" to get to my Android folder before doing these commands in the command prompt in windows. Through ADB Pull apps off phone onto computer Code: adb pull /system/sd/app app adb pull /system/sd/app-private app-private Push apps back to phone from the computer adb push app /system/sd/app adb push app-private /system/sd/app-private Delete existing apps on SD adb shell rm -r /system/sd/app adb shell rm -r /system/sd/app-private Through Terminal Partition SD card - This erases everything on your SD card (*size* being the size of the FAT32 partition) $ su # cd /data # wget # chmod 555 sdsplit # /data/sdsplit -fs *size* (add -nc to the end for JFv1.5ADP)

Related: