Recent content by floppes

  1. F

    Post Manually restoring text messages from partial adb backup on unrooted phone

    Just redirect the output to a file with ">": java -jar sms_restore.jar 000000_sms_backup > output.txt
  2. F

    Post Manually restoring text messages from partial adb backup on unrooted phone

    Yes you are right, the output text will be exactly as long as the input file. As the input file is compressed, the output is cut off. I've fixed this in the new version (JAR file in the attachments): package de.floppes.sms_restore; import java.io.BufferedReader; import java.io.File; import...
  3. F

    Post Manually restoring text messages from partial adb backup on unrooted phone

    Solved it :o The file is created by a DeflaterOutputStream and contains the SMS as JSON objects, so it can be easily decoded with a little Java tool. I wrote such a tool and you can find it in the attachment. Usage: java -jar sms_restore.jar 000000_sms_backup Here's the full code: package...
  4. F

    Post Manually restoring text messages from partial adb backup on unrooted phone

    I am facing the same issue: my Nexus 5X suddenly won't turn on and I got a new one from Google. I have an ADB backup of all apps and I also found the file apps/com.android.providers.telephony/d_f/000000_sms_backup. Did you find a way to restore its contents? All I found so far was this post and...
  5. F

    Post Angry Birds (Seasons/Rio/Space) crashes

    I am on stock ROM and have no alternate recovery installed, so I cannot wipe the dalvik cache.
  6. F

    Thread Angry Birds (Seasons/Rio/Space) crashes

    I have recently come back to playing Angry Birds Seasons/Rio/Space on my Nexus 9. Unfortunately I get random crashes (FCs) in any of these games. It doesn't happen on my Nexus 5X but I prefer the bigger tablet to play on. I have only a few apps installed and checked tha RAM usage: there is...
  7. F

    Post Discoloring still a problem?

    I have contacted LG and asked about the problem. They told me they had never heard about it :rolleyes: At least they offered to send in my phone and get it "repaired" for free. But I won't do that, they will reset the phone and I would have to wait days to get it back. So I just bought a new...
  8. F

    Post Discoloring still a problem?

    Unfortunately you cannot clean it. It's not dirt but the coating vanishes over time. The back can be replaced quite easily, there are some videos on YouTube that show how it's done.
  9. F

    Thread Discoloring still a problem?

    I bought my white Nexus 5X at the day of release last year and the back's color quickly changed from white to some brownish white, especially at the edges. In this forum and on reddit there were lots of other people with the same issue. I am thinking about buying a new backside on eBay but I'm...
  10. F

    Post Nexus 5X Shipping Waiting Room

    I ordered on 11/02, state changed to "processing..." last Friday, got the shipping confirmation last night (Monday) around 11:30 pm and found the package on my desk at work this morning :) Very fast shipping from the Netherlands to Germany. And the free Chromecast is a nice compensation for the...
  11. F

    Post [ROM][5.1.1][02-APR] CyanogenMod 12.1 HTC One S

    I noticed that Bluetooth 4.0 (BLE) doesn't work anymore. I haven't used my BLE heart rate monitor in a while so I cannot tell if it has never worked with CM 12.1 or worked with earlier builds. The problem is not the heart rate monitor as it works with a friend's OnePlus One. I was so happy when...
  12. F

    Post [ROM][5.1.1][02-APR] CyanogenMod 12.1 HTC One S

    Check the attached screenshots. I don't have any big game installed (Angry Birds had to move to the tablet ;) ).
  13. F

    Post [ROM][5.1.1][02-APR] CyanogenMod 12.1 HTC One S

    I ran into the same problem when upgrading from CM11 to CM12.1. The only solution for me was to uninstall apps I rarely use. But still it annoys me to have only ~200 MB left on /data and I cannot install more apps. Another solution would be switching to hboot 2.16 (but you need a ROM that works...
  14. F

    Post [ROM] [Nov 25 2013] MildWild ROM

    I switched from stock HBOOT to CM7r2 and now I got 287 MB on /data :) FreeSpace shows sd-ext and some of it is used, so I guess it works.
  15. F

    Post [ROM] [Nov 25 2013] MildWild ROM

    How do I know that App2SD is working? I have an 8 GB SD card with a 6 GB FAT32 partition and a 2 GB ext4 partition. ext4 contains three directories: app, app-private and dalvik-cache. app contains APKs of some of my apps and their file dates correspond to when I updated them the last time. But...