[MMS][SMS] Ghost / Empty Threads - Android Software Development

This thread can be deleted, new one here : http://forum.xda-developers.com/showthread.php?p=21579141

For that first command to work, I need SQLite Editor right? Is there any free app (phone or computer)?
Is there any way to prevent these ghost threads?

FlashTH said:
For that first command to work, I need SQLite Editor right? Is there any free app (phone or computer)?
Is there any way to prevent these ghost threads?
Click to expand...
Click to collapse
Yes you need sqlite, sqlite or sqlite3 command should work.
Free app : Addon for firefox : http://code.google.com/p/sqlite-manager/
=> i do not know if triggers are fired when using Sqlite Manager (Firefox addon) so i run my command with sqlite directly on the phone. => Triggers need to be fired to have coherent datas.
I was having ghost data when forwarding message to myself => it create en empty thread "Fwd.".
I delete the whole database => no problem sending an sms to myself an forwarding it .. Conclusion : there is a problem in the coherence of datas.
This problem can comes from :
- Bad triggers (for what i have seen these are not masterpieces of art... ).
- Application that play with this database instead of using the correct way...

The main reason of the "Ghots" threads is that some records in the "pdu" table got their "thread_id" field empty => the trigger that has the job of deleting empty thread do not works...
I've looked at all the triggers in this database => I do not know who as done this .. but you should fired him !!! Some request are far from being optimised !
=> I'm working on the mmssms.db, recreating each trigger cause some of them are badly done, will come back when done... i'm expecting some performance gain..

UPDATE threads SET
snippet =
(SELECT snippet FROM (SELECT date * 1000 AS date, sub AS snippet, thread_id FROM pdu UNION SELECT date, body AS snippet, thread_id FROM sms) WHERE thread_id = OLD.thread_id ORDER BY date DESC LIMIT 1)
WHERE threads._id = OLD.thread_id;
UPDATE threads SET snippet_cs =
(SELECT snippet_cs FROM (SELECT date * 1000 AS date, sub_cs AS snippet_cs, thread_id FROM pdu UNION SELECT date, 0 AS snippet_cs, thread_id FROM sms)
WHERE thread_id = OLD.thread_id ORDER BY date DESC LIMIT 1) WHERE threads._id = OLD.thread_id;
======>
UPDATE threads SET
snippet =
(SELECT snippet FROM (SELECT date*1000 AS date, sub AS snippet FROM pdu WHERE thread_id = OLD.thread_id UNION SELECT date, body AS snippet FROM sms WHERE thread_id = OLD.thread_id) ORDER BY date DESC LIMIT 1)
, snippet_cs =
(SELECT snippet_cs FROM (SELECT date*1000 AS date, sub_cs AS snippet_cs FROM pdu WHERE thread_id = OLD.thread_id UNION SELECT date, 0 AS snippet_cs FROM sms WHERE thread_id = OLD.thread_id) ORDER BY date DESC LIMIT 1)
WHERE threads._id = OLD.thread_id;
=> the second one (updated) is 4 times faster then the first one (original) .. !

Related

MS ActiveSync Registry Info CE5

I have tried to mess with these to turn off Auto on feature in Active Sync, as this causes it to be permanently on, but no luck. In any event, there is some pretty useful info and I am sure someone will be able to come up with some good tweaks here?
http://msdn.microsoft.com/library/d...user5/html/wce50condeviceregistrysettings.asp
All ActiveSync device-related subkeys and values are stored under the HKEY_LOCAL_MACHINE\Software\Microsoft\Windows CE Services registry key on the Windows CE-based device.
The following table shows the values for the HKEY_LOCAL_MACHINE\Software\Microsoft\Windows CE Services registry key.
Note The default registry values vary depending on which Catalog items are included in your OS design. For more information, see Default Registry Settings.
Value : type Description
Version : REG_DWORD Default setting is 20000. Specifies the software version number.
NoSubFolderIn : REG_SZ Default setting is "\My Documents", which is LOC_NOSUBFOLDERIN in datasync.str. Specifies the only synchronizable folder where the user is allowed to create subfolders.
FileSyncPath : REG_SZ Default setting is "\My Documents", which is LOC_FILESYNCPATH in datasync.str.
Specifies the folder to be synchronized during file synchronization.
DefaultNpwNoServer : REG_DWORD This value is not present by default. Creating this value and setting it to 1 will cause the Exchange Server sync selection in the New Partnership Wizard to be unchecked. Users can still select this option, but it will not be selected by default. Setting this value is recommended as most users will want to syncronize with their desktop rather than a server.
Synchronizable Objects Registry Settings
All synchronizable objects are stored under the HKEY_LOCAL_MACHINE\Windows CE Services\Synchronization\Objects subkey on the target device.
The following table shows the values for the HKEY_LOCAL_MACHINE\Windows CE Services\Synchronization\Objects subkey.
Note that registry settings for Contacts, Appointment, and Tasks cannot be disabled.
Value : type Description
File\Store : REG_SZ Default setting is Cefobj.dll. Specifies the name of the File ActiveSync service provider.
Contact\Store : REG_SZ Default setting is Pegobj.dll . Specifies the name of the Contact ActiveSync service provider.
Appointment\Store : REG_SZ Default setting is Pegobj.dll. Specifies the name of the Appointment ActiveSync service provider.
Task\Store : REG_SZ Default setting is Pegobj.dll. Specifies the name of the Task ActiveSync service provider.
Inbox\Store : REG_SZ Default setting is Pegobj.dll. Specifies the name of the String ActiveSync service provider.
Connectivity Registry Settings
The registry settings related to ActiveSync connectivity are stored under the HKEY_CURRENT_USER\ControlPanel\Comm registry key on the target device.
The following table lists the registry values for the HKEY_CURRENT_USER\ControlPanel\Comm registry key.
Value : type Description
AutoCnct : DWORD Default setting is 1 (on). This value turns Autoconnect on and off.
Cnct : REG_SZ Specifies the default connection used when the device is cradled. If this value is not set, the user must select a connection to use when cradling a device.
This string must be prefixed with a backquote (`) for the connection to appear in the ActiveSync user interface.
Note Only RAS entries prefixed with a backquote will appear in the ActiveSync user interface. See Phone-Book Entries for details.
See Also
ActiveSync Registry Settings

Wing Database Post

Wing for NOOBS like me.
All information in this thread was copied from other peopled, all I have done is put it in one place.. I will update this from time to time
For updates please check the site I have created for the wing.
DISCLAIMER:
I am in no way responsible the content listed below, most of this should work as the people of the community do help each other. Please be careful. And report any errors to me.
Adding Information, If you wish to add information to this post, please post it below, I will add the info, please provide me a link to the data if you have it, and the original writer of said info, I will give the credit to the writing and the provider of said info.
Part 1: useful thread Post.
Part 2: Random tweaks from HOFO.
Part 3: Rom’s Touch it Wing 2.3
3a Touch-IT for The Wing Full and Lite Ed.
Part 4: Random Info
Part 5: T-Mo Wing RUU for USA
Updated on December 17 2007
Part 1: Useful Threads
Cab install for the Wing
The Following is from zcink @ XDA
Original thread @ http://forum.xda-developers.com/showthread.php?t=341867
Great Wing Info Thread
The following is from Nyer78 @ XDA
Original Thread @ http://forum.xda-developers.com/showthread.php?t=326655
General HTC Cabs
The Following is from patr!k @ XDA
Original thread @ http://forum.xda-developers.com/showthread.php?t=344533
Part 2 tweaks.
The Following is from – Tater_Tot24 @ Howard forums
Original thread @ http://www.howardforums.com/showthread.php?t=1215155
Please Note that some of these entries only apply to the WING.
Add Side Button Functionality:
1. Using a registry editor go to HKLM\Software\Microsoft\Shell\Keys
2. In Keys, create a new Key named "40C7".
3. Copy the contents of 40C5 to to 40C7.
4. Edit the "Name" value replacing the "4" with a "5" (5 is Voice command button).
5. Close the registry editor.
6. In Settings\Buttons you should see the new "Button 5(Hold)" entry. If not, soft reset.
Note: I had to make voice command the hold function and screentoggle the non hold function for it to work correctly.
Camera Settings:
1. Open the camera, so you can see images thru the camera lens.
2. Go to bottom of screen & click on the "Y" at far left side.
3. Now move to the 4th icon at the bottom, and set the resolution on "L" and the quality on Super Fine (not Basic).
4. Move to the next icon on the right, and set the Capture Mode on either "Burst" or "Sports"
5. Next, click the icon at far left and set your Capture Speed to either Moderate or Fast, and "Snapshots" to at least 3.
6. Click on the next icon on the right and set it on Storage Card.
7. Finally, click the "Sun" and set the White Balance on Auto.
8. Click OK in the upper right, and you're almost set. Just go now to far left of camera screen and click either of the tiny > arrows until you come to 1/3 (or 1/5 or 1/7 or 1/10, depending on how you set "Snapshots.")
9. Now you're set to take some really great pictures. They will be sharp & clear all the way from about 12 inches to infinity.
10. For sharper pictures, leave the setting at 1x. Anything else is a "Zoom" shot.
Enhanced File System Performance:
Registry: HKLM\System\StorageManager\FATFS
Key: CacheSize (dWord)
Default: 0 (I am not sure what this equates to, the valid values I know about are 4096, 8192, 16384)
New Value: 8192
Hide SIM Contacts:
Registry: HKCU\ControlPanel\Phone
Key: ShowSim (dWord)
Default: 1 (show)
New Value: 0 (hide)
Active Sync Running in the Background Fix:
1. Create a “Fake Server”
Configure Server Menu  Activesync  Programs 2.Go to Start
3. In the following screens you can enter any old garbage. It does not matter, but just in case your unsure, just type the following in the indicated boxes:
4. Server Address: fake / User name: fake / Password: fake / Domain: fake. Then you are finished creating the fake server
5. Finally, UNCHECK the box in the time zones tab in the phone settings (This may sound silly, but it works! I promise!!)
MyFavs Missed Call Fix:
Registry: \HKLM\Security\Phone\NoLog
Key: List
Action: REMOVE
Hard Reset Instructions:
1. Hold down both of the “soft buttons”
2. Perform a soft reset with the stylus while still holding down the buttons
3. Push the green phone button to confirm that you do want to do a hard reset
DeBrand the Phone:
1. Perform a Hard Reset (instructions listed below)
2. Phone cycles through format, installs WM6, then prompts you to config touch screen
3. Install finishes and loads WM6
4. Then a prompt appears warning that EXT ROM will install extra contents (don't install! poke the soft reset button before EXT ROM install)
5. Hit soft reset button when EXT ROM prompt appears, you have 3 seconds!
6. Power on like normal
Send Large MMS:
Registry: HKLM\Software\Arcsoft\ArcSoft MMS UA\Config\UI\Size Limit
Key: wap2sendlimit1 (you can also change wap1sendlimit1)
Default: 307200
New Value: 1228800 (1200K)
Set the new value by going to Text/Multimedia --> Menu --> New --> MMS --> Menu --> Options --> MMS Options --> Servers --> T-mobile MMS
MMS Sending Issue Fix:
1. Due to incorrect Port setting for the MMS server, the phone may not be able to send MMS messages all the time.
2. Go to Text/Multimedia --> Menue --> New --> MMS --> Menu --> Options --> MMS Options --> Servers --> T-mobile MMS
3. Make sure the settings are set to: Gateway: 216.155.165.50 / Port Number: 8080 / Server: http://216.155.174.84/servlets/mms
Remap Soft Buttons:
For Calendar
Registry: HKCU\Software\Microsoft\Today\Keys\112
Key: Default
Default: Calendar
New Value: Internet (anything you want goes here)
Registry: HKCU\Software\Microsoft\Today\Keys\112
Key: Open
Default: HTCCalendar.exe
New Value: \Windows\iexplore.exe (again, anything you want goes here)
For Contacts
Registry: HKCU\Software\Microsoft\Today\Keys\113
Key: Default
Default: Contacts
New Value: (anything you want goes here)
Registry: HKCU\Software\Microsoft\Today\Keys\113
Key: Open
Default: \Windows\RSK\Contacts.lnk
New Value: (again, anything you want goes here)
Remove / Modify Startup Sound:
Registry: HKLM\SOFTWARE\HTC\StartupAnimation
Key: Enable (dWord)
Default: 1 (jingle on)
New Value: 0 (jingle off)
Registry: HKLM\SOFTWARE\HTC\StartupAnimation
Key: Volume (dWord)
Default: 127
New Values: 16 - 200
You can also modify the sound and animation by changing the WAV and GIF files in these two keys.
Registry: HKLM\SOFTWARE\HTC\StartupAnimation
Key: WAVFile (SZ String Value)
Default: \Windows\T-Mobile startup.wav
New Value: (whatever you want)
Registry: HKLM\SOFTWARE\HTC\StartupAnimation
Key: GIFFile (SZ String Value)
Default: \Windows\TMO_Startup.gif
New Value: (whatever you want)
Remove the Tray Icon from Today Screen:
Registry: \HKLM\init\
Key: Launch92
Action: DELETE
Note: If you want to keep some but not all of the icons:
Registry: HKLM\Software\HTC\TrayApplet
There you'll find listings for each icon (the folders are for the WinWap, MyFaves, and CommManager tray icons). Remove the ones you don't want and soft reset. If you remove the music player settings, you will then have to uncheck the plug-in from Today items.
Adding Slide Sounds:
1. First you are going to need two .wav files.
2. Once you have the two sounds that you want to use, Rename them to Slider3_in.wav and Slider3_out.wav and place them in the \Windows Folder on your phone.
3. Go to the Registry: HKLM\Software\HTC\SlidingSound\.
4. Once your there you should see 3 Folders (keys) that are labeled 0-2, and 2 Dword Files (ActiveSlidingSound and SlidingSoundEffect).
5. In that same directory, you need to make a new folder (key) and label it "3". Once that is made, you need to go inside that "3" which should be empty and have nothing inside.
6. Now you need to make a new String.Label the String "in" without quotes, and then set the string to "Slider3_in.wav". Now you should have one string inside folder (key) 3.
7. Now you need to make another String inside of folder (key) 3. Just follow step 5, but instead of using "in" use "out". So it should be labeled "out" and should be set to "Slider3_out.wav".
8. Next, create another String inside of folder and call it “Default” (no quotes). Now set that sting to whatever you want the new schema to be called (i.e. wind chimes, customer, etc).
9. Now head back to the registry: HKLM\Software\HTC\SlidingSound\, where you should now see folders (keys) 0-3 now and two Dwords files.
10. Now change Dword ActiveSlidingSound to 3, which is the new sound you created.
Disable the SMS Sent notification
Regisrty: HKLM\Software\Microsoft\Inbox\Settings\
Key: SMSNoSentMs (decimal)
Default: 0 (on)
New Value: 1 (off)
Note: Please note that the 'Settings' key may not exist in your device, and thus may have to be created first.
Storage Card Settings:
Mail Attachments
1. Go to Text/Multimedia --> Menu --> Tools --> Options --> Storage
2. Then check the box!
IE Storage
Registry: HKCU\Software\Microsoft\Windows\CurrentVersion\Exp lorer\Shell Folders
Key: Cache (string)
Default: Program Memory
My Value: \Storage Card\Internet Files\Temporary Internet Files
Key: Cookies (string)
Default: Program Memory
My Value: \Storage Card\Internet Files\Cookies
Key: History (string)
Default: Program Memory
My Value: \Storage Card\Internet Files\History
Note: Please see the “camera settings” to store pictures and video to the storage card.
Video from Portrait to Landscape:
Registry: HKLM\System\GDI\
Add key "Rotation"
Add Dword "LandscapeMode"=0
Move / Remove Startup Files:
1. make directory "\Windows\StartUpDisabled"
2. If you don't use MyFav5 Plan then copy "\Windows\StartUp\My5MsgCenter.lnk" to "\Windows\StartUpDisabled\My5MsgCenter.lnk"
3. If you don't use Voice Commands often (you can still manually start app) then copy "\Windows\StartUp\Voice Command.lnk" to "\Windows\StartUpDisabled\Voice Command.lnk"
Remove Services:
4. Go to "HKEY_LOCAL_MACHINE\Services"
5. If you don't use MyFav5 Plan (SMSCSend links to my5client.dll, I don't have My Fav plan, so I don't need this service)
a) save SMSCSend reg export somewhere for backup
b) delete "HKEY_LOCAL_MACHINE\Services\SMSCSend" from registry
6. Go to "HKEY_LOCAL_MACHINE\Services"
7. If you don't use Windows Live
a) save Windows Live reg export somewhere for backup
. b) delete "HKEY_LOCAL_MACHINE\Services\Windows Live" from registry
Other Services:
Other Services
"HKEY_LOCAL_MACHINE\Services\BTHIDSVC"
loads the Bluetooth Human Interface Device drivers and service
"HKEY_LOCAL_MACHINE\Services\BTAGSVC"
loads the Bluetooth Audio Gateway drivers and service
"HKEY_LOCAL_MACHINE\Services\BthAsPlugin"
loads Active Sync over BlueTooth service
"HKEY_LOCAL_MACHINE\Services\Trusted"
loads WSP Push, Push Router, SIM tool kit, SIM Init
"HKEY_LOCAL_MACHINE\Services\OBEX"
object exchange - protocol for data exchange between devices or syncing
"HKEY_LOCAL_MACHINE\Services\NOTIFY"
pop up notifications for events
"HKEY_LOCAL_MACHINE\Services\credsvc"
Credentials Manager
"HKEY_LOCAL_MACHINE\Services\CERTENROLL"
performs enrollment and renewal of certificates
"HKEY_LOCAL_MACHINE\Services\WirelessService"
Wireless Monitor Service
Increase voiceVolume:
Regisrty: HKCU\Control Panel\SoundCategories\InCall
Key: AttenuationCategory
Default: 2
New Value: 1
Regisrty: HKCU\Control Panel\SoundCategories\InCall
Key: InitVol
Default: 3
New Value: 10
Increase Voice Command Volume:
Registry: HKCU\Control Panel\SoundCategories\VoiceCommand1
Key: AttenuationCategory
Default: 3
New Value: 1
Registry: HKCU\Control Panel\SoundCategories\VoiceCommand1
Key: InitVol
Default: 5
New Value: 20
Better sound over A2DP
Registry: HKLM\Software\Microsoft\Bluetooth \A2DP\Settings
Key: MaxSupportedBitPool
Default: 30
New Value: 58
Registry: HKLM\Software\Microsoft\Bluetooth \A2DP\Settings
Key: BitPool
Default: 30
New Value: 58
Note: If not good enough, then delete: "MaxSupportedBitPool"=XXX &
"BitPool"=XXX.
Unlocks & Unhide the Extended Rom in Explorer:
Registry: HKLM\System\StorageManager\AutoLoad\TRUEFFS_DOC1
Key: bootphase
Default: 1
New Value: 2
Registry: HKLM\System\StorageManager\Profiles\TRUEFFS_DOC1
Key: mounthidden
Default: 1
New Value: 0
Registry: HKLM\System\StorageManager\Profiles\TRUEFFS_DOC1
Key: folder
Default: ?
New Value: Extended_ROM
GMail Settings:
You can access your Gmail messages from the Wing in three ways:
Set up Gmail as a POP3 account
Automatically forward Gmail
Access Gmail from the Internet
Set up Gmail as a POP3 Account
1. Log in to your Gmail account from your PC.
2. Select Settings at the top of any Gmail page.
3. Select the Forwarding and POP tab in the orange Mail Settings box.
4. Under POP Download, choose to Enable POP for all mail or Enable POP only for mail that arrives from now on.
5. Specify whether you want Gmail to keep a copy of messages in the Inbox when you access messages through POP.
6. Select Save Changes.
I. Auto-configure Gmail from your Pocket PC phone
1. Press Start --> Messaging.
2. Select New Email Account.
3. Enter your e-mail address and make sure the box is checked for getting the settings automatically
4. In the Auto configuration screen, wait until the Status changes from Connecting to Completed and then select Next.
5. Enter your name, user name, and password (DO NOT REMOVE the recent: from in front of the username that it automatically provides) and select Next.
6. Ensure Account type is set to POP3 and select Next.
7. Make sure that Incoming Mail is set to pop.gmail.com:995
8. Make sure that Outgoing Mail is set to smtp.gmail.com:465 and select Finish.
9. Select Yes to confirm that you would like to download mail for this new account now.
II. Automatically Forward Gmail to Another Account
1. Log in to your Gmail account from your PC.
2. Select Settings at the top of any Gmail page
3. Select Forwarding and POP in the orange Mail Settings box.
4. Select Forward a copy of incoming mail and enter the e-mail address to which you'd like your e-mail forwarded.
Now your Gmail will automatically be forwarded to this account.
III. Access Gmail from the Internet
If you don't subscribe to an unlimited data plan or need only occasional access to your Gmail account you may prefer to access your Gmail from your Pocket PC phone using Internet Explorer. To access your account through Internet Explorer, go to http://m.gmail.com.
Part 3 Touch it 2.3 for th wing
The Following is from itje
Original thread http://forum.xda-developers.com/showthread.php?t=340403
Touch it: a rebuilt rom for the wing
Part 3a Touch it Full and Lite
The Following is from itje
Original http://forum.xda-developers.com/showthread.php?t=332789&highlight=wing
Part 4 : Random Stuff
Wing as a Webcam
Found at XDA
http://forum.xda-developers.com/showthread.php?t=348187&highlight=WING+AS+A+WEBCAM
Part 5: T-Mo Wing RUU for USA!!
From xavier6303
Found http://forum.xda-developers.com/showthread.php?t=321717
This will reset your phone, basically reinstall windows and all the phone, heard it works as a decent unbricker,
How to enter boot mode
Restart the phone and hold the voice and camera button

.Net C.F. 2.0: Sent SMS don't get stored in the PocketOutlook "SMS\Sent Items" contai

.Net C.F. 2.0: Sent SMS don't get stored in the PocketOutlook "SMS\Sent Items" contai
Hi,
let me begin by apologising if it's not appropiate to post programming questions in this forum.
I developped a small app using VisualStudio 2005, CF 2.0 C# that targets the Windows Mobile 6.0 Professional operating system.
It tries to send sms in 2 different ways:
Direct:
string NumTelefono = textBox1.Text;
string Messaggio = textBox2.Text;
if (Messaggio.Length > 255)
Messaggio = Messaggio.Substring(0, 255);
SmsMessage sendMsg = new SmsMessage();
Recipient recpt = new Recipient(NumTelefono);
sendMsg.Body = Messaggio;
sendMsg.To.Add(recpt);
sendMsg.RequestDeliveryReport = true;
sendMsg.Send();
Using Pocket Outlook:
string NumTelefono = textBox1.Text;
string Messaggio = textBox2.Text;
if (Messaggio.Length > 255)
Messaggio = Messaggio.Substring(0, 255);
using (OutlookSession session = new OutlookSession())
{
SmsAccount smsAccount = session.SmsAccount;
SmsMessage smsMessage2 = new SmsMessage(NumTelefono, Messaggio);
smsAccount.Send(smsMessage2);
}
I tried both with the emulator and a real device, the sms gets sent but it's not stored in the "SMS\Sent Items".
Is there a way to implement such functionality ?
Ciao
Marco
...I forgot!
Obvioussly once the PC SMS OUTLOOK app will be finished it will be released as freeware and given for free to all the forumers
yes yes, i also want to know...
any help?

Contact Editor - PC application?

I've been wondering if there is any application I could use to edit contacts on HD2, directly from PC.
I would need to rename every each of them, doing it manually on phone will take much time.
Thank you in advance.
If you synchronise with Outlook (via Activesync) you can easily edit contacts on your PC. Of course this requires outlook.
Or you could install something like myFunambol and synchronising with their server. Edit on the web interface and sync back.
Efficasoft Mobile Express (google it, I dont have permissions to add outside link)
it works with my LEo and it's for free
I sync my contacts with Google and edit them on there.
Can't stand Outlook.
stratplayer said:
I sync my contacts with Google and edit them on there.
Can't stand Outlook.
Click to expand...
Click to collapse
How did you do it?
You can also sync your phone with Microsoft MyPhone and edit your contacts on the myphone website. Works fine and you don't need to connect your phone with your pc.
Thank you guys. Efficasoft Mobile Express did its job.
stratplayer said:
Can't stand Outlook.
Click to expand...
Click to collapse
Don't ever get one of those good jobs where you sit in an office then, because rest assured they'll be using Exchange and Outlook.
The solution to the OP's problem is to sync your phone with a Microsoft Exchange and edit your contacts in Outlook, and let Microsoft Exchange Server ActiveSync seamlessly and wirelessly sync the changes to your phone.
As far as I'm concerned, a smartphone isn't really a smartphone unless it's sync'd with Microsoft Exchange.
Spike15 said:
Don't ever get one of those good jobs where you sit in an office then, because rest assured they'll be using Exchange and Outlook.
The solution to the OP's problem is to sync your phone with a Microsoft Exchange and edit your contacts in Outlook, and let Microsoft Exchange Server ActiveSync seamlessly and wirelessly sync the changes to your phone.
As far as I'm concerned, a smartphone isn't really a smartphone unless it's sync'd with Microsoft Exchange.
Click to expand...
Click to collapse
I am afraid I do already, IT related job too. But I have a loathing for Outlook as it reminds me of being at work!
I use my HD2 to sync with Googlemail and Hotmail, thats it. So the Windows Device Centre on my Win7 PC isn't much use to me to be honest other than to do a guest connection.
The large company I work for doesnt allow connections outside of the domain with VPN and encryption, if I could do it I would then of course use Outlook to sync.
here a script in VBA for the outlook
****************************
Private Sub ReFileContacts()
Dim items As items, folder As folder
Dim contactItems As Outlook.items
Dim itemContact As Outlook.ContactItem
Dim StrAux As String
Dim StrFName As String
Dim StrMName As String
Dim StrLName As String
Dim StrSuf As String
Dim objcat As String
Set folder = Session.GetDefaultFolder(olFolderContacts)
Set items = folder.items
Count = items.Count
If Count = 0 Then
MsgBox "Nothing to do!"
Exit Sub
End If
' Filter on the message class to obtain only contact items in the folder.
Set contactItems = items.Restrict("[MessageClass]='IPM.Contact'")
Set contactItems = items.Restrict("[MessageClass]='IPM.Contact'")
For Each itemContact In contactItems
StrFName = ""
StrMName = ""
StrLName = ""
StrSuf = ""
StrAux = ""
If Len(itemContact.FirstName) > 0 Then StrFName = itemContact.FirstName
If Len(itemContact.MiddleName) > 0 Then StrMName = itemContact.MiddleName
If Len(itemContact.LastName) > 0 Then StrLName = itemContact.LastName
If Len(itemContact.Suffix) > 0 Then StrSuf = itemContact.Suffix
If Len(StrSuf) > 0 Then StrAux = StrAux + StrSuf + " -"
If Len(StrFName) > 0 Then
If Len(StrAux) > 0 Then StrAux = StrAux + " "
StrAux = StrAux + StrFName
End If
If Len(StrMName) > 0 Then
If Len(StrAux) > 0 Then StrAux = StrAux + " "
StrAux = StrAux + StrMName
End If
If Len(StrLName) > 0 Then
If Len(StrAux) > 0 Then StrAux = StrAux + " "
StrAux = StrAux + StrLName
End If
If Len(itemContact.Email1Address) > 0 Then
itemContact.Email1DisplayName = StrAux + " (" + itemContact.Email1Address + ")"
End If
If Len(itemContact.Email2Address) > 0 Then
itemContact.Email2DisplayName = StrAux + " (" + itemContact.Email2Address + ")"
End If
If Len(itemContact.Email3Address) > 0 Then
itemContact.Email3DisplayName = StrAux + " (" + itemContact.Email3Address + ")"
End If
itemContact.Save
Next
MsgBox "Your contacts have been refiled."
End Sub
*********************

[ROM] [7.1.2] [Evervolv 7.1.2] [Unofficial with Wi-Fi fixes] [2021-12-11]

Evervolv 7.1.2 for HP Touchpad (tenderloin)
I have just built it from source, integrated Wi-Fi fixes I made for Amazon Kindle Fire HDX earlier, replaced the Wi-Fi driver with the one from backports-5.9.12-1.tar.gz, and tweaked memory settings. Now it sees more 5 GHz channels, automatically reconnects on connection loss, works properly when AP/router uses the same MAC address for 2.4 GHz and 5 GHz.
Bluetooth works.
The camera more or less works in some applications.
Feel free to test and report bugs.
If you intend to install GApps, I suggest disabling unused "heavy" applications like "Google".
https://androidfilehost.com/?fid=17825722713688247295As an alternative, you can download the same file using BitTorrent: magnet:?xt=urn:btih:602c6039b4790d0474488a0c8e8a4c241dd0632f&dn=ev_tenderloin-7.1.2-userbuild-2021.12.05.zip
Whatsnew:
2021-12-05 Removed "Phone" and "EVUpdater" (waste of RAM), increased per-app
Java heap limits (e. g. NewPipe works now).
2021-11-08 Latest Wi-Fi driver & fixes.
Kernel source:
https://github.com/Evervolv/android_kernel_htc_msm8960.git (branch "evervolv/ng-7.1")
Device tree:
https://github.com/Evervolv/android_device_hp_tenderloin-common.git (branch "evervolv/ng-7.1")
Thanks for your efforts!
I know what I'll be doing on the first cold and rainy day.
void555 said:
'...disabling unused "heavy" applications like "Google" '
Click to expand...
Click to collapse
How does one go about disabling?
First time that I've heard about performing this. (Probably I wasn't paying close enough attention.)
middle_road said:
How does one go about disabling?
First time that I've heard about performing this. (Probably I wasn't paying close enough attention.)
Click to expand...
Click to collapse
You wouldn't believe this - there is a button "Disable" in the details of (almost) every application in "Settings"/"Applications".
Thanks for creating this build. Flashing a clean install onto a 32GB Touchpad now to test.
First observation is there is a long delay with black screen between when the "HP Powered by Android" logo shows and when the Evervolv boot animation begins. The black screen lasts several minutes and there is no indication during that time that the ROM is actually loading.
The boot animation appears eventually though, after which the tablet finishes booting pretty quickly.
@void555
Thx, i give it a try. I'm also plagued with wifi disconnects after some time without reconnect.
I have done alot with my router setup to fix this without luck.
Like fixed channels, different names for 2,4 and 5ghz. Not hidden.
This year i found some good reconnect app. Maybe helpfull for someone.
WiFi Prioritizer – Apps bei Google Play
WiFi Priorisierungs wird wifi Ihres Geräts zu einem bevorzugten Netz schalten
play.google.com
I also use no more gapps.
greeting schwatter
@void555
So almost one week is over. Still strong wifi.
Not a single disconnect.
Thx you
Thanks @void555 for creating another evervolv 7.1.2 version and sharing!
I did flash it and works...
WiFi re-associate ( reconnect ) Fix for Android 7, 8, an 9.
About 6 months ago I started using some Tablets as a Web Server, Nextcloud, FTP site and WebDav Server.
Any open ( un-lock ) Android device will do the job, but the HP Touchpad can be completely modified easily and will not brick. Making it the perfect Server, built in battery backup ( no power interruption, always on ) noise free, low power consumption.
The challenge was how to make the WIFI behave like wire Ethernet connection, it needs to be always ON and reconnect automatically no matter what and low latency. The Tablets were always charging by USB port set up for maximum performance settings.
First step set the Router to 5 GHz (faster, but short rage ) instead of 2.4 GHz (slower, longer range)
Attached are the screenshot of the Router:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Connection speed using Evervolv 7.1.2 and 9
How to make Android WIFI to automatically keep the connection alive even if it gets disconnected or the router reboots.
Take total control of your WIFI: All the commands available.
https://w1.fi/cgit/hostap/plain/wpa_supplicant/wpa_supplicant.conf
To test, connect Tablet to PC open a terminal and use ADB Shell.
Code:
wpa_cli -p /data/misc/wpa_supplicant
Code:
adb shell
tenderloin:/ # wpa_cli -p /data/misc/wpa_supplicant
wpa_cli v2.6-devel-7.1.2
Copyright (c) 2004-2016, Jouni Malinen <[email protected]> and contributors
This software may be distributed under the terms of the BSD license.
See README for more details.
Using interface 'wlan0'
Interactive mode
>
Now all commands can be enter to override the system settings and control the WIFI driver directly.
List of the most important commands to enter in interactive mode:
Code:
IFNAME=wlan0 scan
disable_network list_networks
IFNAME=wlan0 disable_network 0
IFNAME=wlan0 enable_network 0
IFNAME=wlan0 reconnect
IFNAME=wlan0 add_network 0
IFNAME=wlan0 set_network 0 auth_alg OPEN
IFNAME=wlan0 set_network 0 ssid " "
IFNAME=wlan0 select_network 0
IFNAME=wlan0 enable_network 0
IFNAME=wlan0 reassociate
IFNAME=wlan0 status
IFNAME=wlan0 save_config
Example:
Code:
> IFNAME=wlan0 scan
OK
IFNAME=wlan0 <3>CTRL-EVENT-SCAN-STARTED
IFNAME=wlan0 <3>CTRL-EVENT-SCAN-RESULTS
Command to reassociate to the already connected network every 10 minutes ( or any time interval you want )
Enter entire command after the ADB Shell prompt:
Code:
wpa_cli -p /data/misc/wpa_supplicant -i wlan0 IFNAME=wlan0 reassociate scan_interval 10
The command can be run automatically as a script at boot time to run every 30 minutes as follow:
Code:
watch -n 30 wpa_cli -p /data/misc/wpa_supplicant -i wlan0 IFNAME=wlan0 reassociate scan_interval 10 &
All available commands:
Code:
status [verbose] = get current WPA/EAPOL/EAP status
ifname = get current interface name
ping = pings wpa_supplicant
relog = re-open log-file (allow rolling logs)
note <text> = add a note to wpa_supplicant debug log
mib = get MIB variables (dot1x, dot11)
help [command] = show usage help
interface [ifname] = show interfaces/select interface
level <debug level> = change debug level
license = show full wpa_cli license
quit = exit wpa_cli
set = set variables (shows list of variables when run without arguments)
dump = dump config variables
get <name> = get information
logon = IEEE 802.1X EAPOL state machine logon
logoff = IEEE 802.1X EAPOL state machine logoff
pmksa = show PMKSA cache
pmksa_flush = flush PMKSA cache entries
reassociate = force reassociation
reattach = force reassociation back to the same BSS
preauthenticate <BSSID> = force preauthentication
identity <network id> <identity> = configure identity for an SSID
password <network id> <password> = configure password for an SSID
new_password <network id> <password> = change password for an SSID
pin <network id> <pin> = configure pin for an SSID
otp <network id> <password> = configure one-time-password for an SSID
passphrase <network id> <passphrase> = configure private key passphrase
for an SSID
sim <network id> <pin> = report SIM operation result
bssid <network id> <BSSID> = set preferred BSSID for an SSID
blacklist <BSSID> = add a BSSID to the blacklist
blacklist clear = clear the blacklist
blacklist = display the blacklist
log_level <level> [<timestamp>] = update the log level/timestamp
log_level = display the current log level and log options
list_networks = list configured networks
select_network <network id> = select a network (disable others)
enable_network <network id> = enable a network
disable_network <network id> = disable a network
add_network = add a network
remove_network <network id> = remove a network
set_network <network id> <variable> <value> = set network variables (shows
list of variables when run without arguments)
get_network <network id> <variable> = get network variables
dup_network <src network id> <dst network id> <variable> = duplicate network variables
list_creds = list configured credentials
add_cred = add a credential
remove_cred <cred id> = remove a credential
set_cred <cred id> <variable> <value> = set credential variables
get_cred <cred id> <variable> = get credential variables
save_config = save the current configuration
disconnect = disconnect and wait for reassociate/reconnect command before
connecting
reconnect = like reassociate, but only takes effect if already disconnected
scan = request new BSS scan
scan_results = get latest scan results
abort_scan = request ongoing scan to be aborted
bss <<idx> | <bssid>> = get detailed scan result info
get_capability <eap/pairwise/group/key_mgmt/proto/auth_alg/channels/freq/modes> = get capabilities
reconfigure = force wpa_supplicant to re-read its configuration file
terminate = terminate wpa_supplicant
interface_add <ifname> <confname> <driver> <ctrl_interface> <driver_param>
<bridge_name> <create> <type> = adds new interface, all parameters but
<ifname> are optional. Supported types are station ('sta') and AP ('ap')
interface_remove <ifname> = removes the interface
interface_list = list available interfaces
ap_scan <value> = set ap_scan parameter
scan_interval < 2 > = set scan_interval parameter (in seconds)
bss_expire_age <value> = set BSS expiration age parameter
bss_expire_count <value> = set BSS expiration scan count parameter
bss_flush <value> = set BSS flush age (0 by default)
ft_ds <addr> = request over-the-DS FT with <addr>
wps_pbc [BSSID] = start Wi-Fi Protected Setup: Push Button Configuration
wps_pin <BSSID> [PIN] = start WPS PIN method (returns PIN, if not hardcoded)
wps_check_pin <PIN> = verify PIN checksum
wps_cancel Cancels the pending WPS operation
wps_nfc [BSSID] = start Wi-Fi Protected Setup: NFC
wps_nfc_config_token <WPS|NDEF> = build configuration token
wps_nfc_token <WPS|NDEF> = create password token
wps_nfc_tag_read <hexdump of payload> = report read NFC tag with WPS data
nfc_get_handover_req <NDEF> <WPS> = create NFC handover request
nfc_get_handover_sel <NDEF> <WPS> = create NFC handover select
nfc_report_handover <role> <type> <hexdump of req> <hexdump of sel> = report completed NFC handover
wps_reg <BSSID> <AP PIN> = start WPS Registrar to configure an AP
wps_ap_pin [params..] = enable/disable AP PIN
wps_er_start [IP address] = start Wi-Fi Protected Setup External Registrar
wps_er_stop = stop Wi-Fi Protected Setup External Registrar
wps_er_pin <UUID> <PIN> = add an Enrollee PIN to External Registrar
wps_er_pbc <UUID> = accept an Enrollee PBC using External Registrar
wps_er_learn <UUID> <PIN> = learn AP configuration
wps_er_set_config <UUID> <network id> = set AP configuration for enrolling
wps_er_config <UUID> <PIN> <SSID> <auth> <encr> <key> = configure AP
wps_er_nfc_config_token <WPS/NDEF> <UUID> = build NFC configuration token
ibss_rsn <addr> = request RSN authentication with <addr> in IBSS
sta <addr> = get information about an associated station (AP)
all_sta = get information about all associated stations (AP)
deauthenticate <addr> = deauthenticate a station
disassociate <addr> = disassociate a station
chan_switch <cs_count> <freq> [sec_channel_offset=] [center_freq1=] [center_freq2=] [bandwidth=] [blocktx] [ht|vht] = CSA parameters
suspend = notification of suspend/hibernate
resume = notification of resume/thaw
roam <addr> = roam to the specified BSS
p2p_find [timeout] [type=*] = find P2P Devices for up-to timeout seconds
p2p_stop_find = stop P2P Devices search
p2p_asp_provision <addr> adv_id=<adv_id> conncap=<conncap> [info=<infodata>] = provision with a P2P ASP Device
p2p_asp_provision_resp <addr> adv_id=<adv_id> [role<conncap>] [info=<infodata>] = provision with a P2P ASP Device
p2p_connect <addr> <"pbc"|PIN> [ht40] = connect to a P2P Device
p2p_listen [timeout] = listen for P2P Devices for up-to timeout seconds
p2p_group_remove <ifname> = remove P2P group interface (terminate group if GO)
p2p_group_add [ht40] = add a new P2P group (local end as GO)
p2p_group_member <dev_addr> = Get peer interface address on local GO using peer Device Address
p2p_prov_disc <addr> <method> = request provisioning discovery
p2p_get_passphrase = get the passphrase for a group (GO only)
p2p_serv_disc_req <addr> <TLVs> = schedule service discovery request
p2p_serv_disc_cancel_req <id> = cancel pending service discovery request
p2p_serv_disc_resp <freq> <addr> <dialog token> <TLVs> = service discovery response
p2p_service_update = indicate change in local services
p2p_serv_disc_external <external> = set external processing of service discovery
p2p_service_flush = remove all stored service entries
p2p_service_add <bonjour|upnp|asp> <query|version> <response|service> = add a local service
p2p_service_rep asp <auto> <adv_id> <svc_state> <svc_string> [<svc_info>] = replace local ASP service
p2p_service_del <bonjour|upnp> <query|version> [|service] = remove a local service
p2p_reject <addr> = reject connection attempts from a specific peer
p2p_invite <cmd> [peer=addr] = invite peer
p2p_peers [discovered] = list known (optionally, only fully discovered) P2P peers
p2p_peer <address> = show information about known P2P peer
p2p_set <field> <value> = set a P2P parameter
p2p_flush = flush P2P state
p2p_cancel = cancel P2P group formation
p2p_unauthorize <address> = unauthorize a peer
p2p_presence_req [<duration> <interval>] [<duration> <interval>] = request GO presence
p2p_ext_listen [<period> <interval>] = set extended listen timing
p2p_remove_client <address|iface=address> = remove a peer from all groups
vendor_elem_add <frame id> <hexdump of elem(s)> = add vendor specific IEs to frame(s)
0: Probe Req (P2P), 1: Probe Resp (P2P) , 2: Probe Resp (GO), 3: Beacon (GO), 4: PD Req, 5: PD Resp, 6: GO Neg Req, 7: GO Neg Resp, 8: GO Neg Conf, 9: Inv Req, 10: Inv Resp, 11: Assoc Req (P2P), 12: Assoc Resp (P2P)
vendor_elem_get <frame id> = get vendor specific IE(s) to frame(s)
0: Probe Req (P2P), 1: Probe Resp (P2P) , 2: Probe Resp (GO), 3: Beacon (GO), 4: PD Req, 5: PD Resp, 6: GO Neg Req, 7: GO Neg Resp, 8: GO Neg Conf, 9: Inv Req, 10: Inv Resp, 11: Assoc Req (P2P), 12: Assoc Resp (P2P)
vendor_elem_remove <frame id> <hexdump of elem(s)> = remove vendor specific IE(s) in frame(s)
0: Probe Req (P2P), 1: Probe Resp (P2P) , 2: Probe Resp (GO), 3: Beacon (GO), 4: PD Req, 5: PD Resp, 6: GO Neg Req, 7: GO Neg Resp, 8: GO Neg Conf, 9: Inv Req, 10: Inv Resp, 11: Assoc Req (P2P), 12: Assoc Resp (P2P)
wfd_subelem_set <subelem> [contents] = set Wi-Fi Display subelement
wfd_subelem_get <subelem> = get Wi-Fi Display subelement
fetch_anqp = fetch ANQP information for all APs
stop_fetch_anqp = stop fetch_anqp operation
interworking_select [auto] = perform Interworking network selection
interworking_connect <BSSID> = connect using Interworking credentials
interworking_add_network <BSSID> = connect using Interworking credentials
anqp_get <addr> <info id>[,<info id>]... = request ANQP information
gas_request <addr> <AdvProtoID> [QueryReq] = GAS request
gas_response_get <addr> <dialog token> [start,len] = Fetch last GAS response
hs20_anqp_get <addr> <subtype>[,<subtype>]... = request HS 2.0 ANQP information
nai_home_realm_list <addr> <home realm> = get HS20 nai home realm list
hs20_icon_request <addr> <icon name> = get Hotspot 2.0 OSU icon
fetch_osu = fetch OSU provider information from all APs
cancel_fetch_osu = cancel fetch_osu command
sta_autoconnect <0/1> = disable/enable automatic reconnection
tdls_discover <addr> = request TDLS discovery with <addr>
tdls_setup <addr> = request TDLS setup with <addr>
tdls_teardown <addr> = tear down TDLS with <addr>
tdls_link_status <addr> = TDLS link status with <addr>
wmm_ac_addts <uplink/downlink/bidi> <tsid=0..7> <up=0..7> [nominal_msdu_size=#] [mean_data_rate=#] [min_phy_rate=#] [sba=#] [fixed_nominal_msdu] = add WMM-AC traffic stream
wmm_ac_delts <tsid> = delete WMM-AC traffic stream
wmm_ac_status = show status for Wireless Multi-Media Admission-Control
tdls_chan_switch <addr> <oper class> <freq> [sec_channel_offset=] [center_freq1=] [center_freq2=] [bandwidth=] [ht|vht] = enable channel switching with TDLS peer
tdls_cancel_chan_switch <addr> = disable channel switching with TDLS peer <addr>
signal_poll = get signal parameters
signal_monitor = set signal monitor parameters
pktcnt_poll = get TX/RX packet counters
reauthenticate = trigger IEEE 802.1X/EAPOL reauthentication
wnm_sleep <enter/exit> [interval=#] = enter/exit WNM-Sleep mode
wnm_bss_query <query reason> [list] = Send BSS Transition Management Query
raw <params..> = Sent unprocessed command
flush = flush wpa_supplicant state
driver <command> = driver private commands
radio_work = radio_work <show/add/done>
vendor <vendor id> <command id> [<hex formatted command argument>] = Send vendor command
neighbor_rep_request [ssid=<SSID>] = Trigger request to AP for neighboring AP report (with optional given SSID, default: current SSID)
erp_flush = flush ERP keys
mac_rand_scan <scan|sched|pno|all> enable=<0/1> [addr=mac-address mask=mac-address-mask] = scan MAC randomization
get_pref_freq_list <interface type> = retrieve preferred freq list for the specified interface type
p2p_lo_start <freq> <period> <interval> <count> = start P2P listen offload
p2p_lo_stop = stop P2P listen offload
Uploaded ev_tenderloin-7.1.2-userbuild-2021.12.05.zip (see OP).
Thank you for your great work!
With you our Touchpad is still usable. That's even better when you think of an device like the IPad Mini 1 from 2012 I started to play with which is almost unusable even with jailbreak!
I just found this version and installed it on my touchpad and it works great! Sadly, I use it mostly as an alarm lock more than anything else but it's smooth enough for light browsing if needed. Thanks!
void555 said:
Evervolv 7.1.2 for HP Touchpad (tenderloin)
I have just built it from source, integrated Wi-Fi fixes I made for Amazon Kindle Fire HDX earlier, replaced the Wi-Fi driver with the one from backports-5.9.12-1.tar.gz, and tweaked memory settings. Now it sees more 5 GHz channels, automatically reconnects on connection loss, works properly when AP/router uses the same MAC address for 2.4 GHz and 5 GHz.
Bluetooth works.
The camera more or less works in some applications.
Feel free to test and report bugs.
If you intend to install GApps, I suggest disabling unused "heavy" applications like "Google".
https://androidfilehost.com/?fid=17825722713688247295
Whatsnew:
2021-12-05 Removed "Phone" and "EVUpdater" (waste of RAM), increased per-app
Java heap limits (e. g. NewPipe works now).
2021-11-08 Latest Wi-Fi driver & fixes.
Kernel source:
https://github.com/Evervolv/android_kernel_htc_msm8960.git (branch "evervolv/ng-7.1")
Device tree:
https://github.com/Evervolv/android_device_hp_tenderloin-common.git (branch "evervolv/ng-7.1")
Click to expand...
Click to collapse
Good Day void555
I have two questions, please, recently I owned a hp touchpad, 4.4 kitkat installed, I need to go up for this 7.1 version, do I need to remove the old android or I can wipe it and install this one over. meantime is it same 7.1 four years ago which is on youtube too?
other question how to modify the wifi file inside the system, since you uploaded the kernel staff.
have my regards
zoromask
zoromask said:
Good Day void555
I have two questions, please, recently I owned a hp touchpad, 4.4 kitkat installed, I need to go up for this 7.1 version, do I need to remove the old android or I can wipe it and install this one over. meantime is it same 7.1 four years ago which is on youtube too?
other question how to modify the wifi file inside the system, since you uploaded the kernel staff.
have my regards
zoromask
Click to expand...
Click to collapse
Same here; would like to go from Kit-Kat to 7.1.2 but it's bee a loooong time since I did this.
Molasses said:
Same here; would like to go from Kit-Kat to 7.1.2 but it's bee a loooong time since I did this.
Click to expand...
Click to collapse
Thanks for the reply void555
How about the wifi, do I need to add it inside the touchpad, how to do, please.
My regards
zoromask
zoromask said:
Thanks for the reply void555
How about the wifi, do I need to add it inside the touchpad, how to do, please.
My regards
zoromask
Click to expand...
Click to collapse
I recently re-did the two Touchpads I have left following this guide:
https://forum.xda-developers.com/t/...all-android-roms-with-swap-partition.3901773/
Followed the parts that he has for 'Evervolv 7.1.2 Android Nougat' using the ROM posted here in this thread.
Works great. Tried the Evervolv v9 but got so tired with the constant WiFi instabilities.
Was so happy to find the ROM from this thread released with WiFi fixes. Extremely stable.
Sigster said:
I recently re-did the two Touchpads I have left following this guide:
https://forum.xda-developers.com/t/...all-android-roms-with-swap-partition.3901773/
Followed the parts that he has for 'Evervolv 7.1.2 Android Nougat' using the ROM posted here in this thread.
Works great. Tried the Evervolv v9 but got so tired with the constant WiFi instabilities.
Was so happy to find the ROM from this thread released with WiFi fixes. Extremely stable.
Click to expand...
Click to collapse
Good day void555
Now the thing is, that I flashed it successfully, but the battery is draining fast even though the battery indicator on right top showing full, but suddenly shuts down, you know any explanation for this, I mean what is the reason behind it, please some help if you can.
My regards
zoromask

Categories

Resources