Hi all. I have been through the AOSP website and built a basic rom, but I can't find it.
Sorry this is such a basic point - and related to another site - but can anyone point me to the output from the build process. I initiated the build with lunch and then used make to, er, make it, but can't find what I've made.
Thanks
Edit: am I right in thinking the output is a .zip file? If so, think it has failed because there's no .zip anywhere
not in your work folder? (the folder you were in while 'making' the rom) lol
ldrifta said:
not in your work folder? (the folder you were in while 'making' the rom) lol
Click to expand...
Click to collapse
No. I'm assuming it'll be in zip format, and there's nothing like that in the working folder.
Sent from my HTC Desire S using XDA Premium App
If it compiled, you should be able to find it here:
WORKING_DIRECTORY/out/target/product/PRODUCT_NAME/ROM.zip
MongooseHelix said:
If it compiled, you should be able to find it here:
WORKING_DIRECTORY/out/target/product/PRODUCT_NAME/ROM.zip
Click to expand...
Click to collapse
I couldn't find it there, so I'm assuming it didn't compile properly.
Thanks.
Sent from my phone using fingers
Quick question for a dev or anyone that knows please...
I extracted the system.img out of an sbf and now have extracted the files from the system.img too. I just need to know what permissions to set to each of the folders/files for system in my updater-script if that makes sense?
Im not using sams fruit cake maker as my phone is a daily and i dont have a spare laying around so im wanting to make it the old fashioned way.
Thanks to anyone that can help.
Sent from my MB860 using XDA App
The-Milkybar-Kid said:
Quick question for a dev or anyone that knows please...
I extracted the system.img out of an sbf and now have extracted the files from the system.img too. I just need to know what permissions to set to each of the folders/files for system in my updater-script if that makes sense?
Im not using sams fruit cake maker as my phone is a daily and i dont have a spare laying around so im wanting to make it the old fashioned way.
Thanks to anyone that can help.
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
Attached you will find my updater script for iBlur! hope that answers your questions
Rooted Optimus G, made a backup but something went wrong. Does anyone have the original camera apk?
Let me know if you need anything else.
Thank you so much! As it turns out I ended up looking up the system dump right after posting. Dunno why I didn't think of it. Installed the dump straight into my phone, extracted and moved the apk (already had the odex file) directly into the system app folder, and voila. Thanks so much for the quick response though!
Sent from my LG-E970 using xda app-developers app
johnbyebye said:
Let me know if you need anything else.
Click to expand...
Click to collapse
provide me the odex file pls?
Would some kind fellow please provide me with a system dump of the XTS please?
Am desperately in need of one.
SWFlyerUK said:
Would some kind fellow please provide me with a system dump of the XTS please?
Am desperately in need of one.
Click to expand...
Click to collapse
Could do with the system/media boot animation and system/app, please! lol
I am pretty desperate for the Gallery2.apk, build and vendor.props aswell as all system apps.
Would really appreciated someone with an Xperia Tablet S to send these over.
SWFlyerUK said:
I am pretty desperate for the Gallery2.apk, build and vendor.props aswell as all system apps.
Would really appreciated someone with an Xperia Tablet S to send these over.
Click to expand...
Click to collapse
You can download OTA from Sony and decrypt? It's not enough?
jappaj said:
You can download OTA from Sony and decrypt? It's not enough?
Click to expand...
Click to collapse
Hmm, don't know how to do that?
Think I may just have got this tablet into a bootloop... whoops.
SWFlyerUK said:
Hmm, don't know how to do that?
Think I may just have got this tablet into a bootloop... whoops.
Click to expand...
Click to collapse
* Download correct OTA update for your region (it's ecnrypted), you will find links from this thread from third post:
http://forum.xda-developers.com/showthread.php?t=1687429
* Then download decrypt tool from this thread:
http://forum.xda-developers.com/showthread.php?t=2068261
* Then decrypt OTA file:
desklunvr.exe signed-txs03_300-ota-130329014.zip
* Then unzip it of course. You should find what you seek for from there! system.img is system partition, you can mount it under Linux etc. or using some Windows tool like DiskInternals Linux Reader. Vendor parition is just files, you will find them from vendor folder.
HTH
I pulled the bootanimation.zip, but not the system/apps because the file size is too big
If you haven't got the system/apps by tomorrow morning, I'll probably just pull it from my tab and upload it in the morning during off-peak time xD
XTS - system/app
here can load the files from system/app from 4.1.1
just a little patience - it takes a little are uploaded to the data
I've solved the apps from the original ... I had shot up the Launcher2.apk myself - I might as well upload all - what I thought ...
https://drive.google.com/folderview?id=0BzrbhBn7h1jGenBoTVQ1bkE3TUk&usp=sharing
Guys,
Thanks for the support - it is much appreciated.
This is a development plan of porting AsusCamera.apk.
Coz I like the function of PixelMaster so much.
I have decompiled and sign for the apk now.
And it is able to be installed.
But worst of all, it can not be opened...
Now I hope anyone can help me to do this.
If this thread is not suitable for this category, hope manager can move it to the correct one.
Don't delete it, plz...
Software Source: ASUS Padfone mini 4.3's stock ROM (TW_A11_10_14_5_7_20131220)
Android Version: 4.3
Device Camera Pixel: 8MP
Test Device: SONY Xperia SP (12.1.A.1.201)
Click to expand...
Click to collapse
Sorry for my poor English...
Dragonkind said:
This is a development plan of porting AsusCamera.apk.
Coz I like the function of PixelMaster so much.
I have decompiled and sign for the apk now.
And it is able to be installed.
But worst of all, it can not be opened...
Now I hope anyone can help me to do this.
If this thread is not suitable for this category, hope manager can move it to the correct one.
Don't delete it, plz...
Sorry for my poor English...
Click to expand...
Click to collapse
You need to find all the library files, permissions and maybe some binaries for the apk..
Sent from my SCH-I605 using xda app-developers app
Dragonkind said:
This is a development plan of porting AsusCamera.apk.
Coz I like the function of PixelMaster so much.
I have decompiled and sign for the apk now.
And it is able to be installed.
But worst of all, it can not be opened...
Now I hope anyone can help me to do this.
If this thread is not suitable for this category, hope manager can move it to the correct one.
Don't delete it, plz...
Sorry for my poor English...
Click to expand...
Click to collapse
I would recommend taking a look at this guide on "How to Port OEM Apps / Vendor Apps to Your Current ROM" as a great starting place for starting to get the app to work.
lacoursiere18 said:
You need to find all the library files, permissions and maybe some binaries for the apk..
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
Thank u for your advices.
U mean the path "/system/lib", right?
I have found 4 files (below) which contain "camera" in their names, but just have no idea to add into apk file.
Is there any possibility to the files that don't contain "camera", but are relative to the camera?
shimp208 said:
I would recommend taking a look at this guide on "How to Port OEM Apps / Vendor Apps to Your Current ROM" as a great starting place for starting to get the app to work.
Click to expand...
Click to collapse
OK, I will take it a read, thank u.
Dragonkind said:
Thank u for your advices.
U mean the path "/system/lib", right?
I have found 4 files (below) which contain "camera" in their names, but just have no idea to add into apk file.
Is there any possibility to the files that don't contain "camera", but are relative to the camera?
OK, I will take it a read, thank u.
Click to expand...
Click to collapse
Once you find out the dependent files (Re-read the guide) you take these files and package them in CWM flashable .zip not necessarily adding them into the apk file.
Dragonkind said:
Thank u for your advices.
U mean the path "/system/lib", right?
I have found 4 files (below) which contain "camera" in their names, but just have no idea to add into apk file.
Is there any possibility to the files that don't contain "camera", but are relative to the camera?
OK, I will take it a read, thank u.
Click to expand...
Click to collapse
Yes system/lib.. you can transfer them via recovery too instead of making a flash able zip..
Yes there are possibilities that there will be files without the name camera in them.. but that's what logs are for
Sent from my SCH-I605 using xda app-developers app
shimp208 said:
Once you find out the dependent files (Re-read the guide) you take these files and package them in CWM flashable .zip not necessarily adding them into the apk file.
Click to expand...
Click to collapse
lacoursiere18 said:
Yes system/lib.. you can transfer them via recovery too instead of making a flash able zip..
Yes there are possibilities that there will be files without the name camera in them.. but that's what logs are for
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
Frankly speaking, I am preparing for my mid-term test now...
Let me read the guide first.
Thx for your helps~
Dragonkind said:
Frankly speaking, I am preparing for my mid-term test now...
Let me read the guide first.
Thx for your helps~
Click to expand...
Click to collapse
Good luck with your exam studying, and I will be happy to help best I can when you have more time.
Are you still working on this?
YOU BETTER DO I LOVE THE SELFIE MODE Dx
LordRaZerManh said:
YOU BETTER DO I LOVE THE SELFIE MODE Dx
Click to expand...
Click to collapse
Well, I almost give up this project...
I had asked my friend, he gave the following attachment to me.
It can just open, but all of the special functions like PixelMaster & GIF recording are all broken.
I guess it may be related to hardware issues...
Dragonkind said:
Well, I almost give up this project...
I had asked my friend, he gave the following attachment to me.
It can just open, but all of the special functions like PixelMaster & GIF recording are all broken.
I guess it may be related to hardware issues...
Click to expand...
Click to collapse
read this it's from the Asus website http://www.asus.com/PixelMaster/
6th_Hokage said:
read this it's from the Asus website http://www.asus.com/PixelMaster/
Click to expand...
Click to collapse
Hardware issue…
My Xperia SP has an 8MP rear camera,
but I guess it lacks of something like an image processing chip.
Port ver lolipop thank bro
Device mi4c
Oh man, I would love to be able to get the PixelMaster app back on my Zenfone 2 (I'm running Cyanogenmod 12). The default Google camera sucks horribly compared to the stock ASUS camera app.
Has there been any more work on this project? I'm gonna read that guide myself and work on it, but I guess I'd have to put the stock ROM back on my phone first.
clamum said:
Oh man, I would love to be able to get the PixelMaster app back on my Zenfone 2 (I'm running Cyanogenmod 12). The default Google camera sucks horribly compared to the stock ASUS camera app.
Has there been any more work on this project? I'm gonna read that guide myself and work on it, but I guess I'd have to put the stock ROM back on my phone first.
Click to expand...
Click to collapse
If you install the apk on the zf2 with cm12 it works. Only issue I've found is the depth of field doesn't work
ejames2001 said:
If you install the apk on the zf2 with cm12 it works. Only issue I've found is the depth of field doesn't work
Click to expand...
Click to collapse
Oh, really? That's kinda nice, although yeah the depth-of-field working would sure be nice. I'll have to try it out tonight. I can just use the .apk from the OP, correct?
Well I tried installing that .apk from the OP. Had to allow installation from unknown sources first, then after hitting Install, it asked me to give Google permission to send data and whatever else. Regardless if I select Accept or Decline, I always get an "App not installed" message.
Damnit, I was looking forward to using it! I think I'm gonna try stripping it from the stock ROM myself.
clamum said:
Well I tried installing that .apk from the OP. Had to allow installation from unknown sources first, then after hitting Install, it asked me to give Google permission to send data and whatever else. Regardless if I select Accept or Decline, I always get an "App not installed" message.
Damnit, I was looking forward to using it! I think I'm gonna try stripping it from the stock ROM myself.
Click to expand...
Click to collapse
Just google Asus Camera APK and download the latest 2.0 release from there, one was released this month.
ejames2001 said:
Just google Asus Camera APK and download the latest 2.0 release from there, one was released this month.
Click to expand...
Click to collapse
Alrighty, thanks. I actually was searching for PixelMaster .apk this weekend but didn't have much luck besides seeing a ton of frickin spam sites masking as legit .apk download sites. I'll do another search tonight.
Hopefully I can get the .apk to install. It sure would be nice to have the depth-of-field working, but after skimming through that thread linked earlier (How to Port OEM Apps to Your Current ROM) there's no way I can follow that. It's nice the guy put together a guide, but being unfamiliar with this stuff I need to follow something written in clear English.
I guess the ASUS Camera app was easier to find than I thought. The first time I tried it was nothing but spam site after spam site. Maybe it was Bing's fault, haha.
But I got version 2.0.0.150805_5 and it installed with no problem and works great. Thanks for your help, ejames2001, I appreciate it.