Affichage des articles dont le libellé est check. Afficher tous les articles
Affichage des articles dont le libellé est check. Afficher tous les articles

mardi 11 mars 2014

Software Update Check Issue topic




Apparently I have to wait 26,328 hours before I can check for an update again. I remember when 4.4.2 rolled out, I set my date forward 24 hours just to get it. Well, I got it, but recently I checked for an update and it told me to wait 26,000 hours. Umm, 3 years? No thank you. I don't even remember messing with my date besides the day of the update. I Tried clearing cache of Software Update and that didn't help.





samedi 8 mars 2014

[Free] Facebook Status Updates (Check all your friends status from one place) topic




Link: play.google.com/store/apps/details?id=com.etech.facebookstatusupdates

Description:
Facebook Status Updates is an application that allows you to view all your Facebook friends status, view and update your own status and check-in your location, all from one place.
Facebook Status Updates has a simple, neat and elegantly designed User Interface that filters out status updates of your friends from the Facebook news feed, so that you don't have to look through tons of information and focus on what is necessary.
From it's Status Feed you can like your friends status, comment on them, see other comments and likes as well.
Facebook Status Update's "MyStatus" page allows you to view your own status that you have posted over time, like them comment on them and even post new status.
Facebook Status Update's "Check In" page allows you check into nearby locations and post comments at the same time, without ever having to open the Facebook app.





vendredi 7 mars 2014

[Q] How can I check the bootloader status? topic




I followed the guides here, but there was no indication that the bootloader was successfully unlocked. I flashed RomAur 1.2 after installing the dual recovery, but before trying to unlock the bootloader. It flashed fine, but there were some problems here and there. I then followed the guide to unlock the bootloader, reflashed the rom, and everything seems to be OK, but because of this whole mess, I'm not sure I really unlocked the bootloader. How can I check the bootloader status?





jeudi 6 mars 2014

[q] unlock token check failed topic




As mentioned, recently I sent my phone to HTC to replace the camera, I dont know how they broken my mainboard.and now the mainboard is replaced. Everytime I tried to unlock bootloader (old token or newly grapped token), it appears that UNLOCK TOKEN CHECK FAILED? So, am I really unable to root my phone anymore? Or is there any alternative way to root it? I saw a post mentioning that restore it with RUU will help, does it really do so?
Sorry that is this a re-post or in a wrong section





vendredi 21 février 2014

[Q] How to Disable Signature Check? topic




Hello everyone, I'd like some help ..
Well, I have the following problem, I would remove the signature checking on system apps, because I want to modify the manifest.xml ..

I've tried everything and I can not .. :crying:

Services.jar\com\android\server\pm\PackageManagerService.smali


Code:


.method static compareSignatures([Landroid/content/pm/Signature;[Landroid/content/pm/Signature;)I
    .registers 9
    .param p0, "s1"    # [Landroid/content/pm/Signature;
    .param p1, "s2"    # [Landroid/content/pm/Signature;

    .prologue
    .line 2613
    if-nez p0, :cond_8

    .line 2614
    if-nez p1, :cond_6

    const/4 v6, 0x0

    .line 2633
    :goto_5
    return v6

    .line 2614
    :cond_6
    const/4 v6, -0x1

    goto :goto_5

    .line 2618
    :cond_8
    if-nez p1, :cond_c

    .line 2619
    const/4 v6, -0x2

    goto :goto_5

    .line 2621
    :cond_c
    new-instance v3, Ljava/util/HashSet;

    invoke-direct {v3}, Ljava/util/HashSet;-><init>()V

    .line 2622
    .local v3, "set1":Ljava/util/HashSet;, "Ljava/util/HashSet<Landroid/content/pm/Signature;>;"
    move-object v0, p0

    .local v0, "arr$":[Landroid/content/pm/Signature;
    array-length v2, v0

    .local v2, "len$":I
    const/4 v1, 0x0

    .local v1, "i$":I
    :goto_14
    if-ge v1, v2, :cond_1e

    aget-object v5, v0, v1

    .line 2623
    .local v5, "sig":Landroid/content/pm/Signature;
    invoke-virtual {v3, v5}, Ljava/util/HashSet;->add(Ljava/lang/Object;)Z

    .line 2622
    add-int/lit8 v1, v1, 0x1

    goto :goto_14

    .line 2625
    .end local v5    # "sig":Landroid/content/pm/Signature;
    :cond_1e
    new-instance v4, Ljava/util/HashSet;

    invoke-direct {v4}, Ljava/util/HashSet;-><init>()V

    .line 2626
    .local v4, "set2":Ljava/util/HashSet;, "Ljava/util/HashSet<Landroid/content/pm/Signature;>;"
    move-object v0, p1

    array-length v2, v0

    const/4 v1, 0x0

    :goto_26
    if-ge v1, v2, :cond_30

    aget-object v5, v0, v1

    .line 2627
    .restart local v5    # "sig":Landroid/content/pm/Signature;
    invoke-virtual {v4, v5}, Ljava/util/HashSet;->add(Ljava/lang/Object;)Z

    .line 2626
    add-int/lit8 v1, v1, 0x1

    goto :goto_26

    .line 2630
    .end local v5    # "sig":Landroid/content/pm/Signature;
    :cond_30
    invoke-virtual {v3, v4}, Ljava/util/HashSet;->equals(Ljava/lang/Object;)Z

    move-result v6

    if-eqz v6, :cond_38

    .line 2631
    const/4 v6, 0x0

    goto :goto_5

    .line 2633
    :cond_38
    const/4 v6, -0x3

    goto :goto_5
.end method



Running CM11 [Defy]

I apologize for my english .. :p





mercredi 29 janvier 2014

[Q] Help! please check my updater-script topic




Hi guys!

please check my updater-script

to flash it I have the following problem:

symlink: some symlinks failed
E=Error in sdcard/MyUpdate.zip
(Status 7)

as I fix it?

My updater-script:


Code:


show_progress(0.500000, 0);
format("ext4", "EMMC", "/dev/block/mmcblk0p3", "0", "/custpack");
format("ext4", "EMMC", "/dev/block/mmcblk0p5", "0", "/system");
mount("ext4", "EMMC", "/dev/block/mmcblk0p3", "/custpack");
mount("ext4", "EMMC", "/dev/block/mmcblk0p5", "/system");
package_extract_dir("custpack", "/custpack");
package_extract_dir("system", "/system");
symlink("aee_aed", "/system/bin/debuggerd");
symlink("mksh", "/system/bin/sh");
symlink("toolbox", "/system/bin/cat");
symlink("toolbox", "/system/bin/chmod");
symlink("toolbox", "/system/bin/chown");
symlink("toolbox", "/system/bin/cmp");
symlink("toolbox", "/system/bin/date");
symlink("toolbox", "/system/bin/dd");
symlink("toolbox", "/system/bin/df");
symlink("toolbox", "/system/bin/dmesg");
symlink("toolbox", "/system/bin/getevent");
symlink("toolbox", "/system/bin/getprop");
symlink("toolbox", "/system/bin/hd");
symlink("toolbox", "/system/bin/id");
symlink("toolbox", "/system/bin/ifconfig");
symlink("toolbox", "/system/bin/iftop");
symlink("toolbox", "/system/bin/insmod");
symlink("toolbox", "/system/bin/ioctl");
symlink("toolbox", "/system/bin/ionice");
symlink("toolbox", "/system/bin/kill");
symlink("toolbox", "/system/bin/ln");
symlink("toolbox", "/system/bin/log");
symlink("toolbox", "/system/bin/ls");
symlink("toolbox", "/system/bin/lsmod");
symlink("toolbox", "/system/bin/lsof");
symlink("toolbox", "/system/bin/md5");
symlink("toolbox", "/system/bin/mkdir");
symlink("toolbox", "/system/bin/mount");
symlink("toolbox", "/system/bin/mv");
symlink("toolbox", "/system/bin/nandread");
symlink("toolbox", "/system/bin/netstat");
symlink("toolbox", "/system/bin/newfs_msdos");
symlink("toolbox", "/system/bin/notify");
symlink("toolbox", "/system/bin/printenv");
symlink("toolbox", "/system/bin/ps");
symlink("toolbox", "/system/bin/reboot");
symlink("toolbox", "/system/bin/renice");
symlink("toolbox", "/system/bin/rm");
symlink("toolbox", "/system/bin/rmdir");
symlink("toolbox", "/system/bin/rmmod");
symlink("toolbox", "/system/bin/route");
symlink("toolbox", "/system/bin/schedtop");
symlink("toolbox", "/system/bin/sendevent");
symlink("toolbox", "/system/bin/setconsole");
symlink("toolbox", "/system/bin/setprop");
symlink("toolbox", "/system/bin/sleep");
symlink("toolbox", "/system/bin/smd");
symlink("toolbox", "/system/bin/start");
symlink("toolbox", "/system/bin/stop");
symlink("toolbox", "/system/bin/sync");
symlink("toolbox", "/system/bin/top");
symlink("toolbox", "/system/bin/touch");
symlink("toolbox", "/system/bin/umount");
symlink("toolbox", "/system/bin/uptime");
symlink("toolbox", "/system/bin/vmstat");
symlink("toolbox", "/system/bin/watchprops");
symlink("toolbox", "/system/bin/wipe");
symlink("busybox", "/system/xbin/[");
symlink("busybox", "/system/xbin/[[");
symlink("busybox", "/system/xbin/ash");
symlink("busybox", "/system/xbin/awk");
symlink("busybox", "/system/xbin/base64");
symlink("busybox", "/system/xbin/basename");
symlink("busybox", "/system/xbin/blkid");
symlink("busybox", "/system/xbin/bunzip2");
symlink("busybox", "/system/xbin/bzcat");
symlink("busybox", "/system/xbin/bzip2");
symlink("busybox", "/system/xbin/cal");
symlink("busybox", "/system/xbin/cat");
symlink("busybox", "/system/xbin/chat");
symlink("busybox", "/system/xbin/chattr");
symlink("busybox", "/system/xbin/chgrp");
symlink("busybox", "/system/xbin/chmod");
symlink("busybox", "/system/xbin/chown");
symlink("busybox", "/system/xbin/chroot");
symlink("busybox", "/system/xbin/chrt");
symlink("busybox", "/system/xbin/cksum");
symlink("busybox", "/system/xbin/clear");
symlink("busybox", "/system/xbin/comm");
symlink("busybox", "/system/xbin/cp");
symlink("busybox", "/system/xbin/crond");
symlink("busybox", "/system/xbin/crontab");
symlink("busybox", "/system/xbin/cut");
symlink("busybox", "/system/xbin/date");
symlink("busybox", "/system/xbin/dd");
symlink("busybox", "/system/xbin/depmod");
symlink("busybox", "/system/xbin/devmem");
symlink("busybox", "/system/xbin/df");
symlink("busybox", "/system/xbin/diff");
symlink("busybox", "/system/xbin/dirname");
symlink("busybox", "/system/xbin/dmesg");
symlink("busybox", "/system/xbin/dnsd");
symlink("busybox", "/system/xbin/dnsdomainname");
symlink("busybox", "/system/xbin/dos2unix");
symlink("busybox", "/system/xbin/du");
symlink("busybox", "/system/xbin/echo");
symlink("busybox", "/system/xbin/egrep");
symlink("busybox", "/system/xbin/env");
symlink("busybox", "/system/xbin/ether-wake");
symlink("busybox", "/system/xbin/expand");
symlink("busybox", "/system/xbin/expr");
symlink("busybox", "/system/xbin/fakeidentd");
symlink("busybox", "/system/xbin/fbset");
symlink("busybox", "/system/xbin/fdflush");
symlink("busybox", "/system/xbin/fdformat");
symlink("busybox", "/system/xbin/fdisk");
symlink("busybox", "/system/xbin/fgrep");
symlink("busybox", "/system/xbin/find");
symlink("busybox", "/system/xbin/fold");
symlink("busybox", "/system/xbin/free");
symlink("busybox", "/system/xbin/freeramdisk");
symlink("busybox", "/system/xbin/fsck");
symlink("busybox", "/system/xbin/fsync");
symlink("busybox", "/system/xbin/ftpd");
symlink("busybox", "/system/xbin/ftpget");
symlink("busybox", "/system/xbin/ftpput");
symlink("busybox", "/system/xbin/fuser");
symlink("busybox", "/system/xbin/getopt");
symlink("busybox", "/system/xbin/grep");
symlink("busybox", "/system/xbin/groups");
symlink("busybox", "/system/xbin/gunzip");
symlink("busybox", "/system/xbin/gzip");
symlink("busybox", "/system/xbin/hd");
symlink("busybox", "/system/xbin/head");
symlink("busybox", "/system/xbin/hexdump");
symlink("busybox", "/system/xbin/hostid");
symlink("busybox", "/system/xbin/hostname");
symlink("busybox", "/system/xbin/httpd");
symlink("busybox", "/system/xbin/hwclock");
symlink("busybox", "/system/xbin/id");
symlink("busybox", "/system/xbin/ifconfig");
symlink("busybox", "/system/xbin/ifenslave");
symlink("busybox", "/system/xbin/inetd");
symlink("busybox", "/system/xbin/inotifyd");
symlink("busybox", "/system/xbin/insmod");
symlink("busybox", "/system/xbin/install");
symlink("busybox", "/system/xbin/ionice");
symlink("busybox", "/system/xbin/iostat");
symlink("busybox", "/system/xbin/ip");
symlink("busybox", "/system/xbin/ipaddr");
symlink("busybox", "/system/xbin/ipcalc");
symlink("busybox", "/system/xbin/iplink");
symlink("busybox", "/system/xbin/iproute");
symlink("busybox", "/system/xbin/iprule");
symlink("busybox", "/system/xbin/iptunnel");
symlink("busybox", "/system/xbin/kill");
symlink("busybox", "/system/xbin/killall");
symlink("busybox", "/system/xbin/killall5");
symlink("busybox", "/system/xbin/less");
symlink("busybox", "/system/xbin/ln");
symlink("busybox", "/system/xbin/logname");
symlink("busybox", "/system/xbin/losetup");
symlink("busybox", "/system/xbin/ls");
symlink("busybox", "/system/xbin/lsattr");
symlink("busybox", "/system/xbin/lsmod");
symlink("busybox", "/system/xbin/lsof");
symlink("busybox", "/system/xbin/lsusb");
symlink("busybox", "/system/xbin/lzop");
symlink("busybox", "/system/xbin/lzopcat");
symlink("busybox", "/system/xbin/md5sum");
symlink("busybox", "/system/xbin/microcom");
symlink("busybox", "/system/xbin/mkdir");
symlink("busybox", "/system/xbin/mkdosfs");
symlink("busybox", "/system/xbin/mke2fs");
symlink("busybox", "/system/xbin/mkfifo");
symlink("busybox", "/system/xbin/mkfs.ext2");
symlink("busybox", "/system/xbin/mkfs.vfat");
symlink("busybox", "/system/xbin/mknod");
symlink("busybox", "/system/xbin/mkswap");
symlink("busybox", "/system/xbin/modinfo");
symlink("busybox", "/system/xbin/modprobe");
symlink("busybox", "/system/xbin/more");
symlink("busybox", "/system/xbin/mount");
symlink("busybox", "/system/xbin/mountpoint");
symlink("busybox", "/system/xbin/mt");
symlink("busybox", "/system/xbin/mv");
symlink("busybox", "/system/xbin/nameif");
symlink("busybox", "/system/xbin/nanddump");
symlink("busybox", "/system/xbin/nandwrite");
symlink("busybox", "/system/xbin/nc");
symlink("busybox", "/system/xbin/netstat");
symlink("busybox", "/system/xbin/nice");
symlink("busybox", "/system/xbin/nmeter");
symlink("busybox", "/system/xbin/nohup");
symlink("busybox", "/system/xbin/nslookup");
symlink("busybox", "/system/xbin/ntpd");
symlink("busybox", "/system/xbin/od");
symlink("busybox", "/system/xbin/patch");
symlink("busybox", "/system/xbin/pgrep");
symlink("busybox", "/system/xbin/pidof");
symlink("busybox", "/system/xbin/ping");
symlink("busybox", "/system/xbin/ping6");
symlink("busybox", "/system/xbin/pkill");
symlink("busybox", "/system/xbin/pmap");
symlink("busybox", "/system/xbin/powertop");
symlink("busybox", "/system/xbin/printenv");
symlink("busybox", "/system/xbin/printf");
symlink("busybox", "/system/xbin/ps");
symlink("busybox", "/system/xbin/pscan");
symlink("busybox", "/system/xbin/pwd");
symlink("busybox", "/system/xbin/rdate");
symlink("busybox", "/system/xbin/rdev");
symlink("busybox", "/system/xbin/readahead");
symlink("busybox", "/system/xbin/readlink");
symlink("busybox", "/system/xbin/realpath");
symlink("busybox", "/system/xbin/renice");
symlink("busybox", "/system/xbin/reset");
symlink("busybox", "/system/xbin/rev");
symlink("busybox", "/system/xbin/rfkill");
symlink("busybox", "/system/xbin/rm");
symlink("busybox", "/system/xbin/rmdir");
symlink("busybox", "/system/xbin/rmmod");
symlink("busybox", "/system/xbin/route");
symlink("busybox", "/system/xbin/run-parts");
symlink("busybox", "/system/xbin/script");
symlink("busybox", "/system/xbin/scriptreplay");
symlink("busybox", "/system/xbin/sed");
symlink("busybox", "/system/xbin/seq");
symlink("busybox", "/system/xbin/setkeycodes");
symlink("busybox", "/system/xbin/setlogcons");
symlink("busybox", "/system/xbin/setsid");
symlink("busybox", "/system/xbin/sha1sum");
symlink("busybox", "/system/xbin/sha256sum");
symlink("busybox", "/system/xbin/sha3sum");
symlink("busybox", "/system/xbin/sha512sum");
symlink("busybox", "/system/xbin/showkey");
symlink("busybox", "/system/xbin/sleep");
symlink("busybox", "/system/xbin/smemcap");
symlink("busybox", "/system/xbin/sort");
symlink("busybox", "/system/xbin/split");
symlink("busybox", "/system/xbin/start-stop-daemon");
symlink("busybox", "/system/xbin/stat");
symlink("busybox", "/system/xbin/strings");
symlink("busybox", "/system/xbin/stty");
symlink("busybox", "/system/xbin/sum");
symlink("busybox", "/system/xbin/swapoff");
symlink("busybox", "/system/xbin/swapon");
symlink("busybox", "/system/xbin/sync");
symlink("busybox", "/system/xbin/sysctl");
symlink("busybox", "/system/xbin/tac");
symlink("busybox", "/system/xbin/tail");
symlink("busybox", "/system/xbin/tar");
symlink("busybox", "/system/xbin/tee");
symlink("busybox", "/system/xbin/telnet");
symlink("busybox", "/system/xbin/telnetd");
symlink("busybox", "/system/xbin/test");
symlink("busybox", "/system/xbin/tftp");
symlink("busybox", "/system/xbin/tftpd");
symlink("busybox", "/system/xbin/time");
symlink("busybox", "/system/xbin/timeout");
symlink("busybox", "/system/xbin/top");
symlink("busybox", "/system/xbin/touch");
symlink("busybox", "/system/xbin/tr");
symlink("busybox", "/system/xbin/traceroute");
symlink("busybox", "/system/xbin/traceroute6");
symlink("busybox", "/system/xbin/tty");
symlink("busybox", "/system/xbin/ttysize");
symlink("busybox", "/system/xbin/tunctl");
symlink("busybox", "/system/xbin/umount");
symlink("busybox", "/system/xbin/uname");
symlink("busybox", "/system/xbin/uncompress");
symlink("busybox", "/system/xbin/unexpand");
symlink("busybox", "/system/xbin/uniq");
symlink("busybox", "/system/xbin/unix2dos");
symlink("busybox", "/system/xbin/unlzop");
symlink("busybox", "/system/xbin/unzip");
symlink("busybox", "/system/xbin/uptime");
symlink("busybox", "/system/xbin/usleep");
symlink("busybox", "/system/xbin/uudecode");
symlink("busybox", "/system/xbin/uuencode");
symlink("busybox", "/system/xbin/vconfig");
symlink("busybox", "/system/xbin/vi");
symlink("busybox", "/system/xbin/watch");
symlink("busybox", "/system/xbin/wc");
symlink("busybox", "/system/xbin/wget");
symlink("busybox", "/system/xbin/which");
symlink("busybox", "/system/xbin/who");
symlink("busybox", "/system/xbin/whoami");
symlink("busybox", "/system/xbin/whois");
symlink("busybox", "/system/xbin/xargs");
symlink("busybox", "/system/xbin/zcat");
symlink("/custpack/modem/modem.img", "/system/etc/firmware/modem.img");
symlink("/custpack/agps_profiles_conf.xml", "/system/etc/agps_profiles_conf.xml");
symlink("/custpack/apns-conf.xml", "/system/etc/apns-conf.xml");
symlink("/custpack/JRD_custres/fonts", "/system/fonts");
symlink("/custpack/framework/framework-res.apk", "/system/framework/framework-res.apk");
symlink("/custpack/framework/Jrdshared.apk", "/system/framework/Jrdshared.apk");
symlink("/custpack/framework/mediatek-res.apk", "/system/framework/mediatek-res.apk");
symlink("wlan_mt6628.ko", "/system/lib/modules/wlan.ko");
symlink("/custpack/JRD_custres/audio", "/system/media/audio");
symlink("/custpack/boot_logo", "/system/media/images/boot_logo");
symlink("/custpack/build.prop", "/system/build.prop");
set_perm_recursive(0, 0, 0755, 0644, "/custpack");
set_perm_recursive(0, 0, 0755, 0644, "/system");
set_perm_recursive(0, 2000, 0755, 0755, "/system/bin");
set_perm(0, 3003, 02750, "/system/bin/netcfg");
set_perm(0, 3004, 02755, "/system/bin/ping");
set_perm(0, 2000, 06750, "/system/bin/run-as");
set_perm_recursive(1002, 1002, 0755, 0440, "/system/etc/bluetooth");
set_perm(0, 0, 0755, "/system/etc/bluetooth");
set_perm(1000, 1000, 0640, "/system/etc/bluetooth/auto_pairing.conf");
set_perm(3002, 3002, 0444, "/system/etc/bluetooth/blacklist.conf");
set_perm(1014, 2000, 0550, "/system/etc/dhcpcd/dhcpcd-run-hooks");
set_perm_recursive(0, 0, 0755, 0555, "/system/etc/ppp");
set_perm(1002, 1002, 0440, "/system/etc/dbus.conf");
set_perm(0, 2000, 0550, "/system/etc/init.goldfish.sh");
set_perm(0, 2000, 0755, "/system/vendor");
set_perm_recursive(0, 2000, 0755, 0755, "/system/vendor/bin");
set_perm(0, 2000, 0755, "/system/vendor/lib");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/lib/drm");
set_perm(0, 0, 0644, "/system/vendor/lib/drm/libdrmwvmplugin.so");
set_perm(0, 2000, 0755, "/system/vendor/lib/egl");
set_perm_recursive(0, 2000, 0755, 0644, "/system/vendor/lib/hw");
set_perm(0, 0, 0644, "/system/vendor/lib/hw/gralloc.mt6575.so");
set_perm_recursive(0, 0, 0755, 0755, "/system/vendor/pittpatt");
set_perm_recursive(0, 2000, 0755, 0755, "/system/xbin");
set_perm(0, 0, 06755, "/system/xbin/su");
show_progress(0.200000, 0);
show_progress(0.200000, 10);
assert(package_extract_file("boot.img", "/tmp/boot.img"),
      write_raw_image("/tmp/boot.img", "bootimg"),
      delete("/tmp/boot.img"));
show_progress(0.100000, 0);
unmount("/custpack");
unmount("/system");


sorry for my bad english





mardi 28 janvier 2014

[GAME, puzzle][2.2+] Riddles, Brain Teasers 2. Check your IQ topic




Hi.
Check my new app "Riddles, Brain Teasers 2". This is a continuation of the first part of the game "Riddles, Brain Teasers, Logic" that has more than 1 000 000 downloads. I hope you enjoy new app as older one. What's new in this app:
1. New teasers and riddles
2. Now you can give an answer, not just read it.
3. For each right answer you will get a scores.
4. You will be compete for the title of the most cleverest person

link: https://play.google.com/store/apps/d...rainteasers&hl








Attached Thumbnails


Click image for larger version<br/><br/>Name:	FIVE-CATEG.png<br/>Views:	N/A<br/>Size:	42.8 KB<br/>ID:	2544943
 

Click image for larger version<br/><br/>Name:	EXPLORE.png<br/>Views:	N/A<br/>Size:	55.8 KB<br/>ID:	2544944
 

Click image for larger version<br/><br/>Name:	type-the-answer.png<br/>Views:	N/A<br/>Size:	53.2 KB<br/>ID:	2544945
 

Click image for larger version<br/><br/>Name:	GET-SCORES.png<br/>Views:	N/A<br/>Size:	70.6 KB<br/>ID:	2544946
 
















dimanche 26 janvier 2014

Error Flashing Modem: Secure Check Fail: mdm topic




I'm trying to flash an updated modem on my i337M which is running a custom DANDVH-GE-4.4.2-01162014-INTNL-STOCK.ZIP which is a Google Play work alike. I am trying to change the modem because it keeps droping the data connection and will only stay stable in 2G mode. Right now its modem is on AMDJ. I've tried to flash both the XXUEMKF, XXUFNA1, modems but I keep getting the following error:

Code:
<ID:0/003> Added!!
<ID:0/003> Odin v.3 engine (ID:3)..
<ID:0/003> File analysis..
<ID:0/003> SetupConnection..
<ID:0/003> Initialzation..
<ID:0/003> Get PIT for mapping..
<ID:0/003> Firmware update start..
<ID:0/003> SingleDownload.
<ID:0/003> modem.bin
<ID:0/003> NAND Write Start!!
<ID:0/003> Transmission Complete..
<ID:0/003> Now Writing.. Please wait about 2 minutes
<ID:0/003> FAIL! (Auth)
<ID:0/003>
<ID:0/003> Receive Response from boot-loader
<OSM> All threads completed. (succeed 0 / failed 1
I'm adding the modem.bin to the CP portion of Odin 3.09. I've tried doing this on all my USB ports using two new cables (all w/ the updated samsung drivers). I am using Win 8.1. All the same results. My phone says:

Code:
Odin Mode
Product name: SGH-I337M
Current Binary: Samsung Official
System Status: Official
CSB-OEM_CONFIG_LSB: 0x30
Write Protection: Enable
Then when I start flashing the following to messages appear right under the write protection message:

Code:
Start [224, 1440]
Secure Check Fail: mdm
After doing this I have to restart the phone for odin to pick it up again. It boots fine normally, and the original AMDJ modem still shows.

What's going on with this? I've looked in our forums but I can't find anything. I have TWRP installed, and I am rooted. :confused:





How to check if I have a D820 orD821 topic




Hello guys!

I am about to buy the international version of Nexus 5. I REALLY need it to be the international version, that is, D821.

How can I check which version I have once I have it in my hands?

Any help is appreciatted!





samedi 25 janvier 2014

[Q] How can I check which LTE or HSPA band I am connected? topic




I can't find this in any settings or screens, is there an app I can download?





SW REV CHECK FAIL : [aboot] Fused 3 > Binary 2 topic




Hello everyone,
sorry for my english I'm french, I had a concern during an update of a custom rom, and since I no longer access the recovery (recovery bootloop) and when I want to put a stock rom j 'have this error message:
SW REV CHECK FAIL : [aboot] Fused 3 > Binary 2





Samsung s4 mini i9192 problem please check topic




please check i flash for language but after flashing show only this

image size too large!! W:1000, H:1920 display image fail SECURE FAIL: KERNEL





jeudi 23 janvier 2014

If you think your Nexus is dead, check for loose screws under the ribbon connectors. topic




tl;dr: Check out whether one of your missing screws has got stuck in the tiny space underneath the ribbon connectors (CHECK ATTACHED PHOTOS)


Attachment 2534866Attachment 2534865


long story: I'm far from wealthy, but I wanted to get my parents some piece of electronic that they can surf the web and have fun with. I found this cheap used Nexus 7 online and today I've been basically playing around with it all day checking out different roms and stuff.

At one point I had to unplug the battery because I couldn't shut down the tablet. When I did that, while holding the tablet I shook it up a little and heard something loose in it. I noticed there were screws missing. One of the screws was poking out from underneath the charging ribbon. Without taking off the ribbon I tried to wiggle it around a bit with a screwdriver, hoping it would come out, but instead it got stuck inside a little further. I noticed the noise when shaking the device was gone, so I just put on the cover back on and tried to start it. It wouldn't even light up.

I obviously tried everything suggested on the web. Holding the power button for 30s and such. I plugged the Nexus for charging and heard a little buzzing sound coming FROM THE TABLET. I got curious, so I took off the back again, removed the battery and plugged in the USB charger again. The buzz was still there and it was coming from around the charger ribbon. I unplugged it, removed the screw that got stuck inside and the tablet works again. It must've been causing a short circuit, or something.

I'm so ****ing happy, you have no idea.

Thankfully it works flawlessly, the battery is fine and it charges alright.

I really hope this helps somebody out. I thought the tablet was done, but thankfully I'm as lucky as I am dumb.








Attached Thumbnails


Click image for larger version<br/><br/>Name:	space.jpg<br/>Views:	N/A<br/>Size:	116.8 KB<br/>ID:	2534865
 

Click image for larger version<br/><br/>Name:	missing.jpg<br/>Views:	N/A<br/>Size:	124.4 KB<br/>ID:	2534866
 
















[Q] Need help with compatibility check Siyah Kernel on NeatRom topic




Hi guys,

I have rooted my i9100 (JB 4.1.2) and flashed it with MS2 NeatROM v5.6 Aroma, which works fine except for the battery life which has plummeted dramatically since I've flashed it. Now I'm hoping to resolve this issue by flashing SiyahKernel S2-v5.0.1 (wish I could post a link but I can't because Rooky forum member).

My questions are:

1. Is the Siyah kernel I’ve selected compatible with my device and ROM? Will it work?
2. How do you check compatibility of kernels vs. installed rom and device? Phone firmware? J
3. Can kernels in general improve/influence battery life?

Note!!: I am NOT looking for an opinion on how the combination ROM, Kernel, and Device will turn out, or which is best, I am merely asking if my selected Kernel is compatible with the ROM and device. I am new to rooting and do not know what details in flashed ROM and device specs to pay attention to when selecting a kernel, hence my questions.

Phone details:
SGS2 i9100 (JB 4.1.2)
Current kernel: 3.0.31-1484249 dpi@DELL177 #3 SMP PREEMPT Tue Dec 3
PDA: XWMS2
Phone/firmware: XXMS4



Thanks a lot for your help!