Recent content by MatanZ

  1. M

    Post Jiayu S3 discussion/support MEGA Thread

    No. There is no blue led (or at least, the kernel does not know of a blue led), only green and red. Furthermore, there seems to be no intensity control, so there are only three possible colours.
  2. M

    Post Jiayu S3 discussion/support MEGA Thread

    I noticed a few funny things recently, and I am not even sure if they are new or were from the start: There is a high load average: # uptime 10:24:17 up 11:59, load average: 13.81, 13.94, 13.80 The running processes are migration and ksoftirqd kernel threads for each inactive core. There...
  3. M

    Post Jiayu S3 discussion/support MEGA Thread

    This appears to be working, as in: The phone did not explode. When roaming was enabled, no roaming indication was displayed. When data roaming is disabled, data still works. All this while roaming on 42501 network with a 42507 SIM. Thank you very much. BTW, I did not use recovery to...
  4. M

    Post Jiayu S3 discussion/support MEGA Thread

    Israel 42507 42501 Israel 42508 42502 Please note that this is unidirectional. 42507 users may roam on 42501 network, but 42501 users can't roam on 42507. The same for the other pair. Does this mean you are going to make this kind of roaming work without needing to enable international roaming?
  5. M

    Post Jiayu S3 discussion/support MEGA Thread

    The apk is here: https://mega.nz/#!fdA30b4S!u9GHWfTZhD3GKj2xqIFn1eiXYv8CMsPqEG_6QZUh_w0 I hope someone can analyse it and find out what it does.
  6. M

    Post Jiayu S3 discussion/support MEGA Thread

    I also noticed it. I created a file "/data/app/com.therefore.miner-1.apk" as root with permissions 400 (read only), and it was not installed since then. But the real question is - what installed it. I am on S3SW 20150314-141844. Edit: I do not suspect it is a bitcoin miner, even with miner...
  7. M

    Post Jiayu S3 discussion/support MEGA Thread

    The jiayu.de kernel is also not GPL compliant.
  8. M

    Post *** New Device Forum Requests ***

    A forum for Jiayu S3 will be appreciated.
  9. M

    Post [ROM][PORT][ JB 4.1.2]- MIUI V5 [3.12.6] VOLLO VX 98 Unofficial

    I found one bug - after some time, the phone stopped ringing on incoming calls. It only vibrates. No settings seems to change this. Also, I forgot to backup the old ROM, so if someone has original rom for this phone I'll be thankful if they share with me.
  10. M

    Post Auto login doesn't work on XDA.

    I have the same issue. Using Firefox (currently 20, but the problem was also with a few older versions) on Fedora Linux. Using cookie manager, I see that the cookie for forum.xda-developers.com named "xdaloggedin" is set to expire In a short time (for example, currently it is set to expire on...
  11. M

    Post Major security vulnerability in Samsung phones triggers factory reset via web page

    A trivial workaround: install another dialer (for example, dialer one from the market). Now instead of directly dialing the dangerous code, you are asked which dialer to use.
  12. M

    Post [KERNEL][DEV][ICS][TW-Only] M1 Kernel V5 [2012-06-19]

    You should not include the modules in the initramfs. The initramfs is always in memory, so this way the modules waste the precious RAM even if not loaded. It is better to have them on the large emmc partition. BTW, the kernel's copyright license is GPL, a link to the binary should always be...
  13. M

    Post What an expert said about eMMc bug!

    cat /dev/block/mmcblk0 > /dev/null
  14. M

    Post [DISCONTINUED][KERNEL][GPL][13 JUN - r6] franco.Kernel 3.0.15

    I have a request: When you compile a kernel, please also compile (and make available for download) all modules that might be useful - iptables modules, drivers for every usb device, etc.
  15. M

    Post 4.0.3 LPY Bug Discussion (STOP POSTING eMMC CID data)

    On my GB system (Rocket ROM 18, Abyss kernel 4.2) MMC_CAP_ERASE is enabled in the kernel and the partitions /mnt/sdcard and /data are mount with the discard option. So we still don't know why GB appears to be resistant to the emmc corruption bug.