[Q]Modified status bars - HTC Amaze 4G

Does anyone know how to get the status bar with extra quick settings for sense 3.0?
Sent from my Android revolution HTC_Amaze_4G using XDA App

DrnuhtZ said:
Does anyone know how to get the status bar with extra quick settings for sense 3.0?
Sent from my Android revolution HTC_Amaze_4G using XDA App
Click to expand...
Click to collapse
Its a smali hack... No fun and better done at the rom level then a mod level...

Alexia Whitehurst said:
Its a smali hack... No fun and better done at the rom level then a mod level...
Click to expand...
Click to collapse
how involved is it?

DrnuhtZ said:
how involved is it?
Click to expand...
Click to collapse
You need to open up the rom/framework/etc. and use the smali/sdk to push your changes. It requires that you understand the code, and add/subtract using sdk tools to compile the changes.
Not for the feint of heart.

pm with a price if you can get me an install and uninstall .zip file i can use.

DrnuhtZ said:
pm with a price if you can get me an install and uninstall .zip file i can use.
Click to expand...
Click to collapse
No need...I do everything for free. I don't have a window's box right now, so many of my pet projects are on hold for a bit...stuck with my crappy MacBookfor a bit. As soon as I get my notebook running I'll tackle some things.
Sent from my HTC Amaze 4G using xda premium

Might be getting a notebook Friday...maybe a release then? Hoping the seller comes through.
Sent from my HTC Amaze 4G using xda premium

Related

[Q] XML Recompile to binary after editing.

Ok, so I spent all day researching this and didn't get a clear answer so I figured I just bring it to you guys. What I'm trying to do is edit some of the battery xml files in the framework-res.apk. I tried using apktool to decompile the apk, edit the file and then recompile the apk, but I always get an error. Read some stuff on that sdk might do it, but I could never get it to run (wore out when I tried lol). So now I'm stuck. Spent all day writting the exstensive xml file but can't do anything with it. This is my new hurrdle in theming and would really appreciate some help from you great people
Thanks in advance.
Sent from my SGH-T959 using XDA Premium App
Won't recompile if you don't add the images too - did you do that?
TXLunchbox said:
Ok, so I spent all day researching this and didn't get a clear answer so I figured I just bring it to you guys. What I'm trying to do is edit some of the battery xml files in the framework-res.apk. I tried using apktool to decompile the apk, edit the file and then recompile the apk, but I always get an error. Read some stuff on that sdk might do it, but I could never get it to run (wore out when I tried lol). So now I'm stuck. Spent all day writting the exstensive xml file but can't do anything with it. This is my new hurrdle in theming and would really appreciate some help from you great people
Thanks in advance.
Sent from my SGH-T959 using XDA Premium App
Click to expand...
Click to collapse
A lot of themes/rom frameworks won't recompile after decompiling them due to funky .9 pngs.
What I do is just take Stock KB1 (for instance) frameworks, and decompile/compile them with changes I made and just take the changes from the compiled one and add them to my working one. Did that make sense?
So. Decompile KB1, make changes, compile it back. Open it up, take your new files & put them in your framework you're working on.
The above method is a little trickier when dealing with things in the values folder, but you can still apply it with some logic
Let me know if you need me to clear anything up
Yeah, when I recompile I leave it all in the project folder in apktool. Select the xml I'm editing from there as well and save it there too.
Sent from my SGH-T959 using XDA Premium App
birgertime said:
A lot of themes/rom frameworks won't recompile after decompiling them due to funky .9 pngs.
What I do is just take Stock KB1 (for instance) frameworks, and decompile/compile them with changes I made and just take the changes from the compiled one and add them to my working one. Did that make sense?
So. Decompile KB1, make changes, compile it back. Open it up, take your new files & put them in your framework you're working on.
The above method is a little trickier when dealing with things in the values folder, but you can still apply it with some logic
Let me know if you need me to clear anything up
Click to expand...
Click to collapse
No I get it. Use stock to let recompile the xml to binary. Pull it from there and then add it to the framework I actually want to change correct?
Sent from my SGH-T959 using XDA Premium App
TXLunchbox said:
No I get it. Use stock to let recompile the xml to binary. Pull it from there and then add it to the framework I actually want to change correct?
Sent from my SGH-T959 using XDA Premium App
Click to expand...
Click to collapse
yep!
also see if apk manager is easier for you. seems to help me keep a little organized, sometimes at least
birgertime said:
yep!
also see if apk manager is easier for you. seems to help me keep a little organized, sometimes at least
Click to expand...
Click to collapse
Haha I just realized that's what I've been using lol
Thanks guys. Really appreciate the help. Let you know how it goes.
Just to drop a hint of what I'm working on is a vanilla theme for trigger...kind of like what you did birger, but a little deeper...
Sent from my SGH-T959 using XDA Premium App
Still getting the same issue! Tried a deodexed KB5 framework and a stock from another phone I'm working on. Both won't recompile without an error! Grr!
See If you can de compile and re compile without making any changes at all to it.
Slow50 said:
See If you can de compile and re compile without making any changes at all to it.
Click to expand...
Click to collapse
yeah that worked
EDIT: tried again and still get error!! I'm gettin mad
Ok, so this is there error I'm getting:
\projects\framework-res.apk\res\drawable\stat_sys_battery.xml:5662: error: Error parsing XML: mismatched tag
Click to expand...
Click to collapse
Any thoughts?
EDIT: Fixed that. Got it to recompile but didn't change what I want it to.
Ok, got it to finally work, but I don't think my XML code is right now, or I'm missing something Anyone want to take a look at it. It's a battery thing.
TXLunchbox said:
Ok, got it to finally work, but I don't think my XML code is right now, or I'm missing something Anyone want to take a look at it. It's a battery thing.
Click to expand...
Click to collapse
Did you add extra images you're adding to public XML?
Sent from my SGH-T959 using Tapatalk
birgertime said:
Did you add extra images you're adding to public XML?
Sent from my SGH-T959 using Tapatalk
Click to expand...
Click to collapse
No. That I did not. I'll take a look at that. Basically what happens is when I plug my phone in to charge the battery icon disappears.
Sent from my SGH-T959 using XDA Premium App
TXLunchbox said:
No. That I did not. I'll take a look at that. Basically what happens is when I plug my phone in to charge the battery icon disappears.
Sent from my SGH-T959 using XDA Premium App
Click to expand...
Click to collapse
yep. if you have 100 battery charing images there's a good chance you'll need to add them in
birgertime said:
yep. if you have 100 battery charing images there's a good chance you'll need to add them in
Click to expand...
Click to collapse
Haha! That's how many I've got! How'd you know? Lol! Thanks for your help man, I really appreciate it. Your willing to help is what makes you a great dev!
Sent from my SGH-T959 using XDA Premium App
TXLunchbox said:
Haha! That's how many I've got! How'd you know? Lol! Thanks for your help man, I really appreciate it. Your willing to help is what makes you a great dev!
Sent from my SGH-T959 using XDA Premium App
Click to expand...
Click to collapse
I'm no dev, just a really good blender.
Also, it's because that's the only other logical choice anyone would do. Bionix has like 26 or something and I only use 20 in Trigger
birgertime said:
I'm no dev, just a really good blender.
Also, it's because that's the only other logical choice anyone would do. Bionix has like 26 or something and I only use 20 in Trigger
Click to expand...
Click to collapse
I really like the smooth effect of it and how it looks when its charging. Just becoming a pain in my rear getting the xml code right. Lol
Sent from my SGH-T959 using XDA Premium App
So is there any easy way to modify the public.xml to include them all? lol! Boy did I take on a big job

Where is the notification sound for NFC confirmation?

I don't like the stock notification sounds that is played when using NFC tags or wallet. I am currently using NFC task launcher with my tags. I can change the confirmation sound in the app but it still plays the stock sound before playing the one selected. Does anyone know how where the stock notification sound is located so I can change it. I have root explorer and I have search for it but I can't find it. Your help would be greatly appreciated.
Sent from my EVO using xda premium
Anyone?
Sent from my EVO using xda premium
What does it sound like or if possible whats the name and ill help you find it
Sent From My Sweet Ass EVO LTE
Robert542 said:
I don't like the stock notification sounds that is played when using NFC tags or wallet. I am currently using NFC task launcher with my tags. I can change the confirmation sound in the app but it still plays the stock sound before playing the one selected. Does anyone know how where the stock notification sound is located so I can change it. I have root explorer and I have search for it but I can't find it. Your help would be greatly appreciated.
Sent from my EVO using xda premium
Click to expand...
Click to collapse
Robert542 said:
Anyone?
Sent from my EVO using xda premium
Click to expand...
Click to collapse
dased14 said:
What does it sound like or if possible whats the name and ill help you find it
Sent From My Sweet Ass EVO LTE
Click to expand...
Click to collapse
Unfortunately, many of the Android sounds are stored inside of.apk files which take a bit of tact to open, remove/change the sound file, repackage/sign.
Sometimes sound files are stored in the file system where you can access them directly with programs such as root explorer, but many system sounds are compiled into apk files such as the framework-res.apk file. Most apk files you can open in 7zip or any zip type of program, but modifying them can be a bit tricker. Themers and ROM devs usually have the tools handy to complete this task.
If you feel adventurous, there are plenty of guides around on how to modify system .apk files.
Hope that helps gives some general idea of where/how to look!
is this the sound you are referring to?(open zip to hear)
dased14 said:
What does it sound like or if possible whats the name and ill help you find it
Sent From My Sweet Ass EVO LTE
Click to expand...
Click to collapse
For some reason it wont play. I just flashed CMX so it might be a bug. I am gonna go back to viper4g when my phone is charged to a safe level and I will try to play the it then.
Edit: I got it to play, unfortunately thats not the sound.
Sent from my EVO using xda premium
Well i have the start,error and end sounds from the nfc app impost in a bit you tell me if any are the sound you want to change
Sent from my Xoom using Tapatalk 2
dased14 said:
Well i have the start,error and end sounds from the nfc app impost in a bit you tell me if any are the sound you want to change
Sent from my Xoom using Tapatalk 2
Click to expand...
Click to collapse
Its the end sound. I just checked. I never thought to look in the nfc apk, brain fart. One question though if I replace the end sound with something I want and mess it up some how do I stand a chance in bricking the element or does it have nothing to do with the secured part
Sent from my EVO using xda premium
Robert542 said:
Its the end sound. I just checked. I never thought to look in the nfc apk, brain fart. One question though if I replace the end sound with something I want and mess it up some how do I stand a chance in bricking the element or does it have nothing to do with the secured part
Sent from my EVO using xda premium
Click to expand...
Click to collapse
Doubtful will brick from the app
Sent From My Sweet Ass EVO LTE
dased14 said:
Doubtful will brick from the app
Sent From My Sweet Ass EVO LTE
Click to expand...
Click to collapse
Ok I will give it a go, thank you for your help.
Sent from my EVO using xda premium
Robert542 said:
Ok I will give it a go, thank you for your help.
Sent from my EVO using xda premium
Click to expand...
Click to collapse
no problem :good:

Why my rom doesn't start??

Hello guys today I am experiencing a lot of problems after the bootanimation of my rom start, this arrived (I think) in the middle of the folder part 1 stops for a while and then starts all over again always redoing this thing to infinity and the system does not boot, why? what happens? how to fix this? Thank you all for the answers
---blacksoul--- said:
Hello guys today I am experiencing a lot of problems after the bootanimation of my rom start, this arrived (I think) in the middle of the folder part 1 stops for a while and then starts all over again always redoing this thing to infinity and the system does not boot, why? what happens? how to fix this? Thank you all for the answers
Click to expand...
Click to collapse
Take a logcat and see what error it states.I doubt on android.policy.jar.have you edited it for power menu mod or for lock???
Sent from my GT-N7000 using xda app-developers app
vijai2011 said:
Take a logcat and see what error it states.I doubt on android.policy.jar.have you edited it for power menu mod or for lock???
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
But how do I get from logcat recognize the device when it is connected is in recovery?
---blacksoul--- said:
But how do I get from logcat recognize the device when it is connected is in recovery?
Click to expand...
Click to collapse
Connect your phone to PC,boot your phone and type
adb logcat > myrom.log
Now read the log and see what you have done wrong.
Sent from my GT-N7000 using xda app-developers app
I do not think the error is in the android.policy.jar file I replaced by inserting the original file, and it's always the same thing, I made a video so I can better understand the problem (sometimes the bootanimation lasts longer)
http://youtu.be/yKkLuHpU1p0
---blacksoul--- said:
I do not think the error is in the android.policy.jar file I replaced by inserting the original file, and it's always the same thing, I made a video so I can better understand the problem
http://youtu.be/yKkLuHpU1p0
Click to expand...
Click to collapse
There are many possibilities for a boot loop to occur.Only logcat can explain the exact reason.
Sent from my GT-N7000 using xda app-developers app
vijai2011 said:
There are many possibilities for a boot loop to occur.Only logcat can explain the exact reason.
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
So even if I connect the phone to PC during boot the PC should recognize it?
---blacksoul--- said:
So even if I connect the phone to PC during boot the PC should recognize it?
Click to expand...
Click to collapse
Yes.
Sent from my GT-N7000 using xda app-developers app
vijai2011 said:
Yes.
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
This is the report I understand I was wrong to not put the apk with system apk or is it something more serious? I have attached the file because the report was too long
Logcat Log
I see that it has multiple Java errors with frameworks.Is this a AOSP rom????If so there maybe error while compilation....
Sent from my GT-N7000 using xda app-developers app
vijai2011 said:
I see that it has multiple Java errors with frameworks.Is this a AOSP rom????If so there maybe error while compilation....
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
No it is not AOSP ROM is UOT
---blacksoul--- said:
No it is not AOSP ROM is UOT
Click to expand...
Click to collapse
You mean UOT kitchen???and I saw cyanogen mod in the log.That's why I asked.
Sent from my GT-N7000 using xda app-developers app
vijai2011 said:
You mean UOT kitchen???and I saw cyanogen mod in the log.That's why I asked.
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
Yes UOT kitchen you read cyano in the log in because my ROM is based on CyanogenMod 7 and I have yet to complete the total customization, so some apk is still original Cyanogenmod
---blacksoul--- said:
Yes UOT kitchen you read cyano in the log in because my ROM is based on CyanogenMod 7 and I have yet to complete the total customization, so some apk is still original Cyanogenmod
Click to expand...
Click to collapse
If you used uot kitchen,I can assure you that the boot loop is because of it.I too had the same issue using uot kitchen.I don't know what causes the problem and I solved the problem by theming myself....
Sent from my GT-N7000 using xda app-developers app
vijai2011 said:
If you used uot kitchen,I can assure you that the boot loop is because of it.I too had the same issue using uot kitchen.I don't know what causes the problem and I solved the problem by theming myself....
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
and then to solve the problem I put the apk SystemUI and framework-res original and then edit them manually?
---blacksoul--- said:
and then to solve the problem I put the apk SystemUI and framework-res original and then edit them manually?
Click to expand...
Click to collapse
Yeah....if you have HTC by any chance,you need HTC framework apks too for the dependency.
Sent from my GT-N7000 using xda app-developers app
vijai2011 said:
Yeah....if you have HTC by any chance,you need HTC framework apks too for the dependency.
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
nothing does not want to leave, I did what you suggested, I even re-inserted the default keyboard, replace the original META-INF folder, but nothing does not start, what can I do?
Also, when I install from the recovery tells me that Framework-res, fonts and the bootanimation is still UOT why?
I'm having a doubt, it is not starting because I deleted some apk like Pacman.apk?
You need to start simple...
Get the cyanogenmod and just remove what you don't want and add what you do want first...then flash and see if it boots, if it does not boot then you deleted something you should've kept
Once youve gotten rid of unwanted apps and added wanted apps then you can start theming...uot kitchen is really only good for battery mod...but cyanogenmod already has this built into the settings... so, just use apktool to decompile the apks you want themed and start theming them with a photo editor...I use gimp, its free and has lots of features
UOT is great for personal quick themes...but if your going to be releasing the theme or ROM then you really want to do it all your self...you'll feel like you accomplished more, and it really helps you get n understanding on how things fit together in a ROM
Just by looking at your op...it is quite obvious that your new to android development...that is why I say to start simple, what I said above is exactly how I started...I would just delete and add apps at first, then I moved onto theming...and slowly progressed...now I'm building ROMs from source
Also BTW, cyanogenmod is an aosp based ROM...so your ROM is also aosp based...and I don't think uot kitchen works with cyanogenmod anyways because of all its existing mods
Sent from my SGH-I997 using Tapatalk 2

[Request] Need .apk for...

Hey guys, ill +1 to whoever can help me get the bubble thing for messages. Like when your in the lcokscreen and you get a message, there is supposed to be a bubble indicator on the lockscreen for messages which some reason is missing. Ive seen the .apk before but now cant find it. Please help
AldenIsRad said:
Hey guys, ill +1 to whoever can help me get the bubble thing for messages. Like when your in the lcokscreen and you get a message, there is supposed to be a bubble indicator on the lockscreen for messages which some reason is missing. Ive seen the .apk before but now cant find it. Please help
Click to expand...
Click to collapse
Are you thinking of lockerpro lockscreen lite?
Sms popup?
Here are 3 apps I've used in the past in order of my opinion of favorite to least.
https://play.google.com/store/apps/...lkZXJmbHkuaXNlcm0ucG9wdXBub3RpZmljYXRpb25zIl0.
https://play.google.com/store/apps/...sIm5ldC5ldmVyeXRoaW5nYW5kcm9pZC5zbXNwb3B1cCJd
https://play.google.com/store/apps/details?id=com.nlucas.popupnotifications&hl=en
I use Chomp SMS. I have tried all the major SMS apps and I like Chomp the best, It's simple and has pop ups for quick replies.
ugadawg67 said:
I use Chomp SMS. I have tried all the major SMS apps and I like Chomp the best, It's simple and has pop ups for quick replies.
Click to expand...
Click to collapse
+1
Sent from my Verizon Wireless SCH-1605 via Tapatalk
Getting the bubbles back is an easy fix. Using an app like Root Explorer, make your way into System, then the CSC folder. In here, you'll see customer.xml. Rename this file to customer.xml.bak, and restart. Voila, notification bubbles!
Sent from my SCH-I605 using xda app-developers app
Nit3mare said:
Getting the bubbles back is an easy fix. Using an app like Root Explorer, make your way into System, then the CSC folder. In here, you'll see customer.xml. Rename this file to customer.xml.bak, and restart. Voila, notification bubbles!
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
I need root? I dont feel comfortable rooting now as Im waiting for the cool things to happen as we jsut ogt unlocked bootloader im just oging to hold off for a month. Is theri any other way without root
AldenIsRad said:
I need root? I dont feel comfortable rooting now as Im waiting for the cool things to happen as we jsut ogt unlocked bootloader im just oging to hold off for a month. Is theri any other way without root
Click to expand...
Click to collapse
Unfortunately not. Root is necessary.
Sent from my SCH-I605 using xda app-developers app
Nit3mare said:
Unfortunately not. Root is necessary.
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
Oh ok, well thanks anyways
Nit3mare said:
Getting the bubbles back is an easy fix. Using an app like Root Explorer, make your way into System, then the CSC folder. In here, you'll see customer.xml. Rename this file to customer.xml.bak, and restart. Voila, notification bubbles!
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
I did this, and the bubble showed up, but also the stupid tutorial(or rather instruction tip) always keeps up with it on every bubble alert I have.
how do I keep the bubble notice but not the instrcution on how to use that bubble.. ?
sqjzb said:
I did this, and the bubble showed up, but also the stupid tutorial(or rather instruction tip) always keeps up with it on every bubble alert I have.
how do I keep the bubble notice but not the instrcution on how to use that bubble.. ?
Click to expand...
Click to collapse
Yes, I have this same issue. Anyone have a fix?
Nit3mare said:
Getting the bubbles back is an easy fix. Using an app like Root Explorer, make your way into System, then the CSC folder. In here, you'll see customer.xml. Rename this file to customer.xml.bak, and restart. Voila, notification bubbles!
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
That's exactly what I was wanting to do! Thank you
Old MuckenMire said:
Yes, I have this same issue. Anyone have a fix?
Click to expand...
Click to collapse
Unfortunately, I'm not having that issue. Are you stock, or using a custom ROM? Maybe try renaming the entire CSC folder, reboot, and see if that works.
Sent from my SCH-I605 using xda app-developers app
Nit3mare said:
Unfortunately, I'm not having that issue. Are you stock, or using a custom ROM? Maybe try renaming the entire CSC folder, reboot, and see if that works.
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
Im running beans stock deodexed ROM, maybe it's a ROM issue. Thanks for letting me know it's not happening to you. When I get a chance I'll try again and see what happens. Thanks!
3333
Nit3mare said:
Unfortunately, I'm not having that issue. Are you stock, or using a custom ROM? Maybe try renaming the entire CSC folder, reboot, and see if that works.
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
mm I'm using revision3.
I tried renaming the entire files in CSC folder, still the same
Is there maybe something lines that in Customer.xml to activate the bubble, but allow us to kill the instruction?
Just for the information, I'm running CleanROM 3.5, and I don't get the tutorial notifications. Might just be ROM specific. I don't know what lines in the actual .xml file trigger the notification bubbles, I just know that this method helps to get them back. Sorry, guys!
Sent from my SCH-I605 using xda app-developers app
Nit3mare said:
Just for the information, I'm running CleanROM 3.5, and I don't get the tutorial notifications. Might just be ROM specific. I don't know what lines in the actual .xml file trigger the notification bubbles, I just know that this method helps to get them back. Sorry, guys!
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
Definitely ROM specific. I am also on Clean Rom 3.5 and don't get the tutorial pop up, but works great thanks!
Sent from my SCH-I605 using Tapatalk 2
sqjzb said:
mm I'm using revision3.
I tried renaming the entire files in CSC folder, still the same
Is there maybe something lines that in Customer.xml to activate the bubble, but allow us to kill the instruction?
Click to expand...
Click to collapse
It is the existence of Customer.xml itself that hides the bubbles. You can delete the contents of the file and it still doesn't bring back the bubbles. There is probably a settings line that needs to be added to show them.
---------- Post added at 10:17 PM ---------- Previous post was at 10:12 PM ----------
Old MuckenMire said:
Yes, I have this same issue. Anyone have a fix?
Click to expand...
Click to collapse
On a rooted Stock ROM you can freeze the Help 1.0 application inside of TitaniumBackup. After a reboot you will have to go through the three lock screen tips once more but then you should not see them again.
Nit3mare said:
Getting the bubbles back is an easy fix. Using an app like Root Explorer, make your way into System, then the CSC folder. In here, you'll see customer.xml. Rename this file to customer.xml.bak, and restart. Voila, notification bubbles!
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
What bubbles what's this look like confirmed working and such?
So I went ahead and did this. I remember this from an older Samsung maybe my gs3 had it or my fascinate. I don't know maybe this used to have it but I like it. What does the use popup note selection do in the lock screen settings its been checked forever but I've never seen anything happen.

[ROM][4.2.2][WIP][Alpha] SmartisanOS 22JAN2014

Ok guys. I'm posting this with hopes that I can get a little help on it. This is just a port and is VERY much an Alpha, so don't come and complain because things no worky.
Don't flash unless you know what you're doing!
If you brick your phone because you did something stupid, don't blame me.
Things that work-
It boots.
Soft keys(although they don't light up)/hard keys.
Proximity sensor.
Rotation.
Sound.
Vibration.
Things that don't work-
Phone/data/signal.
Bluetooth.
Wifi sort of works, it turns on and will scan successfully, but unable to connect.
Softkey lights.
Pretty sure GPS although I haven't tested it.
Storage is almost working.(Reads internal storage, but is linked wrong. Should be fixed next build.)
Camera- See above ^^
Probably more.
Like I said, it is just a preview and I am hoping to get someone on board that is able to help out.
One of the big things would be an updated 4.2.2 kernel WITHOUT SELinux. So if you know your way around kernel source and are feeling frisky, I wouldn't mind a kernel
MD5- 918120bc18716c79aefe968eecb3e8fb
Download- https://drive.google.com/file/d/0B5HSiomhoCsZU0VXZnptdlVpWm8/edit?usp=sharing
Mine
My apologies. I fell asleep waiting for the upload haha. Link up.
glad to see another os developer, thank you for the efforts!
Sent from my HTC6435LVW using XDA Premium 4 mobile app
MisterSprinkles said:
Ok guys. I'm posting this with hopes that I can get a little help on it. This is just a port and is VERY much an Alpha, so don't come and complain because things no worky.
Don't flash unless you know what you're doing!
If you brick your phone because you did something stupid, don't blame me.
Things that work-
It boots.
Soft keys(although they don't light up)/hard keys.
Proximity sensor.
Rotation.
Sound.
Vibration.
Things that don't work-
Phone/data/signal.
Bluetooth.
Wifi sort of works, it turns on and will scan successfully, but unable to connect.
Softkey lights.
Pretty sure GPS although I haven't tested it.
Storage is almost working.(Reads internal storage, but is linked wrong. Should be fixed next build.)
Camera- See above ^^
Probably more.
Like I said, it is just a preview and I am hoping to get someone on board that is able to help out.
One of the big things would be an updated 4.2.2 kernel WITHOUT SELinux. So if you know your way around kernel source and are feeling frisky, I wouldn't mind a kernel
MD5- 918120bc18716c79aefe968eecb3e8fb
Download- https://drive.google.com/file/d/0B5HSiomhoCsZU0VXZnptdlVpWm8/edit?usp=sharing
Click to expand...
Click to collapse
What exactly do you need from a kernel
Sent from my HTC6500LVW using XDA Premium 4 mobile app
Zarboz said:
What exactly do you need from a kernel
Sent from my HTC6500LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I'm looking for a fresh, updated CM 10.1 base WITHOUT SELinux.
I also have a booting Sense based MIUI. It's 4.2.2 MIUI 4.1.17. If anyone is interested...
Sent from my HTC6435LVW using Tapatalk
MisterSprinkles said:
I'm looking for a fresh, updated CM 10.1 base WITHOUT SELinux.
Click to expand...
Click to collapse
I could help with that
Sent from my HTC6500LVW using XDA Premium 4 mobile app
MisterSprinkles said:
I also have a booting Sense based MIUI. It's 4.2.2 MIUI 4.1.17. If anyone is interested...
Sent from my HTC6435LVW using Tapatalk
Click to expand...
Click to collapse
Interested!
Sent from my HTC6435LVW using xda app-developers app
MisterSprinkles said:
I also have a booting Sense based MIUI. It's 4.2.2 MIUI 4.1.17. If anyone is interested...
Sent from my HTC6435LVW using Tapatalk
Click to expand...
Click to collapse
do u have anymore info besides booting? Thanks
Oh man this looks extremely promising. Good thing I just got my DNA today coming off LG G2. Thanks Mister
What Z in here? Wow just wow
mopartonyg said:
do u have anymore info besides booting? Thanks
Click to expand...
Click to collapse
I haven't had much time to work on it as I've been working on this but it boots...that's about all I can tell you haha. I do know there is a problem with data so it's not close to a dd.
Sent from my HTC6435LVW using Tapatalk
Zarboz said:
I could help with that
Sent from my HTC6500LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
So I am fairly new to this community... I knew your name sounded familiar but I didn't pay attention. Now that I think of it and I realized why your name sounded familiar, I would LOVE it if you would do some of your kernel magic for me! Hope things are going good for you and hope your get your system set up soon. Looking forward to seeing more of your work!
Sent from my HTC6435LVW using Tapatalk
MisterSprinkles said:
So I am fairly new to this community... I knew your name sounded familiar but I didn't pay attention. Now that I think of it and I realized why your name sounded familiar, I would LOVE it if you would do some of your kernel magic for me! Hope things are going good for you and hope your get your system set up soon. Looking forward to seeing more of your work!
Sent from my HTC6435LVW using Tapatalk
Click to expand...
Click to collapse
Can you please send me a few things
a) A way to communicate (like hangouts or something)
b) What EXACTLY you need from a kernel (you said CM11 without SELinux wich is a easy flag switch)
c)....... yah just what A and B were but i wanted a third item....
hahaha
talk to you soon
Zarboz said:
Can you please send me a few things
a) A way to communicate (like hangouts or something)
b) What EXACTLY you need from a kernel (you said CM11 without SELinux wich is a easy flag switch)
c)....... yah just what A and B were but i wanted a third item....
hahaha
talk to you soon
Click to expand...
Click to collapse
[email protected] for hangouts
Sent from my HTC6435LVW using Tapatalk
Okay for data/signal depending on how they have their framework setup you need to add all your CM RIL from cm telephony-common.jar Decompile it and look for all the smalis with RIL in the name and phonefactory. Smali add all those smalis to smartisan telephony-common.jar /com/android/internal/telephony that should give you functioning data or a start to phone a radio log would help btw
Storage is related to storage-list.XML in framework-res.apk use the one from CM for your device(should resolve camera also but I recommend using Gallery2.apk from CM since it will 100% work)
Soft key lights is in Framework-res .apk /res/values/arrays.xml that controls button brightness and brightness levels/vibration
What device was this ported from?
Sent from my EVO using xda app-developers app
Notorious said:
Okay for data/signal depending on how they have their framework setup you need to add all your CM RIL from cm telephony-common.jar Decompile it and look for all the smalis with RIL in the name and phonefactory. Smali add all those smalis to smartisan telephony-common.jar /com/android/internal/telephony that should give you functioning data or a start to phone a radio log would help btw
Storage is related to storage-list.XML in framework-res.apk use the one from CM for your device(should resolve camera also but I recommend using Gallery2.apk from CM since it will 100% work)
Soft key lights is in Framework-res .apk /res/values/arrays.xml that controls button brightness and brightness levels/vibration
What device was this ported from?
Sent from my EVO using xda app-developers app
Click to expand...
Click to collapse
Ok thanks for the tip on the radio. I have tried the storage-list.xml thing already as I thought that was the problem but it gave me a bootloop. This was ported from Oppo Find 5.
Sent from my HTC6435LVW using Tapatalk
MisterSprinkles said:
Ok thanks for the tip on the radio. I have tried the storage-list.xml thing already as I thought that was the problem but it gave me a bootloop. This was ported from Oppo Find 5.
Sent from my HTC6435LVW using Tapatalk
Click to expand...
Click to collapse
Weird what the logcat say?
Sent from my SPH-L710 using Tapatalk
Notorious said:
Weird what the logcat say?
Sent from my SPH-L710 using Tapatalk
Click to expand...
Click to collapse
I was able to get storage working for the most part. File manager shows everything at least. Camera and Gallery work, but Gallery only shows pictures that were taken after ROM was installed and doesn't show anything that is already on the device. I replaced the config_autoBrightnessButtonBacklightValues with the ones from CM. Still a no go for the button lights but that's not anything major haha. Tried copying the ril files you mentioned and now it won't let me open settings.
MisterSprinkles said:
I was able to get storage working for the most part. File manager shows everything at least. Camera and Gallery work, but Gallery only shows pictures that were taken after ROM was installed and doesn't show anything that is already on the device. I replaced the config_autoBrightnessButtonBacklightValues with the ones from CM. Still a no go for the button lights but that's not anything major haha. Tried copying the ril files you mentioned and now it won't let me open settings.
Click to expand...
Click to collapse
I'll try and port it to my Evo LTE today and see if I get the same issues. I'll be porting from the i9300 tho (international s3)
Sent from my SPH-L710 using Tapatalk

Categories

Resources