[Q] GScript error while creating a back up of my ROM - Android Q&A, Help & Troubleshooting

Hi there, im using a samsung galaxy s3 clone and iv encountered a few issues that im unable to resolve on my own while following the instructions on this post.
http://forum.xda-developers.com/showthread.php?t=1825722
1. I followed the steps to root with DooMLoRD_v4_ROOT but after completing the process and rebooting, there is not super user icon.
But i managed to find a another root with super user acess ( Root_with_Restore_by_Bin4ry_v18 )
2. When attempted to run the back23 script from Gscript, I get the following error messages. Screen Shots below.
Look forward for your help.
{
"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"
}
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
# CreateDir
mkdir /sdcard/backup_
# ddImage
dd if=/proc/mtd of=/sdcard/backup_/firmware.info
dd if=/dev/mtd/mtd0 of=/sdcard/backup_/preloader.img
dd if=/dev/mtd/mtd1 of=/sdcard/backup_/dsp_bl.img
dd if=/dev/mtd/mtd2 of=/sdcard/backup_/nvram.img
dd if=/dev/mtd/mtd3 of=/sdcard/backup_/seccnfg.img
dd if=/dev/mtd/mtd4 of=/sdcard/backup_/uboot.img
dd if=/dev/mtd/mtd5 of=/sdcard/backup_/boot.img
dd if=/dev/mtd/mtd6 of=/sdcard/backup_/recovery.img
dd if=/dev/mtd/mtd7 of=/sdcard/backup_/secstatic.img
dd if=/dev/mtd/mtd8 of=/sdcard/backup_/misc.img
dd if=/dev/mtd/mtd9 of=/sdcard/backup_/logo.img
dd if=/dev/mtd/mtd10 of=/sdcard/backup_/expdb.img
mount -o remount,rw -t yaffs2 /dev/block/mtdblock11 /system
cat /sdcard/Install/BackUp/yaffs_back_2.3/gen/mkyaffs2image > /system/bin/mkyaffs2image
chmod 4777 /system/bin/mkyaffs2image
/system/bin/mkyaffs2image /system /sdcard/backup_/system.img
/system/bin/mkyaffs2image /cache /sdcard/backup_/cache.img
/system/bin/mkyaffs2image /data /sdcard/backup_/data.img
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Above is the scrip file, im sorry if this post looks messed up, but i dont have a clue about scripts and i not that very good at english, I hope you understand the problem that im having.

This is the i9300 forum.....not the i9300 clone forum
In short,I doubt anyone here can help you
©®™

Moved to Android General. An i9300 clone is not at all related to the i9300

Related

Flyer Partitions

I'm considering a flyer to replace my galaxy tab (the original gt-p1000 with 16GB storage).
The galaxy tab has basically the following layout :
2 GB approb -> mounted as /data
13 GB approx -> mounted as /sdcard
& the rest as the various /dbdata /system & cache partitions.
How are the partitions set up in the case of the flyer ? Is it similar to the tab ?
I'm ok with the layout of the tab although I would've preferred the sizes of the /data & /sdcard to be flipped so that I didn't need to bother about ever running out of space when installing large games & apps.
Also, once you upgrade to honeycomb, is the partition layout changed ? I've read that honeycomb changed the way you could access the internal storage. I'll be accessing the tab mostly in windows which had mtp drivers built in.
Anyone used the flyer with linux ? Any problems / points to consider ?
Thanks
Over 150 views & no reply
can someone just use adb & let me know the output ?
Code:
adb shell df >> /sdcard/partitions.txt
adb pull /sdcard/partitions.txt
OR
Code:
adb shell mount >> /sdcard/partitions.txt
adb pull /sdcard/partitions.txt
{
"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"
}
How the partitions are set up on leedroid's hc rom... Hth.
Thank You
I'm guessing this is the 32GB flyer. Thank you so much.
Nah, it's a 16 gb flyer with a 16gb micro sd card
via Tapatalk

Playstation 1 Boot Animation v1

So here is a port i did which i just resized (give credit to this guy)
Quick Preview:
{
"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"
}
Both the flashable and bootanimation.zip files are attched.
To enable sound (From Here) : (For Expert Users) (JUST TESTED AND SADLY DIDN'T WORK SO IF SOMEONE CAN MAYBE HELP ME ON THIS, MUCH THANKS)
If it does work maybe a dev could add this to thier rom For people who want boot animation sounds.
Add to init.local.rc:
Code:
###Bootsound - Safe to Delete: Start ###
service bootsound /system/bin/bootsound
user media
group audio
disabled
oneshot
on property:init.svc.bootanim=running # to correct timin
start bootsound
on property:dev.bootcomplete=1
stop bootsound
### Bootsound - Safe to Delete: End ###
Add to build.prop:
Code:
ro.config.play.bootsound=1
Create /system/bin/bootsound chmod 777, chown root:shell
Code:
#!/system/bin/sh
bprop=/system/build.prop
play=$(cat $bprop | egrep -c -i -o ro.config.play.bootsound=1)
if [ "$play" = "1" ]; then
stagefright -a -o /system/media/android_audio.mp3
fi
exit 0
A nice thanks for renaming files for 10 min would be great
Nice
sent from cm7 atrix 1.3ghz
this plus resident evil introduction = full of win!

[Q] [REQUEST] cwm recovery

i have thailand mobile called i mobile i note2
i want cwm recovery
i tried cwm builder but the screen goes black
help me
the stock recovery is in the attachement
and if possible
i want update.zip
cause i downloaded rom
but the rom dont work
i tried to build the update in dsixsda
but the folder of rom have a lot of files
I still can boot to download mod
can anyone help me
Send me boot.img
Code:
adb shell
ls -al /dev/block/platform/"devicename"/by-name
Here, there's only one folder inside platform. thats your folder "devicename".
Here, you'll find the boot location i.e block
{
"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"
}
then,
Code:
adb shell
su
dd if=/dev/block/Mountpoint of=/sdcard/boot.img
here mountpoint is the bootimg location we fount by the ls command. you'll find the boot.img there send it here
MasterAwesome said:
Send me boot.img
Code:
adb shell
ls -al /dev/block/platform/"devicename"/by-name
Here, there's only one folder inside platform. thats your folder "devicename".
Here, you'll find the boot location i.e block
then,
Code:
adb shell
su
dd if=/dev/block/Mountpoint of=/sdcard/boot.img
here mountpoint is the bootimg location we fount by the ls command. you'll find the boot.img there send it here
Click to expand...
Click to collapse
http : // im52 . gulfup . com /4mhDNx . png
that`s what i get
i dont see any names
can anyone help me
Hell-O

extract stock radio

will somebody with stock att do this and upload their radio ? the file is like 75 mbs. have to do it in terminal
To extract your radio image, do the following commands.
adb shell
su (if needed to get a #)
dd if=/dev/block/mmcblk0p20 of=/sdcard/mmcblk0p20
exit
You'll find the radio image on the internal sd card.
Yes please someone do this!
That post looks awful familiar
dont need to be stock either just stock firmware, att or dev edition
Please try this radio.img
http://forum.xda-developers.com/showpost.php?p=52198774&postcount=58
EDIT: Working flashable zip is now also in that post.
Alright guys so i got ThrasherSC2K2's AT&T radio.img to flash properly thanks to the help of russellvone. Here's what we did. I'm NOT responsible for any damage
1. First download this file http://d-h.st/FNq
2. Put the radio.img file into your ADB folder
3. Open up command prompt and copy and paste the EXACT lines
4. adb push radio.img /storage/sdcard0/radio.img
5. adb shell
5. su
6. dd if=/storage/sdcard0/radio.img of=/dev/block/mmcblk0p20
7. adb reboot
and then voila you will be on 1.14.21331931.LA21G_20.28A.4145.00L
{
"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"
}
rbouza1 said:
will somebody with stock att do this and upload their radio ? the file is like 75 mbs. have to do it in terminal
To extract your radio image, do the following commands.
adb shell
su (if needed to get a #)
dd if=/dev/block/mmcblk0p20 of=/sdcard/mmcblk0p20
exit
You'll find the radio image on the internal sd card.
Click to expand...
Click to collapse
in which folder?
MCube74 said:
in which folder?
Click to expand...
Click to collapse
in root of storage. ( main folder ), we have radios now

[KERNEL-COMPILING], [M8], Can’t boot zImage

Hello guys ,
Thanks in advance for any help that I may receive.
Im trying to compile a kernel for my HTC One M8, based on the LineageOS-Kernel (from Github; android_kernel_htc_msm8974), with binfmt_misc support.
My approach:
1. Getting the Kernel Source with the git clone command and downloading+unzip the ndk toolset (r14b)
2. Moving both Extracted "Source Code" and "NDK Folders" to "Testing" folder
3. cd ~/Testing, then: export CROSS_COMPILE=/home/canberk/Testing/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-
4. cd htc ( folder with kernel source)
5. make clean && make mrproper
6. export ARCH=arm
7. make msm8974_defconfig
8. make gconfig, in order to configure the kernel with a graphical menu
9. make –j4
But after starting the process, im getting this error.... (Error: arch/arm/boot/dts/msm8974-fluid.dtsi:721.2-3 label or path, 'dsi_tosh_720_vid', not found)
I have no idea, what that means or did i just forget a command ? I need your help :crying:
{
"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"
}
UPDATE 16.01.2019:
By installing the device-tree-compiler (available in the ubuntu repos), my first problem was solved.
I did compile my kernel successfully (without any errors), but now i cant boot it, by typing : fastboot boot zImage.
I have no idea what to do now. My phone just simply restarts, but still uses the default kernel.

Categories

Resources