我想知道是否有一种方法可以通过Linux闪存我的Galaxy 5(I5500)。我找到了Heimdall,但它只适用于三星的Galaxy s。
我想知道是否有一种方法可以通过Linux闪存我的Galaxy 5(I5500)。我找到了Heimdall,但它只适用于三星的Galaxy s。
I like to know if there's a way to flash my Galaxy 5 (I5500) via Linux. I found Heimdall, but it only works with Samsung's Galaxy S.
您可以直接从您的设备直接使用移动odin。支持Galaxy 5(I5500)。查看XDA开发人员的线程: http://forum.xda-developers.com/ showthread.php?t = 1347899
you can use mobile odin to flash ROMs directly from your device.Galaxy 5 (I5500) is supported. See the thread at xda developers: http://forum.xda-developers.com/showthread.php?t=1347899
xda的许多人从update.zip文件中制作tar。也许有一种方法可以从odin闪存的tar文件中制作update.zip cwm可闪烁的文件。
Many people at xda make tar's from update.zip files. Maybe there is a way to make update.zip cwm flashable files from odin flashable tar files.
我永远不会让heimdall正常工作。我会直接从adb闪烁我的rom:
adb shell /sbin/recovery --wipe_data /sbin/recovery --update_package=SDCARD:romname.zip
(无论您的邮政编码的名称以及SD卡的根),romname是什么,在SD卡的根目录中)
I could never get Heimdall to work properly. I wound up flashing my ROM directly from ADB instead:
adb shell /sbin/recovery --wipe_data /sbin/recovery --update_package=SDCARD:romname.zip
(romname being whatever your zip file's name is, and at the root of the SD card)
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有