Modify Android file system - Touch Diamond2, Pure Android Development

I want to edit the system.sqhs and insert new fonts.
someone know how to do it?

in linux
unsquashfs system.sqsh
here is a tutorial
http://forum.xda-developers.com/showthread.php?t=610303

Maikeu Locatelli said:
in linux
unsquashfs system.sqsh
here is a tutorial
http://forum.xda-developers.com/showthread.php?t=610303
Click to expand...
Click to collapse
Hey Maikeu,
Is there a tutorial something like that except for topaz maybe? I can successfully unsquashfs the XDAndroid 2.1 system.sqsh just fine...but when I try to unsquashfs the 1.6 (TopazKernal16) system.sqsh, it makes it to about 70% then stops saying "Killed".
If you could point me in the right direction for help, that would be great! If it makes a difference, I'm actually using Vector Linux instead of Ubuntu.
Thanks!

iceman198 said:
Hey Maikeu,
Is there a tutorial something like that except for topaz maybe? I can successfully unsquashfs the XDAndroid 2.1 system.sqsh just fine...but when I try to unsquashfs the 1.6 (TopazKernal16) system.sqsh, it makes it to about 70% then stops saying "Killed".
If you could point me in the right direction for help, that would be great! If it makes a difference, I'm actually using Vector Linux instead of Ubuntu.
Thanks!
Click to expand...
Click to collapse
Ok...it took me forever but I figured it out...
Just a couple things to note (in case anyone else is trying to do this)...when you "unsquash" the system.sqsh, it creates a "squashfs-root" folder where everything is. Move all that stuff up a folder so it's all in the "system" folder and you can delete the "squashfs-root".
Also, when using "mksquashfs" make sure to use " -nolzma" at the end...Don't quite know what it is, must be something with compression because I notices the end sqsh file is slightly bigger...but that's what you have to tag on so when booting Android it can actually mount the sqsh file.

iceman198 said:
Hey Maikeu,
Is there a tutorial something like that except for topaz maybe? I can successfully unsquashfs the XDAndroid 2.1 system.sqsh just fine...but when I try to unsquashfs the 1.6 (TopazKernal16) system.sqsh, it makes it to about 70% then stops saying "Killed".
If you could point me in the right direction for help, that would be great! If it makes a difference, I'm actually using Vector Linux instead of Ubuntu.
Thanks!
Click to expand...
Click to collapse
Sorry, i never tried and i dont understand a lot of this to help you, i know only how to unpack and repack, really sorry.
Have a lot of people that know, but i dont know why, they dont help us.
i know that the squashfstools 4 dont works, it unpack, but the repack dont works in kernel of pphusson, the 3.3.7 works good for me
http://ftp.debian.org/debian/pool/main/s/squashfs/

iceman198 said:
Ok...it took me forever but I figured it out...
Just a couple things to note (in case anyone else is trying to do this)...when you "unsquash" the system.sqsh, it creates a "squashfs-root" folder where everything is. Move all that stuff up a folder so it's all in the "system" folder and you can delete the "squashfs-root".
Also, when using "mksquashfs" make sure to use " -nolzma" at the end...Don't quite know what it is, must be something with compression because I notices the end sqsh file is slightly bigger...but that's what you have to tag on so when booting Android it can actually mount the sqsh file.
Click to expand...
Click to collapse
is rename the "squashfs-root" to "system" is good enough ?

yosidia said:
is rename the "squashfs-root" to "system" is good enough ?
Click to expand...
Click to collapse
yeah, that will work...but you can just keep it the same name without every creating a "system" folder. I don't even bother using the "genext2fs" tool...I just "unsquashfs" it and it will create the "squashfs-root" folder and then when I'm done modifying it, just
Code:
mksquasfs squashfs-root system.img -nolzma
and that should do it.
You'll know if it doesn't work cuz Android will error while loading system.sqsh. =)

-wrong topic-

Related

HELP!! Extracting and Repacking .cramfs files

ok well since i cant get an answer anywhere else what program will alow me to extract the framework pictures to theme the new JFv1.51 update? 7ZIP doesnt recognise the .cramfs files and was also wondering what to use to repack it. im sure Im not the only one that would appreciate this information. and if its been posted somewhere else im sorry for the repost.
google ".cramfs" theres alot of results
i did sir only thing that comes up is how its a huge process and blah blah blah dont worry im sure someone will help me thanx anyways
After looking into it, it looks like it can only be done in linux. I tried looking at doing it through windows but nothing came up, which sucks. Looks like I won't be upgrading to JF1.51. O well I have JF1.5 ADP running how I want it anyway
Beast84 said:
After looking into it, it looks like it can only be done in linux. I tried looking at doing it through windows but nothing came up, which sucks. Looks like I won't be upgrading to JF1.51. O well I have JF1.5 ADP running how I want it anyway
Click to expand...
Click to collapse
exact same thing that i found and everywhere i look makes it seem like its this overly complicated process and the 1.51 version is really gonna suck if someone doesnt find a way to make it easy to theme.
my 1.50 is also running awesome but unfortunately the problem is just like everything else in xda if you dont keep up you get left out and im kinda getting a little anxious because i feel like i always wanna have the new **** lol but yeah lets see what people figure out.
if nothing gets figured out with the JF build then maybe ill end up moving to another more easily customizable build let it be dudes or haykuros i dont know we'll see
LatinSilEighty said:
exact same thing that i found and everywhere i look makes it seem like its this overly complicated process and the 1.51 version is really gonna suck if someone doesnt find a way to make it easy to theme.
my 1.50 is also running awesome but unfortunately the problem is just like everything else in xda if you dont keep up you get left out and im kinda getting a little anxious because i feel like i always wanna have the new **** lol but yeah lets see what people figure out.
if nothing gets figured out with the JF build then maybe ill end up moving to another more easily customizable build let it be dudes or haykuros i dont know we'll see
Click to expand...
Click to collapse
if your on ADP 1.5, you should have no issue moving to JF151 and keeping the same theme made for JF1.5 (ADP1) (i had no issues).
as an aside,
in comparison to gloss theme template or stock theme template:
i noticed byte size differences in classes.dex and or resources.arsc in these system apps:
launcher.apk
maps.apk
mediauploader.apk
networklocation.apk
phone.apk
services.jar (classes.dex) had a byte size difference
pershoot said:
if your on ADP 1.5, you should have no issue moving to JF151 and keeping the same theme made for JF1.5 (ADP1) (i had no issues).
as an aside,
in comparison to gloss theme template or stock theme template:
i noticed byte size differences in classes.dex and or resources.arsc in these system apps:
launcher.apk
maps.apk
mediauploader.apk
networklocation.apk
phone.apk
services.jar (classes.dex) had a byte size difference
Click to expand...
Click to collapse
good information bro atleast i get to keep my theme
i started to port a theme when i came across the framework.cramfs file. i tired winzip and winrar, i get nothing. i also googled and didnt come across anything but what is a .cramfs file. so i just went back to JF v1.51 ADP and used the custom ported theme i have.
sir*mez said:
i started to port a theme when i came across the framework.cramfs file. i tired winzip and winrar, i get nothing. i also googled and didnt come across anything but what is a .cramfs file. so i just went back to JF v1.51 ADP and used the custom ported theme i have.
Click to expand...
Click to collapse
yeah i did the same thing... im on JFv1.51 now and wanted to port over a new theme im working on and ran into the same road block... framework.cramfs
....you know what really grinds my gears... lol
so i guess back to 1.5 untill a new point in time...\
ALSO
i tried to add the white clock "services.jar" into this and didnt work... but the custom menu lock screen aparently did in this version.. if that helps
hey guys i figured out how to get framework.cramfs to show up as framework-res.apk ,,if you use astro file browser on your phone ,you can go to /system/framework , and just copy framework-res to your sdcard then ,connect to your pc and you will see the framework-res.apk.. I can't resgin so thats as far as i got,,,
Hope this helps
dan0zone said:
hey guys i figured out how to get framework.cramfs to show up as framework-res.apk ,,if you use astro file browser on your phone ,you can go to /system/framework , and just copy framework-res to your sdcard then ,connect to your pc and you will see the framework-res.apk.. I can't resgin so thats as far as i got,,,
Hope this helps
Click to expand...
Click to collapse
So on the phone in /system/framework, it doesn't show the framework.cramfs? It shows the files that are supposed to actually be in the folder?
yep as an .apk , well I only used astro,but yes seems to be the case
this should explain why google changed it >>>>more space<<<
http://en.wikipedia.org/wiki/Cramfs
dan0zone said:
yep as an .apk , well I only used astro,but yes seems to be the case
this should explain why google changed it >>>>more space<<<
http://en.wikipedia.org/wiki/Cramfs
Click to expand...
Click to collapse
Google didn't change it, JF did. He compressed it to make room for all the things he added. He did this in a few other folders. But thanks this could be a long process but I'll try it out
Damm you JF ,lol, jk , see i didn't know that thought google did , but it did work as far as i know ,I had 83mb after fresh install and after running lucid script 87mb
good for space , bad for themes i guess
I'm still try to figure out how to extract what's in the cramfs image in linux. Anyone have any ideas? I wanted to see exactly how much space was saved
honestly i think it was too soon for 1.51 imo because here at wonderful XDA we have to hack and tear everything apart and make it custom and its comming down to where if it becomes too overly complicated to unpack and repack cramfs you might as well not have a rooted phone because its just like the regular us version except noone knows if the stereo bluetooth works on the JF version.
Im most def going back to jfv1.5 untill someone figures this out because i cant stand looking at that ugly ol factory white status bar and that checkered background.
either way from what i understand the only differences between the 1.5 and the 1.51 is just the that 1.51 has HQ youtube vids now and it doesn have multi-touch browser anymore
Beast84 said:
Google didn't change it, JF did. He compressed it to make room for all the things he added. He did this in a few other folders. But thanks this could be a long process but I'll try it out
Click to expand...
Click to collapse
yea i just noticed that after going into the ota original version of 1.5. how bout we just erase the .Cramfs file and extract the framework folder from the original T-mo ota or from the JF V1.51 ADP. repack the JF v1.51U.S., sign it and flash it with that. then we'll be able to get to the framework-res.apk. let me know what ya think.
dan0zone said:
hey guys i figured out how to get framework.cramfs to show up as framework-res.apk ,,if you use astro file browser on your phone ,you can go to /system/framework , and just copy framework-res to your sdcard then ,connect to your pc and you will see the framework-res.apk.. I can't resgin so thats as far as i got,,,
Hope this helps
Click to expand...
Click to collapse
so in other words go through astro or use an unzipping tool that opens cramfs?
then copy your framework.res to the sdcard (using Astro) then copy to the desktop of your computer
Edit files, open archive, pack your framework.res then do what?
doubleokneegro said:
so in other words go through astro or use an unzipping tool that opens cramfs?
then copy your framework.res to the sdcard (using Astro) then copy to the desktop of your computer
Edit files, open archive, pack your framework.res then do what?
Click to expand...
Click to collapse
u would have to go to the terminal on ur phone:
type su
#mount -o rw,remount /dev/block/mtdblock3 /system
#cp /sdcard/download/framework-res.apk (or where you have your framework-res.apk file) /system/framework
#reboot
edit: if that doesnt work use #busybox cp /sdcard/download/framework-res.apk (or where you have you framework-res.apk file) /system/framework
im in linux and have all the files/programs install/needed to create a .cramfs and I can't find a way to decompress/open the .cramfs just how to create a new one. I have google and all my linux forums and nothing seems to be pulling up... Not fun but will still keep looking.
Through ADB you can pull the files off and then push them back on also... So you can resign it and then put it back. I just wish I had a way to do it with the update file I have on my PC so that I can add the programs/files that I want and have an update.zip for it. but heh this will work for now....

[BOOT] Unofficial Droid Boot (metamorph only)

Hi i have just created the Verizon Droid boot up. Its prolly as close as we Dream users are gonna get. If anyone has advice or any other input just post. Thanks
ZIP file is packaged incorrectly. Other than that it seems to work fine. Good job.
ravenjr said:
Hi i have just created the Verizon Droid boot up. Its prolly as close as we Dream users are gonna get. If anyone has advice or any other input just post. Thanks
Click to expand...
Click to collapse
How to install this bootscreen for windows?
a little tutorial please!
thanks
nanevre said:
How to install this bootscreen for windows?
a little tutorial please!
thanks
Click to expand...
Click to collapse
This isnt for a computer or winmo....This is android forum so you cant ask q's like these....You cant use this for windows...The gif is way to small and win have to use a certain format for bootup images...
Ace42 said:
This isnt for a computer or winmo....This is android forum so you cant ask q's like these....You cant use this for windows...The gif is way to small and win have to use a certain format for bootup images...
Click to expand...
Click to collapse
I just want to know how i can install this boot screen
on my g1 rooted
not windows, lol!
How to set this animated bootscreen on my g1
Thanks
nanevre said:
I just want to know how i can install this boot screen
on my g1 rooted
not windows, lol!
How to set this animated bootscreen on my g1
Thanks
Click to expand...
Click to collapse
Here you go.
http://forum.xda-developers.com/showthread.php?t=591329&highlight=metamorph
Karolis said:
ZIP file is packaged incorrectly. Other than that it seems to work fine. Good job.
Click to expand...
Click to collapse
sorry for the packaging error
I just tried to flash through metamorph its saying that it doesn't have a certain file for ot to be flashed through metamorph
Yeah I tried it and I get the samething.
The theme control file exists in the .ZIP, but Metamorph isn't picking it up. Even if I place the .THM file and .ZIP in the AndroidThemes folder on my SD... NO WORKIE!
how to get this to work in metamorph:
1) After u download this file to ur SD, use a file manager such as EStrongs Filemanager.
2) Find the .zip file that you just previously downloaded, click and choose to unzip/extract it.
3) Find the new folder u just extracted to and open it.
4) U will c 2 folders. Delete the Mac one & copy the other to AndroidThemes (located in the root of SD card).
5) Open Metamorph, click Open Existing, find the folder again and then then .thm file.
well... I got this to work, but must say that the image quality is really poor. It looks sorta 8-Bit on my MT3G...
are there any other boot animations available for metamorph?
sig. .
I can wipe, flash and fully restore my android in less than 5 minutes. . HAAH XD
WTF??
good thing i created a back-up before i applied this piece. . theres a hidden (no data) file that screws up the entire sytem. . wipes all critical files and everything is FC. . plus the image quality sucks !
Mod Edit...post cleaned up
xIoNiCx said:
I can wipe, flash and fully restore my android in less than 5 minutes. . HAAH XD
Click to expand...
Click to collapse
HAAH all you want... MY statement is true.
DUH
rbrainard said:
HAAH all you want... MY statement is true.
Click to expand...
Click to collapse
I KNOW, GENIUS.
I was saying I can do it faster than you. . HAAH XD

Converting CWM v2 scripts/zips to CWM v3

There has been a lot of discussion on what works on ClockWorkMod v3 and what doesn't. One of the biggest problems (besides ROM installations) is how to apply existing ZIP files that don't work in CWM3 because they are outdated.
So, if you have upgraded to CWM v3 and want to use some old zips there is an answer
nubecoder in the Android Development and Hacking > Android Software Development forum came up with an excellent tool for converting the old update-script to the new updater-scrip and binary needed for CWM3
Give it a look:
http://forum.xda-developers.com/showthread.php?t=903598
Thanks for the link..
I just wish all these devs didn't always use friggin Windows!
CCrew said:
Thanks for the link..
I just wish all these devs didn't always use friggin Windows!
Click to expand...
Click to collapse
I hear ya. If I didn't need Windows for work I would be 100% linux
so how exactly do i use this?
IIDIncII said:
so how exactly do i use this?
Click to expand...
Click to collapse
Extract the zip to a folder. Run it. Select open then the zip or script you want to convert. then save it.
Great find Nils. I guess I need to convert mine.
EDIT: It converted them all perfectly, once I realized I needed to choose "Incredible" from the device menu. LOL
If you want an alternative to using the script converter I attached 2 zip files. One is for updates to the /system/app/ folder and the other is /system/framework/ folder
All you need to do is use 7zip to copy (drag and drop) your files to the appropriate sub folder in the zip file.
You can then name the zip file to whatever you like.
Sorry to muck up the thread with this question but since it's on topic... how do i flash back to the old version of CWM? since rom manager just comes up with an error...
nevermind I got one of the older 2.5 to work
This app was updated just this morning with the option to convert scripts for the incredible. I've tried it on a few zips and it works perfect
NilsP said:
I hear ya. If I didn't need Windows for work I would be 100% linux
Click to expand...
Click to collapse
I agree, if Trimble would embrace Linux I could avoid windowz for the rest of my life...
Sent from my ADR6300 using Tapatalk

[Script][Beta] Theme Backup/Restore

Hey,
Not sure if its the right section, but flashing themes is what got me to make this script in first place.
So this script essentially works like :
You drag/drop a theme update.zip onto it.
It then goes through the .zip and see's what its replacing.
Then from your phone it'll backup those files into a cwm flashable .zip
[Windows Only][Only backs up system partition content that .zip replaces]
Instructions :
Download this
Extract [To a directory whose path has no spaces or wierd characters]
Drag a theme update.zip onto UpdateBacker.bat
Follow through
Main purpose is so you have a backup incase of those theme flashes that ended up screwing things up.
Note : This is beta, i have only tested on mine.
Hope it works lol.
Updates :
Added adb/java check
Added push to sdcard
EDIT: The entire contents of the unzipped folder need to be inside the tools section of your sdk for the .bat to work.
This is a great little tool. First try for me worked flawlessly.
I'm on a Samsung Captivate if it makes any difference.
SwiftJudgement said:
EDIT: The entire contents of the unzipped folder need to be inside the tools section of your sdk for the .bat to work.
This is a great little tool. First try for me worked flawlessly.
I'm on a Samsung Captivate if it makes any difference.
Click to expand...
Click to collapse
Hey.
Yea forgot to say adb/sdk has to be in path.
Glad u got it working.
If this is like any of your other scripts it'll be a God send. I'll give this a try when I get home.
Thanks.
dully79 said:
If this is like any of your other scripts it'll be a God send. I'll give this a try when I get home.
Thanks.
Click to expand...
Click to collapse
Ur too kind.
Let me know if it works. If people like/use this then i will keep updating and adding features.
Tried this last night and it worked perfect. I backed up my current theme then applied a bunch of corrupt .9's resulting in force close city. Applied the backup and everything returned to as it was.
Top marks once again.
How about an option to backup to flash.zip or a Metamorph file, would this be possible?
dully79 said:
Tried this last night and it worked perfect. I backed up my current theme then applied a bunch of corrupt .9's resulting in force close city. Applied the backup and everything returned to as it was.
Top marks once again.
How about an option to backup to flash.zip or a Metamorph file, would this be possible?
Click to expand...
Click to collapse
Cool glad it worked for you.
Not sure what you mean by flash.zip, it already creates a flashable update.zip. Unless ur referring to renaming it to something else ?
As for metamorph, perhaps but id imagine it might be tricky.
Sorry, I meant an option to choose between exporting to zip or metamorph.
I thought a metamorph option might be a bit tricky, but if you don't ask you don't get
hi
can you reuploade the file please. i want to try this.
greets markus
katsching said:
hi
can you reuploade the file please. i want to try this.
greets markus
Click to expand...
Click to collapse
Try, again
hey thank you very much!
ähhmm hmm ... how i use this tool exactly? where i find this theme update.zip?

[Q] Kitchen - problem flashing

i have tried to modify the froyobylaszlo by removing a couple of system/app
and put my own apps
after that i tried to flash it but i had some errors im not familiar with
hope someone could help me out
im attaching the recovery.log files
EDIT: btw im a complete idiot hahaha... im just starting out
marchking said:
i have tried to modify the froyobylaszlo by removing a couple of system/app
and put my own apps
after that i tried to flash it but i had some errors im not familiar with
hope someone could help me out
im attaching the recovery.log files
EDIT: btw im a complete idiot hahaha... im just starting out
Click to expand...
Click to collapse
which apps did u place in system apps?
did u remove the apps fromm data/app as well?
maximo360 said:
which apps did u place in system apps?
did u remove the apps fromm data/app as well?
Click to expand...
Click to collapse
yeah i think only 1 app is there in data/app = gallery i think i removed that thinking that it was the gallery3d
i changed the launcher and a couple of things in the system/app
are there limitations of which apps that i could put there...
btw is it ok if i change the updater-script to update-script?
or i shouldnt have change that... the kitchen was requesting to change it
hey if you are only removing some apk's you dont need kitchen.. just unzip file.. take out what you want than re-zip and than Sign it! should be able to flash no problem
marchking said:
yeah i think only 1 app is there in data/app = gallery i think i removed that thinking that it was the gallery3d
i changed the launcher and a couple of things in the system/app
are there limitations of which apps that i could put there...
btw is it ok if i change the updater-script to update-script?
or i shouldnt have change that... the kitchen was requesting to change it
Click to expand...
Click to collapse
You should just do what LDrifta said if your still having problems.
OH and regarding the update-script, heres your answer straight from the op of the kitchen:
QUESTION: Why do I need to convert the ROM's updater-script to an update-script when using the kitchen?
The kitchen can only perform operations on an update-script. UpdateR-scripts are too complicated to check because there are so many combinations of parameters for every command and for different devices; plus they can be written in different formatting styles. Thus the kitchen converts them to update-script so that there is one universal method to modify any device's configuration. If we didn't convert the updater-script then it would take months of work to overhaul the dozens of scripts (plus doubling my work) to accept updater-scripts, which would really NOT make a difference in the end anyway and would likely slow down the kitchen due to extra checks made in the updater-script. So please do not request this again and again, there is no gain in doing it (I also don't have that much free time ...).
When you build the ROM you have the option of converting it back to an updater-script, or the kitchen will convert it automatically if it decides it's necessary. The conversion back to the original updater-script is near-perfect, as I have already spent months on the implementation to get it right.
QUESTION: I have converted my update-script to an updater-script, but after flashing I still have the original ROM on the device.
That means your updater-script did not have the proper mount points defined for the system (and/or data) partition. Refer to this post for more info.
QUESTION: My device only supports ROMs with the updater-script/update-binary files but not the update-script
If you extract a ROM that contains an updater-script, then the kitchen will ask you if it should convert it to an update-script. You *must* use an update-script while customizing the ROM, as the kitchen is not capable of modifying updater-scripts. When you are ready to build the ROM, though, you will need to convert it back to an updater-script if the device requires it. Use the option in the Advanced menu to convert update-script to updater-script, or else the kitchen will ask you to convert it while building the ROM.
Click to expand...
Click to collapse
ldrifta said:
hey if you are only removing some apk's you dont need kitchen.. just unzip file.. take out what you want than re-zip and than Sign it! should be able to flash no problem
Click to expand...
Click to collapse
ok... so im also adding a few apks at the system/app what you suggested will that still work?
btw
just to clarify, i unzip, then remove the apks
then zip it again
then i put it in the kitchen to get signed?
marchking said:
ok... so im also adding a few apks at the system/app what you suggested will that still work?
btw
just to clarify, i unzip, then remove the apks
then zip it again
then i put it in the kitchen to get signed?
Click to expand...
Click to collapse
ok well depending on what apk's you are putting in.. if they are system required like a sense app.. it wont work on a froyo base rom.. but if its something like superuser or mail or something and is compatible with your rom than put it in system/app folder.. if its something that you want the choice to uninstall later on like a 'task killer' apk or something, place it in data/app folder..
and to sign it you dont need kitchen, you can download an auto-sign.zip file for windows here on xda.. all you do is unzip it directly to C: drive, place zip file in filder rename it to 'update.zip' than run the 'sign.bat' and it will sign the zip file. than you can flash it
marchking said:
ok... so im also adding a few apks at the system/app what you suggested will that still work?
btw
just to clarify, i unzip, then remove the apks
then zip it again
then i put it in the kitchen to get signed?
Click to expand...
Click to collapse
did u do this on Kitchen?
If you want to add Market or non-stock apps (*.apk) to your ROM (which can be uninstalled or updated from your device later) then select the kitchen's menu option that adds "/data/app functionality". Afterwards you can copy these .apk files to the new /data/app folder of your working folder.
EDIT; After your done adding/deleting all the apps, dont forget to use the sign apk command to sign.
maximo360 said:
did u do this on Kitchen?
If you want to add Market or non-stock apps (*.apk) to your ROM (which can be uninstalled or updated from your device later) then select the kitchen's menu option that adds "/data/app functionality". Afterwards you can copy these .apk files to the new /data/app folder of your working folder.
EDIT; After your done adding/deleting all the apps, dont forget to use the sign apk command to sign.
Click to expand...
Click to collapse
would apps from a 2.2 hero would work? they have a mdpi format???
or do you think i will encounter lots of problems? ^_^
marchking said:
would apps from a 2.2 hero would work? they have a mdpi format???
or do you think i will encounter lots of problems? ^_^
Click to expand...
Click to collapse
Which kind of apps? Like sense apps? I guess they might work, try it out, make a nand backup first tho.
Sent from my COS-DS using XDA App
maximo360 said:
Which kind of apps? Like sense apps? I guess they might work, try it out, make a nand backup first tho.
Sent from my COS-DS using XDA App
Click to expand...
Click to collapse
its actually system/app from miui ported to mdpi...
i was able to flash it but its going into a bootloop...
im not sure how to gather logcat... i dont use adb hahaha...
i only use droid explorer... anyways
i checked the logcat console while it was on the bootloop
it appears to me that the apps that i used is not signed...
any suggestions?
marchking said:
its actually system/app from miui ported to mdpi...
i was able to flash it but its going into a bootloop...
im not sure how to gather logcat... i dont use adb hahaha...
i only use droid explorer... anyways
i checked the logcat console while it was on the bootloop
it appears to me that the apps that i used is not signed...
any suggestions?
Click to expand...
Click to collapse
sign them using the sign apk/zip command in the kitchen
maximo360 said:
sign them using the sign apk/zip command in the kitchen
Click to expand...
Click to collapse
i signed them that seemed to be one problem... based on what im seeing on the logcat it seems now its having lots of problems while installing... FYI im trying to make a miui ported from nexus 1 to hero... trying to make it run on froyo by laszlo... i think there is much more complications here not as easy as i think it would be... but i like challenges ^_^ do you have any idea how we could do this maximo? try checking this link http://forum.xda-developers.com/showthread.php?t=858935
marchking said:
i signed them that seemed to be one problem... based on what im seeing on the logcat it seems now its having lots of problems while installing... FYI im trying to make a miui ported from nexus 1 to hero... trying to make it run on froyo by laszlo... i think there is much more complications here not as easy as i think it would be... but i like challenges ^_^ do you have any idea how we could do this maximo? try checking this link http://forum.xda-developers.com/showthread.php?t=858935
Click to expand...
Click to collapse
I read the thread, and he said he dropped some of the phones he was porting miui for, he was still doing the eris/hero. So seems to me he maybe dropped the g1, not sure tho. I guess you're gonna have to wait til either delsa is done porting it to the g1 or drakko.
Sent from my COS-DS using XDA App

Categories

Resources