start chrome with
#> chromium-browser --ignore-certificate-errors --allow-running-insecure-content
[ view entry ] ( 735 views ) | print article
According to samsung udate the Galaxy S3 firmware with the highest Changelist at the moment is csc (salescode) VD2 919627 build date 01.02.2013 (Germany Vodafone branded) and my csc image is ATO (Austria unbranded) 566833 build date 10.12.2012 (got this by OTA).
To have the newest firmware but with ATO csc i devided to take cache.img and hidden.img from ATO and boot.img, modem.bin, recovery.img, sboot.bin, system.img and tz.img from VD2.
First I downloaded VD2 and ATO, extracted the X.tar.md5 files, discarded ".md5" from the filenames, untared the ".img" files and compressed a new VD2 archive with cache.img and hidden.img from ATO.
[ view entry ] ( 795 views ) | print article
pm segfaults if LD_LIBRARY_PATH is missing like on login with ssh
$ su -c "/system/bin/pm"
[1] Segmentation fault pm
$ su -c "LD_LIBRARY_PATH=/vendor/lib:/system/lib pm"
if pm is not found like this
$ /system/bin/pm list packagesyou can do
sh: /system/bin/pm: not found
/system/bin/sh -c "/system/bin/pm list packages"or prepend /system/bin/pm with
#!/system/bin/sh
[ view entry ] ( 922 views ) | print article
try
{
openFileOutput(pdfFile.getName(), MODE_WORLD_READABLE | MODE_WORLD_WRITEABLE).close();
}
catch (Exception logOrIgnore) { }
[ view entry ] ( 1112 views ) | print article
Something went wrong with the clipboard of my Galaxy S3.
The solution was http://forum.xda-developers.com/showthr ... ?t=1655619
su
mv /data/clipboard /data/oldclipboard
mkdir /data/clipboard
chmod 775 /data/clipboard
chown system.system /data/clipboard
reboot
[ view entry ] ( 1755 views ) | print article
<<First <Back | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | Next> Last>>