Devs this is drganbds from grand quattro thread...we have working cwm recovery...
Problem is when I try custom rom on our device it shows status 7 error and something like (format () expects 3 args. got 5)....
I tried all the solutions for status 7 error which is available on xda but the problem exists...I tried all edits on updater script but didnt work..
please help us
Sent from my GT-I8552 using xda app-developers app
Sent from my GT-I8552 using xda app-developers app
Devs please help on this issue
Sent from my GT-I8552 using xda app-developers app
drganbds said:
Devs this is drganbds from grand quattro thread...we have working cwm recovery...
Problem is when I try custom rom on our device it shows status 7 error and something like (format () expects 3 args. got 5)....
I tried all the solutions for status 7 error which is available on xda but the problem exists...I tried all edits on updater script but didnt work..
please help us
Sent from my GT-I8552 using xda app-developers app
Sent from my GT-I8552 using xda app-developers app
Click to expand...
Click to collapse
Happy to Help....
Just use 3 Format / Arguments ..... Or remove the Format Command and Use "Format /System" instead
Upload your Updater_script in case i can check
Dark4Droid said:
Happy to Help....
Just use 3 Format / Arguments ..... Or remove the Format Command and Use "Format /System" instead
Upload your Updater_script in case i can check
Click to expand...
Click to collapse
Thanks ill send you pm which had link for our updater script please look at and suggest wat changes I should do..
Sent from my GT-I8552 using xda app-developers app
drganbds said:
Thanks ill send you pm which had link for our updater script please look at and suggest wat changes I should do..
Sent from my GT-I8552 using xda app-developers app
Click to expand...
Click to collapse
Sure......I suggest you to use
Code to paste Updater script here,,,So that all can see
Dark4Droid said:
Happy to Help....
Just use 3 Format / Arguments ..... Or remove the Format Command and Use "Format /System" instead
Upload your Updater_script in case i can check
Click to expand...
Click to collapse
I sent pm for updater script link please look at and tell the problem
Sent from my GT-I8552 using xda app-developers app
drganbds said:
I sent pm for updater script link please look at and tell the problem
Sent from my GT-I8552 using xda app-developers app
Click to expand...
Click to collapse
View attachment updater-script.zip Try this.... And are you sure mount point is
/dev/block/mmcblk0p21
Click to expand...
Click to collapse
Dark4Droid said:
View attachment 2286638 Try this.... And are you sure mount point is
Click to expand...
Click to collapse
Mount point is correct
Sent from my GT-I8552 using xda app-developers app
Wat changes u made and should I replace it directly and flash?
Sent from my GT-I8552 using xda app-developers app
drganbds said:
Wat changes u made and should I replace it directly and flash?
Sent from my GT-I8552 using xda app-developers app
Click to expand...
Click to collapse
I deleted format commands.... SO just Replace and try flashing
Thanks darkdroid I successfully flashed and no error...
But I deleted all gapps and it came again with added apps how and qat will be the reason? Please help
Sent from my GT-I8552 using xda app-developers app
drganbds said:
Thanks darkdroid I successfully flashed and no error...
But I deleted all gapps and it came again with added apps how and qat will be the reason? Please help
Sent from my GT-I8552 using xda app-developers app
Click to expand...
Click to collapse
You have to delete Gapps from System/app totally....Not from anywhere else will help.... :silly:
Dark4Droid said:
You have to delete Gapps from System/app totally....Not from anywhere else will help.... :silly:
Click to expand...
Click to collapse
Yes I removed from system/apps only...please help
It gave boot.img error on flashing then I delete the write raw image line in the script for boot.img..
Then flashing went normally but very less time...is that correct?
Sent from my GT-I8552 using xda app-developers app
drganbds said:
Yes I removed from system/apps only...please help
It gave boot.img error on flashing then I delete the write raw image line in the script for boot.img..
Then flashing went normally but very less time...is that correct?
Sent from my GT-I8552 using xda app-developers app
Click to expand...
Click to collapse
boot.img contains the kernel for the ROM to work... Unless you are using same base of the previous ROM.... It will bootloop :crying:
assert(package_extract_file("boot.img", "/tmp/boot.img"),
write_raw_image("/tmp/boot.img", "/dev/block/mmcblk0p8"),
delete("/tmp/boot.img"));
Click to expand...
Click to collapse
I think this is the lines you deleted.... Find the correct mount point of Boot.img..... Replace mmcblk0p8 with it... Itll flash successfully
Dark4Droid said:
boot.img contains the kernel for the ROM to work... Unless you are using same base of the previous ROM.... It will bootloop :crying:
I think this is the lines you deleted.... Find the correct mount point of Boot.img..... Replace mmcblk0p8 with it... Itll flash successfully
Click to expand...
Click to collapse
Mout point is correct in our recovery.fstab and I checked it...
Sent from my GT-I8552 using xda app-developers app
drganbds said:
Mout point is correct in our recovery.fstab and I checked it...
Sent from my GT-I8552 using xda app-developers app
Click to expand...
Click to collapse
Replace it with this and try..Not sure if it'll work
assert(package_extract_file("boot.img", "/tmp/boot.img"),
write_raw_image("/tmp/boot.img", "bootimg"),
delete("/tmp/boot.img"));
Click to expand...
Click to collapse
Dark4Droid said:
Replace it with this and try..Not sure if it'll work
Click to expand...
Click to collapse
No dark it shows install from sdcard complete...
Now my problem is after I boot its same as original stock with some apps I added as system apps...
I trimmed 1.2gb rom to 320mb and I deleted most of the apps from system/app folder then how come it came again....
Is it flashed correctly or completely?
Sent from my GT-I8552 using xda app-developers app
drganbds said:
No dark it shows install from sdcard complete...
Now my problem is after I boot its same as original stock with some apps I added as system apps...
I trimmed 1.2gb rom to 320mb and I deleted most of the apps from system/app folder then how come it came again....
Is it flashed correctly or completely?
Sent from my GT-I8552 using xda app-developers app
Click to expand...
Click to collapse
Obey this Steps :
In CWM -
Wipe Data,Cache,Dalvik Cache....
Then Format /System
Then Install ROM...
Reboot
Click to expand...
Click to collapse
I did dude it stucks at samsung logo..so I restored from my backup through cwm...please help
Sent from my GT-I8552 using Tapatalk 2
drganbds said:
I did dude it stucks at samsung logo..so I restored from my backup through cwm...please help
Sent from my GT-I8552 using Tapatalk 2
Click to expand...
Click to collapse
Means ROM isn't complete with all files?? Double check the ROM....Something may be missing...
Sent from my Micromax A110Q using xda app-developers app
Related
I downloaded the file tried to flash via cwm but its saying installation aborted can anyone tell me how to do it plss..
Its a package...the rom is inside the zip u've downloaded..unzip it..there are some other file inside that also..proceed as said in the tutorial
Sent from my GT-S5670 using xda premium
cheers!!!
droidxpert said:
Its a package...the rom is inside the zip u've downloaded..unzip it..there are some other file inside that also..proceed as said in the tutorial
Sent from my GT-S5670 using xda premium
Click to expand...
Click to collapse
thanks bro...
it have some stock kernel restore file can please tell me what do with it bro..
droidxpert said:
Its a package...the rom is inside the zip u've downloaded..unzip it..there are some other file inside that also..proceed as said in the tutorial
Sent from my GT-S5670 using xda premium[/QUO
it have some stock kernel restore file can please tell me what do with it bro..
Click to expand...
Click to collapse
Do not do anything with that..
Sent from my GT-S5670 using xda premium
And install 14 toggle status bar after using ur mob for some tym with new ROM..
Sent from my GT-S5670 using xda premium
Hi i would know if there is a script for stock rom for increase internal memory....
Not application but only script
Sent from my GT-S5670 using xda premium
biancoceleste.95 said:
Hi i would know if there is a script for stock rom for increase internal memory....
Not application but only script
Sent from my GT-S5670 using xda premium
Click to expand...
Click to collapse
Int2ext,Int2ext+,int2ext4+ all are universal i.e will work in any(stock/cm) rom hence guess thats your answer:good:
though you need to have init.d support(use this app to get it) and need to be rooted.
also init.d support and root will be required by all scripts.
R: Info
Thanks a lot
Sent from my GT-S5670 using xda premium
R: Info
Sorry i can't install this script because i can't mount system anda data because cwm don't support stock rom....
Have you a remedy for install it?
Sent from my GT-S5670 using xda premium
biancoceleste.95 said:
Sorry i can't install this script because i can't mount system anda data because cwm don't support stock rom....
Have you a remedy for install it?
Sent from my GT-S5670 using xda premium
Click to expand...
Click to collapse
updater-script needs to be modified with proper working code to mount system for our device.
Sent from my GT-I9080 using Tapatalk 2
biancoceleste.95 said:
Sorry i can't install this script because i can't mount system anda data because cwm don't support stock rom....
Have you a remedy for install it?
Sent from my GT-S5670 using xda premium
Click to expand...
Click to collapse
there is always a workaround nothing difficult really.
go into the flashable zip an remove the 40Int2ext now using any root explorer app go to /system/etc/int.d and paste the 40int2ext file.
next give it permission
r w x r - x - - -
done reboot.:good:
R: Info
I have try this but it not work !
Sent from my GT-S5670 using xda premium
Here i present you 2.6.3.0
WHAT IS WORKING:
-touchscreen
-reboot into system
-file explorer
-wipe system
-wipe cache
-backup/restore
-ADB sideload
Not working
NONE!!
Click to expand...
Click to collapse
TWRP 2.6.3.0 IS HERE!!
Whats new in TWRP 2.6.3.0
roper backup and restore of SELinux contexts (thanks to Tassadar)
Pull in some ROM information for backup name generation
Merge all recent patches from AOSP bringing TWRP up to date with Android 4.3
Add 1200x1920 theme (thanks to Tassadar)
A few other fixes and tweaks
Click to expand...
Click to collapse
nice work,will check it out
Thanks But I Guess We Already Have 2.5.0.0 In Original Development Section Is There Any Change.??
And Can U Port The Latest One.?
Sent from my GT-I9300 using xda premium
Backup and restore is must..
And without boot.img backup no use of restore..
Sent from my LegoIce™ Xperia Z using XDA Premium 4 mobile app
ahmedyar91 said:
Thanks But I Guess We Already Have 2.5.0.0 In Original Development Section Is There Any Change.??
And Can U Port The Latest One.?
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
See the original one has been built from source and has bugs of its own. This one is complied from another dev. So it is different.
Please correct me if I am wrong.
Sent from my Micromax A110 using xda premium
QUOTE=jaunty;44740824]Backup and restore is must..
And without boot.img backup no use of restore..
Sent from my LegoIce™ Xperia Z using XDA Premium 4 mobile app[/QUOTE]
Boot.img huh?
See if you are on jb and want to restore jb Rom then boot.img is not necessary to restore but if u have any ics backup then only it is necessary.
Sent from my Micromax A110 using xda premium
icoolguy1995 said:
QUOTE=jaunty;44740824]Backup and restore is must..
And without boot.img backup no use of restore..
Sent from my LegoIce™ Xperia Z using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Boot.img huh?
See if you are on jb and want to restore jb Rom then boot.img is not necessary to restore but if u have any ics backup then only it is necessary.
Sent from my Micromax A110 using xda premium[/QUOTE]
Seriously???
Okay then..
Sent from my LegoIce™ Xperia Z using XDA Premium 4 mobile app
Somebody please Post detailed review for this recovery.
Sent from my Micromax A110 using xda app-developers app
kuldeepraj said:
Somebody please Post detailed review for this recovery.
Sent from my Micromax A110 using xda app-developers app
Click to expand...
Click to collapse
after 4 days i using this recovery mode... i feel very comfortable with this recovery mode... the have no bug in backup and restore... it the best recovery mode that i ever use... nice work dev... keep it up...
:good::good::good::good::good::good::good::good::good:
So it has no bugs as compared to varun's compiled recovery?
Sent from my Micromax A110 using XDA Premium 4 mobile app
icoolguy1995 said:
So it has no bugs as compared to varun's compiled recovery?
Sent from my Micromax A110 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Yes.. there was not have any bugs for ur work...
Sent from my GT-I9300 using Tapatalk 2
icoolguy1995 said:
.....It has some it own bugs not by me so use it at your on risk !!!!
WHAT IS WORKING:
-touchscreen
-reboot into system
-mount USB Storage
-file explorer
-wipe system
-wipe cache
-backup/restore (dont backup/restore boot and recovery)
-ADB sideload
Click to expand...
Click to collapse
pedon said:
Yes.. there was not have any bugs for ur work...
Click to expand...
Click to collapse
i'm facing a problem after switching from cwm (v6.0.1.2) to twrp v2.4.3.0. every time i do something in recovery, i get the message E : Invalid block device on '/boot emmc' , 'boot' , 24. i'm able to install flash-able zip mods. i'm also able to create backups, but restore results in bootloop. anyone in a similar situation?
@icoolguy1995, please see this thread. is this error present in the release given in the op? please help me get rid of that error. thanks.
m0han said:
i'm facing a problem after switching from cwm (v6.0.1.2) to twrp v2.4.3.0. every time i do something in recovery, i get the message E : Invalid block device on '/boot emmc' , 'boot' , 24. i'm able to install flash-able zip mods. i'm also able to create backups, but restore results in bootloop. anyone in a similar situation?
@icoolguy1995, please see this thread. is this error present in the release given in the op? please help me get rid of that error. thanks.
Click to expand...
Click to collapse
I think your recovery partion has been corrupted. Flash stock recovery from spflashtool if it didn't work then flash stock rom from spflashtool.
Sent from my C1604 using Tapatalk 4
Can anyone check is recovery in that attachment is booting or not?
icoolguy1995 said:
Can anyone check is recovery in that attachment is booting or not?
Click to expand...
Click to collapse
Doesn't boot... reboots to OS.
TWRP 2.6.3.0
Guys i have successfully ported TWRP 2.6.3.0 and a big thanks to master @yuweng
BUG SOLVED!!!
ENJOY and HIT THANKS BUTTON ATLEAST !
icoolguy1995 said:
Guys i have successfully ported TWRP 2.6.3.0 and a big thanks to master @yuweng
The only thing which is not working is USB mount !!!
ENJOY and HIT THANKS BUTTON ATLEAST !
Click to expand...
Click to collapse
wow very good news...(cant hit thanks bcuz of limit)
a couple of ss of the recovery wouldnt hurt
icoolguy1995 said:
Guys i have successfully ported TWRP 2.6.3.0 and a big thanks to master @yuweng
The only thing which is not working is USB mount !!!
ENJOY and HIT THANKS BUTTON ATLEAST !
Click to expand...
Click to collapse
You could ask varun for a little help on that issue.
Sent from my GT-I9500 using XDA Premium 4 mobile app
Bug fixed!!!
Sent from my Xperia keyboard
hi there i have installed monster rom v1.2 and update 2. my installation went well and was successful. but after installation, i am not able to open google play. everytime i open it, i am getting no connection message. i then switched back to stock and i was able to visit play store. i then cleaned my cache and erased everything. did a fresh installation again and to my dismay its the same issue again. kindly help.
[email protected] said:
hi there i have installed monster rom v1.2 and update 2. my installation went well and was successful. but after installation, i am not able to open google play. everytime i open it, i am getting no connection message. i then switched back to stock and i was able to visit play store. i then cleaned my cache and erased everything. did a fresh installation again and to my dismay its the same issue again. kindly help.
Click to expand...
Click to collapse
installed lucky patcher and tried patching google play. it didnt work. still the same issue.
[email protected] said:
installed lucky patcher and tried patching google play. it didnt work. still the same issue.
Click to expand...
Click to collapse
Wait for B2 of MONSTER$ Rom
Sent from my GT-I8262 using XDA Premium 4 mobile app
Omkar$ said:
Wait for B2 of MONSTER$ Rom
Sent from my GT-I8262 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
i'm counting on youu omkar$ ..
Unable to open play store after installing monster rom
Omkar$ said:
Wait for B2 of MONSTER$ Rom
Sent from my GT-I8262 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thnx omkar for the quick reply. Even m counting on you too. Also try to incorporate 4.4kikat features into it. Make sure the play store issue is fixed. When will it be released?
Regards,
Rihan
Maybe this can help
Download titanium backup than convert google to user app .
That work for me
-monster rom
Sent from my GT-I8262 using xda app-developers app
kadaz.d.blue said:
Maybe this can help
Download titanium backup than convert google to user app .
That work for me
-monster rom
Sent from my GT-I8262 using xda app-developers app
Click to expand...
Click to collapse
Ll try that. I had changed the permission to read write and downloaded cracked google play and copy pasted it in app folder and it didn't work
[email protected] said:
Ll try that. I had changed the permission to read write and downloaded cracked google play and copy pasted it in app folder and it didn't work
Click to expand...
Click to collapse
Did it work?
Sent from my GT-I8262 using XDA Premium 4 mobile app
Did you use titanium backup ?
I think it is because i'm sign in on playstore before updating into 1.01 and 1.03
Sent from my GT-I8262 using xda app-developers app
Omkar$ said:
Did it work?
Sent from my GT-I8262 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Nope it didn't work ( any idea what to do?
I didn't sign into play store without updating the entire updates.
Try to reinstall the initial release of the monster rom .
Sign in and do my step above
Sent from my GT-I8262 using xda app-developers app
kadaz.d.blue said:
Try to reinstall the initial release of the monster rom .
Sign in and do my step above
Sent from my GT-I8262 using xda app-developers app
Click to expand...
Click to collapse
I did that. still the same issue.
From stock rom ?
Sent from my GT-I8262 using xda app-developers app
kadaz.d.blue said:
From stock rom ?
Sent from my GT-I8262 using xda app-developers app
Click to expand...
Click to collapse
Yes from the stock
kadaz.d.blue said:
From stock rom ?
Sent from my GT-I8262 using xda app-developers app
Click to expand...
Click to collapse
Ll start from the scratch. Install 1.1'first and then what? Could just explain me the entire steps? Also kindly post me the link to the file
After i'm convert the google play to user app ,the google play is working .
For safety ,just wait the update from omkar$ .
Sent from my GT-I8262 using xda app-developers app
kadaz.d.blue said:
After i'm convert the google play to user app ,the google play is working .
For safety ,just wait the update from omkar$ .
Sent from my GT-I8262 using xda app-developers app
Click to expand...
Click to collapse
Ogies bro lets wait for his update to come. Hope it will be soon aired. Coz cnt imagine wdot play store
Has Anyone Tried Flashing Gapps Package After mounting system
Sent from my GT-I8262 using XDA Premium 4 mobile app
Afraid of it
Boot loop and cwm loop
Sent from my GT-I8262 using xda app-developers app
Omkar$ said:
Wait for B2 of MONSTER$ Rom
Sent from my GT-I8262 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Any updates or resolution to the above issue???
Hello!
Here is the CRT/Fade Animations on screen on/off made by me.
There are flashable zips for both variants of the phone. Download and flash the right one for your version via CWM/TWRP and wipe cache, then reboot.
If you want to include this mod into your ROM just credit me.
Only for I9105 and I9105P on the latest stock deodexed Android 4.2.2.
Download
Credits:
@sorg - for this
reserved
Thanks!
Sent from my GT-I9105P using XDA Premium 4 mobile app
Just flashed it, nothing happened. Why ??
Should I do anything after flashing it ??
Sent from my GT-I9105 using XDA Premium 4 mobile app
Goood work :thumbup:
Sent from my GT-I9105P using XDA Premium 4 mobile app
Bilal.Android said:
Just flashed it, nothing happened. Why ??
Should I do anything after flashing it ??
Sent from my GT-I9105 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It's cannot be. I don't know. Try to flash again and wipe cache and dalvik-cache
andrewww57 said:
It's cannot be. I don't know. Try to flash again and wipe cache and dalvik-cache
Click to expand...
Click to collapse
Tried it, didn't work!!!
Any ideas ??
Sent from my GT-I9105 using XDA Premium 4 mobile app
Thanks andrew ,its working perfectly on my i9105p :good:
android.zealot.fervor said:
Thanks andrew ,its working perfectly on my i9105p :good:
Click to expand...
Click to collapse
How it works for you ?
It didn't work on my phone
Sent from my GT-I9105 using XDA Premium 4 mobile app
Bilal.Android said:
How it works for you ?
It didn't work on my phone
Sent from my GT-I9105 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Maybe andrew uploaded the stock service.jar without modification. But on my phone it works really good.
Sent from my GT-I9105P using Tapatalk
bilal just replace services.jar in frameworks. that should do the job.
andrewww57 said:
Hello!
Here is the CRT/Fade Animations on screen on/off made by me.
There are flashable zips for both variants of the phone. Download and flash the right one for your version via CWM/TWRP and wipe cache, then reboot.
If you want to include this mod into your ROM just credit me.
Only for I9105 and I9105P on the latest stock Android 4.2.2.
Download
Credits:
@sorg - for this
Click to expand...
Click to collapse
Can u check the zip file for i9105 and upload it again. U may be uplaoded the wrong zip file.
Thx
Sent from my GT-I9105 using XDA Premium 4 mobile app
Bilal.Android said:
Tried it, didn't work!!!
Any ideas ??
Sent from my GT-I9105 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hmm. I have i9105 just like you. But this effect works at me. It's not stock services.jar, I'm absolutely sure. I've compared file from zip and file from my phone, they're absolutely the same.
Try to use terminal commands:
Code:
su
setprop persist.sys.screen_off crt
andrewww57 said:
Try to use terminal commands:
Code:
su
setprop persist.sys.screen_off crt
Click to expand...
Click to collapse
How to do it ?
Sent from my GT-I9105 using XDA Premium 4 mobile app
---------- Post added at 02:50 PM ---------- Previous post was at 02:48 PM ----------
cicibanko101 said:
bilal just replace services.jar in frameworks. that should do the job.
Click to expand...
Click to collapse
Thx, I'll try andrewww57's solution hope it's work
Sent from my GT-I9105 using XDA Premium 4 mobile app
I tried the p version didn't work !!! WTF is going on ???
Sent from my GT-I9105 using XDA Premium 4 mobile app
Maybe is wrong zip, services. @andrewww57 did you checked?
Sent from my GT-I9105P using XDA Premium 4 mobile app
Bilal.Android said:
I tried the p version didn't work !!! WTF is going on ???
Sent from my GT-I9105 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
What ROM do you use?
cicibanko101 said:
Maybe is wrong zip, services. @andrewww57 did you checked?
Sent from my GT-I9105P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I downloaded my zip, unpacked modified services.jar, calculated MD5 sum, then I calculated MD5 sum of services.jar on my phone where the crt effect works and MD5 sums are the same, so the files are absolutely the same. zip and services.jar are valid.
So.. There is problem with Bilal.
Sent from my GT-I9105P using XDA Premium 4 mobile app
cicibanko101 said:
So.. There is problem with Bilal.
Sent from my GT-I9105P using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I think he uses older version of 4.2.2. I took services.jar from the latest version of 4.2.2 for I9105 (PDA part - I9105XXUBML1).