
In Progress
Posted
Paid on delivery
I have a complete SMS Backup & Restore XML archive containing approximately 20,000 messages spanning about 10 years between two Android users. This includes SMS, MMS, and RCS messages. Goal: Restore this conversation onto the OTHER participant's Android phone so that it appears as a normal conversation thread in Google Messages. Source: Samsung Galaxy S26+ SMS Backup & Restore XML archive Approximately 20,000 messages Mostly SMS Some MMS (photos/videos) Small amount of RCS content (can be converted to SMS if necessary) Destination: Samsung Galaxy S21+ Google Messages Challenge: The backup was created from my phone. Messages are stored from my perspective. To restore the conversation onto the other participant's phone, message ownership must be reversed: Messages I sent should appear as messages received by the other participant. Messages I received should appear as messages sent by the other participant. Requirements: Preserve timestamps. Preserve chronological order. Preserve MMS attachments where possible. Maintain a single conversation thread. Result should appear naturally in Google Messages. No forensic requirements; visual accuracy is the primary goal. RCS messages do not need special handling. Preferred Deliverables: Modified XML archive ready for import, or Conversion utility/script with instructions, or Complete migration service including testing. Please describe: Your experience with Android SMS/MMS/RCS databases or SMS Backup & Restore archives. How you would approach reversing message ownership. Whether you expect any MMS limitations. Estimated cost and turnaround time. I am willing to provide a redacted sample archive for evaluation before proceeding.
Project ID: 40502733
115 proposals
Remote project
Active 3 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

⭐⭐⭐⭐⭐ Restore SMS Conversations on Android with Precision ❇️ Hi My Friend, I hope you are doing well. I've reviewed your project details and see you are looking for SMS restoration on Android. Look no further; Zohaib is here to help you! My team has completed 50+ similar projects successfully. I will create a modified XML archive to ensure your messages appear correctly on the other participant's phone, preserving timestamps and order. ➡️ Why Me? I can easily handle your SMS restoration project as I have 5 years of experience in Android SMS/MMS management and data manipulation. My expertise includes XML data handling, message conversion, and ensuring visual accuracy. Additionally, I have a strong grip on relevant technologies like Android development and data processing methods. ➡️ Let's have a quick chat to discuss your project in detail and let me show you samples of my previous work. Looking forward to discussing this with you! ➡️ Skills & Experience: ✅ Android Development ✅ XML Data Handling ✅ SMS/MMS Restoration ✅ Data Manipulation ✅ Message Conversion ✅ Database Management ✅ Testing and Validation ✅ Script Writing ✅ Error Handling ✅ Data Backup ✅ User Interface Design ✅ Troubleshooting Waiting for your response! Best Regards, Zohaib
$350 USD in 2 days
6.7
6.7
115 freelancers are bidding on average $480 USD for this job

Hi — Elias here from Miami. I see your project involves migrating a large SMS/MMS conversation archive, which is crucial for maintaining communication continuity. This task requires careful handling of data integrity and proper mapping of message ownership. What usually matters most here is ensuring that the restored messages accurately reflect sender and recipient details. A common issue in systems like this is managing the XML data while ensuring that the app can handle the volume without performance issues. The tricky part is usually ensuring that the migration process is seamless across various Android devices. My approach would involve developing a robust backend process to read and parse the XML archive efficiently. I would prioritize stability and maintainability, possibly leveraging a local database for temporary storage before finalizing the migration. This structure would allow for future enhancements, such as integrating additional messaging features. I’ve worked on similar projects involving SMS data management and have a solid grasp of Android's messaging APIs. A few questions to better understand the scope: Q1 – Are there specific Android versions or devices you want to support? Q2 – What is your expected timeline for completion? Q3 – Do you have any requirements for user notifications during migration? Looking forward to hearing from you.
$500 USD in 3 days
8.4
8.4

Hi I understand you need to transform an SMS Backup & Restore XML archive so the same long conversation can be imported onto the other participant’s Android phone with message direction reversed correctly. I have experience with Android SMS/MMS backup structures, XML parsing, Python conversion scripts, timestamp preservation, thread/contact mapping, MMS media references, and safe test-import workflows. The main technical challenge is reversing message ownership without breaking chronological order, conversation threading, sender/receiver logic, or MMS attachment links. My solution would be to analyze a redacted sample first, confirm the XML schema and address fields, then create a controlled conversion script that swaps sent/received message types while preserving dates, bodies, participants, and media references where supported. I would keep the original archive untouched and generate a separate import-ready XML so the restore can be tested safely before using the full 15,000-message archive. For MMS, I would verify how attachments are referenced in the backup and identify any limitations with Google Messages or the restore app before final conversion. I can also provide clear instructions for importing, testing, and validating that the restored thread appears naturally on the Samsung Galaxy S21+. Overall, I can help create a practical migration workflow focused on visual accuracy, clean threading, and safe handling of the original message archive. Thanks, Hercules
$500 USD in 7 days
7.3
7.3

Good to see this project, I will build a Python script that parses your SMS Backup & Restore XML, swaps the `type` attribute on every message — flipping sent (type=2) to received (type=1) and vice versa — while preserving all timestamps, thread order, and MMS attachments. The output will be a modified XML ready for direct import on the S21+. One thing to watch: MMS attachments in SMS Backup & Restore are base64-encoded inline, so the swap is straightforward for those. However, group MMS threads will need the `address` fields rewritten carefully to avoid splitting into separate conversations on Google Messages. Questions: 1) Do any of the MMS messages involve group threads, or is this strictly a two-person conversation? Send me a message and we can go over the details. Best regards, Kamran
$283 USD in 10 days
7.4
7.4

Hello! As a Python expert with over 13 years of experience in developing full-stack and mobile applications, I'm confident that my skills and expertise can successfully tackle your Android SMS/MMS migration project. While I haven't done a project specifically involving reversing message ownership within SMS backups, my extensive experience in data processing and automation arms me with the problem-solving ingenuity to excel in this task. Regarding potential limitations with MMS, we can't guarantee perfect preservation due to potential compatibility issues between different Android models. However, we can optimize the process to ensure the highest possible fidelity for your substantial message library. Throughout this endeavor, I'll maintain open lines of communication, sharing updates on progress and addressing any concerns or changes you may have. Together we can make this migration seamless and elevate your messages to exactly where they need to be! Let's get started today!
$250 USD in 1 day
6.9
6.9

Hi, I understand you need an SMS Backup & Restore XML archive transformed so a 10-year SMS/MMS conversation restores naturally on the other participant’s Samsung S21+ with message ownership reversed, timestamps preserved, and one Google Messages thread maintained. I have experience working with Android SMS/MMS XML structures, backup migration, timestamp-safe parsing, address/type reversal, attachment handling, and import testing for realistic thread restoration. I’ll review a redacted sample, build a conversion script or modified XML, reverse sent/received ownership, preserve chronology, validate MMS references where possible, provide import instructions, and flag any RCS/MMS limitations before final delivery. Q1: Can you provide a small redacted XML sample with both SMS and MMS entries? Q2: Are both phone numbers saved consistently in international format? Q3: Do you prefer a ready-to-import XML or a reusable conversion script? Best regards.
$500 USD in 7 days
6.8
6.8

Hi, Your SMS Backup & Restore XML archive stores each message with a type field (1 = received, 2 = sent) alongside the address element, and that pair is exactly what you flip to reverse message ownership. MMS is the fiddly bit: each one carries its own msg_box plus addr entries (137 = from, 151 = to), so those have to flip in lockstep or the thread looks scrambled in Google Messages. How I'd handle it: - Parse the XML, swap type/msg_box per message, rewrite addresses to the S21+ owner - Keep date/date_sent values untouched so timestamps and chronological order hold - Preserve MMS base64 part data so the photos and videos survive I've built Android tooling and XML data-processing scripts before, so this sits squarely in my lane. Happy to run a first pass on the redacted sample archive you mentioned and hand back an import test on a spare profile so you can eyeball it in Google Messages before committing. One question: do you want a one-off modified XML you import yourself, or a reusable conversion utility/script with instructions for future restores? Asif
$750 USD in 5 days
6.4
6.4

I’ve worked directly with SMS Backup & Restore XML and Android messaging databases, including custom transformations like this. Your requirement is clear: flip message ownership while keeping timestamps, threading, and media intact so it imports cleanly into Google Messages on the other device. Approach: - Parse the XML and reverse `type` (sent/received) while preserving address consistency - Keep timestamps untouched to maintain exact chronology - Re-map MMS parts (attachments, content types, and message linkage) so media stays correctly associated - Validate structure against what SMS Backup & Restore expects for a clean import - Test on a target device to ensure it renders as a single natural thread in Google Messages MMS is the only sensitive area—some carriers/devices handle group or media metadata slightly differently, but for standard 1:1 threads it’s usually reliable. I can deliver a ready-to-import XML or a reusable script, depending on what you prefer. Would you be open to sharing a small sample XML so I can verify MMS handling before full processing?
$562.50 USD in 5 days
6.6
6.6

Hi There!!! ★★★★ ( Reversing message ownership perspectives within an SMS Backup XML archive for a seamless Google Messages restore ) ★★★★ You need to migrate a 10-year, 20,000-message XML archive from your Samsung S26+ to a Samsung S21+ while completely flipping sent and received tags so that timestamps, MMS parts, and chronological order stay naturally grouped into a single thread. ⚜ Accurate XML data parsing to extract message type directional metadata attributes ⚜ Batch manipulation scripts to reverse type 1 received and type 2 sent tags safely ⚜ MMS element restructuring tracking part attachments and content location schemas ⚜ Chronological ordering logic validation protecting absolute historical timestamp markers ⚜ Address string flipping across target phone contact fields to guarantee single threads I have completed multiple complex text conversions and backup reconstructions before, and I love writing highly focused data processing tools that manipulate large record histories flawlessly while protecting file formatting rules. My plan is to build a custom Python or Java parsing utility to process your database file. I will map out the node properties, flip the direction status indicators for SMS and MMS blocks, translate sender metadata keys, test the output using a local Android database emulator, and deliver a fully modified XML file ready for import. Warm Regards, Farhin B.
$254 USD in 7 days
6.6
6.6

Hi I can help convert your SMS Backup & Restore XML archive so the conversation can be restored onto the other participant’s Android phone with message ownership reversed and timestamps preserved. I have experience working with XML data processing, Android-style message structures, backup migration workflows, parsing large datasets, and building scripts/utilities for safe data transformation. For this project, I would first review a redacted sample XML to confirm the exact SMS/MMS schema, participant phone numbers, message type fields, MMS attachment references, thread behavior, and how the backup tool expects inbound versus outbound records. The main approach would be to create a controlled conversion script that reads the original archive, reverses sent and received ownership from the destination user’s perspective, preserves date fields and chronological order, keeps the same conversation address mapping, and outputs a modified XML ready for import using SMS Backup & Restore. I would also include validation checks to confirm record counts, timestamp consistency, encoding, XML validity, and sample import behavior. For MMS, I would preserve attachments where the backup structure and referenced files allow it. Some MMS media can be limited by Android import behavior, missing attachment paths, or backup app compatibility, so I would flag any risky records after reviewing the sample. Best, Justin
$500 USD in 7 days
5.9
5.9

Send the project details, and I’ll write the bid body in that format.
$400 USD in 7 days
5.7
5.7

Hi there, I can help convert your SMS Backup & Restore XML archive so the conversation imports naturally on the other participant’s Android phone with ownership reversed. I have experience with Android message data, XML processing, backup migration, MMS paths, timestamps, thread handling, and large file transformations. My approach would be to first review a redacted sample, confirm the exact fields used for sent and received direction, then create a safe conversion script that swaps message ownership while preserving dates, order, addresses, body text, and thread consistency. For MMS, I will preserve attachments where the archive contains valid media references, but some limitations may depend on how Samsung and SMS Backup & Restore exported the attachment paths. RCS can be ignored or normalized as needed for visual accuracy in Google Messages. Deliverables can be a modified import ready XML, a reusable conversion utility with instructions, or a complete tested migration service. Kind regards,
$500 USD in 7 days
5.8
5.8

Hello, I have carefully read your requirements and would be glad to assist with reversing and migrating the SMS/MMS conversation so it can be restored naturally on the other participant's Android device. My approach would be to analyze the SMS Backup & Restore XML structure, reverse message ownership by swapping sent/received states and address mappings, preserve timestamps and chronological ordering, and ensure the conversation imports as a single thread in Google Messages. I can also review MMS records and attachments to maximize compatibility during the migration process while maintaining message integrity and visual accuracy. Before final delivery, I would validate the modified archive using sample imports to confirm that messages display correctly from the recipient's perspective and that thread continuity is maintained. If preferred, I can provide either a ready-to-import XML file, a reusable conversion script, or a complete migration workflow with documentation. I have 14 years of experience in data transformation, XML processing, mobile data migration, custom scripting, database manipulation, and software development, and you can check the reviews on my profile for similar technical projects. The budget and timeline can be discussed further after reviewing a redacted sample archive and confirming the MMS/RCS structure. Warm regards, Harpreet Singh
$250 USD in 5 days
5.6
5.6

With over 5 years of experience in Android App Development, I have worked extensively with SMS/MMS databases and SMS Backup & Restore archives, making me the ideal candidate for your project. I understand the significance of preserving timestamps, maintaining order, and keeping MMS attachments intact for an authentic conversation restoration. My technical mastery combined with my meticulous approach will ensure a flawless transition. To tackle the challenge of reversing message ownership, I would utilize a robust conversion script tailored specifically for your task. This script would skillfully manipulate your XML archive to swap sender and recipient data while preserving the messages' chronological order. Drawing from my past projects dealing with similar challenges, I can confidently assure you the generation of an effective solution that will guarantee smooth functionality on your Samsung Galaxy S21+ with Google Messages. In conclusion, my career-long dedication to building clean, functional, and visually engaging solutions aligns perfectly with your project's needs of preserving natural conversations in Google Messages. Let's leverage all my skills and experience to ensure a successful migration service that will stand up to even the most scrutinizing visuals on the Samsung Galaxy S21+. I'm excited to begin this journey with you!
$250 USD in 2 days
5.3
5.3

Hello, To handle this migration properly, I would first review a redacted sample of the SMS Backup & Restore XML to confirm the exact structure, message types, address fields, timestamps, thread handling, and MMS attachment references. The key part of this project is not just importing the file, but reversing the message perspective correctly so the conversation looks natural on the other participant’s phone. I would approach this by parsing the XML, identifying sent vs received records, swapping the ownership/type values, adjusting the sender/recipient address fields where required, and preserving timestamps so the thread remains in the original chronological order. For SMS, this should be straightforward if the archive follows the standard SMS Backup & Restore format. MMS may need extra testing because attachments, parts, and address fields can behave differently depending on how the backup app exported them and how Google Messages restores them. I would preserve MMS attachments where possible, but I would want to test a sample first before guaranteeing every photo/video will restore perfectly. I can provide either a modified XML ready for import or a small script that performs the conversion safely and repeatably. Estimated turnaround: 1–3 days after reviewing the sample archive, depending mainly on MMS complexity. Best regards
$300 USD in 7 days
4.9
4.9

Hi, I understand your need to reverse message ownership in a Samsung SMS Backup & Restore XML and migrate it so it appears naturally in Google Messages on another device. With extensive experience in mobile app development and Android app development, I am confident in handling SMS and MMS XML data to preserve timestamps and chronological order while maintaining MMS attachments within the restored conversation thread. I propose creating a conversion script or modifying the XML archive directly to reverse sender/receiver data, ensuring it functions perfectly on the Samsung Galaxy S21+ using Google Messages. I can provide clear instructions and assist with testing to ensure visual accuracy without forensic complexity. Let's begin with your sample archive for evaluation; I can then deliver an efficient solution promptly. Could you please share a redacted sample of the XML archive for initial analysis? Thanks,
$555 USD in 20 days
4.8
4.8

With over two decades of experience in the field of mobile app development, I am your ideal candidate for this project. Native Android app development is one of my core skills, making me fully equipped to handle your SMS/MMS conversation migration challenge. I've dealt with complex database-related tasks like restoring chronology, preserving timestamps, and converting different types of messages into a coherent thread. My approach to reversing message ownership would involve meticulously reassigning sender and recipient values while maintaining the conversational flow in compliance with Google Messages standards. My goal is always to achieve seamless transitions that do not disrupt the user experience or distort the original intention behind the messages. I believe in delivering results that are visually accurate and easily understandable. Coming down to MMS limitations, I understand the importance of preserving multimedia attachments. While there might be occasional restrictions, my deep knowledge of Android messaging APIs and data structures allows me to navigate these challenges effectively and ensure a high success-rate in preserving MMS content. In terms of cost and turnaround time, I'm more than willing to discuss these aspects further based on the actual scope and complexity of your project.
$500 USD in 7 days
4.6
4.6

Your requirement is unusual but technically feasible because SMS Backup & Restore archives store message metadata that can be programmatically transformed before re-importing. I have experience working with Android data migration, XML processing, message archives, database transformations, and automation tools. My approach would be to analyze the XML structure, reverse message ownership by swapping sender/receiver perspectives while preserving timestamps, thread consistency, read states, and chronological order, then validate the output against Google Messages import behavior. MMS attachments can typically be preserved, though some metadata edge cases may require testing on a sample archive. I can provide either a modified import-ready XML, a reusable conversion utility, or a complete migration workflow with verification to ensure the conversation appears naturally on the destination device.
$500 USD in 10 days
4.4
4.4

Hello, I have reviewed your requirements and can confirm this project is possible 100%. The SMS Backup & Restore XML format can be analyzed and modified so that message ownership is reversed, allowing the conversation to appear naturally from the other participant’s perspective while preserving timestamps, chronological order, and thread continuity. I have experience working with XML data transformations, mobile data migration, message archives, and custom conversion utilities. For this project, I would first analyze a sample archive, identify how SMS and MMS records are represented, then build a reliable conversion process that swaps sender/receiver ownership and validates the output before import testing. My focus will be preserving conversation integrity, maintaining a single thread in Google Messages, and ensuring the converted archive imports cleanly without manual editing. I can provide either a ready-to-import modified XML archive or a reusable conversion utility with documentation, depending on your preference. Looking forward to hearing from you soon, Osama.
$500 USD in 7 days
4.2
4.2

Hi, Jagrati here. I can help you work with your SMS Backup & Restore XML archive and design a reliable solution to process and restore your 10-year conversation in a structured way. I have experience handling large structured datasets like SMS/MMS XML archives, including parsing, cleaning, and converting them into usable formats while preserving timestamps, chronology, and media attachments. I can also help you safely restore the data onto an Android device using standard tools like SMS Backup & Restore, or transform it into a readable archive (HTML/CSV) for long-term storage and analysis. My approach focuses on accuracy and data integrity, ensuring the full conversation thread remains intact and usable without loss of information. I can also handle MMS extraction and highlight any limitations based on device or Android version constraints. If needed, I can first review a redacted sample to confirm feasibility and then proceed with a structured implementation plan, including estimated timeline and cost.
$5,000 USD in 5 days
4.4
4.4

Greetings! I will reverse message ownership by swapping address and body fields in the XML so messages you sent become received by the other participant and vice versa. I will preserve timestamps, chronological order, and MMS attachments where possible. I will deliver a modified XML file ready for import into Google Messages on the destination phone. RCS converted to SMS if needed. I will send a sample script for evaluation. Send your redacted XML archive. Thanks, Revival
$250 USD in 7 days
4.4
4.4

Kingman, United States
Payment method verified
Member since Jun 9, 2026
₹12500-37500 INR
$250-750 USD
$30-250 AUD
$1500-3000 USD
$30-250 USD
₹1500-12500 INR
$30-250 NZD
$250-750 AUD
₹100-400 INR / hour
₹750-1250 INR / hour
₹75000-150000 INR
$30-250 SGD
₹600-1500 INR
$1500-3000 USD
₹100-400 INR / hour
$30-250 USD
$8-15 USD / hour
$2000-6000 HKD
$10000-20000 USD
$3000-5000 USD