Just a idea feel free to comment - EVO 4G Q&A, Help & Troubleshooting

I was haning out with. My friends
and this idea struck me out of the blue
Why can't android have a easy click on wifi icon bring up local networks function like most desktops
Positive.or negitive comments welcome
If you think its possible let me know ill try my hardest to get it to work
Think of it like the status bar quicksettings in Stef of power on off make it so it turns on or off a list of avilible networks listed in the notifications click one get rather a prompt for a password or connect to open network
Sent from my PC36100 using xda premium

for phones if you can view it in quicksettings thats would be awesome, im about to add that a rom ive been working on, and ill see if i can figure out how to incorporate it. but for 3.x/4.x android tablets, its pretty much useless since its already available in the bottom right corner.

I must agree, as a quick setting switch this would be freaking amazing. However, you can add a shortcut to any screen that goes straight to wireless settings.... I'm sure prolly every dev, which i am not nor prolly ever will be, already know this, maybe it'll help a non-dev.

maybe you can create a poll, and if we get enough people to see it, maybe an experienced dev will make it. im just starting making my own roms, so I cant do it myself (yet).

If Simone wants to start a pole go right a head.
Sent from my PC36100 using xda premium

like when you click on the wireless network icon in taskbar and brings up the list of networks?
I would think that's awesome especially as a quick setting but my first concern would that not drain the battery, if wifi is on it'll continually scan but having the graphics change often I think that would drain the battery. To me it would be more of a tactical eyecandy.

Sounds cool, I like it

Related

The Ticker...

Hi Everyone!
I just picked up a Samsung Continuum last night. Actually returned my Droid X for this phone. The allure of cracking the Ticker was too much for me to handle any longer.
So with that said, has anyone been able to find out any information on developing stuff for the ticker? I know Samsung has not released any official APIs for using it. I'm assuming, however, that the drivers and some source code for using it has been released with the OS source code.
Is this a true assumption? If so has anyone started looking into how we can take advantage of it? I'm not a ROM developer so I'm hoping I can find ways into the API with the stock ROM.
Any advice and or pointers anyone can offer (especially if you've already been looking into it!) would be greatly helpful for me. As I said, the whole reason I got this phone was to hack the ticker. I can see so many incredible uses for it that I must find a way to take advantage of it!
Thanks in advance!
Oh, and this is my first post so Hi
Honestly i have no idea what so ever.
But i really hope we can do something. I bet there is some sweet stuff the right person can do with the ticker.
We currently have one dev (who doesn't have a Continuum) and a handful of testers working on getting Odin, Clockwork Recovery, and a Ported version of CyanogenMod going. No other devs or work that I know of..... Future looks bright though...
Thank you both for the replies!
I've spent a few hours looking into the source and dedexing some files off my Continuum. Made some progress, I think. I've spent my time looking over the TickerHistory service (the activity that gets launched when you click the up/down arrow in the right side of the ticker).
I'm trying to track down what actually happens when you click the Refresh button on that screen. I know when I press it my ticker updates but I'm not sure if that's controlled by the TickerHistory or something else. That's what I'm hoping to find out.
I wish I could see LogCat outputs but the Continuum is not being picked up by this computer. I will have to wait until I'm around my development machine. In the mean time I'm going to start playing with Titanium Backup. Going to freeze a bunch of services and see if any of them cause the ticker to stop working. That should help get me some more focused direction
I'll keep ya'll posted!
Jaylach said:
Thank you both for the replies!
I've spent a few hours looking into the source and dedexing some files off my Continuum. Made some progress, I think. I've spent my time looking over the TickerHistory service (the activity that gets launched when you click the up/down arrow in the right side of the ticker).
I'm trying to track down what actually happens when you click the Refresh button on that screen. I know when I press it my ticker updates but I'm not sure if that's controlled by the TickerHistory or something else. That's what I'm hoping to find out.
I wish I could see LogCat outputs but the Continuum is not being picked up by this computer. I will have to wait until I'm around my development machine. In the mean time I'm going to start playing with Titanium Backup. Going to freeze a bunch of services and see if any of them cause the ticker to stop working. That should help get me some more focused direction
I'll keep ya'll posted!
Click to expand...
Click to collapse
Oh... sounds like we might have a dev on our hands... ....
Jaylach said:
Thank you both for the replies!
I've spent a few hours looking into the source and dedexing some files off my Continuum. Made some progress, I think. I've spent my time looking over the TickerHistory service (the activity that gets launched when you click the up/down arrow in the right side of the ticker).
I'm trying to track down what actually happens when you click the Refresh button on that screen. I know when I press it my ticker updates but I'm not sure if that's controlled by the TickerHistory or something else. That's what I'm hoping to find out.
I wish I could see LogCat outputs but the Continuum is not being picked up by this computer. I will have to wait until I'm around my development machine. In the mean time I'm going to start playing with Titanium Backup. Going to freeze a bunch of services and see if any of them cause the ticker to stop working. That should help get me some more focused direction
I'll keep ya'll posted!
Click to expand...
Click to collapse
Def keep us up to date i would love to see what can come of this!
Weudel said:
Oh... sounds like we might have a dev on our hands... ....
Click to expand...
Click to collapse
People have been known to call me that =)
I only wish I had a better knowledge of C/C++ (Unfortunately I work in a MS/Java/Adobe world) so I could help with the ROM cooking. I figured attempting to crack the ticker would be a good first step into the Android modding world =)
Well, it's nice to see we might have another Dev! Welcome to the forums!
ticker
Hey I been testing the the developers code and he had me dump the file attached. See if it helps.
http://www.megaupload.com/?d=YW8CKXZA
Logan
Thanks for the dump Logan!
I've learned a few things since I've been home. Nothing major but the new information should help point us in the right direction.
No matter what service I freeze in Titanium the ticker continues to get updates. This could mean many things. Maybe the service is hidden, maybe there isn't a service. Who knows right now. This is really what we're looking for.
Disabling some applications makes the ticker not work when clicking an item.
For example, disabling SNS Provider makes it so it can't launch email when clicking on the email icon
TickerRootView is what LogCat displays as a Tag when interacting with the ticker (ie: swiping left to right)
TickerStandbyView is what LogCat displays as a Tag when, well, the ticker goes into StandBy
Disabling a service, sending a test email, re-enabling the service is not a fun process when you have over 100 items to test
As I said, nothing major has been learned yet but this information should help to keep pointing us in the right direction. Will keep playing and will hopefully have more updates by the end of the night
The ticker easily has the most potential for customization as far as development for this phone is concerned. I'm glad you've chosen it as your starting point. Many thanks for your hard work to come.
Sent from my SCH-I400 using XDA App
Editing out my previous message I had here -
Semi-decent break through.
Ticker code lives inside the services.jar file. com.android.server.ticker.*
Now to see where I can go from here =)
Just my little wish list:
Ability to set update interval
Ability to put 4x1 widgets in the ticker
Oh, and, someone else suggested being able to drop the dock down there, to free up screen space.
Sent from my SCH-I400 using XDA App
Changing the update frequency may be fairly simple. Need to test a few things with that.
I'm still looking into how we can get a custom View down there. The neat thing is it's just a ViewFlipper rendering Views, both Java coded and XML declared.
Sent from my SCH-I400 using XDA App
I purchased my Continuum for the very same reasons. I see this baby as being one helluva phone once we wash all of the 'whiz off of it!
As odd as it sounds, I am just as interested in cracking the soft buttons just as much as the ticker. The screen being physically a 480 x 992 display with rationed space for the buttons and ticker, I'd like to go about changing the buttons. Maybe make them bigger or in a different order, or have them change depending on mode or activity. Or rotate with the orientation of the phone! Perhaps a subtle pulsing of a button to indicate a notification while the phone is timed-out.
I feel that when the phone is figured out, we'll have a damn impressive device in our hands. A developer's dream.
-EJDII
I'd like to see the Pandora menu down there when it's opened. Can't believe Samsung didn't already do this.
Sent from my SCH-I400 using XDA App
samuelhadams said:
I'd like to see the Pandora menu down there when it's opened. Can't believe Samsung didn't already do this.
Sent from my SCH-I400 using XDA App
Click to expand...
Click to collapse
That's a fine example of a 4x1 widget we could put down there... I would like to see Tweetdeck as well, but we don't have to agree on which ones if we just get the widget functionality....
Viva la devs!!!
ErikJDurwoodII said:
I purchased my Continuum for the very same reasons. I see this baby as being one helluva phone once we wash all of the 'whiz off of it!
As odd as it sounds, I am just as interested in cracking the soft buttons just as much as the ticker. The screen being physically a 480 x 992 display with rationed space for the buttons and ticker, I'd like to go about changing the buttons. Maybe make them bigger or in a different order, or have them change depending on mode or activity. Or rotate with the orientation of the phone! Perhaps a subtle pulsing of a button to indicate a notification while the phone is timed-out.
I feel that when the phone is figured out, we'll have a damn impressive device in our hands. A developer's dream.
-EJDII
Click to expand...
Click to collapse
The icons for the ticker (like the music player and the weather widget and etc) and the soft keys are in framework-res.apk just in case someone didn't know I just can't find am appropriate way to sign the apk back up once you unpack it so that the phone doesn't reject it xP lol
Sent from my SCH-I400 using XDA App
No progress to speak of today, unfortunately. Still trying to figure out if it's possible to add our own views to the ticker. Quite honestly, I'm not all that optimistic. At least not with having the ability to do it without requiring a custom SOMETHING (services.jar, ROM, etc).
The reason I say this is it looks like all the widgets are hard coded into the Ticker code. That may or may not be a bad thing. If I can find out where those widgets are added we may be able to tap into it.
I've also started looking into changing the update frequency for the facebook/twitter/myspace ticker widget. If I could figure out how to get the /data/data folder off my phone it would be super helpful. I guess I don't know ADB well enough. Even though I'm rooted every time I do an adb pull /data/data /usr/development/continuum/data I get a permission denied error. I know it's possible but for some reason I'm struggling with it, lol.
Will keep ya'll posted! I'll start looking into the "button bar" as well. See if I can come up with anything there.
I've been looking into the services that the ticker depends on for its feeds, and widgets, and it's all very interesting to me. I'm definitely going to be diving into this once I get clockwork up and running for everyone. Stay in touch and maybe we could co-op this one. (;

[REQ] step's to change a Notification bar quick toggle

I would like some insight on how I would go about changing one of the button's on the pulldown bar. I wanna change the Bluetooth to a 3G toggle.
Me too, I wanna change 4g to brightness
Sent from my SPH-D700 using XDA Premium App
Note that I'm asking for general steps. Doesn't have to be exactly for my peronal use.
*mystery where are you?!*
Sent from my Epix 4G using XDA
Mystery or one of the other devs already explained that it is just too much work to modify it. Wait for Cyanogenmod if you want the feature badly.
Well,
Think it's better to bump this thread rather than writing a new one...
I'm looking for the same thing and many Samsung users seem to have the same questions. In my country I have no WiMAX, so I want to change the button so it toggles data completely.
If someone had at least a clue where this is configured, I would be glad to take a look into my rooted Epic and see if I can do it at least manually, would be the first step.
Really? Cause Maddoggin is working on it and apparently has it just about finished for his gingerbread mod. A lot of work? Maybe. Too much work? Guess that depends how much you want it.
Sent from my SPH-D700 using Tapatalk
It's suppose to be almost the same work as porting the puzzle lock.If anyone can we know Maddaggin will and could.
Well,
As far as I had checked the posts, I had no clue of someone doing it already. I see two parts that can be time consuming: finding what to change and getting proper icons so it looks seamless.
I will be checking out more often to see if there's a solution. I just don't need the 4G toggle at all, so it's much better if I can replace it with something else...

[DEV][CDMA/GSM] Group Effort to Optimize Existing HoneyComb Ports

Full credit goes to Ssserpentine, SpaceMoose, and OldMacnut for their work on their united efforts to port Honeycomb to our tablets! It seems they are no longer working on it so I decided to create this thread and see what we all could to do together to improve what they have given us!
The point of this thread is to find ways to gather anyone with knowledge on developing, even if its just the "lowly 7-Zippers" like me, to see how we can remove minor bugs and small issues from the ROM. I know Oldmacnut was going to pick it up, but he has a lot on his plate right now and he has been in pain and is more interested in finishing the CM7 Port instead. I respect his decision, but so many people want honeycomb working on our tabs. So I am turning to the dev community here to see if we can group together and fix things in this rom together. If we cant solve the major bugs, lets address all the little things, cuz the little things add up.
Spacemoose made a list of suggestions from users earlier on how to solve minor issues, and little workarounds, but I would like to see if there is a way to roll up those fixes into one full updated ROM flashable through a zip/odin/heimdall file, and see if we can come up with more. You can see this post here, but I have added them to the second post as well in a more organized form.
Some Useful Links as Well:
SpaceMoose's Github
6-19-11 Apps Confirmed Working on [CDMA] / [GSM] Honeycomb Alpha 2.5
Currently Known Bugs:
CDMA
A) Red Border Around Screen at Random Times
B) Constant Gallery Force Close
C) Stock Launcher hangs for many seconds at a time randomly
D) SD Card Does Not Mount
E) Youtube app does not work
F) Orientation Sensor is not functional
G) Honeycomb thinks Device Keyboard is enabled by default
H) When pressing Quick Settings, an image that is semi transparent that is supposed to cover the entire screen isnt scaled properly
I) HQ Youtube does not work (LQ does on the mobile site)
J) Quick Settings Shortcut on Bottom Right Side (Wi-Fi Toggle, Brightness Slider, etc) appears for a second but disappears afterwards.
K) Flash Player is not Fully Functional
GSM - Please Submit or confirm if the above bugs are the same and/or you have different ones!
Red - Signifies an issue that is unaddressed or has not been solved yet.
Orange - Signifies a Temporary Fix or Workaround is mentioned in the post I linked to.
Blue - Will signify a temporary fix or a work around that we have been able to include in a flashable file
Green - Will signify a bug that has been completely fixed in a flashable file.
------------------------------------------
Lets put our minds together and see what we can do guys! Btw this was inspired by Rodderik's thread [SPRINT][CDMA]Galaxy Tab (SPH-P100) Mega Development Starter Thread (CWM, EF17 TAR), so if youre interested in this, you might like his thread too!
Current Workarounds/Temporary Fixes:
Letters correspond to the bugs listed in the OP.
A)
Ssserpentine:
1) Open up Dev Tools
2) Go to Development Settings
3) StrictMode Visual Indicator - turn it off
4) back out of app and now open it again.
5) If this doesn't get rid of MOST of the red borders, REBOOT and open app again.
Click to expand...
Click to collapse
B)
anfalas:
"Get Gallery3D to play nice by going into settings, applications then 'Clear Data' - works great, can change wallpaper etc. Only downside is it has to be done each reboot....."
Click to expand...
Click to collapse
C)
Ssserpentine:
“WANT IMPROVED UI, LESS RED BORDERS, LESS FC'S AND SCROLLING AND SOFT KEYS THAT PLAY NICER? Try adw launcher. for some reason just having it installed helps just as much as using it.”
Click to expand...
Click to collapse
D)
mattman83:
"to mount UMS if you have no external SD then use the below line. Same changes as above... echo /dev/block/mmcblk0p1 > /sys/devices/platform/s3c-usbgadget/gadget/lun1/file"
Click to expand...
Click to collapse
or
corodius:
"if you have an external sd, by extending the commands to: su mount -t vfat /dev/block/mmcblk0p1 /mnt/sdcard/ mount -t vfat /dev/block/mmcblk1p1 /mnt/sdcard/external_sd/ This will mount the cards the way they are originally mounted in the samsung/overcome roms."
Click to expand...
Click to collapse
E)
Use m.youtube.com to play LQ videos
Click to expand...
Click to collapse
F)
ztag100:
"If you download barcontrol from the market, you can set it so that a notification links to the rotation app, thus when the notification is clicked it will change the orientation."
Click to expand...
Click to collapse
G)
"one way to load keyboards On the language/keyboard settings page, turn physical keyboard to "no" or "off" or something like that. Now when on a text field, you should see a small keyboard tray in bottom right corner.."
Click to expand...
Click to collapse
H) ---
I) ---
J) ---
K) ---
----------------------------
Submit a New Bug or Fix:
Please submit bugs using the color coded system I explained in the OP. If you are submitting information on solving a bug please address the bug by the corresponding letter so that we can stay organized and know what youre talking about. If you have a new bug please check the OP to make sure I havent listed it, then post it on here and dont worry about the letter, I will alphabetize them. Of course I will credit you in the OP for any fixes or workarounds you may find! Good luck to us all!
Reserved as well!
Yes, please
I would really love a Honeycomb ROM for the Galaxy Tab. There are many reasons why I want to put Honeycomb onto the original Galaxy Tab.
Just see the difference for yourself: Blank space, single pane, one-category-at-a-time menus in Gingerbread
VS.
Less blank space, concise, dual pane interfaces in Honeycomb.
Gingerbread apps are just designed for smaller smartphone screens, so they look too big and spaced-out on the 7-inch Galaxy Tab for my taste. I would really love to see some tablet-optimized apps on the Galaxy Tab!
-------------------------
And yes, I respect the developers and appreciate them so much for the time they put into making custom roms a reality for us!
Please make the thread for GSM also.
TheATHEiST said:
Please make the thread for GSM also.
Click to expand...
Click to collapse
Are the bugs the same? Or are there others that I havent mentioned? I will try to make a section for both tabs if theres different bugs in each one.
Why no mention of ssserpentine?
In op or thread tittle?
He worked on the GSM version.
Moose did the major part of the port and the cdma version.
That other person stumbled, or so he claims, on a audio fix. Never saw a release of this apparent audio fix.
Wonder how many donations he got on open thread with no release posted.
Hmm.
Makes ya wonder why that thread is even there.
Dole out the credits properly.
Just know it needed to be said, and go ahead and get mad. Truth hurts.
alot of angry responces coming, maybe, but dare ya to point out a single lie in this post. Even an exaggeration.
Moose did hc for MONTHS and noone offered any valid help, except ssserpentine, why do you think anyone is gonna get off their but now?
Why don't you, punkrock?
Cause I know how utterly hopeless this task is.
Why don't you all just wait for the leak of the next os?
That so much closer than some random Joe, or Joe's on xda getting hc ported at this point .
is the dead horse braised yet?
Still, hope is eternal, I suppose
PunkRock said:
Why no mention of ssserpentine?
In op or thread tittle?
He worked on the GSM version.
Moose did the major part of the port and the cdma version.
That other person stumbled, or so he claims, on a audio fix. Never saw a release of this apparent audio fix.
Wonder how many donations he got on open thread with no release posted.
Hmm.
Makes ya wonder why that thread is even there.
Dole out the credits properly.
Just know it needed to be said, and go ahead and get mad. Truth hurts.
alot of angry responces coming, maybe, but dare ya to point out a single lie in this post. Even an exaggeration.
Moose did hc for MONTHS and noone offered any valid help, except ssserpentine, why do you think anyone is gonna get off their but now?
Why don't you, punkrock?
Cause I know how utterly hopeless this task is.
Why don't you all just wait for the leak of the next os?
That so much closer than some random Joe, or Joe's on xda getting hc ported at this point .
is the dead horse braised yet?
Click to expand...
Click to collapse
Easy man, in my frenzy of trying to organize the thread, I forgot to credit Ssserpentine in the OP, youre right he did contribute a lot, no need to be rash, I will update it right now.
EDIT: btw oldmacnut did make an audio fix, im running his rom right now, I downloaded it when he had it posted before he took it down, and Im sure some of the bugs I mentioned are fixable on the rom level rather than through adb. My goal wasnt to debug the rom completely, it was to incorporate all the existing bug fixes and workarounds into one rom, while possibly solving others. Also the GSM devs are aplenty here, while we barely have any CDMA, Im sure we have enough talent to make it better than what it is. It might not be flawless, but Im sure we can squeeze more functionality out of it.
Its weird,
Honeycomb is more or less froyo based, obviously as we had hc long before gb, so at the time when I started getting into this whole dev thing hc/froyo seemed just different to me.
But after working on the abortion called gingerbread, and working onbthe kernel stuff, froyo to me, is starting to look like a much more viable and dev friendly option.
Alot if the work Dan did in hc was from scratch, or from the sdk, etc. The audio fix I did was from both.
The big issue on getting hc up and going into a usuable rom is source, we really really need that source for hc. Otherwise, its going to be a long drawn out road of trial and error building with alot of these issues never really getting fixed.
Truth is,
No device with our hardware exists with hc, so no drivers that we need.
We need Google to release the hc source.
I liked hc on my tab just like y'all, but.......I know its just a novel weekend fun toy till we get better resources.
Sent from my SCH-I800 using xda premium
oldmacnut said:
Its weird,
Honeycomb is more or less froyo based, obviously as we had hc long before gb, so at the time when I started getting into this whole dev thing hc/froyo seemed just different to me.
But after working on the abortion called gingerbread, and working onbthe kernel stuff, froyo to me, is starting to look like a much more viable and dev friendly option.
Alot if the work Dan did in hc was from scratch, or from the sdk, etc. The audio fix I did was from both.
The big issue on getting hc up and going into a usuable rom is source, we really really need that source for hc. Otherwise, its going to be a long drawn out road of trial and error building with alot of these issues never really getting fixed.
Truth is,
No device with our hardware exists with hc, so no drivers that we need.
We need Google to release the hc source.
I liked hc on my tab just like y'all, but.......I know its just a novel weekend fun toy till we get better resources.
Sent from my SCH-I800 using xda premium
Click to expand...
Click to collapse
Yeah I know, the lack of source sucks along with the fact we dont have drivers. I dont think we'll have everything working anytime soon at all, if ever even, but I think some of the minor annoyances like the disappearing quick settings toggle, sdcard mounting issues, and graphical errors can be solved without that kind of stuff. Me personally, Id just like HQ Video Playback and 3D Graphics working a hundred percent along with orientation, but as you said no drivers so idk how easy that'd be. Still, Im sure we could solve some of these minor issues. I keep browsing over the Nook Color Forums trying to find hints to solving some of these things
GSM Tab here I'll flash the old 2.5 alpha release and confirm these bugs, see what else I can do.
Sent from my GT-P1000 using xda premium
BulletproofIdeal said:
GSM Tab here I'll flash the old 2.5 alpha release and confirm these bugs, see what else I can do.
Sent from my GT-P1000 using xda premium
Click to expand...
Click to collapse
Nice to see something happening here. I love my Tab but would like some advancements in OS to address specific issues. I am very new to the dev side of the Android OS but would like to get involved.
--Mike
What blows my mind is that they have created an almost perfect HC port for the $150.00 walmart sold viewsonic g-tablet by means of the flashback roms so why is it so hard to get HC working on our tabs? And why can't someone just dump the Rom from the gtab10.1 and use that as a starting point?
On a different note, the alpha 2.5 HC Rom for gsm, the sd cards will not mount no matter what, I've tried The terminal and the mount instructions many times all I am able to do is get the tab to recognize my external sd as the internal sd, and if you try to go to settings applications and clear data for the gallery you get a force close as soon as you tap manage applications
Sent From Githrog's Tab
Ok done some immediate testing on my GSM Tab for some of the known issues
A) Red Border Around Screen at Random Times
Confirmed
Solution: is the same as the CDMA
B) Constant Gallery Force Close
Confirmed
Solution: Cannot be fixed through Setting, crashes as soon as you try to Manage Applications
C) Stock Launcher hangs for many seconds at a time randomly
Not really was slow on boot but no major problems
D) SD Card Does Not Mount
Confirmed
Solution: Haven't tested fix yet
E) Youtube app does not work
Confirmed
Solution: Confirmed
F) Orientation Sensor is not functional
Confirmed
Solution: "Rotating Screen" flips screen incorrectly so that capacitive buttons are on the top of the device
G) Honeycomb thinks Device Keyboard is enabled by default
Confirmed
Solution: Must be set on each boot
H) When pressing Quick Settings, an image that is semi transparent that is supposed to cover the entire screen isnt scaled properly
Confirmed
I) HQ Youtube does not work (LQ does on the mobile site)
Confirmed
J) Quick Settings Shortcut on Bottom Right Side (Wi-Fi Toggle, Brightness Slider, etc) appears for a second but disappears afterwards.
The widget that display battery level, time, etc stays active however no settings are located underneath it. While this menu is expanded a press on the bottom bar will cause the settings to briefly appear but then the whole menu will close
K) Flash Player is not Fully Functional
Not tested
"New" GSM bugs
1. Wi-fi settings are not saved on restart
2. Manage Applications and Running Services menu causes force close of settings
3. Small thing but Tab's first start had language set to Spanish (Not sure if it was spanish but it certainly was not English)
And as always 3G does not work (tried APN settings but it wouldn't let me save)
Alright I'm back to MIUI until I can find some more time on my hands
---------- Post added at 02:51 PM ---------- Previous post was at 02:31 PM ----------
Githrog said:
What blows my mind is that they have created an almost perfect HC port for the $150.00 walmart sold viewsonic g-tablet by means of the flashback roms so why is it so hard to get HC working on our tabs? And why can't someone just dump the Rom from the gtab10.1 and use that as a starting point?
Click to expand...
Click to collapse
If it were that simple I'm sure someone would have thought of that To be honest I think the problem is that the Tab is an extremely fractured device; it was really the first Android tablet to directly compete with the iPad, so it was spread as wide as possible. That's great for Samsung who got a pretty large base of customer but sucks for devs because the GSM and CDMA are 2 very different devices not to mention the P-1000N. When I got my Tab last month the first thing I noticed in this forum was the fragmentation between the different versions of Tabs. More profoundly this means that the developers are split apart, usually when one dev makes a break through everyone else can take advantage of it (i.e. the amazing Voodoo Sound/Color hacks) but not here. I feel like everyone is by themselves and I truly feel bad for the developers because they must make their own breakthroughs on top of dealing with complaints from Tab users with other versions that they want this awesome thing on their Tab. As if its no big deal to go and buy a $450 device to develop something as a hobby and then release it for free for people on the internet after already buying nearly the exact same device.
Sadly I think the Tab is a perfect storm working against modifying it in any ground breaking ways. Don't get me wrong I love my Tab and will try to help getting Honeycomb running but I almost feel like it would just be easier to wait for Ice Cream Sandwhich. /rant
Guys, there is no reason to develop honeycomb, it is inposible to make fully functional honeycomb rom, wait a month or less for ICS, read this (quote from android police posted today):
Honeycomb is closed source. Nobody can make a tablet without Google's blessing. The reason given is that Honeycomb was rushed out the door, and the code isn't good enough for an open source release. They're right you know, setting the emulator to anything smaller than a tablet will result in about a million force closes. Honeycomb just isn't as supportive of hardware as Gingerbread was. To save developers the headache of supporting a platform that wasn't ready, Android's openness got shelved.
Luckily this is going to change. The big cheese said so himself on the Official Android Developers blog, "This temporary delay does not represent a change in strategy. We remain firmly committed to providing Android as an open source platform across many device types." Source code is coming back. This will make the modding community's life much easier. Cyanogenmod 8 (I got excited just typing that) and Ice Cream Sandwich will be able to get hacked onto just about anything.
Click to expand...
Click to collapse
CROrION said:
Guys, there is no reason to develop honeycomb, it is inposible to make fully functional honeycomb rom, wait a month or less for ICS, read this (quote from android police posted today):
Click to expand...
Click to collapse
I just wanted an excuse to try out Honeycomb
BulletproofIdeal said:
Ok done some immediate testing on my GSM Tab for some of the known issues
A) Red Border Around Screen at Random Times
Confirmed
Solution: is the same as the CDMA
B) Constant Gallery Force Close
Confirmed
Solution: Cannot be fixed through Setting, crashes as soon as you try to Manage Applications
C) Stock Launcher hangs for many seconds at a time randomly
Not really was slow on boot but no major problems
D) SD Card Does Not Mount
Confirmed
Solution: Haven't tested fix yet
E) Youtube app does not work
Confirmed
Solution: Confirmed
F) Orientation Sensor is not functional
Confirmed
Solution: "Rotating Screen" flips screen incorrectly so that capacitive buttons are on the top of the device
G) Honeycomb thinks Device Keyboard is enabled by default
Confirmed
Solution: Must be set on each boot
H) When pressing Quick Settings, an image that is semi transparent that is supposed to cover the entire screen isnt scaled properly
Confirmed
I) HQ Youtube does not work (LQ does on the mobile site)
Confirmed
J) Quick Settings Shortcut on Bottom Right Side (Wi-Fi Toggle, Brightness Slider, etc) appears for a second but disappears afterwards.
The widget that display battery level, time, etc stays active however no settings are located underneath it. While this menu is expanded a press on the bottom bar will cause the settings to briefly appear but then the whole menu will close
K) Flash Player is not Fully Functional
Not tested
"New" GSM bugs
1. Wi-fi settings are not saved on restart
2. Manage Applications and Running Services menu causes force close of settings
3. Small thing but Tab's first start had language set to Spanish (Not sure if it was spanish but it certainly was not English)
And as always 3G does not work (tried APN settings but it wouldn't let me save)
Alright I'm back to MIUI until I can find some more time on my hands
---------- Post added at 02:51 PM ---------- Previous post was at 02:31 PM ----------
If it were that simple I'm sure someone would have thought of that To be honest I think the problem is that the Tab is an extremely fractured device; it was really the first Android tablet to directly compete with the iPad, so it was spread as wide as possible. That's great for Samsung who got a pretty large base of customer but sucks for devs because the GSM and CDMA are 2 very different devices not to mention the P-1000N. When I got my Tab last month the first thing I noticed in this forum was the fragmentation between the different versions of Tabs. More profoundly this means that the developers are split apart, usually when one dev makes a break through everyone else can take advantage of it (i.e. the amazing Voodoo Sound/Color hacks) but not here. I feel like everyone is by themselves and I truly feel bad for the developers because they must make their own breakthroughs on top of dealing with complaints from Tab users with other versions that they want this awesome thing on their Tab. As if its no big deal to go and buy a $450 device to develop something as a hobby and then release it for free for people on the internet after already buying nearly the exact same device.
Sadly I think the Tab is a perfect storm working against modifying it in any ground breaking ways. Don't get me wrong I love my Tab and will try to help getting Honeycomb running but I almost feel like it would just be easier to wait for Ice Cream Sandwhich. /rant
Click to expand...
Click to collapse
Wow now that is the kinda posts i like seeing on here! I will try to update the OP tonight with this info! Thanks so much! Definitely echo your sentiments about the fractured and fragmented development we have going on here, it really sucks =/
Ive found out that replacing the existing Gallery with Gallery3D should fix the FC that keeps popping up.
I think Ive found a working Youtube App (in LQ).
Ive also found a hint towards solving the sdcard mounting issue. Its not the vold.fstab its something either in the framework or ramdisk within the kernel, according to the Nook Color Forums.
This thread is interesting: http://forum.xda-developers.com/showthread.php?t=1062626 , actually the entire nook color forum is interesting for finding fixes.
Also changing the dalvik_heapsize to a certain value is supposed to increase app compatibility. Before I update the OP with some of these things, I wanna do a little more testing and see what I can come up with.
Sorry to bother for help,
Sorry to bother you guys for help, but I've been trying to install Oldmacnut's updated of Spacemoose's CDMA Honeycomb (2.5.1) for hours now, with no success.
I used Rodderick's awesome stock rom/kernel and got into clockworkmod (using 4.0.1.5 or 3.0.0.0), installed the zip from there, then rebooted the phone, but I would either 1) be stuck at logo for 10+ minutes 2) see the Sprint startup video loop over and over again, or 3) get stuck on a turned on, but black screen.
How did you guys install Honeycomb on your CDMA tab? Am I doing something wrong? Should I use Spacemoose's 2.5 rom instead of Oldmacnut's?
EDIT: NEVER MIND, IT BOOTED INTO HONEYCOMB. I am in a foreign language, haha, I'm guessing Portuguese?
EDIT EDIT: Google Translate detects the language as Catalan. Haha!
iliveinabucket said:
EDIT EDIT: Google Translate detects the language as Catalan. Haha!
Click to expand...
Click to collapse
Hehe that happened to me as well
First Impressions and problems encountered
HOLY SHOOT THIS IS QUITE FAST!
Considering there is no graphics acceleration support, Honeycomb runs much faster than I anticipated. SD card support is fantastic, and so is hearing sound! (I love you OMC) The UI is awetastic and the standard web browser is blazing fast. Scrolling in web pages is faster on Honeycomb than on Gingerbread stock.
The jittery touch screen bug I have is still there, unfortunately. Damn bug drives me crazy sometimes. I'm sure somebody has this problem that many of us have but have not found a fix to: http://forum.xda-developers.com/showthread.php?t=970965
Basically, when I hold down my finger to scroll on white or light-color backgrounds, the screen shakes back and forth in a spastic, noticeable way, especially when I hold it in place. This happens on every single rom I've been on, froyo, GB, CM7, and now Honeycomb. Has anyone found a fix for that yet?
Anyways, I think all the known Honeycomb bugs are true to me too. Youtube force closes on me, GPS doesn't work, auto-orientation doesn't work. Strangely enough, Quick Settings doesn't work for me. Anyone encounter that?

[Q] odexed blue by strogsteve....what am I missing

I have the latest build of Strongsteve's odexed blue which is a wonderful ROM. I am very happy with it and the continuous developer improvements are as awesome as the ROM itself. But.....I am missing something and for the life of me I can't figure this out. Maybe someone out there has seen this before and could offer some advice.
I don't have the 5 dock icon on my homepage. All I can get is 4 dock icons. Is there some trick to generate that 5th dock spot?
Secondly, how do I get the tethering to work. Do I need another app to unlock this feature?
Thanks for any insight you might be able to provide on these two issues
Lancair360 said:
I have the latest build of Strongsteve's odexed blue which is a wonderful ROM. I am very happy with it and the continuous developer improvements are as awesome as the ROM itself. But.....I am missing something and for the life of me I can't figure this out. Maybe someone out there has seen this before and could offer some advice.
I don't have the 5 dock icon on my homepage. All I can get is 4 dock icons. Is there some trick to generate that 5th dock spot?
Secondly, how do I get the tethering to work. Do I need another app to unlock this feature?
Thanks for any insight you might be able to provide on these two issues
Click to expand...
Click to collapse
While in the app drawer, hit menu softkey then edit and drag an icon into the dock and you are good. As far as tethering, you use the Sprint Hotspot app. You wont get charged for it
Sent from my SPH-D710 using Tapatalk
Thanks very much. Sometimes the solutions are just too simple. Seems like I am always expecting a complex solution that I somehow missed.
Lancair360 said:
Thanks very much. Sometimes the solutions are just too simple. Seems like I am always expecting a complex solution that I somehow missed.
Click to expand...
Click to collapse
I had to ask for help with the 5th icon...that's the only reason I knew...lol
Sent from my SPH-D710 using xda premium

CM-10 nav bar without root?

Hey guys,
I'm looking for a way to get the cm-10 nav bar without having to root.
I've tried just about every launcher out there and none of them have that
Option. On my SG2 I run liquid smooth ROM and its in there and basically
Let's me program it any config option of the nav bar. I want this on my note2 but
Without having to root as I need to keep WiFi calling and other reasons.
Anyone have ideas how to get this working .
Thx
Casperi
Sent using xda premium
casperi said:
Hey guys,
I'm looking for a way to get the cm-10 nav bar without having to root.
I've tried just about every launcher out there and none of them have that
Option. On my SG2 I run liquid smooth ROM and its in there and basically
Let's me program it any config option of the nav bar. I want this on my note2 but
Without having to root as I need to keep WiFi calling and other reasons.
Anyone have ideas how to get this working .
Thx
Casperi
Sent using xda premium
Click to expand...
Click to collapse
Wow.
1) root does not effect wifi calling
2) no way to get nav bar without root.
3) all those nav bar options are built in the rom, no rom has that here. Best you can do is add a line to your build.prop and get tbe regular nav bar like on stock nexus devices
Sent from my SGH-T889 using Tapatalk 2
Wow what?
Its not like we have kernal for CM-10 so there's no reason for me to root. If im going to root then its going to be for cm-10. All the other Roms look fine but dont offer enough for me root and flash even with most of them based off of tmobiles kernal. I just cant stand tw and None of the stock rooted roms have the nav bar. Been on cm since 6 days, one gets use to that after awhile.
I was just hoping there was a hack on a launcher that I might have missed. Nothing that deserves a "wow" from you.
Sent from my SGH-T889 using xda premium
casperi said:
Wow what?
Its not like we have kernal for CM-10 so there's no reason for me to root. If im going to root then its going to be for cm-10. All the other Roms look fine but dont offer enough for me root and flash even with most of them based off of tmobiles kernal. I just cant stand tw and None of the stock rooted roms have the nav bar. Been on cm since 6 days, one gets use to that after awhile.
I was just hoping there was a hack on a launcher that I might have missed. Nothing that deserves a "wow" from you.
Sent from my SGH-T889 using xda premium
Click to expand...
Click to collapse
Ok. I take it back and change wow to search. Better?
Sent from my SGH-T889 using Tapatalk 2
Lol you do realize you can root with out flashing a ROM right? Like already stated you can root and add a line to your build prop to enable the stock nav bar, that's about as good as it gets right now.
Sigh,, yes I'm fully aware that
1) I can root and stay stock
2) I will keep my wifi calling if going this route
This wasnt what I asked. All I wanted to know was if there was a launcher out there that i missed that enabled the abilty to have the nav bar without having to root. Man I don't think I could have worded it any better. I just have no need to root until we have cm-10. Even the hack I posted in the other thread doesnt really give the option to customize the bar like I can with liquid. So unless a dev comes up with a way to do this before we have cm10 there's not much else to say
Since its not in a launcher.
Casperi
Sent from my SGH-T889 using xda premium
Wait, let me understand you correctly. You want a feature that you had to use a rom to get before, but you dont want to root? Did you load a rom without rooting on your older phone? And wow... hows coming off like a jerk working out for you?
*Signature blocks shouldn't default to free advertising.*
Sent from my T-Mobile Samsung Galaxy Note 2 via Solavei.
...I'm not exactly following either, but anyway can I get that navbar you were using before? Is it an app? or zip I can flash in recovery? I just bought my note 2 yesterday but am really missing my onscreen navbar from my Galaxy Nexus.
Look all i asked for was if there was a launcher that had this ability that I may have missed. Pretty simple right? instead I get a "smart ass wow" etc about rooting etc and wifi calling. It wasnt what I asked and I tried to make it even more clear that until we get a kernal with cm10 that for me its not worth rooting cause none of the current roms have the nav bar.
I already know how to root, I know what roms support wifi calling etc, and I know that just rooting my note2 isnt going to kill my wifi calling. None of This was what I was asking. And I didnt need a smart ass wow comment on such a simple question. New launcher updates come out all the time so I reached out to my fellow xda'ers to see if there was such a option that I missed. Instead I get talked down to like a little boy and that is most differently not going to fly.
Maybe if you were on my end of the sleeve you would understand.
I'm No dev thats for sure, its not my skill set but I have been flashing since the G1 and HD2 days. I help out the devs via giving them a free place to host their roms that are high traffic or a guy thats just starting out for free. Then donate fare amounts to the ones of the roms I use. This is the way I help out here because those are the resources I have at hand.
If I came into your thread that you asked a simple question and was like "Wow your a moron" you would get alittle left of center as well.
Casperi
Sent from my SGH-T889 using xda premium
casperi said:
Sigh,, yes I'm fully aware that
1) I can root and stay stock
2) I will keep my wifi calling if going this route
Click to expand...
Click to collapse
casperi said:
I want this on my note2 but
Without having to root as I need to keep WiFi calling and other reasons.
Click to expand...
Click to collapse
you made it sound like you weren't aware that you can root and not loose wifi calling.
and no I don't know of any option to fit your wants and needs, sorry.
Sent from my SGH-T889 using xda premium
casperi said:
Look all i asked for was if there was a launcher that had this ability that I may have missed. Pretty simple right? instead I get a "smart ass wow" etc about rooting etc and wifi calling. It wasnt what I asked and I tried to make it even more clear that until we get a kernal with cm10 that for me its not worth rooting cause none of the current roms have the nav bar.
I already know how to root, I know what roms support wifi calling etc, and I know that just rooting my note2 isnt going to kill my wifi calling. None of This was what I was asking. And I didnt need a smart ass wow comment on such a simple question. New launcher updates come out all the time so I reached out to my fellow xda'ers to see if there was such a option that I missed. Instead I get talked down to like a little boy and that is most differently not going to fly.
Maybe if you were on my end of the sleeve you would understand.
I'm No dev thats for sure, its not my skill set but I have been flashing since the G1 and HD2 days. I help out the devs via giving them a free place to host their roms that are high traffic or a guy thats just starting out for free. Then donate fare amounts to the ones of the roms I use. This is the way I help out here because those are the resources I have at hand.
If I came into your thread that you asked a simple question and was like "Wow your a moron" you would get alittle left of center as well.
Casperi
Sent from my SGH-T889 using xda premium
Click to expand...
Click to collapse
Ok ill break it down for you. The reason I said wow is your original post sounded like you were wanting everything, did no research, and wanted to have others give you what you wanted on a silver platter. You asked about not rooting due to "keep wifi calling and other" reasons. Basically you sounded like a noob who expects devs to do the impossible/incredibly difficulty (in this case launcher devs) while it is certanly possible to do similar to what you want (think button savior) it is not something that would work well without root due to android permissions for certain button actions. If you would tell us why you are afraid of rooting that might help us help you also, since you now claim its not because of wifi calling.
So for onscreen buttons check out button savior, not exactly what you want but it is onscreen buttons.
Sent from my handheld Android 'PC', NOTE II
Lol at this thread. I dont know if you figured it out yet, but here's the skinny. Nav bar, or softkeys is an android os feature, not a launcher feature. As far as I know, there isn't a way to install cm10 without root (at least, it doesnt install without root). P.S. We may never see an official cm10 kernal for Note 2 beause the cm team says that the Note 2 sources are crap and that they are being properly supported, it would take them too long to sift through it all. Now there is a way to enable the softkeys on the original rom, but it requires root, and the softkeys suck compared to cm10's nav bar. I'm currently runng PAndroid (a cm10 based rom) with nav bar and hardware keys disabled. I hope that helps.
And casperi, it sounds like we both got into this scene at the same time. I started off with my G1 when it first came out, then moved on to the HD2 years later. The difference is that I searched for that question before opening a new thread. And not only in T-mo Note 2 forums, but AT&T and across google as well. There are now a few different threads for what you are looking for.
Reiterating what others have said, unless it's an "artificial" navbar that the launcher or an app creates, it won't work without root.
If/when you decide to root, that line of code you add to your build.prop is:
qemu.hw.mainkeys=0
I've added it to my TW rom (jedix8), cuz it's convenient on this big phone to have access to a back button on both sides.

Categories

Resources