• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Merit] [ROM] Stayboogy AOSP Roamer v1.3 [gps working]

I can not find this option

vudepyry.jpg

View attachment 73039


doesn't exist in the CM 7.2 Mms source dude.

Mms/res/xml/preferences.xml

HTML:
  </PreferenceCategory>
  <PreferenceCategory android:title="@string/pref_sms_settings_title"
                      android:key="pref_key_sms_settings" >
    <CheckBoxPreference android:defaultValue="false"
                      android:key="pref_key_sms_delivery_reports"
                      android:summary="@string/pref_summary_sms_delivery_reports"
                      android:title="@string/pref_title_sms_delivery_reports" />
    <CheckBoxPreference android:defaultValue="false"
                      android:key="pref_key_sms_split_160"
                      android:summary="@string/pref_summary_sms_split_160"
                      android:title="@string/pref_title_sms_split_160" />
    <CheckBoxPreference android:defaultValue="false"
                      android:key="pref_key_sms_split_counter"
                      android:summary="@string/pref_summary_sms_split_counter"
                      android:dependency="pref_key_sms_split_160"
                      android:title="@string/pref_title_sms_split_counter" />
    <Preference android:key="pref_key_manage_sim_messages"
                      android:summary="@string/pref_summary_manage_sim_messages"
                      android:title="@string/pref_title_manage_sim_messages" />
  </PreferenceCategory>

you made it sound as though it was in one of my previous releases and then not in the next one. sorry for the misunderstanding.
 
  • Like
Reactions: zajchik
Upvote 0
dude.

this is awesome.

My wifi finally decided to cooperate, so i snagged vb1-2b-fix. Fantastic work. thanks to you, motorhead, CM teams and whoever else helped.

wiped data, and dalvik, and it booted up first time no problem. most things are working so far, but ill keep it on to test for a little while to check it out.


Only thing I havent managed yet is FM radio. I plugged in my headphones and still a no go, but i dont recall ever having it working on my last phone with cm7, so not shocked, even though the radio station is literally down the block. I do get static when I plug in though, so thats good.

And a side note/question on the two things that plagued me for a long time. I spent months working on long press to skip track/ screenshot working off the stock ROM. I mean literally months on each. They were the only things stopping me from finishing up work on my ICS clones. (the random spot in my old power menu where it says ICS 2.0 is where I left off on the screenshot.) The best I could get on screenshot was a blank black jpg on the sdcard.

were these both AOSP functions? I thought they were CM functions, and wasted tooo much time at xda and stackoverflow looking into it. just wondering.

But yeah, fantastic work, my mind is kind of blown. I can actually just long press to skip again instead of wasting time waking the phone back up. thanks dude.

(p.s. yeah I'm probably gonna bring over my ICScamwich theme and other ROM work at least for me personally.)
 
Upvote 0
dude.

this is awesome.

My wifi finally decided to cooperate, so i snagged vb1-2b-fix. Fantastic work. thanks to you, motorhead, CM teams and whoever else helped.

wiped data, and dalvik, and it booted up first time no problem. most things are working so far, but ill keep it on to test for a little while to check it out.


Only thing I havent managed yet is FM radio. I plugged in my headphones and still a no go, but i dont recall ever having it working on my last phone with cm7, so not shocked, even though the radio station is literally down the block. I do get static when I plug in though, so thats good.

And a side note/question on the two things that plagued me for a long time. I spent months working on long press to skip track/ screenshot working off the stock ROM. I mean literally months on each. They were the only things stopping me from finishing up work on my ICS clones. (the random spot in my old power menu where it says ICS 2.0 is where I left off on the screenshot.) The best I could get on screenshot was a blank black jpg on the sdcard.

were these both AOSP functions? I thought they were CM functions, and wasted tooo much time at xda and stackoverflow looking into it. just wondering.

But yeah, fantastic work, my mind is kind of blown. I can actually just long press to skip again instead of wasting time waking the phone back up. thanks dude.

(p.s. yeah I'm probably gonna bring over my ICScamwich theme and other ROM work at least for me personally.)

thank you.

to be clear though, there is nothing of motorhead's involved in any of these releases of mine, period. the fact that any of the hardware works is all my work, which i'm still working on everyday.

working on the gps right now. as well as some new improvements. proximity calibration is now in the settings menu too.

be looking for it soon.
 
Upvote 0
and yes, FM is still hit or miss. i've gotten lots of static and phasing, that's about it. i'm looking into the fix that was used for ics on the skate as a possible fix. we shall see.

as far as screenshot and power options are concerned,

screenshot is a CM addition

power options are in in the AOSP source. part of the arrays of framework-res
 
Upvote 0
thank you.

to be clear though, there is nothing of motorhead's involved in any of these releases of mine, period. the fact that any of the hardware works is all my work, which i'm still working on everyday..

cool, just mentioning anyone who may have helped.

and yes, FM is still hit or miss. i've gotten lots of static and phasing, that's about it. i'm looking into the fix that was used for ics on the skate as a possible fix. we shall see.

as far as screenshot and power options are concerned,

screenshot is a CM addition

power options are in in the AOSP source. part of the arrays of framework-res


yeah figured it was. I added the 4 way reboot to the power menu(hotboot, shutdown, recovery, etc.), and spent too much time in framework-res, systemUI, and services.jar adding swipe to remove, crt, 4 way reboot and other stuff.

some reason, screenshot just wouldnt jive 100%, took way too long to get it to just take a pic, but it finally worked and didnt produce anything. glad CM had it figured out. probably most excited about the long press to skip songs function though. that one was nuts to even get to load up, could never get it working.


EDIT: and oh yeah, smali is the second worst language ever to work with.
 
Upvote 0
GPS is now working.

if your location can't be pinpointed just keep trying. sometimes it takes a while, other times not so long. works exactly as bad as the stock one lol

new link live!!!!!!!!!

gapps link now included.

i recommend installing this so that all apps work including calendar. just remove the ones you don't want using the included xplore file manager.

also, now proximity sensor can be calibrated from the settings menu.

proximity should be working slightly better as well.
 
Upvote 0
(Still missing the darn edit/quote buttons on mobile)



These were mainly due to upclocking the GPU a touch and changing a few things in the kernel.




And my plain-jane power menu... I need to fix my source to completely work with the theme engine since only the wallpaper applies currently.


I'm hoping this builds another point of collaberation instead of competition (well, actually a little competition might be fun, since I'm using a different source :D)
 
Upvote 0
(Still missing the darn edit/quote buttons on mobile)



These were mainly due to upclocking the GPU a touch and changing a few things in the kernel.




And my plain-jane power menu... I need to fix my source to completely work with the theme engine since only the wallpaper applies currently.


I'm hoping this builds another point of collaberation instead of competition (well, actually a little competition might be fun, since I'm using a different source :D)

haha

i'm just trying to get it all working :p

it's still not 100% in my opinion.

i've got some edited and extra open source apps to add already, but i'm still trying to perfect the proximity sensor at the moment. stupid thing.

ril still not working for you? is your radio toast?
 
Upvote 0
Hey stayboogy I love this ROM. Seems like I keep finding more and more stuff in it. I havr had some problems though. In navigation if you go to the home screen and then try to go back to nav it force closes for me. I also have tried unsucceasfully to download facebook (dont shout me down... we love the facebook yard sales) and cant get ir done. I tried to download it from play store and as it is installing it reboots. So i uninstalled updates to go back to android market. Same thing. So I tried amazon app store. Same thing. So I tried to download an apk. It said it had trouble parsing the package. So i checked unknown sources and tried again. Same thing. I alsoo asked earlier if this has nif data becauae I sure cant get it to go. I have stayboogys touch nav recovery
Immediatelt before I had cm6 and area rom 2.2.3. It was cool but out of nowhere would start a cascade of force close marssages. And I restarted it about thirty times a day. This ROM is really cool and I hope there is a way to be able to get big data and facebook. I have noticed that you can easily move apps to the sd card. So without big data if I ciukd get facebook on it that would be awesome. Stayboogy, I used yiur super simple dummy proof method to root, now I have tour recovery and this aosp. I know it will kick butt too. Tuanks for all of tour hard work! It looks and works great!
 
Upvote 0
Hey stayboogy I love this ROM. Seems like I keep finding more and more stuff in it. I havr had some problems though. In navigation if you go to the home screen and then try to go back to nav it force closes for me. I also have tried unsucceasfully to download facebook (dont shout me down... we love the facebook yard sales) and cant get ir done. I tried to download it from play store and as it is installing it reboots. So i uninstalled updates to go back to android market. Same thing. So I tried amazon app store. Same thing. So I tried to download an apk. It said it had trouble parsing the package. So i checked unknown sources and tried again. Same thing. I alsoo asked earlier if this has nif data becauae I sure cant get it to go. I have stayboogys touch nav recovery
Immediatelt before I had cm6 and area rom 2.2.3. It was cool but out of nowhere would start a cascade of force close marssages. And I restarted it about thirty times a day. This ROM is really cool and I hope there is a way to be able to get big data and facebook. I have noticed that you can easily move apps to the sd card. So without big data if I ciukd get facebook on it that would be awesome. Stayboogy, I used yiur super simple dummy proof method to root, now I have tour recovery and this aosp. I know it will kick butt too. Tuanks for all of tour hard work! It looks and works great!

i don't provide support for anything third party.

thanks.
 
Upvote 0
The ROM will support it,it's just not set up or enabled.

yeah it's easily done by adding some lines to the init.rc but i don't intend to add that feature because i don't feel like having to deal with answering a million questions of why it's not working right or similar. it's not worth the headache in my opinion.

i'm assuming it'll be standard on the arearom you're building though, right???
 
Upvote 0
Would you happen to have any ideas hiw I could get it done? It seems nobody knows this phone like you. And I assume from your answer that thus ROM doesnt support an sd card partition?

actually the rom supports sd-ext partitions natively if that's what you're asking. all you have to do is partition the sdcard using a pc / the recovery of your choice and there you go. the rom also supports app moving natively in the settings if that's what you're looking for.

just go to advanced settings, application, and there you go
 
Upvote 0
yeah it's easily done by adding some lines to the init.rc but i don't intend to add that feature because i don't feel like having to deal with answering a million questions of why it's not working right or similar. it's not worth the headache in my opinion.

i'm assuming it'll be standard on the arearom you're building though, right???

I was actually considering using a sysprop to control it, since others use partitions for various things (VMs for example). Later on, I'll add this feature into a Settings menu so a user can de/activate it on the fly.
 
Upvote 0
what i've learned about the gps is that it works best if these things are true:

NetworkLocation.apk is installed [/system/app (gapps)]

GoogleServicesFramework.apk is installed [/system/app (gapps)] --mandatory for gps to work in Google Maps from what i can tell

Background Data is enabled in account settings



your mileage may vary, but this is what i suggest if you have problems getting a location lock in your area.


i'll try to update the link later to reflect the new build. although adding these things to 1.3c should do basically the same thing.
 
Upvote 0
still not seeing a lot of feedback...

but

if anyone has been as AGGREVATED as i have about the screen timeout that happens during a call

then

you will like this.

replace your Phone.apk with this one Phone

when the orientation registers horizontal the screen will wake. nasty workaround for a problem caused by cm additions to the source but is abating my anger for now.
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones