Custom ROMs for ICS on Wave 1 ? If Any ? - Android Development on Bada

Custom ROMs for ICS on Wave 1 ? If Any ? I am not sure how to proceed in this coz my phone doesnt boot in recovery mode
Sent from my Samsung Wave GT-S8500 (ICS 4.0.4) using xda premium

danishprakash said:
Custom ROMs for ICS on Wave 1 ? If Any ? I am not sure how to proceed in this coz my phone doesnt boot in recovery mode
Sent from my Samsung Wave GT-S8500 (ICS 4.0.4) using xda premium
Click to expand...
Click to collapse
No custom rom for the moment. Mike said that he made a recovery mode, let's see what will happen in the next version and if it will be possible at that moment.

Soxix said:
No custom rom for the moment. Mike said that he made a recovery mode, let's see what will happen in the next version and if it will be possible at that moment.
Click to expand...
Click to collapse
In fact, you can mod the current firmware if you know what to do... I activated the software keys on mine (you know, the home, back, applist). You just have to mount the img file, or use adb and you can try to change things.

anghelyi said:
In fact, you can mod the current firmware if you know what to do... I activated the software keys on mine (you know, the home, back, applist). You just have to mount the img file, or use adb and you can try to change things.
Click to expand...
Click to collapse
All are Under ubuntu ? or ..

hero355 said:
All are Under ubuntu ? or ..
Click to expand...
Click to collapse
Mounting the img file needs Linux (you need something like mount -t ext2 -o loop polishblood_Nightlyi1.img ../the_folder_you_created_for_mountpoint) but if you just want to make smaller modifications (eg. replacing one apk, or editing some configfile) adb on Windows is enough. If you use my kernel then you will have write access to /system, too.

As a "proof of concept" I "ported" a firmware from Galaxy S (AOKP). You can experiment with it, just replace the polisblood_Nightly1.img (and preferably replace data.img and cache.img with the original ones.)
Here you are:
http://dl.dropbox.com/u/27419363/polishblood_Nightly1.img

hero355 said:
All are Under ubuntu ? or ..
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1702861

WinHex can open and extract files/folders from *.img ...
https://dms.ospserver.net/v1/device...?pkgID=FW-20120626-14658&service=fumo&wrkID=W
To build... not tested yet... But I think also more Windows Tools exists...
But for starting research WinHex is enough.
Best Regards

Thanks For your Replies

I have mounted polishblood_Nightly1.img using "sudo mount -o loop polishblood_Nightly1.img ../android"
and added some .apk files to the app folder....now how to unmount..???

umount ../android

i have edited polishblood_Nightly1.img .....thx u guys:good:
now some1 plz help me with kernel???
how to edit zImage????
does that need any tools????

Nitesh19 said:
i have edited polishblood_Nightly1.img .....thx u guys:good:
now some1 plz help me with kernel???
how to edit zImage????
does that need any tools????
Click to expand...
Click to collapse
There are no such tools... You can find scripts to extract the initramfs but that's all. You have to compile your kernel to make real changes.

anghelyi said:
There are no such tools... You can find scripts to extract the initramfs but that's all. You have to compile your kernel to make real changes.
Click to expand...
Click to collapse
is there any tut for this???
where to find scripts???
all under ubuntu????
thx :good:

anghelyi said:
In fact, you can mod the current firmware if you know what to do... I activated the software keys on mine (you know, the home, back, applist). You just have to mount the img file, or use adb and you can try to change things.
Click to expand...
Click to collapse
Could you tell me how you did that?

Related

[WT19i][Tweak] Enable Dual Speakers in LWW for FXP CM9 [LWW]

For all who want desperately to make the Dual speakers of LWW work in the new ICS Roms (FXP Cm9) etc, Please REPLACE or ADD the following files (attached) in the zip file of the respective Rom that you are using in the CORRECT PATHS, before flashing that Rom in CWM. The paths are already given in the "RAR" archive, but for your convenience, I'm writing them once again.
For a CWM Flashble Zip (Dual Speakers and X-loud) For FXP CM9 Check ATTACHMENT....Flash It After flashing CM9....in CWM...
File Paths for Dual Speakers :
/system/bin/mediaserver
/system/lib/hw/audio.primary.default.so
/system/lib/hw/audio.primary.msm7x30.so
/system/lib/hw/audio_policy.default.so
/system/lib/hw/audio_policy.msm7x30.so
/system/lib/liba2dp.so
/system/lib/libaudioeq.so
/system/lib/libaudioflinger.so
/system/app/AudioEffectService.apk
/system/etc/audio_effects.conf
/system/etc/permissions/com.sonyericsson.audioeffectif.xml
/system/framework/semc_audioeffectif.jar
/system/vendor/etc/audio_effects.conf
Hope this makes your ICS experience even more 'bug'-less.
CREDITS :
Lasan(FrogyFurnetal) (For the files) , Expeacer (For telling which files to replace or add) , ramezzidane (For the zip) and obviously to all the other Developers for making the amazing builds in which we can try this.
This is experimntal....Dont try if u can't take risks...
Confirmed to work with FXP cm9...So, it does not work on MiniCm or ExMIUI due to different building sources...
For a CWM flashable zip by 'someguyfromhell' check THIS out and post your findings and issues with different Roms. This zip is confirmed to work on GB CM7. The flashable zip in not for ICS Cm9.
Are you tried it with MiniCMSandwich or ExMIUI? Because when we tried last time, the phone don't boot...
expeacer said:
Are you tried it with MiniCMSandwich or ExMIUI? Because when we tried last time, the phone don't boot...
Click to expand...
Click to collapse
Did you check permissions?
XperianPro said:
Did you check permissions?
Click to expand...
Click to collapse
We aren't noobs So, wrong question
kamarush said:
We aren't noobs So, wrong question
Click to expand...
Click to collapse
Just asking
any way tryed this before and didnt worked but I didnt got bootloop.
The file is not attached...
Also, if you want, I can make a Recovery-flashable .zip file.
XperianPro said:
Just asking
any way tryed this before and didnt worked but I didnt got bootloop.
Click to expand...
Click to collapse
In which ROM?
expeacer said:
Are you tried it with MiniCMSandwich or ExMIUI? Because when we tried last time, the phone don't boot...
Click to expand...
Click to collapse
XperianPro said:
Just asking
any way tryed this before and didnt worked but I didnt got bootloop.
Click to expand...
Click to collapse
I tried it with FXP cm9 and it worked like a charm...
Someguyfromhell said:
The file is not attached...
Also, if you want, I can make a Recovery-flashable .zip file.
Click to expand...
Click to collapse
Reuploaded the file...sorry for the issue...
did you try on CM7.2 ? CM9 is not stable yet, thanks very much
noob1995 said:
I tried it with FXP cm9 and it worked like a charm...
Click to expand...
Click to collapse
Yeah... It's good... But that is not same source which we use in MiniCM/MIUI...
noob1995 said:
Reuploaded the file...sorry for the issue...
Click to expand...
Click to collapse
Should I create a CWM-flashable .zip file?
Also, your first post says to replace these files before flashing the ROM. That will not work, because ROM installation replaces these files, causing the dual speakers to not work.
These files need to be replaced after ROM installation.
Someguyfromhell said:
Should I create a CWM-flashable .zip file?
Also, your first post says to replace these files before flashing the ROM. That will not work, because ROM installation replaces these files, causing the dual speakers to not work.
These files need to be replaced after ROM installation.
Click to expand...
Click to collapse
i think he meant to replace theses files in the .zip of the rom and then flash it ??
Someguyfromhell said:
Should I create a CWM-flashable .zip file?
Also, your first post says to replace these files before flashing the ROM. That will not work, because ROM installation replaces these files, causing the dual speakers to not work.
These files need to be replaced after ROM installation.
Click to expand...
Click to collapse
Yeah finally dual speaker support on cm7.2. Can't believe it.
For me cm is the best rom ever.
@Someguyfromhell
Yeas a flashable zip would be great. Please if you have time create one.
Thx
Someguyfromhell said:
Should I create a CWM-flashable .zip file?
Also, your first post says to replace these files before flashing the ROM. That will not work, because ROM installation replaces these files, causing the dual speakers to not work.
These files need to be replaced after ROM installation.
Click to expand...
Click to collapse
a flashable zip would be awesome
thanks
edit: also please report this on the fxp bugtracker,
they may include the fixes in the next release
here:
http://code.google.com/p/freexperia/issues/list
Someguyfromhell said:
Should I create a CWM-flashable .zip file?
Also, your first post says to replace these files before flashing the ROM. That will not work, because ROM installation replaces these files, causing the dual speakers to not work.
These files need to be replaced after ROM installation.
Click to expand...
Click to collapse
prateek_gemini said:
i think he meant to replace theses files in the .zip of the rom and then flash it ??
Click to expand...
Click to collapse
Yeah...I meant to replace the files in the zip on ur PC before flashing that zip....actually once i tried doing that via root explorer but the system crashed and it failed to boot next time...Therefore i though that it would be safe to edit the zip file before flashing...
noob1995 said:
Yeah...I meant to replace the files in the zip on ur PC before flashing that zip....actually once i tried doing that via root explorer but the system crashed and it failed to boot next time...Therefore i though that it would be safe to edit the zip file before flashing...
Click to expand...
Click to collapse
in MiniCM i replaced with root explorer(twice now) it says android upgrading.. starting applications and stays like that,
will try reinstalling the whole thing now
motorazrv3 said:
Yeah finally dual speaker support on cm7.2. Can't believe it.
For me cm is the best rom ever.
@Someguyfromhell
Yeas a flashable zip would be great. Please if you have time create one.
Thx
Click to expand...
Click to collapse
really ?? my phone (WT19i) not able to boot CM7 >"<!
gandhar said:
in MiniCM i replaced with root explorer(twice now) it says android upgrading.. starting applications and stays like that,
will try reinstalling the whole thing now
Click to expand...
Click to collapse
As I said...try editing the files of the zip before flashing....
Tried setting files via file manager, also set the permissions, didn't work.
Sent from my WT19i using xda premium

Request:ARCHOS multimedia apps

Does anybody have the Apk for this?
thanks!
why ?
need to install it on my prime
why do you assume it will work?
dmoney94 said:
Does anybody have the Apk for this?
thanks!
Click to expand...
Click to collapse
You can try to install "TB" or "My backup" and do some backups. After that, copy what you want from backup.
Good luck!
For install on another ta let. It is not possible.
Sent from my Galaxy Nexus using xda premium
I'm sure it is.
I'm not sure if it will work properly.
dmoney94 said:
need to install it on my prime
Click to expand...
Click to collapse
Video player most likely won't work- it seems that there are other files in system it depends on ("native linux" binaries and libs)
For other apps- can't say for sure, I don't know how much they depend on framework
if we can get the Apk,then we can determine if it work or not.....
dmoney94 said:
if we can get the Apk,then we can determine if it work or not.....
Click to expand...
Click to collapse
Download official update and unpack it (linux only) or download custom firmware and grab files from ext4 image
gen_scheisskopf said:
Download official update and unpack it (linux only) or download custom firmware and grab files from ext4 image
Click to expand...
Click to collapse
thanks!
gen_scheisskopf said:
Download official update and unpack it (linux only) or download custom firmware and grab files from ext4 image
Click to expand...
Click to collapse
Do you have procedure on how to unpack the image with linux?
dmoney94 said:
Do you have procedure on how to unpack the image with linux?
Click to expand...
Click to collapse
Here it is
One note- ICS firmwares use modified/incompatible squashfs header which unsquashfs can't handle. Just mount unpacked .suqshfs as loop if such problem occurs
I extracted the code for the most Archos apps awhile ago. I can tell you they all rely on Archos frameworks(starting with mediacenter which handles video+music and ending up with a systemmonitor), so you need to get that on your Prime first. And you shouldn't forget you can get some signing problems when compiling them.
P.S. G8 apks are more easy, but they all still use archos frameworks.

Stock ROM modification.. Help please!!!!

Hello,
I want to make a custom ROM based on a stock i9001 ROM. However when I extracted the tar file there were IMG and ext4 files. I know how to make a rom via cygwin when i have: 1) system folder
2) META-INF folder
And 3) boot.img
I don't know what to do to the stock ROM
(.tar) to be like this
*** sorry for my bad english
Sent from my Galaxy Nexus using xda premium
kagouro said:
Hello,
I want to make a custom ROM based on a stock i9001 ROM. However when I extracted the tar file there were IMG and ext4 files. I know how to make a rom via cygwin when i have: 1) system folder
2) META-INF folder
And 3) boot.img
I don't know what to do to the stock ROM
(.tar) to be like this
*** sorry for my bad english
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
explain more
Help Building a CUSTOM(from STOCK ROM)
Newbie here---
- I have downloaded the HTC stock RUU for my device.
- I used Android Kitchen cygwin to extract the files, setup the working folder.
- Added root permissions,BusyBox
- Built the rom from working folder.
Wanted to test whether this works or not... But Phone Got stuck on HTC logo .. Not even BOOTANIMATION.
What did i miss or DO wrong here??
Where in these steps worked flawlessly when i took a custom rom? What else should be done here?? Help would be Appreciated!!!
Learn More About Kitchen. Add Root, Busybox, Put apk files in System/aps etc. What do you want to do?
cheqolada said:
Learn More About Kitchen. Add Root, Busybox, Put apk files in System/aps etc. What do you want to do?
Click to expand...
Click to collapse
I'm Sorry, The ROM i built from the working folder did not boot. My question was what went wrong?
kagouro said:
Hello,
I want to make a custom ROM based on a stock i9001 ROM. However when I extracted the tar file there were IMG and ext4 files. I know how to make a rom via cygwin when i have: 1) system folder
2) META-INF folder
And 3) boot.img
I don't know what to do to the stock ROM
(.tar) to be like this
*** sorry for my bad english
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Maybe this is what you search:
http://forum.xda-developers.com/showthread.php?t=1976412
yashwantpiduru said:
I'm Sorry, The ROM i built from the working folder did not boot. My question was what went wrong?
Click to expand...
Click to collapse
My Answer is for kagouro - Becouse i Don't see your post when I write.
If Your Phone is dedected in adb you can use logcat (adb logcat in windows cmd) if phone don't dedected in adb - flash recovery via fastboot, join in recovery , instal working rom and found bad files in rom (try add modyfication singly - first root, second busybox etc - in this metod you can see whad mod don't work - probably stupid method but work :cyclops
yashwantpiduru said:
Newbie here---
- I have downloaded the HTC stock RUU for my device.
- I used Android Kitchen cygwin to extract the files, setup the working folder.
- Added root permissions,BusyBox
- Built the rom from working folder.
Wanted to test whether this works or not... But Phone Got stuck on HTC logo .. Not even BOOTANIMATION.
What did i miss or DO wrong here??
Where in these steps worked flawlessly when i took a custom rom? What else should be done here?? Help would be Appreciated!!!
Click to expand...
Click to collapse
Kitchen will replace certain necessary parts of your ROM if it isn't compatible with the kitchen, it puts them back when you compile. When you compiled your ROM did you take the guided option? Also, and probably the first thing I should have asked, is your phone compatible with kitchen?
Sent from my SPH-D710 using xda premium
Stryke_the_Orc said:
Kitchen will replace certain necessary parts of your ROM if it isn't compatible with the kitchen, it puts them back when you compile. When you compiled your ROM did you take the guided option? Also, and probably the first thing I should have asked, is your phone compatible with kitchen?
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
My phone is compatible with the kitchen.
Yeah I took the guided step! Still no luck
sent from my oc'd incS
yashwantpiduru said:
My phone is compatible with the kitchen.
Yeah I took the guided step! Still no luck
sent from my oc'd incS
Click to expand...
Click to collapse
OK, just for giggles try this, take the meta-inf folder from a rom you know works and using 7zip replace the one in your rom. Let me know if that helped at all:beer:
Sent from my SPH-D710 using xda premium
Stryke_the_Orc said:
OK, just for giggles try this, take the meta-inf folder from a rom you know works and using 7zip replace the one in your rom. Let me know if that helped at all:beer:
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Sure! its late! I will try and let you know asap!
P.S: actually I tried this as well adding aroma installer to the rom! That had some ext3 error ! Dont have a clue what's that?
sent from my oc'd incS
yashwantpiduru said:
Sure! its late! I will try and let you know asap!
P.S: actually I tried this as well adding aroma installer to the rom! That had some ext3 error ! Dont have a clue what's that?
sent from my oc'd incS
Click to expand...
Click to collapse
Ext3 is a mount point, I'm not sure what it would be specific to your device, but it tells me there's an error in your updater script
Sent from my SPH-D710 using xda premium
Stryke_the_Orc said:
Ext3 is a mount point, I'm not sure what it would be specific to your device, but it tells me there's an error in your updater script
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Thanks for the heads up... I am gonna check the updater script.
sent from my oc'd incS

I need developer HELP

Who here is developer? i need to modify one nexus 4 for rom it's very simple what i have to modify but i still need a help i will be pleasurable if anybody offer for help me :victory:
Acfanderson said:
Who here is developer? i need to modify one nexus 4 for rom it's very simple what i have to modify but i still need a help i will be pleasurable if anybody offer for help me :victory:
Click to expand...
Click to collapse
what do you want to modify?
ricky310711 said:
what do you want to modify?
Click to expand...
Click to collapse
Is it very simple man i would like to replace launcher2.apk in the nexus 4 factory image to googlehome.apk becouse thia is TVE nexus 5 launcher. Van you help me to do this?
Acfanderson said:
Is it very simple man i would like to replace launcher2.apk in the nexus 4 factory image to googlehome.apk becouse thia is TVE nexus 5 launcher. Van you help me to do this?
Click to expand...
Click to collapse
Remove launcher2.apk and replace it with googles? i released a modpack for the s3 that includes the requirements, just pluck them from the package(i grant permission) and done
ricky310711 said:
Remove launcher2.apk and replace it with googles? i released a modpack for the s3 that includes the requirements, just pluck them from the package(i grant permission) and done
Click to expand...
Click to collapse
Yes this is what i have to do =D can you help me?
Acfanderson said:
Yes this is what i have to do =D can you help me?
Click to expand...
Click to collapse
Hahahaha why do you need help? The task is simple? Delete the launcher2.apk and grab all the apps from my modpack? Its easy!
ricky310711 said:
Hahahaha why do you need help? The task is simple? Delete the launcher2.apk and grab all the apps from my modpack? Its easy!
Click to expand...
Click to collapse
of course is simple, but i need to moodify the STOCK ROM .TGZ file (factory image) when i extract this file i have some file with .IMG extension and one of this files is System.IMG in this file haver the folder called Priv-apps and the old launcher is it there so i need to replace this apk and repack the rom to original FORM but i don't have idea for do this
Acfanderson said:
of course is simple, but i need to moodify the STOCK ROM .TGZ file (factory image) when i extract this file i have some file with .IMG extension and one of this files is System.IMG in this file haver the folder called Priv-apps and the old launcher is it there so i need to replace this apk and repack the rom to original FORM but i don't have idea for do this
Click to expand...
Click to collapse
Look up how to decompile .img files, im pretty sure you use unyaffs.exe to do it! I done it once but I dont remember how
ricky310711 said:
Look up how to decompile .img files, im pretty sure you use unyaffs.exe to do it! I done it once but I dont remember how
Click to expand...
Click to collapse
is it necessary have LINUX for use this method and my computer use WINDOWS and i can't run a virtual machine here
Acfanderson said:
is it necessary have LINUX for use this method and my computer use WINDOWS and i can't run a virtual machine here
Click to expand...
Click to collapse
No need for linux, also consider using my rom kitchen for windows, cygwin isnt needed!
ricky310711 said:
No need for linux, also consider using my rom kitchen for windows, cygwin isnt needed!
Click to expand...
Click to collapse
who will do this for me my computer is LOW and i don't have idea for do this =\ THX for try to help me =D

Unpack G850FXXU2ANHD_G850FOXX2ANH7_G850FXXU1ANHD_HOME.tar

Hi can someone help me to unpack
G850FXXU2ANHD_G850FOXX2ANH7_G850FXXU1ANHD_HOME.tar
i got problems to extract system.img
i tried to unpack with ext4_unpacker_exe
but unknown file error
It is not working I did try it also, and I think nobody because otherwise there was already someone that put a Rom here
dack23 said:
Hi can someone help me to unpack
G850FXXU2ANHD_G850FOXX2ANH7_G850FXXU1ANHD_HOME.tar
i got problems to extract system.img
i tried to unpack with ext4_unpacker_exe
but unknown file error
Click to expand...
Click to collapse
Maybe "Total Commander" does the trick? There is a free Demo Version available. TC helped me out a lot of times when nothing else worked...
First you need to run s2img (not sure about the name) it is part of the CM tree. After that you can mount it as a loopback device.
out/host/linux-x86/bin/simg2img system.img system.img.raw
mount -o loop system.img.raw /mnt
already done from beginning first Rom was out....
use Android Kitchen
Can anybody port a system dump then?
dajumper said:
Can anybody port a system dump then?
Click to expand...
Click to collapse
it will be easy to dl kitchen and do it, i have to build rom and upload it... not easy as i'm not a developer....
i have only deodexed stock rom to test apps on S4
_alex74_ said:
it will be easy to dl kitchen and do it, i have to build rom and upload it... not easy as i'm not a developer....
i have only deodexed stock rom to test apps on S4
Click to expand...
Click to collapse
Can you post the deodexed Alpha ROM?
Can someone send files from g850F - boot.img , recovery.img ,build.prop to this site ,
one m8 acepted to make recovery to us,be fast please
Could someone with a the phone please post /proc/mtd. My phone didn't arrive yet.
modpunk said:
Could someone with a the phone please post /proc/mtd. My phone didn't arrive yet.
Click to expand...
Click to collapse
post deleted, moved to correct thread.

Categories

Resources