You need them too. But if you're using my init- and build-scripts and local_manifests, everything will be downloaded automatically.
You need them too. But if you're using my init- and build-scripts and local_manifests, everything will be downloaded automatically.
Try to use THIS flashtoolidk why but i don't have that one available in flash tool, do i have to try another tool or am i screwed
which comes straight from the future, btw (check https://flashtool.net/news.html) ;-)
so how would i flash this then, flashing with flash mode doesn't see it (and the button inside the app does nothing for me, had to download xperifirm manualy to get it)And then click on the XPeriFirm Button. Then select E5832, choose your region and download the firmware. The FlashTool then creates the flashable ROM.
I understand! That's a bug in newer versions of the FlashTool. The XperiFirm execution file is missing! Dunno why...
/windows/C/Users/<username>/.flashTool/XperiFirm.exe
C:\Users\<username>\.flashTool\XperiFirm.exe
adb root
adb shell
mount -o remount,rw /
rm /system/priv-app/DroidGuard/DroidGuard.apk
rm /system/priv-app/FakeStore/FakeStore.apk
rm /system/priv-app/GmsCore/GmsCore.apk
rm /system/priv-app/GsfProxy/GsfProxy.apk
exit
adb root
adb shell logcat -b all -d > logcat
adb pull /sys/fs/selinux/policy
cd sys/fs/pstore
cp * /sdcard
suzuran:/ $ dd if=/dev/zero of=/sdcard/output count=65536
65536+0 records in
65536+0 records out
33554432 bytes (32 M) copied, 0.706444 s, 45 M/s
suzuran:/ $