[Q] Emulate custom ROM ? - LG Optimus Black

Is it possible to test a custom rom on computer ?
I am looking for an info about emulate rom.
I found a few thing but all are out of date.

Kirpimsi said:
Is it possible to test a custom rom on computer ?
I am looking for an info about emulate rom.
I found a few thing but all are out of date.
Click to expand...
Click to collapse
It would be nice to have that if you find plz share
Sent from my LG-P970 using XDA

Kirpimsi said:
Is it possible to test a custom rom on computer ?
I am looking for an info about emulate rom.
I found a few thing but all are out of date.
Click to expand...
Click to collapse
I know some IDEs like eclipse have a plugin to test your apps in an emulated environment, what I don't know is if you can actually change it's rom to a custom one. I might try it.
Sent from my wi-fi toaster.

There must be. Because the SDK's are exactly that virtual device on you're PC. Now having the option to load custom ROM in the SDK that's indeed interesting.
m.youtube.com/watch?desktop_uri=%2Fwatch%3Fv%3DUQ5RyvV_IMc&v=UQ5RyvV_IMc&gl=US
That's the only relevant thing I've found so far. Not sure if it is any use at all as reading the comments noonday confirms that it is working. There was article on Modaco too about how to run Cyanogen on the SDK.
P.S as it happens or own xda comes with am answer
forum.xda-developers.com/showthread.php?t=906161
The thread is for x10 but as the author explains it should be the same for different devices

Jbpg102 said:
I know some IDEs like eclipse have a plugin to test your apps in an emulated environment, what I don't know is if you can actually change it's rom to a custom one. I might try it.
Sent from my wi-fi toaster.
Click to expand...
Click to collapse
It's true, I have tried that emulator. It would be very interesting to know if the base ROM can be changed for a MOD to try it on the PC before flashing.
Does anyone know if this is possible??

http://developer.android.com/guide/developing/devices/emulator.html
you can run custom roms on emulator

Thread closed
There is a Q&A section for questions, please use it.

Related

[DEV] Framebuffer console

Hi,
I wanted to see Tux on my phone, so I tried to make framebuffer console working.
Here is the result: http://www.youtube.com/watch?v=IB7g6zTDQjs
As you can see, android boots up with it, and I did not find any bug once booted, but if you try to turn phone on with USB plugged-in, it will freeze - I think something in display driver is wrong or the driver itself is not intended to be used with fbcon. But when I just plug USB to phone when its turned off, it starts charging.
Modifications to kernel with my comments(its kernel for froyo, I tested GB kernel as well, but its pretty much the same): https://github.com/Tasssadar/kernel/commit/b1c614341dbc04ec1ace604f0b4903944dd8aa9d
Kernel command line: console=tty0,115200 androidboot.hardware=thunderg fbcon=font:VGA8x8,rotate:1 mem=471M no_console_suspend=1
ZIP for recovery(for froyo ROMs): http://www.multiupload.com/NQQ1YKN6K8 - dont forget to make nandroid backup, it will replace whole boot partition, so re-flashing your kernel wont help.
Did anybody play with this already? Maybe solved the driver bug?
i dont understabnd what is this
very nice for debug ... sometimes we realy need this!!!
omg, this is soo cool =D cant help ya but i will try to make one of that for me =)
https://github.com/Tasssadar/kernel/commit/49ff95225eb724926434adaaa8abcd9a53c9b29b - makes it much faster, but without rotation. Or you can just turn off logo and rotation, result will be the same thing.
Working..
Ex.how to uninstall?
Flash your kernel again (that way you will see just black screen instead of logo) or restore from your nandroid backup, which I am sure you have.
What's the purpose of this, what does this do for our device
Sent from my LG-P500 using XDA App
Jrhodes85 said:
What's the purpose of this, what does this do for our device
Sent from my LG-P500 using XDA App
Click to expand...
Click to collapse
If you dont know what it is just dont bother - this is devs stuff.
Sent from my Nexus S using xda premium
franciscofranco said:
If you dont know what it is just dont bother - this is devs stuff.
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
@franco:
Why this is dev's stuff? let users install this nice thing and tell him it speeds up
the system as never seen before - most users want to install realy every thing
andy572 said:
@franco:
Why this is dev's stuff? let users install this nice thing and tell him it speeds up
the system as never seen before - most users want to install realy every thing
Click to expand...
Click to collapse
You guys should really let the users install it. It says it the topic title [DEV], the idiot who will install this and not know what it's used for is simply "stupid".
With fbcon log + camera(coolest debug log ever) I finally managed to make dual-boot working - I have one rom in the internal memory and another one on ext partition on SD card. It is however kinda tricky to make it working properly, would you like to see some dev topic with this or you think its useless?
AFAIK (correct me please) this displays kernel infos,so it's kinda useful to fserve,mik and others. However,I'll try to do that with mik's sources. I'll post it if you guys want.
ciaox said:
AFAIK (correct me please) this displays kernel infos,so it's kinda useful to fserve,mik and others. However,I'll try to do that with mik's sources. I'll post it if you guys want.
Click to expand...
Click to collapse
Wait, what? Is my english that bad or are you quoting my post, but responding to something else?
Tasssadar said:
Wait, what? Is my english that bad or are you quoting my post, but responding to something else?
Click to expand...
Click to collapse
Sorry,wasn't supposed to quote. Correcting now,thanks.
Tasssadar said:
With fbcon log + camera(coolest debug log ever) I finally managed to make dual-boot working - I have one rom in the internal memory and another one on ext partition on SD card. It is however kinda tricky to make it working properly, would you like to see some dev topic with this or you think its useless?
Click to expand...
Click to collapse
I don't use this phone regulary anymore, but it would be pretty neat to know how you did that - I have an idea of how it's done though.
Can anyone help me doing this for my lg optimus black?

[Q] Stock LG alarm on any ROM ?

Since this is by far my favorite alarm app, I was wondering if I could use it on any ROM. I guess if it depends of stock frameworks, it's dead, right ? or any way to do it ?
Ilko said:
Since this is by far my favorite alarm app, I was wondering if I could use it on any ROM. I guess if it depends of stock frameworks, it's dead, right ? or any way to do it ?
Click to expand...
Click to collapse
You need stock framework for any of LG's apps to work. You can mod your framework to make it work if you really wan't it.
Sent from my LG-P970
the fact is, I'm not a dev and don't even know anything related to the linux world. too bad. could I simply unzip a framework then add libraries or something or do I have to compile and sign ?
Ilko said:
the fact is, I'm not a dev and don't even know anything related to the linux world. too bad. could I simply unzip a framework then add libraries or something or do I have to compile and sign ?
Click to expand...
Click to collapse
Depends on what resources the app needs, but you'll definitely need to resign it.
Sent from my LG-P970
meh, it's not in my cords. I'll have to use a stock based ROM then

[Q] Has anyone tried the NFC on lockscreen mod on G900A?

Hi All,
I am running Unity ROM with SafeStrap Recovery. Just wondering if anyone has tried the mod from the following post on G900A. I would really like to get this function available as I am kind of an NFC nut. Having to unlock my phone every time I read a tag is driving me crazy. What do you think?
http://forum.xda-developers.com/showthread.php?t=2756725
triplenine said:
Hi All,
I am running Unity ROM with SafeStrap Recovery. Just wondering if anyone has tried the mod from the following post on G900A. I would really like to get this function available as I am kind of an NFC nut. Having to unlock my phone every time I read a tag is driving me crazy. What do you think?
http://forum.xda-developers.com/showthread.php?t=2756725
Click to expand...
Click to collapse
im comparing the decompiled source we'll see how it works
triplenine said:
Hi All,
I am running Unity ROM with SafeStrap Recovery. Just wondering if anyone has tried the mod from the following post on G900A. I would really like to get this function available as I am kind of an NFC nut. Having to unlock my phone every time I read a tag is driving me crazy. What do you think?
http://forum.xda-developers.com/showthread.php?t=2756725
Click to expand...
Click to collapse
lots of differences between stock and modded it will take some time to sort out, you can try using that devs modded apk and see if it works for you but make a good backup first
Interesting. I will give it a go later today/tonight and report back. I am digging UR btw.
OK. Played with it a bit. The posted method did not work. I think the best work around, which I have been using for a few days is to use Wanam Xposed. I am unlocking with an NFC using a module from Secure Settings as well. I don't know how possible it is to add this as a feature of a ROM but it would be rad to be able to set it up without the shenanigans. Cheers!

plz port this rom v16

plz port this rom v16
http://forum.xda-developers.com/gal...t/n9005-lollipop-5-0-s5-note3-stable-t2994680
or plz provide details to make roms installable with our device n900a
This is a useless post. Also in the wrong section. You can't go a just port any rom you like. The creator of the rom has to give his blessing and be okay with someone porting it.
what's to stop someone from porting a ROM without the creator's OK?
benwaffle said:
what's to stop someone from porting a ROM without the creator's OK?
Click to expand...
Click to collapse
XDA moderators. They will shut a thread down if permission wasn't received to use someone else's work
Now if he asked in general how to flash a ROM from another phone then it would be a little different. But if files are modified and shared without permission then it would be closed.
You can port it all you want. Just don't share/post it without permission.
Android: Software for some of the most advanced technology on the planet (the smartphone)... With kindergarden icons... Now that's pride in workmanship at its best.
If you don't share it and just want to use it for yourself you may be able to just remove the aroma installer which is fairly easy a tutorial can be found by searching for how to remove aroma installer on google. This may or may not work as I didn't look very hard at the rom lol
setfly95 said:
If you don't share it and just want to use it for yourself you may be able to just remove the aroma installer which is fairly easy a tutorial can be found by searching for how to remove aroma installer on google. This may or may not work as I didn't look very hard at the rom lol
Click to expand...
Click to collapse
i am always stuck at updating partation details in my ported roms plz help me
Have you already removed aroma? I probably couldn't be of much help without knowing what your flashing I could build it myself but I no longer own this phone so I would have no clue on whether or not it would flash correctly there will probably be a problem with the kernel.
Moved to general in hopes of letting the discussion continue under XDA rules.
i have ported this rom but only one bug lift wifi dont turn on any one know how to fix it
setfly95 said:
Have you already removed aroma? I probably couldn't be of much help without knowing what your flashing I could build it myself but I no longer own this phone so I would have no clue on whether or not it would flash correctly there will probably be a problem with the kernel.
Click to expand...
Click to collapse
only wifi not working
rajdeep312 said:
only wifi not working
Click to expand...
Click to collapse
I used a WiFi fix for s5 port roms, just do a search for s5 port rom WiFi fix
dnp77 said:
I used a WiFi fix for s5 port roms, just do a search for s5 port rom WiFi fix
Click to expand...
Click to collapse
Everything fixed thanks

no idea where to start

I would like to develop start ROM control app for my ROM. However i have no idea where to start. Any tips? Thanks.
Android Development --> http://developer.android.com/tools/studio/index.html
There's lots of tutorials out there, Google is your friend!
Rom Control applicaiton
Nandr0idC0nsumer said:
I would like to develop start ROM control app for my ROM. However i have no idea where to start. Any tips? Thanks.
Click to expand...
Click to collapse
Yes, you can follow this on GITHUB .
I am not able to paste the link here. but you can verify it .by "https://github.com/AOKP/packages_apps_ROMControl"

Categories

Resources