alptrek
Yasaklı Üye
Lptrex' Alıntı:alptrek' Alıntı:Lptrex' Alıntı:Framework res apkyı decomp et xml ye gır orda storagelıst.xml var ona bak hatıza rers falan olabılır ordan strıngs kodlarını bırbırleryle degıstıralptrek' Alıntı:Portladığım romda ana hafızayı görmüyor bu nedenle telefon fotoğraf çekiyor gözüküyor ama kaydetmiyor müzikler uygulaması çalışmıyor birde sdcard0 giremiyorsun pc ye takıncada gözükmüyor sadece sdcard gözüküyor.
Portladığım Rom storagelıst.xml
<?xml version="1.0" encoding="utf-8"?>
<StorageList
xmlns:android="http://schemas.android.com/apk/res/android">
<storage android:mountPoint="/storage/sdcard0" android:storageDescription="@string/storage_phone" android: primary="true" android:allowMassStorage="true" />
<storage android:mountPoint="/storage/sdcard1" android:storageDescription="@string/storage_sd_card" android:removable="true" android:allowMassStorage="true" />
</StorageList>
Stock Rom storagelıst.xml
<?xml version="1.0" encoding="utf-8"?>
<StorageList
xmlns:android="http://schemas.android.com/apk/res/android">
<storage android:mountPoint="/storage/sdcard0" android:storageDescription="@string/storage_phone" android: primary="true" android:allowMassStorage="true" />
<storage android:mountPoint="/storage/sdcard1" android:storageDescription="@string/storage_sd_card" android:removable="true" android:allowMassStorage="true" />
<storage android:mountPoint="/storage/usbotg" android:storageDescription="@string/storage_external_usb" android: primary="false" android:removable="true" />
</StorageList>
ne yapıcağımı pek anlamış değilim
O xmlyı boyle yap kaydet
Kod:<?xml version="1.0" encoding="utf-8"?> <StorageList xmlns:android="http://schemas.android.com/apk/res/android"> <storage android:mountPoint="/storage/sdcard0" android:storageDescription="@string/storage_phone" android: primary="true" android:allowMassStorage="true" /> <storage android:mountPoint="/storage/sdcard1" android:storageDescription="@string/storage_sd_card" android:removable="true" android:allowMassStorage="true" /> </StorageList> Stock Rom storagelıst.xml <?xml version="1.0" encoding="utf-8"?> <StorageList xmlns:android="http://schemas.android.com/apk/res/android"> <storage android:mountPoint="/storage/sdcard0" android:storageDescription="@string/storage_sd_card" android: primary="true" android:allowMassStorage="true" /> <storage android:mountPoint="/storage/sdcard1" android:storageDescription="@string/storage_phone" android:removable="true" android:allowMassStorage="true" /> <storage android:mountPoint="/storage/usbotg" android:storageDescription="@string/storage_external_usb" android: primary="false" android:removable="true" /> </StorageList>
Değişen birşey olmadı