i put aboot.bin into external sd as mentioned in this thread and i'm sure that i wrote the command right but it showed me this message !
please help and sorry about my bad English !
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
please help!
hessien zaghloul said:
please help!
Click to expand...
Click to collapse
With Terminal Emulator and assuming 'aboot.img' is in the root of your external sdcard...
Code:
su
dd if=/storage/external_SD/aboot.img of=/dev/block/platform/msm_sdcc.1/by-name/aboot bs=4096
shinobisoft said:
With Terminal Emulator and assuming 'aboot.img' is in the root of your external sdcard...
Code:
su
dd if=/storage/external_SD/aboot.img of=/dev/block/platform/msm_sdcc.1/by-name/aboot bs=4096
Click to expand...
Click to collapse
the same problem .. the aboot file is .bin not .img!!
hessien zaghloul said:
the same problem .. the aboot file is .bin not .img!!
Click to expand...
Click to collapse
Excuse me... So replace .img with .bin...
Sent from my LG-D415 using Tapatalk
---------- Post added at 03:54 PM ---------- Previous post was at 03:38 PM ----------
What device?
shinobisoft said:
Excuse me... So replace .img with .bin...
Sent from my LG-D415 using Tapatalk
---------- Post added at 03:54 PM ---------- Previous post was at 03:38 PM ----------
What device?
Click to expand...
Click to collapse
i replaced .img to .bin and i got the same problem ..
lg l90 d410
Are you sure have aboot.bin in external_SD no in sdcard?
BigMajster said:
Are you sure have aboot.bin in external_SD no in sdcard?
Click to expand...
Click to collapse
yes!
Try this command:
Code:
dd if=/storage/external_SD/aboot.bin of=/dev/block/mmcblk0p6
BigMajster said:
Try this command:
Code:
dd if=/storage/external_SD/aboot.bin of=/dev/block/mmcblk0p6
Click to expand...
Click to collapse
the same problem! the problem is that it can't read the file aboot.bin !!
Push aboot.bin to internal sdcard and try this command:
Code:
dd if=/sdcard/aboot.bin of=/dev/block/platform/msm_sdcc.1/by-name/aboot
Related
This one can be installed to replace.
http://development.piratemedia.tv/2010-06-06-music-mod-v1-6-mdpi-hdpi/
How to...
Copy the apk to your sdcard. Now for some commands.
Code:
su
mount -o rw,remount /system
rm /system/app/Music.apk
rm /system/app/Music.odex
cp /sdcard/Music.apk /system/app/
chmod 644 /system/app/Music.apk
reboot
That should give you the new music.apk. I had to reboot for the apk to take. Let me know if anyone finds anything else.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
looks nice but I *think* it requires root. Also read something about being pushed through AVD so it could be that instead.
It does require root. But well worth it imo
Sent from my SPH-D700 using XDA App
How bout a tutorial on how to install this . I dont know jack bout adb commands.
xXSecretAgentXx said:
How bout a tutorial on how to install this . I dont know jack bout adb commands.
Click to expand...
Click to collapse
Updated with a how to.
Sent from my SPH-D700 using XDA App
another easy way to do this is to download the sdx app remover
http://roc-city.com/android/SdxAppRemoval-1.5.apk
it creates a folder on your sdcard called sdx, put the file into /sdcard/sdx/backup/app
the app will be listed, just check it and click restore app and it will install it under /system/app
aim1126 said:
another easy way to do this is to download the sdx app remover
http://roc-city.com/android/SdxAppRemoval-1.5.apk
it creates a folder on your sdcard called sdx, put the file into /sdcard/sdx/backup/app
the app will be listed, just check it and click restore app and it will install it under /system/app
Click to expand...
Click to collapse
It didn't create that folder in the sd card when I installed it
RTbar said:
It didn't create that folder in the sd card when I installed it
Click to expand...
Click to collapse
Then just make a backup of a system app and that should make the folder.
Then justv restore the app
Sent from the future...
aim1126 said:
Then just make a backup of a system app and that should make the folder.
Then justv restore the app
Sent from the future...
Click to expand...
Click to collapse
worked perfect, thanks
RTbar said:
worked perfect, thanks
Click to expand...
Click to collapse
No problem
Sent from the future...
hi
run Gobackup on "omni-4.4.2-20140126-mint-NIGHTLY" and see this erro
Cannot identify backups, SD Card might damage!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
try to solve this problem ....
finally solved by this commands:
Code:
$ adb shell
[email protected]:/ $ su
[email protected]:/ # mount -o remount rw /
[email protected]:/ # chmod 751 /mnt/media_rw
Now Gobackup display Error But Everything working good :laugh:
on "/init.qcom.rc"
chmod 0701 /mnt/media_rw
Click to expand...
Click to collapse
cheng 0701 to 0751 and reboot but after reboot return to default value 0701
how to solve this problem
thanks
open-mind said:
hi
run Gobackup on "omni-4.4.2-20140126-mint-NIGHTLY" and see this erro
Cannot identify backups, SD Card might damage!
try to solve this problem ....
finally solved by this commands:
Code:
$ adb shell
[email protected]:/ $ su
[email protected]:/ # mount -o remount rw /
[email protected]:/ # chmod 751 /mnt/media_rw
Now Gobackup display Error But Everything working good :laugh:
on "/init.qcom.rc"
cheng 0701 to 0751 and reboot but after reboot return to default value 0701
how to solve this problem
thanks
Click to expand...
Click to collapse
Your app is not KitKat compatible.
Can You Find Any Solve Method ?
Pester Go on the Reviews thread! Works for me!
harrybarracuda said:
Pester Go on the Reviews thread! Works for me!
Click to expand...
Click to collapse
I restore my old rom and re backup with old version of go backup ( ver 1.13 ) and flash kitkat now go-backup worked and restore my backup without any error perfect :good:
Its strange new version doesn't work but old version worked
Please post a method for installing CWM recovery for LG L90 (D410).
hessien zaghloul said:
Please post a method for installing CWM recovery for LG L90 (D410).
Click to expand...
Click to collapse
Root -> unlock bootloader -> flash CWM (look @Quarx topic cm11 in android development for the needed files).
bravho said:
Root -> unlock bootloader -> flash CWM (look @Quarx topic cm11 in android development for the needed files).
Click to expand...
Click to collapse
okay.. and how can i unlock bootloader?..
on a side note : i cant enter my download mode! i tried everything
See thread in general topic.
Sent from my LG-D405n using XDA Free mobile app
To unlock the bootloader, you only need to flash custom aboot. Check here: http://forum.xda-developers.com/lg-l90/general/guide-guide-to-unlocking-bootloader-l90-t2852917
i successfully unlock bootloader but when i enter the recovery mode and open sd card to choose rom it shows me this message!!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You have stock LG recovery , you need to flash another example CWM.
BigMajster said:
You have stock LG recovery , you need to flash another example CWM.
Click to expand...
Click to collapse
and how can i do that?
1. Download recovery image from: http://forum.xda-developers.com/lg-l90/development/rom-cyanogenmod-11-lg-l90-t2831541 and push in external SD.
2. In terminal type commands:
su
dd if=/storage/external_SD/cwm.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
Click to expand...
Click to collapse
BigMajster said:
1. Download recovery image from: http://forum.xda-developers.com/lg-l90/development/rom-cyanogenmod-11-lg-l90-t2831541 and push in external SD.
2. In terminal type commands:
Click to expand...
Click to collapse
when i entered su command it showed me (/system/bin/sh: su: not found)
You can flash the image from @Quarx by an app (flashify, rashr, etc)
download img -> choose in app flash image (twrp of CWM) and go
hessien zaghloul said:
when i entered su command it showed me (/system/bin/sh: su: not found)
Click to expand...
Click to collapse
If you used TowelRoot to root then you also need to install SuperSU from the Play Store.
CyanogenOS CM12.1 bootanimation
Download zip
Rename bootanimaton.zip
Copy system/media
Rw-R-R 644
Live enjoy ))
Thank you CyanogenOS Team...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
https://docs.google.com/file/d/0BwxHsIkTVuaKQzNXR19kOUdGOW8/edit?usp=docslist_api
xboxhunter said:
CyanogenOS CM12.1 bootanimation
Download zip
Rename bootanimaton.zip
Copy system/media
Rw-R-R 644
Live enjoy ))
Thank you CyanogenOS Team...
View attachment 3264308
https://docs.google.com/file/d/0BwxHsIkTVuaKQzNXR19kOUdGOW8/edit?usp=docslist_api
Click to expand...
Click to collapse
CyanogenOS CM12.1 bootanimation
---------- Post added at 04:46 PM ---------- Previous post was at 04:42 PM ----------
does not fit g moto 2 screen with 1280x720 resolution, can help?
browcantor said:
CyanogenOS CM12.1 bootanimation
---------- Post added at 04:46 PM ---------- Previous post was at 04:42 PM ----------
does not fit g moto 2 screen with 1280x720 resolution, can help?
Click to expand...
Click to collapse
Please download and flashing file https://docs.google.com/file/d/0BwxHsIkTVuaKRDJvSkYyMlZtMTg/edit?usp=docslist_api
now yes it was great, thank you my friend
not working...
Casper1982 said:
not working...
Click to expand...
Click to collapse
How to phone models???
xboxhunter said:
How to phone models???
Click to expand...
Click to collapse
For HDPI... ?
xboxhunter said:
Please download and flashing file https://docs.google.com/file/d/0BwxHsIkTVuaKRDJvSkYyMlZtMTg/edit?usp=docslist_api
Click to expand...
Click to collapse
Hpdi recovery zip
https://docs.google.com/file/d/0BwxHsIkTVuaKRDJvSkYyMlZtMTg/edit?usp=docslist_api
Casper1982 said:
For HDPI... ?
Click to expand...
Click to collapse
xboxhunter said:
Hpdi recovery zip
https://docs.google.com/file/d/0BwxHsIkTVuaKRDJvSkYyMlZtMTg/edit?usp=docslist_api
Click to expand...
Click to collapse
Amazing bro ... Now if it works. :laugh:
Many thanks master ... :good:
Can you re upload this file please?[emoji24][emoji16]
Sent from my Mi A1 using Tapatalk
vielen dank sehr nützlich
?
Sent from my ONEPLUS A3000 using Tapatalk
tdamocles said:
?
Sent from my ONEPLUS A3000 using Tapatalk
Click to expand...
Click to collapse
What do you mean exactly? You can`t use EFS data that is not compatible/assigned to the motherboard of your phone, ie someone elses EFS data.
gee2012 said:
What do you mean exactly? You can`t use EFS data that is not compatible/assigned to the motherboard of your phone, ie someone elses EFS data.
Click to expand...
Click to collapse
I was asking if the tool that they have in the OnePlus 3 Forum could be used to backup EFS would work. But I see that it can't because I tried it.
Sent from my ONEPLUS A3000 using Tapatalk
tdamocles said:
I was asking if the tool that they have in the OnePlus 3 Forum could be used to backup EFS would work. But I see that it can't because I tried it.
Sent from my ONEPLUS A3000 using Tapatalk
Click to expand...
Click to collapse
If you have TWRP you can backup your EFS file in recovery and store it on the PC .
gee2012 said:
If you have TWRP you can backup your EFS file in recovery and store it on the PC .
Click to expand...
Click to collapse
I see that but it was hinted in the OP3 forums that the twrp method was unreliable?
Sent from my ONEPLUS A3000 using Tapatalk
tdamocles said:
I see that but it was hinted in the OP3 forums that the twrp method was unreliable?
Sent from my ONEPLUS A3000 using Tapatalk
Click to expand...
Click to collapse
Or try this with adb:
You must be rooted.
Open an ADB shell or install a terminal emulator like this one https://play.google.com/store/apps/d...roidterm&hl=en
After that, write the following 3 commands:
su (press Return)
dd if=/dev/block/mmcblk0p10 of=/sdcard/modemst1.bin bs=512 (press Return)
dd if=/dev/block/mmcblk0p11 of=/sdcard/modemst2.bin bs=512 (press Return)
Backup files modemst1.bin and modemst2.bin will be created on the root your internal storage.
To restore them flash them both seperately without rebooting in fastboot.
Scource http://forum.xda-developers.com/showthread.php?t=2766186&page=9 by @Vonnegut.
That doesn't work. Actually, I ran this through adb and also got similar results.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my ONEPLUS A3000 using Tapatalk